<?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>BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35249/ble-relay-example</link><description>hello support team 
 nRF52 DK , Mesh 2.01 
 I am trying Experimental BLE RELAY example. 
 1. In first trial I am using 1 RELAY DK all works well. 
 2.In second Trial I am using 3 RELAY DK nothing happens at collector side 
 Any check list how can debug</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Oct 2019 16:03:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35249/ble-relay-example" /><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/217381?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 16:03:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c6add98-c10d-4a66-9232-e829f19afa06</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;According to the Heart Rate Profile (found in list of &lt;a href="https://www.bluetooth.com/specifications/gatt/"&gt;GATT Specifications from bluetooth.com&lt;/a&gt;), &amp;quot;The Heart Rate Sensor shall instantiate one and only one Heart Rate Service&amp;quot; This means the peripheral and the relay can only provide one instance of the Heart Rate Service, and so you cannot relay measurements in one service and provide measurements from the relay in another service.&lt;/p&gt;
&lt;p&gt;There are no such limitations on the Collector Role, so you could rewrite the collector to connect to and collect data from all 6 Heart Rate Sensors directly.&lt;/p&gt;
&lt;p&gt;Another alternative could be to use a custom service for the relay, for sending heart rate measurements from multiple devices. You can do that if you control the relay and the collector, so that you can make a vendor specific service for that.&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><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/216930?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 19:07:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fb9059b-9c06-4880-8571-d32dace06e17</guid><dc:creator>Hermes</dc:creator><description>&lt;p&gt;From the diagram we can see there are three devices and each played a different role.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Understand a&amp;nbsp;&lt;strong&gt;peripheral device&lt;/strong&gt; provides&amp;nbsp;its sensor data, and it is pass to relay.&amp;nbsp;Can the &lt;strong&gt;relay device&lt;/strong&gt; generate (connected with same kind of sensor) its own data, and then pass packet 1 (eg HR 110bpm) from peripheral, and packet 2 (HR 70bpm) of itself, to the &lt;strong&gt;collector&lt;/strong&gt;?&amp;nbsp;&lt;span style="text-decoration:underline;"&gt;Can a collector collects these two packets?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Let me elaborate Q3 (same coin different side). For example, we have &lt;strong&gt;6&lt;/strong&gt;&amp;nbsp;devices, and each is connected to same kind of HR sensor. We will like to program 3 of these devices to measure HR as peripherals and it is connected to a &lt;strong&gt;relay_A&lt;/strong&gt;. And another 2 devices is also programmed to measure HR as peripherals but these two pass data to &lt;strong&gt;relay_B&lt;/strong&gt;. The last device is used to collect two&amp;nbsp;&lt;strong&gt;5&lt;/strong&gt; sets of data, 3 sets from relay_A and 2 sets from relay_B.&amp;nbsp;&lt;span style="text-decoration:underline;"&gt;Is this possible as we used our multi-peripheral, multi-link, and relay combine?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/216910?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 15:45:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c4983b0-78ef-400a-83c6-ee295dd8fbcc</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From what I understand, the device should only provide one data set through one service. That means if it should both generate data itself and relay data from a different device it should provide that as two separate services.&lt;/p&gt;
&lt;p&gt;Then in question 2 it becomes a new question if the collector is getting two sets of data from the relay, or if it is connected to two different peripherals at the same time, getting one set of data from each. Both alternatives should be possible.&lt;/p&gt;
&lt;p&gt;I am not quite sure what you mean in question 3. Can you elaborate?&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><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/216367?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 12:27:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d106e621-2deb-4437-aa0f-b467290e0d43</guid><dc:creator>Hermes</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
&lt;p&gt;Thanks for your prompt reply again. Noted there is a spec on Collector role. i will look into it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me try to be more specific here, at least for the other parts of my question.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My first question is whether a &amp;quot;relay&amp;quot; node able to carry its own senor data while he perform the role as a &amp;quot;relay&amp;quot;. From this diagram, it seem there are two nodes each has its own sensor. To put it simpler, we say, there is only one sensor, HR, on each node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1571832097001v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;My second question is whether this &amp;quot;collector&amp;quot; node in&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_rscs_relay.html"&gt;BLE Relay Example&lt;/a&gt;&amp;nbsp;able to receive sensor data from both peripheral and relay. Please note there are two set of data&amp;nbsp;going to collector but only one connection. If this is possible, can you briefly explain how?&lt;/p&gt;
&lt;p&gt;i suppose my third questions arise when you provide me the idea of a multi-link&amp;nbsp;collector. Can i have a few more &amp;quot;relay&amp;quot;, not just more peripherals, to be connected to a collector?&lt;/p&gt;
&lt;p&gt;Appreciate your kind advice soon, pls.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/216082?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 08:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3eda953-ff97-42f2-b400-2a84c0bc252f</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the BLE Relay Example, &amp;quot;collector&amp;quot; refers to any device implementing the Collector role for the Heart Rate Profile. That profile is specified by the Bluetooth SIG.&lt;/p&gt;
&lt;p&gt;For instance, you can use our &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_hrc.html"&gt;BLE Heart Rate Collector Example&lt;/a&gt;. That example only connects to one peripheral. To see how to connect to multiple peripherals you can have a look at our &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_multilink.html"&gt;BLE Multi-link Example&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><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/216044?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 05:41:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e3b16cd-8424-4e0f-a41d-05d3c8d6348c</guid><dc:creator>Hermes</dc:creator><description>&lt;p&gt;Hi tesc, Thanks for your prompt reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i understand i have to write my own sensor related code for the sensor to work on the relay.&lt;/p&gt;
&lt;p&gt;Can i just verify whether the collector (central) in BLE Relay Example; or any other example, able to collect sensor data from two individual two nodes? For my case, Node A - a peripheral with a sensor and Node B - a relay with another same sensor.&lt;/p&gt;
&lt;p&gt;Is the collector refer to, in this case, either another board or android phone?&lt;/p&gt;
&lt;p&gt;Rgds&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/215840?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 08:27:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a08c8ecb-158f-4184-8e7d-f9d676e55402</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_rscs_relay.html"&gt;BLE Relay Example&lt;/a&gt; only relays sensor data. Yes, it can collect from one heart rate peripheral and from one running speed peripheral, and relay that to one central.&lt;/p&gt;
&lt;p&gt;You may of course modify the example as you wish, for instance let sensor readings originate from the relay device. Note that the BLE peripheral examples in the SDK does not use sensors, they show the BLE side of things and only emulate sensor data. Connecting an actual sensor and writing the sensor related code is something you would have to do yourself.&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><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/215771?ContentTypeID=1</link><pubDate>Sat, 19 Oct 2019 08:32:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a90babf-244b-47d7-98f4-4fbcbdaa80e3</guid><dc:creator>Hermes</dc:creator><description>&lt;p&gt;Hi everyone, am about to start this project; using&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_rscs_relay.html"&gt;Experimental: BLE Relay Example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Can i just verify whether the relay (ie Node B) carry it own sensor as well? i understand the relay help to collect data from its peripheral(Node A) then send to collector(aka central).&lt;/p&gt;
&lt;p&gt;As gathered here, the relay can be both peripheral and central. Am i right to say, the collector will collect two set of data, from Node A and Node B each?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/146507?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 12:41:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76f4c4db-368f-471c-9ed3-14b3a6cf8592</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the delay.&lt;/p&gt;
&lt;p&gt;Do you have problems only with the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_rsc.html"&gt;Running Speed and Cadence Application&lt;/a&gt;, or are there other applications that you cannot scan for either? Please note that the application only advertises for 3 minutes after it has started.&lt;/p&gt;
&lt;p&gt;Before you put the SoftDevice and application onto the board it is wise to erase flash (for instance using &amp;quot;nrfjprog -e&amp;quot;), in case there are UICR settings or data stored in other regions of flash.&lt;/p&gt;
&lt;p&gt;Also, what SoftDevice (including full version number) are you using?&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><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/145795?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 02:20:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e5cf2dd-f6f6-471f-a7f1-b982e3464c64</guid><dc:creator>GeorgeBlue</dc:creator><description>&lt;p&gt;&lt;span&gt;3. Is that the &amp;quot;&lt;/span&gt;&lt;span&gt;running speed sensor&lt;/span&gt;&lt;span&gt;&amp;quot; Example will not Advertising the Device Name&amp;nbsp;&amp;quot;Nordic_RSC&amp;quot;? I cann&amp;#39;t found on nRF Connect and Sniffer log. (SDK15.0.0)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes, I can&amp;#39;t SCAN DUT from my smartphone &amp;quot;Nordic_RSC&amp;quot; in that example.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/145560?ContentTypeID=1</link><pubDate>Thu, 23 Aug 2018 16:51:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80a69182-1587-4095-a6bd-6da83aaaafeb</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The SDK supports multiple connections, yes. And you can do processing of information received over one connection before sending it on another connection. Also, the peripheral and central roles can work concurrently, which means you can stay connected both as peripheral and central at the same time. Please note that it requires programming from your part, i.e. we provide the SDK with APIs and documentation, and you use that in order to write your application code. We provide examples so that you have a starting point.&lt;/p&gt;
&lt;p&gt;I do not quite understand your question 3. Are you wondering how to make sure the sensor connects to the relay and not to the smartphone or nRF Connect directly? Or are you trying an example but you cannot find it on smartphone or nRF Connect?&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><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/145393?ContentTypeID=1</link><pubDate>Thu, 23 Aug 2018 02:18:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:505b6d44-ef57-4cd6-b23b-4f8e9ee34c02</guid><dc:creator>GeorgeBlue</dc:creator><description>&lt;p&gt;Hi, Tesc,&lt;/p&gt;
&lt;p&gt;Thanks for you replay.&lt;/p&gt;
&lt;p&gt;Actually, I hope my programming device can be as Role Central and Peripheral.&lt;/p&gt;
&lt;p&gt;1. When device switch to Role as&amp;nbsp;&lt;span&gt;Peripheral&lt;/span&gt;, it could be connected with SmartPhone(Central) and communicate with iOS or&amp;nbsp;Android App.&lt;/p&gt;
&lt;p&gt;2. When device switch to Role as&amp;nbsp;&lt;span&gt;Central, I hope device can receiving data from Peripheral and also process the data in local device. I hope this device able to support more than two Peripheral.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have finished&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_rscs_relay.html"&gt;Experimental: BLE Relay Example&lt;/a&gt;, this feature seen meet my request, and I have some question.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. Is that the &amp;quot;&lt;span&gt;running speed sensor&lt;/span&gt;&amp;quot; Example will not Advertising the Device Name&amp;nbsp;&amp;quot;Nordic_RSC&amp;quot;? I cann&amp;#39;t found on nRF Connect and Sniffer log. (SDK15.0.0)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. Continuous the Q3, is that the&amp;nbsp;&amp;quot;running speed sensor&amp;quot; Example propose to Hide the Device Name, something like invisible SSID, do not hope the Smart Phone can access into DUT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5.&amp;nbsp; If I hope we support more than two device, is that possible in this SDK, something like increase NRF_BLE_GATT_LINK_COUNT and add more services.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/145264?ContentTypeID=1</link><pubDate>Wed, 22 Aug 2018 09:32:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61a10261-b0eb-4f58-816b-ba22c5bff469</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The BLE Relay Example is a multirole example, where the relay acts both as central and as peripheral. It acts as central in order to scan for and connect to a heart rate sensor and to a running speed sensor. It acts as peripheral in order for a collector to connect to it. It relays the heart rate values and the running speed values from the sensors to the collector, without doing any calculations on them.&lt;/p&gt;
&lt;p&gt;The relay example can connect to one heart rate sensor and one running speed sensor, and it can be connected to from a collector. Our heart rate sensor and running speed sensor examples connect to one central, which means they connect to one relay only.&lt;/p&gt;
&lt;p&gt;If you need more connections than that then you must modify the example. For how to do multiple connections you may have a look at the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_multiperipheral.html"&gt;multiperipheral eample&lt;/a&gt; and the (central) &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_multilink.html"&gt;multi-link example&lt;/a&gt;. The current SoftDevices allows for up to 20 connections total.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/145204?ContentTypeID=1</link><pubDate>Wed, 22 Aug 2018 03:37:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94ed1ef3-d0c2-490b-b9a3-0e6e09d25b0c</guid><dc:creator>GeorgeBlue</dc:creator><description>&lt;p&gt;In&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_rscs_relay.html"&gt;Experimental: BLE Relay Example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;1. Is that the relay BLE device able to received Peripheral&amp;#39;s data and process the data? When forwarding the data to central.&lt;/p&gt;
&lt;p&gt;2. Is those Peripheral devices should paring with Relay Device first? Finally step is relay device paring to central device? If yes that seen not a friendly to normal user.&lt;/p&gt;
&lt;p&gt;3. Is that Relay device role is central device?&lt;/p&gt;
&lt;p&gt;4. How many Peripheral device can be relay out to central? (MAX)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE RELAY EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/135568?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 12:14:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cddfa8b-3b57-42fd-b5ab-2393a5ce9396</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am a little confused as to what example you are referring to. Are you testing the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_rscs_relay.html"&gt;Experimental: BLE Relay Example&lt;/a&gt; from the nRF5 SDK v15.0.0? That is not a Bluetooth Mesh example, it is a Bluetooth Low Energy example. It sets up standard BLE connections, and I suspect if you power on several relays then there is nothing stopping them from connecting to each other in a loop, or something other weird. The reason for that is they simply search for a device with the correct BLE service and connects, and then there is no control of the resulting network topology when having multiple instances in the same area.&lt;/p&gt;
&lt;p&gt;If you want a Bluetooth Mesh network then you should have a look at the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.0.1%2Fmd_examples_README.html"&gt;examples in the nRF5 SDK for Mesh v2.0.1&lt;/a&gt; instead. Once two Mesh nodes are configured to talk to each other they can send messages over the Mesh network regardless of network topology.&lt;/p&gt;
&lt;p&gt;If you want a network based on BLE, then you must make sure that the relays connects correctly to each other. That means you most likely &amp;quot;hard code&amp;quot; the network topology, so that all communication follows the same path.&lt;/p&gt;
&lt;p&gt;It is hard to tell which one of the above solutions is best for your use case.&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>