Ask HN: Best technologies for indoor position tracking?
I have a hobby project in mind but I'm not sure which technologies will give me the most bang for my buck long term.
I want to track my 3D position accurately within my apartment. My first use case is to track how long I sleep and how long I watch TV etc. without using some sort of reporting mechanism. I would like to incrementally add more advanced features such as gesture recognition for integration with smart devices etc.
I have read about using RF signals and signal processing to track 3D motion indoors without using wearables (https://www.emeraldinno.com/publications). There must be ways to do it with wearables and bluetooth. Posyx (https://www.pozyx.io/) works with UW signals.
Has anyone had experience with a similar project? Which technologies did you use? Is there specific hardware you would reccommend?
12 comments
[ 3.2 ms ] story [ 48.5 ms ] threadIf I try this again, and by that I mean when I try this again, I will go a different route. The core will be a pair of accelerometers, with a nfc tag, sending to a central unit the acceleration data and wifi signal strenght. A network of nfc readers will send info about what tags are they seeing. Maybe even some cameras.
The acceleration data will provide fine movement data and the rest is supposed to allow for data calibration and coarse tracking. Not an easy project, but should be fun.
Can you be more specific on "accurately". There are many indoor nav systems leveraging various radio technology (BLE/WiFi/LoraWAN), ultra sound http://cricket.csail.mit.edu/ , magnetic indooratlas.com. All have pros and cons and various levels of accuracy that depend on the environment.
Good luck!
In general, systems based on radar are trying to replace wearables for sleep states tracking, elderly fall detection etc. But I'm not sure yet what other applications it might have. The ability to track my location just seemed like a good first step.
Cons: Wearing Hololens all day, spending thousands on a hobby project. :-/ Fascinating if you manage to borrow one though.
Even more fascinating, if they manage to wear it the whole day.
Tracking accuracy can sometimes drift quite a bit with this if you’re not careful, but it can perform pretty well, especially if loop closing is enabled.
Interesting approach using radar for tracking, if you make any progress would be interested to hear about it.
Anyhoo, we used Impinj readers and RFID tags to track things indoors. One of our clients was a Norwegian shipyard who wanted to keep track of their tools because apparently, tools for fixing ships are expensive and people like stealing.
You put the Impinj readers on the ceiling on both sides of a doorway and make sure your API throttles the reads so you can make sense of the data deluge.
I just wrote/designed the dashboards and interfaced with our internal API. If you have more questions I can ping the guys that worked on the back-end.
The paper is about using passive infrared sensors (active badge etc.) to accomplish indoor position tracking. This may be overkill for your need but I figured I'd put it out there for you anyway. I hope to have some follow up information in a couple of days and will revisit this question.