SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
332
CONTEXT- AWARE WIRELESS SENSOR GRID IMPLEMENTATION
FOR AGRICULTURE
Jayant P. Pawar1
, Dr. Prashant V. Ingole 2
, Aparna R. Kadam3
1
(Associate Professor, Dept of EXTC, Atharva College of Engineering, Mumbai, M.S, India)
2
(Principal, G.H.Raisoni college of Engineering and Management, Amravati, (M.S,)
3
( Asst.Professor, Dept of EXTC,Atharva college of Engineering,Mumbai(M.S, India)
ABSTRACT
Context aware computing means sensing the context and other input channels, taking
smart decisions and feedback tracking from the context [1] .Agriculture is a very rich context
aware domain and is a fundamental area of human society in which research and
development has still a wide scope. Wireless sensor network (WNS) is the promising
technology for instrumentation and control. In this paper, context aware water irrigation
system models have been developed and implemented using WNS and grid computing [7].
The results clearly indicate the maintenance of moisture for long duration which helps in crop
growth. Alternately, we can say, it reduces the water requirement in next watering process
and helps to reduce the water requirement.
Keywords: pyramid structure, Context –Awareness.
I. INTRODUCTION
Agriculture is very important aspects of human society. The modern technologies like
wireless sensor networks, grid computing, context-aware decision making systems are
equally important to change the agricultural practices for better productivity. How to improve
the productivity and irrigation area in the available water is a good tread off.
The smart decision in irrigation depends upon the ambient temperature, soil
temperature, and water holding capacity of the soil, humidity and types of crops. Growth and
productive status of crop are also deciding factors in irrigation.
The wire free nature of WSN is suitable for agriculture. To measure the parameters
related to irrigation and transmission of data over wireless channel, WSN is a good option.
Context-awareness appears as a promising idea for increasing usability of web services.
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 2, March – April, 2013, pp. 332-337
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
333
Context aware sensor network also makes energy efficient network which can helps in arriving at
a smart decision in active agriculture process.
Grid computing is a computer network in which each computers resources can be shared with
every other computer in the system. This technology is also useful in our system to take the
advantages of information technology for resources sharing and accessing the data word widely
The integration of WSN, context aware computing and grid i.e. context aware sensor grid
[1], add the precision and helps in the decision making and control processes in agriculture. The
rest of the paper is organized as follows:
In section II pyramid context aware model has been explained. Implementation of our system has
been explained in section III. Results are analyzed in section IV. The paper has been concluded in
section V.
II. PYRAMID -CONTEXT AWARE MODEL
Let the agriculture information space be represented as a concept pyramid with the
vertices representing the various contexts of information retrieval [3]. The simple pyramid
context aware model for water irrigation is shown in figure.
Fig. 1 : Concept Pyramid
In this information space the nature of query may be single dimension query, edge level
query and space level query. The query is like “What is the soil type in this location?. ” so the
client is referring only the land context and the context point present exactly at the land vertex is
the single dimension query. In the edge level the client is requesting information regarding two
contexts at a time. e.g.- the query which crops are feasible for this particular water availability?
So here the client refers to two contexts, crop and water and hence the context point is present
somewhere on the edge connecting the crop and the water context. When the client needs
information regarding three contexts simultaneously, it lies in space level. For example the query
how much irrigation should be done for this particular crop in this particular soil?, has a context
point present in the concept space between land, crop and water contexts. The context migration
is shown in table 1.In some cases where land is not a major deciding factor or posses uniform
properties, or crop may be same, then we can replace this context by humidity.
TABLE I. CONTEXT MIGRATION TABLE
Context Point Context edge Context plane
Crop CL,CT,CW (1,2,3) 1,2,3
Land LT,LW,LC (4,6,1) 1,3,4
Water WC,WT,WL (3,5,6) 2,3,4
temp TC,TL,TW (2,4,6) 1,2,4
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
334
III. IMPLEMENTATION OF CONTEXT AWARE SENSOR GRIDE
A conceptual system layout of distributed infield WSN is illustrated in figure 2. For
soil moisture measurement, the gypsum sensor is used. It absorbs the water and provides a
decent range of resistance which is proportional to amount of moisture in the soil. In our
experiment, we calibrate it from 40K ohm to 330K ohm in the range of zero to 100%
moisture. To Measure the temperature, we have used LM35C while to measure the humidity
we used SY-HS230. To transfer these data wirelessly, we have used Zig Bee module X Bee
[14] which outdoor range is 300 feet for 1mw transmit power. At computer side, module is
configured as routers. Digi International [14] offers a convenient tool X- CTU for
programming XBee module. With this
Fig 2: System layout.
Software, the user will be able to upgrade the firmware, update the parameters, and
perform communication testing easily.
In this implementation, we have embedded node to which the sensors are attached.
The LPC2148 ARM microcontroller has built in ADC & DAC. All sensors readings are
processed by ADC and then data is transferred by the Zigbee module, which is mounted on
the same board .Two such similar boards are used for different zones.
Server PC is wirelessly connected to two nodes placed in the farm in two different zones.
Sensors generates large amount of data. The data base designed in MS Access and nodes
carry out data processing by embedded C language. The collected data is then processed, and
analyzed at the server node by the computer. Context algorithm and GUI is implemented in
Visual Basic 6.0.
The database can maintained and analyses for future use at some remote personal
computer .To make current sampled data available at remote location it is uploaded on
internet using VB.NET. Thus data sharing principle of grid computing is implemented.
ANSI C compiler used to generates the object code that matches the efficiency and speed of
assembly programming. This complier used to write microcontroller application in C
language. Extensions in compiler help full access to all resources of the microcontroller.
The compiler translates C source files into relocatable object modules which contain
full symbolic information for debugging with circuit emulator. In addition to the object file
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
335
the compiler generates listing file which may optionally include symbol table and cross
reference information.
IV. RESULTS AND ANALYSIS
Figure 3 shows Graph 1, Graph 2, and graph3. In these graphs, temperature and soil
moister readings are showing on the middle of the bar, while they are at the time of beginning of
the bar. Graph 1 shows the soil moister, temperature and irrigation on time with duration on 21st
November, 2012 while Graph 2 shows reading from 5 PM to 12.30 AM. From these observations
it is cleared that, due to temperature rise soil moisture increases slowly during the irrigation, but
after sunset, soil moisture increases sharply in another test bead. So it is clear that if we control
the irrigation according to temperature and soil moister, in the same amount of water we can
extend the next irrigation. Graph 3 shows the reading on next day i.e. 22 November using another
test bed having same soil and plant.
On 22nd
November we used another algorithm which used 25% soil moister as a triggering level
for irrigation when temperature goes on or above the threshold level, here it is 30 degree Celsius.
From Graph 3 it is cleared that, while we reduce the irrigation during high temperature
and adding that duration in next irrigation time i.e. when temperature goes below 30 degree
Celsius or soil moisture goes below 25%, at the end of the day soil moisture gets increased.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
336
Figure 3: Graph 1, Graph 2, Graph 3.
V. CONCLUSION AND FUTURE WORK
From the above graphs we can conclude that context awareness help in designs making in
precise water irrigation process. Soil moister evaporation will be very fast if the system will
test in high temperature. Here we consider the minimum soil moister at 25% and it is
adjustable as per the available water and need of the crop.Our future works will consider the
context parameters and comparison of results for productive irrigation process.
REFERENCES
[1] Aqeel-Ur-Rehman And Zubair A. Shaikh, Towards Design Of Context-Aware Sensor
Grid Framework For Agriculture, To Appear In The Fifth International Conference On
Information Technology (Icit 2008), Xxviii-
Waset Conference, April 25 27, 2008, Rome, Italy.
[2] W. Zhang, G. Kantor, And S. Singh, Integrated Wireless Sensor/Actuator Networks In An
Agricultural Application, In Proc. 2nd Acm Intl Conf. Embedded Networked Sensor Systems
(Sensys 04), Acm Press, 2004, Pp.317.8
[3] Prashant Ingole, Jayant Pawar, Hrishikesh Vhatkar,” Context Aware, Mobile Phone
Based Sink Model Of Wireless Sensor Network For Indian Agriculture, Advances In
Computing,Communication And Control Communications In Computer And Information
Sciences,Vol. 361,2013,Pp 301-308
[4] P.V.Ingole ,J.P.Pawar,Role of information technology in global agro business, second
international conference at nirma institute of technology,1-4jan2000
[5] Carlos De Morais Cordeiro, Dharma Prakash Agarwal, Adhoc Sensor Net-Works: Theory
And Applications World Scientific Publication.
[6] Chandrasekaran S, Dipesh Dugar M, Jitendra Kumar Jain D,Kamlesh Jain S, Dinesh
Kumar Jain N. Context Aware Mobile Service Deployment Model Of Agricultural
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
337
Information System For Indian Farmers. 2010 International Journal Of Computer
Applications(0975-8887) Volume 1-No.29
[7] Hock Beng Lim. Yong Meng Teo,Protik Mukharjee . Sensor Grid : Integration Of
Wireless Sensor Networks And The Grid, Proceeding Of The Ieee Conference On Local
Computer Networks 30th Anniversary
[8] T. Pering, P. Zhang, R. Chaudhri, Y. Anokwa, And R. Want,The Psi Board: Realizing A
Phone-Centric Body Sensor Network, In Proc. 4th Bsn 2007, Germany.
[9] D. Cavalcanti, C. Cordeir, D. Agarwal, B.Xie And Anup Kumar,Issues In Integrating
Cellular Networks, Wlan And Manets: A Furturistic Heterogeneous Wireless Networks, Ieee
Wireless Communication, Iune 2005, Vol.
12, No.3, Pp 30-41
[10] Tapankumar Basu, Vijaya R. Thool, Ravindra C. Thool, And Anjali C. Birajdar,
Computer Based Drip Irrigation Control System With Remote Data Acquisition System, In
Proc. 4th World Congress Conf. Computers In Agriculture And Natural Resources, Usa, July
2006.
[11] Y. Kim, R.G. Evans, And W. Iversen, Remote Sensing And Control Of Irrigation
System Using A Distributed Wireless Sensor Network, Ieee Trans.Instrumentation And
Measurement, 2007
[12] A. Baggio, Wireless Sensor Networks in Precision Agriculture, In Proc. Acm Workshop
Real-World Wireless Sensor Networks, 2005.
[13] T.Wark, P. Corke, P. Sikka, L. Klingbeil, Y Guo, C. Crossman, P. Valencia,And D.
Swain, Transforming Agriculture Through Pervasive Wireless Sensor Networks, Ieee
Pervasive Computing, Pp. 5057, April-June 2007.
[14] www.digi.com
[15] Pimentel,Berger, et al. (October 2004)."Water resources: agricultural and environmental
issues".BioScience 54 (10): 909. doi:10.1641/0006-3568(2004)054[0909:WRAAEI]2.0.CO;2
[16] Mr. Shrinivas R. Zanwar and Prof R. D. Kokate, “Advanced Agriculture System”
International Journal of Advanced Research in Engineering & Technology (IJARET) Volume
3, Issue 2, 2012, pp. 111 - 118, Issn Print: 0976-6480, Issn Online: 0976-6499
[17] Naresh Kumar Reddy.Beechu, B.Siva Hari Prasad, B.Y.V.N.R.Swamy, “Innovative
Water Saving Agriculture By Using Resources” International Journal of Electronics and
Communication Engineering &Technology (IJECET) Volume 3, Issue 2, 2012, pp. 227 -
237, Issn Print: 0976- 6464, Issn Online: 0976 –6472
[18] Prof. (Ms) Manisha Shinde-Pawar And Prof. (Mr) Chandrashekhar Suryawanshi,
“Integrating Gis And Knowledge Management Resources In Indian Agriculture: Social And
National Concern For Information Sharing” International Journal Of Management (IJM)
Volume 4, Issue 1, 2013, pp. 258 - 265, Issn Print: 0976-6502, Issn Online: 0976-6510

Weitere ähnliche Inhalte

Andere mochten auch

Two phase flow void fraction measurement using image processing
Two phase flow void fraction measurement using image processingTwo phase flow void fraction measurement using image processing
Two phase flow void fraction measurement using image processingIAEME Publication
 
Appearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionAppearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionIAEME Publication
 
Three phase shunt active filter with constant instantaneous power contro
Three phase shunt active filter with constant instantaneous power controThree phase shunt active filter with constant instantaneous power contro
Three phase shunt active filter with constant instantaneous power controIAEME Publication
 
Varactor diode loaded double square reconfigurable microstrip patch ante
Varactor diode loaded double square reconfigurable microstrip patch anteVaractor diode loaded double square reconfigurable microstrip patch ante
Varactor diode loaded double square reconfigurable microstrip patch anteIAEME Publication
 
Analyzing numerically study the effect of add a spacer layer in gires tournois
Analyzing numerically study the effect of add a spacer layer in gires tournoisAnalyzing numerically study the effect of add a spacer layer in gires tournois
Analyzing numerically study the effect of add a spacer layer in gires tournoisIAEME Publication
 
Design of arq and hybrid arq protocols for wireless channels using bch codes
Design of arq and hybrid arq protocols for wireless channels using bch codesDesign of arq and hybrid arq protocols for wireless channels using bch codes
Design of arq and hybrid arq protocols for wireless channels using bch codesIAEME Publication
 
Effect of vermicompost on nutrient uptake and their influence on biochemical
Effect of vermicompost on nutrient uptake  and their influence on biochemicalEffect of vermicompost on nutrient uptake  and their influence on biochemical
Effect of vermicompost on nutrient uptake and their influence on biochemicalIAEME Publication
 
Constructing a mathematical models to predict compressive strength of conc
Constructing a mathematical models to predict compressive strength of concConstructing a mathematical models to predict compressive strength of conc
Constructing a mathematical models to predict compressive strength of concIAEME Publication
 
Optimization of process parameters of lapping operation by taguchi appr
Optimization of process parameters of lapping operation by taguchi apprOptimization of process parameters of lapping operation by taguchi appr
Optimization of process parameters of lapping operation by taguchi apprIAEME Publication
 
A model for talent identification in cricket based on owa operator
A model for talent identification in cricket based on owa operatorA model for talent identification in cricket based on owa operator
A model for talent identification in cricket based on owa operatorIAEME Publication
 
Privacy preserving public auditing for data storage security in cloud comp
Privacy preserving public auditing for data storage security in cloud compPrivacy preserving public auditing for data storage security in cloud comp
Privacy preserving public auditing for data storage security in cloud compIAEME Publication
 
Fractional green function approach to study heat transfer through diatherma
Fractional green function approach to study heat transfer through diathermaFractional green function approach to study heat transfer through diatherma
Fractional green function approach to study heat transfer through diathermaIAEME Publication
 
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10IAEME Publication
 
Presentatie1 test
Presentatie1 testPresentatie1 test
Presentatie1 testbledocent
 
El profesor lápiz
El profesor lápizEl profesor lápiz
El profesor lápiznenufar19
 
U1 la comunicación y la organización de la lengua 3ºeso
U1 la comunicación y la organización de la lengua 3ºesoU1 la comunicación y la organización de la lengua 3ºeso
U1 la comunicación y la organización de la lengua 3ºesoEducation-MEC-DGA
 

Andere mochten auch (20)

Two phase flow void fraction measurement using image processing
Two phase flow void fraction measurement using image processingTwo phase flow void fraction measurement using image processing
Two phase flow void fraction measurement using image processing
 
Appearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionAppearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognition
 
Three phase shunt active filter with constant instantaneous power contro
Three phase shunt active filter with constant instantaneous power controThree phase shunt active filter with constant instantaneous power contro
Three phase shunt active filter with constant instantaneous power contro
 
Varactor diode loaded double square reconfigurable microstrip patch ante
Varactor diode loaded double square reconfigurable microstrip patch anteVaractor diode loaded double square reconfigurable microstrip patch ante
Varactor diode loaded double square reconfigurable microstrip patch ante
 
Analyzing numerically study the effect of add a spacer layer in gires tournois
Analyzing numerically study the effect of add a spacer layer in gires tournoisAnalyzing numerically study the effect of add a spacer layer in gires tournois
Analyzing numerically study the effect of add a spacer layer in gires tournois
 
Design of arq and hybrid arq protocols for wireless channels using bch codes
Design of arq and hybrid arq protocols for wireless channels using bch codesDesign of arq and hybrid arq protocols for wireless channels using bch codes
Design of arq and hybrid arq protocols for wireless channels using bch codes
 
Effect of vermicompost on nutrient uptake and their influence on biochemical
Effect of vermicompost on nutrient uptake  and their influence on biochemicalEffect of vermicompost on nutrient uptake  and their influence on biochemical
Effect of vermicompost on nutrient uptake and their influence on biochemical
 
Constructing a mathematical models to predict compressive strength of conc
Constructing a mathematical models to predict compressive strength of concConstructing a mathematical models to predict compressive strength of conc
Constructing a mathematical models to predict compressive strength of conc
 
Optimization of process parameters of lapping operation by taguchi appr
Optimization of process parameters of lapping operation by taguchi apprOptimization of process parameters of lapping operation by taguchi appr
Optimization of process parameters of lapping operation by taguchi appr
 
A model for talent identification in cricket based on owa operator
A model for talent identification in cricket based on owa operatorA model for talent identification in cricket based on owa operator
A model for talent identification in cricket based on owa operator
 
Privacy preserving public auditing for data storage security in cloud comp
Privacy preserving public auditing for data storage security in cloud compPrivacy preserving public auditing for data storage security in cloud comp
Privacy preserving public auditing for data storage security in cloud comp
 
Fractional green function approach to study heat transfer through diatherma
Fractional green function approach to study heat transfer through diathermaFractional green function approach to study heat transfer through diatherma
Fractional green function approach to study heat transfer through diatherma
 
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
 
Presentatie1 test
Presentatie1 testPresentatie1 test
Presentatie1 test
 
Vision
VisionVision
Vision
 
Gobierno electronico
Gobierno electronicoGobierno electronico
Gobierno electronico
 
El profesor lápiz
El profesor lápizEl profesor lápiz
El profesor lápiz
 
U1 la comunicación y la organización de la lengua 3ºeso
U1 la comunicación y la organización de la lengua 3ºesoU1 la comunicación y la organización de la lengua 3ºeso
U1 la comunicación y la organización de la lengua 3ºeso
 
Ai informe 2013 ejecuciones
Ai informe 2013 ejecucionesAi informe 2013 ejecuciones
Ai informe 2013 ejecuciones
 
Muay Thai
Muay ThaiMuay Thai
Muay Thai
 

Ähnlich wie Context aware wireless sensor grid implementation for agriculture

Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkIJMER
 
IRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET Journal
 
Review on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agricultureReview on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agricultureIRJET Journal
 
Precision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor NetworkPrecision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor NetworkIJLT EMAS
 
Energy efficient clustering using the AMHC (adoptive multi-hop clustering) t...
Energy efficient clustering using the AMHC  (adoptive multi-hop clustering) t...Energy efficient clustering using the AMHC  (adoptive multi-hop clustering) t...
Energy efficient clustering using the AMHC (adoptive multi-hop clustering) t...IJECEIAES
 
Green house monitoring based on zigbee
Green house monitoring based on zigbeeGreen house monitoring based on zigbee
Green house monitoring based on zigbeeIAEME Publication
 
Use of Geographic Information Systems to Build and Management a Geometric Net...
Use of Geographic Information Systems to Build and Management a Geometric Net...Use of Geographic Information Systems to Build and Management a Geometric Net...
Use of Geographic Information Systems to Build and Management a Geometric Net...ijtsrd
 
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...IRJET Journal
 
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam IJECEIAES
 
IRJMETS40700148728(21-22).pdf
IRJMETS40700148728(21-22).pdfIRJMETS40700148728(21-22).pdf
IRJMETS40700148728(21-22).pdfshruthi810379
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...ijasa
 
Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014ijcsbi
 
Technical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirTechnical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirYAZID IDZMIR
 
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSMREMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSMijmnct
 
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...IRJET Journal
 
IRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoTIRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoTIRJET Journal
 
Feasibility study of pervasive computing
Feasibility study of pervasive computingFeasibility study of pervasive computing
Feasibility study of pervasive computingiaemedu
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...journalBEEI
 

Ähnlich wie Context aware wireless sensor grid implementation for agriculture (20)

Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor Network
 
IRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision Agriculture
 
Review on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agricultureReview on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agriculture
 
Precision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor NetworkPrecision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor Network
 
Energy efficient clustering using the AMHC (adoptive multi-hop clustering) t...
Energy efficient clustering using the AMHC  (adoptive multi-hop clustering) t...Energy efficient clustering using the AMHC  (adoptive multi-hop clustering) t...
Energy efficient clustering using the AMHC (adoptive multi-hop clustering) t...
 
Green house monitoring based on zigbee
Green house monitoring based on zigbeeGreen house monitoring based on zigbee
Green house monitoring based on zigbee
 
Use of Geographic Information Systems to Build and Management a Geometric Net...
Use of Geographic Information Systems to Build and Management a Geometric Net...Use of Geographic Information Systems to Build and Management a Geometric Net...
Use of Geographic Information Systems to Build and Management a Geometric Net...
 
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
 
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
 
IRJMETS40700148728(21-22).pdf
IRJMETS40700148728(21-22).pdfIRJMETS40700148728(21-22).pdf
IRJMETS40700148728(21-22).pdf
 
40120140505008
4012014050500840120140505008
40120140505008
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
 
Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014
 
Technical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirTechnical Paper by Yazid Idzmir
Technical Paper by Yazid Idzmir
 
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSMREMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
 
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
 
IRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoTIRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoT
 
Feasibility study of pervasive computing
Feasibility study of pervasive computingFeasibility study of pervasive computing
Feasibility study of pervasive computing
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...
 
Hz3414691476
Hz3414691476Hz3414691476
Hz3414691476
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Kürzlich hochgeladen

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 

Context aware wireless sensor grid implementation for agriculture

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 332 CONTEXT- AWARE WIRELESS SENSOR GRID IMPLEMENTATION FOR AGRICULTURE Jayant P. Pawar1 , Dr. Prashant V. Ingole 2 , Aparna R. Kadam3 1 (Associate Professor, Dept of EXTC, Atharva College of Engineering, Mumbai, M.S, India) 2 (Principal, G.H.Raisoni college of Engineering and Management, Amravati, (M.S,) 3 ( Asst.Professor, Dept of EXTC,Atharva college of Engineering,Mumbai(M.S, India) ABSTRACT Context aware computing means sensing the context and other input channels, taking smart decisions and feedback tracking from the context [1] .Agriculture is a very rich context aware domain and is a fundamental area of human society in which research and development has still a wide scope. Wireless sensor network (WNS) is the promising technology for instrumentation and control. In this paper, context aware water irrigation system models have been developed and implemented using WNS and grid computing [7]. The results clearly indicate the maintenance of moisture for long duration which helps in crop growth. Alternately, we can say, it reduces the water requirement in next watering process and helps to reduce the water requirement. Keywords: pyramid structure, Context –Awareness. I. INTRODUCTION Agriculture is very important aspects of human society. The modern technologies like wireless sensor networks, grid computing, context-aware decision making systems are equally important to change the agricultural practices for better productivity. How to improve the productivity and irrigation area in the available water is a good tread off. The smart decision in irrigation depends upon the ambient temperature, soil temperature, and water holding capacity of the soil, humidity and types of crops. Growth and productive status of crop are also deciding factors in irrigation. The wire free nature of WSN is suitable for agriculture. To measure the parameters related to irrigation and transmission of data over wireless channel, WSN is a good option. Context-awareness appears as a promising idea for increasing usability of web services. INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April, 2013, pp. 332-337 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 333 Context aware sensor network also makes energy efficient network which can helps in arriving at a smart decision in active agriculture process. Grid computing is a computer network in which each computers resources can be shared with every other computer in the system. This technology is also useful in our system to take the advantages of information technology for resources sharing and accessing the data word widely The integration of WSN, context aware computing and grid i.e. context aware sensor grid [1], add the precision and helps in the decision making and control processes in agriculture. The rest of the paper is organized as follows: In section II pyramid context aware model has been explained. Implementation of our system has been explained in section III. Results are analyzed in section IV. The paper has been concluded in section V. II. PYRAMID -CONTEXT AWARE MODEL Let the agriculture information space be represented as a concept pyramid with the vertices representing the various contexts of information retrieval [3]. The simple pyramid context aware model for water irrigation is shown in figure. Fig. 1 : Concept Pyramid In this information space the nature of query may be single dimension query, edge level query and space level query. The query is like “What is the soil type in this location?. ” so the client is referring only the land context and the context point present exactly at the land vertex is the single dimension query. In the edge level the client is requesting information regarding two contexts at a time. e.g.- the query which crops are feasible for this particular water availability? So here the client refers to two contexts, crop and water and hence the context point is present somewhere on the edge connecting the crop and the water context. When the client needs information regarding three contexts simultaneously, it lies in space level. For example the query how much irrigation should be done for this particular crop in this particular soil?, has a context point present in the concept space between land, crop and water contexts. The context migration is shown in table 1.In some cases where land is not a major deciding factor or posses uniform properties, or crop may be same, then we can replace this context by humidity. TABLE I. CONTEXT MIGRATION TABLE Context Point Context edge Context plane Crop CL,CT,CW (1,2,3) 1,2,3 Land LT,LW,LC (4,6,1) 1,3,4 Water WC,WT,WL (3,5,6) 2,3,4 temp TC,TL,TW (2,4,6) 1,2,4
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 334 III. IMPLEMENTATION OF CONTEXT AWARE SENSOR GRIDE A conceptual system layout of distributed infield WSN is illustrated in figure 2. For soil moisture measurement, the gypsum sensor is used. It absorbs the water and provides a decent range of resistance which is proportional to amount of moisture in the soil. In our experiment, we calibrate it from 40K ohm to 330K ohm in the range of zero to 100% moisture. To Measure the temperature, we have used LM35C while to measure the humidity we used SY-HS230. To transfer these data wirelessly, we have used Zig Bee module X Bee [14] which outdoor range is 300 feet for 1mw transmit power. At computer side, module is configured as routers. Digi International [14] offers a convenient tool X- CTU for programming XBee module. With this Fig 2: System layout. Software, the user will be able to upgrade the firmware, update the parameters, and perform communication testing easily. In this implementation, we have embedded node to which the sensors are attached. The LPC2148 ARM microcontroller has built in ADC & DAC. All sensors readings are processed by ADC and then data is transferred by the Zigbee module, which is mounted on the same board .Two such similar boards are used for different zones. Server PC is wirelessly connected to two nodes placed in the farm in two different zones. Sensors generates large amount of data. The data base designed in MS Access and nodes carry out data processing by embedded C language. The collected data is then processed, and analyzed at the server node by the computer. Context algorithm and GUI is implemented in Visual Basic 6.0. The database can maintained and analyses for future use at some remote personal computer .To make current sampled data available at remote location it is uploaded on internet using VB.NET. Thus data sharing principle of grid computing is implemented. ANSI C compiler used to generates the object code that matches the efficiency and speed of assembly programming. This complier used to write microcontroller application in C language. Extensions in compiler help full access to all resources of the microcontroller. The compiler translates C source files into relocatable object modules which contain full symbolic information for debugging with circuit emulator. In addition to the object file
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 335 the compiler generates listing file which may optionally include symbol table and cross reference information. IV. RESULTS AND ANALYSIS Figure 3 shows Graph 1, Graph 2, and graph3. In these graphs, temperature and soil moister readings are showing on the middle of the bar, while they are at the time of beginning of the bar. Graph 1 shows the soil moister, temperature and irrigation on time with duration on 21st November, 2012 while Graph 2 shows reading from 5 PM to 12.30 AM. From these observations it is cleared that, due to temperature rise soil moisture increases slowly during the irrigation, but after sunset, soil moisture increases sharply in another test bead. So it is clear that if we control the irrigation according to temperature and soil moister, in the same amount of water we can extend the next irrigation. Graph 3 shows the reading on next day i.e. 22 November using another test bed having same soil and plant. On 22nd November we used another algorithm which used 25% soil moister as a triggering level for irrigation when temperature goes on or above the threshold level, here it is 30 degree Celsius. From Graph 3 it is cleared that, while we reduce the irrigation during high temperature and adding that duration in next irrigation time i.e. when temperature goes below 30 degree Celsius or soil moisture goes below 25%, at the end of the day soil moisture gets increased.
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 336 Figure 3: Graph 1, Graph 2, Graph 3. V. CONCLUSION AND FUTURE WORK From the above graphs we can conclude that context awareness help in designs making in precise water irrigation process. Soil moister evaporation will be very fast if the system will test in high temperature. Here we consider the minimum soil moister at 25% and it is adjustable as per the available water and need of the crop.Our future works will consider the context parameters and comparison of results for productive irrigation process. REFERENCES [1] Aqeel-Ur-Rehman And Zubair A. Shaikh, Towards Design Of Context-Aware Sensor Grid Framework For Agriculture, To Appear In The Fifth International Conference On Information Technology (Icit 2008), Xxviii- Waset Conference, April 25 27, 2008, Rome, Italy. [2] W. Zhang, G. Kantor, And S. Singh, Integrated Wireless Sensor/Actuator Networks In An Agricultural Application, In Proc. 2nd Acm Intl Conf. Embedded Networked Sensor Systems (Sensys 04), Acm Press, 2004, Pp.317.8 [3] Prashant Ingole, Jayant Pawar, Hrishikesh Vhatkar,” Context Aware, Mobile Phone Based Sink Model Of Wireless Sensor Network For Indian Agriculture, Advances In Computing,Communication And Control Communications In Computer And Information Sciences,Vol. 361,2013,Pp 301-308 [4] P.V.Ingole ,J.P.Pawar,Role of information technology in global agro business, second international conference at nirma institute of technology,1-4jan2000 [5] Carlos De Morais Cordeiro, Dharma Prakash Agarwal, Adhoc Sensor Net-Works: Theory And Applications World Scientific Publication. [6] Chandrasekaran S, Dipesh Dugar M, Jitendra Kumar Jain D,Kamlesh Jain S, Dinesh Kumar Jain N. Context Aware Mobile Service Deployment Model Of Agricultural
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 337 Information System For Indian Farmers. 2010 International Journal Of Computer Applications(0975-8887) Volume 1-No.29 [7] Hock Beng Lim. Yong Meng Teo,Protik Mukharjee . Sensor Grid : Integration Of Wireless Sensor Networks And The Grid, Proceeding Of The Ieee Conference On Local Computer Networks 30th Anniversary [8] T. Pering, P. Zhang, R. Chaudhri, Y. Anokwa, And R. Want,The Psi Board: Realizing A Phone-Centric Body Sensor Network, In Proc. 4th Bsn 2007, Germany. [9] D. Cavalcanti, C. Cordeir, D. Agarwal, B.Xie And Anup Kumar,Issues In Integrating Cellular Networks, Wlan And Manets: A Furturistic Heterogeneous Wireless Networks, Ieee Wireless Communication, Iune 2005, Vol. 12, No.3, Pp 30-41 [10] Tapankumar Basu, Vijaya R. Thool, Ravindra C. Thool, And Anjali C. Birajdar, Computer Based Drip Irrigation Control System With Remote Data Acquisition System, In Proc. 4th World Congress Conf. Computers In Agriculture And Natural Resources, Usa, July 2006. [11] Y. Kim, R.G. Evans, And W. Iversen, Remote Sensing And Control Of Irrigation System Using A Distributed Wireless Sensor Network, Ieee Trans.Instrumentation And Measurement, 2007 [12] A. Baggio, Wireless Sensor Networks in Precision Agriculture, In Proc. Acm Workshop Real-World Wireless Sensor Networks, 2005. [13] T.Wark, P. Corke, P. Sikka, L. Klingbeil, Y Guo, C. Crossman, P. Valencia,And D. Swain, Transforming Agriculture Through Pervasive Wireless Sensor Networks, Ieee Pervasive Computing, Pp. 5057, April-June 2007. [14] www.digi.com [15] Pimentel,Berger, et al. (October 2004)."Water resources: agricultural and environmental issues".BioScience 54 (10): 909. doi:10.1641/0006-3568(2004)054[0909:WRAAEI]2.0.CO;2 [16] Mr. Shrinivas R. Zanwar and Prof R. D. Kokate, “Advanced Agriculture System” International Journal of Advanced Research in Engineering & Technology (IJARET) Volume 3, Issue 2, 2012, pp. 111 - 118, Issn Print: 0976-6480, Issn Online: 0976-6499 [17] Naresh Kumar Reddy.Beechu, B.Siva Hari Prasad, B.Y.V.N.R.Swamy, “Innovative Water Saving Agriculture By Using Resources” International Journal of Electronics and Communication Engineering &Technology (IJECET) Volume 3, Issue 2, 2012, pp. 227 - 237, Issn Print: 0976- 6464, Issn Online: 0976 –6472 [18] Prof. (Ms) Manisha Shinde-Pawar And Prof. (Mr) Chandrashekhar Suryawanshi, “Integrating Gis And Knowledge Management Resources In Indian Agriculture: Social And National Concern For Information Sharing” International Journal Of Management (IJM) Volume 4, Issue 1, 2013, pp. 258 - 265, Issn Print: 0976-6502, Issn Online: 0976-6510