|
SRD-05VDC-SL-C |
x 3 | |
|
PC817X3NIP1BSHARP/Socle Technology
|
x 3 | |
|
AMS1117-5 |
x 1 | |
|
MBR120VLSFT3GON Semiconductor
|
x 3 | |
|
2Pin Screw Terminals 5mm Pitch |
x 1 | |
|
TERMINAL-3P |
x 3 | |
|
LED 0603 |
x 1 |
|
KiCADKicad
|
Arduino Uno Relay Shield-3 Channels
The Arduino Relay Shield allows your Arduino driving high power loads. It is a solution for driving high power loads that cannot be controlled by Arduino's digital IOs, due to the current and voltage limits of the controller.
The Shield features three relays, each relay provides 2 pole changeover contacts (NO and NC); in order to increase the current limit of each output the 2 changeover contacts have been put in parallel.
Three LEDs indicate the on/off state of each relay.
Power
The shield can be powered by external power: External power can be used by connecting the DC Jack input with required voltage [recommended voltage is 5V]. You will have to connect the jumper to EXT in JP1. To drive the relays with 5V from arduino you can connect the jumper to INT in JP1.
Input and Output
The relays are controlled by the following Arduino board pins:
Relay 1 = Arduino pin 2
Relay 2 = Arduino pin 3
Relay 3 = Arduino pin 4
#define K1 2
#define K2 3
#define K3 4
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(K1, OUTPUT);
pinMode(K2, OUTPUT);
pinMode(K3, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(K1, HIGH);
delay(10000);
digitalWrite(K1, LOW);
delay(5000);
digitalWrite(K2, HIGH);
delay(10000);
digitalWrite(K2, LOW);
delay(5000);
digitalWrite(K3, HIGH);
delay(1000);
digitalWrite(K3, LOW);
delay(5000);
}
Arduino Uno Relay Shield-3 Channels
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
- Comments(0)
- Likes(3)
- W01449A Jan 27,2024
- Darren Bassett Jun 23,2023
- ORION Space Jul 28,2021
- 0 USER VOTES
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
More by Engineer
-
-
-
3D printed Enclosure Backplate for Riden RD60xx power supplies
55 0 0 -
-
-
-
Sega Master System RGB Encoder Switcher Z80 QSB v1.2
57 0 0 -
18650 2S2P Battery Charger, Protection and 5V Output Board
78 0 0 -
High Precision Thermal Imager + Infrared Thermometer | OpenTemp
419 0 6 -
Sony PlayStation Multi Output Frequency Oscillator (MOFO) v1
129 0 2