<?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>Adafruit Feather nrf52840:  High power consumption (~1mA) in deep sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126622/adafruit-feather-nrf52840-high-power-consumption-1ma-in-deep-sleep</link><description>Hi, 
 I am using zephyr v4.3.0, and have compiled the &amp;quot;https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off&amp;quot; sample to 
 run it on a Adafruit Feather nrf52840 (which is from year 2021 AFAIR) 
 The board is powered through</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jan 2026 11:54:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126622/adafruit-feather-nrf52840-high-power-consumption-1ma-in-deep-sleep" /><item><title>RE: Adafruit Feather nrf52840:  High power consumption (~1mA) in deep sleep</title><link>https://devzone.nordicsemi.com/thread/559355?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 11:54:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f211f6aa-b800-4da5-9f3d-6a016e7c6c6c</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Sounds good!&lt;/p&gt;
&lt;p&gt;EDIT: Didnt see your newest reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Great, then the LDo did indeed play a big role. Did you try NCS yet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adafruit Feather nrf52840:  High power consumption (~1mA) in deep sleep</title><link>https://devzone.nordicsemi.com/thread/559341?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 10:37:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a5fb8a4-33da-4f96-9e64-de6e51fc9090</guid><dc:creator>tbultel</dc:creator><description>&lt;p&gt;After having removed the RT9080 from the PCB, the consumption in sleep is now 38uA. It is still not&amp;nbsp; the 2uA that PJ has, but a good step forward.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adafruit Feather nrf52840:  High power consumption (~1mA) in deep sleep</title><link>https://devzone.nordicsemi.com/thread/559330?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 09:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80cc3fdd-1dec-4cdc-b160-3ce2bb030274</guid><dc:creator>tbultel</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;Thanks to PJ as well for the tips. PJ, unless I am wrong there is no USB to serial converter on that board.&lt;/p&gt;
&lt;p&gt;I have check that CONFIG_I2C &amp;amp; CONFIG_SPI are both disabled. I will try with nRF SDK, which was something I did not consider yet, because I have a codebase that has to work on other boards.&lt;/p&gt;
&lt;p&gt;Here is the asked screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3771.ppk.png" /&gt;&lt;/p&gt;
&lt;p&gt;As you can see, the consumption does not really change a lot when entering sleep (after 3 seconds).&lt;/p&gt;
&lt;p&gt;My plan is now:&lt;/p&gt;
&lt;p&gt;- switch to nRF SDK&lt;/p&gt;
&lt;p&gt;- Unsolder the LDO (I wonder if there if a current leak through it via the output pin)&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Thierry&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adafruit Feather nrf52840:  High power consumption (~1mA) in deep sleep</title><link>https://devzone.nordicsemi.com/thread/559253?ContentTypeID=1</link><pubDate>Wed, 21 Jan 2026 11:42:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68cb1e2c-0c4e-43d6-bdf4-d3e96518b445</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi Thierry,&lt;/p&gt;
&lt;p&gt;I see you&amp;#39;ve already gotten some good tips from PJ here.&amp;nbsp;I agree that there might be things on the Adafruit board that we&amp;#39;re forgetting about here and need to explicitly disable. Another &amp;quot;unknown&amp;quot; here is the code - if you are running plain Zephyr there might be something new in this version&amp;nbsp;that doesn&amp;#39;t work the way it should on the nRF52840. This is likely not the case, but just to make sure, it would be an idea to test a project from the nRF Connect SDK. We do not necessarily do tests on other code than that. &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.2.1/page/nrf/samples/bluetooth/peripheral_power_profiling/README.html"&gt;Have a look at this project for instance&lt;/a&gt;, and compare your PPK results with what you see in the description.&lt;/p&gt;
[quote user=""]and I use the Nordic PPK2 to measure the current.[/quote]
&lt;p&gt;Could you show me a screenshot of what you see there?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adafruit Feather nrf52840:  High power consumption (~1mA) in deep sleep</title><link>https://devzone.nordicsemi.com/thread/559203?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 20:08:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6c22398-f288-4fd5-bd3a-2e85cddc3e96</guid><dc:creator>PjGlasso</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;So not sure which version, they refreshed it so , YMMV&lt;/p&gt;
&lt;p&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true" data-processed="true"&gt;The high current consumption is likely due to other components on the&lt;/span&gt;&amp;nbsp;Feather board&amp;nbsp;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true" data-processed="true"&gt;that are not powered down, most notably the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong class="Yjhzub" data-complete="true" data-processed="true"&gt;onboard USB-to-Serial converter&lt;/strong&gt;&lt;span&gt;&amp;nbsp;and potentially other peripheral components like the QSPI flash and power-on LED.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We USE the XIAO nRF52840 and can get down to 2ua, sleep easy. Check out the Seeed Studio Forum for Code and Video&amp;#39;s, using the PPK2 also. We have the POWER Ninja @msfujino in the user support group who is absolutely the man on shaving the power.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;&lt;strong class="Yjhzub" data-complete="true"&gt;Zephyr Configuration:&lt;/strong&gt;&amp;nbsp;Ensure all non-essential peripherals in your Zephyr configuration are disabled, not just the UART console. This includes things like I2C, SPI, ADC, etc., if not used.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul class="KsbFXc U6u95" data-complete="true"&gt;
&lt;li data-hveid="CAEIBRAO" data-complete="true" data-sae=""&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;&lt;strong class="Yjhzub" data-complete="true"&gt;Solution:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;In your&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="o8j0Mc" dir="ltr" data-complete="true" data-sae=""&gt;prj.conf&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file, add configuration options to disable unused peripherals (e.g.,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="o8j0Mc" dir="ltr" data-complete="true" data-sae=""&gt;CONFIG_I2C=n&lt;/code&gt;,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="o8j0Mc" dir="ltr" data-complete="true" data-sae=""&gt;CONFIG_SPI=n&lt;/code&gt;). You should also enable power management features:&lt;/span&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;CONFIG_PM_DEVICE=y&lt;br /&gt;CONFIG_SYS_POWER_MANAGEMENT=y&lt;br /&gt;CONFIG_PM_STATE_SOFT_OFF=y&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;I know the System_off sample includes these , but double check you prj.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;We usually shut down the Dc/DC regulator and the External Flash(sleep) and that makes a huge dif , AFAIR - 4ma.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="T286Pc" data-sfc-cp="" data-complete="true"&gt;&lt;img src="https://forum.seeedstudio.com/uploads/default/original/2X/0/07a758b55e1d7ce87f88115a2432804c85bd5ae7.jpeg" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://forum.seeedstudio.com/t/sleep-current-of-xiao-nrf52840-deep-sleep-vs-light-sleep/271841?u=pj_glasso"&gt;https://forum.seeedstudio.com/t/sleep-current-of-xiao-nrf52840-deep-sleep-vs-light-sleep/271841?u=pj_glasso&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;GL&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f601.svg" title="Grin"&gt;&amp;#x1f601;&lt;/span&gt;&amp;nbsp;PJ &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/270c.svg" title="V"&gt;&amp;#x270c;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>