9
0
Fork 0
Go to file
Silver Kuusik 63d8757c1b update Makefile 2018-01-10 22:48:50 +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 update Makefile 2018-01-10 22:48:50 +01:00
README.md update readme 2018-01-10 22:24:35 +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

  • Add your WiFi networks to the wifis.json file
  • Install MicroPython on your ESP32 (make flash)
  • Upload the SumoRobot firmware on your ESP32 with ampy (make all)

Credits