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.

Parents
  • Hi 

    Which RF protocol are you using?

    It is true that you can enable the radio to listen on different addresses at the same time, but it is a bit restricted which addresses you can listen to. You can only configure two fully independent addresses (pipe 0 and pipe 1), and then you can configure 6 more addresses that will be mostly similar to the pipe 1 address (only the prefix byte is different). 

    This feature is supported by the ESB and Gazell proprietary protocols, which are included in the nRF5 SDK. 

    Best regards
    Torbjørn

  • Thanks for the answer. I am using NRF_RADIO peripheral in examples/peripheral/radio/receiver, I hope it is possible with it? I am aware about the channel setup but thanks for pointing that out aswell.

Reply Children
No Data
Related