<?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>Calibrating SAADC on nRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17483/calibrating-saadc-on-nrf52</link><description>I have to sample 3 differential channels periodically. Should I calibrate SAADC for each channel individually? Unfortunately, &amp;quot;nRF52832 - Product Specification v1.0&amp;quot; doesn&amp;#39;t explain the process in details! Would you please explain the mechanism of SAADC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Dec 2016 10:22:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17483/calibrating-saadc-on-nrf52" /><item><title>RE: Calibrating SAADC on nRF52</title><link>https://devzone.nordicsemi.com/thread/67195?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2016 10:22:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5485f35-5166-415a-9b32-c34559cf1625</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi MJ Ma, I see that the function was first introduced in SDK 12.x. If you want this function, you can copy it from SDK 12 to SDK 11. Notice that there is also a new state introduced: &lt;code&gt;NRF_SAADC_STATE_CALIBRATION&lt;/code&gt;, which you might have to implement as well to get correct functionality.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calibrating SAADC on nRF52</title><link>https://devzone.nordicsemi.com/thread/67194?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2016 03:49:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55b944df-f3f8-4667-a44b-b51ff42a49df</guid><dc:creator>MJ Ma</dc:creator><description>&lt;p&gt;Ho Jorgen
I cannot find  nrf_drv_saadc_calibrate_offset() in the SDK 11, would you please help tell me why&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calibrating SAADC on nRF52</title><link>https://devzone.nordicsemi.com/thread/67193?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2016 13:12:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9c45592-098a-49fb-ae7e-3088f7272bf3</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is recommended to run offset calibration periodically to compensate for temperature drift. Calibration can be started by calling &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/group__nrf__drv__saadc.html#gaeb018d2727fd97e0269f49364cd4f5b0"&gt;&lt;code&gt;nrf_drv_saadc_calibrate_offset()&lt;/code&gt;&lt;/a&gt; if you use the SAADC driver. It is not possible to select channel for this task, just make sure to run it either periodically or whenever there is change in temperature.&lt;/p&gt;
&lt;p&gt;If you want to make the SAADC output more stable, you could enable oversampling, or connect a capacitor to reduce noise, as described in this blog post. An example showing both oversampling and offset calibration can be found on our &lt;a href="https://github.com/NordicSemiconductor/nRF52-ADC-examples/tree/master/saadc_low_power"&gt;GitHub page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>