<?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>Multi conections BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114854/multi-conections-ble</link><description>I&amp;#39;m building a project based on the example: C:\Users\leand\OneDrive\Documentos\TesteBLEDual\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_hrs And I would like to know the steps to create two different BLE connections</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Sep 2024 13:59:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114854/multi-conections-ble" /><item><title>RE: Multi conections BLE</title><link>https://devzone.nordicsemi.com/thread/503294?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2024 13:59:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1b94d55-a8b9-42da-b51f-66d0d2b9a602</guid><dc:creator>LeoMarinho621</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
&lt;p&gt;Thank you very much for your response! I appreciate you taking the time to explain the limitations and requirements for achieving multiple concurrent advertisers with the nRF5 SDK. Consider the option of using the nRF Connect SDK for a more streamlined approach, as it seems much more efficient for my use case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi conections BLE</title><link>https://devzone.nordicsemi.com/thread/503263?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2024 12:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eeae6cf9-86d4-4f89-98c6-dc50e7d10b30</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Two concurrent advertisers is not straigth-forward in the (older) nRF5 SDK; for that you must manually toggle between the two advertisers. In other words: Start advertising, advertise for some time, stop advertising, start advertising with other parameters and/or other advertising contents, advertise for some time, stop advertising, then repeat. You will also have to handle the difference between being in a connection or not (if you do not want to advertise connectable when in an existing connection) as well as not start automatic advertising on disconnect (in order to remain control of the advertising. - If advertising is attempted started while another advertising is already ongoing, then you will get error and/or assert.)&lt;/p&gt;
&lt;p&gt;In nRF Connect SDK it is easier, as you can have multiple concurrent advertisers using different advertising sets, where for instance with one advertiser which is connectable and one which is not.&lt;/p&gt;
&lt;p&gt;For more information on when to use which SDK, please see &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>