<?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>Best low-power sleep mode for nRF52832 with GPIO wake-up</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123290/best-low-power-sleep-mode-for-nrf52832-with-gpio-wake-up</link><description>Hello, 
 I’m developing a project using the nRF52832 and I’d like to put the MCU into the lowest possible power consumption mode while still being able to wake it up via a GPIO interrupt (e.g., a Level Switch press). 
 Could you please advise: 
 
 
 What</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Jul 2025 07:53:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123290/best-low-power-sleep-mode-for-nrf52832-with-gpio-wake-up" /><item><title>RE: Best low-power sleep mode for nRF52832 with GPIO wake-up</title><link>https://devzone.nordicsemi.com/thread/544021?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2025 07:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:787ef6ad-b20f-423e-a604-e7722064c6bb</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Luiz,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not familiar with the term &amp;quot;switch level&amp;quot;, so not sure whether you&amp;#39;re using a push button, toggle switch, or something else, but it shouldn&amp;#39;t matter. The pin interrupt will be triggered when the switch closes the circuit and pulls the input either high or low depending on if your circuit is active low or high.&lt;/p&gt;
[quote user="Luiz Miranda"]Do you have a logical to implement System OFF or it is only possible to use System IDLE?[/quote]
&lt;p&gt;You can use System OFF mode too for the scenario you described. It was just that you mentioned earlier that this wouldn&amp;#39;t work for your application.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best low-power sleep mode for nRF52832 with GPIO wake-up</title><link>https://devzone.nordicsemi.com/thread/544005?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2025 01:51:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e92ba15-aa27-4255-a9e4-8f2069892bbe</guid><dc:creator>Luiz Miranda</dc:creator><description>&lt;p&gt;Hi Vidor:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;My case is:&lt;/p&gt;
&lt;p&gt;The PCB will have a Nrf52832 and a Switch.&lt;br /&gt;It is not a switch button. It is a Switch Level.&lt;/p&gt;
&lt;p&gt;1-) When the switch is pressed the program must to run an Alarme routine by interuption.&lt;br /&gt;2-) The routine will send an alarm (for example a continuos sound on Buzzer)&lt;br /&gt;3-) The switch will be released with a human intervetion.&lt;br /&gt;After that the sound is off on the buzzer and the program must to put the nRF52832 on sleep mode.&lt;br /&gt;4 -) The nRf52832 will wake up when the switch is pressed and the next steps are...Go to step 1 above.&lt;/p&gt;
&lt;p&gt;Do you have a logical to implement System OFF or it is only possible to use System IDLE?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Luiz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best low-power sleep mode for nRF52832 with GPIO wake-up</title><link>https://devzone.nordicsemi.com/thread/543897?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2025 09:07:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb56e259-4c04-46e6-8ad2-85b7b17d180b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Luiz,&lt;/p&gt;
&lt;p&gt;Yes correct, wake up from System OFF will trigger a system reset so it sounds like System ON mode sleep is what you need. This mode is entered automatically by Zephyr when the program enters the System IDLE thread when there are no pending tasks. To ensure low power in this mode, you can turn off the UART (set CONFIG_SERIAL=n in prj.conf) and&amp;nbsp;make sure you use GPIOTE PORT and not GPIOTE IN events for button interrupts. Sleep current should be around 2 ua. This is with the RTC (kernel timer) used by the Zephyr active.&lt;/p&gt;
&lt;p&gt;- &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/zephyr/samples/basic/button/README.html"&gt;Zephyr button sample&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121215/how-to-reduce-nrf52840-gpiote-s-power-consume-under-ncs-2-9-1/534007"&gt;RE: how to reduce NRF52840 GPIOTE&amp;#39;s power consume under NCS 2.9.1 ?&lt;/a&gt;&amp;nbsp;&amp;nbsp;- how to use GPIOTE PORT events with zephyr GPIO API&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best low-power sleep mode for nRF52832 with GPIO wake-up</title><link>https://devzone.nordicsemi.com/thread/543791?ContentTypeID=1</link><pubDate>Mon, 28 Jul 2025 15:19:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddf85d5d-96aa-4173-8ea9-08320165a38c</guid><dc:creator>Luiz Miranda</dc:creator><description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;Does system_off mean restarting the application as if it had been powered back on?&lt;br /&gt;If so, it&amp;#39;s not good for my application.&lt;br /&gt;I need the best power-saving mode that restarting the application after the instruction that placed the MCU into sleep mode.&lt;br /&gt;This instruction must to maintain saved all RAM.&lt;br /&gt;The MCU must to wake up after an interruption in a specific pin that i will define in app and it needs to make a specific procedure (example: sound a buzzer).&lt;/p&gt;
&lt;p&gt;Please tell me the&amp;nbsp;&lt;span&gt;typical sleep current is for it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Luiz&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best low-power sleep mode for nRF52832 with GPIO wake-up</title><link>https://devzone.nordicsemi.com/thread/543683?ContentTypeID=1</link><pubDate>Mon, 28 Jul 2025 07:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:857045fd-4d90-4054-b08a-5148e743ea05</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The lowest power mode is System OFF and can be entered using the sys_poweroff() call as demonstrated by the &amp;quot;system_off&amp;quot; sample (/zephyr/samples/boards/nordic/system_off). It also shows how to configure the wake up pin. With no leakage on the I/Os, the typical sleep current is 0.6ua.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar Berg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>