2
Most read
3
Most read
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1616
LORA BASED SMART AGRICULTURE MONITORING SYSTEM
Sagar Tathod1, Prof. S.A. Shirsat2
1,2Department of electronic and Telecommunication (E&TC), Sinhgad College of Engineering, Pune 411041.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Traditional agriculture is remodeling into resourcefulagriculture withtheadvancementofthe internetofThings(IoT).
Low-cost and low-power are the prime factors to make any IoTnetworkadvantageousandadmissibletothefarmers. In thispaper,
we have developed a low-power, inexpensive IoT network for smart agriculture. Inthissystemwehave designed, implementedand
analyzed long range communication protocol in agriculture system which is capable of measurement of factors affecting
production and quality of crops. We have created the model hardware and softwarearchitecturewhichcanbeusedtoincreasethe
efficiency of agricultural management.
Key Words: LORA, LDR sensor, PIC Controller, soil moisture sensor, temperature sensor , water pump.
1. INTRODUCTION
The deployment of automated agricultural monitoring system has gained a great value in recent years due to its capacity to
increase yieldsand to decrease water use. Water is distributed through a network of smalltubes,pipes,andwaterstoragetanks
and it is then dripped steadily, but directly to the root .The uses of computers and electronics in the area of agriculture,
specifically, in the irrigation systems have created new engineering and research challenges. In particular, wireless control of
actuators foragricultural purposes has sometechnical difficulties because ofthelimitedbudgetandpowerresources.However,
in recent years, many different technologies have been developed to efficiently set up WSANs (Wireless Sensor and Actuator
Networks). And many studies are conducted to examinetheirimpactontransformingtheagriculture.Overtheyears,techniques
such as ZigBee™ and Bluetooth, have been prominent to establishlow-power,short-range,multi-hopnetworks,whichmakeuse
of the mesh network topology. Although these standards are considered low-cost systems, their restricted coverage (~100
meters) is a major drawback, that makes them difficult to be deployed in major irrigation systems. On the other hand, cellular
networks, such as GSM or LTE, are capable ofprovidinglongrangetransmissiontoformWSANs,andtheyhavebeensuccessfully
tested to control irrigation systems, but solar panels are required for each node to compensate higher power consumption of
cellular network. An another solution for building long-range, low-power and low-cost WSANs is the low-rate transmission
technology, referred to as LPWAN (Low Power Wide Area Network).
The main differences between LPWANs and the previous technologies are the use of long-range radio links, deployment of the
star network topologies and lowratedatatransmissions.Sigfox,Ingenu,NB-IoT,DASH7,andLoRaWANareexamplesofLPWAN.
All of those technologies have coverage distance of various kilometersand have their ownadvantages andlimitations,interms
of the cost, scalability, power consumption,datarateandetc.Sincethewirelesscontrolofdripirrigationrequiresverysmalldata
exchange, any of these network typescan be used. Among them, Lora isrelativelynewtechnologyontopofwhichtheLoRaWAN
protocol operates. It has the highest radio link budget andthe best"costvs.rangevs.powertradeoffamongitscompetitors.That
is why, forthis project,LoRamodem has been chosen asa radiolinkCurrently,thereisalotofdevelopmentinLPWANnetworks.
However, one technology cannot solve all challenges. Thus, LPWANs area unit deployed to handle solely some on challenges in
IoT. LPWANs are specifically targeting things wherever extended coverage is most required, with low value of preparation,
involving devices that area unit delay tolerant, don't would like a high data rates and require low power consumption network.
In particular, monitoring of a system or conditions is a perfect case where LPWANs fit. The goal of the work is to integrate IoTs
awareness andcommunication technologyintoanintelligentagricultureplatform.Theaccuraciesofsensorsofvarioustypesare
measured and these sensorsare integrated into multi-functional sensorcomponent.Then,multi-functionalsensorcomponents
are integrated with Lora wireless network components. In this work an intelligent sensor network platform for agricultural
applications is designed and constructed. In this study we have used Lora technology with outstanding advantages in
transmission range and energy saving .In addition, in order to increase the stability of the system, we also propose to apply
Master/Slave medium access control method for Lora network.
2. BASICS OF LORA
In this section, we will introduce the LORA technology, the and the LoRa physical layer.
Lora Technology
LoRa is a 'Long Range' low power wireless standard intended for providing a cellular style low data rate communications
network. Aimed at the M2M and IoT market, LoRa is ideal for providing intermittentlowdata rateconnectivityover significant
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1617
distances. The radio interface has been designed to enable extremely low signal levels to be received, and as a result even low
power transmissions can be received at significant ranges. The LoRa modulation and radio interface has been designed and
optimized to provide exactly the type of communications needed for remote IoT and M2M nodes. LoRa is the world’s first
commercially available wireless technology with low cost, longtransmissionrangeand optimal powerconsumption.TheTable
I below compares some parameters including transfer rate, transmission range, power consumption and cost between some
popular wireless technologies. Accordingly, LoRa has shown its superiority in many aspects. Itsonlyweaknessisthedata rate.
However, in wireless sensor network applications, this is not an issue.
Table 1 Shows comparison of wireless Technologies.
Table-1 Comparison of wireless Technologies
LoRa Physical Layer
LoRa Physical layer is derived from the Chirp Spread spectrum (CSS) modulation with Forward Error Correction(FEC).Europe
and North America use Industrial, Scientific and Medical (ISM) bandwidths,whichareunderthefrequency1GHz.Thatallowsto
better compensate the Signal to Noise Ratio (SNR). CSS modulation enables a longer range of communication,with the help of
Frequency Shift Keying (FSK), even without the increase of energy consumption. CSS also ensures immunity to the Doppler’s
effect.
Figure 1 Shows noise immunity:
Fig-1. Noise level
3. SYSTEM ARCHITECTURE
The system architecture is designed as shown in Figure. It includes a Master (PC) and End Nodes (sensors).With this
Master/Slave medium access control method, the Master station is responsible for allocating access to slaves as shown in the
figure 2. Slaves are passive, so they only access the line and exchange the data when requested by Master.
Figure 2 shows the system architecture.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1618
Fig-2 System Architecture.
4. METHODOOLGY
System Block diagram:
Figure 3 shows the system block diagram:
Fig-3 System Block Diagram
There are 4 main blocks in the project. There is one main sink node and three sensor nodes. These three sensor nodes depict
the three sections of the filed which we are going to monitor and control. The end nodes are the sensor nodes which perform
the measurement of air temperature soil moisture and intensity. Also in the end nodes there are DC motors connected to
control the water flow in the particular selected section of the field. The gateway collects and logs all the forwarded data and
provides the logged data to the user interface. The link between endpoints and gateway and user interface is LORA based.The
User interface is a computer software which allows us to monitor all the measured sensor parameters in the particular field
section that we select and also control the water flow accordingly and remotely.
Design of sink node
The main processing unit in control node is PC. The LoRa communication enables the PC to connect to field-level devices. In
order to increase the processing capacity and reduce the load on the central processing unit, the LoRa communication block is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1619
equipped with a PIC microprocessor connected to the LoRa WIR1286 module via serial communication.Nearly every
communication task in the LoRa network is handled by the PC.As we send a data request for a particular section of the fieldthe
request is processed and real time data of the field is send over to the control node ,this communication takes place LoRa to
LoRa. The data send over LoRa on field is received on LoRa module connected to our computer via a CP module
Figure 4 shows the block diagram of the sink node.
Fig-4. Block Diagram of sink node.
Figure 5. shows the flowchart for sink node:
Fig-5 Flowchart of sink Node
Design of Sensor node
There are six main blocks in the design of Sensor Node as shown in Figure 7. The controller in sink node handles LoRa
communications task and communicates with sensors as well as processes the data given by sensor, so the PIC18F4520
microcontroller is selected to fulfill the need of processing capacity. The LoRa modem (WIR_1286) is connected to the PIC via
serial communication. The temperature sensor is operatedbythecentralprocessingunitviaone-wirestandardmeasuringfrom
0 to 50 degree (±2 _degree) of temperature. The parameter of soil moisture is also given by a smart sensor that is linked to the
PIC through 2-wire synchronization standard. Besides, the connection between sink node and PC for address configuration is
facilitated by the serial communication block. The configuration parameters for the device will be stored in the EPROM. The
software’s algorithm for Sensor Nodes is pointed below in figure 6.
Figure 6 shows the block diagram of the sensor node.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1620
Fig-6. Block Diagram of Sensor Node.
Figure 7. shows the flowchart for sensor node:
Fig-7. Flowchart of Sensor Node.
5. RESULTS
Figure 8 shows the software results:
Fig-8. Software Results.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1621
Figure 9 shows the hardware results:
Fig-9. Hardware of the system.
6. CONCLUSION:
In this paper, the solution using LoRa technology for cost effective wireless control of drip irrigation system has been
presented. The system which utilizes LoRa module to develop a smart agriculture control and monitor has been designed.We
have presented the design of an automatic monitoring and control system whichcanbe ofbenefitforgreenhouseagricultureas
well as normal fields including the overall structure of the system and design in detail of each component including hardware
and software design. In this study we used Lora technology combined withtheMaster/Slavemediumaccesscontrol methodto
resolve the remaining issues of previous studies such as range and reliability of wireless network. A multi-sensor component
and an integratedcommunicationsnetwork are established. Wirelesssensornetworksandnetwork communicationtechnology
are used to support intelligent agricultural data collection and equipment control. Furthermore we have introduced ability to
regulate and observe the system remotely via computer software. With the results achieved the systemwill befurtherstudied
to improve the stability and reliability of the system so that it can be put into practice in the near future.
7. REFERENCES:
[1] A. Al-Fuqaha, M. Guizani, M. Mohammadi, M. Aledhari and M.Ayyash, “Internet of Things: A Survey on Enabling, Protocols,
and Applications," in IEEE Communications Surveys & Tutorials, vol. 17, no. 4, pp. 2347-2376, Fourthquarter 2015.
[2] D. Pimentel, B. Berger, D. Filiberto, M. Newton, B. Wolfe, E. Karabinakis, S. Clark, E. Poon, E. Abbett, and S. Nandagopal,
“Water resources: agricultural and environment issues," BioScience, 54.10, 909-918, 2004.
[3] Kim, Yunseop, Robert G. Evans, Iversen, “Remote sensing and control of an agriculture system using a wireless sensor
network," IEEE transactions on instrumentation and measurement, 57.7(2008): 1379-1387.
[4] J. Gutiérrez, J. F. Villa-Medina, A. Nieto-Garibay and M. Á. Porta- Gándara, “Automated Agriculture Drip System Using a
Wireless Sensor Network and GPRS Module," in IEEE TransactionsonInstrumentationandMeasurement,vol.63,no.1,pp.
166-176, Jan. 2014.
[5] Ji-chun Zhao, Jun-feng Zhang, Yu Feng and Jian-xin Guo, “The study andanalysisoftheIOT technologyinagriculture,"2010
3rd International Conference on Information Technology, Chengdu,pp. 462-465, 2010.
[6] Y. Liu, C. Zhang and P. Zhu, “The temperature humidity monitoring system of soil based on wireless sensor networks,"
2011 International Conference on Electric Information , Wuhan, pp. 1850-1853, 2011.
[7] S. Ivanov, K. Bhargava and W. Donnelly, “Precision Farming: Sensor Analytics," in IEEE Intelligent Systems, vol. 30, no. 4,
pp. 76-80, July- Aug. 2015.

