9
0
Fork 0
Go to file
Silver Kuusik cd43bf197f add Makefile 2018-01-10 22:21:26 +01:00
.gitignore add ignore wifis dev config 2018-01-10 22:19:30 +01:00
LICENSE Initial commit 2017-11-10 17:46:30 +01:00
Makefile add Makefile 2018-01-10 22:21:26 +01:00
README.md Update README.md 2017-12-17 15:01:20 +01:00
boot.py add bootup code 2018-01-10 22:14:30 +01:00
hal.py update set_led function 2018-01-10 19:11:06 +01:00
main.py add main loop code 2018-01-10 22:14:15 +01:00
uwebsockets.py add websockets code 2018-01-10 22:14:03 +01:00
wifis.json add WiFis config file 2018-01-10 22:19:52 +01:00

README.md

sumorobot-firmware

The software that is running on the SumoRobots

Instructions

  • Downlad the SumoRobot firmware
  • Replace the hal.py with the one in this repository
  • Add your WiFi networks to the hal.py WIFIS dict
  • Install MicroPython on your ESP32
  • Upload the SumoRobot firmware on your ESP32 with ampy

Credits