hello,
i am trying to calculate the position of android phones by measuring the rssi signal strength of several beacons with ~2 meters distance to each other.
the measured signals are quite noisy and unpredictable and sometimes the connection drops so i try to smooth them with an lowpass filter.
but still the measurement is not good for a simple trilateration or something with more than three beacons.
i guess implementing a one dimensional kalman filter would be right method for getting rid of the errors in measurement ?
are there any plans to include such smoothing and tracking functions into the api or is there already any smoothing on the measurements ?
do have any experience with rssi smoothing (kalman) and trilateration you could share ?
what could be the ideal scan period for this ?
thanks a lot