<?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>How to increase the BLE speed?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32893/how-to-increase-the-ble-speed</link><description>How much time translate 8k Bytes by nrf52832? 
 How to translate the 8K Bytes in one second?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Oct 2018 06:23:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32893/how-to-increase-the-ble-speed" /><item><title>RE: How to increase the BLE speed?</title><link>https://devzone.nordicsemi.com/thread/153960?ContentTypeID=1</link><pubDate>Tue, 23 Oct 2018 06:23:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a31e50cb-9e4a-4a49-881e-f6e58f022cbb</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Stanley&lt;/p&gt;
&lt;p&gt;The packet interval is primarily set by the connection interval, which can be between 7.5ms and 4 seconds in BLE.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At minimum you can send a single packet per connection interval, but most BLE devices support multiple packets being sent back to back on each connection interval, allowing you to increase the data throughput.&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: How to increase the BLE speed?</title><link>https://devzone.nordicsemi.com/thread/153684?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 15:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b4326ba-c99d-4221-a35f-c2039a4fceb5</guid><dc:creator>stanley_atc</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; We know the speed can be improved a lot. I also would like to know what is the interval of each packets to send?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to increase the BLE speed?</title><link>https://devzone.nordicsemi.com/thread/129155?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 12:59:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f156f4f-bed8-4e63-b67f-093b2be23efc</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;BLE can send packets at a rate of 400 times/s or more, yes, if you have the right connection parameters (a smaller connection interval allows you to send more packets per second).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The picture you sent is probably based on the Bluetooth 4.0 specification, where 20 bytes of user data was the maximum for each packet in a connection. &lt;br /&gt;Bluetooth 4.2 increased this to 244 bytes of user data per packet,&amp;nbsp;which means most current Bluetooth hosts can translate 8K of data in much less packets than what you would have required before.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to increase the BLE speed?</title><link>https://devzone.nordicsemi.com/thread/129072?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 04:11:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:446f5a91-3a16-4d15-aa47-01ca59a27f63</guid><dc:creator>pyz</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/_E06507689898_.png" /&gt;&lt;/p&gt;
&lt;p&gt;The picture shows the valid data is 20 bytes. According to your explain,is no problem translate 8K data in one second. In other words, the BLE send pack up to about 400 times/s .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to increase the BLE speed?</title><link>https://devzone.nordicsemi.com/thread/126560?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 03:00:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11d1b3ee-f4c7-4809-8c97-57f530e32f5a</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The nRF52832 running S132 v5 or later can get very close to the theoretical maximum data transfer rate in BLE, which is approximately 760kbps in normal mode (BT 4.2) or 1360kbps in high speed mode (BT 5).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This means it should take approx. 84ms to send 8KB in normal mode versus 47ms in high speed mode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have one nRF52832 talking to another this is the speed you can expect, but if the&amp;nbsp;peer&amp;nbsp;is some other device&amp;nbsp;(like a smart phone or PC) then it is harder to predict what the speed will be, since the peer could have it&amp;#39;s own limitations.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As an example, when running the &lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;BLE image transfer demo&lt;/a&gt; the nRF52832 can do up to 1200kbps when talking to a Samsung Galaxy S8, and up to 670kbps when talking to a iPhone 8 in high speed mode. In normal mode the speed will be around half of that on both devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you let me know what kind of device you are planning to use on the peer side?&lt;/p&gt;
&lt;p&gt;&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></channel></rss>