Lisleapex Blog
Published © CERN-OHL

How to Control a Solenoid Valve Using an Arduino Development

In this article, we will introduce in detail how to use the Arduino development board to control the solenoid valve.

BeginnerWork in progress2 hours254
How to Control a Solenoid Valve Using an Arduino Development

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
Linear Solenoid, 12 VDC
Linear Solenoid, 12 VDC
×1
IRF540
×1
Resistor 10k ohm
Resistor 10k ohm
×1
1N4007 – High Voltage, High Current Rated Diode
1N4007 – High Voltage, High Current Rated Diode
×1
Breadboard
×1

Software apps and online services

Arduino IDE
Arduino IDE

Hand tools and fabrication machines

Materia 101
Arduino Materia 101

Story

Read more

Schematics

circuit_schematic_S4CVchekyw.png

Code

Untitled file

Arduino
void setup() {
    pinMode(9, OUTPUT);
    pinMode(2, INPUT);
    pinMode(3, INPUT);
}

Credits

Lisleapex Blog
24 projects • 0 followers
Fast Delivery of High-Quality Electronic Components
Contact

Comments

Please log in or sign up to comment.