Search found 1 match

by abouttend
Mon Jan 26, 2026 8:39 am
Forum: General Discussion
Topic: Implementing period sleep and wake up in qf_ssi_ai_app Project
Replies: 9
Views: 62554

Re: Implementing period sleep and wake up in qf_ssi_ai_app Project

To wake the QuickFeather every 10 minutes, use the S3 / RTC wake-up timer.
Configure the timer, enter deep sleep, wake up automatically, run audio recognition once, then go back to sleep.
Avoid infinite loops and power down audio/peripherals before sleeping to save power.