Skip to content
This is a Kalman filter used to calculate the angle, rate and bias from from the input of an accelerometer/magnetometer and a gyroscope.
C++
Branch: master
Clone or download
Latest commit 3e5d060 Mar 6, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Working in the 32bits mcu Feb 1, 2017
Kalman.cpp Put code into separate .h and .cpp files Apr 4, 2015
Kalman.h Adding notes to setQbias function Sep 21, 2016
README.md Added link to assignment Mar 18, 2013
gpl2.txt First relase Aug 13, 2012
keywords.txt Added functions to read the variance values Jul 2, 2013
library.properties Release version 1.0.2 Mar 6, 2017

README.md

Developed by Kristian Lauszus, TKJ Electronics 2012

The code is released under the GNU General Public License.


This is a Kalman filter library for any microcontroller that supports float math.

It can also be used with Arduino, simply copy the folder to your library folder.

My assignment I wrote back in High School regarding Kalman filter can be found here: http://www.tkjelectronics.dk/uploads/Kalman_SRP.zip.

For more information see my blog post: http://blog.tkjelectronics.dk/2012/09/a-practical-approach-to-kalman-filter-and-how-to-implement-it or send me an email at kristianl@tkjelectronics.dk.

You can’t perform that action at this time.