Decode IR-Signal With Arduino

 

Decode IR-Signal With Arduino


To decode any universal remote values we can use this code and schematics. This is Arduino Based IR remote decoder.




Working :

Each remote button number has different address, this address is given by microcontroller to each button. And the data is transmitted using IR led in front of remote. This is encoded binary data in 0101 format.

This transmitted data is received using TSOP infrared sensor. The data is decoded in Hex format (E556F562) using microcontroller.

To see the decoded data, we can use serial monitor or LCD (16x2).

TECHNICAL TAMIZHA
 




Materials :-
  • IR Receiver
  • Arduino 
  • Jumper wires

Circuit Diagram:-




Download Program :

IR Library : Download


You have to wait 35 seconds.

Generating Download Link...

Comments