<?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>Enabling 8 channels of SAADC and sending data via BLE in the most efficient way</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83533/enabling-8-channels-of-saadc-and-sending-data-via-ble-in-the-most-efficient-way</link><description>Hi, 
 I want to enable 8 channels of saadc in SE mode with 10 bits of resolution. the number of samples in every packet is 32, which means every channel have 4 samples in every packet. then I will put 5 buffers of saadc in 1 buffer and then I transmit</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 15 Jan 2022 11:10:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83533/enabling-8-channels-of-saadc-and-sending-data-via-ble-in-the-most-efficient-way" /><item><title>RE: Enabling 8 channels of SAADC and sending data via BLE in the most efficient way</title><link>https://devzone.nordicsemi.com/thread/347864?ContentTypeID=1</link><pubDate>Sat, 15 Jan 2022 11:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d30df6e8-0c94-4d39-913f-ee22dee4b136</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;No, the problem is the order of samples in the buffer swap. it means that I set the channel as [1 2 3 .. 8], somehow sometimes I get [3 4 5 ...1 2], or sth like that. I understand that others have the same problem and it can be solved using a PPI as described&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/20291/offset-in-saadc-samples-with-easy-dma-and-ble/79053#79053"&gt;here&lt;/a&gt;. I added this solution but it seems the problem still exists.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling 8 channels of SAADC and sending data via BLE in the most efficient way</title><link>https://devzone.nordicsemi.com/thread/347397?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 13:45:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eaee5b7-4f5a-4629-848b-c7d61b5f71bb</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Ok, nice. So the problem is that you don&amp;#39;t know which channel the data is coming from?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling 8 channels of SAADC and sending data via BLE in the most efficient way</title><link>https://devzone.nordicsemi.com/thread/347332?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 10:06:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e8eff53-32fb-4706-b7c1-a86c171610bd</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Hi, I solve that problem. it was because of my t_ack. I had to set the t_ack as 3us to have 8 channels of ADC with 20kHz sampling. Now I have a new problem :). It seems that the order of data for each channel changes so I can not understand the order of data in some packets. I saw that other people have the same issue. What&amp;#39;s the solution here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling 8 channels of SAADC and sending data via BLE in the most efficient way</title><link>https://devzone.nordicsemi.com/thread/347317?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 09:11:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32cd562a-9669-4ad9-8409-63c4bd54e34f</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m not sure if I understand the problem.&lt;/p&gt;
[quote user=""]I am getting the right value of adc but the frequency is not okay. for example, when I am sampling a 10 Hz signal, I receive a 20 Hz signal.&amp;nbsp;[/quote]
&lt;p&gt;Do you mean that you have a 100 ms sampling interval, but receive data over BLE every 50 ms? Is 50 ms the BLE connection interval?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>