<?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/"><channel><title>Throughput and long range demo</title><link>/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><description>The new Bluetooth 5 specification promises twice the speed and 4 times the range. Doubling the speed is achieved by increasing the on-air datarate to 2Mbps, while quadrupling the range is achieved by lowering the bitrate to increase the sensitivity o</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Mon, 26 Sep 2022 07:24:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Samiulhaq</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Why the example is not designed for a Segger embedded studio?&amp;nbsp;&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Fri, 18 Dec 2020 05:32:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>DL_November</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I wonder what data is sent during this example...&lt;br /&gt;Are the data sent a random signal or a specific data?&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Wed, 26 Feb 2020 12:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Bhavya Mathukiya</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;How to enable DLE? I have nrf52840 and SDK: 16.0.0 Soft Device: S140&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Wed, 13 Dec 2017 18:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>homeslashbjrn</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;when I run this example from SDK 14.2.0 on two nRF52840 DKs with (&lt;strong&gt;att_mtu&lt;/strong&gt;: 23, &lt;strong&gt;conn_interval&lt;/strong&gt;: 7.5, &lt;strong&gt;dle&lt;/strong&gt;: on, &lt;strong&gt;phy&lt;/strong&gt;: 1M) I am getting a throughput of nearly 86 kbps. My calculated throughput is (1000ms/7.5ms) * 20bytes * 8bits/byte = 21,3 kbps and assuming a number of 4 transferred packets per connection interval this gets very close to the measured value with 85.3kbps. Now one question: Why should I assume 4 and not 6 transferred packets?
The theoretical throughput could also be calculated by taking the empty and full loaded packet transmission time + the interframe spacing T_IFS into account and then calculating the maximum amount of packet that could be transmitted in one connection interval. This will be higher than 6, which is stated in the SoftDevice specifications. Is this a result of the Connection Length Extension?&lt;/p&gt;
&lt;p&gt;As the Data Length Extension was set to &amp;quot;on&amp;quot;, the on-air packet size will be set to ATT_MTU size + header size (= 27 bytes), but why is the throughput increased (250 kbps) when turning DLE &amp;quot;off&amp;quot; and keeping all other parameters the same?&lt;/p&gt;
&lt;p&gt;Thanks and regards,
Björn&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Tue, 05 Dec 2017 11:41:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>ovrebekk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;That is correct.&lt;/p&gt;
&lt;p&gt;You can use the ble_app_att_mtu_throughput example to test the throughput between two Nordic kits:
\nRF5_SDK_14.2.0\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Thu, 30 Nov 2017 03:52:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>djqtsg</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is similar sample application in SDK 14.
I can also try it to test throughput, right?&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Mon, 27 Nov 2017 18:29:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>greyed</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Mohammad,&lt;/p&gt;
&lt;p&gt;What actually is the data being sent? And how would I go about setting my own custom data with this service?&lt;/p&gt;
&lt;p&gt;Thanks for your help,
Greyed&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Mon, 20 Nov 2017 23:17:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Mohammad Afaneh</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Daniel,&lt;/p&gt;
&lt;p&gt;I had the same issue and spent a lot of time trying different solutions to get the menu to show up properly in macOS. In the end, I found that the best solution is to use the following program:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.emtec.com/zoc/"&gt;ZOC Terminal.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;-Mohammad&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.novelbits.io"&gt;Novel Bits, LLC&lt;/a&gt;&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Thu, 16 Nov 2017 10:29:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>ovrebekk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Pranav&lt;/p&gt;
&lt;pre&gt;Can I use the parameter settings for BLE 5 or 4.2, (like data length extension,Preferrec PHY) that you use in this project in Nordic UART service for my application.
&lt;/pre&gt;
&lt;p&gt;You can extend the ble_app_uart example to take advantage of these features, yes.&lt;/p&gt;
&lt;p&gt;You should change the UUID of the service if you are using it in a different way, but that is a simple as generating a random one &lt;a href="https://www.uuidgenerator.net/"&gt;online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Tue, 14 Nov 2017 12:52:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Nicolas Brunner</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I had no problem using this program with JLinkRTTClient but it was with windows. Don&amp;#39;t forget to put NRF_LOG_BACKEND_SERIAL_USES_UART at 0 and NRF_LOG_BACKEND_SERIAL_USES_RTT at 1 when using RTT.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Mon, 13 Nov 2017 13:54:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Daniel</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hey,
I flashed the DK correctly (getting Log events),
but how can I connect the Terminal to the Board now, to see the menue?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using macOS so Tera Term or Putty is not possible :/&lt;/p&gt;
&lt;p&gt;I tried it with the macOS Terminal and JLink but nothing happens. Somebody got experience and solutions with macOS?&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Thu, 09 Nov 2017 00:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>pranavsk1994</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi, I had a quick question,
Can I use the parameter settings for BLE 5 or 4.2, (like data length extension,Preferrec PHY) that you use in this project in Nordic UART service for my application.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Tue, 03 Oct 2017 01:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Stanley</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,I bought a piece of LS027B7DH01 LCD from Mourser.Can you tell me how to connect to PCA10056?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Mon, 11 Sep 2017 15:50:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>Mohammad Afaneh</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The Sharp LS027B7DH01 display doesn&amp;#39;t seem to be in stock anywhere online! Are there other alternatives? What should I look out for when choosing one?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Throughput and long range demo</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/throughput-and-long-range-demo</link><pubDate>Thu, 22 Jun 2017 12:56:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02412c24-27a5-4841-af52-fd421a134a4e</guid><dc:creator>trex</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have tried the example but I have a pretty bad troughput of 262Kbps...
I&amp;#39;m using a nRF52840-Preview-DK and a nRF51832.
My config:&lt;/p&gt;
&lt;p&gt;APP:INFO:Time: 31.993 seconds elapsed.
APP:INFO:Throughput: 262.23 Kbps.
APP:INFO:=============================&lt;/p&gt;
&lt;p&gt;APP:INFO:Sent 1048712 bytes of ATT payload.&lt;/p&gt;
&lt;p&gt;APP:INFO:Retrieving amount of bytes received from peer...&lt;/p&gt;
&lt;p&gt;APP:INFO:Peer received 1048712 bytes of ATT payload.&lt;/p&gt;
&lt;p&gt;APP:INFO:Disconnecting...&lt;/p&gt;
&lt;p&gt;APP:INFO:Current test configuration:&lt;/p&gt;
&lt;p&gt;APP:INFO:===============================&lt;/p&gt;
&lt;p&gt;APP:INFO:ATT MTU size: 247&lt;/p&gt;
&lt;p&gt;APP:INFO:Conn. interval: 6 units (1.25 ms per unit).&lt;/p&gt;
&lt;p&gt;APP:INFO:Data length extension (DLE): ON&lt;/p&gt;
&lt;p&gt;APP:INFO:Preferredy PHY: 2 Mbps&lt;/p&gt;
&lt;p&gt;May be something wrong in the configuration? (I have all tried)&lt;/p&gt;
&lt;p&gt;Do you have an idea?
Thank you,&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1122&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>