WICED Sense Radio Transmission Period

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

cross mob
Anonymous
Not applicable

With the stock firmware, I observed that the change in sensor values, in notification mode, is published every 0.2 s. Is the interval configurable or is it a BLE requirement?

0 Likes
1 Solution
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Yes if you see the wiced_sense_cfg  in wiced_sense.c

const BLE_PROFILE_CFG wiced_sense_cfg =

{

        /*.fine_timer_interval            =*/ 50, // ms

        /*.default_adv                    =*/ NO_DISCOVERABLE, // current sensor is not discoverable

        /*.button_adv_toggle              =*/ 0,    // pairing button make adv toggle (if 1) or always on (if 0)

        /*.high_undirect_adv_interval     =*/ 32,   // slots

        /*.low_undirect_adv_interval      =*/ 1024, // slots

also refer to this for more details : http://community.broadcom.com/docs/DOC-1760

thx

vik86

View solution in original post

0 Likes
5 Replies