-->
Page 13 of 34

Re: node.dsleep() reliability - zombie mode

PostPosted: Thu Feb 12, 2015 10:59 am
by GeoNomad
Fab85 wrote:I have been testing the firmware a little more. Before calling the node.dsleep() function I disconnect the wifi and wait 1 second. I have now more than 1000 deep sleeps.


Which build are you using?

Re: node.dsleep() reliability - zombie mode

PostPosted: Thu Feb 12, 2015 11:16 am
by Fab85
GeoNomad wrote:
Fab85 wrote:I have been testing the firmware a little more. Before calling the node.dsleep() function I disconnect the wifi and wait 1 second. I have now more than 1000 deep sleeps.


Which build are you using?


The one recompiled by Tobias, post #9089 in this topic.

Re: node.dsleep() reliability - zombie mode

PostPosted: Thu Feb 12, 2015 11:54 am
by GeoNomad
Fab85 wrote:
GeoNomad wrote:
Fab85 wrote:I have been testing the firmware a little more. Before calling the node.dsleep() function I disconnect the wifi and wait 1 second. I have now more than 1000 deep sleeps.


Which build are you using?


The one recompiled by Tobias, post #9089 in this topic.


Thanks

Re: node.dsleep() reliability - zombie mode

PostPosted: Thu Feb 12, 2015 12:51 pm
by manawyrm
That sounds really cool.

So just:
wifi.sta.disconnect()
tmr.wdclr()
tmr.delay(1000)
node.dsleep(waittime)
?