-->
Page 4 of 5

Re: ESP-01S Relay v1.0 doesn't boot ESP-01

PostPosted: Fri Mar 23, 2018 1:53 am
by schufti
you are correct appart from the fact that these two gpios have to be in certain state (high) during startup to boot the fw and during early stage even output signals that might interfere with your relay circuitry.

Re: ESP-01S Relay v1.0 doesn't boot ESP-01

PostPosted: Sat Nov 30, 2019 12:24 pm
by cool
Hi
This is an older post, however I started with ESP8266 day's ago and - of course - struggled with my freshly received ESP-01S relay boards.
The suggestion to add a 10k resistor between GPIO0 and 3.3v does not work for two reasons:
- first, a 2k resistor is connected between GPIO0 and a NPN transistor base with emitter to ground
- second, a 10k resistor is connected between GPIO0 and ground
thus, a 10k resistor is not small enough to reach a "high input" level.

What worked for me was to remove R2 by simply desoldering it. On my PCB it was marked R2,
This will leave GPIO open during boot, and inspite of the remainig base connection it works.
Only disadvantage: the relay will switch on during boot until the ESP8266 programm set it low.

Re: ESP-01S Relay v1.0 doesn't boot ESP-01

PostPosted: Wed Dec 04, 2019 10:40 am
by m_elias
viewtopic.php?p=73027#p73027
I modified all mine like this and they all work just fine.

Re: ESP-01S Relay v1.0 doesn't boot ESP-01

PostPosted: Sat Jan 09, 2021 1:13 am
by Atif Hussain
cool wrote:Hi
This is an older post, however I started with ESP8266 day's ago and - of course - struggled with my freshly received ESP-01S relay boards.
The suggestion to add a 10k resistor between GPIO0 and 3.3v does not work for two reasons:
- first, a 2k resistor is connected between GPIO0 and a NPN transistor base with emitter to ground
- second, a 10k resistor is connected between GPIO0 and ground
thus, a 10k resistor is not small enough to reach a "high input" level.

What worked for me was to remove R2 by simply desoldering it. On my PCB it was marked R2,
This will leave GPIO open during boot, and inspite of the remainig base connection it works.
Only disadvantage: the relay will switch on during boot until the ESP8266 programm set it low.


Hi, Is there anyway to prevent relay switch during boot?