<?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>Increasing of data rate nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29731/increasing-of-data-rate-nrf52832</link><description>Hello everyone! 
 I have peripheral device with notify characteristic with 20 bytes length of value and connection time interval - 7.5 ms. So, I want to increase throughput of this system. In this blog post and in the first answer in this thread .
Authors</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jan 2018 14:49:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29731/increasing-of-data-rate-nrf52832" /><item><title>RE: Increasing of data rate nrf52832</title><link>https://devzone.nordicsemi.com/thread/117953?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 14:49:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98fcdcf0-59b2-4822-bc46-3d86a56f82b2</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The default bandwidth configuration for central is medium, which is to be able to receive 3 packets per connection interval, so this might not be the culprit. You can try to change the bandwidth configuration to high, and see if that makes a difference. This is done when you enable the SoftDevice, see the ble_conn_bw_counts_t struct inside ble_enable_params_t.&lt;/p&gt;
&lt;p&gt;It might be a limitation on the peripheral side as well. A sniffer trace would give more information on what is going on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Increasing of data rate nrf52832</title><link>https://devzone.nordicsemi.com/thread/117952?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 14:30:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f4eb5c7-4b2b-4a2d-822b-06e5a3a15189</guid><dc:creator>Ars Morozov</dc:creator><description>&lt;p&gt;I use SDK 12.3.0, Softdevice S130.
I want to send and receive 6 pockets with data length 20 bytes every 7.5 ms. Now I able to send only 1 pocket with data length 20 bytes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Increasing of data rate nrf52832</title><link>https://devzone.nordicsemi.com/thread/117951?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 14:17:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0405590e-d77e-4f90-aaa0-48323bd4e9b6</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Which SDK and SoftDevice are you using with the nRF51822?&lt;/p&gt;
&lt;p&gt;No, I&amp;#39;m not talking about ATT MTU, but you have to increase that as well to take advantage of DLE. So if you can&amp;#39;t change that, DLE doesn&amp;#39;t help.&lt;/p&gt;
&lt;p&gt;What kind of throughput are you seeing now? What kind of throughput do you want?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Increasing of data rate nrf52832</title><link>https://devzone.nordicsemi.com/thread/117950?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 12:40:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ed112a1-7b27-4a2a-a5cd-c61fdb9f59ed</guid><dc:creator>Ars Morozov</dc:creator><description>&lt;p&gt;Dear Petter, thank you for response.
As Central device I use nRF51822. Can you tell me, where I can control number of pockets in SDK? Which functions I should use?
Regarding data length extenstion, you talking about MTU? If yes, so this value is constant in BLEPeripheral, also like high speed mode... But anyway, can you tell me how can I choose/change speed mode in SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Increasing of data rate nrf52832</title><link>https://devzone.nordicsemi.com/thread/117949?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 09:55:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eba7e3d7-c214-4685-823b-7a6005d45705</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Yes. Throughput depends on the number of packets you are able to send in each connection interval, this is usually limited by the central device, as you can see from the list of central devices.&lt;/p&gt;
&lt;p&gt;What kind of central device are you connecting to?&lt;/p&gt;
&lt;p&gt;There are other ways of increasing throughput as well. You can do data length extension (DLE) to increase the payload of each packet, reducing overhead. You can can use the high speed 2Mbps mode that was introduced with Bluetooth 5. I am however not sure if this is supported by the BLEPeripheral library. You have more freedom and possibilities if you use our SDK instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>