I am planning to use these 2 solenoid valves. Each has different function, and I will design separate circuit for each solenoid. I will be using Arduino MEGA for the first solenoid valve, and planning to use Arduino mini for the second one as it just needs button to function.
-
This solenoid I will use it as a gate valve to close and open the passage of air depending on the time I set (e.g. When I push the start button the solenoid valve will operate 1 cycle = open for 5 seconds, close for 10 mins. this cycle should be done for 6 times continuously).
Important Specs: N.C, 12VDC, 4.5W
Link: https://docs.rs-online.com/b218/0900766b815dd865.pdf -
This solenoid valve will control a pneumatic cylinder. It will function to close when the button_A is pushed and will open when button_B is pushed.
Important Specs: N.O, 12VDC, 3W
Link: https://docs.rs-online.com/4e8c/0900766b813dc1c6.pdf
Now, I only have this MOSFET available, and I am not sure on how to proceed with designing the connection of my components. Here is the list of my components that I can choose from:
a. 2SK3565 – N channel MOSFET (https://www.mouser.com/datasheet/2/408/2SK3565_datasheet_en_20131101-1760763.pdf)
b. AQY212S - Solid state relay
c. AQY412EHAX - Solid state relay
I know I got to use a freewheeling diode across the solenoid valve to handle the back EMF from the solenoid when it turns off. But for the first solenoid valve, I will be using this indicating that it has surge voltage suppression. Does it mean I don’t have to place a diode anymore?
I also want to consider using relay, but I don’t want to be dependent on the relay as based on the articles I read relay is mostly used when dealing with AC and MOSFET can be used instead as these solenoid valves are DC operated.
I want to get insights on how I can do my design connections, given the components I must choose from.
Also, my power supply is a switching adapter labels 12V, 1A and wanted to have to power both the solenoid valve and the Arduino board. It’s possible right? Or is it not recommended as I have seen other are recommending to use optocoupler etc.