esp-gyrologger icon indicating copy to clipboard operation
esp-gyrologger copied to clipboard

Add an option to include magnetometer

Open AdrianEddy opened this issue 2 years ago • 1 comments

Magnetometer readings are useful to calculate better orientation, so it would be nice to have an setting to enable logging magnetometer too

AdrianEddy avatar Jul 19 '22 22:07 AdrianEddy

The code is actually logging quantized and compressed using rans encoding angular acceleration values. AHRS is running onboard. This means this would also require mag support in the built-in AHRS and mag calibration support.

Will look into this after implemention accel calibration (currently uncalibrated), it should be pretty similar to mag calibration.

VladimirP1 avatar Jul 20 '22 06:07 VladimirP1