SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 223
RIVER MONITORING THROUGH WIRELESS SENSOR NETWORK
Trusha R. Wagh1
, A.P.Rao2
1
Student department of E&TC, Jayawantrao Sawant college of Engg, Hadapsar, Pune, 411028, India
2
Faculty department of E&TC, Jayawantrao Sawant college of Engg, Hadapsar, Pune, 411028, India
Abstract
WSN system is the recent and cost effective system for monitoring and controlling the environmental applications. It is also a
demanding task to use efficiently the energy harvesting system (EHS) technology for WSN. The system performs the
measurements using integrated peripherals to process the measured data as well as to co-ordinate the data transport of the WSN
to work. Basically River mote is a case study for designing a low cost hardware system architecture combining low-power mote
and a highly efficient EHS architecture. The main requirement of this system is continuous operation using Energy Harvesting
System. The work includes first the water level monitoring platform using only the ultra-sonic sensor and second the PH balance
to know the toxicity present in water. This system provides a real-time guidance to those industry that depends on regional water
quality conditions like industry, agriculture, aquatic life etc.
Keywords: Energy Harvesting system (EHS), Zig-Bee module, Ultrasonic sensor, Ph sensor, Wireless sensor network
(WSN).
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
The earth’s surface consists of 71 % of water in it. Water
plays a very important role for all living being, but due to
growing industries and technical life style the water is
getting polluted by man. The environmental monitoring
system ie the water monitoring system is hence a recent
technology that helps to control water pollution. In previous
days man himself had to check the pollutant contents as well
as the level using handheld devices as shown in fig 1. WSN
ie wireless sensor network thus helps to reduce the physical
efforts to an automatic sytsem. WSN network typically
consists of a high number of sensor nodes, also called
motes, and of one or few gateway nodes. The gateway node
is connected with a computer to access the data of the WSN.
Each mote collects information about its environment using
the attached sensors. This information is forwarded to
gateway nodes in a multi-hop manner as shown in fig 2.
1.1 Previous System
Fig-1: The Previous Methods for measuring Level and Ph
balance
The proposed system mainly consists of three parts:1) data
monitoring,2) autonomous monitoring unit and 3) central
processing units. The WSN system is thus suitable for the
water bodies such as lakes, rivers, dams etc. The system
explains the auto-monitoring of the water level and pH
value present in an water body. The requirements on a
WSN varies very much, because they are used in many
different application areas, e.g. precision agriculture,
environmental monitoring, structural health monitoring,
industrial applications.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 224
Fig-2: Typical structure of a wireless sensor network.
Usually, it is necessary to preprocess the measured data
before it can be transmitted. A microcontroller is used to
perform this task. Such a microcontroller provides a wide
range of peripherals that are used for measuring the
conversion tasks, e.g. analog to-digital converter (ADC),
timer and digital IO. This reduces the amount of
components needed and also the hardware costs. The main
requirement of the system is very low power consumption.
The motes are generally powered by batteries or energy
harvesting systems (EHS) or both. But Batteries have to be
replaced after a certain time , hence, the lifespan of a battery
is limited. EHS uses energy harvesting devices (EHDs),
e.g. solar cells or thermo generators, to harvest energy from
the environment. If the EHS is well designed, it is possible
to power the mote continuously. However, both solutions
need a low power consumption of the mote. The needed
processing power and the maximum allowed power
consumption lead to a trade-off between these requirements.
However, the specific requirements depend on the
application area. The mote should be adapted to that
application area.. The pic24FJ64GA002 microcontroller
supports all these requirements. There are many different
models with different peripherals. It also supports different
power modes which can be used to minimize the overall
power consumption. This topic shows the development of a
mote for river monitoring using a pic24FJ64GA002
microcontroller. The mote is supplied by solar cells and
ultra capacitors are used to store the energy for the night.
The hardware is adapted to the given application area in
order to get the best system performance and to reduce
costs.
1.2. The Proposed System
Fig-3: The proposed system
The above fig 3 shows the proposed system of the topic, which consists of different checkpoints where the nodes are situated and
the control structure where the control unit is located. The data is transferred from over all the respective nodes denoted as check
point and it is monitored and controlled continuously at the control unit. Using this system will eliminate the manual errors and
will provide the accurate values at the control unit.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 225
2. THE SYSTEM DESIGN
Fig-4: System Block Diagram.
2.1 .Autonomous Monitoring unit
2.1.1 Energy Harvesting System
The energy consumption is done using the Energy Harvesting System. The energy is consumed by using the solar panels, then this
energy is stored using the Ultra capacitors. Energy is converted using voltage converter and then this voltage is given as input
voltage for the microcontroller.
Fig-5: Block Diagram of Energy Harvesting System
2.1.2 Ultrasonic Module
For the water level monitoring Ultrasonic module WL705 are used they transmit waves to the surface under water then this wave
strikes the surface and it is then reflected and thus we can calculate the level of water. The result is calculated by measuring the
time difference between transmitted wave and the received wave. This information is given to the PIC microcontroller and the
data is transmitted to the control unit.
Water Level= Transmitted Wave – Received Wave
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 226
Fig- 6: Mounting of the ultrasonic sensor
Fig-7: The ultrasonic sensor
2.1.3 Ph Sensor
For checking the water quality pH sensor PHE 45P are used they check the presence of hydrogen moles present in water level and
then the pH quality is checked. The information is given to the PIC microcontroller and is then transmitted to the control unit.
The data sensed by the sensors is given to the Microcontroller circuit this data is transformed into the WSN nodes using 2.4GHz
802.15.4 transceiver module.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 227
Fig-8: The Ph sensor
2.2 Control Unit
The data transmitted from the AMU is then received by control unit using 2.4GHz 802.15.4 transceiver module and this data is
displayed on PC using VB software in the form of database.At the receiver side we actually get all the data collected by the Water
level sensor and the pH sensor at the duration of every 15 min of the microcontroller timer.
Thus the monitoring is done continuously and efficiently.
3. CIRCUITRY OF THE SYSTEM
3.1 Energy Harvesting System circuit Diagram
Fig-9: Circuit Diagram of the EHS.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 228
3.2 Zigbee Module Connection
Fig-10: Circuit Diagram of the zigbee Module.
3.3 Main Circuit
Fig-11: Diagram of Hardware Connection
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 229
4. EXPEREMENTATION RESULT
Fig-12: Result of the ultrasonic module
Fig-13: Result in tabular form
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 230
Fig-14: Result of the GUI output
5. CONCLUSION
This work demonstrates the adaptability of a mote to a
specific application area using the microcontroller. It shows
low power design techniques. It also demonstrates the
possibility to supply the mote continuously using an energy
harvesting system and battery as the energy storage
elements. This system uses MRF24FJ40MB which uses the
MAC protocol. This system is not limited only for River
monitoring , it can be build on Dams as well to check the
water level. We can thus define the accurate results of pH
balance and water level using this system.
REFERENCES
[1] George T. Karetsos, Theodore Kotsilieris “A mobile
agent enabled wireless sensor network for river
water monitoring” The Fourth International
Conference on Wireless and Mobile
Communications IEEE pp 346-351, 2008.
[2] Peng Jiang , Hongbo Xia , Zhiye He and Zheming
Wang “Design of a Water Environment Monitoring
System Based on Wireless Sensor Networks”
Sensors, vol.9, pp-6411-6434, 2009.
[3] Jo Ueyama ,Danny Hughes, Ka Lok Man ,Sheng-
Uei Guan “Applying a Multi-Paradigm Approach
to Implementing Wireless Sensor Network Based
River Monitoring” First ACIS International
Symposium on Cryptography, and Network Security
vol. 978-0-7695-4332-1/10 pp. 187-191, 2010.
[4] Philipp Maria Glatz, Leander Bernd Hörmann,
Christian Steger, Reinhold Weiss “Designing
Perpetual Energy Harvesting Systems explained
with River Mote: A Wireless Sensor Network
Platform for River Monitoring” EJSE Special
Issue: Wireless Sensor Networks and Practical
Applications pp. 55-65,2010.
[5] Abdulrahman Alkandari, Meshal alnasheet,
Yousef Alabduljader , Samer M. Moein “Wireless
Sensor Network (WSN) for Water Monitoring
System: Case Study of Kuwait Beaches” The
Society of Digital Information and Wireless
Communications, pp. 709-717 2011.
[6] Sabuj Das Gupta, Islam Md. Shahinur, Akond
Anisul Haque, Amin Ruhul, Sudip Majumder “
Design and Implementation of Water Depth
Measurement and Object Detection Model Using
Ultrasonic Signal System” International Journal of
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 231
Engineering Research and Development Volume 4,
Issue 3), PP. 62-69, October 2012.
[7] Leander B. H¨ormann, Philipp M. Glatz, Christian
Steger, Reinhold Weiss “A Wireless Sensor Node
For River Monitoring Using Msp430 R And Energy
Harvesting” 2011 .
[8] Panom Petchjatuporn, Wiwat Kiranon, Anatawat
Kunakorn “A Solar-powered Battery Charger with
Neural Network Maximum Power Point Tracking
Implemented on a Low-Cost PIC-microcontroller”
Faculty of Engineering, Mahanakorn University of
Technology vol. 2394-525-778-185-8 2012.
[9] Lívia C. Degrossi, Guilherme G. do Amaral,
Eduardo S. M. deVasconcelos “Using Wireless
Sensor Networks in the Sensor Web for Flood
Monitoring in Brazil” Proceedings of the 10th
International ISCRAM Conference – Baden-Baden,
Germany, pp 458-462 2013.
BIOGRAPHIES
Trusha R Wagh, pursuing M.E in
Electronics engineering(Digital Systems)
from Jaywantrao Sawant College of
Engineering, Pune, Maharashtra. India.
Dr A.P.Rao, Professor at Electronics and
Telecommunication Department at
Jaywantrao Sawant College of engineering
Pune, Maharashtra. India

