-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
dmpGetMag returning zeros #137
Comments
I have the same problem! |
I have the Arduino Nano, 2 MPU6050, 2 HMC5883L |
Have you tried adding pull-up resistors? On Sunday, 28 February 2016, Monax111 [email protected] wrote:
|
The AK8975's address is 0x0C,but the code give the address is 0x0E, so change the address to 0x0C. |
using function:
https://github.com/marcbishara/i2cdevlib/blob/master/Arduino/MPU6050/MPU6050_9Axis_MotionApps41.h#L753
Returns 0,0,0 Is that an outstanding issue or am I doing something wrong in setup?
The text was updated successfully, but these errors were encountered: