Arduino Remote Control (ARC)
by AdrieSentosa in Circuits > Arduino
6131 Views, 106 Favorites, 0 Comments
Arduino Remote Control (ARC)
![arc_1.jpg](/proxy/?url=https://content.instructables.com/FAN/8DUO/IJ1TWHGD/FAN8DUOIJ1TWHGD.jpg&filename=arc_1.jpg)
In this project, we will be making a Arduino Remote Control (ARC) that decode any Infrared (IR) Remote into hex or any other format and use it to turn LED On/Off!
It’s a fairly easy project and could be done in few minutes. Here we go.
List of Material
![pb1_01.jpg](/proxy/?url=https://content.instructables.com/F5U/ZV97/IJ1TWHMX/F5UZV97IJ1TWHMX.jpg&filename=pb1_01.jpg)
For this project, we will be using:
- Arduino boards (mine Arduino Uno Rev3)
- An IR Reciever
- IR 333 Transmitter
- LED
- Any Remote
Hardware Connections
![arc_fritz.png](/proxy/?url=https://content.instructables.com/FFF/NKYO/IJ1TWI4E/FFFNKYOIJ1TWI4E.png&filename=arc_fritz.png)
![arc_0.jpg](/proxy/?url=https://content.instructables.com/FRV/XEUC/IJ1TWHNE/FRVXEUCIJ1TWHNE.jpg&filename=arc_0.jpg)
In general, the connections are very simple. Follow the instructions and images above, and you should have no problems.
Connecting IR Receiver
- The VCC pin on Arduino's 5V output
- The GND pin to Arduino's GND pin
- The Output to Arduino's digital pin 11
Connecting IR 333 Transmitter
- The VCC pin to Arduino's digital pin 3
- The GND pin to Arduino's GND pin
Connecting LED
- The VCC pin to Arduino's digital pin
- The GND pin to Arduino's GND pin
In this project I use my own custom protoshield , check it out how to make it.
Software Programming
![1.PNG](/proxy/?url=https://content.instructables.com/FM8/QS4E/IJ1PKKTK/FM8QS4EIJ1PKKTK.png&filename=1.PNG)
Upload Arduino_Remote to Arduino Uno, and Run VB_Remote from debug folder, and you should have no problem. Below is the preview of the programs.
Enjoy!
![Arduino Remote Control (ARC)](/proxy/?url=https://content.instructables.com/FT5/2MML/IJ1TXB6Z/FT52MMLIJ1TXB6Z.jpg&filename=Arduino Remote Control (ARC))
After making sure that everything works smoothly, you can take this project into bigger project that could be controlled remotely!
Power through batteries or a plug and you’re good to go!