<?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>Trying to achive max data rate with PCA10028</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11774/trying-to-achive-max-data-rate-with-pca10028</link><description>Hi, i have a NRF51-DK (nRF51822 - PCA10028) board and using SDKv10 with SoftDevice S110.
I read everything i could find about this topic and i see people claiming data rate of at least 2KByte in worst case, but what i get is quite lower. 
 I started</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Feb 2016 19:51:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11774/trying-to-achive-max-data-rate-with-pca10028" /><item><title>RE: Trying to achive max data rate with PCA10028</title><link>https://devzone.nordicsemi.com/thread/44514?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2016 19:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c763185-c9f6-4b5d-893d-14f06ac4932a</guid><dc:creator>Matteo Fumagalli</dc:creator><description>&lt;p&gt;Hi, didn&amp;#39;t found any BLE_ERROR_NO_TX_PACKETS but doing:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;while(ble_nus_string_send(&amp;amp;m_nus, buffer_str, BUFFER_STR_SIZE) == NRF_SUCCESS)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Fixed the packet loss and i got around 1Kbyte, enough for me.
Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to achive max data rate with PCA10028</title><link>https://devzone.nordicsemi.com/thread/44513?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2016 09:52:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:611445c3-3a8d-416f-b7aa-a2b139567d25</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;To speed up the transfer rate I would recommend that you fill the TX buffers between connection event. So instead of placing 4 packets per connection event, you should continue to send date a until you get the BLE_ERROR_NO_TX_PACKETS error. iOS supports up to 6 packets per connection event @ 30 ms intervals (note that I haven&amp;#39;t tested the latest version).&lt;/p&gt;
&lt;p&gt;You can also try to get a faster connection interval (Note that we have seen that throughput has actually been reduced on some iOS versions doing this as the number of packets per connection event is/was reduced.) Try asking for min 12.5 - max 22.5 ms or min 15 - max 25 ms or something similar.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>