Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dritonkrasnici opened this issue Oct 17, 2022 · 3 comments
Open

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

dritonkrasnici opened this issue Oct 17, 2022 · 3 comments

Comments

@dritonkrasnici
Copy link

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 ?

@kriswiner
Copy link
Owner

kriswiner commented Oct 17, 2022 via email

@dritonkrasnici
Copy link
Author

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.

@kriswiner
Copy link
Owner

kriswiner commented Oct 29, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants