-->
Page 1 of 1

reset with a SSR relays

PostPosted: Tue Jan 26, 2016 1:47 pm
by Romanus
Sorry for my English, I'm Italian. In addition I'm new in the forum and I'm not sure this is the right section to address my question.
I'm using the ESP8266 12e dev kit. I'm experimenting an SSR (Solid state relays) connected to the dev kit. Everything seems working but if I make an hard reset the dev kit doesn't reload the software . If I use a led instead of the relays everything is ok. The connection of the realys is a direct connection (the + pole to the pin of dev and the – pole to the ground of dev). I choose the SSR relays because it doesnt need any pilot circuit. Any suggestion to solve the problem?

Re: reset with a SSR relays

PostPosted: Tue Jan 26, 2016 4:10 pm
by Barnabybear
Hi, are you using GPIO 0 to control one of the relays? The LED in the relay will connect GPIO 0 to ground. it will power up in flash mode.

Re: reset with a SSR relays

PostPosted: Tue Jan 26, 2016 4:26 pm
by martinayotte
Right ! PullDown effect !
See other threads such as : viewtopic.php?f=13&t=7741&p=39319

Re: reset with a SSR relays (SOLVED)

PostPosted: Wed Jan 27, 2016 1:09 am
by Romanus
Dear Barnabybear,
You are right. Thanks a lot.