Ks0127 keyestudio EASY plug Single Relay Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==EASY plug Single Relay Module==
[[image:ks0127图.jpg|thumb|600px|right|Keyestudio EASY plug Single Relay Module]]
<br>[[File:ks0127-1.png|500px|frameless|thumb]]<br>


==Introduction==
==Introduction==
Relay is an automatic switch element with isolation function. It's widely used in remote control, remote sensing, communication, automatic control, mechatronics and electronic devices. It is one of the most important control elements. Besides, it’s easy to control and use just by inputting different level signals to corresponding ports of the relay. The single relay we introduced here has a status indicator light, convenient for you to observe the on and off status of the relay. <br>
This EASY Plug relay module integrates a high-quality relay. A relay is basically an electrically controlled mechanical switch.<br>
Note: this module needs to be used together with EASY plug control board.<br>
It is one of the most important controlled elements, which is widely used to control the lighting, communications, remote sensing, electrical and other equipment.<br>
The Relay output state by a light-emitting diode, observing the relay ON and OFF status. <br>
It can be controlled through the digital IO port, such as lamps, motors and other high current or high voltage devices. <br>
This module needs to be used together with EASY plug control board.<br>


<span style=color:red> '''Special Note:''' <br>
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface. <br> If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module. </span><br>
<br>


==Specification==
==Specification==
* Interface: Easy plug
* Connector: Easy plug
* Type: Digital
* Type: Digital
* Rated current: 10A (NO) 5A (NC)
* Rated current: 10A (NO) 5A (NC)
* Maximum switching voltage: 150VAC 24VDC
* Maximum switching voltage: 150VAC 24VDC
* Digital interface
* Digital interface
* Control signal: TTL level
* Control signal: TTL level
* Rated load: 8A 150VAC (NO) 10A 24VDC (NO), 5A 250VAC (NO/NC) 5A 24VDC (NO/NC)
* Rated load: 8A 150VAC (NO) 10A 24VDC (NO); 5A 250VAC (NO/NC) 5A 24VDC (NO/NC)
* Maximum switching power: AC1200VA DC240W (NO) AC625VA DC120W (NC)
* Maximum switching power: AC1200VA DC240W (NO); AC625VA DC120W (NC)
* Contact action time: 10ms
* Contact action time: 10ms
* Size: 46.5*28mm
* Weight: 17g


==Connection Diagram ==
<br>
Now, let’s connect this module to the D8 port of the controller board using the EASY plug cable.
==Technical Details==
<br>[[File:ks0127-2.png|500px|frameless|thumb]]<br>
* Dimensions: 47mm*28mm*19mm
* Weight: 17.4g
<br>
<br>
==Connect It Up ==
Connect the EASY Plug single relay module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
<br>[[File:ks0127.jpg|500px|frameless|thumb]]<br>


<br>
==Upload the Code==
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
<br>[[File:ks0397 5.png|500px|frameless|thumb]]<br>


==Sample Code==
<br>
<pre>
==What You Should See==
int Relay = 8;
<br>[[File:ks0397 5-1.png|500px|frameless|thumb]]<br>
  void setup()
<br>
{
Done uploading the code, you should be able to hear the relay contacts click. When the relay is off, the COM (common) terminal block will be connected to the NC (Normally Closed) terminal block.<br>
  pinMode(Relay, OUTPUT);    //Set Pin3 as output
When the relay is on, the COM (common) terminal block will be connected to the NO (Normally Open) terminal block.
}
<br>[[File:ks0127 Result.jpg|500px|frameless|thumb]]<br>
void loop()
{
  digitalWrite(Relay, HIGH);  //Turn on relay
  delay(1000);
  digitalWrite(Relay, LOW);  //Turn on relay
  delay(1000);               
}
</pre>


<br>


==Resources ==
==Resources ==


https://fs.keyestudio.com/KS0127


'''PDF'''
<br>


https://drive.google.com/open?id=10Rqkgo0IfpkSBjd4xDaCyRG-npQiFv4v
==Buy from ==
*[https://www.keyestudio.com/new-keyestudio-easy-plug-single-relay-one-channel-module-for-arduino-steam-p0069.html  '''Official Website''' ]


==Buy from ==
*[https://www.aliexpress.com/store/product/2016-New-Keyestudio-EASY-plug-Single-Relay-Module-for-arduino/1452162_32638920199.html?spm=2114.12010612.8148356.36.41484ba7sOdIoI  Shop on aliexpress ]
'''Official Website'''


http://www.keyestudio.com/keyestudio-easy-plug-single-relay-module-for-arduino.html


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

Latest revision as of 16:40, 7 January 2021

Keyestudio EASY plug Single Relay Module

Introduction

This EASY Plug relay module integrates a high-quality relay. A relay is basically an electrically controlled mechanical switch.
It is one of the most important controlled elements, which is widely used to control the lighting, communications, remote sensing, electrical and other equipment.
The Relay output state by a light-emitting diode, observing the relay ON and OFF status.
It can be controlled through the digital IO port, such as lamps, motors and other high current or high voltage devices.
This module needs to be used together with EASY plug control board.

Special Note:
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface.
If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module.


Specification

  • Connector: Easy plug
  • Type: Digital
  • Rated current: 10A (NO) 5A (NC)
  • Maximum switching voltage: 150VAC 24VDC
  • Digital interface
  • Control signal: TTL level
  • Rated load: 8A 150VAC (NO) 10A 24VDC (NO); 5A 250VAC (NO/NC) 5A 24VDC (NO/NC)
  • Maximum switching power: AC1200VA DC240W (NO); AC625VA DC120W (NC)
  • Contact action time: 10ms


Technical Details

  • Dimensions: 47mm*28mm*19mm
  • Weight: 17.4g



Connect It Up

Connect the EASY Plug single relay module to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
thumb


Upload the Code

Below is an example code. Open or drag below code to Mixly Blocks and upload.

thumb


What You Should See


thumb

Done uploading the code, you should be able to hear the relay contacts click. When the relay is off, the COM (common) terminal block will be connected to the NC (Normally Closed) terminal block.
When the relay is on, the COM (common) terminal block will be connected to the NO (Normally Open) terminal block.
thumb


Resources

https://fs.keyestudio.com/KS0127


Buy from