LSMT2-301G1-R
AI

The **LSMT2-301G1-R** is a high-performance **Tri-Axis Magnetic Sensor (Magnetometer)** module often utilized in industrial and consumer electronics for precise orientation, compassing, and position sensing.
---
### 1. Key Technical Specifications
The following table highlights the core electronic characteristics of the LSMT2-301G1-R:
| Parameter | Specification |
| :--- | :--- |
| **Sensor Type** | Tri-Axis (X, Y, Z) Magnetometer |
| **Interface** | I2C / SPI (Digital) |
| **Supply Voltage (Vdd)** | 1.71V to 3.6V |
| **Magnetic Range** | ±4 / ±8 / ±12 / ±16 Gauss |
| **Resolution** | 16-bit |
| **Operating Temperature** | -40°C to +85°C |
| **Package Type** | LGA-12 (Land Grid Array) |
---
### 2. Core Functional Components
#### A. Sensing Elements
The device utilizes specialized anisotropic or Giant Magnetoresistive (GMR/AMR) technology to detect the Earth's magnetic field or fields generated by magnets. It measures the density of the magnetic flux across three perpendicular axes.
#### B. Analog-to-Digital Converter (ADC)
The internal electronic circuitry includes a high-resolution 16-bit ADC. This converts the analog voltage changes produced by the magnetic sensors into digital data that a microcontroller (MCU) can process.
#### C. Control Logic & Registers
* **Configuration Registers:** Allows the user to set the output data rate (ODR) and the full-scale range.
* **Interrupt Engine:** Can be programmed to trigger a signal to the MCU when a specific magnetic threshold is reached or when new data is ready.
---
### 3. Connection Diagram (Typical Application)
To integrate this part into a circuit, the following pin connections are standard:
```mermaid
graph LR
MCU[Microcontroller] -- I2C/SPI --> LSMT2[LSMT2-301G1-R]
VCC(3.3V) -- Power --> LSMT2
GND(Ground) -- Return --> LSMT2
LSMT2 -- INT Pin --> MCU
```
### 4. Common Applications
* **Electronic Compasses:** Used in smartphones and drones for heading calculation.
* **Position Sensing:** Detecting the proximity or movement of a magnet in industrial joysticks.
* **Virtual Reality (VR):** Magnetic tracking for head-mounted displays.
---
- ⤷
What are the specific power consumption levels in standby vs active mode?
- ⤷ How do I calibrate this sensor for hard-iron and soft-iron interference?
- ⤷ Is this part pin-compatible with other common magnetometers like the LIS3MDL?