tve wrote:
Do I understand correctly that the esp8266 can only wake up from light-sleep using the timer or a gpio input change? Does this mean, for example, that it cannot wake up from an incoming character on the UART? Is the UART powered-down during light sleep?
It is auto determined whether the chip is able to get into light-sleep.The API just pushes the "enable button"
For now, we can only receive ext-wake-up from GPIO. So the UART data might be lost if the chip is in light-sleep, during which the CPU clock pauses.
You can holde the GPIO before sending UART data.Statistics: Posted by costaud — Tue Jul 07, 2015 5:07 pm
]]>