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

Adis16448 Gyro Bias calibration #5

Open
rikba opened this issue Oct 14, 2022 · 1 comment
Open

Adis16448 Gyro Bias calibration #5

rikba opened this issue Oct 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rikba
Copy link
Contributor

rikba commented Oct 14, 2022

The Adis16448 has very stable biases. Thus it makes sense to calibrate them before deployment and assume they are constant over the course. Especially the gyro biases are easy to calibrate. You can average a set of angular velocity measurements at still stand and offset your measurements by those.

The Adis16448 has a Single Command Bias Correction that can be activated through the registers (see datasheet, p. 21). We can do this calibration in the initialization. Maybe it is also possible to set an alarm to ensure that the IMU is not moved during calibration (see datasheet, p. 24). To indicate that the calibration is running, we can blink the LED (DIO2).

@rikba rikba added the enhancement New feature or request label Oct 14, 2022
@rikba
Copy link
Contributor Author

rikba commented Nov 1, 2022

@clanegge created an initial calibration routine. #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants