<?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>BLE not sending more than 14 saadc values</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22048/ble-not-sending-more-than-14-saadc-values</link><description>Hi, i am using this program to send the data captured on 3 sensors from AIN0,1,2 to the mobile nrf toolbox application via BLE UART. 
 The problem is that when the sampling of event starts, it only sends 14 values. I don&amp;#39;t understand why this is happening</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 May 2017 12:49:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22048/ble-not-sending-more-than-14-saadc-values" /><item><title>RE: BLE not sending more than 14 saadc values</title><link>https://devzone.nordicsemi.com/thread/86526?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 12:49:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:613c97cb-f2ac-443c-945b-ed65494b2ef9</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I tested your code by forcing &lt;code&gt;neutralState&lt;/code&gt; after 2000 SAADC events, and I have no problems getting all values transferred. What happens when the transfer stops (does it only stop sending data, is the connection lost, etc.)? Have you checked any error codes in your application (for instance from the call to &lt;code&gt;ble_nus_string_send&lt;/code&gt;)?&lt;/p&gt;
&lt;p&gt;Can you test by forcing &lt;code&gt;neutralState&lt;/code&gt; after 2000 SAADC events?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if(m_adc_evt_counter == 2000)
{
	neutralState = true;
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not sending more than 14 saadc values</title><link>https://devzone.nordicsemi.com/thread/86525?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 09:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:287f684b-03f9-4547-bfaf-3b4313a900fc</guid><dc:creator>akshaey</dc:creator><description>&lt;p&gt;i have modified the link-&lt;/p&gt;
&lt;p&gt;&lt;a href="https://drive.google.com/open?id=0B2YxaMrcnlAJeUpNeDdBNHlzeG8"&gt;drive.google.com/open&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not sending more than 14 saadc values</title><link>https://devzone.nordicsemi.com/thread/86524?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 09:34:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e07fc7b-1179-4308-9413-f70921e5cd69</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;There is no main.c file in your link, could you please upload/share the whole project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>