<?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>Notification speed nrfConnect vs Web Bluetooth</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31272/notification-speed-nrfconnect-vs-web-bluetooth</link><description>Hi, 
 I&amp;#39;m trying to understand the speed of the BLE communication. What I do in my infinite loop is a SAADC conversion then send the value to BLE (int16_t). 
 In order to be able to see the data on nRF Connect app on Android, I&amp;#39;m forced to add a nrf_delay_ms</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Mar 2018 17:36:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31272/notification-speed-nrfconnect-vs-web-bluetooth" /><item><title>RE: Notification speed nrfConnect vs Web Bluetooth</title><link>https://devzone.nordicsemi.com/thread/123748?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 17:36:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65981403-25eb-43b2-aa4c-3445733f823e</guid><dc:creator>StephaneJ</dc:creator><description>&lt;p&gt;I found my problem, it turn out it was only a matter of configuring&amp;nbsp;&lt;strong&gt;MIN_CONN_INTERVAL&lt;/strong&gt; and&amp;nbsp;&lt;span&gt;&lt;strong&gt;MAX_CONN_INTERVAL&lt;/strong&gt; to increase the speed. Actually, &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/17547/update-characteristic-every-1-second-with-notification-while-ci-set-to-3-seconds/67465#67465"&gt;this answer&lt;/a&gt; helped me understand the impact of the connection interval (do not confuse with advertising interval). Also, the speed can be increase a lot (x4 for me) using the connection priority.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have set the first at the minimum :&amp;nbsp;BLE_GAP_CP_MIN_CONN_INTVL_MIN and the max to&amp;nbsp;BLE_GAP_CP_MAX_CONN_INTVL_NONE&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;With this I can go full speed but without the SAADC conversion. I have open a new ticket for a more specific request about using SAADC.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>