This circuit is designed to control a set of pneumatic solenoid valves and servos using an Arduino Mega 2560 microcontroller. The circuit includes a 4-channel relay module to switch the solenoid valves and a voltage regulator to supply the servos. The power supply provides the necessary voltage and current to the system.
5V
connected to Relay 4 Channel 5v VCC
D8 PWM
connected to Relay 4 Channel 5v IN3
D9 PWM
connected to Servo pulse
D10 PWM
connected to Servo pulse
D11 PWM
connected to Servo pulse
D12 PWM
connected to Relay 4 Channel 5v IN2
D13 PWM
connected to Relay 4 Channel 5v IN1
GND
connected to Relay 4 Channel 5v GND
COM1
, COM2
, COM3
connected to Power Supply +
NO1
connected to Pneumatic Solenoid ValveNO2
connected to Pneumatic Solenoid ValveNO3
connected to Pneumatic Solenoid Valvevcc
connected to LM340T5 7805 Vout
gnd
connected to LM340T5 7805 GND
pulse
connected to Arduino Mega 2560 D9 PWM
, D10 PWM
, or D11 PWM
(depending on the servo instance)Vout
connected to Servo vcc
Vin
connected to Power Supply +
GND
connected to Power Supply -
and Servo gnd
NO1
, NO2
, or NO3
(depending on the valve instance)-
+
connected to LM340T5 7805 Vin
and Relay 4 Channel 5v COM1
, COM2
, COM3
-
connected to LM340T5 7805 GND
and Pneumatic Solenoid Valvevoid setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
(No additional documentation provided)