Handling multiple gateways within the radio range
-
This is an awesome development for arduino + nrf24l01. What I would like to know is what happens when there are more then 1 gateways within the radio range, ie. if your neighbour has also setup a similar network. Is there some kind of unique addressing on the gateway or sensors to be configured?
-
@wmylionel
Use different channels for the radio networks.
-
As in RF24_CHANNEL in the config.h? So this means if i compile and upload all my sensors, repeaters and gateways, all will automatically be on the channel configured in config.h?
-
Yep.
-
Awesome! Thanks!