neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
431 stars 129 forks source link

Improve distance estimation based on device model #127

Open Steppschuh opened 5 years ago

Steppschuh commented 5 years ago

Use device model specific factors to compensate for RSSI deltas caused by the phone housing and antenna placement.

hadiidbouk commented 5 years ago

There is a lot of cases here, a device can hold in a landscape mode, or upside down in your pocket.

So checking the antenna placement It will not work here.

Steppschuh commented 5 years ago

Checking for antenna placement is not a suggested solution. It's just a factor that causes deltas. In the end, we will need to measure calibration values for device models that we want to support (e.g. the most commonly used ones). These values will then be used in the distance estimation.

See AltBeacon/android-beacon-library#318, a lot of thoughts have already been made there.