Skip to content

sqn175/iBeacon-Localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iBeaconNavi

An iBeacon indoor positioning algorithm. The algorithm analyses the iBeacon rssi values and estimates the current planar position.

Key Methods

  • Outlier Exclusion: detect outlier rssi values and exclude these values;
  • WMA: using a weighted moving average method to smooth the rssi values;
  • Trilateration: method to estimate the proximity position;
  • Kalman filter: using a kalman filter to smooth the result trajectory.

Usage

This is a MS visual studio solution project. Compile and build it using the Visual Studio IDE.

Example

See the Example.cpp .

Result plot in Matlab:

result

The red dots are iBeacons, the blue dots are position estimates.

About

An iBeacon indoor localization solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages