2021-01-05 07:04 AM
We need to have as most is possible a constant communication between the master (data receiver) and the two slaves (data senders). The data sent by each slaves should be around from every 20ms to 100ms. So the receiver would receive data every 10ms to 50ms. I'm trying to figure out if I will use a Eddystone beacon packets or need to make a connection on both slaves one after the other and pull the data from one after the other. What would be the more reliable way to do it? I'm currently using the the SampleApp example and I'm trying to "disconnect" and then, "reconnect". Could you help me to do that? The example is not showing us a way to disconnect. Is there a user guide to follow?
Is this is the Programming guide to
follow?
Or this one?
I saw in my searches that it could be
possible to connect, send data and disconnect within 3ms. Is this possible? See this
link :
https://www.rfwireless-world.com/Tutorials/Bluetooth-Smart-Bluetooth-Low-Energy-BLE-tutorial.html
Thanks a lot for your help.