A simple, modular robot built on a breadboard platform. This project contains all the design files, CAD models, and source code needed to assemble and program your own breadboard robot.
βββ CAD/ # 3D models and design files
βββ code/ # Source code for microcontroller and scripts
βββ README.md # This file
All CAD files, including 3D printable parts, STEP/IGES files, and assembly drawings, are stored here.
CAD/parts/β Individual component models (e.g., sensor mounts, chassis pieces).assemblies/β Full robot assembly drawings.exports/β Exported STEP/IGES/STL files for sharing and fabrication.
Contains firmware and scripts needed to run your robot.
code/firmware/β Microcontroller source code (Arduino, ESP32, etc.).src/β.inoor.cppand.hfiles.lib/β Any external libraries or modules.
scripts/β Helper scripts (Python, shell) for uploading code, data logging, or calibration.README.mdβ Code-specific instructions and dependencies.
This project is licensed under the MIT License. See LICENSE for details.