<?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>250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55014/250kbps-phy-coded-in-nrf52832-ble-mesh</link><description>How to set 250kbps PHY Coded in NRF52832 BLE Mesh? I have tried to change scanner_config_radio_mode_set(RADIO_MODE_BLE_1MBIT); to scanner_config_radio_mode_set(RADIO_MODE_NRF_250KBIT); but didn&amp;#39;t getting data. Can I get maximum range using 250kbps in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Dec 2019 13:35:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55014/250kbps-phy-coded-in-nrf52832-ble-mesh" /><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223923?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 13:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e0b6552-444a-4b74-8f1c-8fabe78f15d9</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Thank for your kind support.&lt;/p&gt;
&lt;div style="bottom:0px;font-weight:400;left:0px;right:0px;top:0px;" id="mouseposition-extension-element-full-container"&gt;
&lt;div style="background:rgba(255, 255, 255, 0.7);color:#000000;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;height:0px;position:absolute;width:0px;" id="mouseposition-extension-element-rect-display"&gt;
&lt;pre style="background-color:rgba(255, 255, 255, 0.7);color:#000000;text-align:center;"&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;pre style="background:#ffffff;border-color:#222222 black #333333;border-radius:3px;border-style:solid;border-width:1px;color:#222222;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;line-height:14px;padding:3px;position:absolute;" id="mouseposition-extension-element-coordinate-display"&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223876?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 11:53:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccca83b5-eca8-4356-9fe3-6d618a3a2094</guid><dc:creator>Joakim Jakobsen</dc:creator><description>[quote user="bivay"]There is only define NRF52_SERIES for 62K5BIT. not NRF52840 only[/quote]
&lt;p&gt;&amp;nbsp;This is because we now have several devices in the nRF52-series that supports Long Range, not only the nRF52840.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nRF52832 however, does not.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223875?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 11:52:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:263b451a-3cab-4070-af32-2a9f75945883</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;No, I&amp;#39;m afraid you can&amp;#39;t. As you can see from the comment, the RADIO_MODE_NRF_250KBIT is &lt;strong&gt;&lt;em&gt;Deprecated.&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223772?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 07:37:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:750998f0-e848-4810-aa87-4bd026419db7</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;In SDK 15.2.0&amp;nbsp;&lt;br /&gt;radio_config.h&amp;nbsp;&lt;br /&gt;at line 103, there is define&lt;br /&gt;RADIO_MODE_NRF_250KBIT in radio_mode_t&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;typedef enum
{
RADIO_MODE_NRF_1MBIT, /*!&amp;lt; Proprietary 1Mbit/s mode*/
RADIO_MODE_NRF_2MBIT, /*!&amp;lt; High data rate */
RADIO_MODE_NRF_250KBIT, /*!&amp;lt; Deprecated */
RADIO_MODE_BLE_1MBIT, /*!&amp;lt; BLE 1Mbit/s mode*/
#ifdef NRF52_SERIES
RADIO_MODE_BLE_2MBIT, /*!&amp;lt; BLE high data rate */
RADIO_MODE_NRF_62K5BIT, /*!&amp;lt; Long range */
#endif
RADIO_MODE_END
} radio_mode_t;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can I use 250KBIT?&lt;br /&gt;There is only define NRF52_SERIES for 62K5BIT. not NRF52840 only(as in many cases it is specially define).&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;Is there option to use low data rate to increase range in NRF52832?&lt;/p&gt;
&lt;div style="bottom:0px;font-weight:400;left:0px;right:0px;top:0px;" id="mouseposition-extension-element-full-container"&gt;
&lt;div style="background:rgba(255, 255, 255, 0.7);color:#000000;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;height:0px;position:absolute;width:0px;" id="mouseposition-extension-element-rect-display"&gt;
&lt;pre style="background-color:rgba(255, 255, 255, 0.7);color:#000000;text-align:center;"&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;pre style="background:#ffffff;border-color:#222222 black #333333;border-radius:3px;border-style:solid;border-width:1px;color:#222222;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;line-height:14px;padding:3px;position:absolute;" id="mouseposition-extension-element-coordinate-display"&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223076?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2019 13:50:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ecbda15-3c68-4153-887a-39a393948ca1</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry. I missed that you are using the nRF52832.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nRF52832 does not support Long Range (Coded PHY). You will need to use the nRF52840 in order to test Coded PHY.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Br,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223049?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2019 12:56:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00bbca6d-af62-48b4-8272-c56c5ce84c43</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;But there is not information about I would I define &amp;quot;&lt;span&gt;RADIO_PCNF0_PLEN_LongRange&amp;nbsp;&lt;/span&gt;&amp;quot;?&lt;/p&gt;
&lt;p&gt;and my other question : NRF Mesh Android App supports different phy cod like 62.5kbps or 125kbps as said before.&lt;/p&gt;
&lt;div style="bottom:0px;font-weight:400;left:0px;right:0px;top:0px;" id="mouseposition-extension-element-full-container"&gt;
&lt;div style="background:rgba(255, 255, 255, 0.7);color:#000000;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;height:0px;position:absolute;width:0px;" id="mouseposition-extension-element-rect-display"&gt;
&lt;pre style="background-color:rgba(255, 255, 255, 0.7);color:#000000;text-align:center;"&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;pre style="background:#ffffff;border-color:#222222 black #333333;border-radius:3px;border-style:solid;border-width:1px;color:#222222;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;line-height:14px;padding:3px;position:absolute;" id="mouseposition-extension-element-coordinate-display"&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/223044?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2019 12:46:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cd5a08e-797a-4c59-83ec-9bc6916b3c62</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From the ticket i linked to:&lt;br /&gt;&lt;em&gt;&amp;quot;Please note that the long range mode is mislabeled. It is called RADIO_MODE_NRF_62K5BIT in the header file, but corresponds to the 125kbps BLE long range mode instead. &amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In the answer from Hung, there should be an explanation to how to test using Coded PHY.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Br,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/222976?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2019 09:45:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32a08868-7875-41c4-b747-733c34f70ac5</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;62.5kbps is available for long range as suggest in above link.&lt;br /&gt;But in&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_RADIO-&amp;gt;PCNF0 |=(
 
                 ((RADIO_PCNF0_PLEN_LongRange &amp;lt;&amp;lt; RADIO_PCNF0_PLEN_Pos) &amp;amp; RADIO_PCNF0_PLEN_Msk) |
                 ((2 &amp;lt;&amp;lt; RADIO_PCNF0_CILEN_Pos) &amp;amp; RADIO_PCNF0_CILEN_Msk) |
                 ((3 &amp;lt;&amp;lt; RADIO_PCNF0_TERMLEN_Pos) &amp;amp; RADIO_PCNF0_TERMLEN_Msk) );
        &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;RADIO_PCNF0_PLEN_LongRange and other two, how to define them.&lt;br /&gt;&lt;/span&gt;will I&amp;nbsp;find unprovisioned node in NRF Mesh if I use 62.5kbps?&lt;/p&gt;
&lt;div style="bottom:0px;font-weight:400;left:0px;right:0px;top:0px;" id="mouseposition-extension-element-full-container"&gt;
&lt;div style="background:rgba(255, 255, 255, 0.7);color:#000000;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;height:0px;position:absolute;width:0px;" id="mouseposition-extension-element-rect-display"&gt;
&lt;pre style="background-color:rgba(255, 255, 255, 0.7);color:#000000;text-align:center;"&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;pre style="background:#ffffff;border-color:#222222 black #333333;border-radius:3px;border-style:solid;border-width:1px;color:#222222;cursor:default;display:none;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;font-size:12px;line-height:14px;padding:3px;position:absolute;" id="mouseposition-extension-element-coordinate-display"&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 250kbps PHY Coded in NRF52832 BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/222936?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2019 06:37:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:073d9abb-806f-4c62-8496-63d025860505</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is no 250kbit mode for the nRF52-series.&amp;nbsp;&lt;span&gt;You are right there is a deprecated 250kbps legacy mode on the nRF52832, but it&amp;#39;s not qualified and tested to be backwards compatible.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you want to test 125kbit (Coded PHY), you can take a look at this previous ticket:&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29813/change-phy-in-mesh"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/29813/change-phy-in-mesh&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>