I was able to develop an extended kalman filter based imu firmware on stm32.More on the way.
A project log for Fin Controlled Active Rocket Stabilization System
Vertical flight using Canard Fin based Controls And With IMU data from the AHRS system
I was able to develop an extended kalman filter based imu firmware on stm32.More on the way.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
anyway i could see the code
Are you sure? yes | no
tips from experience:
* Be sure that your sensors are sending data fast enough so that you avoid oversampling your data which will completely negate your kalman filter.
* Be sure that you aren't exceeding the range of what your sensors can measure.
* Record your flight data for post flight analysis. This is the most import part!
Are you sure? yes | no