Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
I’ve noticed that the pitch and roll fluctuations in my flight controller with the MPU6050 are more pronounced during quick movements. This makes me wonder if it’s due to the complementary filter’s handling of fast changes or sensor noise.
I’m considering switching to a Kalman filter, but I’m also curious if tuning the weights of my current filter might help. Have any of you faced similar issues?
@wafa_ath It seems like your issue could be caused by the complementary filter not handling fast movements or sensor noise well. Before switching to a more complex Kalman filter, you might want to try adjusting the filter weights to better balance the gyroscope and accelerometer data. This could help smooth out the fluctuations.
However, if tuning doesn’t solve the problem, a Kalman filter may offer better results, as it handles rapid and complex movements more effectively. You can start by tweaking the complementary filter and then decide if switching to Kalman is necessary. Let me know how it works out!
I tried adjusting the filter weights, but now the pitch and roll seem more unstable
CONTRIBUTE TO THIS THREAD