<?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>Power modes in nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19711/power-modes-in-nrf51822</link><description>HI, 
 Which are the main characteristics of the different power down modes (sleep, deepsleep, power down, deep power down and deep power down(PHY off))?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Feb 2017 08:02:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19711/power-modes-in-nrf51822" /><item><title>RE: Power modes in nrf51822</title><link>https://devzone.nordicsemi.com/thread/76698?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 08:02:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17b8ac0f-d051-46d3-ac7b-60fb373b09e1</guid><dc:creator>mikelugarte</dc:creator><description>&lt;p&gt;I finally got to put my nRF51822 in system off mode. Now the current is about 4.5uA. Thanks for the answer!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power modes in nrf51822</title><link>https://devzone.nordicsemi.com/thread/76697?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 13:56:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e8f1776-55ee-4d80-968b-6661839557f8</guid><dc:creator>mikelugarte</dc:creator><description>&lt;p&gt;Hi,
I see that the function sd_power_system_off() needs the softdevice. If I compile it as default, do I need to merge it with the soft device .hex file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power modes in nrf51822</title><link>https://devzone.nordicsemi.com/thread/76696?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2017 09:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70ff2992-42b9-4476-ba17-36e7ddf1efc1</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You will have to use the &lt;code&gt;sd_power_system_off()&lt;/code&gt;function to enter System OFF which is declared in nrf_soc.h, see &lt;a href="https://developer.mbed.org/questions/60681/How-can-nRF51822-mKit-make-nRF51822-ente/"&gt;this&lt;/a&gt; mBed forum post. Power Down is equivalent to System OFF, i.e. everything is powered down except the wake-up circuitry. Deep sleep would be equivalent to System ON: Low power mode, which is entered by calling ble.waitForEvent(), see &lt;a href="https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/"&gt;this&lt;/a&gt; mBed forum post for more information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power modes in nrf51822</title><link>https://devzone.nordicsemi.com/thread/76695?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2017 09:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef453ce1-544f-4b7f-8b2f-d39b132b0b85</guid><dc:creator>mikelugarte</dc:creator><description>&lt;p&gt;So how is the system off mode called in mbed?&lt;/p&gt;
&lt;p&gt;And deepsleep, power down... are all power modes inside the system ON mode?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power modes in nrf51822</title><link>https://devzone.nordicsemi.com/thread/76694?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2017 09:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be8e7d20-bae6-4ce9-bae4-b753a09e053f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The nRF51 series has two power modes, System OFF and System ON, where System ON has a low power sub mode. The section below is quoted from the nRF51 Reference Manual, found &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.1.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;System OFF mode&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;System OFF is the deepest power saving
mode the system can enter. In this
mode, the system’s core functionality
is powered down and all ongoing tasks
are terminated. The only mechanism
that is functional and responsive in
this mode is the reset and the wakeup
mechanism.&lt;/p&gt;
&lt;p&gt;The system can be woken up from System
OFF mode either from the DETECT signal
(when active) generated by the GPIO
peripheral, by the ANADETECT signal
(when active) generated by the LPCOMP
module, or from a reset. When the
system wakes up from OFF mode, a
system reset is performed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;System ON mode&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;System ON mode is a fully operational
mode, where the CPU and all
peripherals are brought into a state
where they are functional. In System
ON mode the CPU can either be active
or sleeping in the &lt;strong&gt;low power sub
mode&lt;/strong&gt;. The CPU enters sleep by
executing the WFI or WFE instruction
found in the CPU’s instruction set. In
WFI sleep the CPU will wake up as a
result of an interrupt request if the
associated interrupt is enabled in the
NVIC. In WFE sleep the CPU will wake
up as a result of an interrupt request
regardless of the associated interrupt
being enabled in the NVIC or not.&lt;/p&gt;
&lt;p&gt;The system implements mechanisms to
automatically switch on and off the
appropriate power sources depending on
how many peripherals are active, and
how much power is needed at any given
time. The power requirement of a
peripheral is directly related to its
activity level.The activity level is
usually raised and lowered when
specific tasks are triggered or events
generated, see individual chapters
describing the different peripherals
for more information on how to
optimize power consumption in System
ON mode.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>