Introduction: Control Aurdoino With Any Remote Control

It's a project to control aurdoino with any remote control you want :]

Step 1: Tools We Need

!-arduino (any type)
2-led

3-330 ohm resistance

4-10 k ressitnce

5-IR Recsiver (3 bins)

Step 2: Hooking Up


//led
Hook up ardoino pin 13 to 330 ohm resistance then the led

//reciver

hook up the IR receiver (Depending on the type of the receiver )
left leg (Signal leg) to pin 11
the VCC and GND Are depending on the type of your receiver

//10k resistor
connect the 10 K resistor from the Vcc to the Signal leg
as a pull up resistor

Step 3: Code

add this library to your
arduino from here
https://github.com/z3t0/Arduino-IRremote

then download the code and burn it on your arduino

if you faced a problem in compiling just delete
IRrobotControl from your libraries

Any problem just leave a comment :)