Infrared Protocol Sensors
Compatible with ESP32

The list of sensors using Infrared protocol for your ESP32 projects, complete with wiring guides and code examples.

Infrared communication uses IR LEDs and photodiodes to transmit and receive data using modulated light. It’s ideal for remote control systems, TV/AC emulators, and short-range wireless data transfer.

Modules like the TSOP1838 IR receiver and IR LED emitters work seamlessly with ESP32 or Arduino. Use libraries like IRremote to decode signals and create universal remotes or learn codes from existing devices.