<?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>how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26545/how-to-connect-4-slaves-to-one-master-using-ble</link><description>Hi, 
 I am working on a project where I have 4 sensors. Each sensor transmits(slave &amp;amp; Peripheral) its value using BLE to the Receiver (Central &amp;amp; master) which is also BLE. I am new to the Bluetooth low energy and understand that BLE works very low power</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Nov 2017 13:14:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26545/how-to-connect-4-slaves-to-one-master-using-ble" /><item><title>RE: how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/thread/104430?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 13:14:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ec0aa35-5e5e-4032-bef3-d97aa1f6878f</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;OK. Once the BLE links are established and maintained there is no problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/thread/104429?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 12:55:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48fe871f-bfa0-4439-841b-536b222cab9f</guid><dc:creator>Umes_fln</dc:creator><description>&lt;p&gt;I mean maybe keeping the slave in low power mode such as shutting its peripheral down but keeping the ble part alive etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/thread/104428?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 12:24:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e57f5e96-2db6-4476-b8e2-52153fd9d6fd</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;However some steps looks cryptic to me. E.g. if slave goes to &amp;quot;sleep&amp;quot; does it mean that it will drop the link? If yes then how it will wake-up and do something when it must wait for new connection? If no then it&amp;#39;s not really &amp;quot;sleep&amp;quot;. And probably some more logical flaws. But technically there should be no problem on nRF5x side indeed;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/thread/104427?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 12:22:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47945e0a-2097-412e-8d6c-15c26a971f39</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi Umes_fln ,&lt;/p&gt;
&lt;p&gt;Yes, the steps you describe is possible to do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/thread/104431?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 09:35:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:434bcbdb-375e-44a9-9e67-3d7a5963402a</guid><dc:creator>Umes_fln</dc:creator><description>&lt;p&gt;Thanks for your prompt replay Endnode. So with nRF5x products I can do following?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Put all the salves on advertising.&lt;/li&gt;
&lt;li&gt;the Central scanning&lt;/li&gt;
&lt;li&gt;The central makes connection with the Slave1 first, then the Slave 2 and so on
4.Read the value of the slave 1, Slave 2 , Slave 3 and Slave 4.&lt;/li&gt;
&lt;li&gt;Slave 1,2,3,4 go to sleep.&lt;/li&gt;
&lt;li&gt;after 200ms all salve wakeup and read the value of the Sensor 1, Sensor 2, Sensor 3 and Sensor 4&lt;/li&gt;
&lt;li&gt;repeating 5 &amp;amp; 6.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks in Advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect 4 Slaves to One Master using BLE</title><link>https://devzone.nordicsemi.com/thread/104432?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 22:12:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba518aa4-ff34-466b-982c-887f6e6bd361</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You don&amp;#39;t mention any specific BLE device so the only possible answer to your very general question is: Yes, BLE enables &amp;quot;star&amp;quot; topology where several peer-to-peer (as you correctly said BT is always only point to point) connections end in single device and that can link them on very top (APP) layer into single use case.&lt;/p&gt;
&lt;p&gt;If you ask how to do it or where is example for Nordic nRF5x products then you will need to understand a bit of that &amp;quot;low level&amp;quot; because these are pretty deep embedded systems with certain parts in &amp;quot;lower&amp;quot; stack and corresponding API... however there are such examples in nRF5 SDK which run on nRF5x DK boards out of the box (see &lt;code&gt;examples\ble_central\ble_app_multilink_central&lt;/code&gt; project). Good luck!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>