AI

The **TSOP572..H** series consists of miniaturized receiver modules for infrared (IR) remote control systems. These parts are specifically designed to receive IR signals, demodulate them, and output a clean digital signal compatible with microcontrollers.
---
## 1. Internal Functional Components
The device integrates several discrete electronic components into a single, side-view surface mount (SMD) package:
| Component | Description |
| :--- | :--- |
| **Photodiode** | Converts IR light pulses into a small electrical current. |
| **Preamplifier** | Amplifies the weak signal from the photodiode. |
| **Automatic Gain Control (AGC)** | Adjusts sensitivity to filter out ambient light and noise. |
| **Band Pass Filter** | Specifically tuned to the carrier frequency (e.g., 38kHz) to block interference. |
| **Demodulator** | Extracts the data envelope from the carrier wave. |
---
## 2. Key Specifications
The "H" suffix typically denotes high-speed/high-reliability variants or specific lead-frame designs within the Vishay TSOP family.
* **Supply Voltage ($V_S$):** 2.5 V to 5.5 V (Ideal for both 3.3V and 5V logic).
* **Supply Current ($I_S$):** Low power consumption, typically around 0.7 mA.
* **Carrier Frequencies:** Available in various frequencies (30kHz, 33kHz, 36kHz, 38kHz, 40kHz, 56kHz).
* **Transmission Distance:** Up to 40 meters (under ideal conditions).
* **Package:** SMD side-view (small footprint for thin devices).
---
## 3. Circuit Implementation
Integrating the TSOP572..H into a circuit is straightforward as it requires very few external components.
### Typical Connection Diagram
```text
+5V / +3.3V
|
[R1: 100 Ohm]
|
+-------+----------- (Pin 2: Vs)
| |
[C1: 0.1uF] [TSOP572..H]
| |
GND -----+-------+----------- (Pin 3: GND)
|
+----------- (Pin 1: OUT) --> To MCU GPIO
```
---
## 4. Signal Processing and Noise Suppression
The TSOP572..H is engineered to ignore "Optical Noise" from sources like:
1. **Fluorescent Lamps:** Modern CFLs emit high-frequency noise that can confuse IR sensors.
2. **Sunlight:** Direct DC light is filtered out by the AGC.
3. **Data Formats:** It is optimized for short burst codes (e.g., NEC, Sony, RC5 protocols).
### Performance Summary
* **High Immunity:** Against ambient light interference.
* **TTL/CMOS Compatibility:** The output is "Active Low," meaning it stays HIGH when idle and pulls LOW when a valid IR burst is detected.
- ⤷
What is the difference between the TSOP572 and the TSOP574 series?
- ⤷ How do I choose the correct carrier frequency for my application?
- ⤷ What are the common causes for short range or signal interference in this sensor?