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

[Q] How to create multiple networks in the same area/range? #222

Closed
xdxita opened this issue Mar 15, 2024 · 2 comments
Closed

[Q] How to create multiple networks in the same area/range? #222

xdxita opened this issue Mar 15, 2024 · 2 comments
Labels

Comments

@xdxita
Copy link

xdxita commented Mar 15, 2024

Hello! Thanks for this great library. I'm waiting for my nRF24 modules to arrive, in the meantime I'm getting used to the code.
From what I've read so far, it wouldn't be possible, but..

Is it possible to have 2 or more networks each one with it's master and nodes both networks are in range of each other.
How to prevent an unwanted node to join the network? Are any "security" features available?

Thanks!

@2bndy5
Copy link
Member

2bndy5 commented Mar 15, 2024

How to prevent an unwanted node to join the network?

Use a different channel for each network. Meaning,

  • all nodes (+ master) in network A use channel 90
  • all nodes (+ master) in network A use channel 100

See RF24::setChannel()

Are any "security" features available?

No, it was designed like that on purpose. You are free to implement your own security measures, but we don't support such endeavors.

@TMRh20
Copy link
Member

TMRh20 commented Jun 14, 2024

Are any "security" features available?

Technically yes, with NRF52x devices, encryption and authentication is supported and built into the library. With NRF24, no.

@xdxita xdxita closed this as completed Aug 2, 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

3 participants