<?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>Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93822/disabling-nrf_mesh-and-entering-sleep-mode-to-get-low-power-consumption-in-nrf5_mesh_sdk</link><description>Hi, 
 I am using nrf_mesh_switch_client example and implemented disabling mesh on timer basis, 
 
 I have initialized the timer and started it in start() function. The following is the handler for the timer 
 
 The problem is iam getting avg.650micro</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Dec 2022 15:58:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93822/disabling-nrf_mesh-and-entering-sleep-mode-to-get-low-power-consumption-in-nrf5_mesh_sdk" /><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/398812?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 15:58:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac32e987-bddd-4d5d-902d-3ea4d9529e3c</guid><dc:creator>Vignesh R</dc:creator><description>&lt;p&gt;Sorry for the late response, went on to work with other things and came back at power measurement today ,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Not yet tried those steps recommend by Hung, will try them out and get back soon.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/396081?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 19:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cefda20-1a84-44a0-a3fe-676f6ac108d7</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;And you tried all the suggestions from Hung in the ticket you linked to?&lt;/p&gt;
&lt;p&gt;    	    	        &lt;div style="padding: 1em; margin: 1em 0; color: #444; background-color: #fff; border: solid 1px #ddd;"&gt;
	    	        It seems that we forgot to turn off some of the peripheral inside the bootloader before switching to the application. 

Could you try adding 

NRF_CLOCK-&amp;gt;TASKS_HFCLKSTOP=1;
NRF_UART0-&amp;gt;TASKS_STOPRX= 1;

after you disable mesh and check if the current is dropped down to few uA. 

Please also check if you still can do DFU after you wake up. 

15uA is still high, I&amp;#39;m not sure why your board has that number. Please try to test put CPU to sleep without initialize mesh or  before doing anything in main(). 
	    &lt;/div&gt;
	&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/395997?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 13:32:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16e7be1f-ce53-4cf5-89db-93aa1aa855f4</guid><dc:creator>Vignesh R</dc:creator><description>&lt;p&gt;yes iam using the light_switch_client&lt;/p&gt;
&lt;p&gt;I have added only the timer and its handler to enable and disable mesh mentioned above, no additional changes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/395989?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 13:21:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6deb7e9-015f-4a4c-8824-3114a8c41358</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Are you using the light switch client example as is from the SDK?&lt;/p&gt;
&lt;p&gt;Or have you made any other modifications except the one you mentioned in the original post?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/395802?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 13:33:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00831b7a-ffa6-47c5-8a87-c869ccd3b0e1</guid><dc:creator>Vignesh R</dc:creator><description>&lt;p&gt;It takes 4 micro amps when mesh is not initialized&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/395784?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 12:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dd4d8ad-20a2-4ecf-8896-76a3ad38b1c7</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Thanks!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;No I haven&amp;#39;t reproduced the issue on my end.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try to&amp;nbsp;&lt;span&gt;put the CPU to sleep without initialize mesh or before doing anything in main()? And check what the power consumption is.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Br,&amp;nbsp;&lt;br /&gt;Joakim&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/395715?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 08:59:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:225b27ca-c3f5-4d10-bef7-1dfd5bb4bc45</guid><dc:creator>Vignesh R</dc:creator><description>&lt;p&gt;I have used the v5.0 mesh sdk.&lt;/p&gt;
&lt;p&gt;rtt_log and few timers were enabled in the example by default, does that make a significant difference??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;could u able to replicate the scenario using the light_switch_client example and a timer to enable and disable mesh??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling nrf_mesh and entering sleep mode to get low power consumption in nrf5_mesh_sdk</title><link>https://devzone.nordicsemi.com/thread/395685?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 07:39:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11b9ffcf-17f9-4038-a4bc-4d63cc342aa9</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
[quote user=""]The problem is iam getting avg.650micro amps when the mesh is disabled[/quote]
&lt;p&gt;I understand. You should be able to see lower values. Which version of the nRF5 SDK for Mesh are you working with?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Did you also check that you disabled any peripherals&amp;nbsp;that might have been left enabled?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Br,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>