<?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>BLE continuosly consuming Power even after I disconnect it.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24559/ble-continuosly-consuming-power-even-after-i-disconnect-it</link><description>Hi, 
 I am working on NRF52 custom board with 3.7mA 27mAH battery, working on BLE app UART example SDK11 with SoftdeviceS132V2.0. 
 I made BLE advertise for 20 sec interval on button action, if I observe current across the Battery it is continuously</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Aug 2017 09:05:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24559/ble-continuosly-consuming-power-even-after-i-disconnect-it" /><item><title>RE: BLE continuosly consuming Power even after I disconnect it.</title><link>https://devzone.nordicsemi.com/thread/96690?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 09:05:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20670801-cfc8-4652-afc1-a69faa1e3aa0</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Have you tried removing all components not relevant to the nRF52? I am pretty confident that those 29mA currents are not caused by the nRF52. You can create a support case on &lt;a href="https://www.nordicsemi.com/eng/nordic/mypage"&gt;MyPage&lt;/a&gt; if you want your schematics and PCBs reviewed with confidentiality.&lt;/p&gt;
&lt;p&gt;Have you modified the NUS example in any way? It may be some events that don&amp;#39;t get cleared and keep the CPU awake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE continuosly consuming Power even after I disconnect it.</title><link>https://devzone.nordicsemi.com/thread/96691?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 05:47:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08977e03-21d4-4ec4-9083-f5ad59160662</guid><dc:creator>saiteja</dc:creator><description>&lt;p&gt;Hi Martin,
i am unable to update my schematics, and yes i am using other components but i am not even initialized those(Not operating those components).the components are MMA862fc and little motor.&lt;/p&gt;
&lt;p&gt;I observed that I am using NUS service to send and receive info through mobile and NRF52. so once I send a command it is increasing to 6mA and current waveform staying at same Level. is there any ble_nus_uninit function to un initialize NUS service once command received.&lt;/p&gt;
&lt;p&gt;i even used&lt;/p&gt;
&lt;p&gt;static void sleep_mode_enter(void) {
uint32_t err_code =
bsp_indication_set(BSP_INDICATE_IDLE);
APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;	err_code = sd_power_system_off();
	APP_ERROR_CHECK(err_code); }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;once i received BLE command from nrftoolbox but it is disconnecting the BLE connection from mobile. and BLE connection not stable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE continuosly consuming Power even after I disconnect it.</title><link>https://devzone.nordicsemi.com/thread/96689?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 12:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:212ff892-aa5b-4fbf-8f5d-0b5f137c3ad9</guid><dc:creator>saiteja</dc:creator><description>&lt;p&gt;After BLE_Disconnect i am using sd_app_evt_wait() and also in main function LowpowerManage function is continously running in while Loop.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE continuosly consuming Power even after I disconnect it.</title><link>https://devzone.nordicsemi.com/thread/96688?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 11:58:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:736e2b8d-ee7c-44f5-b9b0-e9b722556b36</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;It sounds like you have some sort of short circuit somewhere. The nRF52 should definitely not draw 29mA alone. The extra 6mA when you transmit or actually use the nRF52 might make sense though, and maybe the CPU fails to enter sleep mode again after the connection and continues to draw extra current.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Can you upload your schematic and PCB layout?&lt;/li&gt;
&lt;li&gt;Do you have other components on your board?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>