
Features:
Grove compatible interface.
Supports 3.3V and 5V supply voltages.
Application Ideas
Remote Control of robots, relays or other things
Mechanic Dimensions
20mm by 24mm
Usage
Hardware Installation
Connect the Transmitter module to Digital I/O 10 of the Grove - Base Shield on the receiving arduino.
Programming
The demo below is the IRrecvDemo.pde example provided by the IRremote library.
Download IRremote.zip and unpack into arduino/hardware/libraries in your arduino installation.
/*
* IRremote: IRrecvDemo - demonstrates receiving IR codes with IRrecv
* An IR detector/demodulator must be connected to the input RECV_PIN.
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* http://arcfn.com
*/
#include <IRremote.h>
int RECV_PIN = 11;