<?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>Current profile in sleep mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81794/current-profile-in-sleep-mode</link><description>Hello, 
 We are using nrf52832 in our development, we recently got the otii arc to measure the power consumption of our device. 
 During sleep mode we notice a huge spikes of 56uA as you can notice in the attached picture. After looking to some information</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Nov 2021 08:45:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81794/current-profile-in-sleep-mode" /><item><title>RE: Current profile in sleep mode</title><link>https://devzone.nordicsemi.com/thread/339355?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 08:45:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:255b1dba-3b32-44cc-b232-1c71f9bddbd0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]How can we reduce these spikes?[/quote]
&lt;p&gt;Refresh mode is always enabled when in low power sleep.&lt;/p&gt;
[quote user=""]What will happen if the refresh mode doesn&amp;#39;t exist in the chip?[/quote]
&lt;p&gt;All nRF52 series devices have refresh mode.&lt;/p&gt;
[quote user=""]Are there other chips which the refresh mode doesn&amp;#39;t exist?[/quote]
&lt;p&gt;nRF51 series.&lt;/p&gt;
[quote user=""]Any other technique to reduce the current consumption during sleep mode?[/quote]
&lt;p&gt;The refresh mode is one of the techniques used to ensure lowest possible &lt;em&gt;average&lt;/em&gt; sleep current (which is normally what matters in batter powered devices). With this method, the regulator is on a short time, and off most of the time when current consumption is low. (This is because there is some loss in the regulator itself, and not using it more than required minimizes average current consumption).&lt;/p&gt;
[quote user=""]How can we achieve the ultra low power mentioned in the datasheet between 1.2uA to 1.9uA[/quote]
&lt;p&gt;This is something you can achieve when using system on low power mode with no resources active. If you have a LFCLK and RTC running (which is typically used in most real products as they need to keep track of time and wake up after a certain amount of time), you typically see a sleep current of about 2 uA. Not that all these numbers refers to average current consumption, and seen as there is refresh mode the peak current consumption will be much higher.&lt;/p&gt;
[quote user=""]To note we are putting the IC to sleep mode and waiting for an interrupt from GPIO we are also using I2C[/quote]
&lt;p&gt;Depending on how you have configured the wake on GPIO the current consumption is different. In this case, you must use SENSE and not GPIOTE PORT event in order to minimize the current consumption. You could even &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36475/nrf52832-go-system-off-low-power-mode-and-wakeup-by-gpio/140687#140687"&gt;use system off&lt;/a&gt; in this case, but then wakeup would be after a reset so this may not reduce the actual average power consumption, depending on your application (as everything must be initialized again).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>