I suppose it is not possible to do... Maybe any alternative ideas? Is there any way I can have, for example, two networks running with no need to re-compile and re-upload their code?
Serge Jey
@Serge Jey
0
Reputation
2
Posts
218
Profile views
0
Followers
0
Following
Best posts made by Serge Jey
This user hasn't posted anything yet.
Latest posts made by Serge Jey
-
RE: Change RF24 transport channel
-
Change RF24 transport channel
Hi guys!
I've got an idea to use mysensors devices for education in the class but I'm thinking how to run multiple networks in the same area. I'm thinking about using different RF channels for different set of "sensors+gateway" packs. So my question -- is it possible to switch the channel in runtime? Basically, I'm thinking about starting sensors on some "public" channel, switch given gateway to the same "public" channel to send its "private" channel number so all nodes running on "public" channel will receive it, switch to that channel and store it to EEPROM for the next start. After that gateway will switch back to its "private" channel to talk to new sensors.
Or maybe you could suggest some other way for given task..
Thanks!