<?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>app timer current consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30386/app-timer-current-consumption</link><description>Hello, 
 
 I would like to use app timer based on RTC1 in order to wake up the MCU every X sec. The app timer seems to work correctly when the MCU is working. I use the following code to initialize it : 
 
 void init_timer() { APP_TIMER_INIT(APP_TIMER_PRESCALER</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Feb 2018 17:03:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30386/app-timer-current-consumption" /><item><title>RE: app timer current consumption</title><link>https://devzone.nordicsemi.com/thread/120611?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 17:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e5a8593-170b-4493-910f-d26d2f0979d7</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;In addition to the sleep current being lower for longer period app ticks, the latency will be better too.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you use a soft device, the app ticks are not as high a priority as the SD ISR&amp;#39;s so if you use a small period for the tick, each tick can be off by upwards of a msec depending on SD activity.&amp;nbsp; Whereas with a 100msec tick the same is true that it can be off by about 1 msec.&lt;/p&gt;
&lt;p&gt;So, longer period for tick, means less latency and a more accurate tick time.&amp;nbsp; Most of the examples use 100msec tick time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app timer current consumption</title><link>https://devzone.nordicsemi.com/thread/120595?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 15:19:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:374e6683-3337-4174-a667-5f6fafd25fa3</guid><dc:creator>jdasilva</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;To measure the current I have a board that can measure nA, so the issue is not due to the precision of the measure, I used it for severals other projects without any problem.&lt;/p&gt;
&lt;p&gt;30&amp;micro;A is due to the rest of the board (the average current is 20&amp;micro;A due to the nrf52 plus 10 &amp;micro;A consumed by the rest of the board).&lt;/p&gt;
&lt;p&gt;Effectively increasing the ticks the current decrease:&lt;/p&gt;
&lt;p&gt;- 1 tick/ms =&amp;gt; 90&amp;micro;A in sleep mode&lt;/p&gt;
&lt;p&gt;- 1 tick/10ms =&amp;gt; 14&amp;micro;A in sleep mode&lt;/p&gt;
&lt;p&gt;- 1 tick/100ms =&amp;gt; 6.5&amp;micro;A in sleep mode&lt;/p&gt;
&lt;p&gt;- App timer off =&amp;gt; 5.3&amp;micro;A in sleep mode&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app timer current consumption</title><link>https://devzone.nordicsemi.com/thread/120456?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2018 16:45:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62ed98d1-4983-4442-ba84-e521fa539a02</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;The RTC draws negligible current.&amp;nbsp; Only 0.1uA according to the data sheet.&lt;/p&gt;
&lt;p&gt;I have used it on several projects and never had any issues with a power manage and getting the current to go to about 1.9uA for the entire device.&lt;/p&gt;
&lt;p&gt;Based on your assertion that the power down number is 30uA, I would guess you are doing something wrong with your current measurement.&amp;nbsp; The spec shows about 1.2 to 1.5 for a system off.&lt;/p&gt;
&lt;p&gt;Measuring microamps requires a really precise DMM with very little offset.&amp;nbsp; I have a stand alone bench unit just for that purpose. If that is not in your budget you can probably do decent measurements with a series resistance and an o-scope.&amp;nbsp; Some people in the DevZone use the PPK and seem to like it.&lt;/p&gt;
&lt;p&gt;Also possible your choice of app ticks is too small.&amp;nbsp; This drives the minimum resolution of the app timer. Normally people set it large to keep the cpu from waking up too much.&amp;nbsp; Can&amp;#39;t tell from your code since it&amp;#39;s not there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>