Skip to content

Program for reading data from the Pololu MinIMU-9 (all versions) over I²C. Works on the Raspberry Pi and probably other embedded ARM Linux boards.

License

Notifications You must be signed in to change notification settings

heikkileivo/minimu9-ahrs

 
 

Repository files navigation

minimu9-ahrs is a program for reading data from the Pololu MinIMU-9 (all versions) over I²C. It can output the raw sensor data from the magnetometor, accelerometer, and gyro or it can use that raw data to compute the orientation of the IMU. This program was designed and tested on the Raspberry Pi, but it will probably work on any embedded Linux board that supports I²C. A Debian package is available for easy installation and the minimu9-ahrs source code is on github.

For help getting started, please see: https://github.com/DavidEGrayson/minimu9-ahrs/wiki.

Building From Source

Just run:

sudo apt-get install libi2c-dev libboost-program-options-dev
make

About

Program for reading data from the Pololu MinIMU-9 (all versions) over I²C. Works on the Raspberry Pi and probably other embedded ARM Linux boards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.3%
  • C++ 41.4%
  • Python 0.2%
  • Objective-C 0.1%
  • JavaScript 0.0%
  • Emacs Lisp 0.0%