<?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>nRF52832 and DWM1001</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38508/nrf52832-and-dwm1001</link><description>Hi all, 
 I am working on a project and use DWM1001-Dev. I think some of you may have an opinion about my problem because DWM1001 have nRF52832 microprocessor. I&amp;#39;m trying to reduce the power consumtion as possible. I decided to use the SYSTEM OFF mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Sep 2018 12:19:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38508/nrf52832-and-dwm1001" /><item><title>RE: nRF52832 and DWM1001</title><link>https://devzone.nordicsemi.com/thread/148822?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 12:19:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ad24d6c-9f13-4fd5-93db-423d581b1817</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&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 &amp;ldquo;wake-on-field&amp;rdquo;&lt;/li&gt;
&lt;li&gt;A reset&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you are trying to wake-up with a button/pin press, then a&amp;nbsp;&lt;span&gt;solution could be to configure the pin&amp;nbsp;as sense input(wake-up source):&lt;/span&gt;&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;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>