<?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>nRF52832 BLE UART transfer rate limit?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28200/nrf52832-ble-uart-transfer-rate-limit</link><description>I want to transfer data using UART to BLE by Baud Rate 460800 up to(using nRF52832).
I need to send a file, its size is 100MBytes
However, the use of examples(14.0vesion ble_central / ble_peripheral) to modify the test, but the transfer rate of only</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Dec 2017 01:55:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28200/nrf52832-ble-uart-transfer-rate-limit" /><item><title>RE: nRF52832 BLE UART transfer rate limit?</title><link>https://devzone.nordicsemi.com/thread/111412?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2017 01:55:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbcf0b4e-fe86-4bdf-ba3c-82eb0ac82461</guid><dc:creator>defulu_c</dc:creator><description>&lt;p&gt;Hi Turbo J
thank you for your answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UART transfer rate limit?</title><link>https://devzone.nordicsemi.com/thread/111409?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2017 01:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:744ccada-cb09-4153-8a61-afde6408ca9a</guid><dc:creator>defulu_c</dc:creator><description>&lt;p&gt;Hi endnode
thank you for your answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UART transfer rate limit?</title><link>https://devzone.nordicsemi.com/thread/111411?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 13:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96e59661-1018-448a-b9fa-bb72f2e1a449</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Btw. default connection interval in iOS (at least till iOS9) used to be 30ms while Android uses 48.75ms. Yes, the only way how to go lower is to pretend being BLE HID Service which should allow going down to 10-20ms range (at least on iOS).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UART transfer rate limit?</title><link>https://devzone.nordicsemi.com/thread/111410?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 10:56:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6adc5ffb-e988-4617-9593-2fdecb2489fb</guid><dc:creator>Turbo J</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;there any way to do 10KBytes / ps up ?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Depends on the other party, unfortunately.&lt;/p&gt;
&lt;p&gt;Android 5.0+ can request a higher connection priority, this will use a faster interval time (about 15ms IIRC). I got about 4.5 kByte/sec throughput in my app.&lt;/p&gt;
&lt;p&gt;Windows 10 can go even higher - but that depends on the BT hardware. One of my BT4.0 USB sticks only does the 4.5 kB/s like Android, some others go as high as ~12KByte/sec. Note that Windows 10 Creatrors and newer would accept even faster connection times - but you need to request them from your device.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t use IOS here, but you seem to be limited to 50ms interval time here. That would give you only about 1.5 kB/sec IIRC.&lt;/p&gt;
&lt;p&gt;The only workaround that I am aware of is implementing the HID service on the BTLE device. Presense of this service makes IOS use a faster connection interval, but that has side effects: IOS will now actively try connect to your device as long as there is pairing/bonding information present.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UART transfer rate limit?</title><link>https://devzone.nordicsemi.com/thread/111408?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 09:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3da2e4cf-15e6-4c65-a360-031b8fd37895</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t make any sense to talk about baudrate in BLE UART;) I guess you&amp;#39;ve already read on this forum and around the internet that transferring 100MB files over BLE is not the right application but if you insist on doing it then you will need to accept the throughput of 1-10kBps. This depends on connection parameters and LL+GATT capabilities of BLE stacks on both sides. As you can see from &lt;a href="https://devzone.nordicsemi.com/blogs/1078/throughput-and-long-range-demo/"&gt;throughput demos by Nordic&lt;/a&gt; you can go up to ~100kBps with 1MBps PHY but that&amp;#39;s throughput on LL when you use all MTU size and Data Length Extension features of BT 4.2 (and when both sides support it in ideal way of course). On APP layer over GATT (where you probably measure your throughput)it will be less (but still should be &amp;gt;50% of that). However if you cannot utilize all these features and you e.g. use some off-the-shelf mobile device with Android and iOS then you are typically limited to just 30-50ms connection interval, 3-6 PDUs per interval, MTU size of max. 160B and no DLE (because phone will be BT 4.1) so the actual throughput will somewhere close to these 1.5kBps as you see today.&lt;/p&gt;
&lt;p&gt;If you need any more help please bother o give us all the details of your test/reference set-up and use case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>