This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send ble data after every slave latency in order to obtain low power operation?

Hello

Is this possible to send the ble data particularly after every slave latency to the master device??

Thanks

Parents
  • Hi

    You can't really do that, but if you only want to send data at this slower rate why don't you just use a longer connection interval instead of enabling slave latency?

    Alternatively you can set up a timer to send an update with an interval similar to the connection interval * (slave latency + 1). Then you should get an update at a fixed rate, and the BLE stack should use slave latency in between updates to reduce power consumption. 

    Best regards
    Torbjørn

Reply
  • Hi

    You can't really do that, but if you only want to send data at this slower rate why don't you just use a longer connection interval instead of enabling slave latency?

    Alternatively you can set up a timer to send an update with an interval similar to the connection interval * (slave latency + 1). Then you should get an update at a fixed rate, and the BLE stack should use slave latency in between updates to reduce power consumption. 

    Best regards
    Torbjørn

Children
No Data
Related