What is the maximum number of UWB beacons that can be used in a given environment ?
UWB beacons would require BLE connection for the UWB ranging to be carried out. However, there is an upper limit on the number of bonded BLE devices that can be saved on iPhones or Android. I believe this number is around 100. So, how does UWB beacon overcome this limitation if I want to have these installed across multiple floors in a large building ?
there is really no upper limit of UWB beacons; you can easily have hundreds or even thousands of them around. Of course if you put all of them really close to each other there will be collisions in the radio spectrum for both BLE and UWB, but we don’t think it is practical to do that.
Here is a typical scenario:
UWB beacon advertises its presence over BLE
A phone picks up the signal and hand-shake over BLE
Once the connection is established (let’s say 1-2s later) both beacon and phone turn on UWB
Both devices start ranging over UWB and produce distance measurement
Now the best would be to simply close the BLE connection and close the UWB ranging; You got the measurement and unless you moved significantly there is not need to get another ranging session
All of above should take less than 2-3 seconds.
Phone can establish BLE connections to many beacons around at the same time.
Good practice would be to make sure you close these connections, so that the phone is not overwhelmed.
If you do not pair and only connect, then does it mean you have to manually intervene to establish the connection or can it be done in the background as you approach different beacons placed in different areas of the building ?