Blinky on ESP8266 fails
Posted: Sun Feb 15, 2015 1:09 am
Hello folks,
I'm following the tutorial at https://github.com/esp8266/esp8266-wiki/wiki. I don't see any warnings/errors in the "Toolchain", "Building" and "Uploading" steps and I do see the blue LED on my ESP8266 blink when the esptool is flashing the new firmware on the ESP8266. However, after the esptool reports a successful flash, I don't see the LED blink every second; in fact, it doesn't blink at all.
I've also tried simplifying the code such that the LED just stays on forever but the LED remains off after the firmware upload is complete. Any ideas on how to debug this? Or any ideas on what I might have missed? Or does the blinky example not work on certain ESP8266 modules?
I'm going to reflash the chip with the AT demo next to see if the problem lies with the firmware update or if it just lies with the blinky code. The initial AT demo worked fine, it was able to connect to the wifi network.
I'm following the tutorial at https://github.com/esp8266/esp8266-wiki/wiki. I don't see any warnings/errors in the "Toolchain", "Building" and "Uploading" steps and I do see the blue LED on my ESP8266 blink when the esptool is flashing the new firmware on the ESP8266. However, after the esptool reports a successful flash, I don't see the LED blink every second; in fact, it doesn't blink at all.
I've also tried simplifying the code such that the LED just stays on forever but the LED remains off after the firmware upload is complete. Any ideas on how to debug this? Or any ideas on what I might have missed? Or does the blinky example not work on certain ESP8266 modules?
I'm going to reflash the chip with the AT demo next to see if the problem lies with the firmware update or if it just lies with the blinky code. The initial AT demo worked fine, it was able to connect to the wifi network.