<?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>nRF 51822 Low power mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26278/nrf-51822-low-power-mode</link><description>Hi All, 
 I&amp;#39;m new to nrf51822. I&amp;#39;m developing a battery powered device using the Nordic ble_app_uart_s110_pca10028 peripheral example program. I&amp;#39;m glad to inform you my core program is working successfully. But now i&amp;#39;m facing a problem, I want to implement</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Nov 2017 06:11:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26278/nrf-51822-low-power-mode" /><item><title>RE: nRF 51822 Low power mode</title><link>https://devzone.nordicsemi.com/thread/103434?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 06:11:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0eadfd88-b415-43b5-9ad3-18a6af6a8cf8</guid><dc:creator>Sujith K Sudhakaran</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF 51822 Low power mode</title><link>https://devzone.nordicsemi.com/thread/103433?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 13:15:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ebc62d7-ba29-4f3a-91b1-64ddcd09d2d9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When the SoftDevice is enabled, you can use the &lt;code&gt;sd_power_system_off()&lt;/code&gt; function to go to sleep(System OFF mode).&lt;/p&gt;
&lt;p&gt;When in System OFF mode, the device can be woken up through one of the following signals:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The DETECT signal, optionally generated by the GPIO peripheral&lt;/li&gt;
&lt;li&gt;The ANADETECT signal, optionally generated by the LPCOMP module&lt;/li&gt;
&lt;li&gt;The SENSE signal, optionally generated by the NFC module to “wake-on-field”&lt;/li&gt;
&lt;li&gt;A reset&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A solution could then be to configure the pin that the switch uses as sense input(wake-up source):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_gpio_cfg_sense_input(PIN NUMBER, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that when the system wakes up from System OFF mode, it gets reset&lt;/p&gt;
&lt;p&gt;You can aslo find examples on how to wakeup from system on and system off mode on this &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples"&gt;GitHub page&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>