No description
Find a file
2020-04-24 18:17:57 -07:00
.github add Adafruit Sensor Calibration dep 2020-02-07 18:03:21 -05:00
examples add quat output 2020-02-17 11:47:58 -05:00
processing Added Processing viewer for new fusion_usb sketches 2017-04-06 11:25:56 +02:00
src Update Adafruit_AHRS_NXPFusion.cpp 2020-04-14 21:53:54 +02:00
.gitignore Add 10dof and 9dof AHRS example, bunnyrotate processing sketch, and fix bugs to make code work. 2014-08-01 12:40:41 -07:00
library.properties Update library.properties 2020-04-24 18:17:57 -07:00
README.md add readme 2020-02-02 13:31:34 -05:00

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!