So I'm wondering if anyone have done any tests or have other data on how long it takes to connect two devices.
The cases that I would like to estimate is:
- Initial connection between a node and a master.
- A master disconnecting one slave and connecting another (both slaves already known to the master).
- A slave disconnecting one master just to connect to another master.
Basically case 2 is in order to determine if a master can effectively swap between multiple slaves and with this in a way surpass the limit on the number of active connections.
Case 3 happens if a node moves and finds itself getting out of range from the original master. It is important for the application that the node is then able to connect to another master as seamlessly as possible.
Does anyone have any data on this?
In all honesty I believe BLE is not very suited for the target application, but I sort of need data and observations to back that up...