Proyecto Expo Técnica 2023
Proyecto Expo Técnica 2023
Proyecto Expo Técnica 2023
SECTION:10-2
OCTOBER,2023
2
Summary:
Using a DHT11 sensor, which will water the plants when they reach the
temperature and humidity specified by the user which will be displayed on an
LCD screen. Also, if the user wishes, they can water the plants by pressing a
button that will be connected to the Arduino board.
Introduction:
introduces a prototype of an advanced automatic irrigation system based on
the Arduino platform. This system not only provides automatic watering to
plants, but also intelligently monitors and controls the temperature and
humidity of the environment, allowing for optimal watering and precise
management of environmental conditions.
The system consists of temperature and humidity sensors that collect real-
time data from the surrounding environment. Using this data, the Arduino
microcontroller makes informed decisions to turn irrigation on or off. When
temperature and humidity levels fall outside predefined ranges, the system
activates irrigation to ensure plants receive the proper amount of water.
Problem Statement:
1.inefficient irrigation
2.lack of environmental control
3.need for plant supervision
Justification:
contribute to the conservation of water resources, reduce operating costs
and improve crop quality and yield, which is essential for sustainable
agriculture and food security in the future.
3
Theoretical framework:
1. Efficient Agriculture:
Agriculture needs to be more efficient to feed a growing population. Proper
irrigation is essential for crop success, but too much or too little water can be
detrimental.
3.Arduino:
Arduino is a small computer that can help make decisions based on sensor
data. It is easy to program and versatile.
5. Environmental Control:
Using temperature and humidity data to control irrigation helps avoid
unnecessary watering and provide the right amount of water to plants.
6. Advantages of Arduino
Arduino makes automation accessible and affordable, contributing to more
efficient and sustainable agriculture.
4
Specific goal
- What will the DHT11 sensor do in this program?
- What function will the Arduino board have?
- How will you ensure that the plants are watered when instructed?
Methodology:
How it was made?
Who? This prototype was developed by student Jonathan Yair Garro with the
help of computer science professor Marvin
When? It was prepared from 08/30/23 to 09/20/23
Where? This project was developed at the Platanares Technical College
Annexes:
5
Parts used:
Arduino board: An Arduino board is an open-source hardware development
platform that is used to create interactive projects. It is composed of a
programmable microcontroller and a series of input and output pins that
allow the connection of sensors, actuators and other electronic components.
LCD screen: A display device that uses liquid crystal technology to display
information. These screens are compact and usually have small sizes
Cables
Red: Power cable and charging
Black, gray or brown: Phase wires. They transmit the electric current; it is
regularly used visibly taking care of the aesthetics of the place where they are
used.
Green and yellow: Grounding cable. Responsible for diverting energy in case
of electrical failure and thus protect people and electrical equipment.
Arduino programing:
8