ios - Indoor Navigation using I-Beacon- Accuracy is changing rapidly -


i doing indoor navigation application using i-beacon. using accuracy given beacon. changing rapidly. since value changing, x , y coordinates of user location, has calculated varying when static. please me make accuracy constant when m not moving.

thanks in advance

i suggest read following article experience 2 positioning algorithms trilateration , nonlinear regression: r/ga tech blog

you find complete ios app implements both algorithms these guys on github

the app helpful understand difficulties of requirement of indoor navigation , experiment it.

also please note: apple did announce indoor positioning on wwdc 2014 core location framework in ios8, after couple of month stopped program. there lot of rush new feature. apple decided offer program big companies. can register here.

it important understand apple strategy: ibeacons technology proximity , advertising in contrast core location framework indoor positioning features in ios8. first 1 addition second one, not replacement.

there interesting article on estimote blog about physics of beacon tech.. useful part begins sentence "when started building it, experimenting method called trilateration."


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -