Assembly Guide¶
This guide will walk you through the assembly process of the walking robot. The assembly consists of three main parts:
- Mechanical Assembly: This includes all the physical components like motors, legs, main board, and the remote control.
- Programming: This covers the software setup for both the robot and remote control using Micro:bit.
- Testing and Calibration: This section guides you through testing the assembled robot and calibrating its movements for optimal performance.
Let's get started with the mechanical assembly first.
1. Mechanical Assembly¶
1.1 Motor Module installation¶
Parts involve:
Item | Description | Quantity | Image |
---|---|---|---|
Motor (N20 DC Motor 6V 60rpm) | Small DC motor for driving | 2 | ![]() |
part-motor-case.stl | Enclosure for the motor | 1 | ![]() |
Video Instruction
1.2 Left and right legs assembly¶
Parts involve:
Video Instruction
- Please repeat and assemble 2 of this.
1.3 Main Frame and board installation¶
Part involves:
Video Instruction
1.5 Body and Outter Shell¶
Part involves:
Video Instruction
1.7 Remote Control¶
Parts involve:
Item | Description | Quantity | Image |
---|---|---|---|
part-controller-main.stl | Main body component | 1 | ![]() |
part-controllor-battery.stl | Battery case holder | 1 | ![]() |
part-battery-case | Battery Case | 1 | ![]() |
part-microbit | microbit | 1 | ![]() |
You can download the stl files from this link Download the stl files here
Video Instruction
2. Programming¶
You will be using Microsoft MakeCode in this section.
- It can be access via https://makecode.microbit.org/#
- You will need to sign up for an account
Once you have got an account, please go to the next steps.
2.1 Basic Micro:bit programming using MakeCode¶
- Click on "Import" button
- Choose "Import URL"
3. Open project URL, enter: https://github.com/beets3d/b3d1-walking-bot-main
** Please note: ** if you are using more than one walking robot. You should assign unique number to "radio set group". The group number can be any value from 0 to 255. Remember to change that in remote control in the next section as well.
- Plug in your micro:bit using a USB cable, and Click "Download
2.2 Remote control setup¶
Repeat the above, using this project URL: https://github.com/beets3d/b3d1-walking-bot-controller
3. Testing and calibration¶
Video Instruction
Watch the video for Testing & Calibration