<?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>throughput</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83404/throughput</link><description>i have nrf52832 and softdevice s132. i want to calculate throughput. i tried running ble_att_mtu_thorughput example and read https://www.novelbits.io/bluetooth-5-speed-maximum-throughput/ 
 but i am not getting what is the ATT_MTU and other things. 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Jan 2022 17:34:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83404/throughput" /><item><title>RE: throughput</title><link>https://devzone.nordicsemi.com/thread/348127?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 17:34:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc7080c2-8892-4bb8-bd82-3f53c61ac901</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;but in novel bits its stating that multiple packets per connection interval and then they calculate the throughput. kindly tell how to use it in my case to find throughput&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: throughput</title><link>https://devzone.nordicsemi.com/thread/347963?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 09:42:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:531bd376-7cd2-4837-87b5-a3672db9ca0a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Sorry, but you have the information you need in the provided link and description. You need to study the BLE examples in the nRF5 SDK.&lt;/p&gt;
&lt;p&gt;If you send 29bytes every 100ms then the throughput is: 29bytes / 100ms = 290bytes/second.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: throughput</title><link>https://devzone.nordicsemi.com/thread/347922?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 07:53:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73e82698-a135-420c-8400-f0f35f7da371</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;gentle reminder&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: throughput</title><link>https://devzone.nordicsemi.com/thread/346460?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 12:26:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50ff56b0-7d28-4d9e-b403-eca082d1e1ec</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;can you pls tell how much will be my throughput if:&lt;/p&gt;
&lt;p&gt;like if i have 29 bytes of temperature humidity data&amp;nbsp;&lt;/p&gt;
&lt;p&gt;23.17 44.90-01/01/70-00:00:19&lt;/p&gt;
&lt;p&gt;i took 10 readings like this&lt;/p&gt;
&lt;p&gt;i have set connection interval as 100-100ms&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how to get throughput with ble 4.2 and ble 5&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: throughput</title><link>https://devzone.nordicsemi.com/thread/346453?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 12:05:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e592cfca-cc4b-4cbb-bb7c-93128b977c34</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The novelbits.io article you refer to is very good. You can also find some theoretical throughput numbers here for various configurations:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sds_s132/SDS/s1xx/ble_data_throughput/ble_data_throughput.html"&gt;https://infocenter.nordicsemi.com/topic/sds_s132/SDS/s1xx/ble_data_throughput/ble_data_throughput.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One thing you should be aware is that in most cases the link will be established with some default parameters, and then the central and peripheral need to exchance various feature exchanges (e.g. attt mtu, dle, rf phy, connection parameters) that will enable the higher throughput numbers. So you will not get high throughput before this have occured. If you open an BLE example project you can find this is typically configured/handled in&amp;nbsp;gatt_init()&amp;nbsp;and&amp;nbsp;conn_params_init().&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>