Ks0126 keyestudio EASY plug IR Transmitter Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
Line 55: Line 55:
http://www.keyestudio.com/keyestudio-easy-plug-ir-transmitter-module-for-arduino-starter.html
http://www.keyestudio.com/keyestudio-easy-plug-ir-transmitter-module-for-arduino-starter.html


[[category:Module]]
[[category:EASY Plug]]

Revision as of 10:48, 30 October 2018

EASY plug IR Transmitter Module


thumb

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


thumb


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

PDF

https://drive.google.com/open?id=1UkrRZFxKu2A4CUS_Ug_-hyh4U4c77B2m

Libraries

https://drive.google.com/open?id=1BO7P-o_OBoNzO2CLI4YiMHB-jRMrPgDI

Buy from

Official Website

http://www.keyestudio.com/keyestudio-easy-plug-ir-transmitter-module-for-arduino-starter.html