SlideShare a Scribd company logo
2
Most read
4
Most read
Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks
IRJPEE
Monitoring and Maintenance of Highway Bridges Using
Wireless Sensor Networks
Vishal Chandankede
NIT Engineering College, Nagpur, India
Email: vishalwc@gmail.com
Usage of wireless sensor network increasing and becoming cost effective now days. Many real-
time applications using this network system. One of the example for such application is
monitoring a highway or railway bridges which plays an important role in transportation. Many
bridges in world collapse due to some internal and external factors, those factors must be
monitored in order to avoid this collapse. This paper proposes automatic bridge monitoring
system using wireless sensor networks. The proposed system consists of three sensors to
monitor the bridge condition continuously i.e. Accelerometer to detect the jerks in the bridge or
in pillar, flex sensor to detect the bend or orientation in the bridge, load cell to detect the overload
on the bridge. This data from the sensors will be processed by controller (PIC18) and is
transferred to the receiver node at the management center using the transmitter node at the
transmitter end whenever the fault occurred. CC2500 module is used as a wireless node in this
paper. At the receiver side raspberry pi is used to monitor the received data which can also store
the database in it. Through the GSM an alert message is also sent to the operator along with the
exact location where fault occurred in bridge. The proposed system can be used efficiently with
low cost.
Keywords: Accelerometer, flex sensor, load cell, wireless sensor node, alert system using raspberry pi.
INTRODUCTION
Transportation plays a major role in today’s life. In that
bridge is one of the important transportation infrastructure
for social and economic activities of country which has a
long river. There are five long rivers in Indonesia where a
long suspension bridges are used as transportation over
those rivers. The construction of such long bridges must be
very strong and structural health status monitoring for such
bridges is necessary. Bridges faces structural deficiency
because of overloading, ageing, bending and many other
improper maintenances. There are more than 89000
bridges are there in world, few of them are managed by
regional management, few of them are managed by
national management, rest of them are long span
suspension bridges.
The fact is these bridges are monitored manually for every
5 years by the management system. And few of them are
located in remote area where it is difficult to manage.
Because of this random inspection for every few years it is
difficult to get the bridge status in the required time. Due to
lack of continuous monitoring bridge may collapse. In order
to overcome this problem, it need a system which monitors
the bridge status continuously and gives the proper alert to
the operator at correct time.
At present, visual inspections are becoming most common
for the structural health monitoring of a bridge (Jivesh
Kumar and Ramansh Bajpai, 2012). These basic
techniques are failed to get the bridge safety because it’s
not providing the enough knowledge to avoid bridge
collapsing (Yang Wang et al., 2007). As the wireless sensor
networks are evolving now a day, they are becoming cost
effective and user friendly. Recent studies were developed
wireless sensor nodes and platforms for health monitoring
of a bridge (Bo Chen and Wenjia Liu, 2010). Among others,
used an RFID based wireless sensors for energy
International Research Journal of Power and Energy Engineering
Vol. 3(2), PP. 087-091, November, 2017. © www.premierpublishers.org, ISSN: 3254-1213x
Conference Paper
Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks
Chandankede V. 088
conservation during bridge monitoring system (Jerome P.
Lynch and Kenneth J. Loh, 2006). Also, cable-stayed
bridge status monitoring using smart sensor networks and
using deployment evaluation techniques are described in
(Shinae Jang et al., 2005). Latter system consists of
Development of a Prioritization Methodology for reducing
data cleansing (Jonathan Gokey et al., 2009). Also, other
system was developed which consist of micro-electro
mechanical systems, micro controllers, cloud monitoring
and fuzzy logic for data analyzing (Amro Al-Radaideh et al.,
2015).
Automatic bridge monitoring system using wireless sensor
network is proposed in order to replace the above-
mentioned systems. The system collects the data from
sensors and the status is collected by the controller and is
transferred to wireless node. This data at transmitter node
is sent to the receiver node and is analyzed by the
raspberry-pi. Analyzed data is sent to the management
center and an alert message is sent to the operator mobile
number.
The proposed system consists of three sensors to monitor
continuously for the bridge status, a PIC18 controller to
analyze the monitored data and a CC2500 node to transfer
the analyzed data to the receiver node at management
center. Raspberry pi also placed at receiver side to store
the database of bridge status and an appropriate alert is
sent to operator with exact location of fault occurred.
SYSTEM BUILDING BLOCKS
To design the wireless bridge monitoring system, it should
use cost effective components. The proposed system
consists of 3 main functional blocks.
a) Sensor Network Location and Wireless Transmission.
b) Intermediate Module.
c) Management Centre.
A. Sensor Network Location and Wireless
Transmission.
The wireless transmission system consists of 3 different
sensors i.e. Load cell, 3-axis accelerometer, flex sensor
which are interfaced with PIC18 microcontroller and the
CC-2500 RF module which is again interfaced with
controller. This entire setup will be mounted to bridge.
Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks
Int. Res. J. Power Energy Engin. 089
Whenever jerks occur in bridge due to over speed of
vehicle or because of improper construction or it may be
any other reason. At this moment the accelerometer will
sense the jerks and gives the acceleration values to the PIC
controller. In the same way bridge bending may also
happen due to structural defects. In this case flex sensor is
used to detect the bending. Also because of overload of a
vehicle, bridge may lose its stability. So, load cell is used to
detect the weight of a vehicle. These three values from 3
sensors are given to PIC ADC pins and transfers the data
to intermediate module through UART TX pin of controller
to the cc22500 RF module.
Fig 1: Sensor network and wireless transmission
B. Intermediate Module
CC-2500 receiver module which will be receiving the
continuous data sent by transmitter module. This received
data will be transferred to pi module which is already
interfaced with CC-2500 receiver module. Here this pi will
monitor or analyses the data and sends an alert to the
management center whenever parameters exceeds
threshold values.
A clear information about the error occurred will be sent to
management center by PI through LAN connection. In case
operator is not present at management center after few
time pi will send a SMS to operator’s mobile number along
with location of error occurred.
Fig 2: Intermediate Module
C. Management Centre.
The alert with complete error information will be sent by
Raspberry pi through LAN. The pop-up will appear on
computer screen in management center. Until operator
clicks OK button in pop-up, intermediate center won’t get
any acknowledgement from management center and it
send an SMS to operator mobile number.
FLOW CHART
The Sensor network location and wireless transmission
When model is powered up, sensor values are sent to ADC
pins of PIC controller. DC converts analog values of sensor
to digital and sends to CC2500 RF module through UART
TX pin of controller. When data exceeds the threshold
values the gate will be closed in either side of the bridge in
order to stop the vehicles.
B. Intermediate module
CC2500 receiver gets the data from transmitter and gives
the same values to raspberry pi. Whenever parameter
exceeds threshold values it sends an alert to the
management center using LAN connection. Once the
operator receives and opens the alert pop-up, it sends back
an acknowledgement to intermediate module. In the case
of no acknowledgement pi send an SMS to operator mobile
number using GSM.
Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks
Chandankede V. 088
C. Management center
Receives alert with all the details of fault and location of
fault. Sends back an acknowledgement when operator
open alert message and content will be stored in database.
CONCLUSION
This paper proposed a bridge monitoring system using a
wireless sensor network. The system uses a sensor
network for data collection and RF transceiver module for
communication link between the bridge and management
center. The obtained results were matched with acceptable
error and that did not change the status of the bridge. The
proposed system is low cost and easy to use compared
with other similar systems.
ACKNOWLEDGMENT
I would like to thank Associate Professor Mrs. Shubhangi
Borkar Department of Electronics and Communication
Engineering for her perpetual support to prepare for this
work.
REFERENCES
Amro Al-Radaideh1, A. R. Al-Ali1, Salwa Bheiry, Sameer
Alawnah1 (2015). A Wireless Sensor Network
Monitoring System for Highway Bridges. 1st
International Conference on Electrical and Information
Technologies.
Bo Chen and Wenjia Liu (2010). Mobile agent computing
paradigm for building a flexible structural health
monitoring sensor network. Computer-Aided Civil and
Infrastructure Engineering, vol. 25, pp. 504-516.
Jerome P. Lynch and Kenneth J. Loh (2006). A Summary
Review of Wireless Sensors and Sensor Networks for
Structural Health Monitoring,” The Shock and Vibration
Digest.
Jivesh Kumar and Ramansh Bajpai (2012). Application of
Mems in Bridge Structures Health Monitoring.
International Journal of Engineering and Innovative
Technology, vol. 2.
Jonathan Gokey, Nathaniel Klein, and Christopher Mackey
(2009). Development of a Prioritization Methodology for
Maintaining Virginia’s Bridge Infrastructure Systems.
National Bridge Inspection Standard. [Online]:
http://www.fhwa.dot.gov/bridge/nbis.htm, 2014.
Shinae Jang1*, Hongki Jo1, Soojin Cho2, Kirill Mechitov4,
Jennifer A. Rice3, Sung-Han Sim1, Hyung-Jo Jung2,
Chung-Bang Yun2, Billie F. Spencer, Jr.1 and Gul
Agha4 (2010). Structural health monitoring of a cable-
stayed bridge using smart sensor technology:
deployment and evaluation,” Smart Structures and
Systems, Vol. 6, No. 5-6; 439-459.
Vladimir vujovic, Nikola Davidvic, Branko perisic (2014).
Raspberry pi as internet of things hardware:
performances and constraints. conference paper
Whelan, M.J., Gangone, M.V, Janoyan, K.D., and Jha, R.
(2009). Real-Time wireless vibration monitoring for
operational modal analysis of an integral abutment
highway bridge. Engineering Structures 31(10), 2224-
2235.
Int. Res. J. Power Energy Engin. 091
Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks
Yang Wang, Jerome P Lynch, and Kincho H Law (2007).
A wireless structural health monitoring system with
multithreaded sensing devices: design and validation.
Structure and Infrastructure Engineering, vol. 3, pp.
103-120.
Accepted 23 October, 2017
Citation: Chandankede V (2017). Monitoring and
Maintenance of Highway Bridges Using Wireless Sensor
Networks. International Research Journal of Power and
Energy Engineering, 3(2): 087-091.
Copyright: © 2017. Chandankede V. This is an open-
access article distributed under the terms of the Creative
Commons Attribution License, which permits unrestricted
use, distribution, and reproduction in any medium,
provided the original author and source are cited.

