ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-08T10:46:09+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2134 2016-05-08T10:46:09+08:00 2016-05-08T10:46:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2134&p=6750#p6750 <![CDATA[Re: How to turn on WIFI circurit after deepsleep]]>
For your case, I think you can call "system_deep_sleep_set_option(1)" and reboot to go to normal mode. You can use RTC memory to store the status / operation-mode.

Statistics: Posted by yangtao — Sun May 08, 2016 10:46 am


]]>
2016-05-06T09:24:07+08:00 2016-05-06T09:24:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2134&p=6728#p6728 <![CDATA[How to turn on WIFI circurit after deepsleep]]> As we all know we can set the opt about the behaviors when esp8266 wake up -- such as don't turn on wifi circuit .But the problem is how to turn on wifi circurit in this mode?
I have read some topics they all said it is no API here.In a topic a friend use system_deep_sleep_instant() replace of system_deep_sleep() also made the time system work shortten 96ms before fall into sleep.But I can't make the project with error undefined function.
In my project,I need a very low cost of the power,so I make the module deepsleep 10s everytime when it finish work -- AP scan as a station -- and don't turn on the wifi circurit when wake up.
If anyone give a solution ,it will be very thanks full!

Statistics: Posted by timbotttt — Fri May 06, 2016 9:24 am


]]>