Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Water Valve #10

Open
deezone opened this issue Apr 19, 2015 · 0 comments
Open

Water Valve #10

deezone opened this issue Apr 19, 2015 · 0 comments

Comments

@deezone
Copy link
Owner

deezone commented Apr 19, 2015

Add automated water flow control:

From adafruit.com:

We tried this solenoid at various DC voltages and found we could actuate it down at 6VDC (although
it was a little slower to open). Here is the current draw table for various voltages. We suggest a
TIP120 or N-Channel power FET with a 1N4001 kickback diode to drive this from a microcontroller
pin. For a power supply, our 9V 1A or 12V 1A power adapters will do the job.

Voltage Current
6V  160 mA
7V  190 mA
8V  220 mA
9V  240 mA
10V 270 mA
11V 300 mA
12V 320 mA

image

Controlling a Solenoid Valve from an Arduino

image

  • http://www.martyncurrey.com/controlling-a-solenoid-valve-from-an-arduino/
    Parts

  • TIP120 allows a small dc voltage (from the Arduino) to switch a larger dc voltage (12V to the solenoid).

  • The diode (a 1N4007 in this case) connected to the solenoid allows current to flow only in one direction. > When the current is turned off the solenoid tries to continue the current. This can fry the Arduino.

    The diode feeds this current back in to the solenoid until it is dissipated.

  • To open the solenoid you just need to set the Arduino pin connected to the TIP120 HIGH. It is the same as turning on a LED which you can see in the Blink sketch.

Related projects:

Other Notes:

  • Mosture / water sensors on each plant row
  • Water valve control at the end of each plant row
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant