<?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 concurrent bluetooth 1M and coded communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63809/nrf52840-concurrent-bluetooth-1m-and-coded-communication</link><description>Hello! 
 We are trying to make a family of devices that would be based on nrf52840. The devices would communicate between each other via Bluetooth Long Range (CODED PHY). In addition to communicating with each other we need the devices to be accessible</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Jul 2020 13:02:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63809/nrf52840-concurrent-bluetooth-1m-and-coded-communication" /><item><title>RE: nrf52840 concurrent bluetooth 1M and coded communication</title><link>https://devzone.nordicsemi.com/thread/260372?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2020 13:02:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f107d6dd-6e60-4485-97bf-65f1ed2ad2ad</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Yes, the radio is re-configured to use whatever PHY is valid at any given time by the SoftDevice.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If you&amp;#39;ve got 3 DKs you can test it by doing a phy update on one of the active connections, from 1mbps to coded phy. Check out the &amp;quot;&lt;span&gt;Relevant Message Sequence Charts&amp;quot; listed in&amp;nbsp;&lt;a title="sd_ble_gap_phy_update" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_4_1_2_1_3_27#gab845ddf7b56ef556ab9c2c74d5199ff8"&gt;sd_ble_gap_phy_update&lt;/a&gt;&amp;nbsp;for more information.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 concurrent bluetooth 1M and coded communication</title><link>https://devzone.nordicsemi.com/thread/260262?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2020 05:17:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18a12314-93c0-45eb-b74d-383a1a6d0dfa</guid><dc:creator>MatejSt</dc:creator><description>&lt;p&gt;Thank you for your reply!&lt;/p&gt;
&lt;p&gt;So just to confirm... In the BLE Multi-link example if I was to configure some central-peripheral connections to CODED PHY and some to 1M PHY I would still be able to turn on all peripheral leds at the same time (roughly) from the central?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 concurrent bluetooth 1M and coded communication</title><link>https://devzone.nordicsemi.com/thread/260202?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2020 15:34:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:221ce253-afb8-4a2e-a6bf-325ac37b7c9b</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;The SoftDevice uses whatever PHY is assigned to a connection, if connection A&amp;nbsp;uses Coded PHY it will use Coded PHY for any Connection event related to Connection A, and if Connection B uses 1mbps PHY it will use 1mbps PHY for any connection event related to Connection B. The SoftDevice will switch to whatever PHY it needs to use depending on what connection it will serve. You can, therefore, use different PHYs for different connections on the same device.&lt;br /&gt;&lt;br /&gt;Do note that the connection event length of a Coded PHY event is 8x longer that for a 1mbps event, given the same payload. This means that the connection interval of the 1mbps link should be fairly permissive, i.e. min &amp;gt;= 7.5ms, max &amp;gt;= 100ms. Other than that there should be no problems.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;There are 2 ways to use Coded PHY, either you advertise and scan on Coded PHY, or your advertise and scan in 1mbps and then switch to Coded PHY after you&amp;#39;ve established the connection.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;See:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a title="BLE Multi-link Example" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/ble_sdk_app_multilink.html?cp=7_1_4_2_0_2"&gt;BLE Multi-link Example&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="BLE Blinky Application" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/ble_sdk_app_blinky.html?cp=7_1_4_2_2_3"&gt;BLE Blinky Application&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="sd_ble_gap_scan_start" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_4_1_2_1_3_37#gabbd87dea8f218d2a7e12c40cfbc6a7d2"&gt;sd_ble_gap_scan_start&lt;/a&gt;,&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__scan__params__t.html"&gt;ble_gap_scan_params_t&lt;/a&gt;,&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__scan__params__t.html#aa43df144aa6c8f94f01276051676b6d3"&gt;extended&lt;/a&gt;, and&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__scan__params__t.html#a369859ca03e34c8220452ae95d1aa02f"&gt;scan_phys&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="sd_ble_gap_adv_start" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_4_1_2_1_3_4#ga74c21287bd6cbcd5822bc73792f678d8"&gt;sd_ble_gap_adv_start&lt;/a&gt;,&amp;nbsp;&lt;a title="sd_ble_gap_adv_set_configure" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_4_1_2_1_3_3#ga9969047f4e7485c3f856c841978cc31a"&gt;sd_ble_gap_adv_set_configure&lt;/a&gt;,&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__adv__params__t.html"&gt;ble_gap_adv_params_t&lt;/a&gt;,&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__adv__params__t.html#accbe0a08a04e608076f1c6f94ee146c7"&gt;primary_phy&lt;/a&gt;, and&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__adv__params__t.html#acf8d8ba208b631c927fd578f1ca5bc67"&gt;secondary_phy&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="sd_ble_gap_phy_update" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_4_1_2_1_3_27#gab845ddf7b56ef556ab9c2c74d5199ff8"&gt;sd_ble_gap_phy_update&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>