-
Notifications
You must be signed in to change notification settings - Fork 472
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
Dual MPU9250 #470
Comments
I would start with this:
https://github.com/kriswiner/MPU9250/tree/master/Dual_MPU9250
You might have to modify to suit your choice of MCU. You need to make sure
the MCU has enough power to run the fusion at a rate of 1 kHz or more.
…On Thu, Oct 7, 2021 at 10:56 PM HAYEONkwon ***@***.***> wrote:
Hello, Kriswiner.
I'm a graduate student who is studying for the master's degree in
automotive engineering.
I want to use dual MPU9250.
I found your code from github.
But, I cannot use it due to some problems.
1.
Library
Which library should I use?
I found your mpu9250 library, but there is anything.
2.
Board
You used ladybug, But, I want to use arduino due board.
It doesn't seem necessary to modify the code in my opinion, should I?
Give me some tips about it.
I have really hard time these days because of my thesis.
Thank you.
I'll wait your reply.
Sincerely, Hayeon.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#470>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTDLKSCM25FZDWU36TE6STUF2BZZANCNFSM5FS2OY5A>
.
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>.
|
Maybe put all of the files in the repo
<https://github.com/kriswiner/MPU9250/tree/master/Dual_MPU9250> in one
folder?
…On Fri, Oct 15, 2021 at 10:59 PM HAYEONkwon ***@***.***> wrote:
Hello.
I totally studied hard after you gave me some tips.
But, It is still in problem.
[image: image]
<https://user-images.githubusercontent.com/77533738/137575709-adbecb71-d4d4-4b6b-a6ae-bf856c84a050.png>
How can I solve this problem..?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTDLKV2QYWCKLSMGGYEWPDUHEIFFANCNFSM5FS2OY5A>
.
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>.
|
Yes, Of course. |
Can I run this in Arduino UNO. |
yes, but the mpu9250 is not a 5V sensor so you will need logic level
conversion for i2c and interrupt and use3v3 powrt only. Might slso need to
adjust the i2c calls...
…On Wed, Apr 13, 2022 at 9:56 PM Nipun Samarakoon ***@***.***> wrote:
Can I run this in Arduino UNO.
—
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTDLKUAMJOIDBWKX33CXWTVE6QOFANCNFSM5FS2OY5A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, Kriswiner.
I'm a graduate student who is studying for the master's degree in automotive engineering.
I want to use dual MPU9250.
I found your code from github.
But, I cannot use it due to some problems.
Library
Which library should I use?
I found your mpu9250 library, but there is anything.
Board
You used ladybug, But, I want to use arduino due board.
It doesn't seem necessary to modify the code in my opinion, should I?
Give me some tips about it.
I have really hard time these days because of my thesis.
Thank you.
I'll wait your reply.
Sincerely, Hayeon.
The text was updated successfully, but these errors were encountered: