I am doing a project where I am using accelerometer to perform location tracking task.
How do I differentiate between a state if object is under constant acceleration or is at rest?
In both cases it will return a g, and as I understand, I will have to monitor very small variations in this case as when the object will be at rest, which is proving to be tough for me. If any of these cases is misinterpretted, of course the location information will be wrong.
I am just using an accelerometer, nothing else.