More Related Content

PPTX
IOT and smart city in India
PPTX
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
PPT
VEHICLE TO VEHICLE WIRELESS COMMUNICATION
PPTX
Internet of vehicles
PPTX
Intelligent irrigation system.pptx [autosaved]
PPTX
Iot based garbage monitoring system
DOCX
Cara setting jaringan workgroup di windows xp
PDF
Iot for smart city
IOT and smart city in India
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
VEHICLE TO VEHICLE WIRELESS COMMUNICATION
Internet of vehicles
Intelligent irrigation system.pptx [autosaved]
Iot based garbage monitoring system
Cara setting jaringan workgroup di windows xp
Iot for smart city

What's hot (20)

PPTX
Vehicle to vehicle communication
PDF
Vehicle To Vehicle Communication System
PPTX
PPTX
Autonomous vehicles
PPTX
Vehicle tracking system using gps and gsm
PPTX
Vehicular ad hoc network - VANET
DOCX
Vehicle tracking Using GPS,GSM & ARM7
PPTX
Gps tracking system
PDF
Smart irrigation system
PPTX
Wi-Fi Architecture
PPTX
Introduction to VANET
PPTX
Internet of Vehicles (IoV)
PPTX
IoT Based Garbage Monitoring System ppt
PPTX
A thesis presentation on pothole detection
PPTX
Basic cellular system
PPTX
Smart Dustbin for Smart City
PPTX
automatic vehicle location
PPTX
VEHICLE TRACKING SYSTEM
PPTX
Green IoT Agriculture and HealthcareApplication (GAHA)
PDF
xVision: Sight Optimization
Vehicle to vehicle communication
Vehicle To Vehicle Communication System
Autonomous vehicles
Vehicle tracking system using gps and gsm
Vehicular ad hoc network - VANET
Vehicle tracking Using GPS,GSM & ARM7
Gps tracking system
Smart irrigation system
Wi-Fi Architecture
Introduction to VANET
Internet of Vehicles (IoV)
IoT Based Garbage Monitoring System ppt
A thesis presentation on pothole detection
Basic cellular system
Smart Dustbin for Smart City
automatic vehicle location
VEHICLE TRACKING SYSTEM
Green IoT Agriculture and HealthcareApplication (GAHA)
xVision: Sight Optimization
Ad

