Search found 1 match

by Mcbride72
Wed Feb 11, 2026 2:01 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

I'm not an expert on the QuickFeather specifically, but usually, you'd look into the board's low-power modes and RTC (Real-Time Clock) capabilities. See if the qf_ssi_ai_app project has any built-in functions for setting alarms or using the RTC to trigger interrupts. You'll likely need to configure ...