User avatar
By Jan Kijonka
#66989 Hello,
I would like to use the Auto Modem-sleep (AT+SLEEP=2) on my ESP8266 E12 WiFi module. How to implement it for both - station and server sides ? I'm currently sending one data packet from ESP8266 station to AP server in 500 ms intervals. I would like to have modem-sleep state (~15 mA currents consumption) in this idle time. Unfortunately, the currents consumption is about ~70 mA all the time. How to use beacons to close the Wi-Fi module circuit within the two DTIM Beacon interval in order to the power savings, and automatically wake up before the next Beacon arrival ? Any examples of implementation ?