You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully replicating the litewing, controlling the drone via a mobile APP revealed a severe horizontal flight offset.
Testing the MPU6050 output using the cfclient tool indicated significant biases in both the accelerometer and gyroscope readings.(acc.x-0mg/acc.y-20mg/acc.z-14mg , gyro.x-0.28dps/gyro.y-0.23dps/gyro.z-0.33dps)
#Methods Tried
Attempting to calibrate the accelerometer and gyroscope biases via the parameters in cfclient failed, as no options for calibrating these biases were found there.
Trying to calibrate the accelerometer and gyroscope biases using commands in the cfclient console was unsuccessful, as the commands did not execute properly.
Using the Roll Trim and Pitch Trim in the mobile app to calibrate the horizontal offset revealed that the minimum adjustment step of 0.6 degrees is too coarse. This calibration method cannot achieve a stable, level flight state for the drone.
#Question
Does the drone's firmware perform self-calibration of the MPU6050 biases during the startup self-test?
How can the MPU6050 biases be calibrated using cfclient?
Problem Description
#Methods Tried
#Question