<?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>Wakeup from sleep with GPIO (not reset)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37830/wakeup-from-sleep-with-gpio-not-reset</link><description>I would like to put a nrf51822 device into system sleep (not off) mode and wake it up (not reset) with a GPIO transition from high to low. I used SDK(nRF5_SDK_12.2.0_f012efa) and the project： 
 nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_uart</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Aug 2018 12:49:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37830/wakeup-from-sleep-with-gpio-not-reset" /><item><title>RE: Wakeup from sleep with GPIO (not reset)</title><link>https://devzone.nordicsemi.com/thread/146117?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 12:49:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:478d9835-10b2-4140-8fe2-9d5f7b3ef8c5</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Do you want to put the system in system on low power mode (see the nrf51822 &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/pdflinks/51822_ps.html?cp=3_4_0"&gt;product specification&lt;/a&gt; doc for more info)?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36475/nrf52832-go-system-off-low-power-mode-and-wakeup-by-gpio"&gt;This devzone case&lt;/a&gt; should also be helpful, even though it is based on the 52832 &amp;amp; not the 51822 (much of the power management has remained the same). The ble_app_uart code already calls power_manage() inside the main function, which calls &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v2.0.1/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html?cp=3_7_2_1_0_2_7_2_0#ga11d88d38ac99fb72cde74c9385d36433"&gt;sd_app_evt_wait()&lt;/a&gt;. sd_app_evt_wait() puts the nrf51 into system on low power mode. You can then wake the chip using GPIOTE interrupts. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/17333/nrf51822--gpiote-interrupt-for-wakeup-with-softdevice"&gt;This case&lt;/a&gt; might also be helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>