🚗 Motorized Sumobot 🚙
This is the Norfolk.js motorized version of Pawel's Sumobot-jr design that we put together for NodeBots Day. The main change was to the laser-cut side pieces to support gear motors (inspired by Markus's sumobot) and the laser-cut wheels have been replaced by rubber wheels. To make this beginner-friendly, we use a motor shield for wiring the motors to the arduino. However, the bot chassis design can support other motor drivers and wiring strategies.
Want to make your own motorized sumobot? Here is the parts list.
We also have printable instructions and an instructional video! (thanks Trisha and Paul)
Getting Started
Install Dependencies
If you're using Windows, you'll also need to install the Arduino IDE
git clone https://github.com/norfolkjs/motorized-sumobot.git
cd motorized-sumobot
npm i
Controlling Your Bot
- Plug your Arduino into your computer's USB port
- Flash your Arduino with the Firmata sketch:
npm run firmata-flash
- Start the code that controls your bot!
npm start
Looking for More?
Special Thanks
-
✨ @makenai✨ -
✨ 757 Makerspace and @beauturner✨ -
✨ @twtomcat✨