Skip to content

OSError: [Errno 5] EIO #15772

Sep 3, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

According to the specification page you linked to, the board has a ICM20948 IMU sensor, not a MPU9250. The library is failing where it's trying to initialize a AK8963 magnetometer, which you maybe don't have

what does an i2c.scan() tell you? An MPU-9250 has a default I2C address of 104 (0x68), while the default I2C address for the ICM20948 is 105 (0x69).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jpgpngexetxt
Comment options

Answer selected by jpgpngexetxt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants