
I want to send data from Nrf52840 dk. I want to receive the data sent on nrf24l01, which is connected to the Arduino Uno card.
So I want Nrf52840 to communicate with Nrf24l01.
Can you help with this?

I want to send data from Nrf52840 dk. I want to receive the data sent on nrf24l01, which is connected to the Arduino Uno card.
So I want Nrf52840 to communicate with Nrf24l01.
Can you help with this?
Hi Sema
To make the nRF52840 and nRF24L01 to commmunicate you will have to use Enhanced ShockBurst (ESB). We do have example projects for this in our 15.0 and 15.2 SDKs under examples/proprietary_rf/esb_prx and examples/proprietary_rf/esb_ptx respectively.
I also suggest you take a look at some prior cases with similar problems. ESB to nRF52840 and nRF52832 to nRF24L01. Be aware that the second link uses an nRF52832 and not an nRF52840, as well as an older SDK.
Best regards,
Simon