Skip to content

Assembly Guide

This guide will walk you through the assembly process of the walking robot. The assembly consists of three main parts:

  1. Mechanical Assembly: This includes all the physical components like motors, legs, main board, and the remote control.
  2. Programming: This covers the software setup for both the robot and remote control using Micro:bit.
  3. 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

Motor Module

Parts involve:

Item Description Quantity Image
Motor (N20 DC Motor 6V 60rpm) Small DC motor for driving 2 Motor
part-motor-case.stl Enclosure for the motor 1 Motor Case

Video Instruction

Watch the assembly video

1.2 Left and right legs assembly

Left and Right Legs

Parts involve:

Item Description Quantity Image
part-frame.stl Main body component 2 frame
part-control-bar-bottom.stl Control bar (bottom) component 2 control-bar-bottom
part-control-bar-top.stl Control bar (top) component 2 control-bar-top
part-foot.stl Foot component 2 foot
part-foot-palm.stl Foot Palm component 2 foot-palm
part-foot-sole.stl Foot Sole component (Optional) 2 foot-sole
part-leg-main.stl Leg Main component 2 leg-main
part-gear.stl Gear component 2 gear
part-screw-M4x5 Screw M4X5 4 M4X5
part-screw-M4x10 Screw M4X10 8 M4X10
part-gear.stl Screw small 2 Small Screw

Video Instruction

Watch the assembly video

  • Please repeat and assemble 2 of this.

1.3 Main Frame and board installation

Main Frame and board installation

Part involves:

Item Description Quantity Image
part-main-frame.stl Main body component 1
part-battery-case Battery Case 2
micro:bit Micro:bit 1
Beets Control Board Control Board to integrate all electronic components 1
Legs Component Legs assembly from section 1.2 1
Motor Module Motor module assembly from section 1.1 1

Video Instruction

Watch the assembly video

1.5 Body and Outter Shell

Body and Outter Shell

Part involves:

Item Description Quantity Image
part-body.stl Main body component 1
part-head.stl Head component 1
part-shell-front.stl Front Shell component 1
part-shell-back.stl Back Shell component 1
component-main-frame Main Frame Component assembled in the last section 1

Video Instruction

Watch the assembly video

1.7 Remote Control

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

Watch the assembly video

2. Programming

You will be using Microsoft MakeCode in this section.

  1. It can be access via https://makecode.microbit.org/#
  2. 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

  1. Click on "Import" button
  2. 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.

  1. 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

Comments