<?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>Customizing relay node behaviour in mesh.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72466/customizing-relay-node-behaviour-in-mesh</link><description>Hi everybody. I&amp;#39;m trying to design a mesh network in which most of the nodes, if not every, should be a relay due to parallel positioning of the devices and each one of them should only be active (advertising, scanning, relaying etc.) let&amp;#39;s say only every</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Mar 2021 10:56:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72466/customizing-relay-node-behaviour-in-mesh" /><item><title>RE: Customizing relay node behaviour in mesh.</title><link>https://devzone.nordicsemi.com/thread/298646?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 10:56:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac79ec12-3ba3-4508-a9f7-2e3e41198e1b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How many node do you plan to have in your network ?&amp;nbsp;&lt;br /&gt;If you don&amp;#39;t have too many, you may think of doing normal BLE connections. We can support up to 20 concurrent connections. If you can do normal BLE, it might be easier than having to implement clock sync with all nodes. And you can achieve much lower power consumption compare to let all nodes stay in mesh for a period (constant 6-7mA power consumption in scanning).&amp;nbsp;&lt;br /&gt;How long do you plan to keep the devices in active mesh mode per hour?&lt;/p&gt;
&lt;p&gt;How do you detect that all nodes have finished transmitting and how to make sure all nodes have synced the time and know when to go to sleep ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see much problem putting the chip to sleep after you disable mesh and keep a timer to wake it up after a certain time.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Customizing relay node behaviour in mesh.</title><link>https://devzone.nordicsemi.com/thread/298514?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 21:05:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:886e6a29-7714-48ca-8b00-edf19911a35e</guid><dc:creator>bursztyn12</dc:creator><description>&lt;p&gt;Ok, so I will describe my use case more precisely to&amp;nbsp;answear your questions/thoughts and will see, if theoretically, it could still work.&lt;/p&gt;
&lt;p&gt;For now I would like to implement simple mesh network and basically use only relay feature so, my devices do some measurements, send them/relay to proxy/collector, and after this, &lt;strong&gt;to&amp;nbsp;answear your&lt;/strong&gt; &lt;strong&gt;first question&lt;/strong&gt; , yes put every node to sleep and then wake them all up at the same time to repeat that cycle, because my additional goal is to make it as low power&amp;nbsp;as possible, and I think I can deal with current consumption of relay node, but only when it&amp;#39;s per hour, not when it&amp;#39;s constant.&lt;/p&gt;
&lt;p&gt;Regarding this &lt;strong&gt;second part, &lt;/strong&gt;like I said, I would like to do all communication in that one synchronized duty/active cycle and when it&amp;#39;s done, all nodes become inactive/sleeping mode (that synchronized part seem&amp;#39;s pretty tricky, but will see), so I don&amp;#39;t really&amp;nbsp;&lt;span style="font-family:inherit;"&gt;consider problems with coverage to every awake node and no message cache.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Also if it&amp;#39;s still possible, to enter sleep mode I would have to work on node CPU like you said &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/55638/nrf52832-mesh-sdk-4-0-0-sleep-mode"&gt;here&lt;/a&gt;, modify and use the peripheral Power Management Example ,or maybe there&amp;#39;s another way to achieve that in mesh?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Customizing relay node behaviour in mesh.</title><link>https://devzone.nordicsemi.com/thread/298423?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 14:28:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b4394ac-1b51-4c26-bc50-ddbc6ae3ed1c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;bursztyn12,&lt;/p&gt;
&lt;p&gt;Could you clarify that you want to completely put the node to sleep in a period of time and then wake it up or you just want to disable the relay function of the node but still keep the node active and listen to mesh packet ?&amp;nbsp;&lt;br /&gt;In both case, it&amp;#39;s totally fine to do it on your node without requirement of re-provisioning or re-configuration with the config client/server.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, you would need to take in to account the mesh network performance when multiple nodes enter sleep mode at the same time. Do you still have good enough coverage from available relay nodes so that the message can be relayed to every awake node ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And please be aware that if you put a node in to sleep mode, there will be no message cache for that node and it won&amp;#39;t be able to receive the message when it wake up from sleep.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>