Skip to content
IR

TSOP1738 IR Receiver Module

38kHz IR receiver for decoding signals from standard infrared remote controls.

A demodulating IR receiver tuned to 38kHz, used to decode signals from standard infrared remote controls. Rather than just detecting raw infrared light, the TSOP1738 internally filters and demodulates the 38kHz-modulated carrier that virtually all consumer IR remotes use, rejecting ambient light noise and outputting a clean digital pulse train that directly matches the original transmitted code — making it the standard receiver for universal remote clone projects, IR-controlled robots, or capturing existing remote codes for later playback.

Specifications

Sensor typeTSOP1738 demodulating infrared receiver, tuned to a 38kHz carrier frequency
Operating voltage2.5V–5.5V DC
Operating current~1.5 mA typical, low standby current
Carrier frequency38kHz (matches the vast majority of consumer IR remote controls)
OutputActive-LOW demodulated digital signal — pulses LOW when a matching 38kHz-modulated IR signal is received
Range~10-15m typical for standard remote-control transmission power
Ambient light rejectionBuilt-in filtering rejects sunlight and normal indoor lighting noise that would otherwise interfere with detection
InterfaceSingle digital output pin, typically read using an IR-remote decoding library (e.g. IRremote)

Pinout

PinNameDescription
1OUTDemodulated digital signal output, active LOW — connect to a digital input pin
2GNDGround
3VCCPower, 2.5–5.5V DC

Add a small decoupling capacitor (e.g. 10-100µF) across VCC and GND close to the sensor if experiencing unreliable readings, since the internal AGC circuit can be sensitive to power supply noise; libraries like IRremote handle the pulse-timing decode automatically once wired to a digital input pin. Confirm the carrier frequency matches your target remote — 38kHz covers most consumer electronics, but a few remotes (particularly some Japanese TV brands) use 36kHz or 40kHz and need a differently-tuned TSOP variant.

Variants

The TSOP1738 (or its near-identical sibling TSOP4838) covers essentially all common consumer remotes and is the right default choice. Only reach for a 36kHz or 40kHz variant if you've confirmed your specific target remote uses a non-standard carrier frequency.

VariantTemp rangeHum rangeAccuracyProtocolPrice
TSOP1738 (38kHz)~$0.50-1.50
TSOP4838 (38kHz)~$0.50-1.50
TSOP1736 / TSOP1740 (36kHz / 40kHz)~$0.50-1.50

Board Integration

Library

IRremoteby Armin Joachimsmeyer

Arduino IDE → Tools → Manage Libraries → search "IRremote"

Notes

[]