Arduino_ICM20948_DMP_Full-Function icon indicating copy to clipboard operation
Arduino_ICM20948_DMP_Full-Function copied to clipboard

Arduino Library for ICM20948 using DMP for i2c and SPI

Results 2 Arduino_ICM20948_DMP_Full-Function issues
Sort by recently updated
recently updated
newest added

hi, I'm trying to read quaternions data from ICM 20948 and as i checked w in quaternions is between -1, 1 but when i rotated imu, quat_w was between 0...

Hi, I was attempting to modify this library to also pull the temperature, but I seem to have hit a roadblock. In build_sensor_event_data I was adding ``` case INV_SENSOR_TYPE_TEMPERATURE: memcpy(&(event.data.temperature.tmp),...