Jieli-Tech / fw-AC63_BT_SDK

Firmware for Generic Bluetooth SDK(AC63 series), Support AC631N/AC635N/AC636N/AC637N/AC632N, compatible with AC69 series without audio support.
Apache License 2.0
167 stars 97 forks source link

Wake up from soft off low power mode on timer interval #203

Open filipilic2619 opened 9 months ago

filipilic2619 commented 9 months ago

Is it possible to wake up br23 chip using timer from soft off mode, for example, every second? When I call power_set_soft_poweroff function, the device goes to sleep and only can be waked up using gpio port.

Also, I have tried set_softoff_wakeup_time_ms function, but it doesn't work.

rixin-Tech commented 9 months ago

Using RTC for wake-up

filipilic2619 commented 9 months ago

Is there example how to use RTC for wake up?