ESP8266
From Fixme.ch
Revision as of 18:28, 6 March 2015 by Sasha (Talk | contribs) (Created page with "[http://rancidbacon.com/files/kiwicon8/ESP8266_WiFi_Module_Quick_Start_Guide_v_1.0.4.pdf Quick getting started guide] === Flashing with RPi === You need get [https://github.com/...")
Flashing with RPi
You need get esptool and wire your Pi like so (if it doesn't work, connect ESP's GPIO2 to it's VCC as well):
pi@raspberrypi ~ $ sudo python esptool/esptool.py --port /dev/ttyAMA0 write_flash 0x000000 nodemcu_latest.bin Connecting... Erasing flash... Writing at 0x00062000... (100 %) Leaving...