US72
AI

The **US72** typically refers to a high-sensitivity, unipolar Hall-effect switch integrated circuit (IC) designed by Melexis. It is widely used in automotive and industrial applications for position sensing and non-contact switching.
---
### 1. Key Technical Specifications
The US72 is built using CMOS technology and combines a Hall sensor with a digital output driver.
| Feature | Specification |
| :--- | :--- |
| **Operating Voltage** | 3.5V to 24V |
| **Output Current** | 50mA (Maximum) |
| **Switching Type** | Unipolar (Responds to a single pole) |
| **Package Types** | SOT-23 (Surface Mount) or TO-92 (Through-hole) |
| **Operating Temperature** | -40°C to 150°C (Automotive Grade) |
---
### 2. Core Internal Components
The IC is not just a sensor; it is a "system on a chip" that includes several electronic stages:
1. **Hall Plate:** The primary sensing element that converts magnetic flux density into a micro-voltage.
2. **Voltage Regulator:** Allows the chip to operate over a wide range of supply voltages (3.5V to 24V) while maintaining internal stability.
3. **Chopper-Stabilized Amplifier:** Minimizes "offset voltage" (noise) caused by temperature changes or mechanical stress, ensuring high sensitivity.
4. **Schmitt Trigger:** Provides hysteresis, which prevents the output from "chattering" or flickering when the magnetic field is near the switching threshold.
5. **Open-Drain Output:** Acts like a switch. It requires an external **pull-up resistor** to define the "High" logic level when the sensor is off.
---
### 3. Operating Logic (Unipolar)
Because the US72 is a **unipolar** switch, it behaves differently than bipolar or latching sensors:
* **South Pole Present:** When a sufficiently strong South magnetic pole approaches the branded side of the IC, the output transistor turns **ON** (Output goes Low/GND).
* **Magnet Removed:** When the magnetic field is removed or drops below the release point ($B_{RP}$), the output transistor turns **OFF** (Output goes High via the pull-up resistor).
---
### 4. Typical Application Circuit
To use the US72 in an electronic project (like an Arduino or PLC), follow this basic wiring:
```cpp
// Logic Diagram
[ VDD ]-----------[ 3.5V - 24V DC ]
[ GND ]-----------[ Ground ]
[ OUT ]---|-------[ Microcontroller Input ]
|
[ R ] (10k Ohm Pull-up Resistor)
|
[ VDD ]
```
---
### 5. Common Use Cases
* **Automotive:** Seatbelt buckle detection, fuel level sensors, and brake pedal switches.
* **Industrial:** Proximity switching in automated assembly lines.
* **Consumer:** Lid-closure detection for laptops or security sensors for doors and windows.
- ⤷
What is the difference between the US72 unipolar switch and a latching Hall effect sensor?
- ⤷ How do I calculate the correct pull-up resistor value for the US72 output?
- ⤷ Which side of the US72 package is sensitive to the magnetic field?