<?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>Power management nrf9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116506/power-management-nrf9160</link><description>Hello, I am trying to achieve a few uA current in nrf9160 but with even all conf off and empty while loop or even without the while loop the controller is consuming 5mA which is too much. The CONFIG_PM does not work in nrf-sdk 2.5.0 and as I am currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Nov 2024 14:15:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116506/power-management-nrf9160" /><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511121?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 14:15:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d57bf910-8c3c-4e51-a6af-0223003be581</guid><dc:creator>shahab_</dc:creator><description>&lt;p&gt;Thanks for the information, I will also look into it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511114?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 14:08:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba5151d7-1759-4f2c-a78d-ff651f09f25a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for the update. However, please note that the chip is powered down in System OFF mode. If you need the chip to continue to operate and wake-up on application interrupts, you need to use System ON mode.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.nordicsemi.com/bundle/ps_nrf9151/page/chapters/pmu/doc/operationmodes/frontpage.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf9151/page/chapters/pmu/doc/operationmodes/frontpage.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511111?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 14:03:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb35285f-4251-4c70-9300-fb5d8de6ed83</guid><dc:creator>shahab_</dc:creator><description>&lt;p&gt;Yes I tried k_msleep as well it did not worked but thank you for the suggestion, the problem is solved.&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/107351/nrf9160dk-system-off"&gt;NRF9160DK &amp;amp; System OFF&lt;/a&gt;&lt;br /&gt;this thread solved the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511109?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 14:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9720bfa7-9b58-49d6-aaaf-3dfe9c444ad1</guid><dc:creator>shahab_</dc:creator><description>&lt;p&gt;Hello&lt;br /&gt;Thank you man,&amp;nbsp;the problem is solved.&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/107351/nrf9160dk-system-off"&gt;NRF9160DK &amp;amp; System OFF&lt;/a&gt;&lt;br /&gt;this thread was the answer to my question. which was referred in your provided lead.&lt;br /&gt;I guess there is also some issue in my custom board, it is not getting better than 600 uA. But luckily I had an old board with just nrf9160 on it and I got to 2.3uA on it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511052?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 10:47:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:960b8fe6-f2ce-4ac1-9d53-d9687ca136a4</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;An empty while loop will prevent the CPU from entering idle. Have you tried adding k_msleep() to this loop instead (e.g. k_msleep(1000))? This will allow the program to enter the idle thread where the chip will enter System ON (sleep) mode. Please also make sure that CONFIG_SERIAL is set to &amp;#39;=n&amp;#39; in your project configuration so that the UART driver is disabled.&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/test_and_optimize/optimizing/power.html"&gt;Power optimization&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PM device is only needed if you need to power down peripherals at runtime.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511042?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 10:16:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b699b08-b696-4aed-ac52-72d3addb4bf4</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Apply the search above, select sort &amp;quot;Most Recent&amp;quot;.&lt;/p&gt;
&lt;p&gt;You get a short list, the 4th item is&lt;/p&gt;
&lt;p&gt;&amp;quot;Understanding how to get minimal current consumption on the nRF9160&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511030?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 09:22:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98d38c04-a62c-473e-afc3-38b271c73a51</guid><dc:creator>shahab_</dc:creator><description>&lt;p&gt;I have searched alot about it and could not find any particular lead, thats why I posted here. Every other thread is about some particular module like LTE consumption or something else and are almost 2 years old.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management nrf9160</title><link>https://devzone.nordicsemi.com/thread/511027?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 09:12:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af4f919c-856b-44c5-adc0-09b126949581</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Use &amp;quot;nrf9160 AND power AND consumption&amp;quot; to search the forum.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>