<?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>52840 ncs mesh question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77971/52840-ncs-mesh-question</link><description>hi, customer use nrf52840 made mesh node. use nrf connect SDK v1.6. they have two quetion. 
 1: How to set 125kb low speed and long rang in BT mesh network, 
 2: How to enable low power mode in the SDK, do we have any low power mode exmple in the SDK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Aug 2021 15:27:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77971/52840-ncs-mesh-question" /><item><title>RE: 52840 ncs mesh question</title><link>https://devzone.nordicsemi.com/thread/324071?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 15:27:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a288b5ff-d589-4a38-a1bc-64f3cccb8a07</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Patrick,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume it takes longer to receive the status message send from light server to the light switch LPN, correct ?&amp;nbsp;&lt;br /&gt;It&amp;#39;s because if you don&amp;#39;t proactively poll the friend node it will only poll it to avoid friendship termination. This is why you only receive the packet from the server after average 10 seconds.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What you need to do is define a timer and in the timer handler you call&amp;nbsp;bt_mesh_lpn_poll(). This will periodically poll the friend node if there is any message for the LPN node.&amp;nbsp;&lt;br /&gt;Of course the drawback of calling&amp;nbsp;bt_mesh_lpn_poll() too often is that you will consume more current.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 ncs mesh question</title><link>https://devzone.nordicsemi.com/thread/323456?ContentTypeID=1</link><pubDate>Thu, 05 Aug 2021 08:20:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db36dec1-59a6-4028-8c15-a364abb37f06</guid><dc:creator>Patrickcyc</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
&lt;p&gt;I tried to enable the setting of &amp;quot;Support for Low Power features&amp;quot; &amp;lt;BT_MESH_LOW_POWER&amp;gt; in NCS mesh light switch example, it can enter into LPN mode with low current consumption. I found the light on/off publication can send to light node immediately, however , the light on/off&amp;nbsp;subscription from light node is received over 10 seconds. I tried to&amp;nbsp;change &amp;quot;Receive delay requested by local node&amp;quot; &amp;lt;BT_MESH_LPN_RECV_DELAY&amp;gt; from 100 to 10 , but it does not have much improvement of receiving time. How can change the setting that make the LPN polling the cached message from friend node faster?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Patrick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 ncs mesh question</title><link>https://devzone.nordicsemi.com/thread/322253?ContentTypeID=1</link><pubDate>Wed, 28 Jul 2021 13:24:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ade2b69d-64ca-4ad8-95dc-56e29640367d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A small update: There are no examples in the SDK where LPN is enabled, but for all examples you can enable LPN the way I described. Friend feature is enabled by default in all examples, so as long as you have a non-LPN node in the network the LPN node should be able to find a friend for keeping and relaying the incoming messages.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 ncs mesh question</title><link>https://devzone.nordicsemi.com/thread/322238?ContentTypeID=1</link><pubDate>Wed, 28 Jul 2021 12:43:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5019bf01-d5be-4166-bf3d-2a73085a2f82</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1: Bluetooth mesh builds on Bluetooth 4, and does not have long range / coded phy. This is per Bluetooth mesh specification.&lt;/p&gt;
&lt;p&gt;2: You can configure a node to be a Low Power Node, through the configuration setting &lt;code&gt;CONFIG_LOW_POWER=y&lt;/code&gt;. The LPN feature will then be available, and enabled on startup by default. You can then also turn it off and on when you want to, runtime, using &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/bluetooth/mesh/core.html#c.bt_mesh_lpn_set"&gt;bt_mesh_lpn_set()&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>