<?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>Re-enable mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46766/re-enable-mesh</link><description>Hello, 
 
 I&amp;#39;m developing an application that is sending data every certain seconds in a mesh network and, in order to reduce the power consumption, I wish the node enter into sleep mode by disabling mesh by using nrf_mesh_disable(), and then wake it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 May 2019 11:41:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46766/re-enable-mesh" /><item><title>RE: Re-enable mesh</title><link>https://devzone.nordicsemi.com/thread/185460?ContentTypeID=1</link><pubDate>Mon, 06 May 2019 11:41:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8322c135-df30-4cd8-b04c-7591d8e2d918</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;You could take a look at the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_multilink.html?cp=5_0_4_2_0_2"&gt;multilink example that we have&lt;/a&gt;, where you can have one central device connected to up to 20 peripheral devices. This uses regular Bluetooth Low Energy, not Bluetooth Mesh.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re-enable mesh</title><link>https://devzone.nordicsemi.com/thread/185238?ContentTypeID=1</link><pubDate>Fri, 03 May 2019 15:09:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc5ee266-38a7-40c4-971e-ca3f0df72edf</guid><dc:creator>AlexVaPe</dc:creator><description>&lt;p&gt;Yes, i&amp;#39;ve been&amp;nbsp;reading about it, but this solution implies the definition of a network topology and that is something I don&amp;#39;t want for my application.&lt;/p&gt;
&lt;p&gt;In my application, all of the nodes will be battery-powered and all of them will be doing the same operations. So I want to find a way to keep all of them powered off or sleeping, and reset them, in order to read and send a simple data and finally turn again to sleep.&lt;/p&gt;
&lt;p&gt;Is there any alternative way to do this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re-enable mesh</title><link>https://devzone.nordicsemi.com/thread/185081?ContentTypeID=1</link><pubDate>Fri, 03 May 2019 08:17:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:747c91c4-3383-4fc9-b7a7-4823aff2f723</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;This sounds like the perfect use case for the low power node example I mentioned in my last case! Have you taken a look at that example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re-enable mesh</title><link>https://devzone.nordicsemi.com/thread/184983?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 16:42:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41958775-09e3-4ee1-81a3-0d253934eff6</guid><dc:creator>AlexVaPe</dc:creator><description>&lt;p&gt;For now, I just want that the node keeps sleeping for a large period, wake it up for sending a simple temperature data and then, just turn sleeping again. But I don&amp;#39;t know well how to do it. I`ve tried to apply what it says in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36249/proper-use-of-the-nrf_mesh_disable-nrf_mesh_enable-functions-nrf5-sdk-for-mesh-2-0-1/139617#139617"&gt;this thread&lt;/a&gt;, but I&amp;#39;m getting assert errors.&lt;/p&gt;
&lt;p&gt;Now i&amp;#39;m getting high current consumption (around 13 mA) even when the node isn&amp;acute;t provisioned, so I need to optimize somehow that consumption.&lt;/p&gt;
&lt;p&gt;Is there any way to do this?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re-enable mesh</title><link>https://devzone.nordicsemi.com/thread/184749?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 06:01:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:408f27e3-82f3-4209-8ca7-42fbe27f16a2</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;Bluetooth Mesh is not a low power solution. The relay nodes need to be mains powered, as their radio needs to be on to listen for incoming messages. If you want to have a low power node, I would consider looking at our Low Power Node example &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v3.1.0/md_examples_experimental_lpn_README.html?cp=5_1_3_6_1"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>