0% found this document useful (0 votes)
19 views3 pages

Automatic Plant Watering System Guide

This business plan proposes an automatic plant watering system using an Arduino board. The system uses a moisture sensor to detect the soil moisture level and activates a water pump if the soil is dry. The target market is busy people who struggle to manually water plants. The system requires an Arduino board, moisture sensor, relay module, water pump, batteries, and connecting wires. It works by having the moisture sensor detect soil moisture and send readings to the Arduino. If the soil is dry, the Arduino activates the relay which turns on the water pump to water the plants until the soil moisture level increases.

Uploaded by

Chris Chan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Automatic Plant Watering System Guide

This business plan proposes an automatic plant watering system using an Arduino board. The system uses a moisture sensor to detect the soil moisture level and activates a water pump if the soil is dry. The target market is busy people who struggle to manually water plants. The system requires an Arduino board, moisture sensor, relay module, water pump, batteries, and connecting wires. It works by having the moisture sensor detect soil moisture and send readings to the Arduino. If the soil is dry, the Arduino activates the relay which turns on the water pump to water the plants until the soil moisture level increases.

Uploaded by

Chris Chan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

BUSINESS PLAN PROPOSAL

“Self-activating Plant Watering with Arduino”

INTRODUCTION:

Everyone of us likes a little greenery in our houses, don’t we? Plants require really low
maintenance and can be left for days without supervision but our long trips extending over a week
or 2 can be detrimental for the health of plants due to the lack of moisture in the soil. In such
situations, the plant may wither or die due to the absence of proper watering. In order to solve this
problem, in this project, we are making an Automatic Irrigation System with an Arduino Uno which
will irrigate your plants automatically and keep them healthy even when you are out of the town for
weeks or months. In this project, a Moisture sensor will be used to maintain the optimum level of
moisture for your plants. This system can be implemented, both for your garden or for your Indoor
plants thus taking care of your leafy pets when you are away.

The logic of this system is very simple. In this system, the moisture sensor senses the
moisture level of the soil and when the sensor senses a low moisture level it automatically
switches the water pump with the help of a microcontroller and irrigates the plant. After supplying
sufficient water, the soil gets retains the moisture hence automatically stopping the pump.

TARGET MARKET:

People nowadays are too busy with their work. Most of them tend to focus on something
until they neglect their home task such as watering the plant. This is because people do not know
how to manage their time properly. Here by, the effective solution to this problem is to design an
automatic and notification plant watering system. By using this system, it will notify the user and
the feedback from this notification will start automatically watering the plant. From the problem
faced, we come out to design an Automatic Plant Watering System.

This project is use to keep plants watered automatically by sending notifications to the user.
The focus group of this system is for people who are always busy and cannot manage their time
properly to water their own plant.
TECHNICAL ASPECT:

The project requires very few components and the connection is also very simple. The
components are listed below:

 Arduino * 1

 moisture sensor * 1

 5v relay module * 1

 6v Mini water pump with small pipe * 1

 Connecting wires

 5v battery * 1

Procedure in making the Product:

In this section, I will explain all the details with the help of the
schematic diagram. The Arduino UNO is the brain of this whole
project. It controls the motor pump according to the moisture in
the soil which is given by the moisture sensor.

To power the circuit, I am using an external Battery. You can


use any 9v or 12-volt battery. The battery is connected to the Vin and ground pins of Arduino and
we can also connect the motor to this battery via a relay. Moisture sensor output is connected to
the analog pin of Arduino. Do remember to use the Arduino’s 5volt pin to power the sensor and
relay module.

Let's start with connecting the relay to the Arduino board.


Connect the VCC of the relay module to the 5v pin of the
Arduino and connect the ground of the relay to the ground of
Arduino. Now connect the relay signal pin to any digital pin of
Arduino except pin 13.
The next step is to connect the soil moisture sensor with the Arduino. Connect the VCC and gnd of
the sensor to the 5volt and ground pin of the Arduino. The analogue output of the sensor connects
to any analogue pin of the Arduino, here I’ve connected it to pin A0 (according to our program).

Finally, connect the pump to the relay module. A relay module has 3 connection points which are
common, normally closed, and normally open. We have to connect the pump positive to common
and connect the normally open pin to the positive of the battery. You have to select the battery as
per your pump. The next step is to connect the ground of the pump to the ground of the Arduino
and finally, connect the small hose to the water pump.

Now connect the battery to the circuit and if the pump starts working then your circuit is okay.

Name: CHRISTIAN MART A. SONCIO

Section: BSCE – 3A

Common questions

Powered by AI

