-
Notifications
You must be signed in to change notification settings - Fork 56
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
IMU #6
Comments
Hey @jmonsalve15 any news? I'm really interested in this project but, as you say, the code is quite big and difficult to follow. @ZackFreedman What do you think? |
same issue @TonMise EM7180SFP is not available anywhere, any alternatives @ZackFreedman ?? |
The closest substitute is the Ultimate Sensor Fusion Solution board:
https://www.tindie.com/products/onehorse/ultimate-sensor-fusion-solution-mpu9250/
It's not a drop-in replacement - both the code and the IMU holder will
need modification.
Unfortunately, I'm not able to put any further work into this project.
…------ Original Message ------
From: "Divyansh Khandelwal" ***@***.***>
To: "ZackFreedman/Somatic" ***@***.***>
Cc: "ZackFreedman" ***@***.***>; "Mention"
***@***.***>
Sent: 4/11/2021 12:43:14 PM
Subject: Re: [ZackFreedman/Somatic] IMU (#6)
same issue @TonMise <https://github.com/TonMise> EM7180SFP is not
available anywhere, any alternatives @ZackFreedman
<https://github.com/ZackFreedman> ??
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANJAHAAH3KIMHGN5YYUWE3TIHUUFANCNFSM4VYZRMXA>.
|
just realized this is from a year ago but might as well ask did anybody successfully implement the ultimate sensor fusion board or i guess make this thing work at all really @TonMise @jmonsalve15 @noob-master147 |
have a look here: https://www.emmicroelectronic.com/product/sensor-fusion/em7180sfp |
I'm trying to rewrite this to work with the Arduino Nano 33BLE, I'm getting there, but it's like trial by fire, I've got the companion python app running on my M1 MBA, currently perusing the documentation for the LSM9DS1 IMU, looks relatively straightforward to port over. |
nice! |
I've got the software side of things done, it looks promising, certainly giving me the output I expect, now to build the thing :-) |
Any luck making it happen? Would love to see the new project. |
any updates? |
@ZackFreedman, I am working in this project. It is so cool, but the code is quite big and difficult to follow.
Can you give a bit or high level info about how the GUI expected the IMU data?
I would like get it working with a different IMU using quaternions...
The text was updated successfully, but these errors were encountered: