<?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 consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66227/power-consumption</link><description>Hi, 
 I&amp;#39;m developping a new application where the device normally is in low power (waiting button with an interrupt) 
 while(!gIsButtonSwitched) { __WFE(); } 
 the consumption here is 2uA (after the first reset of the board). 
 after pressing a button</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Sep 2020 08:53:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66227/power-consumption" /><item><title>RE: power consumption</title><link>https://devzone.nordicsemi.com/thread/271011?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2020 08:53:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27d36212-6022-4d5f-aedb-830a2a7a9966</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Marco&lt;/p&gt;
&lt;p&gt;The &lt;span&gt;nrf_sdh_disable_request(); function will request to disable the SoftDevice altogether, and should not be necessary unless you want to do any specific operations that require the SoftDevice being disabled.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you trying to go into system OFF or system ON mode when you put the device to sleep? Most of our BLE examples (the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_hrs.html"&gt;Heart Rate application&lt;/a&gt; for instance) includes both the idle_state_handle()&amp;nbsp; function for system ON sleep, and the sleep_mode_enter() function for system OFF sleep. If your plan is to wake the device up with the press of a button, I would suggest calling sleep_mode_enter() as that takes care of setting wake-up buttons etc.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In the end, you decide how you want to do sleep, and if you&amp;#39;re content with your setup, there should be no problems with disabling the SoftDevice before going to sleep, just keep in mind that you won&amp;#39;t be able to do any SoftDevice functions until you have initialized and enabled it again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption</title><link>https://devzone.nordicsemi.com/thread/270991?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2020 08:07:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35895935-7db8-413c-9d8e-182580007d2a</guid><dc:creator>Marco Pennacchietti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have found a sulution using&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nrf_sdh_disable_request();&lt;/p&gt;
&lt;p&gt;is corret?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>