This project came along as an idea to conserve water. Standard automatic sprinkler systems run off a programable timer with preset watering cycles. These cycles might look like "water every other day at 7:00pm for 30 minutes". These systems are attractive in their automation for homeowners as they can water a lawn without any homeowner effort. Our design is an improvement on this system in two ways. The first being the utilization of a 1 inch mechanized ball valve to control the flow of the water. This system can be attached to a generic household spigot and a scheduled watering plan can be programmed into the system. This offers affordability and accessibility to a homeowner who is not ready to pay for an entire automatic watering system installation, a project with an average national cost of ~$2500. Instead, by attaching to a spigot, the homeowner can connect the watering system to their own setup of hoses and sprinklers as they see fit at a much lower cost. The second improvement our system adds is active monitoring of environmental and soil conditions. Our Wi-Fi enabled sensor package can be placed anywhere in a yard. It is solar powered with a 5v solar cell and a 3000 mAh battery that will charge under fair weather conditions. This unit is self-contained and self-sufficient. Two sensors are attached to this package, a rainfall sensor and a soil moisture sensor.
The programmed logic of the system works as such. The valve control package controlling the 1-inch ball valve is set to water at a scheduled and adjustable interval. For example, "water every day at 7:00pm for 30 minutes". This is the base logic that will operate if no signal inputs are received from the sensor package in the yard. What the sensor package will be monitoring for is first off, rainfall detection. If the sensor package detects rainfall, it will publish this information to the cloud. The valve control package will receive this information and skip the water cycle for that day pushing its countdown timer forward by 24 hours. The second thing the sensor package will be monitoring is soil moisture. Detecting a range of dry, damp and wet, the moisture sensor will publish to the cloud if the soil moisture is wet. When the valve control receives the information that the soil is wet, it will skip the water cycle for that day pushing its countdown timer forward by 24 hours. Bidirectional communication takes place between the valve control and the sensor package. When the valve control opens to begin a watering cycle, it publishes that a watering cycle has begun. The sensor package receives the information that the watering cycle has started and stops taking sensor measurements. This prevents the rainfall sensor from mistaking sprinkler water for actual rainfall and gives the soil moisture sensor a delay to read the new moisture level after watering.
In effect this system should be ecofriendly as a water conservation system. Additionally, the homeowner will benefit from the cost savings of not watering unnecessarily.
As for this iteration of the project. This is a fully functional prototype. The sensors, coding and functionality are meeting expectation. The primary areas that are lacking and underdeveloped are the housings, wiring and sensor quality. To develop the housing to full functionality it would need to be a weatherproof outdoor hardened casing. ideally this could be a 3d printed housing designed with consideration for the components that would be contained within it. The wiring for the system is still using a breadboard. Further development could be made using soldered connections and insulating any exposed wiring. The sensors that were used are functional but have a limited life span. As voltage is pushed through the sensors regularly, they are prone to corrosion. There are sensors that are designed to be used in sustained outdoor environments, but they are more costly. Implementation of these higher quality sensors would improve practicality of the device but would not affect functionality compared to the prototype.
Comments
Please log in or sign up to comment.