An Arduino library for the ICM20948 9-axis accelerometer, gyroscope and magnetometer. It contains many example sketches with lots of comments to make it easy to use.
in examples\ICM20948_08_cycle\ICM20948_08_cycle.ino you wrote that you get wrong data if DLPF is applied. That is mostly intended because you NEED to set the acc DLPF to 7, if you want to use the DLPF, every other setting is out of specs. Take a look at ACCEL_DLPFCFG, Tabel 19, Page 65.
And the sample rate divider is intended to work with a "disabled" DLPF (aka 1X AVG) as you can see in the tabel and also not strange. :D
Hi,
in
examples\ICM20948_08_cycle\ICM20948_08_cycle.ino
you wrote that you get wrong data if DLPF is applied. That is mostly intended because you NEED to set the acc DLPF to 7, if you want to use the DLPF, every other setting is out of specs. Take a look at ACCEL_DLPFCFG, Tabel 19, Page 65. And the sample rate divider is intended to work with a "disabled" DLPF (aka 1X AVG) as you can see in the tabel and also not strange. :D