<?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>NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29622/nrf51-current-abrupt-change</link><description>hello,
I uses NRF51822 to make a beacon with RTC.
When it works initially, the churrent is small about 330uA，but after a few minutes it becomes 1.1mA and stable.
I donn&amp;#39;t konow why.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Feb 2018 11:42:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29622/nrf51-current-abrupt-change" /><item><title>RE: NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/thread/120255?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 11:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8b4247b-af0a-4c2b-80f8-22bfb5b825c9</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;I can see that the IDLE current is fine. About 4 µA. The reason for the 30µA is an app-timer or similar that is waking the chip up every 30 ms. Also, you calibrate every 250ms which is more than necessary. 4 seconds should be fine if the temperature is stable.&lt;/p&gt;
&lt;p&gt;The chip never enters the 1.1mA consumption here. I&amp;#39;m pretty sure this is the chip accidentally entering debug mode. There&amp;#39;s an issue with this on the nRF51 and we recommend to put an extra pull down resistor on SWDCLK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/thread/120027?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 02:31:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a21b3449-b88d-45d4-a498-86caaee575df</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;Thanks for your help.This is my hex file with S110.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6406.nrf51422_5F00_xxac_5F00_s110.hex"&gt;devzone.nordicsemi.com/.../6406.nrf51422_5F00_xxac_5F00_s110.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/thread/119912?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 11:33:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:839033ad-7b38-47ed-bc1f-915137351f1a</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Are you using GPIOTE IN event for the g-sensor interrupt pin? This consumes current in idle mode. You should configure to use GPIO PORT event.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For the 1.1mA I suspect that the chip enter debug mode. Please see Kenneth&amp;#39;s answer in this one: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/16530/issue-with-nrf51-unexpectedly-entering-debug-mode"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/16530/issue-with-nrf51-unexpectedly-entering-debug-mode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can also post a hex file if you want. Then I can do some measurements here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/thread/117672?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 15:05:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee532ad6-c4be-4e2f-b991-138f100339a7</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;hello,
I use a beacon program of S130. But i add some peripheral, RTC,SPI,USART. When the beacon works, i put a ammeter in whole circuit. At this time the current is 330uA. Later, i shut down advertising,USART and SPI,  let RTC wake beacon to adv every 15min.Meanwhile, a int pin connects to G-sensor can wake the beacon also.
But now i find two error.
The first is current when i shut the adv is 30uA, i think it shoule be less than  10uA because i have shut down all peripheral not used and set gpio not used to output and high.I used the chip in DCDC mode.
The second trouble is current abrupt change from 30uA to 1.1mA in above mode.Later, current keep 1.1mA not change. Now ,the beacon still can work normally.
Thanks.I hope you can give me some comments.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/thread/117671?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 11:52:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f91770de-ab8c-4854-ac2a-157ddd32e6fc</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Can you describe your setup please. Hardware, how you measure current, software you are using etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51 current abrupt change</title><link>https://devzone.nordicsemi.com/thread/117673?ContentTypeID=1</link><pubDate>Sat, 20 Jan 2018 16:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78189742-5d09-43ee-9738-d2eefe0744e2</guid><dc:creator>nemik</dc:creator><description>&lt;p&gt;Check your error handler and if you&amp;#39;re running in a debug mode. If there is some error occurring, maybe it&amp;#39;s stuck in a while loop or restarting. That would probably use more than 1.1mA though, do you have a way to see the current over time on an oscilloscope? Seeing the current spikes for the beacon transmissions and what&amp;#39;s happening after the few minutes will help you a lot in debugging.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>