<?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 enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113745/how-to-enable-low-power-mode-in-nrf52840</link><description>In the mesh network how can be make the node in low power mode.i was not able top find a proper example for this.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Sep 2024 12:50:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113745/how-to-enable-low-power-mode-in-nrf52840" /><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/503131?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2024 12:50:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a45cacd8-f998-4d5b-99fd-155e93c49362</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, you can use the overlay-lpn.conf to enable LPN mode in other mesh samples like the chat sample. But please make sure that&amp;nbsp;the settings in the overlay file&amp;nbsp;are apt for that particular sample and hardware you use.&amp;nbsp;&lt;/p&gt;
[quote user="cyriactoms"]Also where to give this command.[/quote]
&lt;p&gt;this is a runtime command that can be issued through the shell interface of the application. Once the firmware is flashed and running, you can access the shell over UART or RTT and then give this command there.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/501842?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2024 07:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a02c6fc-b96c-4d9e-9219-9d5be5cca433</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;can we use this&amp;nbsp;&lt;strong&gt;overlay-lpn.conf&amp;nbsp;&lt;/strong&gt;in every mesh sample to configure the LPN mode. I am using the chat sample so if i need to enable it can i use the same method. And also for custom boards with nrf52840 soc.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="107729" url="~/f/nordic-q-a/113745/how-to-enable-low-power-mode-in-nrf52840/501346"]After building and flashing the firmware, you can enable or disable the Low Power operation using the&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/connectivity/bluetooth/api/mesh/shell.html#low_power_node"&gt; mesh lpn set &amp;lt;Val(off, on)&amp;gt; command.&lt;/a&gt;[/quote]
&lt;p&gt;Also where to give this command.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/501346?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2024 11:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:234a1ae9-2156-47b5-bfb7-21ee195824ba</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, it is possible to enable&amp;nbsp;LPN in the nRF52840 DK. In the Bluetooth Mesh Light Switch sample, you can see that it provides a configuration overlay&lt;strong&gt; overlay-lpn.conf&lt;/strong&gt;&amp;nbsp;which&amp;nbsp;is optimized for the nRF52840 DK. This configuration overlay enables the LPN feature and alters certain configuration options to further lower the power consumption.&lt;/p&gt;
&lt;p&gt;when you build the sample, just set the EXTRA_CONF_FILE to overlay-lpn.conf.&amp;nbsp;You can see it explained here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/mesh/light_switch/README.html#configuration:~:text=To%20make%20the,you%20are%20building%3A"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/mesh/light_switch/README.html#configuration:~:text=To%20make%20the,you%20are%20building%3A&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;After building and flashing the firmware, you can enable or disable the Low Power operation using the&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/connectivity/bluetooth/api/mesh/shell.html#low_power_node"&gt; mesh lpn set &amp;lt;Val(off, on)&amp;gt; command.&lt;/a&gt; Once enabled, the device will turn off its radio and start polling for friend nodes.&lt;br /&gt;You can perform a poll to the friend node to receive any pending messages using the mesh lpn poll command. This is only available when LPN is enabled.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/500948?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 11:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7171bce-1b07-4a79-b7d7-9a2cb0ae5a3b</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Is it possible to enable low power node in nrf52840dk if so how to enable and what are the steps that need to be followed i have refered the bluetooth light switch sample but i am not claer about the explanation inside it. if possible kindly give me the steps to enable the lpn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/497968?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2024 08:31:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3500f19-c382-492f-ad21-fd5e306ea43c</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As mentioned in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/99460/nrf-node-sensor-server-loses-provisioning-automatically?ReplySortBy=CreatedDate&amp;amp;ReplySortOrder=Ascending"&gt;this ticket&lt;/a&gt;, the number of Low Power Nodes that&amp;#39;s connected to a friend node is restricted mainly by the amount of traffic in the network.&amp;nbsp;The Friend node needs to hold messages for the nodes it is a parent for, which limits the number of LPNs it can handle.&amp;nbsp;&lt;/p&gt;
[quote user="cyriactoms"]what is the possible way to implement that feature in mesh network. [/quote]
&lt;p&gt;Please refer the tickets that I had attached in the previous comment. You can also refer the&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/connectivity/bluetooth/api/mesh/core.html"&gt; Technical Documentation regarding the Low Power Nodes&lt;/a&gt; for detailed information.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/497461?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 09:53:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef220d3-9d65-4395-95d9-eabd1be3ba10</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Hi Priyanka,&lt;/p&gt;
&lt;p&gt;how many low power nodes can be connected to the friend node. If it doesnt have any direct example what is the possible way to implement that feature in mesh network. Could you please help me out on this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable low power mode in nrf52840?</title><link>https://devzone.nordicsemi.com/thread/497438?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 08:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f1e185f-0d99-47b6-8e19-b58c004ddb33</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m afraid there&amp;#39;s no direct example for this, but for the Mesh, because the devices must continuously keep their radio in listening mode,&amp;nbsp;this causes higher power consumption.&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/bt/bt_mesh/concepts.html#power_consumption"&gt; The friendship feature&lt;/a&gt; in Bluetooth Mesh (also &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/93140/nrf52833-failed-to-wake-up-from-soft_off?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending"&gt;mentioned there&lt;/a&gt;) allows low-power devices to establish a relationship with a regular mesh device. Please take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/92565/bluetooth-mesh-how-to-reduce-the-power-consumtion?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending"&gt;this ticket&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/things-you-should-know-about-bluetooth-mesh"&gt;Things you should know about Bluetooth mesh&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>