Arduino Step Tracker
Chung Shun Ko, Leon Ge
What to achieve
Challenges
Technical knowledge
Implementation
- We used an accelerometer similar to a phone to detect leg movements as well as forward acceleration.
- Using a moving average array to do smoothing. A z-score peak detection will allow for peak detection based on previous values instead of hard coding.
- Based on the z-score plot, we can see that when the is a z-score above 2-2.5 or so, there is a step taken.
- Using the z-score method can accommodate for different intensity of acceleration, instead of hard-coding a magnitude threshold.
Problem Statement
Potential usage of the project
Summary
References