<?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>Lowest latency on 1M for multiple devices?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108640/lowest-latency-on-1m-for-multiple-devices</link><description>Hello! 
 I am trying to get stable stream of updates from multiple sensors over BLE. 
 I&amp;#39;m set up the connection array via bt_le_filter_accept_list_add() for devices and then run bt_conn_le_create_auto() with various params after each connection is established</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Feb 2024 20:21:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108640/lowest-latency-on-1m-for-multiple-devices" /><item><title>RE: Lowest latency on 1M for multiple devices?</title><link>https://devzone.nordicsemi.com/thread/470859?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 20:21:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c23ad6ef-dab1-4f6c-9590-cd6cd0176b46</guid><dc:creator>Anton Fedorov</dc:creator><description>&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;Since my connection is only exchange of empty pdu from central and one GAP update from peripheral, i&amp;#39;ve got down to&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve got stable 3 * 130hz, which seems to be real BLE limit here (1000/1.25 =&amp;gt; 800 / 3 / 2 =&amp;gt; 133).&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;btConnParam&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;BT_LE_CONN_PARAM_INIT&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;6&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;6&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;2000&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT&lt;/span&gt;&lt;span&gt;=1250&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Lowest latency on 1M for multiple devices?</title><link>https://devzone.nordicsemi.com/thread/470844?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 17:48:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09247b75-0546-4ebc-8dc7-c09ff16d2d16</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I do believe you should be able to get 3 links with a connection interval of 15ms, if you for instance set the connection event default length to (max) 5000, since that equal 5ms for each link. I suggest you try to set this to 5000 (instead of default 7500):&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If that doesn&amp;#39;t help, I suggest to read:&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/softdevice_controller/doc/scheduling.html#connection-timing-as-a-central"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/softdevice_controller/doc/scheduling.html#connection-timing-as-a-central&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But you can also send me the \build\zephyr\.config so I can see if I can find other parameters that you can try to tweak.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>