nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
423 stars 152 forks source link

Connecting slave to specific master [question] #134

Closed dimityrivanov closed 5 years ago

dimityrivanov commented 7 years ago

Hello is it possible to connect slave to specific master let say scenario slaveOne needs to connect with masterOne and slaveTwo needs to connect with masterTwo and they are in the say room, can anyone throw some light how this can happend ?

Are masters adresses limited from 0 - 255 can it be something unique like tr[node_adress_here]Two123 ?

Avamander commented 7 years ago

Use a different channel.

dimityrivanov commented 7 years ago

@Avamander Is it possible to detect if current channel is busy ?

Avamander commented 7 years ago

Yes, manually listen on the pipes that are used by the masters and see if there's communication.