kriswiner/MPU9250

The Magnetometer adress doesn't show up at MPU9250 with RPI3

Opened this issue · 3 comments

Hi,
Im only able to see the 0x68 Adress of the MPU6050 but not the 0x0c Adress of the Magnetometer.
Im using two MPU9250 Sensor connected via I2C with a Raspi 3.

Output after i2cdetect -y 1:

------ 0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- 68 69 -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

Do i have to set some Registers ?

It still doesn't work.
I set the master i2c bypass like this:

bus1.write_byte_data(0x68,0x37,0b00000010)
grafik

but it has no effect.
I still cannot see the 0x0C adress on the i2c bus.