<?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>High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31189/high-current-consumption-with-nrf52840-dk</link><description>Dear Madam/Sir, 
 I&amp;#39;m measuring the nRF52840 DK current consumption with my custom ble_peripheral app and other example ble_peripheral apps, namely ble_app_proximity, ble_app_pwr_profiling, and I&amp;#39;m registering in my ampere meter some continuous 0.800mA</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Oct 2018 10:56:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31189/high-current-consumption-with-nrf52840-dk" /><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/151200?ContentTypeID=1</link><pubDate>Tue, 02 Oct 2018 10:56:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bee0aa7-a65a-42ff-b01e-8296c68625aa</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Hi Stian,&lt;/p&gt;
&lt;p&gt;We tried to consider the LP mode saadc&amp;nbsp;and it seems to indeed decrease the power consumption to normal levels.&lt;/p&gt;
&lt;p&gt;Yet, we also tried in Normal ADC mode to initialize the adc before requesting a&amp;nbsp;nrf_drv_saadc_sample and unintialized it after the&amp;nbsp;saadc_event_handler is called and the power consumption also stays at normal levels. Both &amp;quot;always-on LP ADC&amp;quot; mode or &amp;quot;turn_on-read-turn_off Normal ADC&amp;quot; mode seem to retrieve the same voltage measurements.&lt;/p&gt;
&lt;p&gt;Are both methods OK to use or would one be more precise than the other?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/149370?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 09:08:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e88d5d8-d067-4756-b52d-b1ef7210bf97</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, there is a low power mode in the saadc driver. Please check out this: &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/hardware_driver_saadc.html?cp=4_0_0_2_0_12_1_1#saadc_nonblocking"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/hardware_driver_saadc.html?cp=4_0_0_2_0_12_1_1#saadc_nonblocking&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/group__nrf__drv__saadc__config.html?cp=4_0_0_6_9_0_19_0_0_1#ga7e7da65888f2c0169a53fbf379c1e79c"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/group__nrf__drv__saadc__config.html?cp=4_0_0_6_9_0_19_0_0_1#ga7e7da65888f2c0169a53fbf379c1e79c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/148798?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 11:38:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0b51f13-6269-46ff-ba01-9fd547608c36</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Hi again Stian,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;After a lot of debugging I found the culprit was in the adc_configure() function that I copied from the ble_app_proximity example and which is consuming 500uA continuously. The same applies to the saadc example which makes use of the ADC.&lt;/p&gt;
&lt;p&gt;Is it a bug or is there a way to turn of the ADC while we are not using it? In our example, we are using the ADC to read the battery level every 8hours.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Looking forward to your reply,&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/148079?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 15:58:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e7b70d1-8430-4395-908f-aae6e51d94fe</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Hi Stian,&lt;/p&gt;
&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;As pinouts from the board&amp;nbsp;we are&amp;nbsp;only using 1 Button input and 3 LEDs output (in our custom board associated with a driver that drives a piezo buzzer) that are turned off from start and used on request from a mobile app, through a&amp;nbsp;characteristic. Please find the schematics below in attachment.&lt;/p&gt;
&lt;p&gt;We are just using PWM also on demand to light up the LEDs - which is uninitialised when starting the peripheral and&amp;nbsp;after lighting up&amp;nbsp;the LEDs - and no other peripherals.&lt;/p&gt;
&lt;p&gt;Could you&amp;nbsp;guess&amp;nbsp;what might be causing such 1mA in idle? You previously referred I had a timer being triggered every 1ms but currently there is none.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you again for your help,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/jloliveira_2D00_app_5F00_shematic.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/147991?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 11:05:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa42dac3-34d1-4921-bdb8-649ebbf99889</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I measured around 1mA in idle. Seems like some pins are floating (drifting current), so I need the pinout info so I can terminate the floating inputs. A schematic or similar would be nice.&lt;/p&gt;
&lt;p&gt;What is the expected idle current? Are you running PWM, UART or any other peripherals?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/147854?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 17:30:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:222edbe1-406a-497a-ba30-a2a25d3d5806</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Dear Stian,&lt;/p&gt;
&lt;p&gt;Did you have the opportunity to check my previous message, and could you please check if &lt;span&gt;the current consumption of the final .hex I sent is now at normal levels?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you very much,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jo&amp;atilde;o&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/147238?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 18:43:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b0e7c80-034e-42de-8eb3-46a8dd36b61a</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Dear Stian,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this message finds you well after so long.&lt;/p&gt;
&lt;p&gt;The development of our peripheral app is finally finished&amp;nbsp;(with the &lt;span&gt;nrf_drv_pwm_uninit() taken into account)&lt;/span&gt;&amp;nbsp;and successfully migrated to SDK15 and SoftDevice6.0.0, while also making use of NFC T4T with read/write capabilities.&lt;/p&gt;
&lt;p&gt;Can you please test the final .hex in attachment and check if the current consumption is now at normal levels for both advertising and connection, considering a Tx Power of +4dBm for both?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/joliveira_2D00_app_5F00_tx4dbm_5F00_pca10056_5F00_s140.hex"&gt;devzone.nordicsemi.com/.../joliveira_2D00_app_5F00_tx4dbm_5F00_pca10056_5F00_s140.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/128805?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 12:56:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26c5b906-f7ae-467f-8447-50216df09cae</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;You need to call nrf_drv_pwm_uninit() when you&amp;#39;re not using the pwm. Try this and see what happens.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/128505?ContentTypeID=1</link><pubDate>Mon, 16 Apr 2018 14:24:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b50168ea-ea75-47e5-9086-0861149ee5c3</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Hi Stian,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I guess the 1ms timer was still there due to a missing #define in the code that activates it in debug mode - I&amp;#39;ll send you a corrected .hex as soon as I solve the PWM issue you refer to.&lt;/p&gt;
&lt;p&gt;How come the PWM consumes 0.5mA in idle mode? I just use the PWM to ring a buzzer for 10secs when requested by the user via mobile-app. How should I make sure the PWM is only activated and consuming when the user requires to ring the buzzer, and is totally deactivated afterwards?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/128495?ContentTypeID=1</link><pubDate>Mon, 16 Apr 2018 13:49:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d66fd3cd-7b7c-46c3-bd20-fbf6615abb6f</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi sorry for the late reply. I checked the current consumption and I can see that you have enabled the PWM. Unfortunately the PWM requires the HF clock to be running all the time, which gives about 0.5mA consumption in idle. Also, I still see the 1ms spikes. This adds up to about 750 uA in idle for both of the hex files you sent.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/128287?ContentTypeID=1</link><pubDate>Fri, 13 Apr 2018 16:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112d4d4a-ad5e-43d2-9671-f60a0c0708b6</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Dear Stian,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any news regarding my previous message and new power consumption tests?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/127422?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 12:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab72e14f-de3f-430d-9727-77221495e38c</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Dear Stian,&lt;/p&gt;
&lt;p&gt;Thank you very much for your clarification and tests.&lt;/p&gt;
&lt;p&gt;I found the culprit for the 1ms timer you reported, cleaned the whole code and migrated the app to SDK15 and Softdevice6.0.0, with TX_Power +8dB/+4dBm and &lt;span&gt;NRF_LOG_ENABLE = 0, but now also using the PWM Driver, which is initialised in the&amp;nbsp;beginning&amp;nbsp;but only operated via characteristic commands to control the LEDs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you please retest the .hex file in attachment in advertise and connection modes, with TX_Power +8dBm and TX_Power +4dBm, to check the overall current consumption and if there are still means to decrease it?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jo&amp;atilde;o&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/jloliveira_2D00_app_5F00_tx8dbm_5F00_pca10056_5F00_s140.hex"&gt;devzone.nordicsemi.com/.../jloliveira_2D00_app_5F00_tx8dbm_5F00_pca10056_5F00_s140.hex&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/jloliveira_2D00_app_5F00_tx4dbm_5F00_pca10056_5F00_s140.hex"&gt;devzone.nordicsemi.com/.../jloliveira_2D00_app_5F00_tx4dbm_5F00_pca10056_5F00_s140.hex&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/124565?ContentTypeID=1</link><pubDate>Thu, 15 Mar 2018 12:09:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fe3699d-d2ee-43ee-bd09-87b3c2b92a0e</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;NRF_LOG_ENABLED = 0 also ensures that the UART peripheral is not turned on, which is the reason for the current consumption. Not the logging data itself. So it might not be enough to only avoid logging calls. But I&amp;#39;m not sure how you did it, so maybe it works. Anyways, in the hex files you sent, logging seems to be properly turned off. So I&amp;#39;m attaching plots from the measurements below&lt;/p&gt;
&lt;p&gt;From what I can see you have a timer which wakes up the chip every 1ms. This leads to an additional 140 uA in idle (between BLE events)&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-945e2feb7ce14e08a317a158107a625f/idle_5F00_1ms_5F00_wakeup.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;During advertising (2.25s interval) average current is 151 uA:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-945e2feb7ce14e08a317a158107a625f/ble_5F00_adv_5F00_2.25s.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In connection I see that you continue to advertise every 4 seconds, and connection interval is about 1.16 s? Average current is 148 uA:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-945e2feb7ce14e08a317a158107a625f/ble_5F00_con_5F00_1.16ms_5F00_adv_5F00_4s.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;To compare with the pwr_profiling application you sent. You can see that the idle current is a lot lower:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-945e2feb7ce14e08a317a158107a625f/idle_5F00_pwr_5F00_profiling.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;A good idea would be to increase the timer wakeup interval. You should be able to get the idle current down a lot by increasing the interval.&lt;/p&gt;
&lt;p&gt;Last plot is the pwr_profiling hex you sent with log disabled. You can use this as a reference for your measurements. As far as I know all the examples in the SDK has logging enabled by default.&lt;/p&gt;
&lt;p&gt;Regarding the radio current in the PS v0.5 pdf, this is an old version of the PS, the newest is now 0.5.1. The numbers are expected to change because this is still an alpha release of the documentation.&lt;/p&gt;
&lt;p&gt;HFCLK and DMA are only running when requested by peripherals (unless you manually start the HF crystal). The radio needs HFCLK and DMA, hence they are requested, and can not be turned off during radio activity. After the BLE event they will be turned off and therefore will not have an impact on idle current.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/124468?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 21:38:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95805f0d-ef15-48aa-94df-39c455587850</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Dear Stian,&lt;/p&gt;
&lt;p&gt;Any news regarding my previous message and questions?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Jo&amp;atilde;o&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/123313?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 18:43:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f4360a5-d711-4068-b718-b0a0741d00de</guid><dc:creator>jloliveira</dc:creator><description>&lt;p&gt;Dear Stian,&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;Regarding the Logging, I didn&amp;#39;t know setting&amp;nbsp;&lt;span&gt;NRF_LOG_ENABLED to 0 would be enough to totally disable Logging. Yet, I have a define that unconsiders all Logging calls,&amp;nbsp;thus it shouldn&amp;#39;t consume. I don&amp;#39;t have access to the measuring instruments right now, so I just set NRF_LOG_ENABLED to 0 and send you the hex file in attachment for your measurements - thank you very much for it. If possible, please provide me the measurements in advertise and connection modes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But is there any ble_peripheral example that is optimized for low consumption, running DC/DC, and that&amp;nbsp;I should consider for comparison? I also send you in attachment the hex of the original ble_app_pwr_profiling with NRF_LOG_ENABLE set to 0 for your measurements (have to press button1 for it to start).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regarding the TX peak current, although the infocenter reports 14.1mA at +8dBm, the &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF52840_OPS_v0.5.pdf"&gt;PS pdf&lt;/a&gt; in page 286 states that it consumes 13.6mA at +9dBm, both DC/DC at 3V. Why the difference?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And is&amp;nbsp;HFCLK and DMA 0.8mA current&amp;nbsp;drain supposed to occur persistently during run-time or only during radio events? Is there a way to turn them off?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/jloliveira_2D00_app_5F00_pca10056_5F00_s140.hex"&gt;devzone.nordicsemi.com/.../jloliveira_2D00_app_5F00_pca10056_5F00_s140.hex&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_pwr_5F00_profiling_5F00_pca10056_5F00_s140.hex"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_pwr_5F00_profiling_5F00_pca10056_5F00_s140.hex&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jo&amp;atilde;o&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption with nRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/123296?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 15:48:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd688266-9573-46dd-b21b-ebb40f7fee46</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, most likely the current you are seeing is because of logging. The best way to disable this is to set&amp;nbsp; NRF_LOG_ENABLED to 0 in sdk_config.h. You should leave all the logging related calls in the code as they are originally, setting NRF_LOG_ENABLED to 0 is sufficient to completely disable logging. &lt;/p&gt;
&lt;p&gt;When using the VEXT-&amp;gt;nRF switch the current bypasses the debugging chip (and everything else on the DK) and goes directly from P21 (external supply) to nRF. Because of this you need to keep the main USB cable connected in order to power the rest of the components on the chip. Otherwise you get higher current draw.&lt;/p&gt;
&lt;p&gt;If you want you can post your hex file here and then I can do measurements for you.&lt;/p&gt;
&lt;p&gt;Regarding the radio TX peak current. You mean +8dBm right?&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52840.ps/radio.html#unique_1660977139"&gt; From the PS&lt;/a&gt;:&lt;/p&gt;
&lt;table border="1" cellpadding="4" cellspacing="0" frame="border" rules="all" summary=""&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="1" headers="d21479822e45534" rowspan="1" valign="top" width="12.82051282051282%"&gt;I&lt;sub&gt;TX,PLUS8dBM,DCDC&lt;/sub&gt;&lt;/td&gt;
&lt;td colspan="1" headers="d21479822e45537" rowspan="1" valign="top" width="38.46153846153847%"&gt;
&lt;p&gt;TX only run current (DCDC, 3V) P&lt;sub&gt;RF&lt;/sub&gt; =+8 dBm&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="1" headers="d21479822e45553" rowspan="1" valign="top" width="6.41025641025641%"&gt;&lt;span&gt;14.1&lt;/span&gt;&lt;/td&gt;
&lt;td colspan="1" headers="d21479822e45559" rowspan="1" valign="top" width="3.8461538461538463%"&gt;mA&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Also, this current is without HFCLK and DMA current. So you should add another 0.8mA to this. The current consumption scenarios chapter in the PS is supposed to cover this, but it does not include +8dBm yet unfortunately. &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52840.ps/pmu.html#unique_1132745023"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52840.ps/pmu.html#unique_1132745023&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>