<?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>Question about ADC power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1523/question-about-adc-power-consumption</link><description>Hello, I am trying to develop a low power application by using nrf51822 EK board. 
 In &amp;quot; Reference manual v2.0, 11.1.3 System ON mode &amp;quot;,
it says there is a mechanisms can automatically switch on and off
the appropriate power sources depending on how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Feb 2014 08:18:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1523/question-about-adc-power-consumption" /><item><title>RE: Question about ADC power consumption</title><link>https://devzone.nordicsemi.com/thread/6761?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2014 08:18:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c1d5c77-2fe1-45cb-abef-8bd791b41246</guid><dc:creator>Scarlet</dc:creator><description>&lt;p&gt;Thanks Ole!!
I will modify my code to use RTC!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question about ADC power consumption</title><link>https://devzone.nordicsemi.com/thread/6760?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2014 11:25:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:334486a1-cd1e-4ed0-8862-ddae34df606d</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Any peripheral is enabled and powered on from you enable it (typically through an ENABLE register or a START task) until you disable it (typically by writing a disable value to ENABLE or triggering a STOP task). As for the ADC in particular, it will be enabled from you write the enable value, 1, to the ENABLE register until you write the disable value, 0, to it&lt;/p&gt;
&lt;p&gt;You may have use in taking a look at &lt;a href="https://devzone.nordicsemi.com/index.php/what-is-the-power-and-clock-model-of-peripheral-in-nrf51"&gt;this question&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, beware that TIMER2 requires the 16 MHz clock running, and will hence consume ~1 mA of current. If you want a low-power timer, you should use the RTC. Take a look at section 8.3 of the PS to see which peripherals needs which blocks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>