How would one track the position of a person in a building? I have an idea but I am unsure of its validity.

Provided wifi nodes are setup in known positions around a building, one could trilaterate the position of the person. Because the distance between the nodes is already known , things like a wifi signal passing through different objects can be compensated for. Every few seconds a test would run comparing what the signal strength should be from node to node. If the signal strength varies from what is expected then we can expect that the signal is passing through a different material. These tests would give a constant "weight" that would then be used in trilateralation.

I have also tried to find velocity sensors but with no such luck. Accelerometers work but what if the object you want to track is traveling at a constant speed? Wouldn't the accelerometers then read 0?

GPS does not provide anywhere near the accuracy I need.

This is all speculation and I don't know the math behind it as of yet.

The eventual application of this is to build a system that tracks firefighters or other rescue workers within a building. The building's blueprints would be stored on a computer and their positions would be mapped on the wireframe layout of the building. Allowing others on the outside to find them in the event of becoming trapped.

Buildings aflame, funnily enough, provide very little light. In some situations you can not see your hand in front of your face. Because of this, sensors that rely on optics probably would not work that well.

Originally I started using my android phone but found its sensors lacking. Any ideas for tracking persons inside a building would be welcome.

link|improve this question
1  
In a disaster situation inside a building you should not trust the building infrastructure to help you. – belisarius Jun 11 '11 at 4:08
This is a bit vague - you're really talking about a concept for an application rather than a programming or development problem. I vote off-topic for migration to programmers. – Kirk Broadhurst Jun 11 '11 at 4:13
Even without the blueprints, being able to get the position of a person on 3 axes would be helpful. If the building collapses you have an idea of where someone is. – Bruk Habtu Jun 11 '11 at 4:14
@Bruk if the people are going to have Wifi or GPS devices, why not just give them emergency beacons? Have the rescue team use electromagnetic detection tools. And what chance of building collapsing, anyway? – Kirk Broadhurst Jun 11 '11 at 4:17
@Kirk I saw the physics and math tags so I was hoping to get some algorithms or some ideas of how to weigh things like wifi signals vs accelerometers. But you are correct. This is a bit offtopic. It is a combination of hardware, physics and programming but at this stage it is a lot more hardware and physics than it is code. Is there a way to close a post? If not I will remove the above. – Bruk Habtu Jun 11 '11 at 4:18
show 7 more comments
feedback

closed as off topic by PengOne, Kirk Broadhurst, CommonsWare, ChrisF, Kev Jun 11 '11 at 12:33

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.