sundevilmotorsports / sdmlib

Common Teensy library 4.X
MIT License
0 stars 0 forks source link

Accelerometer Filtering #6

Open joshtenorio opened 2 years ago

joshtenorio commented 2 years ago

Ensure accelerometer is calibrated and output is smooth. Research and implement filtering algorithms if necessary

It may be helpful to output accelerometer values into Serial and create a pyqtgraph application to parse the data and graph it

Filtering algorithms to try:

WillEricLee commented 1 year ago

Moving average function implemented