9
0
Fork 0
Go to file
Silver Kuusik ebcc9ac9e4 change targe name 2018-01-13 16:13:19 +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 change targe name 2018-01-13 16:13:19 +01:00
README.md update README 2018-01-12 10:09:53 +01:00
boot.py fix wifi password, clean imports 2018-01-12 10:23:12 +01:00
config.json update indentation 2018-01-12 10:28:26 +01:00
hal.py fix missing brace 2018-01-12 10:24:06 +01:00
main.py add missing import 2018-01-12 10:24:28 +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