Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By SlowBro
#56816 From the docs I gather that light sleep is perfect for a device sitting idle awaiting commands.

http://www.espressif.com/sites/default/ ... s_en_0.pdf

But what commands? Is there some kind of Wake on LAN packet that must be sent first? Or is it a matter of, "I have packets, time to process them, wake up and start loop() again"?
User avatar
By SlowBro
#56969 Some report that light sleep intermittently disconnects from wifi after some time, is that a frequent concern or rare?

I'd test it but I don't have my boards in just yet.