jefmenegazzo / mpu-i2c-drivers-python

I2C Drivers for MPU-9250, MPU-9255, MPU-9150, MPU-6500, MPU-6555, and MPU-6050
https://jefmenegazzo.github.io/mpu-i2c-drivers-python/
Other
72 stars 23 forks source link

Can't access magnetometer output #18

Open nux1701 opened 1 year ago

nux1701 commented 1 year ago

Describe the bug Hello,

I've been strugling with a second MPU9250 I bought after thinking the first one might be defective, I can't get any reading from the magnetometer on my Raspberry. I connected the VCC to 3.3V, SDA + SCL and GND accordingly.

i2cdetect -y 1 only shows 0x68 address, no magnetometer address. I've seen that I might need to change a register to allow some I2C pass through, but I thought this library might do it on its own.

Do I need to do something on my own or set something up on my top-level script to address this issue ?

Thank you for your help.

balaboraa commented 1 year ago

Hi, I also got the same issue. Any help please....!