<?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>Need a 30 second interrupt - using RTC ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46031/need-a-30-second-interrupt---using-rtc</link><description>I need a 30 second hardware based interrupt for a Nordic BLE nrf52832 chip running S132 Softdevice. I would like to use RTC2. This will be used to run a short BLE ad scan every 30 seconds. 
 Is there some way to get a slow TRUE hardware based, 30 second</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Apr 2019 18:42:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46031/need-a-30-second-interrupt---using-rtc" /><item><title>RE: Need a 30 second interrupt - using RTC ?</title><link>https://devzone.nordicsemi.com/thread/181402?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 18:42:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd1237a2-2939-4d73-a91b-95f341f43c6a</guid><dc:creator>Fred</dc:creator><description>&lt;p&gt;Under the hood, app_timer just uses RTC1, so you&amp;#39;re still using RTC ;-)&lt;/p&gt;
&lt;p&gt;(SoftDevice uses RTC0 by the way)&lt;/p&gt;
&lt;p&gt;As for the power consumption; 5 uA seems just a little bit on the high side. Your application is definitly sleeping, so that&amp;#39;s ok, but for only RTC running and system in low-power system_on, one would expect around 2 uA. But when you get in this range, there is a whole set of things that might be important of course, such as&amp;nbsp;quiescent currents in the board, proper pin configuration (no floating pins!), measurement accuracy, etc. So, I guess it depends on how bad you want that extra 3 uA ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need a 30 second interrupt - using RTC ?</title><link>https://devzone.nordicsemi.com/thread/181399?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 18:20:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c5eed73-751b-4e19-ac5a-b5bc42e62787</guid><dc:creator>kjhuebner</dc:creator><description>&lt;p&gt;&lt;strong&gt;For app_timer, what are you measuring for power usage during the sleep time?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I decided to give up on RTC and go with the app_timer, similar to your code.&lt;/p&gt;
&lt;p&gt;I am currently measuring 5uA @3V power usage during sleep when using app_timer.&amp;nbsp; This is not bad, but I am interested if I can reduce power further.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks, Ken&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need a 30 second interrupt - using RTC ?</title><link>https://devzone.nordicsemi.com/thread/181394?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 17:35:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0e49845-af43-4caf-b7e8-0d5eeb8548f7</guid><dc:creator>Fred</dc:creator><description>&lt;p&gt;In my application I&amp;#39;m doing something similar using app_timer: sleeping and then waking up every minute to a&amp;nbsp;send&amp;nbsp;of advertising packets. During this time, the system is low-power, so no worries about waking up the CPU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>