fusion94 / HMC5883L_Arduino

Reads the Compass Module 3-Axis HMC5883L and prints the data over the serial connection to the computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMC5883L_Arduino

Description

In this example we’re going to deal with the Compass Module 3-Axis HMC5883L from Parallax and how to integrate it into an Arduino.

The Compass Module 3-Axis HMC5883L is designed for low-field magnetic sensing with a digital interface. This compact sensor fits into small projects such as UAVs and robot navigation systems.

The sensor converts any magnetic field to a differential voltage output on 3 axes. This voltage shift is the raw digital output value, which can then be used to calculate headings or sense magnetic fields coming from different directions. Example code in PBASIC, Spin, and C are provided in the downloads.

The Details:

For more info please see: http://fusion94.org/blog/2012/11/29/arduino-plus-compass-module-3-axis-hmc5883l/

Contributing:

If you care to contribute at all then please see the CONTRIBUTING File for more details.

License:

This application is licensed under the Mozilla Public License Version 2.0. Please see the LICENSE File for more details.

About

Reads the Compass Module 3-Axis HMC5883L and prints the data over the serial connection to the computer.

License:Mozilla Public License 2.0


Languages

Language:Arduino 100.0%