Guide to gyro and accelerometer with Arduino including Kalman filtering

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