<?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>nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27874/nrf52840-long-range-demo</link><description>Hello, 
 I have see this demo 
 .hex are available witch is already nice, but I would like to get everything needed to reproduce it.
Does someone know if it&amp;#39;s possible to get the client application, the GPS cabling schema and the source code deployed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Apr 2018 13:16:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27874/nrf52840-long-range-demo" /><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/130125?ContentTypeID=1</link><pubDate>Fri, 27 Apr 2018 13:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4662f5f2-24fd-4a41-811d-d43a016bda64</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Sylvain&lt;/p&gt;
&lt;p&gt;The .primary_phy and .secondary_phy fields are not included in the standard SDK v14.2.0 files, that is correct. You would have to download S140 v6.0.0-6.alpha from &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF52840/S140-SD-v5/60624"&gt;here&lt;/a&gt; and include the BLE header files that come with the SoftDevice, rather than the ones included in the SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is how it was done in the long range ble_app_uart example linked to above.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Moving to SDK v15 is probably a better idea, as it includes many other improvements, as well as the production ready version of S140.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/129969?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 13:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d02ac39c-f7ed-4e8b-b409-b289ba7195bc</guid><dc:creator>Sylvain</dc:creator><description>&lt;p&gt;Hi ovrebekk,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the SDK V14.2.0 with the S140 V5.0.0 and I can&amp;#39;t found the parameters&amp;nbsp; .primary_phy and secondary_phy of the adc_params structure. Is it normal ? Do I need to use the SDK V15 ?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static ble_gap_adv_params_t adv_params = {0};
   
    adv_params.primary_phy   = BLE_GAP_PHY_CODED;
    adv_params.secondary_phy = BLE_GAP_PHY_CODED;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;br /&gt;Sylvain.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109912?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 11:17:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ba08561-86cb-4745-9c67-3bae0b4ab358</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;It is good to hear that the long range UART demo is working fine :)&lt;/p&gt;
&lt;p&gt;I think you opened a separate issue on the Segger issue. It is handled by someone else, and should be answered soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109911?ContentTypeID=1</link><pubDate>Tue, 05 Dec 2017 13:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47aa4c07-c60d-4284-997e-5b9af2b1c974</guid><dc:creator>Hydro</dc:creator><description>&lt;p&gt;Hi,
Have a problem compiling &amp;quot;ble_app_att_mtu_throughput&amp;quot; when compiling with segger embedded studio. I have always the error &lt;em&gt;&amp;quot;error starting process /ARMCC/bin/armcc&amp;quot;&lt;/em&gt;. Do you have an idea what is the cause of this problem ;)&lt;/p&gt;
&lt;p&gt;Oh, and before I forget, nrf52-ble-app-uart-long-range is really working well ;)&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109910?ContentTypeID=1</link><pubDate>Fri, 01 Dec 2017 07:50:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fb30de6-5ed0-45ce-9dce-8388e09af85f</guid><dc:creator>Hydro</dc:creator><description>&lt;p&gt;HI, many thanks will check this and let you know if any questions ;)
Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109909?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2017 15:27:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41efe12d-b871-4d46-878e-1c19bdb83cb3</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I updated my answer with a link to the example. If you have any questions or comments please let me know :)&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109908?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 14:53:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49b83424-fa7a-470a-a852-423cb0a08d70</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I will do my best to send you a link once the example is ready :)&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109907?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2017 19:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dd3f310-aabf-4011-b668-874a4d404831</guid><dc:creator>Hydro</dc:creator><description>&lt;p&gt;Hello, Thanks for the answer, I will try to modify the ble_app_att_mtu_throughput, but can you keep me informed once you have done the simple example ? It&amp;#39;s always great to have a simple example ;)&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 long range demo</title><link>https://devzone.nordicsemi.com/thread/109906?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2017 14:40:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8788fa3-1704-4e25-9767-bd3ff8fd4a37</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The long range demo was not using the BLE SoftDevice, since it didn&amp;#39;t support the long range mode at the time.&lt;br /&gt;
Instead it was using a very simple proprietary protocol, similar to the ESB protocol.&lt;/p&gt;
&lt;p&gt;I am currently looking into the long range API of the latest S140 SoftDevice, and hope to have a simple example ready next week based on ble_app_uart.&lt;/p&gt;
&lt;p&gt;If you need something today it is also possible to modify the ble_app_att_mtu_throughput example in SDK v14.2.0 to use the S140 v6.0.0-6.alpha SoftDevice.&lt;/p&gt;
&lt;p&gt;Update: The example is ready, and available on the playground:&lt;br /&gt;
&lt;a href="https://github.com/NordicPlayground/nrf52-ble-app-uart-long-range"&gt;https://github.com/NordicPlayground/nrf52-ble-app-uart-long-range&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>