- Install Arduino IDE
- Install picocom
- Make virtualenv
- Install requirements.txt into virtualenv
- Move Robot_Control to Z_Robot_Control in Arduino core libraries (this is because the ino build will find SPI.h in Robot_Control first instead of the one we need in the actual SPI library.)
- Build and upload (ie,
ino clean && ino build && ino upload)