<?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>DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51807/doubt-in-saadc-example-from-sdk-v-14-2-0</link><description>HI, 
 We are developing a 2d -3d mouse with nRF5_SDK_14.2.0_17b948a &amp;quot;ble_app_hids_mouse&amp;quot; application. 
 
 For knowing the battery discharge rate of our product we are trying to implement adc into our code &amp;quot;modified ble_app_hids_mouse &amp;quot;. 
 We are using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jul 2019 09:12:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51807/doubt-in-saadc-example-from-sdk-v-14-2-0" /><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208270?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2019 09:12:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:669d7ace-2830-4164-9461-5a42b1f09fa1</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Thanks a lot i got good idea about saadc now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208269?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2019 09:08:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4444a887-c13d-4253-85b5-66e406de002d</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As explained earlier, a SAADC conversion is done when you get the callback function&amp;nbsp;&lt;span&gt;with p_evt-&amp;gt;type ==&amp;nbsp;NRF_DRV_SAADC_EVT_DONE.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As for app_timer, take a project that it matching your usecase, for instance; if you are using the Softdevice, use one of the examples in ble_peripheral/ folder as a template, then add the functionality you need.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208268?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2019 06:16:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19e9bd78-c7d5-440d-8081-ce9bff34928b</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;HI ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;THIS THERE ANY WAY TO INCLUDE app_timer.c and app_timer.h FILES TO NORDIC saadc EXAMPLE&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208267?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 12:43:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a78f156-6565-4502-8ac6-e134fe1d7ad5</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Thanks Hakon now all issues was solved ,now all the five values are almost equal and also its varying according to the voltage variation from the power supply .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now i needed your help to implement the adc to our custom application.&lt;/p&gt;
