<?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>Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46604/using-longe-range-demo-with-sdk-15-2</link><description>Hi, 
 I would like to evaluate the long range demo with the 15.2 SDK (original 15.0 is used). Opening the project and trying to compile it gives some errors like &amp;quot;no such file or directory&amp;quot;. I think that&amp;#39;s because some libraries got out of experimental</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Feb 2020 04:36:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46604/using-longe-range-demo-with-sdk-15-2" /><item><title>RE: Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/236408?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2020 04:36:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e360e3b6-42ad-420f-bf4b-1ebb1ffa4ac1</guid><dc:creator>tyler_HNP</dc:creator><description>&lt;p&gt;Hello! I am trying to do the same thing. If possible, can you tell me how you achieved migration from 15.0.0 to 15.2.0?&amp;nbsp;&lt;strong&gt;Thank you again.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/184059?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 12:11:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1244c66e-f62f-4dc4-9c5f-872a4787ce99</guid><dc:creator>Andreas48752</dc:creator><description>&lt;p&gt;Just an update: I figured it out.&lt;/p&gt;
&lt;p&gt;So thank you for the support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/184015?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 09:59:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c8bd8c7-e26f-4183-9ce0-e05f61bd39c4</guid><dc:creator>Andreas48752</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thank you for your answer. I really appreciate your help!&lt;/p&gt;
&lt;p&gt;It is quite difficult to find the right post in the forum because serveral posts are a bit older and not relevant for new sdks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think I got the peripheral working. But what do I need to do on the central UART example. Is inserting following lines in the sdk_config.h enough?&lt;/p&gt;
&lt;p&gt;// &amp;lt;o&amp;gt; NRF_BLE_SCAN_SCAN_PHY - PHY to scan on.&lt;br /&gt; &lt;br /&gt;// &amp;lt;0=&amp;gt; BLE_GAP_PHY_AUTO &lt;br /&gt;// &amp;lt;1=&amp;gt; BLE_GAP_PHY_1MBPS &lt;br /&gt;// &amp;lt;2=&amp;gt; BLE_GAP_PHY_2MBPS &lt;br /&gt;// &amp;lt;4=&amp;gt; BLE_GAP_PHY_CODED &lt;br /&gt;// &amp;lt;255=&amp;gt; BLE_GAP_PHY_NOT_SET&lt;/p&gt;
&lt;p&gt;#ifndef NRF_BLE_SCAN_SCAN_PHY&lt;br /&gt;#define NRF_BLE_SCAN_SCAN_PHY 4&lt;br /&gt;#endif&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/183973?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 08:04:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:740b3aae-48a5-48f4-bdf9-e747ae02a790</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;See &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/44103/uart-example-on-coded-phy/175292#175292"&gt;this post&lt;/a&gt; from the forum.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/183832?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 13:03:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d87b1a7-845a-4380-8f36-42bed1d4fa13</guid><dc:creator>Andreas48752</dc:creator><description>&lt;p&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;I would like to have something like the UART Demo with long range&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Longe Range Demo with SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/183821?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 12:40:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c348547-6500-470f-8956-98ca9f2b00a0</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which long range demo are you using?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>