-->
Page 1 of 1

GPIO16 and RST for deep sleep makes my esp freeze?

PostPosted: Sun Jul 03, 2016 5:15 am
by matrix866
I've started working on ESP8266 developer board nodemcu 1.0.

Everything is going OK except that when I connect GPIO16 to RST this thing doesn't turn on!

If i remove the connection it start and execute the code, then, when it wake up it does nothing! (I think because of the missing connection with the reset line)

Any help? Maybe this problem is releated to my developer board?

All my code is inside setup(). The loop is empty.

Re: GPIO16 and RST for deep sleep makes my esp freeze?

PostPosted: Sun Jul 03, 2016 10:39 am
by Barnabybear
Hi, stick a 1k between RST and GPIO 16.Do you have a pull up on RST? 10K is good.

Re: GPIO16 and RST for deep sleep makes my esp freeze?

PostPosted: Sun Jul 03, 2016 12:05 pm
by matrix866
Barnabybear wrote:Hi, stick a 1k between RST and GPIO 16.Do you have a pull up on RST? 10K is good.

Just did that but didn't worked.

I tried an esp "bare metal" and it works...there must be some trick for the developer board...

Re: GPIO16 and RST for deep sleep makes my esp freeze?

PostPosted: Sun Jul 03, 2016 12:08 pm
by matrix866
Barnabybear wrote:Hi, stick a 1k between RST and GPIO 16.Do you have a pull up on RST? 10K is good.

COOL now it's working thank you!