<?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>Ble mesh radio mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38512/ble-mesh-radio-mode</link><description>In order to change the bitrate of the nRF52840 I tried to change the following code on advertiser.c : 
 static inline void set_default_broadcast_configuration(broadcast_t * p_broadcast) { p_broadcast-&amp;gt;params.access_address = BEARER_ACCESS_ADDR_DEFAULT;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Sep 2018 10:18:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38512/ble-mesh-radio-mode" /><item><title>RE: Ble mesh radio mode</title><link>https://devzone.nordicsemi.com/thread/149389?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 10:18:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09b1ee3a-325f-4476-8700-af58817fc593</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;You can take a look at this answer on changing the PHY in&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29813/change-phy-in-mesh"&gt; Mesh SDK to coded PHY&lt;/a&gt; so the range increases.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh radio mode</title><link>https://devzone.nordicsemi.com/thread/148910?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 07:12:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:251a575e-a492-41ab-9e35-a920382f5154</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi Lucio.&lt;/p&gt;
&lt;p&gt;The BLE Mesh SDK uses the Bluetooth 4.0 specification, that bitrate is 1 Mbit/s.&lt;/p&gt;
&lt;p&gt;The sensitivity you read in the product specification for the nRF52840 is for the hardware, it&amp;#39;s not valid for all the different SDK&amp;#39;s. The -103 dBm sensitivity is not related to Mesh, as the bitrate in the BLE Mesh SDK is 1 Mbit, not 125 kbps. This means that the long range mode is not compliable with BLE Mesh.&lt;/p&gt;
&lt;p&gt;An increase in TX power affects your energy consumption only. So that is something you have to see if you can accept, based on how much energy you have available.&lt;/p&gt;
&lt;p&gt;In short, if you want to have long range I suggest you do not try to implement Mesh, as Mesh is neither specified or meant to be a long range solution.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh radio mode</title><link>https://devzone.nordicsemi.com/thread/148846?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 14:05:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c4289c5-99d6-4070-ba0a-924a96fdc106</guid><dc:creator>luciom</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;thank you for your clarification.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking to the BLE Mesh docs and specifications but I cannot find any reference to a particular bitrate.&lt;/p&gt;
&lt;p&gt;I simply referenced to the nRF52840 product specifications where I read:&lt;/p&gt;
&lt;p&gt;-95 dBm sensitivity in 1 Mbps Bluetooth&amp;reg; low energy (BLE) mode&lt;/p&gt;
&lt;p&gt;-103 dBm sensitivity in 125 kbps BLE mode (long range)&lt;/p&gt;
&lt;p&gt;Since we work in Long Range mode with TX power set to +8dBm as you can see on the code snippet above (modified by me) we also would maximize the rx sensitivity but 125 kbps BLE mode is not listed in the enumeration (only 62.5kbps mode that I know is not Bluetooth specified).&lt;/p&gt;
&lt;p&gt;You think that also +8dBm TX power is not compliant with BLE Mesh specifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh radio mode</title><link>https://devzone.nordicsemi.com/thread/148827?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 12:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a46ffaa8-08a1-49c7-ba30-8f078993dc5c</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi Lucio.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried to set up &lt;strong&gt;nrf5_SDK_for_Mesh_v2.2.0_src\examples\light_switch&lt;/strong&gt; client, server, and provisioner using the radio_mode &lt;strong&gt;RADIO_MODE_NRF_62K5BIT&lt;/strong&gt; (62.5 kbit), but I haven&amp;#39;t been successful in the implementation yet. I will have to look at this more thorough, and I hope I can give you a better answer on Monday. &lt;br /&gt;&lt;br /&gt;However, the bitrate you try to implement is not in the Bluetooth specification, and any successful implementation with that bitrate would therefore not be able to qualify the Bluetooth qualification. And even if you get this to work between two devices, it will not work in Mesh, as Mesh required a different bitrate in order to operate. You can read more about this on &lt;a href="https://www.bluetooth.com/bluetooth-technology/topology-options"&gt;Bluetooth SIG&amp;#39;s official website&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;- Andreas&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>