<?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>Do I understand BLE Connection Interval properly?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25340/do-i-understand-ble-connection-interval-properly</link><description>Hello, 
 I am trying to understand a bit better BLE throughtput in order to use it for my application, having read this Nordic Blog , this post and ATT_MTU Throughput Example 
 I have a question regarding to the parameter so called Connection Interval</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Sep 2017 08:16:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25340/do-i-understand-ble-connection-interval-properly" /><item><title>RE: Do I understand BLE Connection Interval properly?</title><link>https://devzone.nordicsemi.com/thread/99870?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 08:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd7936d5-e860-4da0-982e-853f945f9f43</guid><dc:creator>ndarkness</dc:creator><description>&lt;p&gt;Ok, then if my Pheripherial wants to send data to the Central, it will do it with a minimun period of Connection Interval right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Do I understand BLE Connection Interval properly?</title><link>https://devzone.nordicsemi.com/thread/99869?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 21:49:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a216f4f-34c8-4206-8e95-b2c5ee16c9c0</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;No. Connection interval is the time between one radio event on a given connection and the next radio event on the same connection. BLE devices agree on this interval at the start of the connection (and can renegotiate it later). That means that every connection interval the central sends out a packet (even if it&amp;#39;s an empty one) and the peripheral turns its radio on and listens. If there is data then packets are sent for a while, then the radio goes off until the start of the next radio event (which is one connection interval after the start of the last one).&lt;/p&gt;
&lt;p&gt;This is how BLE is energy efficient, you can&amp;#39;t send at any time, only occasionally. If your connection interval is long then it sending data may be slow as it can only be sent out during radio events and they occur only every &amp;#39;connection interval&amp;#39; milliseconds.&lt;/p&gt;
&lt;p&gt;Note that more than one packet of data can be sent out in one radio event so connection interval is not the time between packets, it&amp;#39;s the time interval at which the central and peripheral agree to talk to each other and ask if there is any data to send. The radio events may be very short (no data) or quite long (data to send) but they always start one &amp;#39;connection interval&amp;#39; apart.&lt;/p&gt;
&lt;p&gt;One small detail, the peripheral may have something called &amp;#39;slave latency&amp;#39;, which by default is zero. If non-zero, the peripheral is allowed to skip up to slave latency radio events and not listen. That saves even more power, at the expense of even slower data. The central always sends on the connection interval, but the peripheral may choose to listen only now and again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>