More Related Content

What's hot

IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET Journal
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET Journal
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
IRJET Journal
 
IRJET- Water Irrigation System using Arduino
IRJET- Water Irrigation System using ArduinoIRJET- Water Irrigation System using Arduino
IRJET- Water Irrigation System using Arduino
IRJET Journal
 
F041212529
F041212529F041212529
F041212529
IOSR-JEN
 
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMWEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
ijcseit
 
IRJET- IoT based Automated Green House Monitoring and Control System
IRJET-  	  IoT based Automated Green House Monitoring and Control SystemIRJET-  	  IoT based Automated Green House Monitoring and Control System
IRJET- IoT based Automated Green House Monitoring and Control System
IRJET Journal
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
eSAT Journals
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
eSAT Publishing House
 
Garden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsGarden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using Sensors
IJMTST Journal
 
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET Journal
 
AQUA-TRONICS
AQUA-TRONICSAQUA-TRONICS
AQUA-TRONICS
IRJET Journal
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
IRJET Journal
 
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
IRJET Journal
 
Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...
eSAT Journals
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET Journal
 
IRJET- Machine Learning System on Plant Growth using Aquaculture
IRJET- Machine Learning System on Plant Growth using AquacultureIRJET- Machine Learning System on Plant Growth using Aquaculture
IRJET- Machine Learning System on Plant Growth using Aquaculture
IRJET Journal
 
IRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET- IoT based Leaf Disease Detection and Fertilizer RecommendationIRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET Journal
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
Mumbaikar Le
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android Application
IRJET Journal
 

What's hot (20)

IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
 
IRJET- Water Irrigation System using Arduino
IRJET- Water Irrigation System using ArduinoIRJET- Water Irrigation System using Arduino
IRJET- Water Irrigation System using Arduino
 
F041212529
F041212529F041212529
F041212529
 
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMWEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
 
IRJET- IoT based Automated Green House Monitoring and Control System
IRJET-  	  IoT based Automated Green House Monitoring and Control SystemIRJET-  	  IoT based Automated Green House Monitoring and Control System
IRJET- IoT based Automated Green House Monitoring and Control System
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Garden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsGarden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using Sensors
 
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of Crops
 
AQUA-TRONICS
AQUA-TRONICSAQUA-TRONICS
AQUA-TRONICS
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
 
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
 
Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
IRJET- Machine Learning System on Plant Growth using Aquaculture
IRJET- Machine Learning System on Plant Growth using AquacultureIRJET- Machine Learning System on Plant Growth using Aquaculture
IRJET- Machine Learning System on Plant Growth using Aquaculture
 
IRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET- IoT based Leaf Disease Detection and Fertilizer RecommendationIRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android Application
 

Viewers also liked

Ultra sonic 2012
Ultra sonic 2012Ultra sonic 2012
Ultra sonic 2012
sgfx66
 
Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...
Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...
Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...
Fredrick Ishengoma
 
