← All Projects
IR Remote Controlled LED Strip
214 viewsFebruary 22, 2026
ArduinoIRLEDRGBRemote Control
Control an RGB LED strip using any IR remote control. Map different remote buttons to colors, brightness levels, and effects. Uses an IR receiver module and MOSFET transistors to drive the LED strip from an Arduino.
Components & Supplies
Circuit Connections
Overview
This project lets you control an RGB LED strip with a standard IR remote (like a TV remote or the small remotes that come with Arduino kits). An IR receiver decodes the remote signals, and the Arduino maps each button code to a specific color or effect.
Three N-channel MOSFETs (one per RGB channel) allow the Arduino to drive the 12V LED strip safely. PWM on pins 3, 5, and 6 provides smooth dimming and color mixing.