You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: