<?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>Unexpected 4 mA Spikes Every 1 s When SoftDevice Enabled – How to Avoid Them?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125653/unexpected-4-ma-spikes-every-1-s-when-softdevice-enabled-how-to-avoid-them</link><description>Hi, 
 I’m testing low-power behavior on an nRF52811 device. 
 
 
 When SoftDevice is not enabled , calling nrf_pwr_mgmt_run() gives me a stable ~5 &amp;#181;A average with no visible spikes — working as expected. 
 
 
 When SoftDevice is enabled , the average</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Nov 2025 16:38:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125653/unexpected-4-ma-spikes-every-1-s-when-softdevice-enabled-how-to-avoid-them" /><item><title>RE: Unexpected 4 mA Spikes Every 1 s When SoftDevice Enabled – How to Avoid Them?</title><link>https://devzone.nordicsemi.com/thread/554949?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 16:38:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2c2b0c4-3f1e-4db4-93dd-b9b819b05078</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My apologies, I missed that the app_timer_start() is commented out in that snippet, but I&amp;#39;m pretty confident that what you see is as described &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/96312/large-current-spikes-1hz-with-softdevice-enabled/408080"&gt;here&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Setting&amp;nbsp;NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY to 0 should fix the issue,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unexpected 4 mA Spikes Every 1 s When SoftDevice Enabled – How to Avoid Them?</title><link>https://devzone.nordicsemi.com/thread/554766?ContentTypeID=1</link><pubDate>Wed, 19 Nov 2025 10:57:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7e2e619-f41f-46cc-80c1-5975fd3b8a55</guid><dc:creator>Purvesh patel</dc:creator><description>&lt;p&gt;this is not my code , i m recreating the situation in ble_buttonless_dfu&amp;nbsp; example of nrf5sdk&amp;nbsp;&lt;br /&gt;&lt;br /&gt;that was base with which i started&amp;nbsp;&lt;br /&gt;&lt;br /&gt;i noticed the same behaviour in it and it would be easy for you to recreate&lt;br /&gt;&lt;br /&gt;the only change is i commented out adv_start in it , so idle_state_handle could put device in sleep . My main concern are the spikes.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;last nrf5sdk with s140 soft device , tried on nrf52840 dk .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unexpected 4 mA Spikes Every 1 s When SoftDevice Enabled – How to Avoid Them?</title><link>https://devzone.nordicsemi.com/thread/554760?ContentTypeID=1</link><pubDate>Wed, 19 Nov 2025 09:51:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8ee7fc0-89cd-4975-af6e-4b8a98c00adf</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I think this is due to the app timer that you start in the code:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static void application_timers_start(void)
{
/* YOUR_JOB: Start your timers. below is an example of how to start a timer.
uint32_t err_code;
err_code = app_timer_start(m_app_timer_id, TIMER_INTERVAL, NULL);
APP_ERROR_CHECK(err_code); */
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t find the definition of TIMER_INTERVAL so difficult to see if the timeout aligns with your measurements. But you could try to comment out that as well,&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unexpected 4 mA Spikes Every 1 s When SoftDevice Enabled – How to Avoid Them?</title><link>https://devzone.nordicsemi.com/thread/554506?ContentTypeID=1</link><pubDate>Mon, 17 Nov 2025 11:38:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d787991-f27e-49d7-8377-84815d6b1596</guid><dc:creator>Purvesh patel</dc:creator><description>&lt;p&gt;not doing adv and conn during that period.&lt;br /&gt;&lt;br /&gt;the device should go to sleep after adv timeout.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i have set up a wakeup timer using app_timer for it to again start adv.&lt;br /&gt;&lt;br /&gt;but during sleep i keep getting spikes which are not desirable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unexpected 4 mA Spikes Every 1 s When SoftDevice Enabled – How to Avoid Them?</title><link>https://devzone.nordicsemi.com/thread/554505?ContentTypeID=1</link><pubDate>Mon, 17 Nov 2025 11:34:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c89ed852-ef51-4a44-8ab2-2e74db3e457b</guid><dc:creator>snoopy20</dc:creator><description>&lt;p&gt;If you&amp;#39;re not doing advertising or connections why would you have SoftDevice enabled?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>