IR REMOTE DECODER USING ARDUINO. - Instructables
Maybe your like
Introduction: IR REMOTE DECODER USING ARDUINO.
By Harsh DetheVisit My Site!Follow More by the author: 

About: I am a Programmer, Hacker, Maker and Technology enthusiast. More About Harsh Dethe »This is another user friendly tutorial for making a very simple IR Remote decoder using an Arduino and IR receiver. This tutorial will cover everything from setting up the software to using the IR Receiver and decoding the signals . These signals can be used later for multiple projects including IR Remote control Robot , Home automation and similar IR controlled projects.
If you are into robotics and want to learn everything from beginning check out this E-Course.
Step 1: Gathering Materials.
- Arduino (I'll be using UNO). Link for USLink for Europe
- IR Receiver ( 1838 used here) Link for USLink for Europe
- BreadBoard. Link for USLink for Europe
- Wires. Link for USLink for Europe
- Arduino IDE.
All the components can be bought from UTsource.net
Step 2: Making Connections.
First check the PinOut diagram of the IR receiver you have. IR receivers have 3 pins, +ve , GND and Out. Before using any receive make sure you know these pins. If connected improperly the setup won't work and you will find it difficult to figure it out.
Make the following connections :-
1. Connect +ve pin of receiver to 3.3v of Arduino.
2. GND pin of receiver to GND of Arduino.
3. Out pin of receiver to Digital pin 2 of Arduino.
connect the arduino board to computer as we need to upload the code and monitor the IR pulses.
Step 3: Setting Up the IDE.
For using IR applications first you need to add an IR library to your IDE or our program won't work.
Download IR Library.
Extract the downloaded file.
Copy the extracted folder.
Goto >> C drive >> Programs Files (x86) >> Arduino >> Libraries.
Paste the folder in Libraries.
That's it IDE is ready to work with our code.
Step 4: Uploading Code & Testing.
Download the Code I have provided and upload it to Arduino Board.
Once the code is uploaded, Goto tools and select serial monitor.
The ardunio should restart/rest and you are ready to collect the codes of your remote. Just point the remote towards the IR receiver and press the button you have to decode the signal of. A hexadecimal value will appear on the screen , these are the IR codes you need to note which will be needed for future IR remote operated projects.
Check out this tutorial to learn how to use the IR codes to control LEDs.
If you find anything difficult or come across any problem, Feel free to comment.
Attachments
IRDecoder.inoDownload
Tag » Arduino Ir Remote Code Reader
-
Arduino Based IR Remote Decoder
-
IR Decoder Using IRremote. H V3.0.1 - Arduino Project Hub
-
Decode IR Remote Control Signals Of Any Remote Using Arduino
-
Use An IR Remote Transmitter And Receiver With Arduino
-
IR Remote Decoder Using Arduino - Circuit Digest
-
How To Set Up An IR Remote And Receiver On An Arduino
-
Arduino IR Remote Controller Tutorial - Setup And Map Buttons
-
IR Remote Code Decoder Using Arduino And LCD - Engineers Garage
-
IR Remote Decoder Using Arduino - YouTube
-
IRremote Arduino Library - GitHub
-
Ir-remote · GitHub Topics
-
How To Decode IR Remote Control Signals Using Arduino
-
Receiving And Decoding IR | Using An Infrared Library On Arduino
