-
Notifications
You must be signed in to change notification settings - Fork 12
Improve distance measurement #17
Comments
Improvement of “Bluetooth proximity” The “track and trace” feature of the ITO-app is based on Bluetooth signal strength measurement. Bluetooth class2 devices like smartphones have a default typical range of 10 meters. In crowded areas like supermarkets with a lot of reflection and blocking materials like metal cans and bottles filled with fluids, this becomes more complicated. Multiple BT devices and a lot of reflection causes a interference pattern of BT radiosignals. This is characterized by spots of “constructive interference” with a much stronger signal strength, and at other spots (not far away, typically one or two steps) of “destructive interference” which means the signal strength is close to zero. What can we do? How do we do that? What will be the result? Calculation We can repeat this one more time and make a table of the results: At 6,25% Transmitted Power (or let’s presume we can set Transmit Power at 5%) we achieve:
This RSSI trigger or “cut-off-point” needs probably some adjustment to deal with different BT chips, but differences are much smaller at close range. This all added up could be the basis of a much more reliable “Bluetooth proximity” measurement, compared to all BT devices (screaming to each other) at maximum Power. Some interesting sites: Please take a look at page 4: |
The text was updated successfully, but these errors were encountered: