<?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>Advertising current in nrf52832 increase-decrease at higher interval.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19786/advertising-current-in-nrf52832-increase-decrease-at-higher-interval</link><description>Currently I am facing strange issue in my project. Let me first highlight my set up. I am using the PCA10040 kit for development, keep multi-meter in series to measure current. Use&amp;quot;experimental_ble_app_eddystone&amp;quot; reference code of SDK 12.2.0 for single</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Feb 2017 04:20:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19786/advertising-current-in-nrf52832-increase-decrease-at-higher-interval" /><item><title>RE: Advertising current in nrf52832 increase-decrease at higher interval.</title><link>https://devzone.nordicsemi.com/thread/76957?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2017 04:20:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:371c78d3-e69c-4f96-93ed-390e22d8a66c</guid><dc:creator>nalin</dc:creator><description>&lt;p&gt;Yes, There is no problem with DC-DC enable. As i advertise at every 1 sec, i can see normal peak of ~70 uA at every 1 sec.
As of now we are going to use DC-DC enable this problem is not issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising current in nrf52832 increase-decrease at higher interval.</title><link>https://devzone.nordicsemi.com/thread/76956?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 11:43:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:059f4a40-b48f-4031-83ff-e803f09bbece</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You don&amp;#39;t see the problem when you have enabled the DC-DC ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising current in nrf52832 increase-decrease at higher interval.</title><link>https://devzone.nordicsemi.com/thread/76955?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 08:46:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afedd078-a5f1-4e24-ad8a-053b133e1d15</guid><dc:creator>nalin</dc:creator><description>&lt;p&gt;Thanks Sigurd for your valuable support. Here I use below code in the initialization.
/* Configure default GPIO status &lt;em&gt;/
for(pinCntr = 0; pinCntr &amp;lt;= 30; pinCntr++)
{
/&lt;/em&gt; Default configuration of all GPIOs are Input and disconnected */&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;	NRF_GPIO-&amp;gt;PIN_CNF[pinCntr] = (GPIO_PIN_CNF_SENSE_Disabled &amp;lt;&amp;lt; GPIO_PIN_CNF_SENSE_Pos) \
                                    | (GPIO_PIN_CNF_DRIVE_S0S1 &amp;lt;&amp;lt; GPIO_PIN_CNF_DRIVE_Pos) \
                                    | (NRF_GPIO_PIN_NOPULL &amp;lt;&amp;lt; GPIO_PIN_CNF_PULL_Pos) \
                                    | (GPIO_PIN_CNF_INPUT_Disconnect &amp;lt;&amp;lt; GPIO_PIN_CNF_INPUT_Pos) \
                                    | (GPIO_PIN_CNF_DIR_Input &amp;lt;&amp;lt; GPIO_PIN_CNF_DIR_Pos);
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;One more thing to consider is that if i enable DC-DC than things go smoothly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising current in nrf52832 increase-decrease at higher interval.</title><link>https://devzone.nordicsemi.com/thread/76958?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 15:55:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab0a6581-ca19-4f04-8963-dcfee4e2aeeb</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;This type of slowly up-down floating of the current consumption is typically a result of a floating input pin. You should check if you have a floating input-pin somewhere.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>