<?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>nrf52 Power consumption intermittently high</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23091/nrf52-power-consumption-intermittently-high</link><description>We have recently migrated from a custom board based on the nrf51 to a new board with the nrf52832. Our nrf51 board used to run at 6-8 uA when it was just sitting there advertising. The new board is running at about 34 uA, but sometimes inexplicably starts</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jul 2017 09:42:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23091/nrf52-power-consumption-intermittently-high" /><item><title>RE: nrf52 Power consumption intermittently high</title><link>https://devzone.nordicsemi.com/thread/90864?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 09:42:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7927cc6-592a-46f9-a077-79d20c26921e</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;With the TIMER running, there should be an additional 250 uA + 70 uA = 320 uA current consumption..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Power consumption intermittently high</title><link>https://devzone.nordicsemi.com/thread/90867?ContentTypeID=1</link><pubDate>Thu, 29 Jun 2017 05:25:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f4c5031-742e-4bc8-a8a2-957235a5d65c</guid><dc:creator>eq</dc:creator><description>&lt;p&gt;Update:  I have isolated the high current condition (510 uA) to occurring only when I use the SAADC WITH a Timer.  If I just initiate a sample capture using nrf_drv_saadc_sample(); with NO Timer, the current stays at 34uA.  Is there perhaps some Timer Interrupt that needs to be cleared to prevent this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Power consumption intermittently high</title><link>https://devzone.nordicsemi.com/thread/90868?ContentTypeID=1</link><pubDate>Wed, 28 Jun 2017 14:10:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:621cf1be-6c3a-46ca-a09d-bd08b89da242</guid><dc:creator>eq</dc:creator><description>&lt;p&gt;Clock config is below:&lt;/p&gt;
&lt;p&gt;nrf_clock_lf_cfg_t clock_lf_cfg = {
.source = NRF_CLOCK_LF_SRC_RC,
.rc_ctiv = 16, 		// Check temperature every 4 * 250ms
.rc_temp_ctiv = 2, 	// Only calibrate if temperature has changed.
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM,
};&lt;/p&gt;
&lt;p&gt;//
// Initialize the SoftDevice handler module.
//
SOFTDEVICE_HANDLER_INIT(&amp;amp;clock_lf_cfg, NULL);&lt;/p&gt;
&lt;p&gt;To be clear, when the board boots up it runs at 34uA.  After the system starts communicating with the App and begins taking ADC measurements, thats when it sometimes goes up to 500uA.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Power consumption intermittently high</title><link>https://devzone.nordicsemi.com/thread/90866?ContentTypeID=1</link><pubDate>Wed, 28 Jun 2017 13:35:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f0e1a00-67c4-4c43-9515-29d20ae9ba80</guid><dc:creator>John</dc:creator><description>&lt;p&gt;@eq - We had a similar issue migrating from the 51 to the 52. Here are a couple of other things I would check: 1) If the HW is set up for DC-DC converter, be sure to enable it. 2) If you are using the TWI look at PAN-89 in the errata 3) There was a note about when clearing Events, read them back to make sure the clear is flushed to RAM before moving on. 4) Make sure to use sd_app_event_wait when idling rather than __WFE&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 Power consumption intermittently high</title><link>https://devzone.nordicsemi.com/thread/90865?ContentTypeID=1</link><pubDate>Wed, 28 Jun 2017 12:55:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b94bfd59-5e6d-44db-8a97-75bb55913fce</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Which LFCLK source do you use, the internal RC oscillator?  If so, what is the calibration interval?  Does the interval where the board use 500 uA change if you change the calibration interval of the RC oscillator?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>