<?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>Maximum notification frequecy</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36925/maximum-notification-frequecy</link><description>Hello All, 
 Chip : nrf52832 
 Mobile App : BLE scanner 
 Requirement : We want to transfer 20 Bytes(or more) at every 8 ms. Is it possible? 
 I have tested it : 
 No of Bytes : 12 Connection Interval : 7.5 ms Data transfer @ 1 sec : Done, No data loss</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Jul 2018 12:05:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36925/maximum-notification-frequecy" /><item><title>RE: Maximum notification frequecy</title><link>https://devzone.nordicsemi.com/thread/141898?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 12:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8327caf5-5123-4bef-8e70-949a158a4361</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;The nRF52832 with S132 can easily handle 20 byte payload at 7.5ms connection intervals, given its&amp;nbsp;only connected to a single&amp;nbsp;BLE link. The bottleneck in your application is most likely the mobile phone as Anroid/iOS limits the connection interval to 20ms i believe.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Why do you need 8ms latency, what is your use-case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum notification frequecy</title><link>https://devzone.nordicsemi.com/thread/141757?ContentTypeID=1</link><pubDate>Fri, 27 Jul 2018 19:47:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ec9d99d-24ac-4f35-a567-c621fc39f109</guid><dc:creator>DaleScott</dc:creator><description>&lt;p&gt;While the nRF52832 appears to have the bandwidth to meet your 20 Byte requirement, it seems reasonable that there are lots of overhead protocol activities which could hog up the timeline and make it not work. So, my answer is incomplete because I don&amp;#39;t know what kind of handshakes go on when you run the BLE Scanner. Hope my answer helped some though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum notification frequecy</title><link>https://devzone.nordicsemi.com/thread/141704?ContentTypeID=1</link><pubDate>Fri, 27 Jul 2018 13:27:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c4a0a75-7599-4eee-956b-d1fbf31fb033</guid><dc:creator>DaleScott</dc:creator><description>&lt;p&gt;Hey, I&amp;#39;m not an expert in this area, but doing the math, if connection interval is 7.5 ms and want data transfer complete by 8 ms, that requires 20 Bytes to be transferred in 0.5 ms.&amp;nbsp; 20/0.5x10-3 = 20,000/.5 = 40,000 bytes/sec = 320,000 bps or 0.32 Mbps.&lt;/p&gt;
&lt;p&gt;From&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.0.pdf"&gt;infocenter.nordicsemi.com/.../nRF52832_PS_v1.0.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;The RADIO contains a 2.4 GHz radio receiver and a 2.4 GHz radio transmitter that is compatible with Nordic&amp;#39;s proprietary 1 Mbps and 2 Mbps radio modes in addition to 1 Mbps Bluetooth&amp;reg; low energy mode.&amp;quot;&lt;/p&gt;
&lt;p&gt;Since 0.32 Mbps is less than 1 Mbps, this suggests to me that the device is designed to handle 20 Bytes in the 0.5 ms window. I would expect it to be limited to less than 1/0.32 x 20 = 62.5 Bytes at the 8 msec point.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>