Hello Sparkfun Team,
with the OLA_IMU_Basic_Standadlone.ino everything seems to be working fine, except I am not getting any values for the Magnetometer. I haven't changed anything but I've tried examples from ICM_20948.h and I am getting the same result. My board is the OLA V1 (redboard) with IMU. Set up in Arduino IDE as "RedBoard Artemis ATP"
IMU ouput:
Scaled. Acc (mg) [ 00181.64, -00090.82, -00979.98 ], Gyr (DPS) [ -00000.33, -00000.66, -00000.42 ], Mag (uT) [ 00000.00, 00000.00, 00000.00 ], Tmp (C) [ 00030.14 ]
Appreciate help, let me know if you need further information.
Edit 1: wollewald/ICM20948_WE#7 seems to be the same issue
Edit 2: I just downgraded the Sparkfun ICM_20948 library to 1.2.8 and now the magnetometer works