Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By ucy74
#4079
i think you should...

Maybe thats a good place to gather information about all connections outside the chip.
    1. How to proper connect CH_PD pin
    2. RESET pin (floating?)
    3. GPIO0, GPIO2
Image
User avatar
By villTech
#4096
Setting high level on pin configured sa output means high level and can drive LED.
setting outpin to low can also driver led.

On the boot GPIO's are configured as inputs.
To drive LED's GPIO's are configured as outputs.
you drive led after boot.

So, if You prepare schematic straight for drive LED's You can have problems to proper reboot chip.
i dont know about that.

If You play with GPIO good option with capacitors is to set GPIO2 as input an pullup before (expecting) reset chip

because you configured your output as source driver. try making it sink driver.
User avatar
By ucy74
#4099
try making it sink driver

I was changing as You describe - to dive LEDs in low level.
No capacitors, no problem with boot.

led2.jpg
You do not have the required permissions to view the files attached to this post.