Bricked/Fried boards when trying to use pushbuttons
Posted: Thu Jun 22, 2017 2:26 pm
Hello there!
I'm new to the ESP scene but familiar with Arduino and AtMega µCs.
I wanted to phase out my arduino nanos for more modern stuffs, and the ESP8266 seems a good fit. So installed the boards definitions for the Arduino IDE in order to play with it, and could blink LEDs on various GPIOs, but i got into problems when i tried to use pushbuttons.
So i defined D2 as an INPUT_PULLUP, and thus tied it to the ground using a solid core wire in order to register a "push" on my button. However, once i did that, i could no longer flash anything to the chip.
The board i use is a NODEMCU board with µUSB and USB to serial converter. I've been able to flash things to the ESP without problems, until i did what i described earlier.
I had similar problems with 2 other boards, trying to do the same thing, but by then i did not understand why the board stopped working properly.
It still shows as a COM port in the Arduino IDE, but it fails to flash, returning the following error message :
warning: espcomm_send_command: didn't receive command response
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed
So now, i'm stuck with 3 ESP8266 that i can't flash, and i don't know what to do, nor what i did wrong.
Did i use a forbidden GPIO? can't i use INPUT_PULLUPs on the ESP? do i need an external pullup for my button?
Now, i'm really confused, and i'm not sure to understand what GPIOs i can safely use, nor how i bricked those units...
Any help would be apreciated
I'm new to the ESP scene but familiar with Arduino and AtMega µCs.
I wanted to phase out my arduino nanos for more modern stuffs, and the ESP8266 seems a good fit. So installed the boards definitions for the Arduino IDE in order to play with it, and could blink LEDs on various GPIOs, but i got into problems when i tried to use pushbuttons.
So i defined D2 as an INPUT_PULLUP, and thus tied it to the ground using a solid core wire in order to register a "push" on my button. However, once i did that, i could no longer flash anything to the chip.
The board i use is a NODEMCU board with µUSB and USB to serial converter. I've been able to flash things to the ESP without problems, until i did what i described earlier.
I had similar problems with 2 other boards, trying to do the same thing, but by then i did not understand why the board stopped working properly.
It still shows as a COM port in the Arduino IDE, but it fails to flash, returning the following error message :
warning: espcomm_send_command: didn't receive command response
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed
So now, i'm stuck with 3 ESP8266 that i can't flash, and i don't know what to do, nor what i did wrong.
Did i use a forbidden GPIO? can't i use INPUT_PULLUPs on the ESP? do i need an external pullup for my button?
Now, i'm really confused, and i'm not sure to understand what GPIOs i can safely use, nor how i bricked those units...
Any help would be apreciated