I have a project which requires tracking an object from it's host in 1-dimension at a range of 1.5ft to 60ft, or up to 100ft, with an accuracy goal of 1mm. Direct line of sight is available. The application will be indoors. I would like to potentially run up to 1000 (one-thousand) pairs of these devices without interfering with each other.
A friend tipped me off that Ant may be the solution to my problem.
I'm thinking the system would work by sending a signal from the host to the mobile object, recording the sending time. Then having the mobile object respond to the signal, and send back to the host, where the host would record the time, and derive from the distance the Time-of-Flight.
Is Ant capable of doing what I am asking it to? Thanks.