5V Relay Low Level Trigger [S155]
https://www.youtube.com/watch?v=GE2ixS4tbTE
*GitHub : https://github.com/rdiot/rdiot-s155.git
* Specs
1, the module complies with international safety standards, the load control area and regional isolation tank;
2, using loose music authentic relay;
3, with the power and relay instructions, pull off, disconnect does not shine;
4, when the input signal is a signal, often beginning with a common terminal will be turned on;
5, can be used as a microcontroller development board module that can be used as home appliance control;
6, the control DC or AC signal, you can control 220V AC load;
7, there is a normally open and one normally closed contact;
8, blue KF301 terminals to the control line is more convenient.
About the high and low trigger description.if you don't understand .pls check below
Means there is a high trigger voltage trigger, can be understood as a way to signal input terminal and VCC between the positive short trigger signal input and ground;
Refers to a low voltage trigger signal input terminal and ground for OV trigger mode, can be understood as a way to signal input terminal and GND short circuit triggered the negative
* Contents
- Connect
- Key Code
int Relay = 2;
void setup()
{
pinMode(Relay,OUTPUT);
}
void loop()
{
for(int i=0;i<=1;i++)
{
digitalWrite(Relay,i);
delay(2000);
}
}
'2) Sensor > Relay' 카테고리의 다른 글
8 Channel Solid State Relay Module [S168] (0) | 2016.09.09 |
---|---|
12V Delay Timer Adjustable Relay Module (NE555) [S165] (0) | 2016.09.09 |
5V 4-Channel Relay Module [S147] (0) | 2016.09.09 |
5V 2-Channel Relay Module [S116] (0) | 2016.09.09 |
5V Relay Module (KY-019) [S076] (0) | 2016.09.09 |