<?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>About changing connection parameters</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56309/about-changing-connection-parameters</link><description>Central info SDK: 15.3 nRF52840 
 Peripheral info SDK: 13.1 nRF52832 
 I want to increase the communication speed after connection. I want to know how to set the communication speed setting value in Central. 
 Currently, the setting value of the communication</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jan 2020 08:06:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56309/about-changing-connection-parameters" /><item><title>RE: About changing connection parameters</title><link>https://devzone.nordicsemi.com/thread/228275?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 08:06:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc3d746b-91a9-4dbf-af33-9f1fee4ccd0a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;If you want the connection interval to be as low as possible, you should set both the&amp;nbsp;&lt;span&gt;MIN_CONNECTION_INTERVAL and&amp;nbsp;MAX_CONNECTION_INTERVAL to 7.5ms. For the central application, this is likely set in the sdk_config.h file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About changing connection parameters</title><link>https://devzone.nordicsemi.com/thread/228235?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 00:06:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89022ec0-7897-46a5-94d2-b0176eafcb59</guid><dc:creator>Sawada</dc:creator><description>&lt;p&gt;Connection params are requested from Peripheral as follows.&lt;br /&gt;{&lt;br /&gt;.....&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gap_conn_params.max_conn_interval = MAX_CONN_INTERVAL;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gap_conn_params.slave_latency = SLAVE_LATENCY;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gap_conn_params.conn_sup_timeout = CONN_SUP_TIMEOUT;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; err_code = sd_ble_gap_conn_param_update (p_ble_evt-&amp;gt; evt.gap_evt.conn_handle, &amp;amp; gap_conn_params);&lt;br /&gt;.....&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;However, I want to change this Connection params on the Central side.&lt;br /&gt;I want to know if it can be done.&lt;br /&gt;For example, can the Connection Interval be changed simply by changing the value of the following Central sdk_config.h?&lt;/p&gt;
&lt;p&gt;#define NRF_BLE_SCAN_MIN_CONNECTION_INTERVAL 7.5&lt;br /&gt;#define NRF_BLE_SCAN_MAX_CONNECTION_INTERVAL 30&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About changing connection parameters</title><link>https://devzone.nordicsemi.com/thread/228128?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2020 12:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfd98d78-9882-4d2e-a2f2-75f654b8d854</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry, but I&amp;#39;m having some trouble understanding what you mean. Do you want to increase the throughput (Mbps/kbps) between the two devices? In that case, please take a look at &lt;a href="https://www.novelbits.io/bluetooth-5-speed-maximum-throughput/"&gt;this guide&lt;/a&gt; that shows you how to achieve the maximum throughput between two devices using Bluetooth 5. If this was not what you were after, please try to explain in detail what it is you mean by communication speed.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>