-->
Page 1 of 1

node.dsleep option 4 with wifi connect command

PostPosted: Thu May 12, 2016 1:15 am
by Gelir Durum
I am using developer branch firmware and i am working on deepsleep mode. I use node.dsleep function with option 4. With this option after timer wake up there is no rf functionalty. My project is about temperature control and i want connect wifi only when temperature data pass some limit. So I want use deepsleep mode option 4 with my control on wifi connection. Are there any command for connect wifi after wakeup deespsleep option 4.

Re: node.dsleep option 4 with wifi connect command

PostPosted: Fri May 13, 2016 10:26 am
by dnc40085
The only way to get out of node.dsleep opt. 4 is to restart with a different option. However, there is a Pull Request that has been submitted that will allow the WiFi to be suspended similar to deep sleep opt. 4, but without the restart.

I believe the PR should be merged after the migration from Dev to Master.