esp32.wake_on_ext0 consistency across different chips #14539
Replies: 2 comments 2 replies
-
If I run
on an esp32, I get
then, after I press the button on gpio0, I get the esp32 waking up
But if I try the same thing on an esp32s2 ,I get
because the esp32s2 hasn't waited for the button press but exited deepsleep immediately. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Adding a note that kjm1102 has opened an issue about this here: #15260 They've also left a comment with a workaround, so I'm going to close the question in favour of the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The last time I used esp32.wake_on_ext0 was on a regular esp32 with upython v1.17 in August last year and it was working OK with both light & deep sleep.
Today I'm on an esp32s2 with upython v1.22 and it's not working with either sleep type (the board immediately wakes up from sleep as soon as it enters instead of waiting for me to press the relevant button).
Just wondering what what level of consistency to expect from something like esp32.wake_on_ext0 across different upython versions/chips?
Beta Was this translation helpful? Give feedback.
All reactions