Do you have a question about the Grove Infrared Emitter and is the answer not in the manual?
Questions and answers
Summary of Contents for SeeedStudio Grove Infrared Emitter
Page 1
RB-See-184 Seeedstudio Grove Infrared Emitter Grove - Infrared Emitter Introduction The Infrared Emitter is used to transmit infrared signals through an infrared LED, while there is an Infrared receiver to get the signals on the other side . An infrared LED is like any other LED, with its color centered around 940nm.
Page 3
Usage The IRremote library used in the example below relies on using Pin 3 of the arduino for PWM output. For non-IRremote based usage of this Grove, other pins could be used. Hardware Installation Connect the Transmitter module to Digital I/O 2 of the Grove - Base Shield on the receiving arduino. Programming The demo below is the IRsendDemo.pde example provided by the IRremote library.
Page 4
for (int i = 0; i < 3; i++) { irsend.sendSony(0xa90, 12); // Sony TV power code delay(100); delay(3*1000);...
Need help?
Do you have a question about the Grove Infrared Emitter and is the answer not in the manual?
Questions and answers