2017-11-10 16:46:30 +00:00
|
|
|
# sumorobot-firmware
|
|
|
|
The software that is running on the SumoRobots
|
2017-12-17 13:39:15 +00:00
|
|
|
|
|
|
|
# Instructions
|
2018-01-12 09:09:53 +00:00
|
|
|
* Add your WiFi networks to the config.json file
|
2018-01-10 21:55:54 +00:00
|
|
|
* Install [Python](https://www.python.org/downloads/)
|
|
|
|
* Install [ampy](https://github.com/adafruit/ampy) (for uploading files)
|
|
|
|
* Download [the MicroPython binary](http://micropython.org/download#esp32) to this directory
|
|
|
|
* Upload the MicroPython binary and the SumoRobot firmware to your ESP32 (open a terminal and type: make all)
|
2017-12-17 13:39:15 +00:00
|
|
|
|
|
|
|
# Credits
|
|
|
|
* [K-SPACE MTÜ](https://k-space.ee/)
|