<?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>Adjusting the connection parameters in 6LoWPAN applications</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47398/adjusting-the-connection-parameters-in-6lowpan-applications</link><description>My setup consists of a Raspberry pi and a PCA10056 dev-board (NRF52840). I followed the instruction from here in order to set up the Raspberry pi as boarder router and connect to the NRF52. This works fine for me. Now I want to adjust the connection parameters</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 May 2019 11:58:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47398/adjusting-the-connection-parameters-in-6lowpan-applications" /><item><title>RE: Adjusting the connection parameters in 6LoWPAN applications</title><link>https://devzone.nordicsemi.com/thread/189621?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 11:58:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3648436-c23b-4899-be9a-045f05907d92</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The macros are:&lt;/p&gt;
&lt;p&gt;Slave Latency:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#ifndef CONFIG_MODE_SLAVE_LATENCY&lt;br /&gt;#define CONFIG_MODE_SLAVE_LATENCY 6&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;Connection interval:&lt;/p&gt;
&lt;p&gt;#ifndef CONFIG_MODE_MIN_CONN_INTERVAL&lt;br /&gt;#define CONFIG_MODE_MIN_CONN_INTERVAL 6&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;#ifndef CONFIG_MODE_MAX_CONN_INTERVAL&lt;br /&gt;#define CONFIG_MODE_MAX_CONN_INTERVAL 24&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;Number of packets:&lt;/p&gt;
&lt;p&gt;#ifndef NRF_SDH_BLE_GAP_EVENT_LENGTH&lt;br /&gt;#define NRF_SDH_BLE_GAP_EVENT_LENGTH 6&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;The central decides the connection parameters during connection establishment, while the peripheral can only propose them. How do you see that the change has&amp;nbsp;no effect? Do you have a spare nRF52 DK that you can use as a &lt;a href="https://www.nordicsemi.com/?sc_itemid=%7B655FA723-4404-4FBE-8062-7C5C5DCDF36E%7D"&gt;sniffer&lt;/a&gt;&amp;nbsp;and provide a sniffer log of the connection establishment?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adjusting the connection parameters in 6LoWPAN applications</title><link>https://devzone.nordicsemi.com/thread/189409?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 17:31:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f23feb0e-5bb6-482f-90af-3c2b55a7c30f</guid><dc:creator>StefanHri</dc:creator><description>&lt;p&gt;Can you provide a minimal working example because the problem is unsolvable for me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adjusting the connection parameters in 6LoWPAN applications</title><link>https://devzone.nordicsemi.com/thread/188881?ContentTypeID=1</link><pubDate>Thu, 23 May 2019 14:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:414f652b-2781-4c2d-b653-9cd657a94891</guid><dc:creator>StefanHri</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;can you point me to the concrete macros? &lt;span class="tlid-translation translation" lang="en"&gt;&lt;span class="" title=""&gt;I have tried&lt;/span&gt;&lt;/span&gt; to change CONFIG_MODE_MAX_CONN_INTERVAL and CONFIG_MODE_MIN_CONN_INTERVAL but this has no effect.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it possible to control the number of exchanged packets per connection event from the slave? Or this is something which the master (in my case the Raspberry) only controls?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adjusting the connection parameters in 6LoWPAN applications</title><link>https://devzone.nordicsemi.com/thread/188751?ContentTypeID=1</link><pubDate>Thu, 23 May 2019 08:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a76507a-fee5-43e4-a025-6895553a3647</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The BLE connection variables can be found and adjusted in the config file of the project sdk_config.h&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>