Difference between revisions of "GY-271 HMC5883L 3-Axis Magnetic Electronic Compass Module"

From Wiki
Jump to: navigation, search
(Introduction of Pins)
Line 44: Line 44:
 
|Interrupting pin for data preparation, DRDY is pulled up inside and keeps the low level for 250μsec when the data are on the output register.
 
|Interrupting pin for data preparation, DRDY is pulled up inside and keeps the low level for 250μsec when the data are on the output register.
  
 +
|}
 +
 +
== '''Principle''' ==
 +
Honeywell HMC5883L is a kind of SMT High integration module that has a weakly magnetic sensor chip with digital interface. It is widely used in testing of low cost compass and magnetic field. HMC5883L contains the latest high resolution HMC118X series magnetoresistive sensor and Honeywell-patent integrated circuit including amplifier, automatic demagnetization driver, deviation calibration and 12-bit A/D converter that can keep the precision of compass ranging within 1°~2°. What’s more, it has simply equipped I2C series bus interfaces.
 +
[[File:GY-271 HMC5883L_3.jpg]]
 +
<br>
 +
 +
== '''Experimental Procedures for Arduino''' ==
 +
{|class="wikitable"
 +
|-
 +
|GY-271
 +
|Arduino uno
 +
|-
 +
|VCC
 +
|VCC
 +
|-
 +
|GND
 +
|GND
 +
|-
 +
|SCL
 +
|A5
 +
|-
 +
|SDA
 +
|A4
 
|}
 
|}

Revision as of 06:24, 24 September 2019

Introduction

GY-271 HMC5883L 1.jpg
The Compass Module is designed for low-field magnetic sensing with a digital interface and perfect to give precise heading information. 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.

Main Features

1. Gold plating PCB, applying machine welding technology, superb technique and reliably quality guarantee! 2. Name: HMC5883L Module (Triaxial Magnetic Field Module); 3. Type: GY-271; 4. Used Chip: HMC5883L; 5. Power Supply: 3~5V; 6. Communication Mode: Standard IIC communicating protocol; 7. Measuring Range: ±1.3-8 Gauss.

Main Features

  1. Gold plating PCB, applying machine welding technology, superb technique and reliably quality guarantee!
  2. Name: HMC5883L Module (Triaxial Magnetic Field Module);
  3. Type: GY-271;
  4. Used Chip: HMC5883L;
  5. Power Supply: 3~5V;
  6. Communication Mode: Standard IIC communicating protocol;
  7. Measuring Range: ±1.3-8 Gauss.

Introduction of Pins

Pin Introduction
VCC Connected to the anode of the power supply (3~5v)
GND Connected to the cathode of the power supply
SCL I²C clock
SDA I²C data
DRDY Interrupting pin for data preparation, DRDY is pulled up inside and keeps the low level for 250μsec when the data are on the output register.

Principle

Honeywell HMC5883L is a kind of SMT High integration module that has a weakly magnetic sensor chip with digital interface. It is widely used in testing of low cost compass and magnetic field. HMC5883L contains the latest high resolution HMC118X series magnetoresistive sensor and Honeywell-patent integrated circuit including amplifier, automatic demagnetization driver, deviation calibration and 12-bit A/D converter that can keep the precision of compass ranging within 1°~2°. What’s more, it has simply equipped I2C series bus interfaces. 

GY-271 HMC5883L 3.jpg

Experimental Procedures for Arduino

GY-271 Arduino uno
VCC VCC
GND GND
SCL A5
SDA A4