10
0
Fork 0
sumorobot-firmware/README.md

13 lines
494 B
Markdown
Raw Normal View History

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
* Downlad the [SumoRobot firmware](https://github.com/eik-robo/sumoesp/tree/master/soft)
* Replace the hal.py with the one in this repository
2017-12-17 14:01:20 +00:00
* Add your WiFi networks to the hal.py WIFIS dict
2017-12-17 13:39:15 +00:00
* Install [MicroPython](http://micropython.org/download#esp32) on your ESP32
* Upload the SumoRobot firmware on your ESP32 with [ampy](https://github.com/adafruit/ampy)
# Credits
* [K-SPACE MTÜ](https://k-space.ee/)