Ultra sonic sensor network communicating using NRF 24L01 radio
Ultra sonic sensor network communicating using NRF 24L01 radioUltra sonic sensor network communicating using NRF 24L01 radio
Ultra sonic sensor network communicating using NRF 24L01 radio
Ashok Raj
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
Nishant Bhardwaj
 
The water quality monitoring system based on wsn
The water quality monitoring system based on wsnThe water quality monitoring system based on wsn
The water quality monitoring system based on wsn
impulsetechembedded12
 
Acoustic communication using ofdm
Acoustic communication using ofdmAcoustic communication using ofdm
Acoustic communication using ofdm
RAVITEJA828
 
Air pollution monitoring system using mobile gprs sensors array ppt
Air pollution monitoring system using mobile gprs sensors array pptAir pollution monitoring system using mobile gprs sensors array ppt
Air pollution monitoring system using mobile gprs sensors array ppt
Saurabh Giratkar
 
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)
Nitin Balakrishnan
 
Basic infrared technology and applications
Basic infrared technology and applicationsBasic infrared technology and applications
Basic infrared technology and applications
Xenics
 
Magnetic refrigeration Seminar Report
Magnetic refrigeration Seminar ReportMagnetic refrigeration Seminar Report
Magnetic refrigeration Seminar Report
Er. Aman Agrawal
 
Lifi ppt
Lifi pptLifi ppt
Lifi ppt
rr140688
 
Under water communication ppt
Under water communication ppt Under water communication ppt
Under water communication ppt
asharanick
 
Underwater Wireless Communication
Underwater Wireless CommunicationUnderwater Wireless Communication
Underwater Wireless Communication
Shubham Srivastava
 
UNDER WATER ACOUSTIC COMMUNICATION
UNDER WATER ACOUSTIC COMMUNICATIONUNDER WATER ACOUSTIC COMMUNICATION
UNDER WATER ACOUSTIC COMMUNICATION
jaisica
 

Viewers also liked (14)

Ultra sonic 2012
Ultra sonic 2012Ultra sonic 2012
Ultra sonic 2012
 
Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...
Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...
Fredrick Ishengoma - A Novel Design of IEEE 802.15.4 and Solar Based Autonomo...
 
Ultra sonic sensor network communicating using NRF 24L01 radio
Ultra sonic sensor network communicating using NRF 24L01 radioUltra sonic sensor network communicating using NRF 24L01 radio
Ultra sonic sensor network communicating using NRF 24L01 radio
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
The water quality monitoring system based on wsn
The water quality monitoring system based on wsnThe water quality monitoring system based on wsn
The water quality monitoring system based on wsn
 
Acoustic communication using ofdm
Acoustic communication using ofdmAcoustic communication using ofdm
Acoustic communication using ofdm
 
Air pollution monitoring system using mobile gprs sensors array ppt
Air pollution monitoring system using mobile gprs sensors array pptAir pollution monitoring system using mobile gprs sensors array ppt
Air pollution monitoring system using mobile gprs sensors array ppt
 
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part II)
 
Basic infrared technology and applications
Basic infrared technology and applicationsBasic infrared technology and applications
Basic infrared technology and applications
 
Magnetic refrigeration Seminar Report
Magnetic refrigeration Seminar ReportMagnetic refrigeration Seminar Report
Magnetic refrigeration Seminar Report
 
Lifi ppt
Lifi pptLifi ppt
Lifi ppt
 
Under water communication ppt
Under water communication ppt Under water communication ppt
Under water communication ppt
 
Underwater Wireless Communication
Underwater Wireless CommunicationUnderwater Wireless Communication
Underwater Wireless Communication
 
UNDER WATER ACOUSTIC COMMUNICATION
UNDER WATER ACOUSTIC COMMUNICATIONUNDER WATER ACOUSTIC COMMUNICATION
UNDER WATER ACOUSTIC COMMUNICATION
 

Similar to River monitoring through wireless sensor network

Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industries
eSAT Journals
 
Zigbee based water quality monitoring system using solar power
Zigbee based water quality monitoring system using solar powerZigbee based water quality monitoring system using solar power
Zigbee based water quality monitoring system using solar power
eSAT Journals
 
Review of smart sensor networks for environment monitoring
Review of smart sensor networks for environment monitoringReview of smart sensor networks for environment monitoring
Review of smart sensor networks for environment monitoring
eSAT Journals
 
