-
Notifications
You must be signed in to change notification settings - Fork 26
Does not work with builtin IMU on Nano 33 IoT #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That would actually point to that IMU not being an LSM6DS3 and being an LSM6DSO instead. |
@LiquidCGS Thank you for the helpful tip. I have a LSM6DSO in a custom board and I confirmed that the
I changed it to this:
And then declared that as my IMU class via |
I confirmed this value from the official Arduino_LSM6DSOX library. Check this line in their source code file: Here's the line copied for convenience:
Interestingly they have the conditional that allows either of these addresses. It may be that they interchange the |
FastIMU does not work with the builtin IMU of the Nano 33 IoT because the "who am i" value of the LSM6DS3 on the 33 is (or can be?) 0x6C instead of 0x69.
The text was updated successfully, but these errors were encountered: