Can Bluetooth stack closed alone at cyw20719

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NiLi_2861801
Level 3
Level 3
First like received First like given

Hi ,

     My device has no need to open bluetooth at some time like from 00:00 - 8:00 everyday, but it should be awake for sensor to record the value.  Can the bluetooth stack be closed alone to save the power? How to?

thanks.

0 Likes
1 Solution

You need to use WICED_SLEEP_ALLOWED_WITHOUT_SHUTDOWN in your application. The power modes can't be selected in the Wiced SDK. The device will choose it automatically.

You just need to stop the adv and scan to shut down the RF part. You can start advertising when you need.

View solution in original post

6 Replies