-
Notifications
You must be signed in to change notification settings - Fork 47
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
Changes to add IMU to andino firmware #215
Conversation
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.
Thanks @gonzodepedro, @ivanpauno and @fbaglivo for contributing to Andino! I have reviewed the code changes and left some comments, PTAL. Thanks!
Signed-off-by: Gonzalo de Pedro <[email protected]>
Signed-off-by: Javier Balloffet <[email protected]>
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.
Comments addressed. Thanks @gonzodepedro, @ivanpauno and @fbaglivo for contributing to Andino!
🎉 New feature
Relates to #50
Summary
Adds imu functionality to firmware.
Relates to #181
In "Arduino IDE" they have to be added manually (added details in README).
For new bootloader, it should work with the
uno
environment and if not we should later addnanoatmega328new
.Test it
BNO055 is needed.
I used plotjuggler to plot orientation z (yaw), and veriefied it's working fine.
Ask @fbaglivo , @ivanpauno or me for details.
Checklist
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.