<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Connection latency between several BLE devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13652/connection-latency-between-several-ble-devices</link><description>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 (&amp;lt;1.5s). </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 May 2016 07:47:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13652/connection-latency-between-several-ble-devices" /><item><title>RE: Connection latency between several BLE devices</title><link>https://devzone.nordicsemi.com/thread/52155?ContentTypeID=1</link><pubDate>Thu, 12 May 2016 07:47:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6c32e6f-4eab-4ed6-a3eb-eccaae1697e2</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Alex. You are correct, most phones should be able to keep several connections running at a time, so you can use that to speed up the process. Again this will differ from phone to phone, but you could always try to keep adding more connection until it fails, and then start to drop the old connections.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connection latency between several BLE devices</title><link>https://devzone.nordicsemi.com/thread/52154?ContentTypeID=1</link><pubDate>Tue, 10 May 2016 15:05:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b6b9ee5-dc11-4d11-b7d6-8d07e2a1cc79</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Hi Torbjørn,
Thank you for your answer, I get what you mean.
So it would be easier to make some practical tests rather than compute a theoretical value which would be derived from several parameters, some of which cannot be controlled (delays in the phone OS).
To speed up the process, I could actually connect and send the data to the next device before the connection to the current device is over. I would then run two BLE connections in parallel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connection latency between several BLE devices</title><link>https://devzone.nordicsemi.com/thread/52153?ContentTypeID=1</link><pubDate>Mon, 09 May 2016 16:02:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24ba3f21-afe3-4e48-ad6b-73798cf19b96</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Alex&lt;/p&gt;
&lt;p&gt;This is a bit difficult to answer, as there are many factors that affect the disconnection and connection time.&lt;/p&gt;
&lt;p&gt;On the lower level BLE can disconnect and reconnect very quickly. If the master knows which device to connect to it can connect after receiving just a single advertise packet from the peripheral, and the connection establishment phase is very quick (&amp;lt; 5ms). That being said, the time it takes to receive the first advertise packet depends both on the advertising interval of the peripheral, the scanning window and interval on the phone (varies from phone to phone), and on potential delays in the phone OS.&lt;/p&gt;
&lt;p&gt;The advertising interval in particular is critical if you are trying to conserve power on the peripheral side. Make it too high and it will burn your battery quickly, but make it too low and it will increase connection time considerably.&lt;/p&gt;
&lt;p&gt;The boring answer here is that you would probably need to run some practical tests to be able to get a fair estimate of this. To simplify the test you could reduce the number of devices in total, as the switching time should be more or less the same (unless you are sending advertise packets very quickly and causing interference between the advertisers).&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>