Hello
Is this possible to send the ble data particularly after every slave latency to the master device??
Thanks
Hello
Is this possible to send the ble data particularly after every slave latency to the master device??
Thanks
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
Hello Torbjorn,
Thanks for your answer.