Ai-Thinker-Open / ESP32-A1S-AudioKit

Ai-Thinker AudioKit Board SDK - 安信可 esp32-a1s 音频模组开发板
Other
132 stars 63 forks source link

esp-A1S deep sleep #24

Closed Patsjemoe closed 3 years ago

Patsjemoe commented 3 years ago

Hi, with esp32 wrover B, we can put the device in deep sleep and use RTC pin 33 for wake up. we use : esp_sleep_enable_ext0_wakeup(GPIO_NUM_33, 1); which pin is that in the ESP32-A1S ? Has that pin an internal pull down/up resistor to activate ? If so, how ? regards Ludo