<?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>Establishing one to many connection with BLE on nRF51 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65063/establishing-one-to-many-connection-with-ble-on-nrf51-dk</link><description>Hi, 
 I am trying to build an application for nRF51DK which would continuously collect data from multiple BLE devices. Since there is no example for multiple connections application anywhere, I decided to start from zephyr/samples/bluetooth/central_hr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Dec 2020 15:34:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65063/establishing-one-to-many-connection-with-ble-on-nrf51-dk" /><item><title>RE: Establishing one to many connection with BLE on nRF51 DK</title><link>https://devzone.nordicsemi.com/thread/284846?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2020 15:34:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:926cfcf8-aa34-483a-ac24-acac48eab0ad</guid><dc:creator>unknownvendor</dc:creator><description>&lt;p&gt;Yes CONFIG_BT_MAX_CONN is set in prj.conf file. I was not able to see the output on wireshark so I was confused.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Establishing one to many connection with BLE on nRF51 DK</title><link>https://devzone.nordicsemi.com/thread/284751?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2020 10:46:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fffadab-6569-4836-995c-50e843c078a1</guid><dc:creator>Gmaciek</dc:creator><description>&lt;p&gt;As ovrebekk said, for me setting CONFIG_BT_MAX_CONN solved the issue. If you are building on the central_hr sample, you might want to make sure that scanning is started again after establishing first connection. And most likely you will need to change the main code a bit to handle multiple connections. But in principle changing BT_MAX_CONN to something bigger should allow you establish multiple connections at the same time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Establishing one to many connection with BLE on nRF51 DK</title><link>https://devzone.nordicsemi.com/thread/284733?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2020 10:10:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cae37806-82b8-4480-92f3-db12abab27f6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Did you make sure to set the&amp;nbsp;&lt;span&gt;CONFIG_BT_MAX_CONN parameter to the number of connections you need to support?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The Wireshark sniffer is not very well suited for multilink applications, as it can only sniff one connection at a time.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;br /&gt;Torbjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Establishing one to many connection with BLE on nRF51 DK</title><link>https://devzone.nordicsemi.com/thread/284643?ContentTypeID=1</link><pubDate>Sun, 13 Dec 2020 08:44:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0164f4b-c2cf-4510-abbd-9def7c953e21</guid><dc:creator>unknownvendor</dc:creator><description>&lt;p&gt;I have the same issue. Were you able to solve it?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using nrf52840 dev kit with NCS V1.3.0&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;I have this issue, that if I am starting the scan after the first connection, the wireshark no longer shows that 1st connection as master and slave.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;For me while bt_conn_le_create() does not show any error but the wireshark does not show either of the connections. On the tera term terminal window , I can see that my both devices are connected since they do not return an error but when I open wireshark to confirm that, no connection is there&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Establishing one to many connection with BLE on nRF51 DK</title><link>https://devzone.nordicsemi.com/thread/265882?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 07:27:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7549dbf7-2005-49ea-8bd5-429d0aa55fc6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Maciek&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t officially support Zephyr for nRF51 development, and I would suggest using nRF5 SDK v12.3.0 instead if you need to use the nRF51.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the SDK we have an example called ble_app_multilink_central, which shows you how you can run multiple links in the central role on the nRF51x22.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;An alternative is to move to the nRF52 series, in which case we will support you both on Zephyr or using the latest versions of the nRF5 SDK (v17.0.1 at the time of writing).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>