/Pico_Sumo_Robot

Primary LanguagePythonApache License 2.0Apache-2.0

Mini Sumo Robot with Raspberry Pi Pico

Actually, the goal of this project was not to build a mini sumo robot, but to create a robot control board that can be used with Raspberry Pi Pico. By making a mini sumo robot, I demonstrated a project that can be done with the control board. I made a small addition to the design so that everyone can easily solder the board in the workshop by choosing the preferred component shape. You can quickly and professionally manufacture this board via PCBWay.com. You can follow the necessary directions for the project below.

Sponsor

Thanks to PCBWay for handling PCB production.

PCB from PCBWay

Schematic

Hardware & BOM

PCBs This PCB Desing with Eagle

This PCB Desing with Eagle

PCBs BOM

Robot Parts

No PCB Components Piece No PCB Components Piece
1 12mm 625rpm DC Motor 2 pcs 2 2s 7.4v LiPo Battery 1 pcs
3 Sumo Wheel 1 pcs 4 FS80NK-Sensor 2 pcs

3D File

Click for the files

Software

You can code your robot on any platform that is supported by Raspberry Pi Pico. I wrote a micropython code using "Thonny IDE". You need to save the sumo.py code as the main file on your board.