Arduino_AHRS_System icon indicating copy to clipboard operation
Arduino_AHRS_System copied to clipboard

A compact realtime embedded Attitude and Heading Reference System (AHRS) using Recursive Least Squares (RLS) for magnetometer calibration and EKF/UKF for sensor fusion on Arduino platform

Results 6 Arduino_AHRS_System issues
Sort by recently updated
recently updated
newest added

I implemented your code with my ICM20948 IMU It was working but the values are updating tooo slowly. Why? Do i need to change something? I can send my project!!...

I am trying to make an IMU as robust as possible in a high vibration environment. Therefore, I expect acceleration sensor data to be least reliable, and I would like...

Hello Is code for the magnetometer calibration possible? I am developing a navigation app and id like to see I can improve it with custom calibration of the magnetometer. I...

I rewrite this in C and it works fine in mesure relative angle.But everytimes I power it off and turn it on the quaternionData was been reset to initdata. And...

Hi there - May I know in the Jacobian for the output equation, where does g come from in row 1~3? Thank you!

Hello @pronenewbits I want to use gyroscope and accelerometer sensors like `lsm303dlh` and `l3gd20`. How to find the “entry point” to insert your own acceleration and angular velocity values into...