<?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>Long range coexistence</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28123/long-range-coexistence</link><description>Hello, 
 We&amp;#39;d like to connect 50 bluetooth 5 devices (nRF52840) to a Receiver (made of multiple centrals nRF52840) with a long range (PHY 250kbps, conn interval 50ms, no dle, ATT_MTU 23) 
 As I understood there&amp;#39;re 37 bluetooth channels + 3 for advertising</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Dec 2017 08:40:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28123/long-range-coexistence" /><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110961?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2017 08:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36af5fcc-e817-4836-bb98-6c462f616d61</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;No, unfortunately there is no migration guide for S140 6 alpha (there are usually no migration guide or specification for alpha releases), but I suppose you have seen the readme.md file and sdk_patch.diff file that comes with the download? They help you migrate the throughput example, but migrating all the other BLE examples in the SDK is still a pain. Anyway, as far as I know SDK 15 will be released when the S140 is in production version, and the S140 production version will be released when the nRF52840 SoC goes to production version sometime in Q1 next year.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110962?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2017 17:08:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19a72b22-6704-4b9e-981f-e6d2a1286b6f</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;Martin,&lt;/p&gt;
&lt;p&gt;When I tested with S140 v6, it was with the ble_app_att_mtu_throughput example.
I&amp;#39;d like to test it with a uart_example (because I&amp;#39;m more familiar about how it works) provided with SDK v14 but unfortunately it seems they&amp;#39;re only compatible with  S140 v5.2 and I&amp;#39;ve trouble understanding the SDK migration guide  S140 v5.2 to S140 v5.3, and it seems there&amp;#39;s not migration guide from s140 v5.3 to v6.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll test again with the ble_app_att_mtu_throughput example S140v6, power 9dBm, and send you the results soon, in the meantime, do you have any idea when&amp;#39;d be the release date for a new SDK compatible s140v6 ?&lt;/p&gt;
&lt;p&gt;Thank you for your time.
-Damien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110960?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2017 15:24:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e055d1b7-3f5b-4633-b17d-c5ba55706ec5</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;The main files in your link seem to be compiled with S140 v5 alpha which has a known bug that possibly affects throughput on long range. You say that you can see the same on S140 v6 alpha though, so can you share the code you used for that too? As I mentioned in my edit above I&amp;#39;m not able to reproduce it with S140 v6 alpha, so maybe the issue is in your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110963?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2017 10:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f433fbc3-5ea1-4c1c-a9ab-4bc72c7e3983</guid><dc:creator>damien5606</dc:creator><description>&lt;ol start="2"&gt;
&lt;li&gt;Actually It&amp;#39;d be interesting to see the results with the 3 peripherals side by side in one room, and the 3 centrals in an other room side by side.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110959?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 18:48:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb2d6440-dd85-4802-9fd7-88b97076b5e6</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;First thank you a lot for all those efforts to try to solve my case.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Yes that make sense but I don&amp;#39;t have the same results, maybe It&amp;#39;d be different with more than 3 links and further ?&lt;/li&gt;
&lt;li&gt;I don&amp;#39;t think so&lt;/li&gt;
&lt;li&gt;I&amp;#39;m using a mix with 0.91, 0.92 and 0.93&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I did a test with the uart exemple phy coded, 1kBytes/s 10 links (CI 12.5ms, ATT_MTU payload 23, dle off, phy coded), I tried at my office everything was fine (every central was receiving 1kB/s) then I went to a football field, I set up 10 centrals at one point: &lt;a href="https://ibb.co/b0eZCw"&gt;link text&lt;/a&gt;  70m from the peripherals &lt;a href="https://ibb.co/mprQKb"&gt;https://ibb.co/mprQKb&lt;/a&gt; when I use only 2-3 links, everything is fine but when I use 10 links I see huge data rate variation (see at the bottom left : &lt;a href="https://ibb.co/nvTi5G)"&gt;https://ibb.co/nvTi5G)&lt;/a&gt; (SD140 V0.5.2) and I observe similar behavior with SD 140 V0.6.&lt;/p&gt;
&lt;p&gt;Here is my main.c : &lt;a href="https://www.dropbox.com/sh/zbjb6kuvli8wxu8/AAC-knx-D7AeQZhgq-TCrgMRa?dl=0"&gt;www.dropbox.com/.../AAC-knx-D7AeQZhgq-TCrgMRa&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110958?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 17:55:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56cf5cd9-b926-4cd5-8d4f-b2c83eb43376</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have done some testing on my own and I am not able to reproduce your problem. I used:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;SDK:&lt;/strong&gt; 14.0.0&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Example:&lt;/strong&gt;	\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput with S140 v6.0.0-6.alpha patch. &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3364.nrf52840_5F00_xxaa.hex"&gt;Here is the example hex file that I used&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Softdevice:&lt;/strong&gt;	s140_nrf52840_6.0.0-6.alpha_softdevice.hex&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Throughput test parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MTU [bytes]&lt;/strong&gt;	23&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CI [ms]&lt;/strong&gt; 50&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DLE&lt;/strong&gt;	yes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Conn evt ext&lt;/strong&gt;	yes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phy&lt;/strong&gt;	coded (S8)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data transfered per test&lt;/strong&gt;	256kB&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kit versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Link 1:&lt;/strong&gt;	0.9.0	&amp;amp; 0.9.0&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Link 2:&lt;/strong&gt;	0.9.2	&amp;amp; 0.9.0&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Link 3:&lt;/strong&gt;	0.9.0	&amp;amp; 0.9.0&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I did the tests in the office after working hours, so the probability of significant interference from other BLE devices were low (but there is wifi of course). I manually started each measurement using a serial terminals, but all links usually started the throughput tests within seconds from each other. I.e. most of the time, they transferred data at the same time. I transferred 256Kb per test, which typically took 50 seconds to complete.&lt;/p&gt;
&lt;p&gt;I have 6 kits which I have configured as 3 peripherals and 3 centrals, all connected in pairs (3 sepparate links). I did 20 tests with the kits placed in various positions. The first three tests were with all of the kits laying on at my desk, and the fourth with two of the kits in a separate room (“long range test”). Four setups with 5 tests in each. All three links transferred data at the same time. I also tried several tests with only a single link transmitting at the time to compare.
As you can see below, the speeds are about the same in all tests when the kits are at my desk. When I moved two of them away, their respective throughputs naturally went down, but the important thing to notice is that they performed consistently. I am not able to reproduce what you report regarding links that changes performance significantly from test to test.&lt;/p&gt;
&lt;p&gt;Here are the results:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Coded-phy-test-res.PNG" alt="asdf" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/coded-phy-tests.xlsx"&gt;Here is the spreadsheet I made&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And here are the test setups:
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Setup-1.jpg" alt="asdf" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Setup-2.jpg" alt="asdf" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Setup-3.jpg" alt="asdf" /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Does this make sense to you?&lt;/li&gt;
&lt;li&gt;Have I forgotten something of importance?&lt;/li&gt;
&lt;li&gt;What kit versions are you using?&lt;/li&gt;
&lt;/ol&gt;
&lt;hr /&gt;
&lt;h2&gt;EDIT 11.12.17&lt;/h2&gt;
&lt;p&gt;I did some more tests today:&lt;/p&gt;
&lt;p&gt;Same software and link parameters as yesterday, but I reduced the TX power to -30 dBm to simulate long range, and used 10 kits to make 5 links. I am still not able to find anything out of the ordinary. There were some variations from link to link, but each link performed fairly consistent between all tests:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Test-2.PNG" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/setup-day2.jpg" alt="setup" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110957?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 13:06:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fce7b169-9325-4b53-96f6-1f86f5b6dfeb</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Still looking into this. Here is a relevant case: &lt;a href="https://devzone.nordicsemi.com/question/182626/phy-coded-and-coexistence/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110956?ContentTypeID=1</link><pubDate>Mon, 04 Dec 2017 13:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd7a9395-4fd4-4c66-ab2b-e7a807260d7e</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;Hi Martin,
Thank you again for this answer,
I did some tests at my office (6 tests for 2links, 6 tests for 3links) &lt;a href="https://ibb.co/dsfJ0G"&gt;link text&lt;/a&gt;
I did not put the result for one link because it&amp;#39;s always between 39,5 and 40,5kbps so the speed is ok.
Note: For the 3 links setup, at some point (after the test n°4) I thought it could come from the serial link, so I plugged 2 links to my computer, and one link to an other computer (without changing the boards location or placing some object between the links), the results are even worse.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ok, I&amp;#39;ll try this option&lt;/li&gt;
&lt;li&gt;I&amp;#39;d like to receive (notification only) from 50 devices (sending 0,5KBytes/s each) in long range mode, so I planned to use 10 centrals, each one connected to 5 peripherals, I&amp;#39;m not sure if I understand the end of your N°2.&lt;/li&gt;
&lt;li&gt;I&amp;#39;m basing it by the fact that when a link stop communicating, the other increase their speed.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Regards,
-Damien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110955?ContentTypeID=1</link><pubDate>Mon, 04 Dec 2017 12:56:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d353054-2f45-4959-b074-6a62762eac98</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have talked with the Softdevice team and we don&amp;#39;t think there is anything wrong with the hopping algorithm itself.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;However it could be interesting if you tried to use an individual channel map on all centrals. For example, configure link 1 to use channel 0-5-10-15-20-25-30-35, link two to use channel 1-6-11-16-21-26-31-36, and so on.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The second thing I would like to ask is whether it is possible for you to use fewer centrals? It is possible to have more than 5 concurrent links, so unless your use case prohibits it, you can e.g. have three centrals with 16, 17, and 17 links each.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You say that &amp;quot;&lt;em&gt;it looks like all the links are using the same one&lt;/em&gt;&amp;quot;. What are you basing this on? Do you have any other reason to believe this than the varying throughputs?&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110953?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 15:09:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3672b214-b237-44bc-bdbb-7e13b6db7d32</guid><dc:creator>damien5606</dc:creator><description>&lt;ol&gt;
&lt;li&gt;I&amp;#39;d have difficulties to run test again in the near future&lt;/li&gt;
&lt;li&gt;I use serial communication to my computer &amp;amp; putty to run those test, so there&amp;#39;re a few seconds between I type &amp;quot;run&amp;quot; on each of my terminals but I every times run the tests in this order link 5 then link4 then 3 then 2 then 1.&lt;/li&gt;
&lt;li&gt;from the test I did in my office, the results were: link1) 250.146seconds, link2) 290.205 seconds, link3) 308.410 seconds, link 4) 282.760 seconds, link 5) 332.64 seconds.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If I understand well how Bluetooth work, there&amp;#39;re 37 communication channels, and on my test, it looks like all the links are using the same one, I thought the frequency hoping would avoid that, or maybe there&amp;#39;re an issue with the throughput_example_connecting_on_long_range I&amp;#39;m using&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110952?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 13:33:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4256ad9-7d97-4636-8d1b-26361f3d8201</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi Damien. I&amp;#39;m still looking into it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Would it be possible for you to provide some statistics? Could you e.g. run 10+ tests and provide the results in a table of some sort?&lt;/li&gt;
&lt;li&gt;Do you make sure to start all the tests on the 5 links at the same time? If you e.g. start one of the links significantly later than the others I would assume it will avoid interference from the other devices at the end of the test and achieve a higher average throughput.&lt;/li&gt;
&lt;li&gt;You are transferring 1MB of data in each test right? How long does each test take?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110951?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 09:33:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4e136c0-ba97-4dbb-9d40-0cbea4685135</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;Hi Martin,
I&amp;#39;d be really grateful if you can give me any updates on this case.
Thank you,
-Damien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110948?ContentTypeID=1</link><pubDate>Fri, 24 Nov 2017 13:22:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63e241f0-70ac-49da-9efb-7c15eea2f41a</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;Thank you for your answer Martin,
Q1) yes, each Central connect every time to the same peripheral.
Q2) No, sometime it changes, an other link can be faster.
Q3) I mean that the connection speed of each link is steady, the only thing that can make it faster is the &amp;quot;end of communication&amp;quot; of an other link and the only think that make it slower is a new communication.
Q4) &lt;a href="https://ibb.co/gLmWSm"&gt;https://ibb.co/gLmWSm&lt;/a&gt;
&lt;a href="https://ibb.co/mR69DR"&gt;https://ibb.co/mR69DR&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I put the devices side by side following this order : From the left C1,C2,C3,C4,C5 (see attached picture) and at the peripheral location from the left P1,P2,P3,P4,P5.&lt;/p&gt;
&lt;p&gt;Note: this is a test in my office (board 1m from each other :1) 33,53Kbps.
2) 28,9Kbps.
3) 27Kbps
4)29,6Kbps
5)25,26Kbps&lt;/p&gt;
&lt;p&gt;When I connect only one link I reach 40Kbps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110950?ContentTypeID=1</link><pubDate>Fri, 24 Nov 2017 12:32:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a1edde4-806e-4937-9fad-2a589137b6f7</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Start part 2/2:&lt;/p&gt;
&lt;p&gt;Maybe e.g. P1 and C1 coincidentally have better or worse radio performance than e.g. P2 and C2. Or maybe it depends on P1 and C1 positions relative to P2 and C2? Maybe you have the devices mounted in a rack and that the devices in the middle consistently perform worse than the devices at the ends?&lt;/p&gt;
&lt;p&gt;If one link consistently performs better than the others that would be really strange, unless the issue is caused by poor antennas or positioning of the devices. Because, as @endnode mentions, BLE utilizes frequency hopping mechanisms, meaning that each link hops between radio channels in a pseudo random pattern. In the long run this should even out any issues with interference between your devices or other radio sources in the vicinity.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110949?ContentTypeID=1</link><pubDate>Fri, 24 Nov 2017 12:32:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e1196e7-25df-45d7-9d64-254d75510e16</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi Damien,&lt;/p&gt;
&lt;p&gt;I have a few questions regarding your test setup.&lt;/p&gt;
&lt;p&gt;Q1: Are the devices always connected in the same configuration? Like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Peripheral 1 &amp;lt;-- Link 1 --&amp;gt; Central 1
Peripheral 2 &amp;lt;-- Link 2 --&amp;gt; Central 2
Peripheral 3 &amp;lt;-- Link 3 --&amp;gt; Central 3
...
...
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Or is it random which devices connect from test to test?&lt;/p&gt;
&lt;p&gt;Q2: You mention further up that e.g. link 2 is 11 kbps and link 4 is 28 kbps. Is link 4 consistently performing better than link 2 in every test?&lt;/p&gt;
&lt;p&gt;Q3: You say that &lt;em&gt;usually&lt;/em&gt; when a connection starts fast, it stays fast. This implies that &lt;em&gt;sometimes&lt;/em&gt; it happens that the speed drops during a test?&lt;/p&gt;
&lt;p&gt;Q4: Do you mind uploading a picture of your test setup?&lt;/p&gt;
&lt;p&gt;End part 1/2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110947?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 21:41:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11bdd056-5563-4087-86cd-3dbdf02c36a0</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;This is interesting however I cannot help further. You can either wait if some Nordic support person will pick this up or (because we have diverted from original question) submit new query with specifically all these details (maybe some more inputs like screenshots from metering app or photos of your set-up would help). Alternatively ask through MyPage portal (closed support ticketing system) on main Nordic web page.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110946?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 14:53:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a6c81de-0416-4908-85cf-4d6ea538c4ac</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;Yes (for you first question).
Usually when a connection is fast (on this example the link 4) it stays fast during all the exchange.
When I do my tests, I use the throughput_example_connecting_on_long_range provided with the S140 V6, so when It sent the 1024KByte, the central disconnect, and I can notice that when the fastest links (link 4, link1, link5 here) disconnect, the data rate of the remaining slow connection increase a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110945?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 14:00:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93f55229-9f52-4cd5-8149-707e07d5a08d</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You mean that by operating 5 independent links at the same time and measuring the throughput on them leads to various values from 10 to 30kbps? And how these values vary in time on each link? Are they steady for seconds/minutes or they fluctuate randomly on each of them?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110942?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 11:14:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a710e00a-d5c3-4d67-99f2-c448c89dba69</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;I was in open air environment. I had no problem with one link, I&amp;#39;ve tested it many times and the result were as good as expected by Nordic and the repeatability was great.
The problem appear when I had the 4 other links, the data rate drop by 3 or 4, and a weird thing is that some links are way faster than the others (while the receivers are all at the same place and the emitter are all at an other place, 50m further, the antennas are facing the same direction, at the same distance from the ground)&lt;/p&gt;
&lt;p&gt;Link 1) 15.78 Kbps
Link 2) 11.31 Kbps
Link 3) 10.30 Kbps
Link 4) 28.22 Kbps
Link 5) 13.22 Kbps&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve done many tests, and the results were similar to this one, and changing a lot from one test to an other.
Thank you for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110944?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 11:02:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16220c43-7ddc-44e5-ad16-88383a26ce53</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;(2/2)
In case you really see some strange behavior and you have this use-case as core then you might need to invest into radio analyzer (BLE sniffer). And because you use latest BT5 features you would need one of latest commercial analyzers (because free tools like nRF Sniffer are not ready for air-speeds different to 1Mbps) so we are speaking about 10-20k USD investment. Are you sure your problem is so serious and blocking?:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110943?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 10:37:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5caad8b-3c16-49c3-bd6b-c5f6bbb692d3</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;First of all what is your environment? The fact that you use long range air-speed doesn&amp;#39;t mean you will beat interference in difficult environments, 2.4GHz radio is nasty thing which behaves counter intuitive sometime. Then you can debug this on several levels: normally link (HW) capabilities are tested by DTM which now is released (as far as I understand) innRF5 SDK with BT5 features such as different air-speeds. This would test nicely that both devices at that distance have on given channel naturally low packet error rate. If this fails you already have problem in &amp;quot;simple&amp;quot; case meaning either your environment is too difficult for current BLE technology or your HW faulty. If this is OK then you can go to more high-level tests like having throughput demo on single link and again carefully get statistics on tests (not running it once;). An finally do it with multiple links.&lt;/p&gt;
&lt;p&gt;(1/2)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110954?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2017 22:15:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1618ee31-e679-44d4-a5de-ae30f21a11d7</guid><dc:creator>damien5606</dc:creator><description>&lt;p&gt;Thank you endode for this answer.&lt;/p&gt;
&lt;p&gt;I tested the throughput demo on long range today (throughput_example_connecting_on_long_range provided with the S140 V6) with 5 links (5 nRF52840 peripheral sending to 5 nRF52840 central, softdevice S140v6.alpha), the peripherals were 50m from the centrals.
I&amp;#39;ve run the example one by one following those parameters (PHY 250kbps, conn interval 50ms, no dle, ATT_MTU 23)&lt;/p&gt;
&lt;p&gt;And I saw huge perturbations, the data rate was divided by 3 or 4 at each of my tests when the links were exchanging data all together. I was thinking that they ended up on the same channel and they disturbed eachother, but you told me it&amp;#39;s not really possible so I&amp;#39;m confused.
I&amp;#39;m not sure how to check the channel map but if more than one channel is selected it shouldn&amp;#39;t really happen...&lt;/p&gt;
&lt;p&gt;Any idea ?&lt;/p&gt;
&lt;p&gt;Thank you,
-Damien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range coexistence</title><link>https://devzone.nordicsemi.com/thread/110941?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 14:41:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9b12358-dcbe-44c4-8ad4-b40bbd1a9910</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi Damien,&lt;/p&gt;
&lt;p&gt;The problem of shared channels is only on 3 advertising channels but once the connection link is established all remaining 37 channels (unless devices restrict some of them through channel map) are used through frequency hopping mechanism. Since BLE is based on timed events and most of the time there is silence the capacity of whole 37-channel spectrum is enormous and even if some collisions happen here and there the link is ready to handle it transparently (so applications on top don&amp;#39;t even notice except small drops in actual data throughput). Normally you can have hundreds or even thousands of active links with very little interference in the spectrum.&lt;/p&gt;
&lt;p&gt;On advertising channels again devices use different timing (and there is mandatory jitter added so even if they meet on few events and interfere for few packets they will drift quickly to different timings and problem is solved) but in certain situations you might experience more crowded situations and interference. But that&amp;#39;s when you have hundreds or rather thousands of active broadcasters or dozens of very active scanners vs. few low-frequency advertisers. So far you should be fine (and maybe some refresh about how BT LE PHY and Link Layer work would help;)&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>