<?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>How best to put the NRF52840 into power saving mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105108/how-best-to-put-the-nrf52840-into-power-saving-mode</link><description>Hello Everyone. 
 I intend to put my device in low power mode since my project is going to run on battery. 
 I have read a good number of articles and I am overwhelmed at this point. 
 Can someone please point me in the right direction, I would appreciate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Nov 2023 17:49:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105108/how-best-to-put-the-nrf52840-into-power-saving-mode" /><item><title>RE: How best to put the NRF52840 into power saving mode</title><link>https://devzone.nordicsemi.com/thread/454536?ContentTypeID=1</link><pubDate>Tue, 07 Nov 2023 17:49:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdd23f7e-c4cc-4cca-a866-473cdead884b</guid><dc:creator>Techist</dc:creator><description>&lt;p&gt;Thank you!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How best to put the NRF52840 into power saving mode</title><link>https://devzone.nordicsemi.com/thread/452736?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2023 08:43:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83b28faf-0116-44e4-9416-d8ba2f6b72c5</guid><dc:creator>wisph</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just a few toughts:&lt;/p&gt;
&lt;p&gt;- Do you have a target usage defined?&lt;/p&gt;
&lt;p&gt;- Do you have any usage measurements of your current firmware?&lt;/p&gt;
&lt;p&gt;If not; please start with those, in many case&amp;#39;s you dont need to do that much to reach low power usage.&lt;/p&gt;
&lt;p&gt;Without anything special i reach ~8uA with an active LTE connection in PSM mode.&lt;/p&gt;
&lt;p&gt;Once you have your baseline, try to figure out where the unwanted power is going, usualy it is a peripheral or the connection to it (uart/spi/etc).&lt;br /&gt;To turn of the nrf busses like uart; give the CONFIG_PM a shot, you just need a reference to the device, and call pm_device_action_run(dev-pointer, PM_DEVICE_ACTION_SUSPEND | PM_DEVICE_ACTION_RESUME)&lt;/p&gt;
&lt;p&gt;Grts,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>