
INSTALL FIRMWARE
•Get the Arduino IDE from https://www.arduino.cc/en/Main/Software.
•Get the firmware from https://github.com/jinschoi/SphereBot
(download ZIP button)
Open up SphereBot.ino with the IDE.
a. Under Tools, ensure Board is set to “Arduino/Genuino Uno” and Port
is set to the proper serial port.
b. Under Sketch, Include Library, Manage Libraries…, search for adafruit
motor shield v2, and make sure it is installed.
Plug the USB cable to your hardware and upload the firmware using
the right arrow button.