Smart IoT Irrigation System for Farmers

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the primary function of the Internet of Things (IoT) in agriculture, according to the text?

  • To reduce consumption of resources and improve yield quality. (correct)
  • To promote manual labor in farming.
  • To increase the cost of water and fertilizers.
  • To complicate the process of irrigation.

According to the information, what percentage of available freshwater resources worldwide are used for agriculture?

  • 75%
  • 55%
  • 85% (correct)
  • 65%

What is the purpose of the soil moisture sensor in a smart irrigation system?

  • To control the water level in the reservoir.
  • To measure the air temperature around the plants.
  • To sense the humidity level in the air.
  • To detect the moisture level in the soil. (correct)

Which of the following components is used to fertilize the soil?

<p>Servo motor (D)</p> Signup and view all the answers

What is the function of the water level sensor in the context of a smart irrigation system?

<p>To measure the water level in the reservoir. (D)</p> Signup and view all the answers

What is the role of the controlling unit (Arduino Nano) in a smart irrigation system?

<p>To process data from sensors and send to a destination. (B)</p> Signup and view all the answers

What is a key advantage of using solar energy in irrigation systems?

<p>It is an environmentally friendly energy source. (D)</p> Signup and view all the answers

What is the problem that IoT aims to solve in the agriculture domain?

<p>Empowering farmers to combat water scarcity. (D)</p> Signup and view all the answers

What is the main purpose of using Internet and sensor network technology in irrigation?

<p>To control water wastage and maximize scientific technologies. (D)</p> Signup and view all the answers

What is the primary purpose of an automatic irrigation system?

<p>To reduce the labor cost in irrigation and optimize water consumption. (A)</p> Signup and view all the answers

In the described smart irrigation system, what role does the threshold value of the soil moisture sensor play?

<p>It determines the water quantity by being pre-programmed into a microcontroller. (D)</p> Signup and view all the answers

What advantage does the Arduino yun board provide in the context of irrigation control systems, as per the text?

<p>It includes a built-in Wi-Fi module. (A)</p> Signup and view all the answers

According to the provided text, what makes the proposed system unique compared to the existing systems?

<p>Integrates all features, including temperature, humidity, and soil moisture values. (A)</p> Signup and view all the answers

What action does the microcontroller take when the moisture level of the soil changes beyond the threshold value?

<p>It directs whether to pump water or not. (C)</p> Signup and view all the answers

According to the text related to LCD specifications, what does 'resolution' refer to?

<p>The number of columns and rows of pixels. (A)</p> Signup and view all the answers

What technology is identified as slowly replacing LCDs, offering advantages like different shapes and faster response times?

<p>OLEDs (A)</p> Signup and view all the answers

Which factor related to LCDs describes how well the display can show changing images, especially how many times per second the display draws the data being given?

<p>Temporal performance (A)</p> Signup and view all the answers

What is the role of relays in systems where it is necessary to control a circuit?

<p>They control a circuit by a low-power signal providing electrical isolation. (B)</p> Signup and view all the answers

In a relay switch circuit, what is the purpose of a 'flywheel diode'?

<p>To prevent damage to the semiconductor transistor by clamping reverse voltage. (B)</p> Signup and view all the answers

In the context of the Wi-Fi Module (ESP8266), what does it mean to say that it offers a self-contained Wi-Fi networking solution?

<p>It hosts the application or offloads all Wi-Fi networking functions from another application processor. (B)</p> Signup and view all the answers

What is a key advantage of the ESP8266 Wi-Fi module?

<p>Its high degree of on-chip integration means very little external circuitry is needed. (B)</p> Signup and view all the answers

What is one function of DHT11 Temperature & Humidity Sensor?

<p>Sense temperature. (D)</p> Signup and view all the answers

According to technical information, what is advantageous about the DHT11 component in the context of measuring dampness

<p>Balanced in the lab and is very precise on dampness adjustment. (D)</p> Signup and view all the answers

Why is it important to remain mindful when working with the DHT11 sensor outside of typical working conditions?

<p>Quicken Sensor's maturing process (A)</p> Signup and view all the answers

What type of soil condition cannot be identified or assessed according to the 'Soil Moisture' data?

<p>Toxic soils (C)</p> Signup and view all the answers

With regards to DC pumps, what is the reason they are easier to operate and control than AC systems pumps?

<p>They operate directly from a battery. (A)</p> Signup and view all the answers

Which component is NOT essential to the operation of a servo motor as it is defined in the text?

<p>A dedicated module with a micro-engineered servomechanism design (D)</p> Signup and view all the answers

What does the lack of feedback in a stepper motor limit and impact?

<p>Its performance, because its requires well and contained capacity (B)</p> Signup and view all the answers

According to the text related to block diagram on the page, what information is transfered with IOT report

<p>temperature &amp; Humidity, Water Level and Moisture sensor. (C)</p> Signup and view all the answers

