<?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>could nRF24LE be in long sleep?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6101/could-nrf24le-be-in-long-sleep</link><description>Good Moring engineers.
I just got nRF24LE . I am wondering the timer2 only provide 2 seconds long period ?
I want my project nRF24LE sleep as long as possible , at less 6 hours or more. it&amp;#39;s possible?
Any information , thanks, I have been looking for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Mar 2015 12:52:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6101/could-nrf24le-be-in-long-sleep" /><item><title>RE: could nRF24LE be in long sleep?</title><link>https://devzone.nordicsemi.com/thread/21360?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 12:52:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef0b9f9f-3c27-457f-8478-ce6bbe4e7338</guid><dc:creator>peter</dc:creator><description>&lt;p&gt;thank you so much hakon alseth. Your information is helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could nRF24LE be in long sleep?</title><link>https://devzone.nordicsemi.com/thread/21359?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 10:33:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4638572a-a7f2-4276-8570-26b0ea5070d9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Yes, you extend the sleep time by adding a counter++ and checking this in main before you enter sleep again. This should not add much extra current. Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could nRF24LE be in long sleep?</title><link>https://devzone.nordicsemi.com/thread/21358?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 07:47:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3f9d156-a787-47b9-bfab-89ed2606b378</guid><dc:creator>peter</dc:creator><description>&lt;p&gt;Hi , thanks for your reply.
Do you mean I add a static counter to deal the among of time I wanted? and of course during the tick interrupt only if do counter++ and put the power down by ( PWRDWN = 0x04; ) , these will not take much power consumption as I expected ? thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could nRF24LE be in long sleep?</title><link>https://devzone.nordicsemi.com/thread/21357?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2015 22:16:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a8df653-2cb1-498b-bdb2-521da3427514</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The RTC on the nRF24LE1 only has 16 bit CC-registers, meaning that the max. timeout set is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;65536 / 32768 Hz = 2 seconds
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You&amp;#39;ll need to extend the sleep period by adding a counter in the tick interrupt. It will still wake up every 2 seconds, but it will only be awake for a brief period (lower micro-second range).&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>