IR Receiver Symbol

IR Receiver symbol
The IR Receiver symbol (IEC 60617 / ANSI Y32.2).

Definition: The IR Receiver symbol represents a three-terminal integrated infrared demodulator module — such as the TSOP1738 or VS1838B — that detects 38 kHz modulated infrared light from a remote control handset and outputs a demodulated logic-level signal, shown in schematics with OUT (demodulated output), GND (ground), and VCC (supply voltage) terminals, consistent with component block diagram conventions in hobbyist and professional circuit documentation.

Also known as: TSOP receiver, infrared receiver module, IR demodulator, remote control receiver, 38 kHz IR receiver, TSOP1738, VS1838B, infrared remote receiver.

What the IR Receiver symbol means

The IR Receiver symbol denotes a self-contained integrated receiver module that combines an IR photodiode, pre-amplifier, bandpass filter (centred on the carrier frequency, typically 36–38 kHz), envelope detector, and output buffer in a single 3-pin package. The module detects infrared light that has been modulated at the carrier frequency by an IR remote control transmitter, demodulates the signal to recover the original pulse train, and outputs an active-low logic signal on the OUT pin that follows the NEC, RC5, or other remote control protocol data encoding.

In a circuit schematic, the IR receiver symbol identifies the point where infrared remote control commands enter the system. The OUT pin connects to a microcontroller GPIO or interrupt input that decodes the received pulse timing. The VCC pin is powered from the 3.3 V or 5 V supply rail, and the GND pin connects to the circuit ground. A decoupling capacitor (100 nF + 4.7 µF) on the supply pin is recommended to prevent supply noise from disrupting the sensitive receiver front-end.

How to identify the IR Receiver symbol

The IR receiver symbol is drawn as a compact 3-pin block representing the physical module — typically a 3-leg TO-92-like package with a dark (IR-filtering) front face or a right-angle PCB-mount module. The three terminals are labelled OUT (signal output, left pin), GND (ground, centre pin), and VCC (supply, right pin) — matching the TSOP1738 pin order when viewed from the front. In simplified schematics, it may appear as a diode symbol with a wavelength annotation (λ) indicating light sensitivity.

Function in a circuit

The IR receiver module performs four functions in a single package: the integral IR photodiode converts incoming 940 nm infrared photons to a small photocurrent; a transimpedance pre-amplifier converts and amplifies the photocurrent; an automatic gain control (AGC) circuit adapts to varying signal strengths; and a bandpass filter rejects ambient light interference and selects only signals modulated at the designed carrier frequency (36, 38, or 40 kHz). The demodulated output is an active-low logic signal — it idles high and goes low during burst reception — that a microcontroller decodes to recover the transmitted button code.

Standards: IEC vs ANSI

IEC 60617IEC 60617 does not define a unique symbol for integrated IR receiver modules; they are represented as general electronic device blocks per IEC 60617-02 functional block conventions. The photodetector portion follows IEC 60617-05 (semiconductor devices — photodiode symbol with sensitivity direction arrow).
ANSI/IEEE 315ANSI/IEEE 315-1975 represents photosensitive semiconductor devices with a diode symbol with arrows indicating received light. An integrated IR receiver module is treated as a functional block with labelled terminals. The component designator is U (integrated circuit) or D (diode/photodetector) depending on the schematic convention.
Key differenceIEC and ANSI/IEEE both use the photodiode symbol or a functional block rectangle for IR receivers. The pin labelling convention (OUT, GND, VCC) is determined by the device manufacturer rather than an IEC/ANSI standard, as IR receiver modules are proprietary components not covered by a specific symbol standard.

Terminals / pins

PinName
outOUT
gndGND
vccVCC

Typical values

Supply voltage VCC: 2.5–5.5 V (TSOP1738: 2.5–5.5 V; VS1838B: 2.7–5.5 V). Supply current: 0.4–1.5 mA. Carrier frequency: 36 kHz, 38 kHz (most common), 40 kHz (NEC code), 36 kHz (RC5/RC6 protocol). Operating wavelength: 940 nm. Output level (active): LOW (≤0.4 V at 5 V supply). Output idle level: HIGH (VCC − 1 V minimum). Reception distance: 10–15 m (standard, no obstructions). Operating temperature: −25 °C to +85 °C.

Where the IR Receiver symbol is used

Example

In an Arduino-based IR remote decoder schematic, the IR receiver module symbol appears with its VCC pin connected to the Arduino's 5 V pin, GND to Arduino GND, and OUT to Arduino digital pin D2 (interrupt-capable). A 4.7 µF electrolytic capacitor and 100 nF ceramic capacitor are placed between VCC and GND at the module to decouple supply noise. The IRremote library on the Arduino decodes the NEC pulse train on D2 to identify button presses from a standard TV remote.

Key facts

Frequently asked questions

What does the IR receiver symbol mean in a schematic?

The IR receiver symbol represents an integrated infrared demodulator module that detects modulated IR signals from a remote control handset and outputs a demodulated digital pulse train. It has three terminals: OUT (active-low digital output), GND (ground), and VCC (power supply), and connects directly to a microcontroller GPIO or interrupt pin.

What does the IR receiver symbol look like?

The IR receiver symbol is a compact 3-pin block labelled 'IR Receiver' or with the part number (TSOP1738, VS1838B). The three terminals are OUT (left), GND (centre), and VCC (right), matching the physical device pinout. In some schematics it may be drawn as a photodiode symbol with arrows indicating received light and separate labels for the supply and output terminals.

What frequency does an IR receiver work at?

Most IR receiver modules are designed for a 38 kHz carrier frequency, which is used by the NEC protocol (the most common IR remote control standard worldwide). RC5 protocol (Philips/Marantz) uses 36 kHz; RC6 uses 36 kHz; some manufacturers use 40 kHz. The carrier frequency must match between the IR transmitter (remote) and the receiver module for reliable detection.

What voltage does an IR receiver module operate at?

Most IR receiver modules, including the TSOP1738 and VS1838B, operate from 2.5 V to 5.5 V DC. This makes them compatible with both 5 V Arduino/AVR microcontroller boards and 3.3 V ARM-based boards (Raspberry Pi, ESP32, STM32) without the need for level shifting.

How does the IR receiver output signal work?

The IR receiver output is active-low: it idles in the HIGH state (close to VCC) and transitions LOW when a burst of 38 kHz modulated IR light is detected. This produces a pulse pattern corresponding to the remote control protocol data. A microcontroller measures the duration of these HIGH and LOW pulses to decode the button code being transmitted.

What standard defines the IR receiver symbol?

There is no specific IEC or ANSI standard symbol for an integrated IR receiver module. IEC 60617-05 defines the photodiode symbol (used for the sensing element inside the module), and IEC 60617-02 defines functional block symbols. In schematics, the IR receiver is treated as a labelled 3-pin component block; the designator is U (IC) or D (photodetector) depending on the schematic convention.

Why does the IR receiver need a decoupling capacitor?

The IR receiver module's internal AGC (automatic gain control) circuit is sensitive to supply voltage fluctuations. Power supply ripple or noise can be misinterpreted by the AGC as valid 38 kHz IR signals, causing spurious output pulses. A 100 nF ceramic capacitor (for high-frequency noise) in parallel with a 4.7 µF electrolytic capacitor (for lower-frequency ripple) placed close to the VCC pin suppresses these disturbances and ensures reliable reception.

Place the IR Receiver symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.