<?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>can peripheral start connection?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61266/can-peripheral-start-connection</link><description>Hi, 
 I am planning system with a BLE peripheral (using nRF52840) and BLE Central (using nRF52840) that is AC powered. 
 The peripheral will be advertising every ~300msec. 
 If central wants to &amp;quot;say&amp;quot; something to peripheral it will connect, transfer data</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 May 2020 13:02:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61266/can-peripheral-start-connection" /><item><title>RE: can peripheral start connection?</title><link>https://devzone.nordicsemi.com/thread/249489?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 13:02:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a6555c3-5e69-4eda-b449-d8fab19ec778</guid><dc:creator>Gil</dc:creator><description>&lt;p&gt;ok. thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can peripheral start connection?</title><link>https://devzone.nordicsemi.com/thread/249441?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 11:52:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5195b29-875c-47f5-b613-076ec0596509</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;The S140 SoftDevice supports up to 20 concurrent links in any number of central or peripheral roles. A BLE device can act&amp;nbsp;both as a Central and a Peripheral, just not in the same link.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can peripheral start connection?</title><link>https://devzone.nordicsemi.com/thread/249412?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 11:11:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a23fcf4c-3130-4103-af66-511322e1d142</guid><dc:creator>Gil</dc:creator><description>&lt;p&gt;Will it be possible in this case (while connection is open)&amp;nbsp; for&amp;nbsp; my peripheral to communicate with other centrals simultaneously?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can peripheral start connection?</title><link>https://devzone.nordicsemi.com/thread/249409?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 11:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0681494-f871-4926-8b97-f8ec220ecad8</guid><dc:creator>Gil</dc:creator><description>&lt;p&gt;OK. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can peripheral start connection?</title><link>https://devzone.nordicsemi.com/thread/249292?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 18:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d422482d-5d8f-4740-9b05-152d12f97b96</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;If I were you, I&amp;#39;d consider just opening a connection and keeping it open as long as the devices are in range. In that way, the Central can write to a characteristic any time it has something to send, and the Peripheral can send a notification right away. The response time should be shorter, since no link needs to be established first, before data can be sent.&lt;/p&gt;
&lt;p&gt;Since advertising (by default) consists of sending data and listening on 3 channels, while a connection event only sends and listens on 1 channel, a connection with 300 ms connection interval should also be almost 3 times more power-efficient than advertising every 300 ms too, so I don&amp;#39;t think there are any downsides.&lt;/p&gt;
&lt;p&gt;You could even play with a shorter connection interval, but add slave latency, which could give much improved response times from Peripheral to Central. You can take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/28058/what-is-connection-parameters/110496#110496"&gt;this post&lt;/a&gt; to understand connection parameters better.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>