<?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>Simple nRF51822 Power Consumption Examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3889/simple-nrf51822-power-consumption-examples</link><description>I am trying to look at power consumption for very basic use cases to understand how often I need to go into SYSTEM OFF state. I have a development board and am measuring current drawn by the board for two very simple examples. I am hoping someone can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 04 Jan 2015 19:57:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3889/simple-nrf51822-power-consumption-examples" /><item><title>RE: Simple nRF51822 Power Consumption Examples</title><link>https://devzone.nordicsemi.com/thread/13995?ContentTypeID=1</link><pubDate>Sun, 04 Jan 2015 19:57:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38b61299-e6f2-42f4-b309-54cd0a14ac66</guid><dc:creator>Amund Gloms&amp;#229;s</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure wish thread I should post this. But I tried &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples/blob/master/system-on-wakeup-on-rtc/main.c"&gt;system-on-wakeup-on-rtc&lt;/a&gt; on the PCA10006 board and measured 1,5mV on K2. This should give about 15uA. Is there someone who has better result for this, and can tell me how to do that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple nRF51822 Power Consumption Examples</title><link>https://devzone.nordicsemi.com/thread/13994?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 13:13:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a193c71b-e3fc-49af-af9b-7be5c9b18015</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;An appropriate code reference for putting the chip into low power mode without using the softdevice, please look at the &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples"&gt;powerdown examples&lt;/a&gt; on the Nordic&amp;#39;s Github, specifically look at the system-on-wakeup-on-gpio example to test the System On low power mode current constumption.&lt;/p&gt;
&lt;p&gt;For measuring the current consumption for the softdevice, you can run the ble_app_hrs for the evaluation kit, which is power optimized, as stated in the &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/6.1.0/s110/html/a00067.html"&gt;documentation for the example&lt;/a&gt;. The &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/6.1.0/s110/html/a00066.html"&gt;ble_app_hrs example for the development board&lt;/a&gt; is not power optimized, but you can make it power optimized by enabling compiler optimization. &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/#reply-5187"&gt;This thread&lt;/a&gt; describes how to enable compiler optimization and also contains a lot of good hints on how to minimize current consumption of nRF51 devices.&lt;/p&gt;
&lt;p&gt;In our code above, the 700 uA current consumption is normal when using the synthesized low frequency clock, you should instead use a crystal or the internal RC with calibration, see the &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/#reply-5187"&gt;same thread&lt;/a&gt; as I pointed to earlier. For the current consumption without the softdevice, you should measure ~2.6uA, and that is what you should see when trying the low power example I pointed you to earlier for System On low power mode. For System Off low power mode, you should see ~0.6uA with no RAM retention. These current consumption numbers for the different modes are stated in table 27 in the nRF51822 PS v2.0.&lt;/p&gt;
&lt;p&gt;Further information on power consumption and current measurements, including troubleshooting is found on &lt;a href="https://devzone.nordicsemi.com/question/6856/nrf51822-consume-with-using-the-softdevice/"&gt;this thread&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>