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