<?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>In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26839/in-sleep-mode-how-much-is-the-power-consumption-of-nrf51802</link><description>no interrupt,minimum value，nrf1802，</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Nov 2017 12:40:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26839/in-sleep-mode-how-much-is-the-power-consumption-of-nrf51802" /><item><title>RE: In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/thread/105495?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 12:40:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00f79f6e-4d52-4a92-a348-bbe5c25355ae</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;By using  __WFE(); __SEV(); __WFE(); you are putting the chip in &lt;code&gt;System ON&lt;/code&gt; sleep mode. Here you will use around ~2.8 µA.&lt;/p&gt;
&lt;p&gt;If you want to put the chip in &lt;code&gt;System OFF&lt;/code&gt; mode, where you use 0.6µ A use&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_POWER-&amp;gt;SYSTEMOFF = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or with the SoftDevice enabled, use &lt;code&gt;sd_power_system_off()&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/thread/105494?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 09:09:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:547955fc-c02c-4ebc-bde9-64770136e45d</guid><dc:creator>zp</dc:creator><description>&lt;p&gt;No SDK,
while(1){
__WFE();							
__SEV();
__WFE();
}
what caused different from nrf51802 and nrf51822.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/thread/105493?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 08:56:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9366d27-05ff-4a82-83e7-4cb9c9b54ca1</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Are you using the device in low-voltage mode ? It uses 1 μA more if the device is used in Low voltage mode(powering it from 1.8 V).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/thread/105497?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 08:40:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b39b644-a7ec-468f-92c6-6155f3af2f2d</guid><dc:creator>zp</dc:creator><description>&lt;p&gt;thank you for your answer .In system on sleep mode，the chip of nrf51802 consumes 2µA more power than nrf51822,Is this a normal parameter, what caused it？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/thread/105492?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 08:39:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64dda664-ca99-4619-9277-6ae75894b2eb</guid><dc:creator>zp</dc:creator><description>&lt;p&gt;thank you for your answer .In system on sleep mode，the chip of nrf51802 consumes 2µA more power than nrf51822,Is this a normal parameter, what caused it？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In sleep mode，How much is the power consumption of nrf51802？</title><link>https://devzone.nordicsemi.com/thread/105496?ContentTypeID=1</link><pubDate>Mon, 13 Nov 2017 09:46:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4059bf99-6307-418a-809e-e15bdd5b1c20</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The current in SYSTEM OFF mode, with no RAM
retention for the nRF51-series is 0.6µA&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>