G1/2 Electric Solenoid Valve Question

Can this type of valve be controlled by an Arduino Microconroller? If so, how? Thank you so much!

No , Arduino can’t provide a large voltage, 5v at most. but the operation voltage is 12v. Maybe you can use a Relay and a external power.

External Power : “+” --connect to ---- Grove Relay: “COM”
Grove Relay: “NO”------Solenoid Valve
Solenoid Valve------External Power : “-”
Grove Relay: “D1”------Arduino digital pin

So you can set the level of Arduino digital pin to control the Solenoid Valve.

Good luck!