Hi Kat Kent,
Thanks so much for your reply.
To answer your questions:
- How many masters does the slave need to receive from?
The number is variable (however it should only be one at a time, the one being the closest) but at max around 15.
- How quickly do you need to hear from them all / how many packets from each?
Right now I am looking at a millisecond scale; however there are not many packets from each. Once the master is found, it is safe to move to another master 3-4 packets after.
- Are all the masters in range all the time or are the devices moving?
The masters are not in range all the time, as all of the devices are moving. That is, there should only be one master connected at any time (the closest as mentioned earlier).
After some consideration, I was thinking of avoiding pairing altogether (shared channel) as the number of masters in my application are unknown (and may or may not be in range). A polling approach would be ideal if the proximity search automatically selects the nearest slave, however I am not too sure on how to implement this (as I have not attempted pairing yet, just synchronous transmission).
I hope these answer your questions.