<?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>nRF24LU  and nRF51822  ESB Lib</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13736/nrf24lu-and-nrf51822-esb-lib</link><description>Hello , RX: nrf24LU Tx: nrf51822 use ESB Lib. But the nrf24 Can&amp;#39;t receive data continuous.
if I Want receive 2th data , I must power up the nrf24.
This is my Code :
RFCTL = 0x10;
RFCKEN = 1;
RF = 1;
EA = 1;
hal_nrf_set_operation_mode(HAL_NRF_PRX</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 May 2016 17:25:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13736/nrf24lu-and-nrf51822-esb-lib" /><item><title>RE: nRF24LU  and nRF51822  ESB Lib</title><link>https://devzone.nordicsemi.com/thread/52477?ContentTypeID=1</link><pubDate>Wed, 11 May 2016 17:25:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40c8a008-2f38-472d-9e8e-00b08aa4a9d7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, I guess you have already taken a look at our &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/10634/11/25148227"&gt;nAN24-12 Software examples using ShockBurst modes in nRF24L01 and nRF24LU1&lt;/a&gt; application note.&lt;/p&gt;
&lt;p&gt;Please also check you follow our description in the datasheet:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The RX_DR IRQ is asserted by a new packet arrival event. The procedure for handling this interrupt should be:&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;read payload through SPI,&lt;/li&gt;
&lt;li&gt;clear RX_DR IRQ,&lt;/li&gt;
&lt;li&gt;read FIFO_STATUS to check if there are more payloads available in RX FIFO,&lt;/li&gt;
&lt;li&gt;if there are more data in RX FIFO, repeat from step 1).&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;If dynamic payload length is used, then always check if the packet width reported is 32 bytes or shorter when using the R_RX_PL_WID command before 1) read out payload through SPI. If its width is longer than 32 bytes then the packet contains errors and must be discarded. Discard the packet by using the Flush_RX command.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>