Chat freely about anything...

User avatar
By Barnabybear
#48746 Hi, in the first 250mS (boot) you canot control the level of GPIO2. After that you can do with it as you wish. It's a pain if you want to use it with relays etc. The simlest way is to use a port expander IC (GPIO's 0 & 2 are fine for I2C) or an ESP with more GPIO's
Last edited by Barnabybear on Wed Jun 08, 2016 2:29 am, edited 3 times in total.
User avatar
By ardhuru
#48750 I had the exact same problem, with a relay coming on momentarily before the software took over.

I tried a lot of passive component solutions to delay the drive to the relay transistor, without success.

Finally, used an 8 pin pic with a simple delay routine and stuck that between the ESP output and the relay drive; a bit of an overkill, but a single component solution that works flawlessly!