<?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 SDK 4.0.0 SLEEP mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55638/nrf52832-mesh-sdk-4-0-0-sleep-mode</link><description>Hi, 
 Greetings! 
 I am using following setup 
 1. Mesh SDK: 4.0.0 
 2. SDK 16.0.0. 
 3. Segger Embedded Studio on Windows 7 
 
 I had a look at &amp;quot;pwr_mgmt_pca10040 &amp;quot; example project and now I am trying to implement it in &amp;quot;light_switch_client_nrf52832</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Dec 2019 14:43:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55638/nrf52832-mesh-sdk-4-0-0-sleep-mode" /><item><title>RE: nRF52832 Mesh SDK 4.0.0 SLEEP mode</title><link>https://devzone.nordicsemi.com/thread/226613?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 14:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03b552d6-ac34-40f9-8697-6a3d35f5b874</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;So you don&amp;#39;t want to use the&amp;nbsp;&lt;span&gt;experimental_lpn low power node example ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Putting the device to sleep is not what suggested in the spec. If you sleep for more than 96 hours you would need to update the IV index. Note that for mesh to works you still need a number of node acts that the backbone and those node can&amp;#39;t be put to sleep.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you want to put a device to sleep, you can first shutdown mesh and then put the CPU to sleep mode. When you wake up you can initialize the mesh network again.&amp;nbsp;&lt;br /&gt;To disable mesh you can call :&amp;nbsp;nrf_mesh_disable()&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To put CPU to sleep please refer to our examples in the nRF5 SDK. If the softdevice is active, you can call&amp;nbsp;sd_app_evt_wait() if it&amp;#39;s not you need to call&amp;nbsp;the following to put CPU to sleep:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;__SEV();
__WFE();
__WFE();&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Make sure you set up the timer to wake the CPU up.&amp;nbsp;&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 SDK 4.0.0 SLEEP mode</title><link>https://devzone.nordicsemi.com/thread/226479?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 06:46:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee271646-ce13-425c-bad0-6d6e4d3cafea</guid><dc:creator>Dinesh</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Greetings!&lt;/p&gt;
&lt;p&gt;It will be OK for us if device gets disconnected from mesh on sleep and on wake-up it gets connected to mesh and sends data and again goes into sleep mode.&lt;/p&gt;
&lt;p&gt;We need to operate device on CR2032 coin cell battery.&lt;/p&gt;
&lt;p&gt;Request you to please guide us on&amp;nbsp;nRF52832 sleep mode.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dinesh&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Mesh SDK 4.0.0 SLEEP mode</title><link>https://devzone.nordicsemi.com/thread/225621?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2019 12:23:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c76cd8d8-7063-4136-8ded-69af61aeffd3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Dinesh,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you tell what exactly you want to achieve ? Please be aware that mesh application requires the node retain in radio RX mode all the time. Meaning you would need to plug the device to main power, not battery powered.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want low power mesh device you can have a look at the&amp;nbsp;experimental_lpn low power node example.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>