More Related Content

PPT
Embedded System Presentation
PPTX
Internet of Things (IoT) Based Smart Security & Home Automation System.
PPTX
Arm programmer's model
PPTX
Introduction to Node MCU
PPTX
Indoor air quality monitoring system
PPT
Introduction to Arduino & Raspberry Pi
PDF
System On Chip
Embedded System Presentation
Internet of Things (IoT) Based Smart Security & Home Automation System.
Arm programmer's model
Introduction to Node MCU
Indoor air quality monitoring system
Introduction to Arduino & Raspberry Pi
System On Chip

What's hot (20)

PPTX
Embedded systems ppt
PPTX
Communication protocols
PDF
Project Report on Smart Dustbin
PPT
Wireless sensor network and its application
PDF
Summer Internship Report on PLC
PDF
Wireless communication for 8th sem EC VTU students
PDF
Unit 2,3,4 _ Internet of Things A Hands-On Approach (Arshdeep Bahga, Vijay Ma...
PPTX
SMART IRRIGATION BASED ON LORA TECHNOLOGY
PPTX
Fpga architectures and applications
PDF
Introduction to Raspberry PI
PDF
Vehicle Theft control system
PDF
Vlsi lab viva question with answers
PPTX
Chapter 8 Embedded Hardware Design and Development (second portion)
PDF
Training Report on Embedded System
PPT
Lecture VLSI
PPT
VLSI subsystem design processes and illustration
PPTX
Home automation ppt
PPTX
Home automation using IoT literature review ppt
PPTX
Home automation- An Iot application
PPTX
Iot based home automation
Embedded systems ppt
Communication protocols
Project Report on Smart Dustbin
Wireless sensor network and its application
Summer Internship Report on PLC
Wireless communication for 8th sem EC VTU students
Unit 2,3,4 _ Internet of Things A Hands-On Approach (Arshdeep Bahga, Vijay Ma...
SMART IRRIGATION BASED ON LORA TECHNOLOGY
Fpga architectures and applications
Introduction to Raspberry PI
Vehicle Theft control system
Vlsi lab viva question with answers
Chapter 8 Embedded Hardware Design and Development (second portion)
Training Report on Embedded System
Lecture VLSI
VLSI subsystem design processes and illustration
Home automation ppt
Home automation using IoT literature review ppt
Home automation- An Iot application
Iot based home automation
Ad

Similar to IRJET- Lora based Smart Agriculture Monitoring System (20)

PDF
IRJET- A Review on Intelligent Agriculture Service Platform with Lora Bas...
PDF
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
PDF
Loramesh
PDF
LoRa Technology - DNA of IoT
PDF
LPWan 101
PDF
IRJET- Smart Agriculture Solution using Lora and IoT
PDF
IRJET- Agriculture Irrigation Water Demand Forecasting using Lora Technology
PDF
IRJET- IoT based Street Light Monitoring & Control with Lora/Lorawan Network
PDF
LORA BASED DATA ACQUISITION SYSTEM
PDF
IRJET- Viability of Smart City Applications with Lora WAN
PDF
Agriculture Sensing using IoT
PPTX
What is LoRaWaN
PPTX
What is LoRaWAN_Tom Zamir_IoT Expert
PDF
IRJET- LORA based Solid Waste Management
PDF
A long range, energy efficient Internet of Things based drought monitoring sy...
PDF
the connection of iot with lora pan which enable
PDF
Systematic literature survey: applications of LoRa communication
PPTX
Internet of Things and agricultural appliances - PATW 2017
PDF
IOT Based Smart Single Phase Agriculture Motor Controller
PDF
IRJET- A Review Paper on Internet of Things(IoT) and its Applications
IRJET- A Review on Intelligent Agriculture Service Platform with Lora Bas...
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Loramesh
LoRa Technology - DNA of IoT
LPWan 101
IRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Agriculture Irrigation Water Demand Forecasting using Lora Technology
IRJET- IoT based Street Light Monitoring & Control with Lora/Lorawan Network
LORA BASED DATA ACQUISITION SYSTEM
IRJET- Viability of Smart City Applications with Lora WAN
Agriculture Sensing using IoT
What is LoRaWaN
What is LoRaWAN_Tom Zamir_IoT Expert
IRJET- LORA based Solid Waste Management
A long range, energy efficient Internet of Things based drought monitoring sy...
the connection of iot with lora pan which enable
Systematic literature survey: applications of LoRa communication
Internet of Things and agricultural appliances - PATW 2017
IOT Based Smart Single Phase Agriculture Motor Controller
IRJET- A Review Paper on Internet of Things(IoT) and its Applications
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Management Information system : MIS-e-Business Systems.pptx
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
PPTX
Building constraction Conveyance of water.pptx
PPTX
wireless networks, mobile computing.pptx
PPTX
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PPTX
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PPTX
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
PPTX
Feature types and data preprocessing steps
PDF
Implantable Drug Delivery System_NDDS_BPHARMACY__SEM VII_PCI .pdf
PDF
Java Basics-Introduction and program control
PPTX
Software Engineering and software moduleing
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
CyberSecurity Mobile and Wireless Devices
PPTX
Amdahl’s law is explained in the above power point presentations
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Management Information system : MIS-e-Business Systems.pptx
distributed database system" (DDBS) is often used to refer to both the distri...
Computer System Architecture 3rd Edition-M Morris Mano.pdf
Building constraction Conveyance of water.pptx
wireless networks, mobile computing.pptx
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
August 2025 - Top 10 Read Articles in Network Security & Its Applications
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
Feature types and data preprocessing steps
Implantable Drug Delivery System_NDDS_BPHARMACY__SEM VII_PCI .pdf
Java Basics-Introduction and program control
Software Engineering and software moduleing
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
Abrasive, erosive and cavitation wear.pdf
CyberSecurity Mobile and Wireless Devices
Amdahl’s law is explained in the above power point presentations
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf

IRJET- Lora based Smart Agriculture Monitoring System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1616 LORA BASED SMART AGRICULTURE MONITORING SYSTEM Sagar Tathod1, Prof. S.A. Shirsat2 1,2Department of electronic and Telecommunication (E&TC), Sinhgad College of Engineering, Pune 411041. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Traditional agriculture is remodeling into resourcefulagriculture withtheadvancementofthe internetofThings(IoT). Low-cost and low-power are the prime factors to make any IoTnetworkadvantageousandadmissibletothefarmers. In thispaper, we have developed a low-power, inexpensive IoT network for smart agriculture. Inthissystemwehave designed, implementedand analyzed long range communication protocol in agriculture system which is capable of measurement of factors affecting production and quality of crops. We have created the model hardware and softwarearchitecturewhichcanbeusedtoincreasethe efficiency of agricultural management. Key Words: LORA, LDR sensor, PIC Controller, soil moisture sensor, temperature sensor , water pump. 1. INTRODUCTION The deployment of automated agricultural monitoring system has gained a great value in recent years due to its capacity to increase yieldsand to decrease water use. Water is distributed through a network of smalltubes,pipes,andwaterstoragetanks and it is then dripped steadily, but directly to the root .The uses of computers and electronics in the area of agriculture, specifically, in the irrigation systems have created new engineering and research challenges. In particular, wireless control of actuators foragricultural purposes has sometechnical difficulties because ofthelimitedbudgetandpowerresources.However, in recent years, many different technologies have been developed to efficiently set up WSANs (Wireless Sensor and Actuator Networks). And many studies are conducted to examinetheirimpactontransformingtheagriculture.Overtheyears,techniques such as ZigBee™ and Bluetooth, have been prominent to establishlow-power,short-range,multi-hopnetworks,whichmakeuse of the mesh network topology. Although these standards are considered low-cost systems, their restricted coverage (~100 meters) is a major drawback, that makes them difficult to be deployed in major irrigation systems. On the other hand, cellular networks, such as GSM or LTE, are capable ofprovidinglongrangetransmissiontoformWSANs,andtheyhavebeensuccessfully tested to control irrigation systems, but solar panels are required for each node to compensate higher power consumption of cellular network. An another solution for building long-range, low-power and low-cost WSANs is the low-rate transmission technology, referred to as LPWAN (Low Power Wide Area Network). The main differences between LPWANs and the previous technologies are the use of long-range radio links, deployment of the star network topologies and lowratedatatransmissions.Sigfox,Ingenu,NB-IoT,DASH7,andLoRaWANareexamplesofLPWAN. All of those technologies have coverage distance of various kilometersand have their ownadvantages andlimitations,interms of the cost, scalability, power consumption,datarateandetc.Sincethewirelesscontrolofdripirrigationrequiresverysmalldata exchange, any of these network typescan be used. Among them, Lora isrelativelynewtechnologyontopofwhichtheLoRaWAN protocol operates. It has the highest radio link budget andthe best"costvs.rangevs.powertradeoffamongitscompetitors.That is why, forthis project,LoRamodem has been chosen asa radiolinkCurrently,thereisalotofdevelopmentinLPWANnetworks. However, one technology cannot solve all challenges. Thus, LPWANs area unit deployed to handle solely some on challenges in IoT. LPWANs are specifically targeting things wherever extended coverage is most required, with low value of preparation, involving devices that area unit delay tolerant, don't would like a high data rates and require low power consumption network. In particular, monitoring of a system or conditions is a perfect case where LPWANs fit. The goal of the work is to integrate IoTs awareness andcommunication technologyintoanintelligentagricultureplatform.Theaccuraciesofsensorsofvarioustypesare measured and these sensorsare integrated into multi-functional sensorcomponent.Then,multi-functionalsensorcomponents are integrated with Lora wireless network components. In this work an intelligent sensor network platform for agricultural applications is designed and constructed. In this study we have used Lora technology with outstanding advantages in transmission range and energy saving .In addition, in order to increase the stability of the system, we also propose to apply Master/Slave medium access control method for Lora network. 2. BASICS OF LORA In this section, we will introduce the LORA technology, the and the LoRa physical layer. Lora Technology LoRa is a 'Long Range' low power wireless standard intended for providing a cellular style low data rate communications network. Aimed at the M2M and IoT market, LoRa is ideal for providing intermittentlowdata rateconnectivityover significant
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1617 distances. The radio interface has been designed to enable extremely low signal levels to be received, and as a result even low power transmissions can be received at significant ranges. The LoRa modulation and radio interface has been designed and optimized to provide exactly the type of communications needed for remote IoT and M2M nodes. LoRa is the world’s first commercially available wireless technology with low cost, longtransmissionrangeand optimal powerconsumption.TheTable I below compares some parameters including transfer rate, transmission range, power consumption and cost between some popular wireless technologies. Accordingly, LoRa has shown its superiority in many aspects. Itsonlyweaknessisthedata rate. However, in wireless sensor network applications, this is not an issue. Table 1 Shows comparison of wireless Technologies. Table-1 Comparison of wireless Technologies LoRa Physical Layer LoRa Physical layer is derived from the Chirp Spread spectrum (CSS) modulation with Forward Error Correction(FEC).Europe and North America use Industrial, Scientific and Medical (ISM) bandwidths,whichareunderthefrequency1GHz.Thatallowsto better compensate the Signal to Noise Ratio (SNR). CSS modulation enables a longer range of communication,with the help of Frequency Shift Keying (FSK), even without the increase of energy consumption. CSS also ensures immunity to the Doppler’s effect. Figure 1 Shows noise immunity: Fig-1. Noise level 3. SYSTEM ARCHITECTURE The system architecture is designed as shown in Figure. It includes a Master (PC) and End Nodes (sensors).With this Master/Slave medium access control method, the Master station is responsible for allocating access to slaves as shown in the figure 2. Slaves are passive, so they only access the line and exchange the data when requested by Master. Figure 2 shows the system architecture.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1618 Fig-2 System Architecture. 4. METHODOOLGY System Block diagram: Figure 3 shows the system block diagram: Fig-3 System Block Diagram There are 4 main blocks in the project. There is one main sink node and three sensor nodes. These three sensor nodes depict the three sections of the filed which we are going to monitor and control. The end nodes are the sensor nodes which perform the measurement of air temperature soil moisture and intensity. Also in the end nodes there are DC motors connected to control the water flow in the particular selected section of the field. The gateway collects and logs all the forwarded data and provides the logged data to the user interface. The link between endpoints and gateway and user interface is LORA based.The User interface is a computer software which allows us to monitor all the measured sensor parameters in the particular field section that we select and also control the water flow accordingly and remotely. Design of sink node The main processing unit in control node is PC. The LoRa communication enables the PC to connect to field-level devices. In order to increase the processing capacity and reduce the load on the central processing unit, the LoRa communication block is
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1619 equipped with a PIC microprocessor connected to the LoRa WIR1286 module via serial communication.Nearly every communication task in the LoRa network is handled by the PC.As we send a data request for a particular section of the fieldthe request is processed and real time data of the field is send over to the control node ,this communication takes place LoRa to LoRa. The data send over LoRa on field is received on LoRa module connected to our computer via a CP module Figure 4 shows the block diagram of the sink node. Fig-4. Block Diagram of sink node. Figure 5. shows the flowchart for sink node: Fig-5 Flowchart of sink Node Design of Sensor node There are six main blocks in the design of Sensor Node as shown in Figure 7. The controller in sink node handles LoRa communications task and communicates with sensors as well as processes the data given by sensor, so the PIC18F4520 microcontroller is selected to fulfill the need of processing capacity. The LoRa modem (WIR_1286) is connected to the PIC via serial communication. The temperature sensor is operatedbythecentralprocessingunitviaone-wirestandardmeasuringfrom 0 to 50 degree (±2 _degree) of temperature. The parameter of soil moisture is also given by a smart sensor that is linked to the PIC through 2-wire synchronization standard. Besides, the connection between sink node and PC for address configuration is facilitated by the serial communication block. The configuration parameters for the device will be stored in the EPROM. The software’s algorithm for Sensor Nodes is pointed below in figure 6. Figure 6 shows the block diagram of the sensor node.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1620 Fig-6. Block Diagram of Sensor Node. Figure 7. shows the flowchart for sensor node: Fig-7. Flowchart of Sensor Node. 5. RESULTS Figure 8 shows the software results: Fig-8. Software Results.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1621 Figure 9 shows the hardware results: Fig-9. Hardware of the system. 6. CONCLUSION: In this paper, the solution using LoRa technology for cost effective wireless control of drip irrigation system has been presented. The system which utilizes LoRa module to develop a smart agriculture control and monitor has been designed.We have presented the design of an automatic monitoring and control system whichcanbe ofbenefitforgreenhouseagricultureas well as normal fields including the overall structure of the system and design in detail of each component including hardware and software design. In this study we used Lora technology combined withtheMaster/Slavemediumaccesscontrol methodto resolve the remaining issues of previous studies such as range and reliability of wireless network. A multi-sensor component and an integratedcommunicationsnetwork are established. Wirelesssensornetworksandnetwork communicationtechnology are used to support intelligent agricultural data collection and equipment control. Furthermore we have introduced ability to regulate and observe the system remotely via computer software. With the results achieved the systemwill befurtherstudied to improve the stability and reliability of the system so that it can be put into practice in the near future. 7. REFERENCES: [1] A. Al-Fuqaha, M. Guizani, M. Mohammadi, M. Aledhari and M.Ayyash, “Internet of Things: A Survey on Enabling, Protocols, and Applications," in IEEE Communications Surveys & Tutorials, vol. 17, no. 4, pp. 2347-2376, Fourthquarter 2015. [2] D. Pimentel, B. Berger, D. Filiberto, M. Newton, B. Wolfe, E. Karabinakis, S. Clark, E. Poon, E. Abbett, and S. Nandagopal, “Water resources: agricultural and environment issues," BioScience, 54.10, 909-918, 2004. [3] Kim, Yunseop, Robert G. Evans, Iversen, “Remote sensing and control of an agriculture system using a wireless sensor network," IEEE transactions on instrumentation and measurement, 57.7(2008): 1379-1387. [4] J. Gutiérrez, J. F. Villa-Medina, A. Nieto-Garibay and M. Á. Porta- Gándara, “Automated Agriculture Drip System Using a Wireless Sensor Network and GPRS Module," in IEEE TransactionsonInstrumentationandMeasurement,vol.63,no.1,pp. 166-176, Jan. 2014. [5] Ji-chun Zhao, Jun-feng Zhang, Yu Feng and Jian-xin Guo, “The study andanalysisoftheIOT technologyinagriculture,"2010 3rd International Conference on Information Technology, Chengdu,pp. 462-465, 2010. [6] Y. Liu, C. Zhang and P. Zhu, “The temperature humidity monitoring system of soil based on wireless sensor networks," 2011 International Conference on Electric Information , Wuhan, pp. 1850-1853, 2011. [7] S. Ivanov, K. Bhargava and W. Donnelly, “Precision Farming: Sensor Analytics," in IEEE Intelligent Systems, vol. 30, no. 4, pp. 76-80, July- Aug. 2015.