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

Support MPU9250 over I2C #23

Open
bryanjhv opened this issue Nov 5, 2021 · 2 comments
Open

Support MPU9250 over I2C #23

bryanjhv opened this issue Nov 5, 2021 · 2 comments

Comments

@bryanjhv
Copy link

bryanjhv commented Nov 5, 2021

What kind of new feature are you looking for?

  • Hardware: Support MPU9250 over I2C, currently only implementation uses SPI which is fine but many mixed chips like the GY-91 expose it as I2C. Another option would be to make mpu9250.Proto interface with public methods so one can provide an implementation for it (like SpiTransport does).

Do you plan to:

@bezineb5
Copy link
Contributor

bezineb5 commented Feb 6, 2022

I have an implementation of MPU9250 over I2C, with embedded AK8963 I2C magnetometer. However, it's not based upon the code of the existing MPU9250 driver, so I never submitted it (the interfaces are not compatible).
I can share the code if still needed.
@maruel Any interest in this MPU9250 I2C + AK8963? (the AK8963 is actually the magnetometer part of the MPU9250, exposed as a separate device on the I2C bus)

@maruel
Copy link
Member

maruel commented Feb 6, 2022

Sure!

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

No branches or pull requests

3 participants