sumorobot-firmware/README.md

28 lines
1011 B
Markdown
Raw Permalink Normal View History

2018-12-02 19:56:27 +00:00
# sumorobot-firmware
The software that is running on the SumoRobots
<img alt="Code" src="https://www.robokoding.com/assets/img/sumorobot_firmware.png" width="50%">
# Instructions
* Change the SERIAL_PORT in the Makefile
* Add your WiFi networks to the config.json file
* Install [Python](https://www.python.org/downloads/)
* 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)
# 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)
# TODOS
* variable motor speed control, then more interesting for kids
# Credits
* [K-SPACE MTÜ](https://k-space.ee/)