16-Channel Relay Module Board 16 - Channel Relay Module Board

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

supports all MCU control, PLC control, smart supports all MCU control, PLC control, smart

home control. home control.


The common end COM of each relay is The common end COM of each relay is
independent, which makes it convenient for independent, which makes it convenient for
users to access different signals. Each relay is users to access different signals. Each relay is
equipped with indicator light, which is on and equipped with indicator light, which is on and
16-Channel off. The working status indicator light is good 16-Channel off. The working status indicator light is good
for safe use. for safe use.
Relay Module Board Relay Module Board
Rev 1.0, July 2018 Rev 1.0, July 2018
SPECIFICATION SPECIFICATION

Product Name: 16-Channel Relay Module Product Name: 16-Channel Relay Module
Number of Channels: 16 Number of Channels: 16
Control Signal voltage: 5V, active low Control Signal voltage: 5V, active low
Load Voltage: AC 250V/10A, AC 125V/15A Load Voltage: AC 250V/10A, AC 125V/15A
DC 30V 10A DC 30V 10A
Input power: 12V Input power: 12V
Each board needs 15-20mA Driver Current Each board needs 15-20mA Driver Current
I / O port driver is active in low level. I / O port driver is active in low level.
1-16 channel optionally fully open/closed, 1-16 channel optionally fully open/closed,
or any channel. or any channel.
UCTRONICS TEAM Standard interface that can be controlled UCTRONICS TEAM Standard interface that can be controlled
directly by microcontroller directly by microcontroller
Skype: fpga4u Indication LED’s for Relay output status. Skype: fpga4u Indication LED’s for Relay output status.
Tel: 86 025 84271192 Independent common end COM makes the Tel: 86 025 84271192 Independent common end COM makes the
Website: www.uctronics.com relay convenient for users to access different Website: www.uctronics.com relay convenient for users to access different
Email: [email protected] signals. Email: [email protected] signals.
Use optocoupler protection with high Use optocoupler protection with high
safety performance safety performance
INTRODUCTION Widely used for all MCU control, industrial INTRODUCTION Widely used for all MCU control, industrial
sector, PLC control, smart home control. sector, PLC control, smart home control.
In order to meet the customer's demand Size: 8 x 5.7 x 1.2 inches In order to meet the customer's demand Size: 8 x 5.7 x 1.2 inches
for the control of the switching device, the Weight: 8.8 ounces for the control of the switching device, the Weight: 8.8 ounces
UCTRONICS team now releases a 16-channel UCTRONICS team now releases a 16-channel
relay module which allows a small level signal relay module which allows a small level signal
to control any normal outlet or high voltage to control any normal outlet or high voltage
product. CONNECTION DIAGRAM product. CONNECTION DIAGRAM
This is a 12V 16-Channel Relay interface This is a 12V 16-Channel Relay interface
board, be able to control any electric The input power needs to meet the range, board, be able to control any electric The input power needs to meet the range,
appliances rated at under 2000 Watts. It DC12V. appliances rated at under 2000 Watts. It DC12V.
DC+
JD1

DC+
DC 12V JD1

GND DC 12V

DC-
GND

5V 2 4 6 8 10 12 14 16 GND

5V 1 3 5 7 9 11 13 15 GND
GND(UNO)

DC-
5V 2 4 6 8 10 12 14 16 GND

5V 1 3 5 7 9 11 13 15 GND
GND(UNO)

PIN7(UNO)
NO COM NC 5V(UNO) PIN7(UNO)
NO COM NC 5V(UNO)

L N
~220V
L N
~220V
QUICK START GUIDE TEST CODE
QUICK START GUIDE TEST CODE
Let's take control of the light bulb for example. You can check the product function by
The connection is shown above referring to the code we have provided you.
Let's take control of the light bulb for example. You can check the product function by
Step1: Connect the light bulb to the relay Code show as below: The connection is shown above referring to the code we have provided you.
module.
Step1: Connect the light bulb to the relay Code show as below:
Step2: Connect the control pin to the int8_t relayControl = 7;
module.
Controller (we use UNO). // the setup function runs once when you
Step2: Connect the control pin to the int8_t relayControl = 7;
Step3: Power on the module. press reset or power the board // the setup function runs once when you
Controller (we use UNO).
Step4: Set the control signal HIGH or LOW, void setup() {
Step3: Power on the module. press reset or power the board
you will control the light bulb turn on and off. // initialize relayControl pin as an output. void setup() {
Step4: Set the control signal HIGH or LOW,
pinMode(relayControl, OUTPUT);
you will control the light bulb turn on and off. // initialize relayControl pin as an output.
}
pinMode(relayControl, OUTPUT);
void loop() { }
digitalWrite(relayControl, HIGH); // Turn off
NOTE void loop() {
delay(5000); // wait for 5 second digitalWrite(relayControl, HIGH); // Turn off
digitalWrite(relayControl, LOW); // Turn on NOTE
Please exercise utmost caution while delay(5000); // wait for 5 second
delay(5000); // wait for 5 second digitalWrite(relayControl, LOW); // Turn on
working with electrical mains or other high
} Please exercise utmost caution while
voltages. delay(5000); // wait for 5 second
working with electrical mains or other high
}
voltages.

You might also like