<?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>SDK14, S132 v5.0.0, nRF52832: Why is BLE advertising current so high according to the PPK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35679/sdk14-s132-v5-0-0-nrf52832-why-is-ble-advertising-current-so-high-according-to-the-ppk</link><description>I recently got the Power Profiling Kit set up with the Power Profile 2.0.0 desktop software on OSX to measure current of my custom board. Sleep current for the whole board measures approximately 8uA, which is right in line with my expectations based on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Jun 2018 11:07:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35679/sdk14-s132-v5-0-0-nrf52832-why-is-ble-advertising-current-so-high-according-to-the-ppk" /><item><title>RE: SDK14, S132 v5.0.0, nRF52832: Why is BLE advertising current so high according to the PPK?</title><link>https://devzone.nordicsemi.com/thread/137863?ContentTypeID=1</link><pubDate>Wed, 27 Jun 2018 11:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26c7af79-c3cd-4545-be0b-be1b302e4432</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Ok I see. Can you please send me the schematics for the custom HW, then I can have a look.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14, S132 v5.0.0, nRF52832: Why is BLE advertising current so high according to the PPK?</title><link>https://devzone.nordicsemi.com/thread/137750?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 16:52:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f54ef8c0-8155-4ca7-88a7-58a4e3c704af</guid><dc:creator>Sydney</dc:creator><description>&lt;p&gt;The resolution, both horizontal and vertical, looks very similar to me. I think our curves are just shaped very differently. Here&amp;#39;s another capture zoomed in a bit to show dots on each sample.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_06_2D00_26-at-10.48.40-AM.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m guessing there&amp;#39;s just something about my hardware implementation that&amp;#39;s affecting the current curve, but I don&amp;#39;t know enough about hardware design to know what it might be.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14, S132 v5.0.0, nRF52832: Why is BLE advertising current so high according to the PPK?</title><link>https://devzone.nordicsemi.com/thread/137691?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 13:03:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfb44336-5aad-4338-ad2a-7c946f7c5c42</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure what the 30mA spike is, but I think the measurement resolution is very low on your plots, so then it&amp;#39;s hard to tell. Are you able to get something that looks like this?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/800x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-f41adf0e562c4f3198a250d7012a3eb1/Capture.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14, S132 v5.0.0, nRF52832: Why is BLE advertising current so high according to the PPK?</title><link>https://devzone.nordicsemi.com/thread/137520?ContentTypeID=1</link><pubDate>Mon, 25 Jun 2018 16:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00b343b6-70d4-40e4-a201-ccb9064e3167</guid><dc:creator>Sydney</dc:creator><description>&lt;p&gt;Thanks- I figured at least part of it out. We have DCDC hardware, and I was under the impression that we had enabled DCDC. The developer that wrote the initial code did make a call to&amp;nbsp;sd_power_dcdc_mode_set(&lt;span class="s1"&gt;NRF_POWER_DCDC_ENABLE&lt;/span&gt;) during initialization, but there were two issues. 1)&amp;nbsp; POWER_CONFIG_DEFAULT_DCDCEN wasn&amp;#39;t set to 1 in sdk_config.h, and 2) the sd_power_dcdc_mode_set() call was being called before the softdevice was initialized. So I changed the setting in sdk_config.h and moved the sd_power_dcdc_mode_set() call to after softdevice initialization, and current during advertisement definitely dropped. Here are the before and after captures from the trigger window of the PPK.&lt;/p&gt;
&lt;p&gt;Edit: Actually I guess maybe the sdk_config.h setting doesn&amp;#39;t matter if I explicitly call sd_power_dcdc_mode_set() after the softdevice is initialized?&lt;/p&gt;
&lt;p&gt;Without DCDC properly configured:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_06_2D00_25-at-9.56.04-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;With DCDC properly configured:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_06_2D00_25-at-10.11.51-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;So the average current dropped significantly (average 9.480mA for 3.016ms down to average 6.035mA for 2.163ms), but there&amp;#39;s still that big 30mA spike at the beginning. As I understand it, high current spikes can be detrimental to batteries (especially coin cells) so I&amp;#39;d like to understand why it&amp;#39;s there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14, S132 v5.0.0, nRF52832: Why is BLE advertising current so high according to the PPK?</title><link>https://devzone.nordicsemi.com/thread/137486?ContentTypeID=1</link><pubDate>Mon, 25 Jun 2018 14:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bd54383-6fa1-4587-8c00-59d90762edf5</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;The power calculator is based on measurements with the DCDC active. Do you have DCDC components on your PCB, and have you activated it in the code?&lt;/p&gt;
&lt;p&gt;Are you able to capture a BLE event in the trigger window instead to get a better resolution?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>