The relay module acts as an intermediary switch that enables the low-power Arduino to control the higher-power water pump. It is essential because it isolates the Arduino from the higher voltage required to operate the pump, protecting it from electrical damage. The relay receives signals from a digital pin on the Arduino, which, based on moisture sensor feedback, determines when to close its circuit and allows current to flow, thus powering the pump. This mechanism ensures that the water pump operates only when necessary, effectively automating the irrigation process .

The Arduino Uno enhances the functionality of the plant watering system by providing a flexible and programmable platform that can efficiently control the entire irrigation process. Unlike pre-set timers or manual watering systems, the Arduino offers real-time response capabilities using sensor feedback to adapt the watering schedule based on actual soil moisture content. This adaptability ensures precise automated irrigation, reducing the risk of overwatering or underwatering. Additionally, the Arduino's ease of integration with a wide array of sensors and actuators allows for customizable and expandable solutions tailored to specific plant care needs .

Implementing widespread automatic plant watering systems in urban settings can significantly reduce water wastage by ensuring that plants receive only the amount of water they need, based on real-time soil moisture data. This precision reduces runoff and conserves water resources. However, manufacturing and disposing of electronic components may contribute to e-waste if not managed sustainably. The use of non-renewable batteries and reliance on electrical components could also affect sustainability unless renewable alternatives, such as solar power, are integrated. Overall, the systems offer positive environmental benefits by enhancing water use efficiency, provided that lifecycle impacts are mitigated through strategic planning .

The project requires an Arduino Uno, a moisture sensor, a 5v relay module, a 6v mini water pump with a small pipe, connecting wires, and a 5v battery. The components are interconnected as follows: the moisture sensor's output is connected to an analog pin on the Arduino; the relay module's VCC and ground are connected to the Arduino's 5v pin and ground, respectively, and its signal pin is connected to any digital pin except pin 13. The pump positive is connected to the common relay point, and the relay's normally open pin connects to the positive of the battery. The ground of the pump connects to the Arduino's ground, and the full circuit is powered by connecting the battery .

Yes, the system can be adapted for larger agricultural settings, but it would require several modifications. Multiple moisture sensors would be needed to accommodate the monitoring of extensive areas with varying soil moisture levels. Additionally, a more robust Arduino model or microcontroller with increased computational capacity and connectivity options could be used to handle the higher data volume and control larger pumps. The system would benefit from incorporating wireless communication technologies for remote monitoring and control, as well as integrating solar power to support sustainable operations. Scalability would also necessitate design adjustments to manage greater water supply and distribution across large tracts .

Potential risks and limitations include the reliability of the moisture sensor, which might get clogged or malfunction due to soil conditions, leading to false readings. The system's dependency on electrical components introduces risks of power failure or component breakdown, potentially resulting in irrigation failure. The battery selection requires careful consideration to ensure it provides adequate power without frequent replacements, mitigating disruptions in functionality. Environmental factors like harsh weather could also impact system performance, and users must manage the initial setup complexity and maintenance to ensure consistent operation .

The moisture sensor functions by measuring the moisture level in the soil and sends this data as an analog signal to the Arduino. The Arduino then compares this signal against a pre-set threshold value representing adequate moisture. If the detected moisture level falls below this threshold, the Arduino triggers the relay module to activate the water pump, initiating the watering process. Once sufficient moisture is present, as reflected in the sensor reading, the Arduino stops the pump, ensuring the plants receive adequate water without over-irrigation .

The primary problem addressed by the project is the need for a reliable solution to water plants automatically when people are too busy or away for extended periods, risking neglect of home tasks like plant watering. The project proposes to solve this by using an Automatic Irrigation System with an Arduino Uno, which utilizes a moisture sensor to detect soil dryness. When low moisture is detected, it automatically activates a water pump through a microcontroller to irrigate the plants, thus preventing them from withering or dying due to lack of water .

The Automatic Plant Watering System benefits its target market, primarily busy individuals, by automating the task of watering plants. This system addresses the common problem of neglecting plant care due to busy schedules or time management challenges. By using the device, users can ensure that their plants remain healthy and receive proper watering even during long absences, thus reducing plant maintenance stress and preventing plant deterioration due to insufficient watering .

Integrating notification systems facilitates user interaction by providing real-time alerts about soil moisture status, watering schedules, and potential system malfunctions. These notifications can be delivered via smartphones or other digital devices, allowing users to monitor and control the system remotely. This connectivity ensures users stay informed and can intervene when necessary, enhancing system efficiency by allowing timely maintenance and adjustments. Notifications also serve as reminders, ensuring users are aware of any issues and can take corrective action to prevent plant damage or system failure .

You might also like