-
Notifications
You must be signed in to change notification settings - Fork 58
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
AtomS3R IMU #129
Comments
Apologies I see release 0.1.17 has added support for AtomS3R. Can you think of a reason that the IMU init retuns as imu_none? I am running this example |
Hello, @patfelst |
geat thank you, it's working now! |
Hi again, I got the Madgwick library to calculate roll, pitch and yaw (heading). I notice that the heading rotation is reversed to what I exptected, i.e. turning the AtomS3R clockwise (screen facing up) results in heading angle reducing. Can one of the following functions be used to reverse that behaviour? i.e. Clockwise rotation increases heading? // 軸の順序を右手系で指定する。最初の2軸のみ指定し、3軸目は省略
bool setAxisOrderRightHanded(axis_t axis0, axis_t axis1);
// 軸の順序を左手系で指定する。最初の2軸のみ指定し、3軸目は省略
bool setAxisOrderLeftHanded(axis_t axis0, axis_t axis1); I'm not sure how to call this from the arduino setup() function. Can you please help? |
Sorry for the late reply. Thank you for providing important information. Also, if you want to call the axis setting function, do it as follows.
|
I will test this very soon, thank you |
Hi there, I tried the IMU example on a AtomS3R but it says the IMU is not found.
Are there any plans to update the library to work with the AtomS3R's BMM150 geomagnetic sensor and BMI270 attitude sensor?
Thankyou!
The text was updated successfully, but these errors were encountered: