IR receiver module

Byadmin

IR receiver module


ir_receiver_mod
IR receiver sensor can get signal from infrared sender device such as remote controller of TV,DVD. In this project, we will use a TV remote controller to send IR signal to IR receiver. The first push of the TV remote button will light up the LED in the receiver circuit, the second push will turn off the LED.

Step 1: Connect the circuit as per following graph:
ir_receiver_circuit

Step 2 – If you don’t have IRremote library, Download IRremote Library, and then import the library into Arduino IDE(in Arduino IDE->Sketch->Import Library->Add Library). If you have already installed this library, please skip this step.

Step 3: Download the sample code and load it into Arduino.

Step 4: test the project. push any button in a remote controller, the LED will be turn on. Push any key again, the LED will be turn off.

About the Author

admin administrator

You must be logged in to post a comment