<?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>How to use external interrupt to wake up sleep mode in nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11159/how-to-use-external-interrupt-to-wake-up-sleep-mode-in-nrf51822</link><description>Interrupt_Sleep.txt 
 Currently, I&amp;#39;m trying to use external interrupt that generated by ADXL345 to wake up the nrf51822 after sleep but not working as i want. Kindly check on the attached code and give advise.
Please help!!! Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Jan 2016 21:38:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11159/how-to-use-external-interrupt-to-wake-up-sleep-mode-in-nrf51822" /><item><title>RE: How to use external interrupt to wake up sleep mode in nrf51822</title><link>https://devzone.nordicsemi.com/thread/41816?ContentTypeID=1</link><pubDate>Mon, 18 Jan 2016 21:38:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d07f4788-18dc-4a46-8322-65b6f2c5d70f</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;No, in system off the system is off. You need wfi or wfe (sd_app_event_wait) to do that. You can use the sense machanism to wake the CPU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use external interrupt to wake up sleep mode in nrf51822</title><link>https://devzone.nordicsemi.com/thread/41813?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 10:14:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8ff33c8-d400-46f7-9c89-64767cbc207d</guid><dc:creator>adrianwong</dc:creator><description>&lt;p&gt;Ya. this is the typical configuration of nordic for external interrupt. Currently, I&amp;#39;m using Arduino IDE as compiler. By the way, is it possible to use sd_power_system_off(); when i want my timer or RTC to keep running at the background? so fast as i know it is not possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use external interrupt to wake up sleep mode in nrf51822</title><link>https://devzone.nordicsemi.com/thread/41815?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 10:09:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:020deeda-f42f-4088-8dac-00f5a1390ec4</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;for sending nRF to sleep I use:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_GPIOTE-&amp;gt;EVENTS_PORT = 0; 
nrf_gpio_cfg_sense_input(WAKEUP_INPUT, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH); 
sd_power_system_off();
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use external interrupt to wake up sleep mode in nrf51822</title><link>https://devzone.nordicsemi.com/thread/41814?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 10:05:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61ac0217-b1fb-46c3-837a-097fd842d850</guid><dc:creator>adrianwong</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t wake up and i try to use sd_app_evt_wait() is not working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use external interrupt to wake up sleep mode in nrf51822</title><link>https://devzone.nordicsemi.com/thread/41817?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 09:55:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:068ca101-9639-4730-a556-6346d8d59177</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;So ADXL345 generates signal by shaking it but nRF doesn&amp;#39;t wake up or ADXL345 doesn&amp;#39;t generate signal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>