ESP32-S2 pin won't hold during deepsleep #14295
Answered
by
davefes
kjm1102
asked this question in
Using MicroPython
-
I'm in the Pins & GPIO section of https://docs.micropython.org/en/latest/esp32/quickref.html trying to figure out how to hold an esp32-S2 pin during deepsleep. The code runs, I can see pin 34 go low on the multimeter during the 5s sleep,
but the pin seems to float as soon as the deepsleep starts and the lte modem power pullup drags it up to 5v. Can some knowledgeable soul please explain what I need to do to get pin34 to hold low during deepsleep? |
Beta Was this translation helpful? Give feedback.
Answered by
davefes
Apr 13, 2024
Replies: 1 comment 11 replies
-
Found this somewhere on the internet: |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.micropython.org/en/latest/esp32/quickref.html