<?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 measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42581/how-to-measure-current-on-board-pca10056</link><description>Board：PCA10056 （0.9.3） 
 SDK：15.2 
 Softdevice：S140 
 Example：ble_app_blinky 
 
 Today，I follow this page Using an ampere-meter for current measurement to measure the current, 
 And follow this page Preparing the development kit board to prepare the board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Jan 2019 08:04:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42581/how-to-measure-current-on-board-pca10056" /><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/166400?ContentTypeID=1</link><pubDate>Fri, 18 Jan 2019 08:04:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:877907cf-c3db-484b-9c5d-aab55c3f9626</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;OK，I&amp;nbsp;see&amp;nbsp;what&amp;nbsp;you&amp;nbsp;mean。I may need to change my measurement&amp;nbsp;Tool.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/166208?ContentTypeID=1</link><pubDate>Thu, 17 Jan 2019 12:00:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab04d38f-9d86-4e8c-a45b-ea0b0caa9310</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are comparing apples and bananas. Your ampere-meter is measuring total average current (not similar to idle current) but comparing with idle current (not similar to average current).&lt;/p&gt;
&lt;p&gt;Idle current is the instantaneous current consumption (sleep current) when the SoC is asleep between the advertising events, while average current is the average current consumption over&amp;nbsp;the advertising event and the idle period before the next advertising event (1s). As the current consumption during the advertising event is higher than the sleep current, the total average current will be different and higher than the sleep current.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/166171?ContentTypeID=1</link><pubDate>Thu, 17 Jan 2019 10:03:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea6bece1-86de-4407-b53e-03d52a722c44</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;Thanks for you reply,&lt;/p&gt;
&lt;p&gt;If there is no problem with the current measurement method, then I think it may be the PCA10056 hardware problem.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;program&amp;nbsp;the same hex&amp;nbsp;to my custom board, the current is 14uA when it&amp;#39;s &lt;span&gt;advertising (1S advertising interval).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;About&amp;nbsp;the&amp;nbsp;custom board:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. It is just a MCU and a SWD interface&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. use external 32k&amp;nbsp;Crystal oscillator&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. Use RTC1&amp;nbsp; as the app timer.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. SYSTEM ON mode and low power sub-mode&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. advertising interval is 1S, I think it&amp;#39;s&amp;nbsp;enough&amp;nbsp;to&amp;nbsp;measure&amp;nbsp;the&amp;nbsp;current&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I use power profiler calculator to calculate the current of custom board, it&amp;nbsp;shows&amp;nbsp;the&amp;nbsp;IDLE&amp;nbsp;current should be 2.5uA.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So,&amp;nbsp;the anther question is what would cause the current to be 14 uA instead of 2.5 uA?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/166142?ContentTypeID=1</link><pubDate>Thu, 17 Jan 2019 08:14:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e36fee2-3dcc-4eda-8afd-a7e681cc2649</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;OK, if you have changed the example it is not possible for me to judge if the current consumption is correct or not.&lt;/p&gt;
&lt;p&gt;When advertising and in a connection, the nRF52840 switches the radio on and off, between TX and RX, and uses CPU and other peripherals depending on what your application tells the Softdevice and the HW. Radio on is typically when the instantaneous current consumption is highest, so with a larger ratio of time the radio is on, the average current consumption will increase. This is mainly affected by advertising/connection intervals and packet length, shorter intervals and longer packets mean higher current consumption.&lt;/p&gt;
&lt;p&gt;Your setup should be correct from what I can see. 1.3-1.6 mA is plausible, but as mentioned it depends on what intervals and packet settings you have configured.&lt;/p&gt;
&lt;p&gt;1.x µA is typically the system ON current, sleep current between the radio events. Achieving this as average current consumption is strictly not possible if you want to do anything besides sleeping, but obviously average current consumption will approach this value as the intervals increase.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suggest that you take a look at our power profiler calculator:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/power"&gt;https://devzone.nordicsemi.com/power&lt;/a&gt;&amp;nbsp;Set up the same settings as in your application and compare it with what the calculator spits out. If you do not know your settings, narrowing down that would have to be done first, it is hard to judge power consumption if not.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also keep in mind that your board (v0.9.3) has an engineering A revision SoC on it. This is an unfinished device, as such current consumption in the production revision (v1.0.0) might be different because of improvements, optimizations and bug fixes.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/166111?ContentTypeID=1</link><pubDate>Thu, 17 Jan 2019 01:14:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b0f2722-7425-4532-8f2a-36c4f200a5ab</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;Thanks for your reply,&lt;/p&gt;
&lt;p&gt;Yes, I find it has been changed.so, I programmed with&amp;nbsp;The original procedure.&lt;/p&gt;
&lt;p&gt;And now, the current is 1.6mA when it&amp;#39;s advertising, 1.35mA when it&amp;#39;s connected with phone.&lt;/p&gt;
&lt;p&gt;so, I have&amp;nbsp;a few questions:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;Is the method of measuring current correct?&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;The current 1.35mA when advertising,&lt;strong&gt; is it normal? How&amp;nbsp;much it should be?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;According to the reference manual, the current should be 1.x uA, it&amp;#39;s Right?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; If so, how can I reduce&amp;nbsp;current&amp;nbsp;from 1.35 mA to 1.x uA?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/166054?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 15:26:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ca5bb83-f55c-4ebb-b627-5918bc9c6fcc</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This sounds a little high, have you modified the example in any way?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure current on board PCA10056</title><link>https://devzone.nordicsemi.com/thread/165861?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 05:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2901a3a5-7ec2-4c52-9a26-324fe0600a0f</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;Add the&amp;nbsp;page link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52840_pdk/hw_measure_ampmeter.html?cp=2_0_3_7_8_2"&gt;Using an ampere-meter for current measurement&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52840_pdk/prepare_board.html?cp=2_0_3_7_8_0"&gt;Preparing the development kit board&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52840_pdk/direct_supply.html?cp=2_0_3_7_2_4"&gt;nRF52840 direct supply&lt;/a&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></channel></rss>