<?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>how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113461/how-to-set-phy-to-125-kbps-in-nrf-52840</link><description>Hi, 
 I am using zephyr application. I need your guidance on how to set phy to 125 kbps? 
 I enabled some configurations regarding this please verify that and let me know is that enough to set phy to 125 kbps. 
 
 CONFIG_BT_AUTO_PHY_UPDATE =y 
 CONFIG_BT_CTLR_PHY_CODED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Aug 2024 08:04:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113461/how-to-set-phy-to-125-kbps-in-nrf-52840" /><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496911?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 08:04:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d95ef03-f518-4e06-92cb-cb797a23897d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please compare the prj.conf files of the heart rate Coded PHY sample and yours to make sure the Bluetooth configs match. Error -134 refers to &amp;quot;Not supported&amp;quot; so one or more of the parameters you&amp;#39;ve set is not supported by your project.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496788?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2024 10:01:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2eb2842-2310-48d9-8fed-5c46abf6e88e</guid><dc:creator>RAGHAV_M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks for the reply i gone through Heart rate example and try to set extended advertisement with coded phy i&amp;#39;s giving error -134 ?&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;BT_LE_ADV_PARAM_INIT&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;BT_LE_ADV_OPT_EXT_ADV&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;|&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;BT_LE_ADV_OPT_CODED&lt;/span&gt;&lt;span&gt; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;BT_LE_ADV_OPT_USE_NAME&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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;BT_GAP_ADV_FAST_INT_MIN_2&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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;BT_GAP_ADV_FAST_INT_MAX_2&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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;NULL&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;this is my advertising parameter and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;bt_le_ext_adv_set_data&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;adv&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;ad&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;ARRAY_SIZE&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;ad&lt;/span&gt;&lt;span&gt;), &lt;/span&gt;&lt;span&gt;sd&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;ARRAY_SIZE&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;sd&lt;/span&gt;&lt;span&gt;)); this function generating error. As I gone through some of the nordic support query regarding this issue i noticed that ad data and sd data can not be used concurrently so i tried with ad data only then the beacon device is not getting connected to central.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Please provide some suggestions&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496778?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2024 08:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31f5f077-32fd-4c6a-9f20-5eef5da0bf08</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Okay&lt;/p&gt;
&lt;p&gt;Can you provide some details on what devices exactly you&amp;#39;re testing, what kind of environment you&amp;#39;re testing in and show some logs of what you&amp;#39;re doing and what happens when you go &amp;quot;out of range&amp;quot;?&lt;/p&gt;
&lt;p&gt;A sniffer log using a Bluetooth Sniffer or the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;nRF Sniffer&lt;/a&gt;&amp;nbsp;and Wireshark might be useful to see what&amp;#39;s going on over the air exactly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496596?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 11:05:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:683608be-78a9-47d1-8973-a7642367413e</guid><dc:creator>RAGHAV_M</dc:creator><description>&lt;p&gt;Thanks for the reply&lt;/p&gt;
&lt;p&gt;I had gone through long range throughput example to know about how to set Coded phy and I am able set coded phy in my software still not getting long Range&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496592?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 11:00:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43c79be1-1959-49f8-aecf-bb87da69e5c9</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Okay, how have you set up your advertising in your application then? Please refer to the Coded PHY sample in the SDK to see how to set up a device running in the Coded PHY:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_hr_coded/README.html"&gt;Bluetooth: Peripheral Heart Rate Monitor with Coded PHY&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496507?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 06:00:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:406efccc-a9d5-46ce-8dd8-5b4042a2ee4a</guid><dc:creator>RAGHAV_M</dc:creator><description>&lt;p&gt;Hi simonr&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks or the reply I am using zephyr application.&lt;/p&gt;
&lt;p&gt;I did the following but the range didn&amp;#39;t improve as per our expectation the range is arround 15 Meters&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set phy to 125 kbps in nrf 52840?</title><link>https://devzone.nordicsemi.com/thread/496056?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2024 15:29:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b7932ed-ef2c-47c2-b659-3936464e1215</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You should only need the following to set the application to use Coded PHY (125 kbps) in NCS:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;strong&gt;CONFIG_BT_CTLR_ADV_EXT&lt;/strong&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;strong&gt;CONFIG_BT_CTLR_PHY_CODED&lt;/strong&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;You probably should not enable the&amp;nbsp;&lt;span&gt;CONFIG_BT_AUTO_PHY_UPDATE since this lets the application automatically update the PHY if you want to&amp;nbsp;&lt;strong&gt;only&amp;nbsp;&lt;/strong&gt;stay at Coded PHY.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;What application specifically are you using for testing here, so I can test on my end if you&amp;#39;re still having issues on your end.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>