Introduction
IR is widely used in remoter control. With this IR receiver, the Arduino project is able to receive command from any IR remoter controller if you have the right decoder. Well, it will be also easy to make your own IR controller using IR transmitter.
Specification
- Power Supply: 5V
- Interface: Digital
- Modulate Frequency: 38Khz
- Module interface socket: JST PH2.0
Wiring Diagram
The following image shows a suggested connection method. You may use any Digital I/O pin that is not in use by another device.
NOTE:In the sample code below Digital pin 11 is in use, you may either change your wiring or change the sample code to match.
Sample Code
IR Receiver test code:
IR Remote Library Includes some sample codes for sending and receiving.