Introduction: IR Remote Decoder

Hello all in this project we will be decoding hexadecimal values of any IR remote with help of Arduino

Supplies

For this project will need :-

1) Arduino uno

2) TSOP 1738 IR receiver

3) jumper wires

Step 1: Connections

Make the connections to Arduino board as shown in the figure

Step 2: Coding and Uploading

Connect the Arduino to your laptop or pc and upload the code given above

make sure that IRremote.h library is installed in you Arduino ide

Step 3: Done!!!

Open serial monitor on your Arduino ide, select the correct baud rate and comport and press buttons of the remote you want to decode. Serial monitor will give you hexadecimal values.