dear all,
My objective is building a first pair using arduino Uno board combine with nRF24L01 2.4GHz Radio/Wireless Transceivers and I assigned the pipe line address for this pair is:
const uint64_t pipe = 0xE8E8F0F0E1LL (for both TX and RX)
Then, I build a second pair using arduino Uno board combine with nRF24L01 2.4GHz Radio/Wireless Transceivers and I assigned the pipe line for this pair is:
const uint64_t pipe = 0xE8E8F0F0E2LL (for both TX and RX)
and I put two pairs close to test see whether they have malfunction communication each other and the result is they don't. in other word, first pair TX talking to RX fine and same for second pair, they are not mess up.
now, let say I want to build n-pair and my question is how many possibilities for me to change the pipe line address to have the unique address for each pair and any harms to change the pipe line address?
Thanks so much in advance for all your inputs.
Thanks.