Overview
Tools:
- Ruller
- Scissors
- Screwdriver
- Nuts and bolts
- Rubber bands
Electronics:
- BBC Micro:Bit
- Micro:Bit adapter
- 2 x 180deg micro servo (3,3V compatible)
Building time:
90 min
Difficulty:
Advanced
Project info
The Walking Robot Dog is an attempt to create the simplest dog-like robot possible, while using as few motors as necessary and still aiming to make it look cool.
It’s a fun and interesting build for more advanced users, but consider it more of a proof of concept. The robot uses only two servo motors, yet it can be programmed to walk in four directions, which I think is quite an achievement. However, the leg design in the first version starts to wobble and wear down over time, so I decided to replace it with popsticks in version 2.
Robot building manual
Robot design plan (version 1)
How to read robot plans:
- BLACK LINES – cut this line first
- RED LINES – detailed shapes cut after the black lines
- BLUE DASHED LINES – bending lines traced with scissors
New version
If you plan to build this robot consider making upgraded version. New model is much more sturdy and walks much better. The video below shows it in the Arduino version but the construction process is universal – simply plug in Micro:Bit instead of Arduino.
Robot design plan (version 2)
CODING
1. Bluetooth control
Unfortunately due to memory limitations bluetooth control with LOFI Control App works only with Micro:Bit v2
Be sure to adapt the code to your robot – you have to set initial servo position and angles in motion sequences.
2. Radio control
To add remote control to the robot dog with Micro:Bit v1 use radio communication – you will need seccond Micro:Bit board as the transmitter/controller.
1 Comment
[…] This walking robot dog is an upgrade to the first version. […]