9
0
Fork 0
Go to file
Silver Kuusik 9d0ec57419
Update Makefile
2018-02-15 21:33:11 +02: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-02-15 21:33:11 +02:00
README.md update README 2018-01-12 10:09:53 +01:00
boot.py update better way to read file 2018-01-13 16:13:49 +01:00
config.json change constant name 2018-01-13 16:17:39 +01:00
hal.py replace enemy with opponent 2018-01-16 18:04:38 +01:00
main.py replace enemy with opponent 2018-01-16 18:04:38 +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