<?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>Enter in sleep mode and wake up after one hour</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63269/enter-in-sleep-mode-and-wake-up-after-one-hour</link><description>Hi all, 
 I installed this app on my nrf52832 DK and it works great. I&amp;#39;m totally newbie with Nordic and its hardware so i can&amp;#39;t figure out how to adjust this code so the app broadcasts for 3 minutes and then goes to sleep for 1 hour. 
 I noticed that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jul 2020 13:57:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63269/enter-in-sleep-mode-and-wake-up-after-one-hour" /><item><title>RE: Enter in sleep mode and wake up after one hour</title><link>https://devzone.nordicsemi.com/thread/258138?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 13:57:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7af9dc4-7cbd-4219-aa87-4aaf645df096</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Calling&amp;nbsp;&lt;span&gt;sd_power_system_off() will put the nRF in SYSTEM OFF which is different from calling&amp;nbsp;sd_app_evt_wait() which will basically&amp;nbsp;put the system in SYSTEM ON sleep . A wakeup from system off will completely&amp;nbsp;reset the whole system. What you rather want is to use a sd_app_evt_wait() with an app timer that is set to 3 minutes, which will put the system in SYSTEM ON sleep where it consumes little current until 3 minutes has passed. The application timer tutorial would be a good start for a better understanding on using timers.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can find it &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jared e&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>