This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Trouble interfacing between nrf5340 and nrf24l01+ using ESB (Enhanced shockburst)

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 NRF24L01+. Is there any changes to the code I must make to make them interface? I had an impression if I can make the NRF24L01+ work, then the NRF5340 too should work provided the address matches.

I am using RTT Logger to log events:

Thank you for your help?

Parents Reply Children
No Data
Related