Would it be possible to fill a building with 20 - 30 bluetooth devices that act as proximity detectors and write an app that can calculate location in the building based on distance from the current detected sensors.

I've looked at the GameKit API, but I don't see anything about calculating distance from devices.

Can someone point me in the direction of an Apple API, or a 3rd party API that can be used for this kind of application.

link|improve this question

71% accept rate
feedback

3 Answers

up vote 3 down vote accepted

We don't get the low level BlueTooth or WiFi control that would be required to do this. So unless you jailbreak you can't.

link|improve this answer
Thanks for the response. That's what I thought. – Travis Jul 21 '10 at 17:02
feedback

Low level Bluetooth can provide RSSI and Trasmit power level at the maximum for any kind of proximity indications.

As I understand it is extremely difficult to calculate the distance from these reliably.

link|improve this answer
feedback

Location services is surprisingly good at estimating location even in a residential area with only secured wireless APs detectable. But how you would add your APs into that DB, I don't know.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.