Logic gate based automatic water level controller
Logic gate based automatic water level controllerLogic gate based automatic water level controller
Logic gate based automatic water level controller
eSAT Publishing House
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
eSAT Journals
 
Drip irrigation system using embedded systems an initiative of saving water
Drip irrigation system using embedded systems    an initiative of saving waterDrip irrigation system using embedded systems    an initiative of saving water
Drip irrigation system using embedded systems an initiative of saving water
eSAT Journals
 
IRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management System
IRJET Journal
 
Lab view study of electrical power distribution system
Lab view study of electrical power distribution systemLab view study of electrical power distribution system
Lab view study of electrical power distribution system
eSAT Publishing House
 
Micro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorsMicro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistors
eSAT Publishing House
 
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
 
Power Consumption Alert System
Power Consumption Alert SystemPower Consumption Alert System
Power Consumption Alert System
IRJET Journal
 
Intelligent Drip Irrigation System By MD RAHEL SK
Intelligent Drip Irrigation System By MD RAHEL SKIntelligent Drip Irrigation System By MD RAHEL SK
Intelligent Drip Irrigation System By MD RAHEL SK
MD RAHEL SK
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCU
IRJET Journal
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
eSAT Publishing House
 
Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...
IRJET Journal
 
Smart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOESmart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOE
IRJET Journal
 
Generalized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andGeneralized fryze control strategy for shunt and
Generalized fryze control strategy for shunt and
eSAT Publishing House
 
An intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyAn intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technology
eSAT Journals
 
Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...
eSAT Journals
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and ML
IRJET Journal
 

Similar to River monitoring through wireless sensor network (20)

Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industries
 
Zigbee based water quality monitoring system using solar power
Zigbee based water quality monitoring system using solar powerZigbee based water quality monitoring system using solar power
Zigbee based water quality monitoring system using solar power
 
Review of smart sensor networks for environment monitoring
Review of smart sensor networks for environment monitoringReview of smart sensor networks for environment monitoring
Review of smart sensor networks for environment monitoring
 
Logic gate based automatic water level controller
Logic gate based automatic water level controllerLogic gate based automatic water level controller
Logic gate based automatic water level controller
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
 
Drip irrigation system using embedded systems an initiative of saving water
Drip irrigation system using embedded systems    an initiative of saving waterDrip irrigation system using embedded systems    an initiative of saving water
Drip irrigation system using embedded systems an initiative of saving water
 
IRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management System
 
Lab view study of electrical power distribution system
Lab view study of electrical power distribution systemLab view study of electrical power distribution system
Lab view study of electrical power distribution system
 
Micro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorsMicro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistors
 
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...
 
Power Consumption Alert System
Power Consumption Alert SystemPower Consumption Alert System
Power Consumption Alert System
 
Intelligent Drip Irrigation System By MD RAHEL SK
Intelligent Drip Irrigation System By MD RAHEL SKIntelligent Drip Irrigation System By MD RAHEL SK
Intelligent Drip Irrigation System By MD RAHEL SK
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCU
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
 
Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...
 
Smart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOESmart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOE
 
Generalized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andGeneralized fryze control strategy for shunt and
Generalized fryze control strategy for shunt and
 
An intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyAn intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technology
 
Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and ML
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 

Recently uploaded (20)

IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 

