Ks0263 keyestudio Single Solid State Relay Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Keyestudio Single Solid State Relay Module==


<br>[[File:KS0263(2).jpg|500px|frameless|thumb]]<br>


<br>
==Introduction==
==Introduction==
Keyestudio single solid state relay is '''active at LOW''' level, that is to say, the input control signal is the low level (0-1.5 V), the relay is on; while the input control signal is high level (3-5 V), the relay is off. <br>


Keyestudio single solid state relay is a low level and effective solid state relay, that is to say, the input control signals is the low level (0-1.5 V), the relay is on; while the input control signal is high level (3-5 V), the relay is off. Solid State Relay is a new kind of contactless switching device which is composed of all solid state electronic components. Compared with the electromagnetic relay, its reliability is more higher, with the features of non-contact, long service life, fast and less outside interference. The output control terminal of the keyestudio single solid-state relay must be connected to the circuit, and its working current needs to be bigger than 50mA, so that the solid state relay can be disconnected normally.
Solid State Relay is a new kind of contactless switching device, which is composed of all solid state electronic components. <br>
<br>[[File:KS0263-.jpg|500px|frameless|thumb]]<br>
 
Compared with the electromagnetic relay, it has higher reliability, with the features of non-contact, long service life, fast speed and less outside interference. <br>
<span style=color:red> The output control terminal of keyestudio solid-state relay must be connected to the circuit, '''can only be AC (Alternating Current)''' , so that the solid state relay can be disconnected normally. </span><br>
 
<br>[[File:Ks0263-1.png|500px|frameless|thumb]]<br>


<br>
==Performance Parameters==
==Performance Parameters==
* Electrical parameters:
* Electrical parameters:
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 24: Line 30:
|  2mA
|  2mA
|}
|}
* Output port : AC240V/2A
<br>
<br>[[File:KS0263-3.jpg|500px|frameless|thumb]]<br>
 
* Output port: AC 100V/2A
<br>[[File:KS0263-.jpg|500px|frameless|thumb]]<br>
 
<br>


==Connection Diagram ==
==Connection Diagram ==
<br>[[File:Ks0263.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0263.png|600px|frameless|thumb]]<br>
 


<br>
==Sample Code==
==Sample Code==
<pre>
<pre>
Line 45: Line 55:
          delay(1000);
          delay(1000);
}
}
</pre>
</pre>


<br>
==Result==
==Result==
Wiring as the above image, after powered-on, the solid state relay breaks for 1S and then connects for 1S, repeating alternately.<br>


Wiring as the above image , after power-on, the solid state relay breaks for 1S and then connects for 1S, which is cycling alternately.
<br>


==Resource ==
==Resource ==


'''Datasheet:''' <br>
* '''Code:''' <br>
http://www.keyestudio.com/files/index/download/id/1500514074/
https://fs.keyestudio.com/KS0263
 
* '''VIDEO:''' <br>
http://video.keyestudio.com/ks0263/
 
 
 
 
 
<br>


==Buy from ==
==Buy from ==
http://www.keyestudio.com/keyestudio-single-solid-state-relay.html
 
*[https://www.keyestudio.com/keyestudio-single-one-channel-solid-state-relay-module-for-arduino-p0467-p0467.html    '''Official Website''']
 
*[https://www.aliexpress.com/store/product/Free-shiping-Single-One-Channel-Solid-State-Relay-Module-red-FOR-arduino/1452162_32317853280.html?spm=2114.12010615.8148356.5.592b40a3PwpKEs    '''Shop on aliexpress''' ]
 
*[https://www.amazon.com/dp/B07DRHBKFV  '''Shop on amazon''' ]
 


[[Category:Module]]
[[Category:Module]]

Latest revision as of 10:18, 8 January 2021



Introduction

Keyestudio single solid state relay is active at LOW level, that is to say, the input control signal is the low level (0-1.5 V), the relay is on; while the input control signal is high level (3-5 V), the relay is off.

Solid State Relay is a new kind of contactless switching device, which is composed of all solid state electronic components.

Compared with the electromagnetic relay, it has higher reliability, with the features of non-contact, long service life, fast speed and less outside interference.
The output control terminal of keyestudio solid-state relay must be connected to the circuit, can only be AC (Alternating Current) , so that the solid state relay can be disconnected normally.


thumb


Performance Parameters

  • Electrical parameters:
Voltage Static Current Working Current Trigger Voltage Trigger Current
DC 5V 0mA 12.5mA 0-1.5V 2mA


  • Output port: AC 100V/2A


thumb


Connection Diagram


thumb


Sample Code

 int Relay = 3;
  void setup()
{
  pinMode(Relay, OUTPUT);     //Set Pin3 as output
}
void loop()
{
          digitalWrite(Relay, HIGH);   //Turn off relay
          delay(1000);
          digitalWrite(Relay, LOW);    //Turn on relay
          delay(1000);
}


Result

Wiring as the above image, after powered-on, the solid state relay breaks for 1S and then connects for 1S, repeating alternately.


Resource

  • Code:

https://fs.keyestudio.com/KS0263

  • VIDEO:

http://video.keyestudio.com/ks0263/




Buy from