Which software is employed by the Arduino IDE to convert the executable code into a text file in hexadecimal encoding?

<p>avrdude (D)</p> Signup and view all the answers

What is the main purpose of using the Proteus Design Suite, as described in the text?

<p>To create schematics and electronic prints. (B)</p> Signup and view all the answers

What kind of interface will the software 'Termite' offer, as per the text?

<p>User-friendly terminal. (B)</p> Signup and view all the answers

According to system results, which equipment is used to achieve correct sensor and input values for plants?

<p>PIC16F877A, Arduino Nano, Sensors + Temperature, WiFi (D)</p> Signup and view all the answers

What future implementations are added to the present design?

<p>All above (D)</p> Signup and view all the answers

How does the smart irrigation system respond to different soil moisture levels?

<p>It switches a motor pump ON or OFF based on soil moisture. (A)</p> Signup and view all the answers

What protocol is used for internet connection in the provided context?

<p>TCP/IP (B)</p> Signup and view all the answers

Which task is commonly associated with digital instruments (protective relays) in modern electric power systems?

<p>Performing overload or fault protection (A)</p> Signup and view all the answers

What problem led to consideration of adaptive irrigation in the agricultural sector, according to the information?

<p>Consequences of global warming (D)</p> Signup and view all the answers

Flashcards

What is the Internet of Things (IoT)?

System where computing devices are inter related and can transfer data over a network without requiring human interaction.

What is automatic irrigation?

The monitoring of soil moisture content to meet the water requirements of a field, saving effort, water, and time.

How does an automated irrigation systems work?

Uses valves to turn motors on/off, automating the process of controlling water flow, reducing labor.

What are the main goals of a Smart Irrigation system?

Improves moisture levels, reduces labor, and allows precise fertilizer application from a remote area.

Signup and view all the flashcards

What is the Arduino Nano?

A small, complete, breadboard-friendly board based on the ATmega328 or ATmega168, lacking a DC input.

Signup and view all the flashcards

What are serial communication pins on Arduino boards?

Used for TTL serial data communication, connecting to the USB-to-TTL Serial chip.

Signup and view all the flashcards

What is an LCD (liquid-crystal display)?

Displays arbitrary images or fixed content using liquid crystals and polarizers.

Signup and view all the flashcards

What is Relay?

Electrically operated switch, often using an electromagnet.

Signup and view all the flashcards

What is the ESP8266 Wi-Fi Module?

A self-contained Wi-Fi networking solution that can host an application or offload Wi-Fi functions.

Signup and view all the flashcards

What is a DHT-11 sensor?

Highlights a temperature and stickiness sensor complex with a calibrated digital signal input.

Signup and view all the flashcards

What is a Soil Moisture Sensor?

Used to recognize the dampness of soil.

Signup and view all the flashcards

What is DC pump motor?

Moves fluid using direct current motor, battery, or solar power.

Signup and view all the flashcards

What is a servomotor?

Rotary or linear actuator that allows for precise control of angular or linear position, velocity, and acceleration.

Signup and view all the flashcards

Study Notes

  • This study note covers the design of a smart irrigation system using IoT with an emphasis on the welfare of farmers
  • It covers all aspects of the system from components, design and coding

Introduction and Objectives

  • The Internet of Things (IoT) is used by growers to reduce water and fertilizer consumption, cut waste, and improve product quality/yield
  • Precision agriculture with IoT tools enables farmers to potentially cut water and fertilizer use by up to 40% without reducing yields
  • Using an irrigation system that monitors soil moisture can meet field water needs which saves farmers effort, water, and time
  • Agriculture uses 85% of available fresh water resources worldwide so efficient water management is a major concern
  • An Arduino-based plant communicator aids farmers, triggering irrigation when soil moisture is low
  • The system aims to develop a PIC controller-based system that automatically irrigates plants and supports water management decisions
  • Vegetable yields may be maintained or increased through proper irrigation
  • Agriculture is a key sector in Bangladesh's economic growth
  • Irrigation is defined as planning & designing low-cost systems fitting natural conditions
  • Construction of proper distribution systems and adequate water supply can increase crop yields
  • Solar energy represents an environmentally friendly solution
  • Also described is an ability to maintain average vegetable yields through correct irrigation technologies

Internet of Things (IoT) Basics

  • IoT connects computing devices, machines, objects, animals, or people with unique identifiers
  • It allows them to transfer data over a network without human interaction
  • IoT spans energy systems, homes, industries, cities, logistics, health, agriculture, and more
  • IoT devices perform remote sensing, monitoring, and actuating tasks and can interact directly or indirectly
  • Data collection can be local or remote via centralized servers/cloud
  • The TCP/IP protocol is used for internet communication in such systems
  • The Industrial Internet of Things (IIOT) uses smart devices and machines to collect data processed with software and networking tools to increase efficiency

