Bioloid Quad Walker Robot - Roz

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
User avatar
JonHylands
Posts: 69
Joined: Sun Dec 29, 2013 1:33 am

Re: Bioloid Quad Walker Robot - Roz

Post by JonHylands » Tue Jan 26, 2021 2:28 pm

So I've started working on Roz again - redid everything this time. New chassis (3D printed), all new electronics and sensors, etc. The main compute engine for the robot is a raspberry pi zero running Python, but I have two MicroPython boards on the robot.

Image

The first MicroPython board handles power, allowing me to hot-swap between battery power and wall power without worrying about having wall power affect the battery. It also handles powering up the robot using a simple push-button (like most modern consumer electronics products).

The second MicroPython board is in the head, and is a device on the Bioloid servo bus, and handles all the sensors in the head (except the camera). It talks to five VL53L1X lidar sensors, as well as a 9-axis IMU board, and hopefully in the future an optical flow board.

Both MicroPython boards are Adafruit STM32F405 Feather Express boards.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Bioloid Quad Walker Robot - Roz

Post by pythoncoder » Tue Jan 26, 2021 3:35 pm

Amazing. Do you have a video of it in action?

I'm happy with electronic design, PCB design and writing code, but I'm in awe of people who can do the mechanical design for 3D printing...
Peter Hinch
Index to my micropython libraries.


User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Bioloid Quad Walker Robot - Roz

Post by pythoncoder » Wed Jan 27, 2021 6:46 am

That is seriously impressive :D
Peter Hinch
Index to my micropython libraries.

User avatar
JonHylands
Posts: 69
Joined: Sun Dec 29, 2013 1:33 am

Re: Bioloid Quad Walker Robot - Roz

Post by JonHylands » Wed Jan 27, 2021 1:26 pm

Thanks Peter. I have a Hackaday project for Roz, which you can see here. I'll probably be updating there more often than here.

Post Reply