Replies: 1 comment
-
Hi Alberto,
Unfortunately I'm not aware of any MicroPython ports of I2Cdevlib or the MPU6050 code that I wrote. Someone may have done it, or even implemented something from scratch (maybe more likely), but I'm not sure.
A quick search shows this:
https://microcontrollerslab.com/micropython-mpu-6050-esp32-esp8266/
It looks like it's only raw data though, not the DMP. You'd have to implement a 6-axis fusion algorithm on the Pico if you use that.
Jeff
…On Sun, Dec 19, 2021, at 8:00 AM, Alberto Gorni wrote:
Hi there, I'm interested in using the MP6050 in a raspi pico project and I would like to leverage MicroPython as a programming language.
Is there any port of this library capable to get the Yaw from an MP6050?
Thanks
Alberto
—
Reply to this email directly, view it on GitHub <#651>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAE23SEBZDB3GFDMWB4R5RLURXJPLANCNFSM5KL3MUFQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm interested in using the MP6050 in a raspi pico project and I would like to leverage MicroPython as a programming language.
Is there any port of this library capable to get the Yaw from an MP6050?
Thanks
Alberto
Beta Was this translation helpful? Give feedback.
All reactions