That's the point though. While it may report 5,5,5,5,5, the address it uses will actually be 5,0,0,0,2. Check the NRF24 datasheets for more info on it.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That's the point though. While it may report
5,5,5,5,5
, the address it uses will actually be5,0,0,0,2
. Check the NRF24 datasheets for more info on it.