<?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>possible to shutdown soft device or BLE after init to achieve low power?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10425/possible-to-shutdown-soft-device-or-ble-after-init-to-achieve-low-power</link><description>Hey guys, 
 With the BLE stack initialized, I’m not able to get the power down to where I’d expect with nRF51822, running SD S110 8.0 and SDK 9-2. 
 I’ve tried three, very basic tests, with current measured at the battery. See test code below, where</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Dec 2015 11:49:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10425/possible-to-shutdown-soft-device-or-ble-after-init-to-achieve-low-power" /><item><title>RE: possible to shutdown soft device or BLE after init to achieve low power?</title><link>https://devzone.nordicsemi.com/thread/38743?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2015 11:49:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db717400-9f5e-4f3d-aa3c-6449f6171131</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;If the answer was correct, please accept and close the question. This is important for the forum as other users know if the answer was correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: possible to shutdown soft device or BLE after init to achieve low power?</title><link>https://devzone.nordicsemi.com/thread/38742?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 09:46:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99a40655-dbb7-447c-b6c1-1387b23ec7a5</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The SoftDevice does not stop the LFCLK when it disables because other modules may use it (like app_timer). To stop the LFCLK add this line of code (after softdevice is disabled):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_CLOCK-&amp;gt;TASKS_LFCLKSTOP = 1;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: possible to shutdown soft device or BLE after init to achieve low power?</title><link>https://devzone.nordicsemi.com/thread/38741?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 01:34:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea5bcfa9-0565-4c7e-a752-781884d111f1</guid><dc:creator>Brian</dc:creator><description>&lt;p&gt;Thanks Ole!  Understood.  But, shouldn&amp;#39;t we be able to turn off the soft device, after we have initialized it so that we shutdown the clock all together and get back to ~2.2uA as measured before we initialized BLE?&lt;/p&gt;
&lt;p&gt;...by calling these functions?
softdevice_handler_sd_disable();
sd_softdevice_disable();&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: possible to shutdown soft device or BLE after init to achieve low power?</title><link>https://devzone.nordicsemi.com/thread/38740?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2015 09:28:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6be21a4d-4b83-427a-a041-01ecc88d8497</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;You are using synthesized LFCLK. This requires the HFCLK to be running. To get 250ppm accuracy, the HFCLK must be generated from the HFCLK crystal oscillator. I tested and get around 300uA.&lt;/p&gt;
&lt;p&gt;I suggest you use NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>