<?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 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78047/nrf52832-adafruit-high-power-consumption</link><description>Hi, 
 I would like to make a system that goes to sleep for a while and wakes up for a short time thanks to the rtc. According to the documentation, the power consumption of the nrf52832 should go down to a few uA, but I get an average power consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 22 Aug 2021 23:31:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78047/nrf52832-adafruit-high-power-consumption" /><item><title>RE: NRF52832 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/thread/326060?ContentTypeID=1</link><pubDate>Sun, 22 Aug 2021 23:31:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8c0d4e4-a2e5-47d8-9037-98ec2b0d032a</guid><dc:creator>CM</dc:creator><description>&lt;p&gt;Hello Antoine,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Confirming your findings of 114uA when the device is doing nothing.&lt;/p&gt;
&lt;p&gt;I was able to lower the current to 96uA by ground the EN pin for the regulator. From the datasheet, this can consume around 55uA quiescent current.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Given there is only a few other components on the board, the current would either be coming from the USB/TTL bridge, the Lipo charger, or something related to the voltage divide battery monitoring on A7.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/thread/322847?ContentTypeID=1</link><pubDate>Mon, 02 Aug 2021 11:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1fbb69e-59c0-43ee-8db3-332e55241fd0</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;I don&amp;#39;t know much about the Adafruit board, but is there an onboard debugger as well? If so, usually that&amp;#39;s what consumes current. Many of these boards are meant as development platforms, not really low power final products. If you are able to cut the traces that power the debugger, then maybe it the power will go down, but then of course it will be difficult to re-flash the chip later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/thread/322798?ContentTypeID=1</link><pubDate>Mon, 02 Aug 2021 07:57:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48deaf27-ff32-4bde-ac94-6cc261a47b82</guid><dc:creator>Antoine</dc:creator><description>&lt;p&gt;Yes I also think that the adafruit card must have a design problem because it should not consume so much.&lt;/p&gt;
&lt;p&gt;With your code, I always get 587 uA when the power supply is on 3.3V and I get 114 uA when I power the board with a battery.&lt;br /&gt;&lt;br /&gt;What is the point of having an nrf52 that consumes very little if the adafruit card consumes so much?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/thread/322687?ContentTypeID=1</link><pubDate>Fri, 30 Jul 2021 13:37:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b826c2b9-147c-4682-864b-5aebb0987f2e</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, can you try to run code that puts the chip to system OFF mode:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;int main(void){
  NRF_POWER-&amp;gt;SYSTEMOFF = 1;  // After calling system OFF you should get around 0.3 uA
  for(;;){
    __WFE();                 // If you remove the system off call above, you should get
  }                          // around 2 uA in this WFE loop
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you see a higher current, then the board has a higher base current which is not caused by the nRF chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/thread/322496?ContentTypeID=1</link><pubDate>Thu, 29 Jul 2021 13:54:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9705eea-76f0-4d04-9edc-f5b2872799e8</guid><dc:creator>Antoine</dc:creator><description>&lt;p&gt;The UART is well disabled in sdk_config.h.&lt;br /&gt;&lt;br /&gt;I power the card directly on its 3.3V pin.&lt;br /&gt;&lt;br /&gt;But I&amp;#39;m far from theoretical power consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Adafruit high power consumption</title><link>https://devzone.nordicsemi.com/thread/322490?ContentTypeID=1</link><pubDate>Thu, 29 Jul 2021 13:39:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16574b3d-fd63-4ebc-9aa1-dec65f0a683d</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;First thing I would check is to make sure that UART/logging is disabled in sdk_conf.h. That would help get the power down significantly. You will never get the datasheet numbers with the feather though. The onboard serial converter uses quite a bit of power on its own.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>