External wakeup from deep sleep on XIAO ESP32C3

NOW I HAVE TRIED IT, THIS IS REALLY GOOD THANK YOU SO MUCH!! :blush:

And thank you for your advice on:

If your using a dev kit (a true one like pictured) don’t expect everything to translate to a Xiao’s or AFruit, or SparksRfun or Robot guy’s Hardware offering’s FYI

Turns out that I can put more than one esp_deep_sleep_enable_gpio_wakeup() in my code with the correct calling order (like how you did in your example), like LOW first then HIGH. But it saves so much of my time and avoided extra components like diodes and no need to do OR circuit anymore yay!! Thanks PJ!

1 Like