<?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>Blink using BLE5</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111358/blink-using-ble5</link><description>Hello, 
 I&amp;#39;m trying to test if my device BLE5 is working properly. I have an nrf52840 pcb and i using the ble_app_blink_pca example. When used the example as is with an BLE4 meaninig : adv_params.primary_phy = BLE_GAP_PHY_1MBPS; it worked greate. 
 However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 May 2024 12:25:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111358/blink-using-ble5" /><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485111?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 12:25:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d412101a-fb15-41ab-a57f-3baab74f1c3a</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;Ok i thing i got it.&lt;/p&gt;
&lt;p&gt;I added this prints in case of update:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;case&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;BLE_GAP_EVT_PHY_UPDATE&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;NRF_LOG_DEBUG&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;-*-*-*-PHY update status:&lt;/span&gt;&lt;span&gt;%d&lt;/span&gt;&lt;span&gt;, RX:&lt;/span&gt;&lt;span&gt;%d&lt;/span&gt;&lt;span&gt;, TX:&lt;/span&gt;&lt;span&gt;%d&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;p_ble_evt&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;evt&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;gap_evt&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;params&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;phy_update&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;status&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;p_ble_evt&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;evt&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;gap_evt&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;params&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;phy_update&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;rx_phy&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;p_ble_evt&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;evt&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;gap_evt&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;params&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;phy_update&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;tx_phy&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;break&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;and in my nrf connect app i changed the phy after connection&amp;nbsp; (set preferred PHY) and then i saw the the different prints.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485090?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 11:52:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14262127-2869-4a08-8503-53c21f962540</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;There are several optional features in Bluetooth 5, including the 2M PHY. Therefore, you can have a Bluetooth 5 device that does not support this PHY. However, it should be supported by this Pixel phone, so I&amp;#39;m not sure why you are not receiving the PHY update request. This is why there is a feature exchange after the connection established.&lt;/p&gt;
[quote user="Raz_k"]As for the second part, do you mean to call phy update from the blinky device it self?[/quote]
&lt;p&gt;Yes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485038?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 10:34:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e130751a-a27e-4130-be74-0f0489dd4af1</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;I own a google pixel 6a and as it seems it supports &lt;a href="https://en.wikipedia.org/wiki/Pixel_6a"&gt;Bluetooth&lt;/a&gt;&amp;nbsp;5. I am able choose the diffrant options, but i get no prints regarding&amp;nbsp;PHY update request.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/WhatsApp-Image-2024_2D00_05_2D00_21-at-13.51.20.jpeg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;As for the second part, do you mean to call phy update from the blinky device it self?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485032?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 10:11:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ddd9c63-72c4-40cb-af60-c81c75177c66</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Have you check the feature support for your phone in the nRF connect app to confirm that your phone supports 2M PHY? You can also request a phy update from your peripheral following the&amp;nbsp;&lt;a title="PHY Update Procedure" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.3.0/group___b_l_e___g_a_p___e_v_t___p_h_y___m_s_c.html?cp=5_7_4_1_2_1_5_7"&gt;PHY Update Procedure&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485030?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 09:53:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0a716ea-e2f1-4c8a-ab40-9e8b0f0cd7ca</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;I connecting using nRF connect app in my&amp;nbsp;&lt;span&gt;Android&amp;nbsp;&lt;/span&gt; there is no&amp;nbsp;&lt;span&gt;PHY update.&lt;br /&gt;is there a way to control the app to only use ble5?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485027?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 09:30:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bebe2494-0465-4b05-8e2f-c4c860133d92</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The central you are connecting with is probably not requesting a PHY update then. Have you tried usingan Android or iPhone with the nRF connect app to connect to your device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/485004?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 08:33:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bc6be56-c228-4adb-8548-903392d4aa14</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;Im trying to do that but im not entering the case of&amp;nbsp;&lt;span&gt;BLE_GAP_EVT_PHY_UPDATE&amp;nbsp; when connecting/disconnecting/turn led on/&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/484998?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 08:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8d652d4-4873-4409-be57-9fc698b9c137</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The latest SoftDevice versions are qualified for Bluetooth 5.1, but you can, of course, test specific features that were introduced in version 5, such as the 2M PHY. For instance, you can monitor the BLE_GAP_EVT_PHY_UPDATE event to see if the PHY is updated to 2M after the connection is established.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/484994?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 08:07:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b1d71d1-0384-447c-be39-d6f165b9aec9</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;&lt;span&gt;Vidar.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I need to test that my ble5 is working properly, any suggestions of how can i accomplish that?&lt;br /&gt;I tried using the nrf connect mobile app but i am not able to define only to receive ble5.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink using BLE5</title><link>https://devzone.nordicsemi.com/thread/484992?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 08:02:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c99a5b4-5473-4b24-a55a-95385f6e95df</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The BLE specification does not permit the use of the 2M PHY on the primary channels. This is why the Softdevice does not allow you to use this configuration.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>