10
0
Fork 0
sumorobot-firmware/README.md

23 lines
930 B
Markdown
Raw Normal View History

2017-11-10 16:46:30 +00:00
# sumorobot-firmware
2018-04-09 14:03:28 +00:00
2017-11-10 16:46:30 +00:00
The software that is running on the SumoRobots
2017-12-17 13:39:15 +00:00
2018-04-15 08:45:42 +00:00
<img alt="Code" src="https://www.robokoding.com/assets/images/firmware.png" width="50%">
2017-12-17 13:39:15 +00:00
# Instructions
2018-02-15 19:43:22 +00:00
* Change the SERIAL_PORT in the Makefile
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/)
2018-04-15 08:45:42 +00:00
* Install [esptool](https://github.com/espressif/esptool) (to flash MicroPython to the ESP32)
2018-01-10 21:55:54 +00:00
* 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
2018-04-09 14:03:28 +00:00
# support
If you find our work useful, please consider donating : )
[![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/robokoding/donate)
2017-12-17 13:39:15 +00:00
# Credits
* [K-SPACE MTÜ](https://k-space.ee/)