River monitoring through wireless sensor network

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 223 RIVER MONITORING THROUGH WIRELESS SENSOR NETWORK Trusha R. Wagh1 , A.P.Rao2 1 Student department of E&TC, Jayawantrao Sawant college of Engg, Hadapsar, Pune, 411028, India 2 Faculty department of E&TC, Jayawantrao Sawant college of Engg, Hadapsar, Pune, 411028, India Abstract WSN system is the recent and cost effective system for monitoring and controlling the environmental applications. It is also a demanding task to use efficiently the energy harvesting system (EHS) technology for WSN. The system performs the measurements using integrated peripherals to process the measured data as well as to co-ordinate the data transport of the WSN to work. Basically River mote is a case study for designing a low cost hardware system architecture combining low-power mote and a highly efficient EHS architecture. The main requirement of this system is continuous operation using Energy Harvesting System. The work includes first the water level monitoring platform using only the ultra-sonic sensor and second the PH balance to know the toxicity present in water. This system provides a real-time guidance to those industry that depends on regional water quality conditions like industry, agriculture, aquatic life etc. Keywords: Energy Harvesting system (EHS), Zig-Bee module, Ultrasonic sensor, Ph sensor, Wireless sensor network (WSN). --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION The earth’s surface consists of 71 % of water in it. Water plays a very important role for all living being, but due to growing industries and technical life style the water is getting polluted by man. The environmental monitoring system ie the water monitoring system is hence a recent technology that helps to control water pollution. In previous days man himself had to check the pollutant contents as well as the level using handheld devices as shown in fig 1. WSN ie wireless sensor network thus helps to reduce the physical efforts to an automatic sytsem. WSN network typically consists of a high number of sensor nodes, also called motes, and of one or few gateway nodes. The gateway node is connected with a computer to access the data of the WSN. Each mote collects information about its environment using the attached sensors. This information is forwarded to gateway nodes in a multi-hop manner as shown in fig 2. 1.1 Previous System Fig-1: The Previous Methods for measuring Level and Ph balance The proposed system mainly consists of three parts:1) data monitoring,2) autonomous monitoring unit and 3) central processing units. The WSN system is thus suitable for the water bodies such as lakes, rivers, dams etc. The system explains the auto-monitoring of the water level and pH value present in an water body. The requirements on a WSN varies very much, because they are used in many different application areas, e.g. precision agriculture, environmental monitoring, structural health monitoring, industrial applications.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 224 Fig-2: Typical structure of a wireless sensor network. Usually, it is necessary to preprocess the measured data before it can be transmitted. A microcontroller is used to perform this task. Such a microcontroller provides a wide range of peripherals that are used for measuring the conversion tasks, e.g. analog to-digital converter (ADC), timer and digital IO. This reduces the amount of components needed and also the hardware costs. The main requirement of the system is very low power consumption. The motes are generally powered by batteries or energy harvesting systems (EHS) or both. But Batteries have to be replaced after a certain time , hence, the lifespan of a battery is limited. EHS uses energy harvesting devices (EHDs), e.g. solar cells or thermo generators, to harvest energy from the environment. If the EHS is well designed, it is possible to power the mote continuously. However, both solutions need a low power consumption of the mote. The needed processing power and the maximum allowed power consumption lead to a trade-off between these requirements. However, the specific requirements depend on the application area. The mote should be adapted to that application area.. The pic24FJ64GA002 microcontroller supports all these requirements. There are many different models with different peripherals. It also supports different power modes which can be used to minimize the overall power consumption. This topic shows the development of a mote for river monitoring using a pic24FJ64GA002 microcontroller. The mote is supplied by solar cells and ultra capacitors are used to store the energy for the night. The hardware is adapted to the given application area in order to get the best system performance and to reduce costs. 1.2. The Proposed System Fig-3: The proposed system The above fig 3 shows the proposed system of the topic, which consists of different checkpoints where the nodes are situated and the control structure where the control unit is located. The data is transferred from over all the respective nodes denoted as check point and it is monitored and controlled continuously at the control unit. Using this system will eliminate the manual errors and will provide the accurate values at the control unit.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 225 2. THE SYSTEM DESIGN Fig-4: System Block Diagram. 2.1 .Autonomous Monitoring unit 2.1.1 Energy Harvesting System The energy consumption is done using the Energy Harvesting System. The energy is consumed by using the solar panels, then this energy is stored using the Ultra capacitors. Energy is converted using voltage converter and then this voltage is given as input voltage for the microcontroller. Fig-5: Block Diagram of Energy Harvesting System 2.1.2 Ultrasonic Module For the water level monitoring Ultrasonic module WL705 are used they transmit waves to the surface under water then this wave strikes the surface and it is then reflected and thus we can calculate the level of water. The result is calculated by measuring the time difference between transmitted wave and the received wave. This information is given to the PIC microcontroller and the data is transmitted to the control unit. Water Level= Transmitted Wave – Received Wave
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 226 Fig- 6: Mounting of the ultrasonic sensor Fig-7: The ultrasonic sensor 2.1.3 Ph Sensor For checking the water quality pH sensor PHE 45P are used they check the presence of hydrogen moles present in water level and then the pH quality is checked. The information is given to the PIC microcontroller and is then transmitted to the control unit. The data sensed by the sensors is given to the Microcontroller circuit this data is transformed into the WSN nodes using 2.4GHz 802.15.4 transceiver module.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 227 Fig-8: The Ph sensor 2.2 Control Unit The data transmitted from the AMU is then received by control unit using 2.4GHz 802.15.4 transceiver module and this data is displayed on PC using VB software in the form of database.At the receiver side we actually get all the data collected by the Water level sensor and the pH sensor at the duration of every 15 min of the microcontroller timer. Thus the monitoring is done continuously and efficiently. 3. CIRCUITRY OF THE SYSTEM 3.1 Energy Harvesting System circuit Diagram Fig-9: Circuit Diagram of the EHS.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 228 3.2 Zigbee Module Connection Fig-10: Circuit Diagram of the zigbee Module. 3.3 Main Circuit Fig-11: Diagram of Hardware Connection
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 229 4. EXPEREMENTATION RESULT Fig-12: Result of the ultrasonic module Fig-13: Result in tabular form
  • 8. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 230 Fig-14: Result of the GUI output 5. CONCLUSION This work demonstrates the adaptability of a mote to a specific application area using the microcontroller. It shows low power design techniques. It also demonstrates the possibility to supply the mote continuously using an energy harvesting system and battery as the energy storage elements. This system uses MRF24FJ40MB which uses the MAC protocol. This system is not limited only for River monitoring , it can be build on Dams as well to check the water level. We can thus define the accurate results of pH balance and water level using this system. REFERENCES [1] George T. Karetsos, Theodore Kotsilieris “A mobile agent enabled wireless sensor network for river water monitoring” The Fourth International Conference on Wireless and Mobile Communications IEEE pp 346-351, 2008. [2] Peng Jiang , Hongbo Xia , Zhiye He and Zheming Wang “Design of a Water Environment Monitoring System Based on Wireless Sensor Networks” Sensors, vol.9, pp-6411-6434, 2009. [3] Jo Ueyama ,Danny Hughes, Ka Lok Man ,Sheng- Uei Guan “Applying a Multi-Paradigm Approach to Implementing Wireless Sensor Network Based River Monitoring” First ACIS International Symposium on Cryptography, and Network Security vol. 978-0-7695-4332-1/10 pp. 187-191, 2010. [4] Philipp Maria Glatz, Leander Bernd Hörmann, Christian Steger, Reinhold Weiss “Designing Perpetual Energy Harvesting Systems explained with River Mote: A Wireless Sensor Network Platform for River Monitoring” EJSE Special Issue: Wireless Sensor Networks and Practical Applications pp. 55-65,2010. [5] Abdulrahman Alkandari, Meshal alnasheet, Yousef Alabduljader , Samer M. Moein “Wireless Sensor Network (WSN) for Water Monitoring System: Case Study of Kuwait Beaches” The Society of Digital Information and Wireless Communications, pp. 709-717 2011. [6] Sabuj Das Gupta, Islam Md. Shahinur, Akond Anisul Haque, Amin Ruhul, Sudip Majumder “ Design and Implementation of Water Depth Measurement and Object Detection Model Using Ultrasonic Signal System” International Journal of
  • 9. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 231 Engineering Research and Development Volume 4, Issue 3), PP. 62-69, October 2012. [7] Leander B. H¨ormann, Philipp M. Glatz, Christian Steger, Reinhold Weiss “A Wireless Sensor Node For River Monitoring Using Msp430 R And Energy Harvesting” 2011 . [8] Panom Petchjatuporn, Wiwat Kiranon, Anatawat Kunakorn “A Solar-powered Battery Charger with Neural Network Maximum Power Point Tracking Implemented on a Low-Cost PIC-microcontroller” Faculty of Engineering, Mahanakorn University of Technology vol. 2394-525-778-185-8 2012. [9] Lívia C. Degrossi, Guilherme G. do Amaral, Eduardo S. M. deVasconcelos “Using Wireless Sensor Networks in the Sensor Web for Flood Monitoring in Brazil” Proceedings of the 10th International ISCRAM Conference – Baden-Baden, Germany, pp 458-462 2013. BIOGRAPHIES Trusha R Wagh, pursuing M.E in Electronics engineering(Digital Systems) from Jaywantrao Sawant College of Engineering, Pune, Maharashtra. India. Dr A.P.Rao, Professor at Electronics and Telecommunication Department at Jaywantrao Sawant College of engineering Pune, Maharashtra. India