Skip to content

Arduino library for AHRS (Attitude and Heading Reference System) for Adafruit motion sensors

Notifications You must be signed in to change notification settings

markub3327/Adafruit_AHRS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 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

Arduino library for AHRS (Attitude and Heading Reference System) for Adafruit motion sensors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.5%
  • C 13.8%
  • Processing 6.7%