AK8963 - [Errno 5] EIO
serdaraltin opened this issue · 3 comments
serdaraltin commented
tuupola commented
The i2c.scan()
finds 104
ie 0x68
which is default i2c address for MPU-6500 and 118
ie 0x76
which is default i2c address for BME280.
serdaraltin commented
tuupola commented
There is no AK8963 in the i2c bus. There is only BME280 and MPU-6500. So my guess is that your sensor is not MPU-9250 but a plain MPU-6500 instead.
MPU-9250 is a System in Package (SiP) which combines two chips: MPU-6500 and AK8963.