Skip to content

Instantly share code, notes, and snippets.

@stabacco
Last active July 29, 2021 11:31
Show Gist options
  • Save stabacco/9b62316b09255e1997f62596b06beff9 to your computer and use it in GitHub Desktop.
Save stabacco/9b62316b09255e1997f62596b06beff9 to your computer and use it in GitHub Desktop.
ESP32 installation
# Install esptool
pip install esptool
# Flash the ESP32 module, it will erase everything on it.
python -m esptool --port COM5 erase_flash
# Install the micropython firmware
python -m esptool --port COM5 write_flash -z 0x1000 C:\Users\tabac\Downloads\esp32-20210623-v1.16.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment