Hi all,
I’ve been working a project using the MPU6050 gyro + accel and have hit a bit of a wall. I have been working from the example MPU6050 DMP6 code and I have made a few adjustments.
The calibration has been set so my gyro data is calibrates to around 0. My accel data isn’t.
I would like to smooth accelerometer data as it seems to be very noisy. The X and Y axis are calibrated at around 0 but jump from a range of values from -9 to +9. The Z is fluctuating at around 30 but jumps from roughly 20-45.
Does anyone have any suggestions to for data smoothing this accel data? I have attached a .zip of my arduino code, help would be much appreciated!
MPU6050_RPY___ACC.zip (5.41 KB)