<?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>Trouble interfacing between nrf5340 and nrf24l01+ using ESB (Enhanced shockburst)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80586/trouble-interfacing-between-nrf5340-and-nrf24l01-using-esb-enhanced-shockburst</link><description>Hi, 
 I am trying to interface NRF5340 and NRF24L01+. I am using the default esb PRX code in the SDK and changed the receiving address to 
 uint8_t base_addr_0[5] = {0xE7, 0xE7, 0xE7, 0xE7, 0xE7}; 
 The NRF24L01+ works fine when I interface it with another</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Oct 2021 00:49:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80586/trouble-interfacing-between-nrf5340-and-nrf24l01-using-esb-enhanced-shockburst" /><item><title>RE: Trouble interfacing between nrf5340 and nrf24l01+ using ESB (Enhanced shockburst)</title><link>https://devzone.nordicsemi.com/thread/334018?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 00:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93ec8d98-5733-4f2c-85fe-0ef88e5e8783</guid><dc:creator>Anthony Shivakumar</dc:creator><description>&lt;p&gt;Perfect! I got it working. The CRC I needed to set. Also, the address needs to be left at 4bytes as&amp;nbsp; the prefix is added to the address.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble interfacing between nrf5340 and nrf24l01+ using ESB (Enhanced shockburst)</title><link>https://devzone.nordicsemi.com/thread/333962?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 13:32:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e09a3d23-64c7-47f5-a636-f7cabd3adfb5</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The PRX example is setup with the equivilant to EN_DPL and DYN_ACK in nRF24L01+, as well as 16 bit CRC, listening on RF channel 2 (ie. 2402 MHz) etc:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/samples/esb/prx/src/main.c#L148-L154"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/samples/esb/prx/src/main.c#L148-L154&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You need to match the settings on both ends to make the communication work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>