-
Notifications
You must be signed in to change notification settings - Fork 10
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
AttitudeEngine #2
Comments
I had a look at the datasheet describing the AttitudeEngine, but as I am not very fond of the purpose it fulfills I didnt bother implementing it. It should not be too hard to implement tho. If you would try to do that, I would
Please feel free to try it and submit a PR! :) |
I've been trying to activate the AttitudeEngine, but the bits referring to the quaternion don't return anything, no matter what settings I try. |
Can you describe what registers you tried to modify in order to set up the IMU configuration? |
Reg7 to Edit: I also tried different values for Reg6 still get all zeros on que quat. |
Also, did you set the ODR for AE mode? I had a look at the waveshare example driver, they have a function to set it up (up to 128Hz) or a last value for MoD mode. I think it wouldnt start measuring values unless provided with an AE ODR configuration. |
I did go through that chart (I actually printed it because I was done scrolling it). |
I am sure we are just missing on a very small detail, like setting one specific register. Unfortunately I am not able to work on this code myself at the moment. I will try to think on it though! Maybe I can have a look at the datasheet soon again, and maybe work out a strategy. At this point, I am not even sure anymore if AE mode runs parallel to the normal mode or if it replaces it. |
Has anyone manage to get the AttitudeEngine working?
The text was updated successfully, but these errors were encountered: