<?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 interval set</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80358/connection-interval-set</link><description>i am working on power measurement of ble. i want to change ble connection interval in nrf blinky code say to 100ms, 200ms, 1000ms. how to achieve this and 
 what is the use of Conn supervision timeout as in blinky code 4secs timeout was given but afet</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Oct 2021 09:10:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80358/connection-interval-set" /><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/333674?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 09:10:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abe6055d-55df-43f4-b17b-39bad265097e</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;all i want is to set a connection interval as 100ms at peripheral end..kindly help how can i do this try understanding i want is that in ble_app_template code once i want to set CI as 100ms build the code&amp;nbsp; then check power consumption, then in second time i change CI to 1000ms then again build code and meausre power and so on&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/333673?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 09:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fea57d4-2287-4e92-ae65-0cbe7195b9b4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;As a peripheral device you can only request an update of connection parameters, it is the central device that need to accept or reject the request. For more information see here:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.3.0/group___b_l_e___g_a_p___c_p_u___m_s_c.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.3.0/group___b_l_e___g_a_p___c_p_u___m_s_c.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/333623?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 06:14:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d022067-1bc4-4dc7-a51b-ecbe5290cab5</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;&lt;a href="https://buildstorm.com/blog/ble-power-optimization-parameters/"&gt;BLE Power Optimization Parameters | BuildStorm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I WANT TO DO THIS PLS PLS CHECK CONNECTION PARAMETERS CONNECTION INTERVAL THING. HOW CAN I SET MY CONNECTION INTERVAL EITHER 100ms/100ms/5000ms&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/333074?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 13:20:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3bcfb02-5bd6-4d5e-a1a9-021452766c75</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;No, see &amp;quot;&lt;span&gt;You can find there is a&amp;nbsp;ble_conn_params_init() in your application. This module will handle the connection parameters, for instance you can set a&amp;nbsp;MIN_CONN_INTERVAL and&amp;nbsp;MAX_CONN_INTERVAL, and &lt;span style="text-decoration:underline;"&gt;this module will then try to update the connection to use these parameters shortly after connection is established&lt;/span&gt;.&lt;/span&gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/333048?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 12:31:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:953b99b7-7950-4b0b-b7b4-2eb6123568b3</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;&lt;span&gt;#define MIN_CONN_INTERVAL MSEC_TO_UNITS(100&amp;nbsp;UNIT_1_25_MS)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define MAX_CONN_INTERVAL MSEC_TO_UNITS(100, UNIT_1_25_MS)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;is it meaning that the connection interval is now set 100 ms??&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/333011?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 11:31:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d26e12ad-faa7-4b82-8b2c-7ad10718b052</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Set both to 100ms or both to 1000ms.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/332974?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 10:13:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ea0bd8d-5cb7-4b1d-b051-2bc890ff030c</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;&lt;br /&gt;#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) /**&amp;lt; Minimum acceptable connection interval (0.5 seconds). */&lt;br /&gt;#define MAX_CONN_INTERVAL MSEC_TO_UNITS(100, UNIT_1_25_MS) /**&amp;lt; Maximum acceptable connection interval (1 second). */&lt;/p&gt;
&lt;p&gt;how to make it as 100ms or 1000ms Connection interval.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONN_SUP_TIMEOUT&amp;nbsp;i set to 4secs what is its effect i am not getting&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection interval set</title><link>https://devzone.nordicsemi.com/thread/332963?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 09:12:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b25bf9bf-7031-4d6d-8c79-6b1d334b91a5</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You can find there is a&amp;nbsp;ble_conn_params_init() in your application. This module will handle the connection parameters, for instance you can set a&amp;nbsp;MIN_CONN_INTERVAL and&amp;nbsp;MAX_CONN_INTERVAL, and this module will then try to update the connection to use these parameters shortly after connection is established.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;CONN_SUP_TIMEOUT is typically set to a relative large value (e.g. several seconds), since it defines the time that should be considered link is lost when there have been no communication.&amp;nbsp;To reduce current consumption you should make sure to set&amp;nbsp;SLAVE_LATENCY to for instance 5-10, this will allow the BLE peripheral to skip connection intervals if there is no out-going data pending.&lt;/p&gt;
&lt;p&gt;Kenneth&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>