Code: Select all
wifi_set_opmode_current(NULL_MODE);
wifi_fpm_set_sleep_type(LIGHT_SLEEP_T);
wifi_fpm_open();
wifi_fpm_set_wakeup_cb(wake_cb);
wifi_fpm_do_sleep(10*1000*1000);
Am I doing something wrong or is timed light_sleep just not possible?
Postby dnc40085 » Tue Aug 02, 2016 5:37 am
Code: Select all
wifi_set_opmode_current(NULL_MODE);
wifi_fpm_set_sleep_type(LIGHT_SLEEP_T);
wifi_fpm_open();
wifi_fpm_set_wakeup_cb(wake_cb);
wifi_fpm_do_sleep(10*1000*1000);
Postby pratik » Wed Aug 03, 2016 10:04 am
Postby dnc40085 » Sat Aug 06, 2016 4:16 pm
Timer will prevent the chip from entering light-sleep mode, please disable all timers in
application before entering light-sleep.
Postby pratik » Mon Aug 08, 2016 11:10 am
Postby dnc40085 » Sat Aug 13, 2016 5:42 am
Postby pratik » Mon Aug 15, 2016 12:33 pm
Users browsing this forum: No registered users and 3 guests
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.