Relay Output Module Arduino Compatible
ARD2-2219
$4.45
QTY | Price |
---|---|
1 | $4.45 |
Description
This relay output module is useful wherever it is necessary to control a high power or high voltage circuit with a low power circuit. It can be used to control appliances up to 10A and has applications in home automation and security.
WARNING: Mishandling or incorrect or improper use of relays could result in serious personal injury or DEATH, possible physical damage of the product, faulty operation or create serious/dangerous hazards.
Please make sure that you read and understand how your relay/relay module board works, the voltage and current it is rated for, and the risks involved in your project BEFORE you even attempt to start putting it together. Seek professional and qualified assistance BEFORE you undertake ANY high power projects. Do your research and seek advice BEFORE undertaking a project using a relay. Please check your connections and test them BEFORE turning the power on.
Wiltronics accepts no responsibility for your project or the risk/damage/fire/shock/injury/death/loss that it causes.
Please note: It is illegal in some countries to wire up a high power project without an electrician. Please check your country's rules/laws/regulations before you undertake your project. If you have any doubts - don't do it.
Test Code
//KY019 5V relay module
int relay = 10; // relay turns trigger signal - active high;
void setup() {
pinMode(relay, OUTPUT); // Define port attribute is output;
}
void loop() {
digitalWrite(relay, HIGH); // relay conduction;
delay(1000);
digitalWrite(relay, LOW); // relay switch is turned off;
delay(1000);
}
Features
- Can be used to automatically control appliances
- Applications include home automation & security
Specifications
Contact Rating
10A @ 240VAC, 10A @ 30VDC
Relay Type
SPDT
Operating Voltage
5VDC
High impedance
Black
Material
PCB
Dimensions
Length (mm)
40
Width (mm)
27
Height (mm)
18
Resources
You Might Also Like
All prices are in Australian Dollars and include GST. GST will be removed from your order if you are ordering from outside Australia.
Products may differ from pictured.
All trademarks and trade names are the properties of their respective owners. Wiltronics disclaims any proprietary interest in trademarks and trade names other than its own.