GPIO Pin Interrupt Wake up for deep sleep
Posted: Fri Feb 20, 2015 10:24 am
" revised system_deep_sleep,system_deep_sleep(0),set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST "
Is there a plan for waking up from deep sleep via pin interrupt ? That would be great for sensor modules. Most sensors keeps pulling the output pin when triggered and it's not possible for me to wake the module until the event finishes. :/ I don't want to add an Atmega mcu only to read the pin and reset the module :/
Btw have no idea about if pin interrupt & sleep for x seconds can be used together for 0.9.5 but it would be awesome
Is there a plan for waking up from deep sleep via pin interrupt ? That would be great for sensor modules. Most sensors keeps pulling the output pin when triggered and it's not possible for me to wake the module until the event finishes. :/ I don't want to add an Atmega mcu only to read the pin and reset the module :/
Btw have no idea about if pin interrupt & sleep for x seconds can be used together for 0.9.5 but it would be awesome