9
0
Go to file
2018-01-12 09:40:10 +01:00
.gitignore add ignore wifis dev config 2018-01-10 22:19:30 +01:00
boot.py add bootup code 2018-01-10 22:14:30 +01:00
config.json change default running code to be empty 2018-01-12 09:28:22 +01:00
hal.py add Sumorobot class 2018-01-11 19:35:09 +01:00
LICENSE Initial commit 2017-11-10 17:46:30 +01:00
main.py refactor, clean update comments 2018-01-12 09:40:10 +01:00
Makefile update Makefile 2018-01-10 22:48:50 +01:00
README.md update intructions 2018-01-10 22:55:54 +01:00
uwebsockets.py add websockets code 2018-01-10 22:14:03 +01:00

sumorobot-firmware

The software that is running on the SumoRobots

Instructions

  • Add your WiFi networks to the wifis.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