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

User avatar
By krzyspx
#55451 Overview of the subject - such as when we use ESP-01 for 3 relays
http://www.elektroda.pl/rtvforum/topic3227629.html
website is in Polish but the scheme in English :)
after 0,5-1 second after the reset you switch on T4 (Rx line is clear at boot procesor) and after that we can on/off relays
User avatar
By orio
#57011 Hi,

I'm having the same issue with a garage door opener, during boot the GPIO activate de relay and open the door. What GPIO is recommended to avoid that the ESP8266 open the door during boot? Im using the ESP8266 E12 Login V3.

This is the code im using:
https://github.com/ElectronHacks/MQTT_E ... Opener.ino

Any advice will be appreciated!
User avatar
By rudy
#57013 The link on the second post indicates that GPIO4 and GPIO5 are left alone. I would add a resistor to ground to ensure the pin is low. You didn't mention what you are using to drive the relay.