A supercheap Arduino-based 2-wheel robot for robot workshop purposes. A collaboration by various Bristol Hackspace members.
See
- Images and video
- Detailed contstruction instructions (written for Bristol Hackspace Skillshare)
- Previous instructions (written for Digimakers)
Use the usual Arduino IDE: http://www.arduino.cc/en/Main/Software
If you have a Mac, you need drivers for the Arduino clones (CH340G) http://kiguino.moos.io/2014/12/31/how-to-use-arduino-nano-mini-pro-with-CH340G-on-mac-osx-yosemite.html -> http://kiguino.moos.io/downloads/CH341SER_MAC.ZIP
You need this library for the stepper motors: http://www.airspayce.com/mikem/arduino/AccelStepper/ http://www.airspayce.com/mikem/arduino/AccelStepper/AccelStepper-1.47.zip
- clone the Shonkbot code from github
- open shonkbot/shonkbot_detector/shonkbot_detector.ino in the Arduino IDE
- download the AccelStepper library (zip) and import the library into the IDE
- select "arduino nano" for your board in the IDE
- plug the Arduino into the computer using a mini USB cable
- locate the serial port. If you're using the Arduino clones we gave you, on a Mac you'll need to download drivers. Windows and Linux should just work.
- upload the code to the board using the IDE