Ks0126 keyestudio EASY plug IR Transmitter Module
EASY plug IR Transmitter Module
Introduction
Infrared transmitting tube, also known as infrared emitting diode, belongs to the diode family. It is a light-emitting device that can directly convert electrical energy to near-infrared light and emit. Its structure and principle is similar to an LED. Only material of semiconductor is different. This module is usually used together with IR receiver module.
Note: this module needs to be used together with EASY plug control board.
Specification
- Interface: Easy plug
- Power Supply: 3-5V
- Infrared center frequency: 850nm-940nm
- Infrared emission angle: about 20degree
- Infrared emission distance: about 1.3m (5V 38Khz)
- Interface socket: JST PH2.0
- Mounting hole: inner diameter is 3.2mm, spacing is 15mm
- Size: 43.8*20mm
- Weight: 5g
Connection Diagram
Sample Code
#include <IRremote.h> IRsend irsend; void setup() { Serial.begin(9600); } void loop() { irsend.sendSony(0xa90, 12); // Sony TV power code delay(100); }
Download the libraries of IRremote: [1]
Resources
Datasheet
http://www.keyestudio.com/files/index/download/id/1464235466/
Buy from
http://www.keyestudio.com/keyestudio-easy-plug-ir-transmitter-module-for-arduino-starter.html