Smart Irrigation System Using Iot
Smart Irrigation System Using Iot
using Iot
Introduction
Objectives
Overview of Smart Irrigation System
System components
Advantages
Conclusion
Introduction
What is Iot ?
The Internet of Things (IoT) refers to a network comprised of
physical objects capable of gathering and sharing
electronic information.
Some times refered to as the Internet of Everything (IoE)
and Machine to Machine (M2M) communicating.
Smart Irrigation System
Hardware components:
Soil moisture detector
Temperature and Humidity sensor
Arduino UNO board
Relay switch
Submersible motor pump
Software components:
Arduino IDE
Soil Moisture detector
Step:1
Login: Enter username and password
Select the field/zone
Give command (on/off) to your application
Step2:
Iot base platform:Collect and send all Analog data to GSM shield
GSM shield connected in RP3
Now on/off command is passed to RP3
Step3:
After the connection is established the
sensors sends the analog data.
Step4:
Microcomputer(Raspberry pi3) is just like
the main controller of this system : convert
all analog signals to Digital signals
Step5:
Check conditions-
-> If soil moisture content is greater than a fixed value,then
there is no need of irrigation.
-> If the soil mositure content is less than a fixed value,then
start irrigation
-> If the water reaches the prescribed point of water
level,then sensor gives data to system to stop the irrigatio
Step6:
Command sends to Relay module.
Raspberry pi3 connected-Arduino give command
on/off to Relay switch.
Step7:
Now this GSM shield connected with microcomputer
(RP3) access digital data from RP3.
The Arduino GSM shield sim connect to the internet
send/receive sms messages from smartphone and
tablet or computer.
Step8:
Farmer is getting sms:
Motor:on/off
Current moisture content
Current water level
Advantages
Water Conservation
Real time data give
Lowered operation costs
Efficient and saves time
Increase in productivity
Reduce soil erosion and nutrient leaching
Conclusion