- Fri Feb 02, 2018 3:14 pm
#73660
I have no idea what I'm doing guys.
I changed some code in the firmware to blink on LED_BUILTIN and now the ESP-01 just won't boot. I don't know what it was originally whether it was digitalWrite(pin1) or digitalWrite(pin2) or digitalWrite(pin0). Can't get it working again.
What is the ultimate minimum connections I need to make the ESP-01 boot in operation mode?
I have VCC connected to +3.3V
I have GND connected to 0V
I have CH_PD connected to 10k resistor to +3.3V
I have RST connected to 10k resistor to +3.3V
I pullup GPIO2 to +3.3V and the blue led doesn't come on at all. Or it comes on and stays on forever.
I pullup GPIO0 to +3.3V and the blue led doesn't come on at all, or it comes on and stays on forever.
The only way I could get it to operational mode is to plug in VCC, CH_PD, and RST to 3.3V. Turn on the AC PSU, wait 1 second then plug in GND.
Or alternatively I connect GND, CH_PD and RST to the AC PSU, wait 1 second then plug in VCC - this is the second method I could get it to work.
I have no idea what I am doing.