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.
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
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.
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.