<?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>Communication between nrf24l01P+ and nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44871/communication-between-nrf24l01p-and-nrf52840</link><description>Hi, 
 I want to communicate with a legacy device nrf24l01p+ based using a nrf52840 DK. 
 Firmware of legacy device setup the card in this way: 
 
 I take the esb_ptx esample from nrf52 SDK and I change setup in this way: 
 
 
 But it doesn&amp;#39;t work. Can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Mar 2019 09:31:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44871/communication-between-nrf24l01p-and-nrf52840" /><item><title>RE: Communication between nrf24l01P+ and nrf52840</title><link>https://devzone.nordicsemi.com/thread/176635?ContentTypeID=1</link><pubDate>Mon, 18 Mar 2019 09:31:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cba1aa6-7002-4124-bcec-ec516ccf29b6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Address configuration is quite different between the older and newer devices, so I would suggest using the default 0xE7E7E7E7E7 address at the start to verify if things are working. This address is a palindrome of sorts,&amp;nbsp;in that it looks the same even if the bit or byte direction is reversed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If that doesn&amp;#39;t work make sure the configured packet length is identical to the length of the TX payload.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, I think you need to enable auto acknowledge on your receiver side to be compatible with the nrf_esb library.&amp;nbsp;&lt;br /&gt;By disabling auto acknowledge you are reverting back to the legacy ShockBurst mode, which is not supported by the nrf_esb library.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>