<?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 to efficiently use the ADC on the nRF51822 SDK8.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32059/how-to-efficiently-use-the-adc-on-the-nrf51822-sdk8-1</link><description>I am trying to use the ADC to take power measurements on an interval. I found an example to read the values out online: 
 void ADC_IRQHandler() { nrf_adc_conversion_event_clean(); adc_sample = nrf_adc_result_get(); // trigger next ADC conversion nrf_adc_start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Mar 2018 00:12:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32059/how-to-efficiently-use-the-adc-on-the-nrf51822-sdk8-1" /><item><title>RE: How to efficiently use the ADC on the nRF51822 SDK8.1</title><link>https://devzone.nordicsemi.com/thread/124248?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 00:12:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd3733c4-cf0d-461f-a703-578c5d0b3598</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;A started ADC needs the HF clock running, which draws power. Try omitting the nrf_adc_start() at the end of your handler (and maybe trigger the ADC with a RTC based timer).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>