<?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>Optimizing power consumption with TIMER peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121224/optimizing-power-consumption-with-timer-peripheral</link><description>Hi, 
 I am currently working on evaluation of the nRF52810 for a simple project which requires a very low power consumption. I searched and found an example which I modified to my needs. The function is very simple - start the chip, initialize TIMER1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 May 2025 07:20:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121224/optimizing-power-consumption-with-timer-peripheral" /><item><title>RE: Optimizing power consumption with TIMER peripheral</title><link>https://devzone.nordicsemi.com/thread/534209?ContentTypeID=1</link><pubDate>Wed, 07 May 2025 07:20:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37027774-6c93-4c54-af06-bf9b43c138cc</guid><dc:creator>DavidV</dc:creator><description>&lt;p&gt;Yup that fixed it for me. Once I changed everything to use the RTC timer, the power consumption dropped to some 29 uA. Thanks a lot for the answer!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Optimizing power consumption with TIMER peripheral</title><link>https://devzone.nordicsemi.com/thread/534198?ContentTypeID=1</link><pubDate>Wed, 07 May 2025 06:49:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be3a6ece-764c-4026-8302-1cf63acb9ad8</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;As &lt;a href="https://devzone.nordicsemi.com/members/emil-lenngren"&gt;Emil Lenngren&lt;/a&gt;&amp;nbsp; says, the RTC is less power hungry than the TIMER peripheral. Replace NRF_TIMER1 with NRF_RTC1. Some of the registers may be a bit different, but the functionality is roughly the same. The frequency is a lot lower, but based on your prescaler for TIMER1, that shouldn&amp;#39;t be an issue.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Optimizing power consumption with TIMER peripheral</title><link>https://devzone.nordicsemi.com/thread/534152?ContentTypeID=1</link><pubDate>Tue, 06 May 2025 16:17:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28b39659-79a0-4c0a-94cf-ef9174d38bed</guid><dc:creator>Emil Lenngren</dc:creator><description>&lt;p&gt;Maybe you can use a RTC peripheral instead? The TIMER peripherals require the high frequency clock to be active, and thus results in pretty high power consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>