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

MPU6050 DMP for Pi #524

Open
3mrrrx opened this issue Mar 19, 2020 · 1 comment
Open

MPU6050 DMP for Pi #524

3mrrrx opened this issue Mar 19, 2020 · 1 comment

Comments

@3mrrrx
Copy link

3mrrrx commented Mar 19, 2020

Would it be possible to use the MPU6050 DMP code using a Raspberry Pi?

So far the code is only available for Arduino, any plans to make a port for using it with a raspberry pi using only the GPIO pins? Does one still need to make use the inter pin?

Thank you for the support and a great library.

@ZHomeSlice
Copy link
Contributor

The ARM processors have their own set of code that was developed for the MPU6050
You may need to log in before you can download this file.
https://invensense.tdk.com/developers/download/emd-6-12/?wpdmdl=45
your PI can have complete 9-degree fusion with the magnetometer on the MPU9150 or MPU9250 chips. the additional library is proprietary and not available for us to see the source. similar to the embedded eDMP firmware. I would guess since their library is already developed and working on ARM processors that your efforts would best start with this example code they rather than the Arduino stripped down and dirty code we must use.

Z

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