Page 1 of 1

Wake up ESP32-S3 from peripheral

Posted: Sat Mar 04, 2023 11:12 am
by alex-k8
Hello everybody!

I have an esp32-s3 and I have connected a keyboard to pins 19 and 20. I can read keystrokes successfully. Is it possible to somehow use these pins to wake up the esp32-s3 from sleep when a keystroke is received? I suspect deep sleep will not be possible, what about from light sleep?

I've tried GPIO Wakeup and UART Wakeup with no success.

Thank you in advance!