This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf51822 and nrf24l01+ (esb)

Hi

i wanna create a connection between nrf24l01+ and nrf51822 with esb

in nrf51822 side i'm using sdk12.02 example and i need help for nrf24l01+ side

recommend me library or a method to setup

tnx

  • Hi,

    On the nRF5 side, you should use NRF_ESB_LEGACY_CONFIG as in the esb example in the nRF5 SDK.

    on the nRF24L01+ you should follow the instruction at Appendix A in the nRF24L01+ product specification. You need to match the RF channel , TX address, RX address in order for 2 of them to talk together. I would suggest you test between 2 nRF24L01+ first before you try between nRF24L01+ and nRF51.

Related