9
0
Fork 0

update intructions

This commit is contained in:
Silver Kuusik 2018-01-10 22:55:54 +01:00
parent 63d8757c1b
commit 62287bc428
1 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,10 @@ The software that is running on the SumoRobots
# Instructions
* Add your WiFi networks to the wifis.json file
* Install [MicroPython](http://micropython.org/download#esp32) on your ESP32 (make flash)
* Upload the SumoRobot firmware on your ESP32 with [ampy](https://github.com/adafruit/ampy) (make all)
* 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)
# Credits
* [K-SPACE MTÜ](https://k-space.ee/)