Post topics, source code that relate to the Arduino Platform

User avatar
By donnib
#38081 Hi,
How is it possible to light sleep with arduino framework on the ESP8266, i know how to deepsleep and it works but i am interested to do LIGHT_SLEEP so i can benefit from "low power" equal to 0,5mA and have GPIO wake up enabled with gpio_pin_wakeup_enable.

I can't seem to find examples how to do this, anyone tried it ?

donnib