Ks0126 keyestudio EASY plug IR Transmitter Module: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[image:ks0125图.jpg|thumb|600px|right|EASY plug IR transmitter Module]] | |||
==Introduction== | ==Introduction== | ||
An infrared transmitter is simply a Light Emitting Diode which generates IR light (invisible IR light). <br> | |||
Note: this module | In an infrared remote control, for example, pushing a button sends an electric signal to the LED, which converts the signal into a beam of infrared light. The receiving device detects the light with a photo diode and converts it to an electrical signal via an integrated circuit, thus control its actions. <br> | ||
Infrared transmitters are widely used as a means of wireless communication by remote controls for televisions and other electronic devices. | |||
This IR transmitter module is designed for IR communication when paired with IR receiver module. | |||
<span style="color: red">'''Note: ''' this module should be used together with EASY plug control board. | |||
<br> | |||
==Specification== | ==Specification== | ||
*Power Supply: 3-5V | |||
* Power Supply: 3-5V | *Infrared light wavelength: 940mm | ||
* Infrared | *Infrared emitting angle: about 20 degrees | ||
* Infrared | *Infrared emitting distance: about 1.3m | ||
* Infrared | *Modulate Frequency: 38Khz | ||
* | *Comes with a mounting hole | ||
* | *High quality connector | ||
* | |||
<br> | |||
==Technical Details== | |||
* Dimensions: 44mm*20mm*18mm | |||
* Weight: 4.5g | |||
== | <br> | ||
<br>[[File: | ==Connect It Up == | ||
Connect the EASY Plug Infrared transmitter sensor to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable. | |||
<br>[[File:ks0125.jpg|500px|frameless|thumb]]<br> | |||
<br> | |||
== | ==Upload the Code== | ||
Copy and paste below code to [http://wiki.keyestudio.com/index.php/How_to_Download_Arduino_IDE Arduino IDE] and upload. | |||
<pre> | <pre> | ||
#include <IRremote.h> | #include <IRremote.h> | ||
Line 35: | Line 42: | ||
delay(100); | delay(100); | ||
} | } | ||
</pre> | </pre> | ||
<br> | |||
==Resources == | ==Resources == | ||
'''Download the PDF:'''<br> | |||
https://drive.google.com/open?id=1UkrRZFxKu2A4CUS_Ug_-hyh4U4c77B2m | |||
''' | '''Download the libraries:''' <br> | ||
https://drive.google.com/open?id=1CEZEdIN_apPnQ69adX4lVsyWosXM0GGa | |||
https://drive.google.com/open?id= | |||
''' | '''Download the code:''' <br> | ||
https://drive.google.com/open?id=1krXFwgIZFS39wrOVsAhtclTeHnsjLLoa | |||
<br> | |||
==Buy from == | ==Buy from == | ||
'''Official Website''' | *'''Official Website:''' http://www.keyestudio.com/ks0126.html | ||
[[category:EASY Plug]] | [[category:EASY Plug]] |
Revision as of 15:02, 27 November 2018
Introduction
An infrared transmitter is simply a Light Emitting Diode which generates IR light (invisible IR light).
In an infrared remote control, for example, pushing a button sends an electric signal to the LED, which converts the signal into a beam of infrared light. The receiving device detects the light with a photo diode and converts it to an electrical signal via an integrated circuit, thus control its actions.
Infrared transmitters are widely used as a means of wireless communication by remote controls for televisions and other electronic devices.
This IR transmitter module is designed for IR communication when paired with IR receiver module.
Note: this module should be used together with EASY plug control board.
Specification
- Power Supply: 3-5V
- Infrared light wavelength: 940mm
- Infrared emitting angle: about 20 degrees
- Infrared emitting distance: about 1.3m
- Modulate Frequency: 38Khz
- Comes with a mounting hole
- High quality connector
Technical Details
- Dimensions: 44mm*20mm*18mm
- Weight: 4.5g
Connect It Up
Connect the EASY Plug Infrared transmitter sensor to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
Upload the Code
Copy and paste below code to Arduino IDE and upload.
#include <IRremote.h> IRsend irsend; void setup() { Serial.begin(9600); } void loop() { irsend.sendSony(0xa90, 12); // Sony TV power code delay(100); }
Resources
Download the PDF:
https://drive.google.com/open?id=1UkrRZFxKu2A4CUS_Ug_-hyh4U4c77B2m
Download the libraries:
https://drive.google.com/open?id=1CEZEdIN_apPnQ69adX4lVsyWosXM0GGa
Download the code:
https://drive.google.com/open?id=1krXFwgIZFS39wrOVsAhtclTeHnsjLLoa
Buy from
- Official Website: http://www.keyestudio.com/ks0126.html