Skip to content
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

calibration #118

Open
alexspace360 opened this issue Mar 17, 2023 · 1 comment
Open

calibration #118

alexspace360 opened this issue Mar 17, 2023 · 1 comment

Comments

@alexspace360
Copy link

hello i am using the library from the source ( github ) , before when i did download it from arduino IDE it did not work , anyway now i am using MPU9250 with example named as i2c , so is the data that come out is raw ? , is there a calibration i can do ? please guide me , because its my first time ever

@flybrianfly
Copy link
Contributor

All of the data from this library goes through the MPU-9250's internal digital low pass filter. The default cutoff frequency is 184 Hz and this can be adjusted using the ConfigDlpfBandwidth method. It is also rotated into this axis system. This is done so that all of the sensors will use the same axis system, otherwise, by default the MPU-9250 outputs the accel/gyro and mag in different axis systems from each other.

I can't really help much with calibration since that's far outside of the scope of this library and there are a lot of different approaches depending on the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants