Introduction: Use IR Remote Control With Arduino

Hello
folks ! Today i will show how to receive commands from any type of remote. most common infrared protocols like RC5, NEC sony SIRC etc are also worked. and display these commands on arduino serial monitor.

Prerequisites----

1. Arduino uno

2. TSOP 1738 (infrared receiver)

3. LCD16x2

4. LED

5. Resistor ( 330 ohm ) (connect with led in serial if dont want to burn you led)

6. one Remote (television or set top box remote)

7. Connecting wires

8. Atmel studio project download from here

https://littlebitelectronics.blogspot.com/


Step 1: Schematic

Step 2: Monitor Ir Command on Serial Monitor

just open arduino serial monitor and set baud rate to 9600.

Step 3: Video