Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 master slave systems in one room #233

Closed
Chris-656 opened this issue Feb 20, 2024 · 6 comments
Closed

2 master slave systems in one room #233

Chris-656 opened this issue Feb 20, 2024 · 6 comments
Labels

Comments

@Chris-656
Copy link

Is there a possibility to use 2 or even more mesh systems with 1 Master and 3 slaves, so that the 2 different meshes can work without disturbing each other ?
thx Chris

@2bndy5
Copy link
Member

2bndy5 commented Feb 20, 2024

Not entirely sure what you are asking.

Each mesh network can only have 1 master node. I guess the child nodes (not master node) could be considered slaves, but that's not the term we use in the network layers.

Each mesh network can operate on a different channel, but all nodes in a single mesh network have to use the same channel.

@Chris-656
Copy link
Author

Chris-656 commented Feb 20, 2024 via email

@2bndy5
Copy link
Member

2bndy5 commented Feb 20, 2024

Do they interferre each other ?

If they are using the same radio.setChannel(), yes. If they use different channels, then no.

Do the slaves of system 1 only send to master 1.

Yes. But it will not function properly with 2 master nodes on the same channel.

@2bndy5
Copy link
Member

2bndy5 commented Feb 20, 2024

Also look at the mesh.begin(). You can easily set the channel for a mesh network using that function. Remember, each mesh network must have a unique channel, and all nodes in a single mesh network must use the same channel as the master node.

@Chris-656
Copy link
Author

Chris-656 commented Feb 20, 2024 via email

@2bndy5
Copy link
Member

2bndy5 commented Feb 20, 2024

Yes, with a different channel for each mesh network.

@2bndy5 2bndy5 closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants