<?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>NRF9151DK (NCS v3.0.2, Zephyr) - Best practice to go into sleep mode with RTC and GPIO wakeup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123817/nrf9151dk-ncs-v3-0-2-zephyr---best-practice-to-go-into-sleep-mode-with-rtc-and-gpio-wakeup</link><description>Hello, I need support regarding putting my device to low power mode (sleep) and waking up with a timer or GPIO input. I’m working on an application using the nRF9151 DK, with nRF Connect SDK v3.0.2 (Zephyr RTOS). My goal is: Put the device into a low</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Aug 2025 13:14:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123817/nrf9151dk-ncs-v3-0-2-zephyr---best-practice-to-go-into-sleep-mode-with-rtc-and-gpio-wakeup" /><item><title>RE: NRF9151DK (NCS v3.0.2, Zephyr) - Best practice to go into sleep mode with RTC and GPIO wakeup</title><link>https://devzone.nordicsemi.com/thread/546209?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 13:14:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87617d26-41af-4646-9b05-4f4ff6ef31e6</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Though the nRF9151 is a SoC, it comes with different components and so also with different sleeping strategies. The two main components are:&lt;/p&gt;
&lt;p&gt;- the modem (that takes the most of the energy, if active)&lt;/p&gt;
&lt;p&gt;- the cortex-m33 application processor.&lt;/p&gt;
&lt;p&gt;To put the modem in a low power state, PSM is used very frequently. In some cases eDRX may get used and it&amp;#39;s also not that uncommon to switch it on/off (lte_lc_normal/lte_lc_power_off).&lt;/p&gt;
&lt;p&gt;Your&amp;nbsp;application processor will go in a low power state, if you use k_sleep or wait for something (e.g.&amp;nbsp;k_sem_take or&amp;nbsp;k_mutex_lock or poll). If you use multiple threads, all need to wait for something. The only thing you should not do is &amp;quot;waiting in a busy-loop&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>