-->
Page 1 of 2

NodeMCU(ESP8266) - cannot flash

PostPosted: Mon Jun 26, 2017 4:30 am
by lazarvgd
Hello world!
I have a problem, I have uploaded several code examples to my node mcu board, and suddenly I cannot upload anything to it. I am getting message that IDE didn't receive signal from board. I have checked the configurations and everything seems to be fine.
The message is: espcom_send_command(FLASH_DOWNLOAD_BEGIN) failed.

Is this related to physical damage of the board?

Thanks

Re: NodeMCU(ESP8266) - cannot flash

PostPosted: Wed Jun 28, 2017 9:47 am
by QuickFix
You can measure if the FLASH-button is still working, by connecting a multimeter between pin D3 (GPIO0) and a G-pin (GND).
Alternatively measure directly on the ESP chip (don't touch its metal can) itself, connecting between the top rightmost pin and the fourth pin from the right:

Image

Set your multimeter to the 20k-ohm (or higher) range.
If the FLASH-button is not pressed, you should read a value of about 11.5k, when pressed it should drop down to (nearly) 0 ohm (in my case it was around 500 Ohm, so I couldn't use the continuity-setting on my meter).

If the switch isn't working or you want to make sure your ESP is in the flashing mode at reset, you can attach a jumper cable/Dupont wire between pin D3 of the NodeMCU board and GND.
Press the RESET-button and detach one end of the wire; this *should* get you into flash-mode.

Re: NodeMCU(ESP8266) - cannot flash

PostPosted: Thu Jun 29, 2017 11:37 pm
by lazarvgd
Hey buddy, I was on a trip durig the weekend, I will meassure the resistance and let you know the outcome. Thanks for help!

Re: NodeMCU(ESP8266) - cannot flash

PostPosted: Fri Jun 30, 2017 5:24 am
by lazarvgd
Hi I have measured approximately 25kOhm the resistance between D3 and GND. Button is working.
Could this be related to IDE or OS on my pc?