IMU is not detected #22
Unanswered
HefnySco
asked this question in
Trouble Shooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some sensors are cloned and report different ID.
I saw deom GY-91 sensors report ID value
#define MPU_WHOAMI_MPU9255 0x75
instead of
#define MPU_WHOAMI_MPU9255 0x75
you can simply use Arduino with i2c connection and make sure that the ID is correct.
same issue may occur to other sensors as well.
Beta Was this translation helpful? Give feedback.
All reactions