Skip to content

mesh network setup in Zephyr nrf52840 #28985

Discussion options

You must be logged in to vote

Response from slack:

Having B2 and B3 send beacons should work. You'll get the RSSI through the scan callback on B1. RSSI is pretty inaccurate though. It's heavily affected by obstacles, and will fluctuate a lot from packet to packet. In an open environment, you'll be able to tell distance with an accuracy of a couple of meters if you calibrate properly.
Beacon sending and receiving is enough to track proximity, but if you want more advanced communication between the boards, you should set up a mesh network. The right way to set up the network is through provisioning, but it's possible to assign addresses and keys directly to the devices through the local apis. This is considered an insec…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@JasmineRandhawa
Comment options

@trond-snekvik
Comment options

@JasmineRandhawa
Comment options

@trond-snekvik
Comment options

@JasmineRandhawa
Comment options

Answer selected by trond-snekvik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment