Ks0263 keyestudio Single Solid State Relay Module: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
<br> | <br> | ||
==Introduction== | ==Introduction== | ||
Keyestudio single solid state relay is | 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> | ||
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, | |||
The output control terminal of | Solid State Relay is a new kind of contactless switching device, which is composed of all solid state electronic components. <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>[[File:Ks0263-1.png|500px|frameless|thumb]]<br> | ||
Line 11: | Line 15: | ||
==Performance Parameters== | ==Performance Parameters== | ||
* Electrical parameters: | * Electrical parameters: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 53: | Line 58: | ||
<br> | <br> | ||
==Result== | ==Result== | ||
Wiring as the above image, after powered-on, the solid state relay breaks for 1S and then connects for 1S, | Wiring as the above image, after powered-on, the solid state relay breaks for 1S and then connects for 1S, repeating alternately.<br> | ||
<br> | <br> | ||
Line 69: | Line 74: | ||
<br> | <br> | ||
==Buy from == | ==Buy from == | ||
Revision as of 11:51, 3 June 2019
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.
Performance Parameters
- Electrical parameters:
Voltage | Static Current | Working Current | Trigger Voltage | Trigger Current |
---|---|---|---|---|
DC 5V | 0mA | 12.5mA | 0-1.5V | 2mA |
- Output port: AC240V/2A
Connection Diagram
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
- PDF:
https://drive.google.com/open?id=1C0f5uDnMY0N0e-UlOd_acrUE6oyRlj6P
- Code:
https://drive.google.com/open?id=1L_WlBpn67Kd0U19TwvQYFyEm3chsK3iT
- VIDEO:
http://video.keyestudio.com/ks0263/