This code outlines the client-side software and libraries available to students during the sumobots competition.
If your ESP32 has not been flashed with MicroPython, follow these instructions to complete the process.
- Plug in the ESP32 via a USB cable.
- Install Thonny and open it on your computer.
- Go to Tools -> Options -> Interpreter -> Install MicroPython.
- Select ESP32 as your board, Esspresif as your variant, and the most recent firmware version available. Your target port will likely be the only one available on the selection window.
- Click install and **stick a label on the chip with "μPY" on it.
- Plug in the ESP32 via a USB cable.
- Open Thonny and go to Go to Tools -> Options -> Interpreter.
- Set your interpreter as MicroPython (ESP32).
- Hit the green Run button on the top of the page to run your code.