Similar to Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks (20)

PDF
Ijarcet vol-2-issue-4-1659-1662
PDF
IRJET - Asset Monitoring of Railroad Switch using IoT
PDF
IRJET - Bridge Monitoring System using IoT
PDF
WiMax technology set up a wireless elevator fault monitoring and alarm system...
PDF
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
PDF
Project report for railway security monotorin system
PDF
IRJET-Railway Track Security System
PPTX
The Railway safety management system using AI
PDF
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
DOC
TRAFFIC SIGNAL CONTROL USING IR SENSORS
PDF
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
PDF
IRJET- Automatic Gate Crossing and IoT based Train Track Crack Detection Syst...
PDF
IRJET- Automatic Detection of Crack Fault in Railway Track
PDF
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
DOCX
Embedded system for traffic light control
PDF
Train control system using can protocol
PDF
Esert the complete system design to make railway traffic effective, safer a...
PDF
POWER LINE COMMUNICATION FOR VEHICLE
PDF
IRJET- Railway Track Fault Detection System using Robot Car
Ijarcet vol-2-issue-4-1659-1662
IRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Bridge Monitoring System using IoT
WiMax technology set up a wireless elevator fault monitoring and alarm system...
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
Project report for railway security monotorin system
IRJET-Railway Track Security System
The Railway safety management system using AI
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
TRAFFIC SIGNAL CONTROL USING IR SENSORS
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
IRJET- Automatic Gate Crossing and IoT based Train Track Crack Detection Syst...
IRJET- Automatic Detection of Crack Fault in Railway Track
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
Embedded system for traffic light control
Train control system using can protocol
Esert the complete system design to make railway traffic effective, safer a...
POWER LINE COMMUNICATION FOR VEHICLE
IRJET- Railway Track Fault Detection System using Robot Car
Ad

