GithubHelp home page GithubHelp logo

schmittlema / minimu-9-ahrs-arduino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pololu/minimu-9-ahrs-arduino

0.0 2.0 0.0 284 KB

Arduino program for building an AHRS with a Pololu MinIMU-9

Home Page: http://www.pololu.com/catalog/product/2468

License: GNU Lesser General Public License v3.0

Python 20.35% Arduino 79.65%

minimu-9-ahrs-arduino's Introduction

Pololu MinIMU-9 + Arduino AHRS (Attitude and Heading Reference System)

Version: 1.2.3
Release Date: 2015-02-05
www.pololu.com

Summary

This is a program (sketch) for the Arduino that interfaces with the Pololu MinIMU-9 inertial measurement units:

It also works with the Pololu AltIMU-10 boards, although the output from the barometer is not used:

This Arduino program processes the raw rotation, acceleration, and magnetic data from the MinIMU-9 to derive an estimate of the board’s absolute orientation, which it outputs through the Arduino’s serial interface, turning the MinIMU-9 and Arduino into an attitude and heading reference system (AHRS).

A Python test program is also included. It communicates with the Arduino serially and displays a 3D representation of the MinIMU-9 board, allowing you to visualize the output of the AHRS in real time.

Both the Arduino software and Python test program are based on sf9domahrs by Doug Weibel and Jose Julio, which is in turn based on ArduIMU v1.5 by Jordi Munoz, William Premerlani, Jose Julio, and Doug Weibel.

Getting Started

Software

The Arduino program uses Pololu’s L3G and LSM303 Arduino libraries, which can also be downloaded from GitHub. Follow the instructions on their respective pages to install the libraries.

The Python test program also has several dependencies you must install before you can run it:

After you have set up the prerequisites, download the archive from GitHub and decompress it.

Hardware

Make the following connections with wires between the Arduino and the MinIMU-9:

Arduino Uno R3, Leonardo, Mega 2560

Arduino      MinIMU-9
---------------------
     5V  ->  VIN
    GND  ->  GND
    SDA  ->  SDA
    SCL  ->  SCL

Arduino Micro

Arduino      MinIMU-9
---------------------
     5V  ->  VIN
    GND  ->  GND
      2  ->  SDA
      3  ->  SCL

Arduino Uno (up to R2), Duemilanove, etc.

Arduino      MinIMU-9
---------------------
     5V  ->  VIN
    GND  ->  GND
     A4  ->  SDA
     A5  ->  SCL

Unfortunately, this sketch does not function properly on the Arduino Due, so we do not recommend running this sketch on an Arduino Due.

Using the AHRS

From the Arduino environment, open MinIMU9AHRS.ino, which can be found in the MinIMU9AHRS folder.

By default, the Arduino code treats the positive X axis of the MinIMU-9 as forward and the negative Z axis as up (so that the components are on the bottom of the board and the silkscreen is on top). If you want the positive Z axis to be up instead (so that the components are on top), find the definition of SENSOR_SIGN[9] at the beginning of MinIMU9AHRS.ino and uncomment the appropriate line (after commenting the original).

To ensure that the heading derived from the compass is accurate, you should change the M_X_MIN through M_Z_MAX calibration constants to appropriate values. You can use the Calibrate example from the LSM303 library to find the right values for your board.

In the Tools menu, select the appropriate board and serial port. Click the “Upload” button to compile the sketch and load it onto your Arduino.

When the AHRS program first starts running, it takes some readings to establish a baseline orientation, during which it expects both the roll and the pitch of the sensors to be zero. Therefore, it is important to keep the MinIMU-9 level for a few seconds after powering on or resetting the Arduino or connecting to it from a computer.

After performing the startup routine, the program constantly takes readings from the gyro, accelerometer, and magnetometer on the MinIMU-9 and calculates an estimate of the board’s orientation. It outputs estimated roll, pitch, and yaw angles (in degrees) through the Arduino’s serial interface, and you can view the output with the Arduino Serial Monitor.

Example output:

!ANG:0.08,0.09,137.01
!ANG:0.14,0.11,137.04
!ANG:0.15,0.12,137.06

To visualize the output of the AHRS, you can run the Python test program (MinIMU-9-test.py) while the Arduino is connected to your computer. (You will probably have to edit the file first and change the definition of ser to match the COM port your Arduino is using.) You should be able to see three indicators showing the roll, pitch, and yaw angles being calculated by the AHRS, as well as a 3D representation of the MinIMU-9 board (the arrow indicates the positive X direction). You can watch these change in real time as you move the board around.

Version History

  • 1.2.3 (2015-02-05): Updated to work with L3G library version 2.0.0.
  • 1.2.2 (2013-11-27): Updated to work with LSM303 library version 2.0.0.
  • 1.2.1 (2013-03-15): Fixed issue with properly enabling high-resolution mode on accelerometer.
  • 1.2.0 (2012-07-06): Added support for MinIMU-9 v2 (L3GD20 and LSM303DLHC); L3G4200D library dependency changed to L3G.
  • 1.1.0 (2011-11-15): Added support for LSM303DLM; LSM303DLH library dependency changed to LSM303.
  • 1.0.0 (2011-09-26): Original release.

minimu-9-ahrs-arduino's People

Contributors

davidegrayson avatar kevin-pololu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.