<?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>SDK15  long  advertising  and long range connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37409/sdk15-long-advertising-and-long-range-connect</link><description>Hello all, 
 
 I used SDK15 and nRF52840 DK made a long range advertising and long range connected. 
 I modified the ble_app_uart_c and ble_app_uart example, the long range advertising I modified is ok(the smartphone nRF connect is can&amp;#39;t scan this device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Aug 2018 12:44:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37409/sdk15-long-advertising-and-long-range-connect" /><item><title>RE: SDK15  long  advertising  and long range connect</title><link>https://devzone.nordicsemi.com/thread/146778?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 12:44:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ade0c54-5251-4993-b4d6-88ac63ba9f72</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think there must be a different problem. I tried to run the attached projects with v.6.1.0 and it worked. Have you made any other changes apart from changing to the latest softdevice version?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK15  long  advertising  and long range connect</title><link>https://devzone.nordicsemi.com/thread/146652?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 08:09:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:521cc1f8-2fba-48b9-93ce-54b555e4fa8f</guid><dc:creator>l.r.97</dc:creator><description>&lt;p&gt;Hello Vidar Beg,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I downloaded the example and flashed it on two SDK boards. The example is working properly. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In the second step, I provided the Central with the new 6.1.0 stack. The connection to the peripheral is still possible. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Then I also wanted to adjust the stack for the peripheral. The project can also be compiled and flashed. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The peripheral also starts advertising. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However, no connection is established to the central, where is the problem?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Many Thanks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK15  long  advertising  and long range connect</title><link>https://devzone.nordicsemi.com/thread/144741?ContentTypeID=1</link><pubDate>Fri, 17 Aug 2018 13:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c02a4fc-2e0b-40de-8f7e-0adffbeb8c22</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello Tina,&lt;/p&gt;
&lt;p&gt;1. It will use code phy if the advertisement is done with code phy&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;sd_ble_gap_phy_update() can be used to change the PHY once connected. What PHY use to advertise is configured in advertising init (1M or coded)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. You will not get a&amp;nbsp;BLE_GAP_EVT_PHY_UPDATE_REQUEST unless the peer request a phy change&lt;/p&gt;
&lt;p&gt;4. Sorry I&amp;#39;m not sure I understand the question,&amp;nbsp;could you elaborate?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK15  long  advertising  and long range connect</title><link>https://devzone.nordicsemi.com/thread/144402?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 03:27:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd48aa43-d964-4c97-a9fe-a35dac3c53f8</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;Hello Vidor Berg,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks for your reply, and I still have doubts.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1.Central how to know the send connect request used PHY CODED or 1Mbps or 2Mbps ?(whether is same to advertising?)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2. If I have no request the connected used&amp;nbsp;&lt;span&gt;sd_ble_gap_phy_update(), which is the connect physical channel?(1Mbps 2Mbps 125kbps or related connect request)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3. I see the docment and test , according to document connected and will enter event BLE_GAP_EVT_PHY_UPDATE_REQUEST, but test result is central and peripheral has not enter this case event. Only I call the&amp;nbsp;sd_ble_gap_phy_update() in BLE_GAP_EVT_CONNECTED, and wiil enter&amp;nbsp;BLE_GAP_EVT_PHY_UPDATE event, Why ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4.Softdevice is default support three physical channel and have not params to set support which one?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Tina&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK15  long  advertising  and long range connect</title><link>https://devzone.nordicsemi.com/thread/143931?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 11:48:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:daf63d49-4884-4e35-b3d0-ecbd4c3bcdea</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello Tina,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can establish the connection with code phy if both sides support it. Attached a modified version of the UART client and peripheral example that do this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. See modifications I made in UART example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-c6345b7a087b403b9c50bcb24fdeac27/enable_5F00_ext_5F00_adv_5F00_coded_5F00_phy.diff"&gt;devzone.nordicsemi.com/.../enable_5F00_ext_5F00_adv_5F00_coded_5F00_phy.diff&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Central will connect with coded PHY&lt;/p&gt;
&lt;p&gt;3. Softdevice configures the radio at the beginning of radio events, and resets it when the event is finished. Thus, it&amp;#39;s hard to read the radio registers when debugging as you need to halt the CPU while the radio is being used.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp; It depends on GAP role. Please have a look&amp;nbsp;the message sequence charts here:&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.0.0/group___b_l_e___g_a_p___e_v_t___p_h_y___m_s_c.html?cp=2_3_2_1_0_2_1_3_7"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.0.0/group___b_l_e___g_a_p___e_v_t___p_h_y___m_s_c.html?cp=2_3_2_1_0_2_1_3_7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;5. Max. adv. length should be 255 with advertisement extension.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-c6345b7a087b403b9c50bcb24fdeac27/ble_5F00_app_5F00_uart_5F00_c_5F00_lr.zip"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_uart_5F00_c_5F00_lr.zip&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-c6345b7a087b403b9c50bcb24fdeac27/ble_5F00_app_5F00_uart_5F00_lr.zip"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_uart_5F00_lr.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note: S140 v.6.&lt;strong&gt;1&lt;/strong&gt;.0 has qualified support for&amp;nbsp;LE Advertising Extensions and Long range and replaces&amp;nbsp; s140 6.0.0 distributed with SDK 15.0.0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>