10
0
Fork 0
sumorobot-firmware/README.md

23 lines
942 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
2020-08-12 19:35:28 +00:00
<img alt="Code" src="https://www.robokoding.com/assets/img/sumorobot_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-10 21:55:54 +00:00
* Install [Python](https://www.python.org/downloads/)
2020-08-12 19:35:28 +00:00
* Install [esptool](https://github.com/espressif/esptool) (to flash MicroPython to the ESP32)
* 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-09-29 10:22:35 +00:00
# Support
2018-04-09 14:03:28 +00:00
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
2019-05-07 17:23:32 +00:00
* [Lauri Võsandi](https://lauri.xn--vsandi-pxa.com/)
2017-12-17 13:39:15 +00:00
* [K-SPACE MTÜ](https://k-space.ee/)