Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.14 KB

imu.md

File metadata and controls

34 lines (27 loc) · 1.14 KB
layout title nav_order
page
IMU
20

Getting Started

  1. Official Arduino LSM9DS1 Library
  2. Run the Example Sketches: File -> Examples -> Arduino_LSM9DS1 -> SimpleAccelerometer/SimpleGyroscope/SimpleMagnetometer

Madgwick

Mahony

Code and Visualization here


TODO

Smoothing

Denoising

Sensor Fusion

https://github.com/aster94/SensorFusion

Kalman Filters

https://github.com/TKJElectronics/Example-Sketch-for-IMU-including-Kalman-filter/tree/master/IMU/MPU6050

Extended Kalman Filters

https://github.com/simondlevy/TinyEKF

Other Filters

Step Counter