User Activity

Between two batches of ISM330DHCX and LSM6DSR sensors (first batch purchased in 2020, second batch purchased in 2021), large differences in gyro sensitivity are seen. For a single 90 degree turn, the first batch exhibits several degrees of error - a...
We are using Motion_AC to calibrate Accelerometer Offset & Scale, and Motion_GC to calibrate Gyro Offset. However, we have found a need for also correcting the Gyro Scale. We work with the LSM6DSM and ISM330DHCX sensors. We found that within a par...
Is there any documentation on the differences? Are these two part numbers functionally identical?
In working with the MotionAC Library, I have the following questions to better understand behaviors.1) We wish to create a Graphical User Interface which indicates the status of the "dynamic" or 6-point tumble calibration, and want to display current...
The MotionFX Library is initialized as follows: MotionFX_getKnobs(&iKnobs); /* Modify knobs settings */ // Configure knobs with non-default values iKnobs.output_type = MFX_ENGINE_OUTPUT_ENU; iKnobs.modx  = 1; // No decimation iKnobs.ATime = 10; // ka...