<?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>Can I read the content of RF register for LE1?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1911/can-i-read-the-content-of-rf-register-for-le1</link><description>Hi 
 Can I read the content of RF register for LE1 by using the SPI of extern MCU?No matter the code of LE1 is encrypted or not.

When set the LE1 to 0dBm,the TX power consumption is 11.1mA.When the radio is sending data and MCU is active,so the total</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Mar 2014 10:35:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1911/can-i-read-the-content-of-rf-register-for-le1" /><item><title>RE: Can I read the content of RF register for LE1?</title><link>https://devzone.nordicsemi.com/thread/8220?ContentTypeID=1</link><pubDate>Fri, 21 Mar 2014 10:35:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b50f5013-bda9-4295-b027-1b4ae461ad9a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Jacky,&lt;/p&gt;
&lt;p&gt;You can use a counter in the RTC interrupt to emulate an extended period:
RTC0_ISR()
{
static uint8_t counter;
counter++
if(counter % 2) 4_seconds_have_elapsed_do_something();
}&lt;/p&gt;
&lt;p&gt;The LE1 will first wake-up due to a pre-start period, so that clock sources are started up when the RTC ISR occurs. This is described in the datasheet at page 97.
This is why you want to first go into register retention mode, then go into Standby-mode to wait for the RTC interrupt to be called.&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I read the content of RF register for LE1?</title><link>https://devzone.nordicsemi.com/thread/8219?ContentTypeID=1</link><pubDate>Fri, 21 Mar 2014 10:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b08dbf3a-597a-49db-a104-9015faddd0d3</guid><dc:creator>Alice</dc:creator><description>&lt;p&gt;Hi Håkon,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;We use LE1 to do RFID card.We want to send data every 4 second by using RTC to wake up the chip.However,the MAX time of RTC  is 2 second,so how to make it?I want to try this:every 2 second to wake up the chip,but LE1 doesn&amp;#39;t send data,LE1 will send data when it is waked up next 2 second.Could this be done?
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Other question,when LE1 is waked up by RTC and RTC interrupt is enable,will LE1 go into  interrupt function?LE1 runs the code where LE1 sleeps first or goes to interrupt function first?&lt;/p&gt;
&lt;p&gt;Best regards
Jacky&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I read the content of RF register for LE1?</title><link>https://devzone.nordicsemi.com/thread/8218?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2014 12:23:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be37cfb6-c234-4d96-8d02-379cfcf31b7b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Alice,&lt;/p&gt;
&lt;p&gt;The RFSPI interface is not accessible on the pins, so that is not possible. You will then have to make a &amp;quot;wrapper&amp;quot; firmware on the LE1, or use a nRF24L01+ instead.&lt;/p&gt;
&lt;p&gt;The peak current consumption of the nRF24LE1 when transmitting (no ACKing) will be along the number that you posted, depending on the CPU speed you&amp;#39;re running on.
If you are using auto-ACK, the PTX will go into RX mode, which consumes more power than the transmission. Please see the Chapter 3 in the datasheet for more information about Enhanced Shockburst.&lt;/p&gt;
&lt;p&gt;Note: to reduce the peak current, you should set the MCU into PWRDWN=7 while waiting for the radio interrupt.&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>