Skip to content

AHRS (Attitude and Heading Reference System) for Adafruit's 9DOF and 10DOF breakouts

Notifications You must be signed in to change notification settings

NVSL/QuadClass-AHRS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adafruit AHRS library

This library lets you take an accelerometer, gyroscope and magnetometer and combine the data to create orientation data.

Options are Mahony (lowest memory/computation), Madgwick (fair memory/computation) and NXP fusion/Kalman (highest).

While in theory these can run on an Arduino UNO/Atmega328P we really recommend a SAMD21 or better. Having single-instruction floating point multiply and plenty of RAM will help a lot!

About

AHRS (Attitude and Heading Reference System) for Adafruit's 9DOF and 10DOF breakouts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.9%
  • C 13.5%
  • Processing 6.6%