Hi all,
Hope you can help my out with this issue because I am getting quite mad.
I am trying to make an scheduled irrigation system for my garden. My idea is to keep the schedule in the Arduino and start the at an specific time. For timing I have the DS3231 and everything works, my issue comes with the Rain bird 100DV 9v solenoid valve.
These are the links for the valves I have:
https://www.rainbird.eu/products/valves/dv-series
I have attached my hole project Fritzing Schematic which have 3 main parts:
- A small Circuit with resistors to measure the remaining battery voltage. (In PCB with few resistors)
- A relay board to control the valves with a 9v battery
- A DS3231 to sleep and wake up at specific time and safe battery
So, as I have read, the solenoid are pulse-based solenoid valves. Therefore, I just open the relay board for 100ms. The valve opens. After the irrigation time, I open again the relay board for 100ms but the solenoid valve does not close.
This is my first post. I am a computer scientist but a noob in electronics... Hope you can help me out!!
PD: When finished, I will publish this project somewhere.
Regards