esp32-c3 wakeup pin not working #9482
Unanswered
puppet13th
asked this question in
Hardware & Peripherals
Replies: 2 comments 1 reply
-
@puppet13th Is the issue fixed? |
Beta Was this translation helpful? Give feedback.
0 replies
-
See pending pull requests: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
board lolin-c3-mini using generic esp32-c3-usb 1.19.1
example code:
code output if "lightsleep(10_000)" comment out:
according to esp32-c3 datasheet/another reference pin 1,3,5 connected to VDD3P3_RTC and should be able to be used as wakeup pin.
the led only lit at the end of the code(esp32.wake_on_ext0 not working)
the code run correctly(led blinking according to pin number) on lolin-s3:
code output:
edit:
wiring:
v3v3 - r1 - 'pin0 - pin5'
Beta Was this translation helpful? Give feedback.
All reactions