by JordanDee | June 30, 2011 | Overview:This is a breakout board for Honeywell's HMC5883L, a 3-axis magnetometer.Magnetometers have a wide range of uses. The most common include using the chip as a digital compass to sense direction or using them to detect ferrous (magnetic) metals....
So the HMC5883L or QMC5883 are called digital compass, they are detecting the magnetic north and calculate the value comparing to it while moving, and they are very sensitive, but the cheap version which is QM5883 is more sensitive and difficult to calibrate. While sensing the magnetic north...
Arduino-HMC5883L HMC5883L Triple Axis Digital Compass Arduino Library Tutorials:http://www.jarzebski.pl/arduino/czujniki-i-sensory/3-osiowy-magnetometr-hmc5883l.html YouTube:http://www.youtube.com/watch?v=zG3uzQW3wc0 This library use I2C to communicate, 2 pins are required to interface....
Supplier Homepage Products Electronic Module Gy-273 Hmc5883L Axis Magnetic Electronic Compass Electronic Compass Sensor Module Related Categories Other Communication Products Router Fiber Optic Equipment Lora Communication Module Hermes Communication Module Plc Comm...
Hmc5883L 3 Axis Digital Compass Magnet Field Meter Module, Find Details and Price about Infrared Sensor Motion Sensor from Hmc5883L 3 Axis Digital Compass Magnet Field Meter Module - Kuongshun Electronic Limited
应为(X, Z, Y)我是接在Arduino Nano上测的. 准备通过USB口用在AR.Drone四轴上....
3 Axis Magnetic Field Compass Magnetometer Sensor 3V-5V Triple Axis Compass Magnetic Sensor Module HMC5883L QMC5883L for Arduino Features: 1.High-Precision Magnetic Field Measurement:Experience unparalleled accuracy with the GY-271 triple axis compass magnetometer sensor, equipped with a high-quality ...
Enhance your Arduino projects with the GY-273 3V-5V QMC5883 Triple Axis Compass Magnetometer Sensor Module. This module, designed for Arduino, offers precise triple axis magnetic field measurements.
HMC5883L Arduino VCC -> 5V or 3.3V (HMC5883L is rated for 3.3v but the break out board have a small voltage regulator) GND -> GND SDA -> SDA SCL -> SCL I wrote a header file for HMC5883L, and the target is to use it as a compass in 2D plane (i.e x and y axis) whic...
Anyone trying to make a compass chip work with their arduino and frustrated with an HMC5883L that is actually a QMC5883L (i.e. the thing you bought that doesn't work with HMC588L test code) try this code (works with Arduino Uno). Its an edited version of stuff I found on the net...