HM2103C
AI

The **HM2103C** is a high-performance, low-power **Hall Effect Switch IC**, primarily designed for magnetic sensing applications. It is commonly used in consumer electronics for functions like lid-close detection or proximity sensing.
---
## 1. Key Specifications
The electronic behavior of the HM2103C is defined by its sensitivity to magnetic fields and its CMOS-based output structure.
| Feature | Specification (Typical) |
| :--- | :--- |
| **Operating Voltage ($V_{DD}$)** | 1.6V to 5.5V |
| **Average Supply Current** | ~5.0 µA (at 1.8V) |
| **Magnetic Threshold ($B_{OP}$)** | ±35 Gauss (Omnipolar) |
| **Magnetic Release ($B_{RP}$)** | ±25 Gauss |
| **Output Type** | Push-Pull (CMOS) |
| **Package Type** | SOT-23 / TO-92S / DFN |
---
## 2. Functional Components
Internally, the HM2103C consists of several integrated circuits that process physical magnetic flux into a digital signal:
1. **Hall Element:** The transducer that converts magnetic flux density into an electrical voltage via the Hall effect.
2. **Chopper-Stabilized Amplifier:** Minimizes the offset voltage and temperature drift, ensuring high sensitivity and stability.
3. **Sleep/Awake Logic:** To conserve power, the IC cycles between an "Awake" state (sampling the field) and a "Sleep" state. This results in the ultra-low average current consumption.
4. **Digital Comparator:** Compares the amplified Hall voltage against the internal reference ($B_{OP}$ and $B_{RP}$).
5. **Output Driver:** A push-pull output stage that eliminates the need for an external pull-up resistor.
---
## 3. Magnetic Characteristics (Omnipolar)
The HM2103C is **Omnipolar**, meaning it responds to both North and South poles of a magnet.
* **Switching Logic:**
* When the magnetic flux density ($B$) exceeds the Operating Point ($B_{OP}$), the output goes **Low**.
* When the magnetic flux density ($B$) falls below the Release Point ($B_{RP}$), the output goes **High**.
* **Hysteresis:** The difference between $B_{OP}$ and $B_{RP}$ ensures that the output does not "chatter" or flicker when the magnet is at the edge of the sensing range.
---
## 4. Typical Application Circuit
Because it features a push-pull output, the wiring is extremely simple.
```markdown
VDD (1.6V - 5.5V)
|
+-------[ C1: 0.1uF ]-------+
| |
+----+----+ +---+---+
| Pin 1 | (VDD) | GND |
| | +-------+
| HM2103C |
| | +-------+
| Pin 3 | (OUT) ---------> | MCU | (GPIO Input)
+----+----+ +-------+
|
(GND)
```
---
## 5. Applications
* **Mobile Devices:** Screen on/off function for flip covers in smartphones and tablets.
* **Laptops:** Lid open/close detection (Sleep mode trigger).
* **Smart Meters:** Detection of magnetic tampering.
* **Toys:** Contactless switches for activation.
- ⤷
What is the difference between an Omnipolar and a Unipolar Hall effect switch?
- ⤷ How does chopper stabilization improve the performance of the HM2103C?
- ⤷ What are the power consumption trade-offs when using this IC in battery-operated devices?