<?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>Micro:Bit, nRF51822-QFAA and Low Power</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24102/micro-bit-nrf51822-qfaa-and-low-power</link><description>Hi, 
 My first objectif is that the Micro:Bit consumes less than 2μA without the BLE. I read that the Micro:Bit program was not powered if the Micro:Bit is powered by the JTS connector (I transform the program into J-Link). In addition, I removed the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 05 Aug 2017 10:58:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24102/micro-bit-nrf51822-qfaa-and-low-power" /><item><title>RE: Micro:Bit, nRF51822-QFAA and Low Power</title><link>https://devzone.nordicsemi.com/thread/94883?ContentTypeID=1</link><pubDate>Sat, 05 Aug 2017 10:58:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:860f6027-bfe6-4d6b-bc1a-e6fb0a71e03a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi Jennifer,&lt;/p&gt;
&lt;p&gt;That&amp;#39;s all what you have on nRF5x chips. Either calling directly WFE/WFI low-level instructions to set your MCU to &amp;quot;wait for event/interrupt&amp;quot; mode (which is effectively &amp;quot;SLEEP&amp;quot; mode when chip is in power on state) or call subsequent SD function &lt;code&gt;sd_app_evt_wait()&lt;/code&gt; which does effectively exactly the same inside Nordic stack. If you don&amp;#39;t need any function running (meaning you don&amp;#39;t wait for any RTC/TIMER interrupt or similar) and you expect to be woken-up by external trigger (button or power off/on) then you can use POWER OFF mode which basically turns everything off. However you cannot run any internal timer (so no periodical radio activity for BLE or similar thing possible) and wake-up is effectively reset procedure (you start-up the chip like it would be reset, but you can hold some volatile data through the POWER OFF).&lt;/p&gt;
&lt;p&gt;Note that there exists &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/"&gt;how to optimize power consumption guide for nRF51&lt;/a&gt; and you won&amp;#39;t get any better advice on this forum. It&amp;#39;s also the highest ranking Q&amp;amp;A from all 24k at this moment, I&amp;#39;m sure you&amp;#39;ve see it when searching...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>