<?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>nRF52833 SAADC Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92664/nrf52833-saadc-example</link><description>NCS 2.0.0 
 Our application is using an nRF52833. Everything is running except measuring a voltage. I am looking for a simple SAADC sample to read a single-ended voltage on channel 3. I&amp;#39;ve done it a dozen times with nRF5 SDK, but NCS keeps evolving and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Oct 2022 10:22:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92664/nrf52833-saadc-example" /><item><title>RE: nRF52833 SAADC Example</title><link>https://devzone.nordicsemi.com/thread/389787?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2022 10:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1cf6c5e-5564-4e08-a6c8-776db7a5e622</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use the ACS sample in Zephyr () with the nRF52833 DK, but you need to add an overlay file for it.&lt;/p&gt;
&lt;p&gt;For instance, to use AIN7 (P0.31) you can create a file (zephyr/samples/drivers/adc/boards/nrf52833dk_nrf52833.overlay) that contains this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	zephyr,user {
		io-channels = &amp;lt;&amp;amp;adc 7&amp;gt;;
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can add other configurations as needed. Note that there are overlay files for the nRF52840DK for the ADC sample in nRF Connect SDK 2.1.0, which gives you an indication of other parameters you can change (though not all are valid in 2.0.0).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>