<?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>NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38890/nrf52832-mesh-problem</link><description>Hello everyone, 
 I am developing a temperature and gas sensor for indoor environment monitoring. Due to the limitation of the bluetooth transmission range, I hope to add a &amp;quot;repeater&amp;quot; inbetween the sensor and my mobile phone to extent the connection range</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jul 2019 17:51:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38890/nrf52832-mesh-problem" /><item><title>RE: NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/thread/197678?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 17:51:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b74441fc-9a20-4235-9508-c77b1c9d9401</guid><dc:creator>awneil</dc:creator><description>[quote userid="69550" url="~/f/nordic-q-a/38890/nrf52832-mesh-problem/150860"]I noticed that the node (sensor) will have to be in advertisement mode instead of pairing mode in mesh network which i dont prefer[/quote]
&lt;p&gt;That is fundamental to the way BLE Mesh works.&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t like&amp;nbsp;&lt;span&gt;the way BLE Mesh works, other mesh networks are available ...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/thread/197666?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 15:56:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76700ed9-7a37-4ce9-9943-2f335426fe25</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/dan100"&gt;Dan100&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;In the light control example we can configure the light bulb (the server) to send on/off state messages to a publication address when the state of the LED changes after button press. You can make your own custom model based on the generic on/off model to report the temperature data instead of the on/off state.&lt;/p&gt;
&lt;p&gt;You need to implement both a custom server model (for the temperature sensor nodes) and a client model (to get the temperature data out).&lt;/p&gt;
&lt;p&gt;You also need to decide if you want to collect temperature data from an external sensor and sample it using SAADC or use the temperature data internally from the chip. If you want to get the internal temperature value from the chip you can call sd_temp_get().&lt;/p&gt;
&lt;p&gt;A good place to start is to read the basic guide in how to implement new models &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_getting_started_how_to_models.html&amp;amp;cp=5_2_1_6"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have more questions about how to implement a custom model please open a new ticket for this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/thread/197615?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 12:09:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9670315-6b63-46bf-b204-1024ba4fa2ab</guid><dc:creator>Dan100</dc:creator><description>&lt;p&gt;hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/marjeris-romero"&gt;msromero&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I have been able to implement the light switch example with two servers and one client. Now I want to monitor temperature in a room with the two servers acting as sensor nodes to gather temperature readings. Is this logical? If yes, please how to Implement this?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or put in another way, how to I get sensor readings from nodes in a mesh network. Thanks in advance.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/thread/151182?ContentTypeID=1</link><pubDate>Tue, 02 Oct 2018 09:20:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e2ec147-32f1-473c-88c9-21d6ed89e6b8</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To do 1) and 2) without using advertising you can use the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fble_sdk_app_rscs_relay.html&amp;amp;cp=4_0_0_4_1_1_2"&gt;relay example&lt;/a&gt;.Your peripheral device will then be connected to the central device via a relay node.&lt;/p&gt;
&lt;p&gt;There is not such thing as pairing mode in bluetooth mesh, since it is a flooding and connectionless mesh. All communication within a mesh network is accomplished by sending advertising messages. This messages are still encrypted since a node needs to be provisioned to be part of the network. You can read more about how provisioning works &lt;a href="http://blog.bluetooth.com/provisioning-a-bluetooth-mesh-network-part-1"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/thread/150860?ContentTypeID=1</link><pubDate>Sat, 29 Sep 2018 12:09:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ce33a77-eb80-45bd-8d63-12fabf5eb01d</guid><dc:creator>lawalan</dc:creator><description>&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I noticed that the node (sensor) will have to be in advertisement mode instead of pairing mode in mesh network which i dont prefer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there any way that i can do my connection like this?&lt;/p&gt;
&lt;p&gt;1) i pair and connect with my sensor with my phone, read the data when i am in range.&lt;/p&gt;
&lt;p&gt;2) when i exceed the range, the sensor will send the data to my phone through a &amp;quot;repeater&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Note: i hope the sensors are paired and connected to my phone or the repeater but not in advertise mode.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Many thanks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 mesh problem</title><link>https://devzone.nordicsemi.com/thread/150740?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 14:41:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e708270a-fce4-45c9-abda-20a1a2985c07</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Alan,&lt;/p&gt;
&lt;p&gt;There are different approaches you can take to implement a solution like this depending on how many relay nodes you need and the current consumption requirements of your application.&lt;/p&gt;
&lt;p&gt;One way to solve this problem if we are talking about a limited amount of relay nodes, is setting up BLE relay devices between you phone and your sensor, take a look at the relay example we have &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fble_sdk_app_rscs_relay.html&amp;amp;cp=4_0_0_4_1_1_2"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are talking about a network with multiple sensors and relay nodes (i.e. inside a building) mesh is certainly the way to go. Any mesh device may be configured to act as a relay node and to automatically retransmit messages. The downside with using mesh is the that the current consumption of the relay nodes will be high, since the devices must continuously keep their radio in listening mode, so this is something to consider.&lt;/p&gt;
&lt;p&gt;If you want to learn more about how mesh works you can take a look at the following blog posts about mesh:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An Intro to Bluetooth Mesh &lt;a href="https://blog.bluetooth.com/an-intro-to-bluetooth-mesh-part1"&gt;Part 1&lt;/a&gt; and &lt;a href="https://blog.bluetooth.com/an-intro-to-bluetooth-mesh-part2"&gt;Part 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The Fundamental Concepts of Bluetooth Mesh Networking &lt;a href="https://blog.bluetooth.com/the-fundamental-concepts-of-bluetooth-mesh-networking-part-1" rel="noopener noreferrer" target="_blank"&gt;Part 1&lt;/a&gt; and &lt;a href="https://blog.bluetooth.com/the-fundamental-concepts-of-bluetooth-mesh-networking-part-2" rel="noopener noreferrer" target="_blank"&gt;Part 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.2.0%2Fmd_doc_introduction_basic_concepts.html&amp;amp;cp=4_1_0_0_5"&gt;Basic Mesh concepts page&lt;/a&gt; at Nordic Infocenter&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To start developing for mesh you can download the newest &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh"&gt;SDK for Mesh&lt;/a&gt; and take a look at some of the examples we provide, i.e. the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.2.0%2Fmd_examples_light_switch_README.html&amp;amp;cp=4_1_0_4_0"&gt;light switch example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>