-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accelerometer calibrating problem #2781
Comments
Make sure you calibrate the accelerometer relative to the board not relative to the model. The arrow in accelerometer-calibration-steps represents the arrow on the board not the front of the model. |
As soon you did 1 and 2 you can randomly do the other 4 steps and it should work ok. |
yes it should but unfurtunatly it does not, |
What do you mean by "the calibration doesn't work" ? You get a red cross in the configurator next to "Accelerometer is calibrated" ? In the next version of the configurator I think there will be a guide to indicate each step but the procedure will stay the same. After the calibration what are the values of the |
the cleanflight and betafliegt (simple calibration work) |
You can check if your accelerometer is working correctly. In the configurator go in the sensors tab and look at the accelerometer curves. When your FC is flat the green and blue lines should be near 0. When on the side the green and red lines should be near 0. And when on the front the blue and red lines should be 0. |
Indeed that would explain why the 3 axes calibration does not work. You probably can use an external board with a 6050 MPU but not without modifying the source code I'm afraid. The code only expects the MPU to be connected to the "internal" I2C bus. If you have the tools and the skills to do it the best would be to replace the defective MPU. |
thank , i think that i will do the next days in my lab. |
The best one is the one suited for your project. It depends what you want to do with it. What sensors you need, how many UARTs, how many outputs, the maximum size... I personally often use Omnibus boards with F3 or F4 MCUs. |
Just Maybe related to this?? |
I was asking myself the same thing but I'm not sure the PR for the fix changes the way the accelerometer data is read. His issue was clearly that the data for the X axis was wrong. |
hi everybody . thanks a lot to all. |
Hi David, |
Sp Racing F3 "LHI Official Store"
INAV 1.8.0 /Chrome: 61.0.3163.100, Configurator: 1.8.0
Behavior
hi everybody
i've installed Inav to my new SP racing F3 controller, with external OLED display Barometer (i2C)
magnetometer (i2C) and gps (Seriale) everything is working well . but i'm not able to calibrate my Accelerometer (sure i'm using the 6 point calibration) .
I've tryed so many times in different conditions.
Please give me a hint where I can make it work
Is this a new feature request?_
The text was updated successfully, but these errors were encountered: