Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accelerometer Velocity Tracking #5

Open
WesleyMcGinn opened this issue Jun 2, 2023 · 1 comment
Open

Accelerometer Velocity Tracking #5

WesleyMcGinn opened this issue Jun 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@WesleyMcGinn
Copy link
Owner

Code needs to be written, as stated in the momentum page, that can act as a speedometer based on values from the accelerometers in the phone. This will be a difficult task to accomplish, and it will involve a lot of integral math. AI could potentially be used to determine whether data from the accelerometers is "noise" or actual movement. The accelerometer generally seems to have a ±0.2 accuracy, which shouldn't be too hard to deal with considering that significant movements and even friction is much greater. The difficult part will most certainly be gravity compensation.

@WesleyMcGinn WesleyMcGinn added the enhancement New feature or request label Jun 2, 2023
@WesleyMcGinn WesleyMcGinn self-assigned this Jun 2, 2023
@WesleyMcGinn WesleyMcGinn added this to the Deadline of Full Website milestone Jun 8, 2023
@WesleyMcGinn
Copy link
Owner Author

Generally, accelerometers are not accurate enough to perform this task. However, the GPS module could be used instead, with help from the accelerometers on when significant motion begins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant