<?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>Transfer binary data over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37733/transfer-binary-data-over-ble</link><description>Hello all, I am trying to write a program that that updates the firmware on an external chip from a smartphone over BLE. Currently my approach is working but quite slow and I’m wondering if there is a better approach. Essentially, I’ve created a multi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Aug 2018 11:10:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37733/transfer-binary-data-over-ble" /><item><title>RE: Transfer binary data over BLE</title><link>https://devzone.nordicsemi.com/thread/145480?ContentTypeID=1</link><pubDate>Thu, 23 Aug 2018 11:10:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2c150e2-933e-4151-9638-9d1655c716a6</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you made sure to optimize your connection parameters and bandwidth settings? This is an informative blog that goes through the various aspects of tweaking the bandwidth: &lt;a href="https://www.novelbits.io/bluetooth-5-speed-maximum-throughput/"&gt;Bluetooth 5 speed: How to achieve maximum throughput for your BLE application&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here are a few tables showing what bandwidths you can expect:&amp;nbsp;&lt;a title="Bluetooth low energy data throughput" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.sds/dita/softdevices/s130/ble_data_throughput/ble_data_throughput.html?cp=2_3_2_0_16"&gt;Bluetooth low energy data throughput&lt;/a&gt;.&amp;nbsp;Note though, that the values in the tables are measured between two nRF52840&amp;#39;s. Your phone, tablet, computer, etc. do not necessarily support the same bandwidths and you can never expect to get the same throughput between all devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is not necessarily true that the UART example only sends one byte at a time. You can tweak&amp;nbsp;all the bandwidth parameters on that example as with any other, and it can be a good place to start if you want to transmit a lot of custom data. You&amp;nbsp;might also be interested in the&amp;nbsp;&lt;a title="Experimental: ATT_MTU Throughput Example" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_att_mtu.html?cp=4_0_0_4_1_1_0"&gt;Experimental: ATT_MTU Throughput Example&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>