Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Radio 2.4GHz - Ability to Rx simultaniously on multiple addresses nrf52840

I see that in the 6.20.14.20 RXADDRESSES in Reference Manual I can enable multiple addresses in the same time, so is it possible for nrf52840 to listen on several addresses at the time?

I was using nRF5 SDK, and couldnt make it work.

  • Hi 

    Keep in mind that you have all the source code available if you decide to use the nrf_esb library, so you can always make changes if needed. 

    If you are still having issues with the address, are you able to take a look at the relevant registers in the debugger and check what they are actually set to?

    Just set a breakpoint in the code after you have run all the calls to the set_address function. 

    Best regards
    Torbjørn

Related