ESP8266 Developer Zone The Official ESP8266 Forum 2017-01-22T11:26:00+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3260 2017-01-22T11:26:00+08:00 2017-01-22T11:26:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3260&p=11168#p11168 <![CDATA[Re: Deep sleep mode initiation]]> you can use system_deep_sleep() function.And GPIO16 connect RST gpio.You can consult our sample code in github.espressif and low_power Doc.

Statistics: Posted by ESP_Xutao — Sun Jan 22, 2017 11:26 am


]]>
2017-01-12T19:23:36+08:00 2017-01-12T19:23:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3260&p=11100#p11100 <![CDATA[Deep sleep mode initiation]]>

Code:

system_deep_sleep_instant(DEEP_SLEEP_LONG_TIME);


~2-3 seconds later I observe UART sequence output:

Code:

ets Jan  8 2013,rst cause:5, boot mode:(3,7)
ets_main.c


Is this something expected?

Statistics: Posted by russus — Thu Jan 12, 2017 7:23 pm


]]>