@@ -20,6 +20,7 @@ Supported IMUS:
2020Supported Magnetometers:
2121* QMC5883L
2222* HMC5883L
23+ * AK8975
2324
2425Supported IMU + Mag Stacking combos (All of them expect IMU address for initialization):
2526* MPU6515 + QMC5883L (uses type MPU6515_QMC5883L)
@@ -43,11 +44,23 @@ Supported IMU + Mag Stacking combos (All of them expect IMU address for initiali
4344* LSM6DS3 + HMC5883L (uses type LSM6DS3_HMC5883L)
4445* LSM6DSL + HMC5883L (uses type LSM6DSL_HMC5883L)
4546* QMI8658 + HMC5883L (uses type QMI8658_HMC5883L)
47+
48+ * MPU6515 + AK8975 (uses type MPU6515_AK8975)
49+ * MPU6500 + AK8975 (uses type MPU6500_AK8975)
50+ * MPU6050 + AK8975 (uses type MPU6050_AK8975)
51+ * ICM20689 + AK8975 (uses type ICM20689_AK8975)
52+ * ICM20690 + AK8975 (uses type ICM20690_AK8975)
53+ * BMI055 + AK8975 (uses type BMI055_AK8975)
54+ * BMI160 + AK8975 (uses type BMI160_AK8975)
55+ * LSM6DS3 + AK8975 (uses type LSM6DS3_AK8975)
56+ * LSM6DSL + AK8975 (uses type LSM6DSL_AK8975)
57+ * QMI8658 + AK8975 (uses type QMI8658_AK8975)
58+
4659Planned:
4760* BNO080 (probably soonish)
4861* GY-85
4962* BMM150
50- * BNO055
63+ * BNO055 (the one I bought is DOA... might take a bit)
5164* ICM20948
5265* BMI270 (if I can get my hands on one)
5366
@@ -106,4 +119,6 @@ Planned:
106119![ 2] ( MountIndex.png )
107120
108121##### TODO: get DMP working for pure quaternion output from invsense IMU's
109- ##### TODO: get FIFO working for all IMU's that have it.
122+ ##### TODO: get FIFO working for all IMU's that have it.
123+ ##### TODO: get timestamping working
124+ ##### TODO: get proper matrix magnetometer calibration working instead of the current scalar garbage.
0 commit comments