ESP8266 Developer Zone The Official ESP8266 Forum 2017-07-07T10:36:21+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1837 2017-07-07T10:36:21+08:00 2017-07-07T10:36:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1837&p=14433#p14433 <![CDATA[Re: Re-enable RF after a deepsleep with option 4]]> Statistics: Posted by Her Mary — Fri Jul 07, 2017 10:36 am


]]>
2017-07-05T22:09:25+08:00 2017-07-05T22:09:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1837&p=14402#p14402 <![CDATA[Re: Re-enable RF after a deepsleep with option 4]]> Statistics: Posted by pgoldstein — Wed Jul 05, 2017 10:09 pm


]]>
2016-12-04T05:12:47+08:00 2016-12-04T05:12:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1837&p=10764#p10764 <![CDATA[Re: Re-enable RF after a deepsleep with option 4]]> Statistics: Posted by Rafaelvbl — Sun Dec 04, 2016 5:12 am


]]>
2016-03-01T05:14:40+08:00 2016-03-01T05:14:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1837&p=5865#p5865 <![CDATA[Re-enable RF after a deepsleep with option 4]]>
I can't find anything on how to re-enable wifi after a system_deep_sleep() with the option deep_sleep_set_option(4).
The current workaround seems to call deep_sleep_set_option(0) and then system_deep_sleep(1).
Adafruit seems to be able to re-enable wifi with the arduino environment.
https://github.com/adafruit/adafruit-io ... rigger.ino
I was not able to reproduce this.
People on the arduino github project are also trying without success (WAKE_RF_DISABLED) :
https://github.com/esp8266/Arduino/issues/644
The example code provided by espressif use the set_option(0) solution:
https://github.com/EspressifSystems/low ... ensor_lp.c


So can someone at Espressif confirm how, if possible, to enable wifi after a deepsleep. I was not even able to do it by power reset. Is calling deep_sleep_set_option(0) the only solution ? Is there really anyway to do this without restart ?

Regards,

Statistics: Posted by redge76 — Tue Mar 01, 2016 5:14 am


]]>