Arduino code for IMU Guide algorithm. Using a 5DOF IMU (accelerometer and gyroscope combo)
This article introduces an implementation of a simplified filtering algorithm that was inspired by Kalman filter. The Arduino code is tested using a 5DOF IMU unit from GadgetGangster – Acc_Gyro . The theory behind this algorithm was first introduced in my Imu Guide article.