Project of the week – Lego Wedo Swinging Monkey

Project of the week – Lego Wedo Swinging Monkey

This week, Liam has used Lego Wedo 2.0 to make a monkey that swings along a rope. It’s powered by the Lego Wedo motor, with a geared arrangement to create the swinging action. The inspiration for the project comes from Yoshihito Isogawa’s 2016 Wedo Monkey. This project can be easily coded using the Lego Wedo…

Make A Jumping Cat Game With Microbit And Scratch
|

Make A Jumping Cat Game With Microbit And Scratch

Scratch is set up really well to integrate with a range of hardware, such as webcams, microphones, and Lego products such as Mindstorms. It also integrates with microbit, which is what Liam has been trying out recently. Microbit contains accelerometers, so can act as a motion sensor. We used this feature to create a game…

How To Connect Microbit To Scratch For Interactive Games
|

How To Connect Microbit To Scratch For Interactive Games

As coding platforms go, we love Scratch. One of the best things about it is that you can connect other hardware to it and build your own interactive games and robots. Liam uses microbit in his Tobbie II hexapod robot, and programs it using Microsoft’s MakeCode platform. To expand what he can do with it,…

How to set the timing of actions in Scratch

How to set the timing of actions in Scratch

Liam has been learning how to add timing to his code in Scratch recently. While working on his animation of a volcanic eruption, he discovered that some of his sequences were happening way too fast. Understanding timing in Scratch is super useful, because it controls when each Sprite appears, and the delay between each action…