IoT Applications

  • Examples of applications are smart lighting, web/mobile apps for connected lights, smart appliance management, intrusion detection, safety systems, and home entertainment management.

Smart Irrigation Advantages

  • Its very easy to install and configure
  • Resources and energy are saved and better utilized
  • Equal water distribution is enabled at the right time for farms and nurseries
  • Saturated soils are reduced by avoiding unnecessary overwatering which improves crop performance
  • Automated systems use valves to turn motors ON/OFF, reducing labor
  • Very valuable for accurate soil moisture control in specialized greenhouse vegetable production

Project Objectives

  • Maintaining moisture level within the root zone with uniform water distribution
  • Reducing labor costs and water/electricity consumption
  • Providing fertilizer at the proper time via remote control
  • Providing automatic irrigation by switching a motor pump ON/OFF based on soil moisture content using IoT

Literature Review

  • Primary investigation involves understanding existing approaches and requirements
  • Soil moisture, temperature and humidity sensors are placed in plant root zones data and transmit data to an android application
  • The threshold was set on the soil moisture sensors to control water quantity
  • It expands on previous projects by adding temperature and humidity values so values can be sent to mobile applications

Key Technologies in Smart Irrigation Systems

  • Arduino Nano: A small, complete board suitable for breadboards
    • Based on ATmega328 (Nano 3.x) or ATmega168 (Nano 2.x)
    • Powered via Mini-B USB, 6-20V unregulated external supply, or 5V regulated external supply
    • Can be programmed with Arduino IDE software
  • LCD Display: A flat-panel display that uses light-modulating properties of liquid crystals using polarizers useful for displaying arbitrary images with low information
    • Resolution is expressed of pixels
    • Spatial Performance is the amount of data is displayed on the screen based on density of pixels
    • Viewing Angle of an LCD may also be important depending on its usage
    • Temporal Performance displays the accuracy and the number of times something can be displayed
    • ColoUr performance
    • Brightness is also a factor
  • Relay: An electrically operated switch used where a low-power signal needs to control a circuit, or where multiple circuits are controlled by one signal with solid-state relays that control circuits with no moving parts
    • Relays are electromechanical devices using an electromagnet
    • The relay can be used to control motors, heaters, lamps etc
  • Wi-Fi Module (ESP8266): An entirely self-contained Wi-Fi networking solution that allows for complete, stand alone Wi-Fi
    • ESP8266 has an integrated TCP/IP protocol stack and integrates easily through the sensors with minimal loading during runtime.

Wi-Fi Module (ESP8266) Features

  • Low cost, compact, and powerful
  • Power Supply at +3.3V only
  • Aurrent Consumption: 100mA
  • I/O Voltage: 3.6V (max)
  • It supports deep sleep

DHT-11 Temperature and Humidity Sensor

  • The DHT11 measures temperature & humidity highlighting a temperature & stickiness
  • The system has an easy to connect 3-pin single line bundle

Arduino Nano Pin functions

  • 14 digital I/O pins which can be configured as an input or output
  • RX receive and TX transmit are used for TTL serial data communication which are connected to the USB-to-TTL chip
  • The pins are labelled 6, 8, 9, 12, 13, and 14 generate a Pulse Width Modulation signal of 8-bit resolution
  • When an exeternal interruot to another processor is required the pins can be used to give a controller a INT0 or INT1 by using the attachInterrupt () function can be used to trigger three types of interrupts
  • There is an UNO that got 6 analog input pins but Arduino Nano has 8 analog inputs which can connect 8 analog sensor inputs

Experimental Setup

System Overview

  • A smart platform of IoT controls the condition of water based on the moisture of the soil
  • Real-time surveillance provided to owners far from the farms.
  • Surveillance on personnel and crops prevents losses
  • Easy to use with a Smartphone, with low maintenance after setup

Results and Discussion

  • After implementation test to ensure all equipment is working correctly and has collected and presented all results
  • PIC16F877A, Arduino Nano, Pump Motor, Humidity and temperature Sensor, Moisture Sensor, LCD, Wi-Fi module, Relay switching circuit are the main equipment's used
  • Project operates by two methods: Website for automatic and manual control

Conclusions and Future Work

  • The project aims to address decreasing groundwater levels due to global warming
  • It creates a smart irrigation system using IoT to benefit farms to water better
  • Bio-pesticides and fertilizer added automatically
  • PIR sensors added to be used to detect motions of animal in the agriculture field.
  • The user is to be notified via SMS in case of system failure

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Smart Money Concepts in Trading
10 questions
SMART-T/V-SAT Flashcards
16 questions

SMART-T/V-SAT Flashcards

SustainableAntigorite1088 avatar
SustainableAntigorite1088
SMART TAN CERTIFICATION Flashcards
31 questions
Use Quizgecko on...
Browser
Browser