

This circuit is designed to control a 4-channel relay module using an Arduino UNO. It incorporates multiple pushbuttons to trigger the relays and LEDs to provide visual feedback. Resistors are used to limit current to the LEDs and ensure proper operation of the pushbuttons. The circuit is powered by a 5V supply, and the relays can control higher voltage devices.
K4-NO connected to Resistor (200 Ohms, pin2)
K3-NO connected to Resistor (200 Ohms, pin2)
K2-Com connected to Resistor (10,000 Ohms, pin1), Arduino UNO (5V)
K1-Com connected to Resistor (10,000 Ohms, pin1)
K4-Com connected to Resistor (10,000 Ohms, pin1)
K3-Com connected to Resistor (10,000 Ohms, pin1)
JD-VCC connected to VCC2
GND connected to Arduino UNO (GND)
IN1 connected to Pushbutton (Pin 3 (out))
IN2 connected to Pushbutton (Pin 3 (out))
IN3 connected to Pushbutton (Pin 3 (out))
IN4 connected to Pushbutton (Pin 3 (out))
Pin 1 (in) connected to Relay 4 Channel 5V (IN1)
Pin 3 (out) connected to Relay 4 Channel 5V (IN2)
Pin 3 (out) connected to Relay 4 Channel 5V (IN3)
Pin 3 (out) connected to Relay 4 Channel 5V (IN4)
Anode connected to Resistor (200 Ohms, pin1)
Cathode connected to Pushbutton (Pin 1 (in))
200 Ohms:
10,000 Ohms:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
This section is reserved for additional documentation or notes related to the circuit.