You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to start a thread here and ask if anyone is able to wake up from deep sleep from a touch on the screen?
Something like touchSleepWakeUpEnable but for screen input.
I attempted to use
[ 30001][E][esp32-hal-touch.c:273] touchSleepWakeUpEnable(): No touch pad on selected pin!
which makes sense I guess...
Is there any way to do this with a screen touch?
My goal here, btw, it to put it into low power mode if it is idle for use on battery power.
If deep sleep is not an option, is there a shutdown command? I know there is a reboot in esp32 but what should i use when on battery power to turn off if touch to wake is not an option.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wanted to start a thread here and ask if anyone is able to wake up from deep sleep from a touch on the screen?
Something like touchSleepWakeUpEnable but for screen input.
I attempted to use
and it said
which makes sense I guess...
Is there any way to do this with a screen touch?
My goal here, btw, it to put it into low power mode if it is idle for use on battery power.
If deep sleep is not an option, is there a shutdown command? I know there is a reboot in esp32 but what should i use when on battery power to turn off if touch to wake is not an option.
Beta Was this translation helpful? Give feedback.
All reactions