<?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 wake up nrf52832 device?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45351/how-to-wake-up-nrf52832-device</link><description>Hello, 
 
 I am using light switch example for nrf52832 development boards.I have enabled the low power node in client example. 
 Is it possible to configure server in normal mode and client in low power mode through nrf mesh application?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 May 2019 18:37:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45351/how-to-wake-up-nrf52832-device" /><item><title>RE: How to wake up nrf52832 device?</title><link>https://devzone.nordicsemi.com/thread/187360?ContentTypeID=1</link><pubDate>Wed, 15 May 2019 18:37:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f44e138b-86c8-4d91-acf1-40e0ea3439cd</guid><dc:creator>Sunil519</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thee documentation has been moved. Can you please update the link?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sunil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wake up nrf52832 device?</title><link>https://devzone.nordicsemi.com/thread/179191?ContentTypeID=1</link><pubDate>Fri, 29 Mar 2019 10:48:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b81946c-272c-4fbd-b6f6-91d2e4ca3d00</guid><dc:creator>ani</dc:creator><description>&lt;p&gt;Thank you for the response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wake up nrf52832 device?</title><link>https://devzone.nordicsemi.com/thread/179143?ContentTypeID=1</link><pubDate>Fri, 29 Mar 2019 08:54:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e39d7913-b398-40e2-8624-e5838b73e9bd</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Which device are you talking about now? The low power node or the regular mesh node (the server node)? The&amp;nbsp;regular light switch server node does not sleep, as it must listen to incoming messages from other nodes. The same applies to friend nodes.&lt;/p&gt;
&lt;p&gt;The low power node, on the other hand, is able to wake up for a period of time &amp;amp; then go to sleep again.&lt;/p&gt;
&lt;p&gt;The documentation provided here (&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-1-0/md_doc_getting_started_lpn_integration"&gt;link 1&lt;/a&gt;, &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-1-0/md_doc_introduction_lpn_concept"&gt;link 2&lt;/a&gt;) is very useful. To summarize the doc, first a friendship is established between a friend node &amp;amp; a low power node (LPN). The friend node can have multiple friendships with different LPNs, but the LPN can only have one friendship with a friend node. During the friendship establishment process, three key parameters are decided, the receive delay, the receive window &amp;amp; the poll timeout.&lt;/p&gt;
&lt;p&gt;The LPN sends a request to the friend node for a status update (i.e. all of the messages &amp;amp; security updates the LPN has missed while it has been asleep). The friend node then waits until the receive delay time has expired before it starts sending messages to the LPN.&lt;/p&gt;
&lt;p&gt;The receive window is the time period in which the friend node has to send messages to the LPN. Once the LPN has received all of the messages or the receive window has expired, then the LPN will go back to sleep.&lt;/p&gt;
&lt;p&gt;The poll timeout is the time period in which a LPN must send consecutive requests for updates to the Friend Node. If the LPN does not do this, then the friend node will terminate the friendship with the LPN.&lt;/p&gt;
&lt;p&gt;For more info, read the documentation. It is very detailed &amp;amp; easy to understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wake up nrf52832 device?</title><link>https://devzone.nordicsemi.com/thread/178922?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2019 12:36:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bbf3b02-fbe2-4f6a-8875-cbea9c6e61ec</guid><dc:creator>ani</dc:creator><description>&lt;p&gt;Actually my question is the device should always be in sleep mode when ever we have to send some notifications it should wake up, again it has to go to sleep.is it possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wake up nrf52832 device?</title><link>https://devzone.nordicsemi.com/thread/178581?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 09:00:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2325902c-9c48-425c-a086-73c3926d646e</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;It is possible to provision a regular light switch server &amp;amp; the low power node (LPN) via nRF Mesh (&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-1-0/md_examples_experimental_lpn_README"&gt;see documentation&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>