Created
January 24, 2016 01:44
-
-
Save wpsteak/b45a4bec6a0c06002246 to your computer and use it in GitHub Desktop.
ESP 12 Flash update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESP Tool | |
https://github.com/themadinventor/esptool | |
ESP-12 update to SDK v0.9.5 and AT v0.21.0.0 - noobs tutorial | |
http://blog.3mdeb.com/2015/01/25/esp-12-upgrade-to-esp-iot-sdk-v0-dot-9-5-using-esp-open-sdk-toolchain/ |
python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=32m 0x00000 ~/Desktop/NodeMCU/nodemcu_float_0.9.6-dev_20150704.bin
python ./esptool.py --port=/dev/cu.usbserial write_flash -fm=dio -fs=32m 0x00000 ~/Desktop/NodeMCU/nodemcu_float_0.9.6-dev_20150704.bin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
json parser
http://www.esp8266.com/viewtopic.php?f=21&t=1185