<?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+ Reception problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6245/nrf24l01-reception-problem</link><description>Hello, I use two nRF24L01+ modules as a transmitter and a receiver, and Atmega8515 as my microprocessors. The transmitter seems to be working as I can see the modulation on a spectrum analyzer, however the receiver does not register anything. I am checking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Mar 2015 14:06:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6245/nrf24l01-reception-problem" /><item><title>RE: nRF24L01+ Reception problem</title><link>https://devzone.nordicsemi.com/thread/21860?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2015 14:06:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b04d082b-480f-41ed-8ffe-04064063532d</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;So you do see that the IRQ changes on both the TX and the RX? When you say you read out the wrong payload, does that mean that the payload is completely wrong and do you do this after a RX_DR IRQ occurs?&lt;/p&gt;
&lt;p&gt;It seems like you only write one byte of addresses? Is this correct? You also have to match the TX address on the transmitter side with the RX_P0 address.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define RX_ADDR_P0 0xDD 0xCD 0xFF 0xA2 0x0A //On the Receiver side

#define TX_ADDR 0xDD 0xCD 0xFF 0xA2 0x0A      //Transmitter TX address to match the RX receive address
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>