<?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>advertising using MESH</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37883/advertising-using-mesh</link><description>Hello All, I would like to implement tracking over MESH network using nRF52840. 1. In my MESH network, there are some devices who continuously advertising (say beacon). 2. There are some devices who read these advertising &amp;amp; relay this information towards</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Dec 2018 12:18:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37883/advertising-using-mesh" /><item><title>RE: advertising using MESH</title><link>https://devzone.nordicsemi.com/thread/163302?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2018 12:18:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ddd43b0-7abc-4a32-8bbe-50f73a918ff2</guid><dc:creator>Siva Subrahmanyam</dc:creator><description>&lt;p&gt;Hi Satish,&lt;/p&gt;
&lt;p&gt;My requirement is similar to yours.&amp;nbsp;&amp;nbsp; Need to send the information in beacon frames/advertisment&amp;nbsp; in&amp;nbsp; a mesh&amp;nbsp; network&amp;nbsp; to the main node with ble mesh &amp;amp; internet connection.&lt;/p&gt;
&lt;p&gt;I am using nrf5SDKforMeshv300 SDK and PCA10040 boards.&amp;nbsp; Flashed&amp;nbsp; one board with&amp;nbsp; beacon example, one board with light switch server example and other board with light switch provisioner example.&amp;nbsp; I&amp;nbsp; assume provision will acts&amp;nbsp; as&amp;nbsp; a relay&amp;nbsp; and passes the data in mesh network.&lt;/p&gt;
&lt;p&gt;I am unable to provision server &amp;amp; beacons&amp;nbsp; with provisioner board.&amp;nbsp; All the boards are placed at a distance &amp;amp; tx power of beacon is adjusted.&lt;/p&gt;
&lt;p&gt;please let me know how you can provision?&amp;nbsp; In some post i suggestions to modify light_server example to act as a beacon i.e need to port the code from beacon.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siva.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: advertising using MESH</title><link>https://devzone.nordicsemi.com/thread/160208?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 13:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ae6f037-0485-4077-a84d-7527715e294a</guid><dc:creator>satish</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/beparas"&gt;beparas&lt;/a&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Did you succeed with your implementation,i&amp;#39;m also trying implement the same thing with nRF52832 DK board and nrf mesh sdk v2.2.0 (Beaconing example ) and nrf sdk 15.0.0 (ble_app_beacon example). i&amp;#39;m able to provision the beaconing nodes and scanning the ble_app_beacon device but i&amp;#39;m unable to send the beacon data to other&amp;nbsp; nodes or hub in mesh packet. Can you guide me in how to send beacon data to other nodes in mesh packet?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Any help is appreciated, thanks in advance&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: advertising using MESH</title><link>https://devzone.nordicsemi.com/thread/146248?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 08:29:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a2ebd3a-4d24-459d-867d-efa0deaf7a38</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Ok, then you need to study mesh. Please have a look &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.1.1/md_doc_introduction_basic_concepts.html?cp=4_1_0_0_5"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: advertising using MESH</title><link>https://devzone.nordicsemi.com/thread/146151?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 14:48:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eda01243-b1e4-4781-8729-17e2f904d707</guid><dc:creator>beparas</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;Thanks for great support.&lt;/p&gt;
&lt;p&gt;Whenever my relay device received advertising packet, it will form mesh message containing,&lt;/p&gt;
&lt;p&gt;1. RSSI of advertising device.&lt;/p&gt;
&lt;p&gt;2. Address of advertising device.&lt;/p&gt;
&lt;p&gt;&amp;amp; send this information to &amp;quot;hub&amp;quot; node.&lt;/p&gt;
&lt;p&gt;So will you please guide me How to create mesh message &amp;amp; send it to &amp;quot;hub&amp;quot; node.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: advertising using MESH</title><link>https://devzone.nordicsemi.com/thread/146087?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 11:29:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:314dc212-90b9-48f7-99fc-53833702e78c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is #1 a fixed requirement ? Can you simply broadcast your data as Mesh packet instead of BLE advertising packet ? If you can, then it&amp;#39;s much more simple.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you need to do BLE beaconing, it&amp;#39;s could be a little bit more complex.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In our mesh beacon example, we do beaconing and scanning for beacon at the same time. However, there was not mechanism to send the scanned data back to one &amp;quot;hub&amp;quot; node. And you need to do it yourself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But it can be&amp;nbsp;a very&amp;nbsp;simple mechanism, foe example whenever you receive any advertising packet on a node, you send the data to the hub address as a new mesh message. The relaying will be done as it&amp;#39;s a mesh packet, and you don&amp;#39;t have to worry about it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you don&amp;#39;t provide much information about your application, we can&amp;#39;t give you further advice on how you can improve the mechanism. For example you can add some filters, like only send the scanned advertising data when there is any change, or when the RSSI changes (when you do indoor locationing for example)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>