Skip to content

Instantly share code, notes, and snippets.

@mthri
Last active November 13, 2020 17:42
Show Gist options
  • Save mthri/c7887655292cd768fe56bd657bebf9d3 to your computer and use it in GitHub Desktop.
Save mthri/c7887655292cd768fe56bd657bebf9d3 to your computer and use it in GitHub Desktop.
Install MicroPython on NodeMCU(ESP8266) with esptool.py

esptool.py --port <PORT> --baud 460800 write_flash -e --flash_size=detect -fm dout 0 <FIRMWARE ADDRESS> NOTICE: after install, default baud rate is 115200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment