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

Connection latency between several BLE devices

Hi all,

I would like to setup a system where a single central BLE device (a smartphone) has to talk sequentially to several BLE perihperals (Nordic chips).

I need to send data to all the BLE peripherals, say 8 of them, in a short time (<1.5s).

Is there a way to compute the time it would require to switch from one BLE connection to the other?

In this thread, it is described how to compute the throughput for a BLE link. But I do not know how to compute the time the central BLE (smartphone) needs to switch from one connection to the next one.

Thank you

Related