<?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>How to turn off the Bluetooth module?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86961/how-to-turn-off-the-bluetooth-module</link><description>Hi everyone. I have to turn off the bluetooth module to save battery. I am using the SDK example &amp;quot;ble_app_template_pca10056_s140&amp;quot;. To start the advertisement I use the &amp;quot;ble_advertising_start&amp;quot; command, to stop the advertisement I use the &amp;quot;sd_ble_gap_disconnect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Apr 2022 13:21:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86961/how-to-turn-off-the-bluetooth-module" /><item><title>RE: How to turn off the Bluetooth module?</title><link>https://devzone.nordicsemi.com/thread/363610?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 13:21:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80c3e8f3-f430-422b-9beb-c6b91ffa05e9</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;The SoftDevice&amp;#39;s power consumption will mainly stem from the CPU and RADIO activity during the radio events.&lt;br /&gt;Between these events the SoftDevice only keeps the low-power RTC running, in order to know when the next event will take place - this does not draw a lot of power.&lt;/p&gt;
[quote user=""]I can&amp;#39;t put the microcontroller in sleep mode as there are other operations that the microcontroller has to do besides the bluetooth management.[/quote]
&lt;p&gt;The nRF should be staying in SYSTEM_ON sleep to minimize the power consumption. While this is a sleep mode the CPU is kept IDLE so that it can be woken up at a very short notice. The CPU will wake to process any events that are generated.&lt;br /&gt;What else than BLE will your device be doing?&lt;br /&gt; What is your average power consumption currently?&lt;br /&gt;Are you seeing an increase in sleep-mode power consumption before and after your call to enable the SoftDevice? If so, how large is this increase?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>