Search found 1 match
- Wed Mar 05, 2025 4:32 am
- Forum: General Discussion
- Topic: Implementing period sleep and wake up in qf_ssi_ai_app Project
- Replies: 4
- Views: 53129
Re: Implementing period sleep and wake up in qf_ssi_ai_app Project
You can use a low-power timer or RTC to wake the QuickFeather board every 10 minutes. Implement a timer interrupt to trigger the wake-up, perform audio recognition, and then put the board back to sleep. Check the QuickFeather docs for relevant APIs.