More from Premier Publishers (20)

PDF
Evaluation of Agro-morphological Performances of Hybrid Varieties of Chili Pe...
PDF
An Empirical Approach for the Variation in Capital Market Price Changes
PDF
Influence of Nitrogen and Spacing on Growth and Yield of Chia (Salvia hispani...
PDF
Enhancing Social Capital During the Pandemic: A Case of the Rural Women in Bu...
PDF
Impact of Provision of Litigation Supports through Forensic Investigations on...
PDF
Improving the Efficiency of Ratio Estimators by Calibration Weightings
PDF
Urban Liveability in the Context of Sustainable Development: A Perspective fr...
PDF
Transcript Level of Genes Involved in “Rebaudioside A” Biosynthesis Pathway u...
PDF
Multivariate Analysis of Tea (Camellia sinensis (L.) O. Kuntze) Clones on Mor...
PDF
Causes, Consequences and Remedies of Juvenile Delinquency in the Context of S...
PDF
The Knowledge of and Attitude to and Beliefs about Causes and Treatments of M...
PDF
Effect of Phosphorus and Zinc on the Growth, Nodulation and Yield of Soybean ...
PDF
Influence of Harvest Stage on Yield and Yield Components of Orange Fleshed Sw...
PDF
Performance evaluation of upland rice (Oryza sativa L.) and variability study...
PDF
Response of Hot Pepper (Capsicum Annuum L.) to Deficit Irrigation in Bennatse...
PDF
Harnessing the Power of Agricultural Waste: A Study of Sabo Market, Ikorodu, ...
PDF
Influence of Conferences and Job Rotation on Job Productivity of Library Staf...
PDF
Scanning Electron Microscopic Structure and Composition of Urinary Calculi of...
PDF
Gentrification and its Effects on Minority Communities – A Comparative Case S...
PDF
Oil and Fatty Acid Composition Analysis of Ethiopian Mustard (Brasicacarinata...
Evaluation of Agro-morphological Performances of Hybrid Varieties of Chili Pe...
An Empirical Approach for the Variation in Capital Market Price Changes
Influence of Nitrogen and Spacing on Growth and Yield of Chia (Salvia hispani...
Enhancing Social Capital During the Pandemic: A Case of the Rural Women in Bu...
Impact of Provision of Litigation Supports through Forensic Investigations on...
Improving the Efficiency of Ratio Estimators by Calibration Weightings
Urban Liveability in the Context of Sustainable Development: A Perspective fr...
Transcript Level of Genes Involved in “Rebaudioside A” Biosynthesis Pathway u...
Multivariate Analysis of Tea (Camellia sinensis (L.) O. Kuntze) Clones on Mor...
Causes, Consequences and Remedies of Juvenile Delinquency in the Context of S...
The Knowledge of and Attitude to and Beliefs about Causes and Treatments of M...
Effect of Phosphorus and Zinc on the Growth, Nodulation and Yield of Soybean ...
Influence of Harvest Stage on Yield and Yield Components of Orange Fleshed Sw...
Performance evaluation of upland rice (Oryza sativa L.) and variability study...
Response of Hot Pepper (Capsicum Annuum L.) to Deficit Irrigation in Bennatse...
Harnessing the Power of Agricultural Waste: A Study of Sabo Market, Ikorodu, ...
Influence of Conferences and Job Rotation on Job Productivity of Library Staf...
Scanning Electron Microscopic Structure and Composition of Urinary Calculi of...
Gentrification and its Effects on Minority Communities – A Comparative Case S...
Oil and Fatty Acid Composition Analysis of Ethiopian Mustard (Brasicacarinata...

Recently uploaded (20)

PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Institutional Correction lecture only . . .
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
GDM (1) (1).pptx small presentation for students
Final Presentation General Medicine 03-08-2024.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
A systematic review of self-coping strategies used by university students to ...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Cell Types and Its function , kingdom of life
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Cell Structure & Organelles in detailed.
FourierSeries-QuestionsWithAnswers(Part-A).pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
VCE English Exam - Section C Student Revision Booklet
Institutional Correction lecture only . . .
human mycosis Human fungal infections are called human mycosis..pptx
Module 4: Burden of Disease Tutorial Slides S2 2025

Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks

  • 1. Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks IRJPEE Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks Vishal Chandankede NIT Engineering College, Nagpur, India Email: vishalwc@gmail.com Usage of wireless sensor network increasing and becoming cost effective now days. Many real- time applications using this network system. One of the example for such application is monitoring a highway or railway bridges which plays an important role in transportation. Many bridges in world collapse due to some internal and external factors, those factors must be monitored in order to avoid this collapse. This paper proposes automatic bridge monitoring system using wireless sensor networks. The proposed system consists of three sensors to monitor the bridge condition continuously i.e. Accelerometer to detect the jerks in the bridge or in pillar, flex sensor to detect the bend or orientation in the bridge, load cell to detect the overload on the bridge. This data from the sensors will be processed by controller (PIC18) and is transferred to the receiver node at the management center using the transmitter node at the transmitter end whenever the fault occurred. CC2500 module is used as a wireless node in this paper. At the receiver side raspberry pi is used to monitor the received data which can also store the database in it. Through the GSM an alert message is also sent to the operator along with the exact location where fault occurred in bridge. The proposed system can be used efficiently with low cost. Keywords: Accelerometer, flex sensor, load cell, wireless sensor node, alert system using raspberry pi. INTRODUCTION Transportation plays a major role in today’s life. In that bridge is one of the important transportation infrastructure for social and economic activities of country which has a long river. There are five long rivers in Indonesia where a long suspension bridges are used as transportation over those rivers. The construction of such long bridges must be very strong and structural health status monitoring for such bridges is necessary. Bridges faces structural deficiency because of overloading, ageing, bending and many other improper maintenances. There are more than 89000 bridges are there in world, few of them are managed by regional management, few of them are managed by national management, rest of them are long span suspension bridges. The fact is these bridges are monitored manually for every 5 years by the management system. And few of them are located in remote area where it is difficult to manage. Because of this random inspection for every few years it is difficult to get the bridge status in the required time. Due to lack of continuous monitoring bridge may collapse. In order to overcome this problem, it need a system which monitors the bridge status continuously and gives the proper alert to the operator at correct time. At present, visual inspections are becoming most common for the structural health monitoring of a bridge (Jivesh Kumar and Ramansh Bajpai, 2012). These basic techniques are failed to get the bridge safety because it’s not providing the enough knowledge to avoid bridge collapsing (Yang Wang et al., 2007). As the wireless sensor networks are evolving now a day, they are becoming cost effective and user friendly. Recent studies were developed wireless sensor nodes and platforms for health monitoring of a bridge (Bo Chen and Wenjia Liu, 2010). Among others, used an RFID based wireless sensors for energy International Research Journal of Power and Energy Engineering Vol. 3(2), PP. 087-091, November, 2017. © www.premierpublishers.org, ISSN: 3254-1213x Conference Paper
  • 2. Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks Chandankede V. 088 conservation during bridge monitoring system (Jerome P. Lynch and Kenneth J. Loh, 2006). Also, cable-stayed bridge status monitoring using smart sensor networks and using deployment evaluation techniques are described in (Shinae Jang et al., 2005). Latter system consists of Development of a Prioritization Methodology for reducing data cleansing (Jonathan Gokey et al., 2009). Also, other system was developed which consist of micro-electro mechanical systems, micro controllers, cloud monitoring and fuzzy logic for data analyzing (Amro Al-Radaideh et al., 2015). Automatic bridge monitoring system using wireless sensor network is proposed in order to replace the above- mentioned systems. The system collects the data from sensors and the status is collected by the controller and is transferred to wireless node. This data at transmitter node is sent to the receiver node and is analyzed by the raspberry-pi. Analyzed data is sent to the management center and an alert message is sent to the operator mobile number. The proposed system consists of three sensors to monitor continuously for the bridge status, a PIC18 controller to analyze the monitored data and a CC2500 node to transfer the analyzed data to the receiver node at management center. Raspberry pi also placed at receiver side to store the database of bridge status and an appropriate alert is sent to operator with exact location of fault occurred. SYSTEM BUILDING BLOCKS To design the wireless bridge monitoring system, it should use cost effective components. The proposed system consists of 3 main functional blocks. a) Sensor Network Location and Wireless Transmission. b) Intermediate Module. c) Management Centre. A. Sensor Network Location and Wireless Transmission. The wireless transmission system consists of 3 different sensors i.e. Load cell, 3-axis accelerometer, flex sensor which are interfaced with PIC18 microcontroller and the CC-2500 RF module which is again interfaced with controller. This entire setup will be mounted to bridge.
  • 3. Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks Int. Res. J. Power Energy Engin. 089 Whenever jerks occur in bridge due to over speed of vehicle or because of improper construction or it may be any other reason. At this moment the accelerometer will sense the jerks and gives the acceleration values to the PIC controller. In the same way bridge bending may also happen due to structural defects. In this case flex sensor is used to detect the bending. Also because of overload of a vehicle, bridge may lose its stability. So, load cell is used to detect the weight of a vehicle. These three values from 3 sensors are given to PIC ADC pins and transfers the data to intermediate module through UART TX pin of controller to the cc22500 RF module. Fig 1: Sensor network and wireless transmission B. Intermediate Module CC-2500 receiver module which will be receiving the continuous data sent by transmitter module. This received data will be transferred to pi module which is already interfaced with CC-2500 receiver module. Here this pi will monitor or analyses the data and sends an alert to the management center whenever parameters exceeds threshold values. A clear information about the error occurred will be sent to management center by PI through LAN connection. In case operator is not present at management center after few time pi will send a SMS to operator’s mobile number along with location of error occurred. Fig 2: Intermediate Module C. Management Centre. The alert with complete error information will be sent by Raspberry pi through LAN. The pop-up will appear on computer screen in management center. Until operator clicks OK button in pop-up, intermediate center won’t get any acknowledgement from management center and it send an SMS to operator mobile number. FLOW CHART The Sensor network location and wireless transmission When model is powered up, sensor values are sent to ADC pins of PIC controller. DC converts analog values of sensor to digital and sends to CC2500 RF module through UART TX pin of controller. When data exceeds the threshold values the gate will be closed in either side of the bridge in order to stop the vehicles. B. Intermediate module CC2500 receiver gets the data from transmitter and gives the same values to raspberry pi. Whenever parameter exceeds threshold values it sends an alert to the management center using LAN connection. Once the operator receives and opens the alert pop-up, it sends back an acknowledgement to intermediate module. In the case of no acknowledgement pi send an SMS to operator mobile number using GSM.
  • 4. Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks Chandankede V. 088 C. Management center Receives alert with all the details of fault and location of fault. Sends back an acknowledgement when operator open alert message and content will be stored in database. CONCLUSION This paper proposed a bridge monitoring system using a wireless sensor network. The system uses a sensor network for data collection and RF transceiver module for communication link between the bridge and management center. The obtained results were matched with acceptable error and that did not change the status of the bridge. The proposed system is low cost and easy to use compared with other similar systems. ACKNOWLEDGMENT I would like to thank Associate Professor Mrs. Shubhangi Borkar Department of Electronics and Communication Engineering for her perpetual support to prepare for this work. REFERENCES Amro Al-Radaideh1, A. R. Al-Ali1, Salwa Bheiry, Sameer Alawnah1 (2015). A Wireless Sensor Network Monitoring System for Highway Bridges. 1st International Conference on Electrical and Information Technologies. Bo Chen and Wenjia Liu (2010). Mobile agent computing paradigm for building a flexible structural health monitoring sensor network. Computer-Aided Civil and Infrastructure Engineering, vol. 25, pp. 504-516. Jerome P. Lynch and Kenneth J. Loh (2006). A Summary Review of Wireless Sensors and Sensor Networks for Structural Health Monitoring,” The Shock and Vibration Digest. Jivesh Kumar and Ramansh Bajpai (2012). Application of Mems in Bridge Structures Health Monitoring. International Journal of Engineering and Innovative Technology, vol. 2. Jonathan Gokey, Nathaniel Klein, and Christopher Mackey (2009). Development of a Prioritization Methodology for Maintaining Virginia’s Bridge Infrastructure Systems. National Bridge Inspection Standard. [Online]: http://www.fhwa.dot.gov/bridge/nbis.htm, 2014. Shinae Jang1*, Hongki Jo1, Soojin Cho2, Kirill Mechitov4, Jennifer A. Rice3, Sung-Han Sim1, Hyung-Jo Jung2, Chung-Bang Yun2, Billie F. Spencer, Jr.1 and Gul Agha4 (2010). Structural health monitoring of a cable- stayed bridge using smart sensor technology: deployment and evaluation,” Smart Structures and Systems, Vol. 6, No. 5-6; 439-459. Vladimir vujovic, Nikola Davidvic, Branko perisic (2014). Raspberry pi as internet of things hardware: performances and constraints. conference paper Whelan, M.J., Gangone, M.V, Janoyan, K.D., and Jha, R. (2009). Real-Time wireless vibration monitoring for operational modal analysis of an integral abutment highway bridge. Engineering Structures 31(10), 2224- 2235. Int. Res. J. Power Energy Engin. 091
  • 5. Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks Yang Wang, Jerome P Lynch, and Kincho H Law (2007). A wireless structural health monitoring system with multithreaded sensing devices: design and validation. Structure and Infrastructure Engineering, vol. 3, pp. 103-120. Accepted 23 October, 2017 Citation: Chandankede V (2017). Monitoring and Maintenance of Highway Bridges Using Wireless Sensor Networks. International Research Journal of Power and Energy Engineering, 3(2): 087-091. Copyright: © 2017. Chandankede V. This is an open- access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are cited.