-->
Page 4 of 4

Re: NodeMCU won't wake up after deepsleep

PostPosted: Sat Nov 17, 2018 11:14 am
by chamathkv
Pablo2048 wrote:How do you know that the CPU is started after deepsleep timer expire? Is there any proof of this? It is from time to time described as an hardware bug, but I've never get more info about this.


I checked with a USB meter and realized that it doesn't start after the timer finishes (Normal use consumed 0.07A and deepsleep consumed 0.02A). It does reset when I remove the RST--GPIO16 connection. But that still means I need to do it manually, and the code does not reset on its own.

Re: NodeMCU won't wake up after deepsleep

PostPosted: Sat Nov 17, 2018 11:16 am
by chamathkv
schufti wrote:@chamathkv: no, esp arduino starts with "void setup()" after deepsleep

@Pablo2048: because there is bootloader msg @74880 after deeplsleep timer expires w/o gpio16-rst


Yes, you are right, it starts with void setup() just that in my case it doesn't start at all. It just stays in deepsleep even after the timer. (RST--GPIO16) connection is still connected btw.

Re: NodeMCU won't wake up after deepsleep

PostPosted: Sat Nov 17, 2018 11:34 am
by Pablo2048
schufti wrote:@Pablo2048: because there is bootloader msg @74880 after deeplsleep timer expires w/o gpio16-rst

Thanks for the point...

Re: NodeMCU won't wake up after deepsleep

PostPosted: Sat Nov 17, 2018 1:33 pm
by schufti
as I allready wrote several posts ago, check the capacitor on rst, some nodemcu have too high value, preventing rst to see the short pulse on gpio16