Sunday 28 August 2016

gps - Indoor Location Positioning


We are developing a mobile application for smartphones (Iphone, Android, BlackBerry, etc) and want to allow navigation at indoors.


We can buy and place indoor gps antennas but will this solve our problem and let us to navigate users?


I searched a lot and found some systems; but they are bundled with chips and antennas. But we couldn't attach chips to users phones.


So do you have any suggestions?




Answer



Check out Qubulus. Their indoor positioning API uses an RF fingerprinting method for Android devices. Right now, your software-only options are limited for iOS. Best tip there is to wait for iPhone 5. I'm not familiar with options for Blackberry.


A full list of indoor positioning technology providers is here: http://bit.ly/indoornavigation


You might also gain some insight from reading "Why Indoor Navigation is So Hard". The O'Reilly article mentions the Cisco MSE option, which is likely a better fit for your needs than a GPS repeater.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...