<?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>NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53368/nrf52832-saadc-not-reading-adc-values-after-pairing-with-nrfconnect-app</link><description>Hi all, 
 My aim is to &amp;quot; read Four ADC Channels data and sent them to nRF Connect bluetooth app&amp;quot;. 
 For doing this i used &amp;quot;saadc &amp;quot; and &amp;quot; ble_app_uart&amp;quot; examples. 
 Till now I am able to read four adc values before pairing my board(NRF52832) to NRFConnect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Oct 2019 08:15:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53368/nrf52832-saadc-not-reading-adc-values-after-pairing-with-nrfconnect-app" /><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/216766?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 08:15:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c364fd32-12f7-4ae9-82b7-59f4f4dfcd2f</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;You welcome &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/216630?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 12:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc9bb11c-77ad-4be1-bd52-2a03bf19e189</guid><dc:creator>mandha_amarr</dc:creator><description>&lt;p&gt;Thank you so much overbekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/216299?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 08:21:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc1a4fde-400e-4d0b-9265-791a583daf73</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Amarr&lt;/p&gt;
&lt;p&gt;The SAADC is designed to run seamlessly in the background, without interfering with time critical interrupts or radio activity.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It uses easyDMA to transfer ADC data to the RAM in parallel with other activity, and the SAADC SDK driver supports double buffering so that you can empty one buffer while the other one is being accessed by the SAADC peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In other words, as long as you scale the buffers according to the sample frequency you require you shouldn&amp;#39;t have any problems doing continuous ADC sampling and BLE activity at the same time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/216106?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 09:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cac54e78-46fb-49d6-a7b1-2b064df0e18f</guid><dc:creator>mandha_amarr</dc:creator><description>&lt;p&gt;Hi overbekk,&lt;/p&gt;
&lt;p&gt;Actually i want to sample continuously and use them in every 2 seconds.&lt;/p&gt;
&lt;p&gt;will bluetooth pairing face an issue while i am sampling ADC data continuously?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/216056?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 06:52:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f82f6d1-b928-44fc-8c2f-0a5aa43ce653</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Amarr&lt;/p&gt;
&lt;p&gt;Can you provide a bit more details on what you are trying to do?&lt;/p&gt;
&lt;p&gt;You mean you want to sample continuously, and store the results every 2 seconds?&lt;/p&gt;
&lt;p&gt;Or do you mean you want to only sample for 2 seconds and the stop the sampling?&lt;/p&gt;
&lt;p&gt;You still want to sample every 400ms, or do you need a different sampling frequency?&lt;/p&gt;
&lt;p&gt;What do you want to do with the ADC data after you have read it out from the ADC?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/215907?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 11:50:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e623382e-ed91-4177-a25d-cfaa7db98dd6</guid><dc:creator>mandha_amarr</dc:creator><description>&lt;p&gt;Hi overbekk.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you so much for replay.&lt;/p&gt;
&lt;p&gt;Now my source code working continuously after de-commenting&amp;nbsp;&lt;span&gt;nrf_drv_saadc_buffer_convert(..).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But i want read saadc samples within every 2 seconds, for achieving it. What modification i can do in above source code.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please suggest me.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Rgds,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;amarr&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SAADC not reading ADC Values after pairing with NRFConnect App</title><link>https://devzone.nordicsemi.com/thread/215890?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 11:30:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:976e8b24-4a64-4ee7-ba84-b1f3ec15f23f</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you connect to the example without problems, or is that also problematic?&lt;/p&gt;
&lt;p&gt;I tried embedding your code in the ble_app_uart example, and once I de-commented the call to&amp;nbsp;&lt;span&gt;nrf_drv_saadc_buffer_convert(..) in the SAADC callback I can see it running continuously, and establishing a connection to the DK is no problem.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Pairing is not fully supported by the ble_app_uart example, so if you&amp;#39;re having issues with pairing and bonding I don&amp;#39;t think it is related to the ADC sampling.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;br /&gt;Torbjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>