<?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>NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/560/nrf24l01-problem-in-power-down-mode</link><description>hi Guys pls HELPPPPP 
 I have developing active rfID tag using nrf24L01+ and ATtinny13A, the program code is done perfectly, firstly I start developing the tag with separate pcb between attiny13a and the NRF24L01+, I&amp;#39;m using the ready made NRF modul</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Apr 2015 16:09:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/560/nrf24l01-problem-in-power-down-mode" /><item><title>RE: NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/thread/2895?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2015 16:09:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eb2d90d-8036-41c7-9f3e-6ac9cde930d8</guid><dc:creator>davids</dc:creator><description>&lt;p&gt;Hi Arthur sorry for very late reply, it seems I found the problem, I never experienced that problem again, since I change my solder paste  and pads pattern in the pcb, now I had 2000pcs had been running well so far
Power down things is need a lot of experience ;-)&lt;/p&gt;
&lt;p&gt;Regard
Davids&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/thread/2894?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2015 12:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef400fe8-8873-4e24-98d9-fc234a89853a</guid><dc:creator>bersch</dc:creator><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I ran into same problems some time ago. I also had many unexpected issues  that weren&amp;#39;t reproducible. Meanwhile everything is fine and my Atiny/Atmega consumes µA in power-down mode.&lt;/p&gt;
&lt;p&gt;I think the culprit is naming this mode &amp;quot;Power-Down&amp;quot; on Atmel chip, since it is still a sleep mode, where only the oscillator stops. So it is not like a on/off switch. If you have some pins set as output, then they will draw current. Also if you have internal pull-up resistors set, then in power-down mode will draw current.&lt;/p&gt;
&lt;p&gt;My solution before calling Power-Down:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;call &lt;code&gt;SPI.end()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;save concerned registers and put pins as inputs with &lt;code&gt;DDRx = 0&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;save also pull-up registers and set no-pull-up with &lt;code&gt;PORTx = 0&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Bernhard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/thread/2893?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 08:07:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:414d5a09-59f8-45ed-81b0-b19e8b8285e9</guid><dc:creator>Arthur</dc:creator><description>&lt;p&gt;Hi, David.&lt;/p&gt;
&lt;p&gt;I have the same problem. I use NRF24L01+ only in TX mode, I send data 1 time per minute and then I set up module to powerdown . I had ~1 uA current consumption in powerDown mode. But 5-7 days later I measured the consumption in powerdown and it had increased to ~800-900 uA. I changed the module to new - and got ~1 uA again, but it was broken the same way few days later.&lt;/p&gt;
&lt;p&gt;Did you resolve this problem? Thank you, I need your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/thread/2892?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2013 11:47:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f7baf5f-c646-4cb8-a089-77153a151cb1</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;I share my problem here with expectation there is somebody out there also experienced this problem and had solved it, because I don&amp;#39;t have any idea to find some help&lt;/p&gt;
&lt;p&gt;As I also posting the problem in &amp;quot;MY SUPPORT CASES&amp;quot;, I will also post it here&lt;/p&gt;
&lt;p&gt;back to the topic, pls forget about 45mA in RX active mode, and just focus on 300uA until 600uA for power down mode, this is the most importand feature that I had been unintentionally destroyed, and also pls note that I have tested (with logic analizer and recheck my software) there are no floating pins except Mosi pin in power down mode,&lt;/p&gt;
&lt;p&gt;pls also notice  my previous report, that the board has been fuction perfectly for HOURs or even Days before it was broken (only in power down feature),&lt;/p&gt;
&lt;p&gt;and My latest progress report, after 5 days the board unpowered, now I found it is function normal again (recover by it self)&lt;/p&gt;
&lt;p&gt;In my observation/ opinion, there is a certain sequence that make   something like electrical charge has been accumulated somewhere in the circuit inside the chips and have caused a current leakage in powerdown mode, and then it will self recover after many days unpowered mean that the accumulated charge have been  decaying for some certain periode in this case 5 days&lt;/p&gt;
&lt;p&gt;pls correct me if you have another  thought.&lt;/p&gt;
&lt;p&gt;what I hope you can advice me is what sequence or something that have caused this problem so at least I know what to do next, to fixed or to avoid this problem occur&lt;/p&gt;
&lt;p&gt;pls I realy need your help,&lt;/p&gt;
&lt;p&gt;regard&lt;/p&gt;
&lt;p&gt;davids&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/thread/2891?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2013 11:00:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28ade217-b3a0-472c-ab16-a016453f5e0a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Some of your description fit well with floating pins in power down, e.g. that the SPI and CE lines on the nRF24L01P doesn&amp;#39;t have a defined level in power down. In that case you can experience high power consumption in power down, e.g. in the range of hundreds of uA, and maybe as high as a few mA. With floating pins the power consumption will fluctuate, and you can measure both low and high power consumption over time, and after power on reset.&lt;/p&gt;
&lt;p&gt;However 45mA is extremely high, it&amp;#39;s far above anyting that has been reported before, which believe me to believe you also have another issue also. Since we don&amp;#39;t know how how the nRF24L01P have been handled, it might be an ESD issue, or it can be caused by the devices have not been properly baked prior do soldering, this could damage the device when heated and moisture expands internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF24L01+ problem in power down mode</title><link>https://devzone.nordicsemi.com/thread/2890?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2013 01:23:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d12a7a4a-ce55-48d5-b993-d18f987d124f</guid><dc:creator>David</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;few days ago I found my NRF radio module under test (running test for several days) finally also have similar problem, it was broke in term of drawn 6.5ma in power down stage.&lt;/p&gt;
&lt;p&gt;since I haven&amp;#39;t got good answer, i try to search over the web, and then found the forum that have similar problem with me, here is the link:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; &lt;a href="http://forum.diyembedded.com/viewtopic.php?f=4&amp;amp;t=1242"&gt;forum.diyembedded.com/viewtopic.php&lt;/a&gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;this forum is 3 years old now, (posted at 2010), and it is also seems they don,t solve the problem yet&lt;/p&gt;
&lt;p&gt;is there any NORDIC guys that could give me suggestion? or idea what may caused the problem? is it my software or chip design error?
and there is maybe some advice on what should be avoided , or limitation info  on how the trick to implementing  power down  to avoid or minimize  the problem&lt;/p&gt;
&lt;p&gt;regard&lt;/p&gt;
&lt;p&gt;davids&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>