Guide to gyro and accelerometer with Arduino including Kalman filtering

Lauszus:
You can not use the kalman filter with only one input. Sorry but you need a gyro too, that is why it called "sensor fusion" :slight_smile:
You could perhaps use some other kind of smoothing algorithm.

  • Lauszus

Any recommendations? I found these...

http://www.arduino.cc/playground/Main/Smooth

Don't know how smooth they work, didn't get time to test them yet