<?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>Energy Consumption of nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44032/energy-consumption-of-nrf52832</link><description>Dear Nordic Team, 
 we are developing a system with Bluetooth Low Energy and Zigbee capabilities (using the TI CC2630 microcontroller as Zigbee external communication device). In order to support BLE and Zigbee communication in parallel we have enabled</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Feb 2019 07:14:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44032/energy-consumption-of-nrf52832" /><item><title>RE: Energy Consumption of nrf52832</title><link>https://devzone.nordicsemi.com/thread/172678?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 07:14:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a26bccfb-defb-4d5d-b52e-6c0ad74608b8</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This difference seems like the high frequency clock (HFCLK) is running in your application. Do you need the HFCLK for the multiprotocol functionalities? I recommend you use the register directly to control the HFCLK to turn it off when not needed at least.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;if (!(NRF_CLOCK-&amp;gt;HFCLKSTAT &amp;amp; CLOCK_HFCLKSTAT_SRC_Msk))

{

  NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1;

  NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;

  while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0);

}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;As for your initial question, no the SoftDevice should not consume more power using the Timeslot API specifically.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/1657/how-to-minimize-current-consumption-for-ble-application-on-nrf51822"&gt;This post&lt;/a&gt; explains just about everything there is to know about reducing current consumption, so I suggest you take a look to find the best ways to do this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>