-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
MPU-6050 No-DMP mode #291
MPU-6050 No-DMP mode #291
Conversation
TODO: Verify that rest detection for TCAL actually works(MPUs accel/gyro tend to be quite noisy) I need to find clean way to modify rest detection config however |
Tested tracker with the last commit for a few hours - TCAL seems to work! Now to figure out how to deal with conflicts lol |
7c58e3b
to
c021176
Compare
Rebased the branch to 0.4.0 |
Having some weird issues with TCAL |
It seems sensor_real_t array can't be converted to Vector3 now
(Hopefully) fixes building for online flasher Thanks to @wb1016 for reporting this
1296ab2
to
e9c60e1
Compare
Rebased onto latest main |
e25ef09
to
fb5ab9d
Compare
Butterscotch can english better than me Co-authored-by: Butterscotch! <[email protected]>
I'm not sure if there is still need for this PR, as the softfusion branch has a MPU6050 with softfusion available. |
This branch still has temperature calibration, which sfusion currently lacks. However, that'll soon likely change. So there's no point in this PR anymore. (However the branch itself has some use) |
Adds a new type of sensor that uses MPU-6050, but without the DMP(sensor fusion in software)
Uses the same sensor fusion as BMI160