Introduction: How to Control Your TV, Loudspeaker and All Other IR Devices With an Arduino ?
This sketch sends IR codes to control devices :
- Samsung TV
- Sony speaker system
- LED Strip with IR receiver
- and all other IR devices (Working with a simple IR remote control)
This sketch sends this IR code every two seconds :
- Turn Up the Sony loudspeaker system
- Turn Down the Sony loudspeaker system
- Change LED Strip color to Red
- Change LED Strip to Green
- Change LED Strip color to Blue
- Mute Samsung TV
Unmute Samsung TV
Step 1: Requirements
- IR Transmitter
- 1 IR LED
- 1 Arduino UNO
- 1 mini breadboard
- Jumpers
- IR Receiver
- 1 IR receiver
- 1 Arduino UNO
- 1 mini breadboard
- Jumpers
Step 2: Wiring
IR LED
- - to GND
- + to D3
Step 3: Get Your IR Remote Control Codes
- Open Examples/IRremote/IRecvdump.ino
- Add IR receiver to your breadboard and run IRecvdump.ino project code in your board.
- Push remote buttons to show the code in your serial monitor
- My examples remote control codes are here: Arduino/TP2_IR_RGB_LED_strip/ir_remote_codes.txt
- Add your custom remote control codes in TP8_IR_Sender.ino
- Open your serial monitor
Comments