Skip to content

Herein lies code for estimating the orientation of a gyroscope and accelerometer using a Kalman filter. An Arduino sends the sensor measurements through a serial port to a Python program that implements the filter.

RenasonceGent/GyroAcceKF

Repository files navigation

Gyro.h, Gyro.cpp, and keywords.txt should be placed in the Arduino libraries folder. The folder should be named Gyro.

For some reason, the Python code crashes the first time it is run. It should run properly on the second time.

About

Herein lies code for estimating the orientation of a gyroscope and accelerometer using a Kalman filter. An Arduino sends the sensor measurements through a serial port to a Python program that implements the filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published