<?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>Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65064/deep-sleep-mode-with-nrf52840</link><description>hi everyone, I am having a problem making the door sensor. I want to optimize the power of the sensor so after acting I will put the sensor in system_off mode. I have the following problem: 1, Can I wake up the sensor using a timer? If possible, how to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Aug 2020 09:27:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65064/deep-sleep-mode-with-nrf52840" /><item><title>RE: Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/thread/266415?ContentTypeID=1</link><pubDate>Wed, 26 Aug 2020 09:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab73846f-6bd7-4191-8552-9c55aa5d8b1f</guid><dc:creator>Judge</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I appreciate this help. Nearly all of my problems have been resolved.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/thread/266247?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2020 13:12:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ccba707-9665-482d-bd66-d0285f8110f7</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;From SYSTEM OFF mode, you can use the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Flpcomp.html&amp;amp;&amp;amp;anchor=concept_tdv_zkx_lr"&gt;Low Power Comparator&lt;/a&gt;&amp;nbsp;to sample an analog voltage value with the comparator and wake up after passing a certain threshold. You can see the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lpcomp_example.html"&gt;LPCOMP peripheral example&lt;/a&gt; for information on how to use the LPCOMP, but you&amp;#39;ll have to implement this in your sleep routine.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/thread/266183?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2020 10:32:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0258ca1-ae88-498c-8fbb-5672d4c738cd</guid><dc:creator>Judge</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;br /&gt;I have one more question: as you said you can use LPCOMP to wake up the node, do you have any examples for this idea?&lt;/p&gt;
&lt;div style="left:-21px;position:absolute;top:49px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/thread/265887?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 07:37:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49667d24-cac1-4c25-8ae8-fcbe1745252d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you checked out&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/group__MESH__CONFIG__FRIENDSHIP.html"&gt;the friendship configuration defines&lt;/a&gt; on the Infocenter and the attached documentation? The low power node will have to initiate and accept the friend connection when initially configuring the LPN and friend node.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/thread/265865?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 01:48:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81eae2d2-76c6-4d98-918b-dbc285c1b3a4</guid><dc:creator>Judge</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;thanks for answer Simonr,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But&lt;/p&gt;
&lt;pre class="tw-data-text tw-text-large XcVN5d tw-ta" id="tw-target-text" dir="ltr"&gt;&lt;span lang="en"&gt;I tried using lpn but I had problems setting up friendship. I have read in inforcenter, do I know when setting up the friendship app I will have to call mesh_lpn_friend_accept () before timeout but I don&amp;#39;t understand how it will send?&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Deep sleep mode with nrf52840</title><link>https://devzone.nordicsemi.com/thread/265741?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2020 11:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccda6766-fcd3-4007-8e87-f7a0ce4e6d7e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. When the nRF is in system_OFF mode, the only ways to wake it up will be to either trigger a reset or to use the Low power comparator (LPCOMP) to trigger a wake-up. You won&amp;#39;t be able to use any internal timer or sensor to trigger this reset, as the CPU is turned off, but an external sensor should be able to trigger a reset on the nRF, which will wake it up from system OFF mode.&lt;/p&gt;
&lt;p&gt;2. I assume you&amp;#39;re referring to the friend node functionality in the Bluetooth Mesh specification here? You can check out the &lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_mesh_latest.html"&gt;Mesh SDK documentation over on the Infocenter&lt;/a&gt;, and specifically the&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/md_doc_user_guide_modules_lpn_integrating.html"&gt; &amp;quot;Integrating Low Power node feature&amp;quot;&lt;/a&gt; to see how you can handle and set up friend nodes.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>