Introduction: Arduino IR Remote Receiver
I have been successful in programming my Arduino to identify sets of digits transmitted from my IR remote.
With this program you can control 4 LEDs over a IR Remote.
Step 1: Parts
You will need:
- A TV IR Remote (I used one from samsung)
- 4 LEDs or more
- A IR Receiver (TSOP4838, or a similar)
- any Arduino
Step 2: Building
Connect The LEDs and the Reciver like in the picture
LEDs:
LED1 = Pin D4
LED2 = Pin D5
LED3 = Pin D6
LED4 = Pin D7
Reciver:
Pin1 = Pin D19
Pin2 = Gnd
Pin3 = 5v
If you don`t use the Arduino Mega: Use an Digital Pin and write the Pin into the Code.
Step 3: The Code
Unzip "IRremote_Library.zip" and put it to -> documents -> arduino -> liabraries...
Restart arduino...
Then unzip "IR-Reciver.rar" and open it with Arduino.
You are Ready to go !!!
Step 4: Finishing
LED1 = Reverse Button
LED2 = Forward Button
LED3 = Play Button
LED4 = Pause Button
If you press one of the Button, the LED will light up.
And if you press the "Stop Button" they will go out.
Sorry for the watermark, I will replace the video soon.

Participated in the
Remote Control Contest

Participated in the
Arduino Contest
19 Comments
5 years ago on Step 2
Why "if you don't use an Arduino mega"?
I have got an original Arduino mega and the code with the ir sensor doesn't work
How can I do?
6 years ago
working great with my remote controlled room lights
7 years ago
Can I use any remote or I have to change in code ?
8 years ago
It shows compiling error, when i upload IRrecvDemo to uno.
8 years ago on Introduction
Be careful with the diagram above. I've done a few projects really just a beginner. Not sure if it's right or wrong but I like to wire the source power to the breadboard to start my project. In the case above I wired my positive and negative terminals to the breadboard from my Arduino. Then continued to place my IR receiver. However in the diagram the negative terminal is going to the positive side of the breadboard. Needless to say my IR receiver overheated shortly after turning the power on. They have IR receivers at Radio Shack for $1.99. So the diagram above will work but you have to pay close attention to the polarity of the pins.
8 years ago on Introduction
3.3 actually heated it too, using any resistor works
Reply 8 years ago on Introduction
That should`t be. Have you checked the datasheet for the pin description ? Or try too use a new one...
Reply 8 years ago
I think mine was a different sensor.
8 years ago on Introduction
5 volts was too much for my reciever, 3.3 might work better. it heated up and left an imprint on my finger
9 years ago on Introduction
I need to know how to get the remote-control values.
Reply 9 years ago
The project was made a long time ago. Search in google: " adafruit ir", they have a great tutorial and sure the information you need.
9 years ago on Introduction
Hi, I have an old cellphone with broken battery but works using the adepter. I have photos and notes in this phone but are reachable only through IR. So with your hardware can i take my photos back????...the video doesn’t work
thanks
Reply 9 years ago
No, it doesn't work. I only send numbers, sending photos is more complex. I really recommend going to a smartphone shop they should know what to do.
Yes, i deleted the video because it was made a long time ago.
9 years ago on Introduction
what opens .rar files? the Arduino IDE won't?
Reply 9 years ago on Introduction
7Zip does
10 years ago on Introduction
https://www.instructables.com/files/deriv/FXV/R2A2/HMEXSWJD/FXVR2A2HMEXSWJD.THUMB.jpg
Reply 10 years ago on Introduction
Try changing the dashes with lower ones in the library folder name Arduino_IRremote_master (instead Arduino-IRremote-master)
Reply 9 years ago on Introduction
that doesn't solve it. its a larger library problem.
10 years ago on Introduction
i have a problem in the code, the IRrecv irrecv . how can i fix this ! please help me. thanks