&lt;p&gt;I ready told you that, what&amp;#39;s my approach&amp;nbsp; is.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp;I&amp;nbsp;decided to call the&amp;nbsp; saadc functions for starting the saadc sampling&amp;nbsp;i.e&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/group__nrf__drv__saadc.html#ga9e1764d8d7d10747fcf68a864618d07a"&gt;nrf_drv_saadc_sample&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;and for read the adc result i.e&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/group__nrf__drv__saadc.html#ga69a61984371185c1f17e222db32b20a0"&gt;nrf_drv_saadc_buffer_convert&lt;/a&gt;&lt;span&gt;&amp;nbsp; inside the timer handler&amp;nbsp; function.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;But the problem that . How can i verify that the adc conversion&amp;nbsp;is&amp;nbsp; finished or not .Is there any function for that ?&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208266?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 12:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e96ba877-02a9-4262-b6f2-d98253be8b71</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Hakon thanks a lot . I will try it and get back to you soon .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208265?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 12:07:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbcc8749-7ec7-473e-9e68-89d099b051bc</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Connect the negative to GND on the devkit.&lt;/p&gt;
&lt;p&gt;Never go over &amp;quot;VDD_NRF&amp;quot; (3V on the DK) on the ADC input, and do not reverse the polarity of your input voltage, as then you exceed the maximum ratings given in the datasheet for the nRF52832.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208264?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 11:38:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:543b655d-e885-4174-94c8-f8815524dca5</guid><dc:creator>NANDHU</dc:creator><description>[quote user="hkn"]where to connect this on the development kit?[/quote]
&lt;p&gt;&amp;nbsp;yes,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Actually i want to known ,&lt;/p&gt;
&lt;p&gt;where&amp;nbsp; i wanted to connect the negative terminal of the power supply on development kit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208263?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 11:36:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0393778-e15b-4b4c-9129-5afb5b032216</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Please take the time to post your questions with more detail and try to include as much details regarding your issue and test setup as possible, so that I can get a good overview of the issue and then can provide&amp;nbsp;as efficient support as possible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do I understand you correct when you are asking where to place the &amp;quot;GND terminal&amp;quot; from your DC power supply, and where to connect this on the development kit?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208262?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 11:20:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:705f7045-459d-43cb-aa6d-b40388d53194</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;I already told you that i connect a 1v dc (using DC power supply)to p0.02 in DK for testing saadc example .&lt;/p&gt;
&lt;p&gt;I only connect the positive terminal power supply&amp;nbsp; to DK&amp;nbsp; pin p0.02 .Is i needed to connect the negative terminal of the power supply to the DK . If i want to connect the negative terminal of power supply to DK where i wanted to connect it, to the ground or some where else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208261?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 11:01:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:597a7ecc-0c2d-4ce8-84a2-7fe88846a957</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;An ADC samples any type of analog signal, DC or AC. I would recommend that you read up on ADC in general if this is new territory for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208260?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 10:50:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:808cedcb-6ae2-495a-a631-73138805ae2a</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;So your are saying, even though a dc voltage is connected to an adc channel there will be a result in adc buffer after adc conversion ? Am i right ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208259?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 10:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88d074c5-ce44-426f-bc1d-49a41fc4109a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Depends on your settings. I&amp;#39;ll give you an example.&lt;/p&gt;
&lt;p&gt;Gain = 1/6&lt;/p&gt;
&lt;p&gt;Reference = internal 0.6V&lt;/p&gt;
&lt;p&gt;Input = 2V.&lt;/p&gt;
&lt;p&gt;Resolution = 10 bit.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would then expect the input range to be:&lt;/p&gt;
&lt;p&gt;0.6V / (1/6) = 3.6V (ie: from GND to 3.6V)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Given 10 bit resolution (2^10), 2V would be in this ballpark:&lt;/p&gt;
&lt;p&gt;2/3.6 * 1023 = ~568 decimal.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208258?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 08:56:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80b2f75d-a162-485d-9580-7e42c0dee35c</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;I need one clarification .&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If we connect a 1V dc&amp;nbsp; to p0.02&amp;nbsp; pin .what will be the output after adc convertion ?. ADC convertion takeplace or not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208257?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 08:48:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f655ad7b-ece1-4c08-8217-cb7eb64a5da8</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;That is to be expected, as your analog signal might have ripple on it, and in addition; the SAADC peripheral has an overall accuracy of a given set of LSBits. meaning that if you expect the ideal ADC to give you 1024 with an ideal input signal, you should assume that this value will have a +/- of x amount of LSB in a real-life scenario.&lt;/p&gt;
&lt;p&gt;You can read more about ADCs here:&amp;nbsp;&lt;a href="https://en.wikipedia.org/wiki/Analog-to-digital_converter#Quantization_error"&gt;https://en.wikipedia.org/wiki/Analog-to-digital_converter#Quantization_error&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208256?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 08:38:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5afb43f3-2cce-4d0a-919b-c3c877ae1793</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Actually i tried it .&lt;/p&gt;
&lt;p&gt;I connect a 1v to p0.02&amp;nbsp; pin in development kit using dc power supply .But when i debugged it ,in the debug terminal the 5 values are different. why?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208255?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 08:33:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9df3e60-f39a-4326-b305-7affcfca70d5</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;What I recommend is that you try it out and see how it behaves.&lt;/p&gt;
&lt;p&gt;See if you can convert the digital number back to an analog value to see if it matches your input voltage.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208254?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2019 04:23:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40cbfe58-7beb-44c9-97c8-83b34c089464</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Suppose if we connect a 1V to the AIN0 i.e in p0.02&amp;nbsp; ,then what will be the 5 values getting from the buffer is it same or different?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208253?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 12:22:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b670df5-d01e-4534-8929-2cb929af6af6</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;If there&amp;#39;s no load,&amp;nbsp;it will float. You can then sample anything from&amp;nbsp;min. to max.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208252?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 12:18:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:720c3217-e91f-480a-bf1d-d4cf8d8fb323</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;HI ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;In Nordic &amp;quot;saadc&amp;quot; application there is only one channel is configured AIN0 and each time 5 different values are getting from buffer but, if there is no input connected to adc channel ,then who the values are changeing ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208251?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 11:54:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f96f14e-fde0-49d8-af6a-69ac2f54acda</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;As long as you use an app_timer instance (and not a highspeed TIMER, as these draw more current), I do not see any issues.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208250?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 11:40:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e071454f-c943-4e0d-8bf5-3ca3790761b0</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Hi Hakon ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;Thanks a lot .&lt;/p&gt;
&lt;p&gt;Now i got a better clarity&amp;nbsp; of Nordic &amp;quot;saadc&amp;quot; example.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Now i want implement this&amp;nbsp; saadc into our application code. i already told you that we are developing 2d -3d&amp;nbsp; comp mouse and we are using&amp;nbsp;&lt;span&gt;nRF5_SDK_14.2.0_17b948a&amp;nbsp; &amp;quot;ble_app_hids_mouse&amp;quot;&amp;nbsp; application.we modified this application with our own needs.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;I decided to implement adc functionality into our application using TIMER and SAADC module&amp;nbsp;only not using&amp;nbsp;not using PPI.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Way of working is like below.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;First we will initialize&amp;nbsp;the&amp;nbsp; TIMER and SAADC .&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;TIMER is initialized in such a way that ,it will generate an event at every 1 min i.e the execution will enter into the &amp;quot;timer handler function&amp;quot;every 1 min repeatedly.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;Then inside this &amp;quot;timer handler function&amp;quot; i will call the&amp;nbsp; saadc functions for starting the saadc sampling&amp;nbsp;i.e&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/group__nrf__drv__saadc.html#ga9e1764d8d7d10747fcf68a864618d07a"&gt;nrf_drv_saadc_sample&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;and for read the adc result i.e&amp;nbsp;&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/group__nrf__drv__saadc.html#ga69a61984371185c1f17e222db32b20a0"&gt;nrf_drv_saadc_buffer_convert&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;After reading the adc data then corresponding led will turn on if the adc result is less than a particular level.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;IS THERE ANY ISSUE WITH MY APPROACH ? IF THERE IS&amp;nbsp; ANY CHANGE NEED PLEASE TELL&amp;nbsp;&amp;nbsp;ME.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208249?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 11:04:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f22789f0-f42b-457d-92ea-0a6304db647d</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="NANDHU NAKULAN"]Is this change make any issues in adc convertion?[/quote]
&lt;p&gt;There shouldn&amp;#39;t be any issues.&lt;/p&gt;
&lt;p&gt;You only provide one buffer, then it will always provide the same RAM pointer into the SAADC peripheral.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208248?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 10:58:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33b96b22-0cf3-4d3c-876f-71b8c5bdc81c</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;HI ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Suppose i declared a normal array instead of 2D&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i e&amp;nbsp;&amp;nbsp;&lt;span&gt;&amp;quot;static nrf_saadc_value_t&amp;nbsp; &amp;nbsp; &amp;nbsp;m_buffer_pool[5];&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;and only one buffer assign .i.e please look below screen short&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-852399158b774f06bcfb9a608f643598/Screenshot-2019_2D00_07_2D00_09-16.26.23.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;what will happenes. Is this change make any issues in adc convertion?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208247?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 10:49:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4daa413f-03be-4116-aca6-5bd0d87fa0b4</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;The saadc driver has support for handling two buffers.&lt;/p&gt;
&lt;p&gt;The _END event will then alternate between m_buffer_pool[0] and&amp;nbsp;&lt;span&gt;m_buffer_pool[1]. You can look at this by entering debug mode and placing a breakpoint in that callback.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN SAADC EXAMPLE FROM SDK V 14.2.0</title><link>https://devzone.nordicsemi.com/thread/208246?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 10:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2507548a-850a-417b-94bb-568971896996</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;HI ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;Thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My next doubts.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;why Nordic using 2D array as buffer instead of normal array .&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;static nrf_saadc_value_t&amp;nbsp; &amp;nbsp; &amp;nbsp;m_buffer_pool[2][SAMPLES_IN_BUFFER];&amp;quot;&lt;/li&gt;
&lt;li&gt;why Nordic assigning the buffer 2 times in &lt;span&gt;&amp;nbsp;&amp;quot;&lt;/span&gt;&lt;span&gt;saadc_init &amp;quot;&amp;nbsp;function ? Is the first time assigning is enough?&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-852399158b774f06bcfb9a608f643598/Screenshot-2019_2D00_07_2D00_09-15.45.04.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>