FastIMU icon indicating copy to clipboard operation
FastIMU copied to clipboard

Not Working With LSM6DSL

Open ae-circuit opened this issue 1 year ago • 1 comments

I am using arduino nano 33 iot board and when IMUIdentifier Example is run, Output is =========== IMU Identifier =========== No IMU detected ======================================

So I am thinking if all the IMU's structure components are assigned correctly? IMU {Address1, Address2, Register, ExpectedID, IMUName, IMUCapabilities} ==> {0x6B, 0x6A, 0x0F, 0x6A, "LSM6DSL", "3A,3G"}

ae-circuit avatar May 10 '24 12:05 ae-circuit

This might be a duplicate of https://github.com/LiquidCGS/FastIMU/issues/10. Turns out the Arduino Nano 33 IOT can sometimes use a LSM6DSO rather than LSM6DSL.

quicksketch avatar Jan 12 '25 05:01 quicksketch