Micropython
BOX-EE is written in python using the very awesome micropython project
Official firmware downloads can be found on the micropython site.
This is just a proxy set of instructions on how to flash an ESP32. To get a much more in-depth and official documentation on this section, it’s recommended to follow their guides.
For those who already have the micropython firmware for ESP32 and also have downloaded the esptool, skip over to the upload code
esptool is a command line tool used to flash ESP devices.
- running esptool.py requires
sudo
access - Install esptool.py via pip
pip3 install esptool
- Connect an Espressif chip to your computer.
- Run esptool.py commands:
esptool.py -p PORT flash_id
- Run esptool.py commands: