-
Notifications
You must be signed in to change notification settings - Fork 9
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
LSM6DSL IMU PR #94
LSM6DSL IMU PR #94
Conversation
Update branch
Update working with full moton
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to test on my swadge, apply auto-formatting, fix up some of the doxygen linkage, and pull it in. Nicely done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd have slightly preferred leaving the path as it was and naming the new component something else, since its more than just an accel. NBD.
* The accelerometer used is a QMA7981. | ||
* The datasheet can be found here: <a href="https://datasheet.lcsc.com/lcsc/2004281102_QST-QMA7981_C457290.pdf">QMA7981 | ||
* Datasheet</a>. | ||
* Originally swadges were planned to use a LSM6DSL and a QMC6308, however, because the batteries are so close to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot imagine how happy reading this makes me 😁
main/modes/accelTest/bunny.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My preferred approach for binary data is to put it in SPIFFS, optionally with heatshrink compression applied. For the test this is fine, but it may be nice to move 3D object files out of src and into the file system.
Rename hdw-accel-legacy back to hdw-accel
@cnlohr I'm leaving this branch up for your further fix. If you already fixed the thing, please delete it. |
This integrates the LSM6DSL IMU into the swadge ecosystem. There are three outstanding issues: