Case 48:The Walking Robot
Contents
52. Case 48:The Walking Robot#
52.1. Introduction#
Build a walking robot with the Nezha Inventor’s Kit.
52.2. Quick to Start#
Materials Required#
Assembly#
Components List
Build it as the assembly steps suggest:
Connection Diagram#
Connect the motors to M1 on Nezha Breakout Board.
52.3. MakeCode Programming#
Step 1#
Click “Advanced” in the MakeCode drawer to see more choices.
For programming Nezha Breakout Board, we need to add a package. Search with “Nezha” in the dialogue box and click to download it.
Notice: If you met a tip indicating that some codebases would be deleted due to incompatibility, you may continue as the tips say or create a new project in the menu.
Step 2#
Code as the picture suggests#
Reference#
Link: https://makecode.microbit.org/_3UHdg3D2jeWy
You may also download it directly:
Result#
After pressing button A, the robot moves forward. After pressing button B, the robot stops moving.