Skip to content
danic85 edited this page Oct 29, 2024 · 35 revisions

MakerForge.tech: Modular Biped Robot

Welcome to the Modular Biped Robot Project Wiki! This project is an open source biped robot platform developed by Dan @ MakerForge.tech in collaboration with the maker community and partners around the world.

This wiki serves as a comprehensive resource for the development and utilization of the Modular Biped Robot platform. Here, you will find detailed documentation, installation guides, usage instructions, and various other resources to help you explore this project.

NOTE: This wiki is currently under development. Errors and omissions expected

Overview

Full project (front view)

The Modular Biped Robot Project is designed to provide a flexible and modular framework for robotics development using Python and C++ on the Raspberry Pi and Arduino platforms. It aims to enable developers, robotics enthusiasts, and curious individuals to experiment, create, and customize their own biped robots. With a range of features and functionalities and the option to add your own easily, the Modular Biped Robot Project offers an exciting opportunity to explore the world of robotics.

Versioning

There are currently several versions of this project,

  • The current release is Buddy, which is a larger and more stable build.

  • Future development is ongoing on Cody, which utilises more advanced components and is designed to be more robust and capable than Buddy.

  • Archie is the original version, smaller and less stable. The detail of this version is still available only for reference.

Note: You may see references to version numbers in the software or circuits folder. Please remember that these version numbers do not correspond to the project version, but rather the version of the software or PCB design. Follow the guides in the wiki for the most up-to-date information.

Code

The code is available in GitHub: View and Download

See the Software section of the wiki for more information on the code and how to use it.

Contributions and Discussions

We encourage active participation, contributions, and discussions from the Modular Biped Robot community. If you have any questions, ideas, suggestions, or would like to share your experiences, you can join our GitHub Discussions section dedicated to the project. It's a great place to engage with other community members, exchange knowledge, and collaborate on the development of biped robotics.

Read more here: Community

You can also join our active Discord Community to post your questions, share your progress, and connect with other makers.

We look forward to your participation and the exciting advancements we can achieve together in the field of modular biped robots!

Bill of Materials (BOM)

Item Quantity Description Notes
3D Prints MANY Files are available via OnShape for printing
Power Source and Switch 1 USB-C PD power source & selector switch Allows selection between USB-C PD and 18650 batteries.
18650 Batteries 3 18650 rechargeable lithium batteries Connected in parallel with USB-C PD power source.
Buck Converters (DC-DC) 2 Buck converter modules Steps down voltage to 5V, one for Raspberry Pi, another for Arduino and servos.
Arduino Pro Mini 1 Microcontroller for servo control Uses custom PCB.
SG5010 Servos 9 Standard size servos Used for legs control.
TowerPro MG92B Servos 3 High-torque micro servos Used for neck, head and ear control.
MPU6050 Accelerometer/Gyroscope 1 (optional) 6-axis accelerometer and gyroscope module For balancing the robot. Optional.
Resistors (Voltage Divider) 2 (optional) Resistors for battery monitor Used only for monitoring battery levels. Optional.
Raspberry Pi 1 Single-board computer Controls vision and other high-level functions. Uses custom PCB.
Camera Module 1 Raspberry Pi-compatible camera module with wide-angle lens For vision input.
Buzzer 1 Small electronic buzzer For audio output.
Neopixel LED Ring 1 RGB LED ring For the robot’s eye; controlled via Raspberry Pi or Arduino.
Custom PCB 2 Custom PCBs for Raspberry Pi and Arduino Pro Mini Connects Raspberry Pi, Arduino, servos, MPU6050, and power management board. Gerber files available.
Logic Level Converter 1 Bidirectional level shifter (3.3V to 5V) For connecting Raspberry Pi (3.3V logic) to Arduino Pro Mini (5V logic).
Headers & Connectors (JST, Dupont) Various 2.54mm standard headers and connectors For connecting components to custom PCB. JST recommended for power-sensitive components.
Wire (Various Gauges) Various Wires in different gauges (18, 16, 14 AWG) Used for power and signal connections; wire gauge depends on current requirements (see guide).
Pi GPIO to Arduino Connection - GPIO 14/15 (TX/RX) to Arduino RX/TX via Logic Level Converter Handles serial communication between Raspberry Pi and Arduino Pro Mini.

Note: This is a constantly evolving project. If any of this information is outdated or incomplete please let me know in the community so I can update accordingly.

Clone this wiki locally