GARDUINO is an Arduino-based system to supervise the temperature, humidity, soil moisture and light status of our plant and automatically provide its necessary needs like light, water, and pure fresh air and even some sensors are used to control some actuators.
- The watering of plants is controlled with a soil moisture sensor which is used to turn on the water pump as and when required.
- The temperature/humidity sensor is responsible for the turning on and off of a 12V DC cooling fans and light.
- The Water motor, light and fan can be controlled remotely using Google assistant or the Garduino website.
- With the soil sensor, temperature and humidity value can be monitored live using the Garduino website.
For external Data analysis run the python script named as datavisualise.py which would run a infinite script and upload sensor data to a txt file which can be further used in MATLAB, R.
ARDUINO UNO: It is the micro controller board that is equipped with sets of digital and analog input/output pins and has a USB connection to load programs from personal computers.
SOIL-MOISTURE SENSOR: It measures the volumetric water content indirectly in the soil by using soil properties like electrical resistance etc.
TEMPERATURE-HUMIDITY SENSOR (DHT11): The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor.
LED LIGHT & 12V DC COOLING FAN: These are triggered together by the DHT11 temperature-humidity sensor when the surrounding temperature drop down below a plant-healthy level.
RELAY: It is an electrically operated switch which is used where it is necessary to control a circuit by a low-power signal or where several circuit must be controlled by one signal.
DC 12V WATER PUMP SUBMERSIBLE: This is triggered by the soil-moisture sensor as and when the soil gets dry and watering of the plants is needed.
SOFTWARE SPECIFICATIONS:The project is developed using JSON, REST, PHP, JS, HTML, CSS, Arduino, MYSQL, cloud services and webhooks (IFTTT).
CONCLUSIONThe system will reduce the human efforts in gardening and also make the gardening automated and tech friendly. It also makes the appropriate use of resources like water and electricity which will reduce the wastage of these resources and will also improve the health and life of plants.
NOTEThis project uses many different tools whose detailed explanation would be not possible, so if your are not able to figure out anything, feel free to ping me.
This file is part of GARDUINO. GARDUINO is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version. GARDUINO is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GARDUINO. If not, see <http://www.gnu.org/licenses/>.
Comments
Please log in or sign up to comment.