<?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>Sleep mode function in nRF51822 with out any stack</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17092/sleep-mode-function-in-nrf51822-with-out-any-stack</link><description>Hi, 
 I am working nRF51822 communication. I am using nRF peripherals examples in SDK 11.0 series. 
 I would like to know the sleep mode examples in communication like after Tx is sending a packet it has to go for sleep mode for 15 sec. 
 I am getting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Oct 2016 08:59:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17092/sleep-mode-function-in-nrf51822-with-out-any-stack" /><item><title>RE: Sleep mode function in nRF51822 with out any stack</title><link>https://devzone.nordicsemi.com/thread/65531?ContentTypeID=1</link><pubDate>Mon, 17 Oct 2016 08:59:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e14a2663-4b3e-4662-86c1-e52668d5291d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are some examples of sleep mode using GPIO and GPIOTE on &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples"&gt;Nordic&amp;#39;s Github page&lt;/a&gt;. If you want to sleep for a given amount of time, you will have to use timers to wakeup on a timer event. Check out the &lt;a href="https://devzone.nordicsemi.com/tutorials/19/"&gt;Application Timer tutorial&lt;/a&gt;, the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/hardware_driver_timer.html?cp=4_0_1_2_15"&gt;Timer driver documentation&lt;/a&gt; and the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_timer.html?cp=4_0_1_3_27"&gt;Timer Library documentation&lt;/a&gt;. In system off mode, all clock sources and peripherals on the chip are turned off, and the only wakeup source is reset and pin change. This means that wakeup from sleep using timers is only possible in system on mode.&lt;/p&gt;
&lt;p&gt;See chapter 3.4 in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/pdflinks/51822_ps.html?cp=3_3_0"&gt;nRF51822 Product Specification v3.3&lt;/a&gt; for more details about power modes.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>