<?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 increase the accuracy of ADC channel</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45017/how-to-increase-the-accuracy-of-adc-channel</link><description>Hi, 
 
 I am reading a voltage value from an analog sensor which changes values with 0.02V step. So, i need the accuracy up to 0.02V from ADC channels . But right now i am off by around 0.05V. Where I should get 2.94V I am receiving 2.89V and this changes</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Mar 2019 09:43:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45017/how-to-increase-the-accuracy-of-adc-channel" /><item><title>RE: How to increase the accuracy of ADC channel</title><link>https://devzone.nordicsemi.com/thread/176922?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 09:43:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:156060f5-a992-4395-b96e-52dd6071c37d</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You&amp;#39;ll need to use oversampling if you want a high degree of accuracy. What is the sensors output voltage range? I ask because you might find it useful to use differential inputs where the &amp;quot;negative&amp;quot; input is biased, f.ex. to 2.5V. That way your 14 bits will cover a smaller voltage range and thus give you greater resolution.&lt;br /&gt;&lt;br /&gt;For your issue we need to find the function that issued the error code. The breakpoint you hit is inside the applications error handler that is called whenever a APP_ERROR_CHECK is run in a err_code that is not NRF_SUCCESS.&lt;br /&gt;We need the error code, line number, and file name that is passed to the error handler.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>