<?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>Idle mode between advertisements</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10066/idle-mode-between-advertisements</link><description>Hello, 
 I am using nrf51822 with softdevice 110. 
 I have noticed that there is some power usage between advertisements, that is more than what is being used when no advertising is active.
It looks like this: http://imgur.com/n1ttnna 
 Since I expect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 28 Nov 2015 05:50:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10066/idle-mode-between-advertisements" /><item><title>RE: Idle mode between advertisements</title><link>https://devzone.nordicsemi.com/thread/37324?ContentTypeID=1</link><pubDate>Sat, 28 Nov 2015 05:50:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4173925-dfef-4073-9808-d98a3cdec6f4</guid><dc:creator>Radu B.</dc:creator><description>&lt;p&gt;Just to conclude this particular thread, the power usage was indeed caused by the RTC. The jitter between the advertisements were actually RTC ticks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idle mode between advertisements</title><link>https://devzone.nordicsemi.com/thread/37323?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2015 20:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:045226c6-1e6f-4914-9877-338b8a73a914</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Yes, looks like something is turned on. What is the actual power consumption we are seeing her?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idle mode between advertisements</title><link>https://devzone.nordicsemi.com/thread/37322?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2015 18:09:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9aee2ac-7d8f-456a-8c65-fa262e4952f2</guid><dc:creator>Radu B.</dc:creator><description>&lt;p&gt;It is my own code, but the code blocks when calling sd_app_evt_wait since there is no event to be handled.
I have set a LED to be turned on if that function ever returns, but that is not the case.
I currently suspect it is a running timer/rtc but no rtc/timer interrupt is called. The frequency of the spikes (the zoomed in part is not shown in my picture) matches the configuration of the RTC, but it should be disabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idle mode between advertisements</title><link>https://devzone.nordicsemi.com/thread/37321?ContentTypeID=1</link><pubDate>Wed, 04 Nov 2015 20:00:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:700063c9-9ec8-44d2-881a-7accdfa23d81</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Is this an SDK example? What do you do in your loop while advertising? Can you try to call this function:
static void power_manage(void)
{
uint32_t err_code = sd_app_evt_wait();
APP_ERROR_CHECK(err_code);
}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>