<?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>Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45328/can-someone-tell-me-how-to-make-device-go-to-sleep-and-make-it-wakeup-after-a-few-hous-using-systick-timer-i-know-how-to-create-a-timer-but-i-wanna-know-which-system-call-is-the-most-efficient</link><description>Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient. i know sd_app_evt_wait makes the device in standby mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Apr 2019 07:43:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45328/can-someone-tell-me-how-to-make-device-go-to-sleep-and-make-it-wakeup-after-a-few-hous-using-systick-timer-i-know-how-to-create-a-timer-but-i-wanna-know-which-system-call-is-the-most-efficient" /><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/180919?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2019 07:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83e70e8f-1a74-4be0-a5d1-54274abe69b2</guid><dc:creator>Brijesh</dc:creator><description>&lt;p&gt;okay thanks for the support&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/179653?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 06:47:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ffc1180-a6ce-4423-b8dc-88a91258a1ae</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;But to be able to use the&amp;nbsp;built-in timers, you have to use &lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/power?147#unique_765844873"&gt;System ON&lt;/a&gt;&amp;nbsp;which yields two sub power modes: constant latency or low-power. The latter is the default&amp;nbsp;when entering System ON.&amp;nbsp;&lt;br /&gt;When&amp;nbsp;running in this mode,&amp;nbsp;&lt;span&gt;System ON, no RAM retention, wake on RTC (running from LFRC clock), you should have a &lt;em&gt;typical current consumption of 1.5µA.&amp;nbsp;&lt;/em&gt;More &lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/_tmp/graviton/autodita/CURRENT/parameters-i_sleep"&gt;info here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To turn off everything, &lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/power?145#unique_1725615397"&gt;System OFF&lt;/a&gt;&amp;nbsp;may be your only solution and then have an external timer to trigger after a given timer. The system&amp;nbsp;is reset when it wakes up from the System OFF mode.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/179437?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 09:57:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17aa0656-9ebb-4148-a657-9542d4ae9d27</guid><dc:creator>Brijesh</dc:creator><description>&lt;p&gt;but it shud wakeup when timer ends&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/179436?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 09:57:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d561560-b01c-4f1e-bbef-40566d8eeab3</guid><dc:creator>Brijesh</dc:creator><description>&lt;p&gt;the device is working fine and sd_evt_wait is returning 0 which means its working fine&lt;/p&gt;
&lt;p&gt;but i want the node to be in a state where is doesnot respond to any message form outside.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/179435?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 09:55:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df4b7072-444c-4472-aa89-f429c854f9b3</guid><dc:creator>Brijesh</dc:creator><description>&lt;p&gt;I have gone through these documents , My question is when initialise the mesh the node becomes active and radio is always listening to the incomming messages , I want a way to deinitialize and initialize the mesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/178267?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2019 09:18:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae3ce6e2-0b68-4940-b716-41e22a6a7fbc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Have a look at the SoftDevice documentation for &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S140/v6-1-1/group_nrf_soc_functions?1852#ga11d88d38ac99fb72cde74c9385d36433"&gt;sd_app_evt_wait()&lt;/a&gt;.&amp;nbsp;It states: &amp;quot;&lt;em&gt;The application must ensure that the pended flag is cleared using&amp;nbsp;&lt;a title="Clear Pending Interrupt." href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S140/v6-1-1/group_nrf_nvic_functions#gaaab82d624bd21852288a3a6ad178cec7"&gt;sd_nvic_ClearPendingIRQ&lt;/a&gt;&lt;/em&gt;&lt;span&gt;&lt;em&gt;&amp;nbsp;in order to sleep using this function&lt;/em&gt;&amp;quot;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also, have a look at the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/ble_sdk_app_pwr_mgmt"&gt;Power Profiling Application&lt;/a&gt;, it includes example use of Low Power Mode and System OFF Mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If this doesn&amp;#39;t help, have you tried to debug the issue? Making sure that SoftDevice is not giving an error message when going to sleep? Have a look at &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/an-introduction-to-error-handling-in-nrf5-projects"&gt;this tutorial&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/178236?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2019 07:56:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:221df0a5-18bf-439f-9dde-231b975468bd</guid><dc:creator>Brijesh</dc:creator><description>&lt;p&gt;no i am not certaing but isnot it obvious that radio keeps listning to incomming mesages&lt;/p&gt;
&lt;p&gt;What i want to acheve is all the devices in the node shud turnoff and wakeup together after some hours,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient.</title><link>https://devzone.nordicsemi.com/thread/178154?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2019 14:44:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fecc692-c47d-407c-a145-c9f8ae508668</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user=""]sd_app_evt_wait makes the device in standby mode but it keeps the radio on[/quote]
&lt;p&gt;Are you certain that you have configured the SoftDevice correctly? When configured correctly, the radio should be able to wake up only when needed and go back to sleep when finished. The SoftDevice uses RTC0 to ensure timing&amp;nbsp;in the system. Which leads to the initial question:&lt;/p&gt;
[quote user=""]Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer.[/quote]
&lt;p&gt;RTC (32kHz) is usually used for this kind of applications.&amp;nbsp; Be aware that the SoftDevice documentation states:&lt;span&gt;&amp;nbsp;&amp;quot;&lt;em&gt;the application must ensure calibration at least once every 8 seconds to ensure +/-500 ppm clock stability.&lt;/em&gt;&amp;quot;, read more &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S140/v6-1-1/structnrf__clock__lf__cfg__t#addcf6cd221b58ea20dea003cdf6951a0"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have a look at this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/35043/sleep-and-wakeup-without-gpio"&gt;thread&lt;/a&gt;&amp;nbsp;and this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/41198/how-to-wake-up-from-sleep-mode"&gt;thread&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>