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

MPU 9250 Support #80

Open
scottp opened this issue Jul 29, 2014 · 6 comments
Open

MPU 9250 Support #80

scottp opened this issue Jul 29, 2014 · 6 comments

Comments

@scottp
Copy link

scottp commented Jul 29, 2014

Due to stock level, I got given a 9250 the other day instead of a 9150. However I can't work out the main differences yet to get it to work. Has anyone tried to get the 9250 working with this library? Scott

@kirilligum
Copy link

I have the same problem.
Can someone give guidance how to make MPU9250.cpp file or what might be the differences

@kirilligum
Copy link

I do get an output but i'm not sure what the numbers are

@RootisTootis
Copy link

Hi, I'm sitting in the same boat and would also be very interested in i2cdevlib support for the MPU 9250.

@chrisspen
Copy link

chrisspen commented Jul 18, 2016

Have you seen http://www.sureshjoshi.com/embedded/invensense-imus-what-to-know/?

The MPU-6050 is higher power, lower noise, and larger package versus the MPU-6500. Most of your code should port over, but some low power features are different and will need to be recoded in. Basic data acquisitions shouldn’t have changed.

The MPU-9150 contains the MPU-6050 and an AK8975 magnetometer from AKM. The MPU-9250 contains a MPU-6500 and AK8963. The same differences between gyro/accel are the same you see with 6050 v. 6500. The magnetometer on the MPU-9250 is a little better across the board.

Has anyone simply tried using the MPU-9150 code with the MPU-9250? It might work as-is, with the exception of some low-power features.

@chrisspen
Copy link

Also, I think i2cdevlib is a dead unmaintained project now. There are pull requests that have opened for years. You should look around at other projects like;

https://github.com/Snowda/MPU9250

@bingcheng1998
Copy link

Hi!
This work is helpful.
However, I think a calibration app is needed to MPU9250.
You can reference this one,
MPU6050 calibration
I this it's useful, but I don't know how to adapt this app to MPU9250.
Can anyone help me?

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

5 participants