Fix MPU9250 calibration matrix multiplication #242

Closed
opened 2026-04-05 17:52:17 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @furrycoding on 9/7/2023

Split applying calibration values into 2 loops - first the bias, then the matrix(like for BMI160)
If done in a single loop the matrix multiplication uses uninitialized temp[] values, which is wrong

*Originally created by @furrycoding on 9/7/2023* Split applying calibration values into 2 loops - first the bias, then the matrix(like for BMI160) If done in a single loop the matrix multiplication uses uninitialized `temp[]` values, which is wrong
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#242