9
0
Fork 0
Go to file
Silver Kuusik 0b848ae3d0 update Makefile 2018-01-12 10:11:36 +01:00
.gitignore update gitignore 2018-01-12 10:10:11 +01:00
LICENSE Initial commit 2017-11-10 17:46:30 +01:00
Makefile update Makefile 2018-01-12 10:11:36 +01:00
README.md update README 2018-01-12 10:09:53 +01:00
boot.py change wifis.json to config.json, add all constants 2018-01-12 10:09:01 +01:00
config.json change wifis.json to config.json, add all constants 2018-01-12 10:09:01 +01:00
hal.py change wifis.json to config.json, add all constants 2018-01-12 10:09:01 +01:00
main.py refactor, clean update comments 2018-01-12 09:40:10 +01:00
uwebsockets.py add websockets code 2018-01-10 22:14:03 +01:00

README.md

sumorobot-firmware

The software that is running on the SumoRobots

Instructions

  • Add your WiFi networks to the config.json file
  • Install Python
  • Install ampy (for uploading files)
  • Download the MicroPython binary to this directory
  • Upload the MicroPython binary and the SumoRobot firmware to your ESP32 (open a terminal and type: make all)

Credits