SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 82-87
www.iosrjournals.org
www.iosrjournals.org 82 | Page
Integrated Mine Safety Monitoring and Alerting System Using
Zigbee & Can Bus
T.Asesh Kumar1 ,
K.Sambasiva Rao2
1
PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala, A.P, India.
2
Assistant Professor, Dept. of ECE, Chirala Engineering College, Chirala, A.P, India.
Abstract: With continuous enlarging of exploiting areas and extension of depth in coal mine, many laneways
become monitoring blind areas, where are lots of hidden dangers. Moreover, it is inconvenient to lay cables
which are expensive and consume time. In order to solve the problems, we designed a coal mine safety
monitoring system based on wireless sensor network, which can improve the level of monitoring production
safety and reduce accident in the coal mine. Zigbee technology provides a direction for scientists who commit to
solve the safety monitoring problems of coal mine. In this Paper we use CAN Bus along with Zigbee technology
to reduce the cost and increase improve the speed of communication between base station and sync nodes.
Keywords: Zigbee, Mine Safety, CAN
I. Introduction
The safe production level of coal mine is still low, especially in recent years, disasters of coal mine
occur frequently, which lead to great loss of possession and life, the safety problems of coal mine has gradually
become to the focus that the nation and society concern on.
At present, coal mine personnel positioning system and gas detection system are two independent
systems. Basically gas detection has two kinds of methods, using portable detector and putting gas sensor
detection at fixed position. Personnel positioning system mainly adopts passive RF card system based on 915
MHz RFID, and its reading and writing distance is no more than 10 m. This positioning just uses the fixed
position of the reader to mark the location of tags, so it could not realize the real distance measurement [1]. The
integrated mine safety monitor system using ZigBee and CAN technology, combines the personnel positioning
system with the gas detection system to achieve the staff attendance, distance measurement positioning [2], gas
detection and other functions. Meanwhile, the gas detection of this system can detect everywhere of the mine,
and can achieve real-time monitoring. So, using this system the dangerous situation can be found at the first
time, and thus the safety of mine production would be guaranteed.
The disasters of coal mine happening are due to the complexity of mine environment and the variety of
work condition of coal mine, so it is very necessary to monitor mine working environment. The various
environmental parameters of mine safety monitoring and controlling system, such as methane,
carbon monoxide, temperature, oxygen and so on, are currently using the traditional cable transmission. Thus
truly mine methane, carbon monoxide gas accumulation area mechanized mining face, such as the dead gob
cable security parameters cannot be monitored, so they cannot predict the alarm. A variety of products for the
current diversity of coal mine safety and underground coal mining process variability space, mine safety
wireless network should be compatible with existing mine safety system with data transmission functions, has
good flexibility, scalability, self- set of network capabilities. As the mine has its own special applications require
a simple sensor network protocols, network easy, self-organization, self-healing ability.
Zigbee is a wireless communications technology, with a short distance, safe and reliable, you can use
Zigbee technology to collect the various parameters of the terminal transmitted to the sensor on the tunnel
gateway, and then use a wired data transmission to the gateway on the ground central control computer, by
computer analysis and comparison of the data in order to assess the security situation in the Mine. To achieve
the target location underground, environmental and other parameters of the remote collection, can provide
scientific basis for relief. Underground mine environment, the complexity of the power consumption,
interference immunity and so have more stringent requirements.
In [8], an agent-based wireless local positioning system with ZigBee technology is proposed, mainly
for factory level applications. In the work presented here, Digi made ZIGBEE24 product is used here for
transmitting and receiving data wirelessly.
II. The Mine Safety System-Model
The developed system can be divided into two sections. First is a hardware circuit that will be attached
with the body of the mine workers. This may be preferably fitted with the safety helmet of the workers also.
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
www.iosrjournals.org 83 | Page
The circuit has a sensor module consisting of some MEMS based sensors that measures real-time underground
parameters like temperature, humidity and gas concentration.
Gas concentration is meant for the harmful gases like methane and carbon-monoxide. A microcontroller is used
with the sensors to receive the sensor outputs and to take the necessary decision.
Once temperature is more than the safety level preprogrammed at microcontroller, it decodes beep alarms
through the headset speaker connected with controller as shown in Fig. 1. Again, once the measured humidity
value is more than the safety level preprogrammed at microcontroller, it decodes different type of beep alarms.
Figure 1 An Example of Mine Safety System
Similarly when gas concentration crosses the safety level, microcontroller decodes siren alarms. In all such
cases, this will send an alarm through an urgent message and alarm sound to the ground control terminal through
zigbee.
For the voice CODEC the low size, low power,CMX639 is used which is a continuously variable slope
delta modulation (CVSD) digital voice communication systems. With its robust and selectable coding
algorithms, 8kbps to 128kbps data/sampling rates, supported internal clock signals makes it versatile [1].
It has analog input interface with encoder that connects the microphone and microcontroller and also an analog
output interface with decoder that connects speaker/headset and microcontroller. Communication through these
encoding and decoding of voice and alarm signals is effectively established with the help of microcontroller.
Figure 2 Zigbee Transmission Reception Pattern
The microcontroller data is transmitted through two separate boards i.e. ZigBee transmission module to the data
collector or receiver module. The microcontroller used here is PIC 16F877A with 20MHz operating
frequency. It has five I/O ports, eight A/D input channels and 368 bytes data memory. As shown in Fig. 2, the
data receiving terminal of Zigbee XB_RX and data transmitting terminal XB_TX are cross connected to the
microcontroller corresponding transmitter and receiver terminals TxD and RxD respectively. No extra
component like MAX 232 and MAX233 is required between these connections.
This is the advantage of PIC 16F877A .If the structure of UART (Universal Asynchronous Receiver
Transmitter) system is completed, sending and receiving signal is possible using ZigBee, after installing
necessary software. The RESET pin of Zigbee is used to provide an optional reset facility of user through a reset
button. A transistor is used for this purpose.
The Zigbee Modules used in the interfacing boards, are engineered to meet IEEE 802.15.4 standards. It
is low-cost, low-power, reliable 20 pin device that operates within the ISM 2.4 GHz frequency band. It has 30 to
100 metre data transmission capability with rate of 250,000 bps. Zigbee modules operate in five modes. When
not receiving or transmitting data, the RF module is in Idle Mode. The RF module shifts into the other modes of
operation under various conditions.
In transmit mode serial data is received in the DI (data in) buffer and the data is stored in the DI Buffer
until it can be processed. When the DI buffer is 17 bytes away from being full, by default, the module de-
asserts CTS (high) to signal to the host device to stop sending data (as shown in Fig. 2). CTS is re-asserted after
the DI Buffer has 34 bytes of memory available. Smaller size data or low baud rate can be selected to avoid this
state of overflow. In receive mode valid RF data is received through the antenna. When RF data is received, the
data enters the DO (data out) buffer and is sent out the serial port to a host device. Once the DO buffer reaches
capacity, any additional incoming RF data is lost. If RTS (hardware flow control) is enabled for flow control,
data will not be sent out the DO buffer as long as RTS is de-asserted. Sleep Modes enable the RF module to
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
www.iosrjournals.org 84 | Page
enter states of low- power consumption when not in use i.e. not transmitting/receiving data for the amount of
time predefined by the ST (Time before Sleep) parameter. To modify or read RF Module parameters, the
module must first enter into Command Mode - a state in which incoming characters are interpreted as
commands. The programming requires the installation of X-CTU software and a serial connection to a PC. The
detail of the software is given in the next section. When communication occurs between two networked devices,
each data packet contains a „Source Address‟ and a „Destination Address‟ field.
CAN Architecture:
CAN was first developed by Robert Bosch GmbH, in 1986 when they were requested to develop a
communication system between three ECUs (electronic control units) in vehicles by Mercedes. They found that
an UART is no longer suitable in this situation because it is used in point-to-point communication. The need for
a multi-master communication system became imperative. The first CAN silicon was then fabricated in 1987 by
Intel.
CAN standards:
The original specification is the Bosch specification. Version 2.0 of this specification is divided into
two parts:
Standard CAN (Version 2.0A): Uses 11 bit identifiers.
Extended CAN (Version 2.0B): Uses 29 bit identifiers.
The two parts define different formats of the message frame, with the main difference being the identifier
length. There are two ISO standards for the difference is in the physical layer, where ISO 11898 handles high
speed applications up to 1Mbit/second. ISO 11519 has an upper limit of 125kbit/second.
Format of a CAN message:
In a CAN system, data is transmitted and received using Message Frames. Message Frames carry data from a
transmitting node to one, or more, receiving nodes.
The CAN protocol supports two Message Frame formats. The two formats are:
- Standard CAN (Version 2.0A)
- Extended CAN (Version 2.0B)
Most 2.0A controllers transmit and receive only Standard format messages, although some (known as 2.0B
passive) will receive extended format messages but then ignore them. 2.0B controllers can send and receive
messages in both formats.
CAN 2.0A Format:
A Standard CAN (Version 2.0A) Message Frame consists of seven different bit fields:
- A Start of Frame (SOF) field. This is a dominant (logic 0) bit that indicates the beginning of a message frame.
- An Arbitration field, containing an 11 bit message identifier and the Remote Transmission Request (RTR) bit.
A dominant (logic 0), RTR bit indicates that the message is a Data Frame. A recessive (logic 1) value indicates
that the message is a Remote Transmission Request (otherwise known as Remote Frame.) A Remote Frame is a
request by one node for data from some other node on the bus. Remote Frames do not contain a Data Field.
Figure 3 CAN Message Format
III. Hardware Implementation
ZigBee wireless sensor nodes mainly consist the sensor unit, signal conditioning circuitry,
microcontroller (MCU), RF modules MC13193, timers, memory and power management module and other
components shown in Fig.4.
Micro-controller is responsible for collecting environmental information (such as temperature,
carbon monoxide, methane, wind speed, etc.) and do some data conversion, responsible for controlling and
managing the entire nodes; RF module MC13193 is responsible for the communication between nodes by a
certain protocol ; the power module provides the necessary power for the nodes separately to run the various
parts.
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
www.iosrjournals.org 85 | Page
Sensor nodes are the basis unit of wireless sensor network; node stable running ensures the reliability of the
whole network. Sensor node is comprised of data acquisition module, data processing module, wireless
communication module, alarm module and the power module.
Node hardware connection is shown in Fig.4. The data acquisition module is used for sensing,
collecting information and converting to digital signals. According to the need for monitoring parameters of coal
mine, the processor module is connected to gas sensor, pressure sensor, temperature sensor, and other kinds of
sensor module, which is in charge of processing the data and coordinating the whole system.
Figure 4 Microcontroller at Mobile Mode
Figure 5 Sync Node and base station
The wireless communication module is mainly responsible for communicating with other nodes. In addition, the
energy problem is the key problem, because once nodes exhaust the energy of the battery, which will drop out of
the wireless sensor network, so power consumption of the wireless sensor network should be low as far as
possible. Fig. 4 & Fig. 5 Shows the Block diagrams of the Present work.
Control Logic:
The control logic block controls the setup and operation of the MCP2515 by interfacing to the other
blocks in order to pass information and control. Interrupt pins are provided to allow greater system flexibility.
There is one multi-purpose interrupt pin (as well as specific interrupt pins) for each of the receive registers that
can be used to indicate a valid message has been received and loaded into one of the receive buffers. Use of the
specific interrupt pins is optional. The general purpose interrupt pin, as well as status registers (accessed via the
SPI interface), can also be used to determine when a valid message has been received. Additionally, there are
three pins available to initiate immediate transmission of a message that has been loaded into one of the three
transmit registers. Use of these pins is optional, as initiating message transmissions can also be accomplished by
utilizing control registers, accessed via the SPI interface.
CAN Protocol Engine:
The CAN protocol engine combines several functional blocks, shown in Fig 6 and described below.
Figure 6 CAN Protocol Engine
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
www.iosrjournals.org 86 | Page
IV. Implementation Software
The communication between the sensor nodes and the network coordinator is explained to introduce
the flow of communication between the ZigBee modules. Before making communication, ZigBee module need
effective initialization, The initialization process between ZigBee sensor nodes and the network coordinator
shown in Figure 4. During initialization, the network coordinator issues a active signaling request to connect the
sensor nodes.
After the sensor nodes successfully receive and verify a data frame and MAC command frames. Return
Acknowledgment frame to the sink node, the sensor node‟s ZigBee module is in sleep mode. After
initialization, ZigBee module information processing as shown in Figure 4, the network coordinator is from the
working mode to waiting for connection request signaling for the response of the sensor node, and on the regular
time, the sensor nodes take the initiative request to connect the network coordinator and report the
detected security information inside the mine to the network coordinator.
The communication between sensor nodes and sink nodes, and exchange between sink nodes and
networks coordination are similar. Software design mainly programmed with C language combining Lab view is
responsible for the collected data display, analysis and storage etc.
Figure 7 Operation Flow for Initialization of Zigbee
V. Conclusions
In This paper, the implementation of integrated mine Safety monitor system is explained. The system
is composed of PC monitors, sink nodes, base station nodes and mobile nodes. This mine safety monitoring
system based on wireless sensor networks, and hardware and software design of wireless sensor network
are described in detail, this system can detect concentration of the gas, temperature, humidity, wind speed and
trace the location of miners in underground mine tunnels. Wireless sensor networks applied in monitoring coal
mine security breaks through the traditional methods and ideas, which improves the practical ability and
flexibility of monitoring system. This system not only can monitor all kinds of parameters under the coal mine,
but also can alarm automatically when environment parameters are abnormal to exceed the limitation, which
help improve the level of monitoring safety production and reduce accident in the coal mine.
Traditional mine security system can be effectively replaced by the surveillance and safety system
proposed in the paper. This system is an open system, and it allows developing other applications on it. It
provides much spatial gas concentration data with the timestamp for follow-up gas prediction research.
Figure 8 Designed Mine safety system prototype
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
www.iosrjournals.org 87 | Page
Figure 9 Results Monitored at Base Station PC
Acknowledgements
The authors would like to thank the anonymous reviewers for their comments which were very helpful
in improving the quality and presentation of this paper.
References:
[1] Sumi M, Ebrahim A. Soujeri, Rahim Rajan, Harikrishnan A. I, “Design of a zigbee-based RFID network for industry applications”,
proceedings of the 2nd international conference on Security of information and networks, 2009, pp. 111-116.
[2] Satoshi Takahashi, Jeffrey Wong, Masakazu Miyamae, Tsutomu Terada, Haruo Noma, Tomoji Toriyama, Kiyoshi Kogure, Shojiro
Nishio, “A ZigBee-based sensor node for tracking people's locations”, proceedings of the 2nd ACM international conference on
Context-awareness for selfmanaging systems, 2008, pp. 34-38.
[3] Sharly Joana Halder, Tae Young Choi, Jin Hyung Park, Sung Hun Kang, Sin Woo Park, Joon Goo Park, “Enhanced ranging using
adaptive filter of ZIGBEE RSSI and LQI measurement”, Proceedings of the 10th International Conference on Information
Integration and Web-based Applications & Services, 2008, pp. 367-373.
[4] Yu Hai-bin, Zeng Pengo Intelligent Wireless Sensor Network Systems [M). Beijing: Science Press, 2006.
[5] Zigbee Standards Organization, Zigbee Specification, Zigbee Document 053474r17, January 17, 2008.
[6] S. Wei, L. Li-li, “Multi-parameter Monitoring System for Coal Mine based on Wireless Sensor Network Technology”, Proc.
international IEEE Conference on Industrial Mechatronics and Automation, pp 225-27, 2009.
[7] N. Chaamwe, W. Liu, H. Jiang, “Seismic Monitoring in Underground Mines: A case of Mufulira Mine in Zambia Using wireless
Sensor Networks for Seismic Monitoring”, Proc. IEEE international Conference on Electronics and Information Engineering, vol.
1(V1), pp 310-14, 2010.
[8] Qiao Ying-xu, Design of Wireless Sensor Networks Node Based OnTinyOS Operating System.The 3th International Conference
on Computer Science and Education[C] 2008.7 1201-1204
[9] Jilin Li, "Status and Development Trend of Coal Mine Safety Monitoring System", Journal, Coal Technology, Harbin, 2008(l1),pp.
4- 5.
[10] Stefano Tennina, Marco Di Renzo, Fabio Graziosi, Fortunato Santucci, “Locating zigbee nodes using the tis cc2431 location
engine: a testbed platform and new solutions for positioning estimation of wsns in dynamic indoor environments”, Proceedings of
the first ACM international workshop on Mobile entity localization and tracking in GPS-less environments, 2008, pp. 37-42.
Authors Profile:
T.ASESH KUMAR is Pursuing his M. Tech from
Chirala Engineering College, Chirala in the department of Electronics & Communications
Engineering (ECE) with specialization in VLSI & Embedded systems.
K.SAMBASIVA RAO is working as an Assistant Professor in the department of Electronics
& Communication Engineering in Chirala Engineering College,Chirala. He has 2 years of
teaching experience.

Más contenido relacionado

La actualidad más candente

Wireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 pptWireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 pptVarun B P
 
INTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSINTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSARUN P S
 
Iot based smart helmet used in mining industry
Iot based smart helmet used in mining industryIot based smart helmet used in mining industry
Iot based smart helmet used in mining industryarrss arf
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET Journal
 
Realtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreRealtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreBhushan Deore
 
Sms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial AreaSms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial AreaIRJET Journal
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeTELKOMNIKA JOURNAL
 
wind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringwind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringPrasanna Nataraj
 
Temperature and Mask Scan Entry System
Temperature and Mask Scan Entry SystemTemperature and Mask Scan Entry System
Temperature and Mask Scan Entry SystemAbdullah Moin
 
Security Robot
Security RobotSecurity Robot
Security Robotdiego5wh
 
Wireless home security system
Wireless home security systemWireless home security system
Wireless home security systemInfort Technology
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robotVarun B P
 
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...IRJET Journal
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV CameraIRJET Journal
 
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...ijesajournal
 
IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...
IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...
IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...IRJET Journal
 
fire detection system
fire detection systemfire detection system
fire detection systemShaik Suhail
 
SMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYSMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYMUKESH BADIGINENI
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 

La actualidad más candente (20)

Wireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 pptWireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 ppt
 
INTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSINTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERS
 
Iot based smart helmet used in mining industry
Iot based smart helmet used in mining industryIot based smart helmet used in mining industry
Iot based smart helmet used in mining industry
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
 
Realtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreRealtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultre
 
Sms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial AreaSms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial Area
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
 
wind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringwind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filtering
 
Temperature and Mask Scan Entry System
Temperature and Mask Scan Entry SystemTemperature and Mask Scan Entry System
Temperature and Mask Scan Entry System
 
Home security system
Home security systemHome security system
Home security system
 
Security Robot
Security RobotSecurity Robot
Security Robot
 
Wireless home security system
Wireless home security systemWireless home security system
Wireless home security system
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robot
 
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV Camera
 
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
 
IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...
IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...
IRJET- Wireless Gas Leak Detection and Localization for Remote Vehicles using...
 
fire detection system
fire detection systemfire detection system
fire detection system
 
SMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYSMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGY
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 

Destacado

transformable_robot
transformable_robottransformable_robot
transformable_robotNishant Horo
 
Electronic gas booking system in .NET
Electronic gas booking system in .NETElectronic gas booking system in .NET
Electronic gas booking system in .NETRanojit Banerjee
 
Mine Tech Seminar '10 - Gist of Papers
Mine Tech Seminar '10 - Gist of PapersMine Tech Seminar '10 - Gist of Papers
Mine Tech Seminar '10 - Gist of PapersVR M
 
Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient moniteringPadmaja Dash
 
Coal Mine Robot (project report)
Coal Mine Robot (project report)Coal Mine Robot (project report)
Coal Mine Robot (project report)Muhsin Mohammed
 

Destacado (8)

transformable_robot
transformable_robottransformable_robot
transformable_robot
 
Monitoring 1
Monitoring 1Monitoring 1
Monitoring 1
 
Electronic gas booking system in .NET
Electronic gas booking system in .NETElectronic gas booking system in .NET
Electronic gas booking system in .NET
 
Mine Tech Seminar '10 - Gist of Papers
Mine Tech Seminar '10 - Gist of PapersMine Tech Seminar '10 - Gist of Papers
Mine Tech Seminar '10 - Gist of Papers
 
Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient monitering
 
Coal Mine Robot (project report)
Coal Mine Robot (project report)Coal Mine Robot (project report)
Coal Mine Robot (project report)
 
Investigaion unit report proximity detection
Investigaion unit report   proximity detectionInvestigaion unit report   proximity detection
Investigaion unit report proximity detection
 
Gas detection robot ppt
Gas detection robot pptGas detection robot ppt
Gas detection robot ppt
 

Similar a Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus

Application of Zigbee in Smart Home with Dynamic Routing Algorithm
Application of Zigbee in Smart Home with Dynamic Routing AlgorithmApplication of Zigbee in Smart Home with Dynamic Routing Algorithm
Application of Zigbee in Smart Home with Dynamic Routing AlgorithmNooria Sukmaningtyas
 
Global System for Mobile Communication Based Smart Home Security System
Global System for Mobile Communication Based Smart Home Security SystemGlobal System for Mobile Communication Based Smart Home Security System
Global System for Mobile Communication Based Smart Home Security SystemIJERA Editor
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Editor IJARCET
 
The ARM Based Granary Environmental Monitoring and Controlling System using Z...
The ARM Based Granary Environmental Monitoring and Controlling System using Z...The ARM Based Granary Environmental Monitoring and Controlling System using Z...
The ARM Based Granary Environmental Monitoring and Controlling System using Z...paperpublications3
 
Low cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig beeLow cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig beezaidinvisible
 
Low cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig beeLow cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig beezaidinvisible
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET Journal
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanIOSR Journals
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET Journal
 
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...IJLT EMAS
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Secure Data Transmission
Secure Data TransmissionSecure Data Transmission
Secure Data Transmissionbjp4642
 
ZigBee Technology for WPAN
ZigBee Technology for WPANZigBee Technology for WPAN
ZigBee Technology for WPANtheijes
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457IJRAT
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesIRJET Journal
 

Similar a Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus (20)

Hs3513431348
Hs3513431348Hs3513431348
Hs3513431348
 
Application of Zigbee in Smart Home with Dynamic Routing Algorithm
Application of Zigbee in Smart Home with Dynamic Routing AlgorithmApplication of Zigbee in Smart Home with Dynamic Routing Algorithm
Application of Zigbee in Smart Home with Dynamic Routing Algorithm
 
Global System for Mobile Communication Based Smart Home Security System
Global System for Mobile Communication Based Smart Home Security SystemGlobal System for Mobile Communication Based Smart Home Security System
Global System for Mobile Communication Based Smart Home Security System
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373
 
M1103047984
M1103047984M1103047984
M1103047984
 
The ARM Based Granary Environmental Monitoring and Controlling System using Z...
The ARM Based Granary Environmental Monitoring and Controlling System using Z...The ARM Based Granary Environmental Monitoring and Controlling System using Z...
The ARM Based Granary Environmental Monitoring and Controlling System using Z...
 
Low cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig beeLow cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig bee
 
Low cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig beeLow cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig bee
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
 
J04701080085
J04701080085J04701080085
J04701080085
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
 
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
 
Ijebea14 238
Ijebea14 238Ijebea14 238
Ijebea14 238
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Secure Data Transmission
Secure Data TransmissionSecure Data Transmission
Secure Data Transmission
 
ZigBee Technology for WPAN
ZigBee Technology for WPANZigBee Technology for WPAN
ZigBee Technology for WPAN
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
 

Más de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical training70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical trainingGladiatorsKasper
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProRay Yuan Liu
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdfAkritiPradhan2
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organizationchnrketan
 

Último (20)

Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical training70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical training
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision Pro
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organization
 

Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 82-87 www.iosrjournals.org www.iosrjournals.org 82 | Page Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus T.Asesh Kumar1 , K.Sambasiva Rao2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala, A.P, India. 2 Assistant Professor, Dept. of ECE, Chirala Engineering College, Chirala, A.P, India. Abstract: With continuous enlarging of exploiting areas and extension of depth in coal mine, many laneways become monitoring blind areas, where are lots of hidden dangers. Moreover, it is inconvenient to lay cables which are expensive and consume time. In order to solve the problems, we designed a coal mine safety monitoring system based on wireless sensor network, which can improve the level of monitoring production safety and reduce accident in the coal mine. Zigbee technology provides a direction for scientists who commit to solve the safety monitoring problems of coal mine. In this Paper we use CAN Bus along with Zigbee technology to reduce the cost and increase improve the speed of communication between base station and sync nodes. Keywords: Zigbee, Mine Safety, CAN I. Introduction The safe production level of coal mine is still low, especially in recent years, disasters of coal mine occur frequently, which lead to great loss of possession and life, the safety problems of coal mine has gradually become to the focus that the nation and society concern on. At present, coal mine personnel positioning system and gas detection system are two independent systems. Basically gas detection has two kinds of methods, using portable detector and putting gas sensor detection at fixed position. Personnel positioning system mainly adopts passive RF card system based on 915 MHz RFID, and its reading and writing distance is no more than 10 m. This positioning just uses the fixed position of the reader to mark the location of tags, so it could not realize the real distance measurement [1]. The integrated mine safety monitor system using ZigBee and CAN technology, combines the personnel positioning system with the gas detection system to achieve the staff attendance, distance measurement positioning [2], gas detection and other functions. Meanwhile, the gas detection of this system can detect everywhere of the mine, and can achieve real-time monitoring. So, using this system the dangerous situation can be found at the first time, and thus the safety of mine production would be guaranteed. The disasters of coal mine happening are due to the complexity of mine environment and the variety of work condition of coal mine, so it is very necessary to monitor mine working environment. The various environmental parameters of mine safety monitoring and controlling system, such as methane, carbon monoxide, temperature, oxygen and so on, are currently using the traditional cable transmission. Thus truly mine methane, carbon monoxide gas accumulation area mechanized mining face, such as the dead gob cable security parameters cannot be monitored, so they cannot predict the alarm. A variety of products for the current diversity of coal mine safety and underground coal mining process variability space, mine safety wireless network should be compatible with existing mine safety system with data transmission functions, has good flexibility, scalability, self- set of network capabilities. As the mine has its own special applications require a simple sensor network protocols, network easy, self-organization, self-healing ability. Zigbee is a wireless communications technology, with a short distance, safe and reliable, you can use Zigbee technology to collect the various parameters of the terminal transmitted to the sensor on the tunnel gateway, and then use a wired data transmission to the gateway on the ground central control computer, by computer analysis and comparison of the data in order to assess the security situation in the Mine. To achieve the target location underground, environmental and other parameters of the remote collection, can provide scientific basis for relief. Underground mine environment, the complexity of the power consumption, interference immunity and so have more stringent requirements. In [8], an agent-based wireless local positioning system with ZigBee technology is proposed, mainly for factory level applications. In the work presented here, Digi made ZIGBEE24 product is used here for transmitting and receiving data wirelessly. II. The Mine Safety System-Model The developed system can be divided into two sections. First is a hardware circuit that will be attached with the body of the mine workers. This may be preferably fitted with the safety helmet of the workers also.
  • 2. Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus www.iosrjournals.org 83 | Page The circuit has a sensor module consisting of some MEMS based sensors that measures real-time underground parameters like temperature, humidity and gas concentration. Gas concentration is meant for the harmful gases like methane and carbon-monoxide. A microcontroller is used with the sensors to receive the sensor outputs and to take the necessary decision. Once temperature is more than the safety level preprogrammed at microcontroller, it decodes beep alarms through the headset speaker connected with controller as shown in Fig. 1. Again, once the measured humidity value is more than the safety level preprogrammed at microcontroller, it decodes different type of beep alarms. Figure 1 An Example of Mine Safety System Similarly when gas concentration crosses the safety level, microcontroller decodes siren alarms. In all such cases, this will send an alarm through an urgent message and alarm sound to the ground control terminal through zigbee. For the voice CODEC the low size, low power,CMX639 is used which is a continuously variable slope delta modulation (CVSD) digital voice communication systems. With its robust and selectable coding algorithms, 8kbps to 128kbps data/sampling rates, supported internal clock signals makes it versatile [1]. It has analog input interface with encoder that connects the microphone and microcontroller and also an analog output interface with decoder that connects speaker/headset and microcontroller. Communication through these encoding and decoding of voice and alarm signals is effectively established with the help of microcontroller. Figure 2 Zigbee Transmission Reception Pattern The microcontroller data is transmitted through two separate boards i.e. ZigBee transmission module to the data collector or receiver module. The microcontroller used here is PIC 16F877A with 20MHz operating frequency. It has five I/O ports, eight A/D input channels and 368 bytes data memory. As shown in Fig. 2, the data receiving terminal of Zigbee XB_RX and data transmitting terminal XB_TX are cross connected to the microcontroller corresponding transmitter and receiver terminals TxD and RxD respectively. No extra component like MAX 232 and MAX233 is required between these connections. This is the advantage of PIC 16F877A .If the structure of UART (Universal Asynchronous Receiver Transmitter) system is completed, sending and receiving signal is possible using ZigBee, after installing necessary software. The RESET pin of Zigbee is used to provide an optional reset facility of user through a reset button. A transistor is used for this purpose. The Zigbee Modules used in the interfacing boards, are engineered to meet IEEE 802.15.4 standards. It is low-cost, low-power, reliable 20 pin device that operates within the ISM 2.4 GHz frequency band. It has 30 to 100 metre data transmission capability with rate of 250,000 bps. Zigbee modules operate in five modes. When not receiving or transmitting data, the RF module is in Idle Mode. The RF module shifts into the other modes of operation under various conditions. In transmit mode serial data is received in the DI (data in) buffer and the data is stored in the DI Buffer until it can be processed. When the DI buffer is 17 bytes away from being full, by default, the module de- asserts CTS (high) to signal to the host device to stop sending data (as shown in Fig. 2). CTS is re-asserted after the DI Buffer has 34 bytes of memory available. Smaller size data or low baud rate can be selected to avoid this state of overflow. In receive mode valid RF data is received through the antenna. When RF data is received, the data enters the DO (data out) buffer and is sent out the serial port to a host device. Once the DO buffer reaches capacity, any additional incoming RF data is lost. If RTS (hardware flow control) is enabled for flow control, data will not be sent out the DO buffer as long as RTS is de-asserted. Sleep Modes enable the RF module to
  • 3. Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus www.iosrjournals.org 84 | Page enter states of low- power consumption when not in use i.e. not transmitting/receiving data for the amount of time predefined by the ST (Time before Sleep) parameter. To modify or read RF Module parameters, the module must first enter into Command Mode - a state in which incoming characters are interpreted as commands. The programming requires the installation of X-CTU software and a serial connection to a PC. The detail of the software is given in the next section. When communication occurs between two networked devices, each data packet contains a „Source Address‟ and a „Destination Address‟ field. CAN Architecture: CAN was first developed by Robert Bosch GmbH, in 1986 when they were requested to develop a communication system between three ECUs (electronic control units) in vehicles by Mercedes. They found that an UART is no longer suitable in this situation because it is used in point-to-point communication. The need for a multi-master communication system became imperative. The first CAN silicon was then fabricated in 1987 by Intel. CAN standards: The original specification is the Bosch specification. Version 2.0 of this specification is divided into two parts: Standard CAN (Version 2.0A): Uses 11 bit identifiers. Extended CAN (Version 2.0B): Uses 29 bit identifiers. The two parts define different formats of the message frame, with the main difference being the identifier length. There are two ISO standards for the difference is in the physical layer, where ISO 11898 handles high speed applications up to 1Mbit/second. ISO 11519 has an upper limit of 125kbit/second. Format of a CAN message: In a CAN system, data is transmitted and received using Message Frames. Message Frames carry data from a transmitting node to one, or more, receiving nodes. The CAN protocol supports two Message Frame formats. The two formats are: - Standard CAN (Version 2.0A) - Extended CAN (Version 2.0B) Most 2.0A controllers transmit and receive only Standard format messages, although some (known as 2.0B passive) will receive extended format messages but then ignore them. 2.0B controllers can send and receive messages in both formats. CAN 2.0A Format: A Standard CAN (Version 2.0A) Message Frame consists of seven different bit fields: - A Start of Frame (SOF) field. This is a dominant (logic 0) bit that indicates the beginning of a message frame. - An Arbitration field, containing an 11 bit message identifier and the Remote Transmission Request (RTR) bit. A dominant (logic 0), RTR bit indicates that the message is a Data Frame. A recessive (logic 1) value indicates that the message is a Remote Transmission Request (otherwise known as Remote Frame.) A Remote Frame is a request by one node for data from some other node on the bus. Remote Frames do not contain a Data Field. Figure 3 CAN Message Format III. Hardware Implementation ZigBee wireless sensor nodes mainly consist the sensor unit, signal conditioning circuitry, microcontroller (MCU), RF modules MC13193, timers, memory and power management module and other components shown in Fig.4. Micro-controller is responsible for collecting environmental information (such as temperature, carbon monoxide, methane, wind speed, etc.) and do some data conversion, responsible for controlling and managing the entire nodes; RF module MC13193 is responsible for the communication between nodes by a certain protocol ; the power module provides the necessary power for the nodes separately to run the various parts.
  • 4. Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus www.iosrjournals.org 85 | Page Sensor nodes are the basis unit of wireless sensor network; node stable running ensures the reliability of the whole network. Sensor node is comprised of data acquisition module, data processing module, wireless communication module, alarm module and the power module. Node hardware connection is shown in Fig.4. The data acquisition module is used for sensing, collecting information and converting to digital signals. According to the need for monitoring parameters of coal mine, the processor module is connected to gas sensor, pressure sensor, temperature sensor, and other kinds of sensor module, which is in charge of processing the data and coordinating the whole system. Figure 4 Microcontroller at Mobile Mode Figure 5 Sync Node and base station The wireless communication module is mainly responsible for communicating with other nodes. In addition, the energy problem is the key problem, because once nodes exhaust the energy of the battery, which will drop out of the wireless sensor network, so power consumption of the wireless sensor network should be low as far as possible. Fig. 4 & Fig. 5 Shows the Block diagrams of the Present work. Control Logic: The control logic block controls the setup and operation of the MCP2515 by interfacing to the other blocks in order to pass information and control. Interrupt pins are provided to allow greater system flexibility. There is one multi-purpose interrupt pin (as well as specific interrupt pins) for each of the receive registers that can be used to indicate a valid message has been received and loaded into one of the receive buffers. Use of the specific interrupt pins is optional. The general purpose interrupt pin, as well as status registers (accessed via the SPI interface), can also be used to determine when a valid message has been received. Additionally, there are three pins available to initiate immediate transmission of a message that has been loaded into one of the three transmit registers. Use of these pins is optional, as initiating message transmissions can also be accomplished by utilizing control registers, accessed via the SPI interface. CAN Protocol Engine: The CAN protocol engine combines several functional blocks, shown in Fig 6 and described below. Figure 6 CAN Protocol Engine
  • 5. Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus www.iosrjournals.org 86 | Page IV. Implementation Software The communication between the sensor nodes and the network coordinator is explained to introduce the flow of communication between the ZigBee modules. Before making communication, ZigBee module need effective initialization, The initialization process between ZigBee sensor nodes and the network coordinator shown in Figure 4. During initialization, the network coordinator issues a active signaling request to connect the sensor nodes. After the sensor nodes successfully receive and verify a data frame and MAC command frames. Return Acknowledgment frame to the sink node, the sensor node‟s ZigBee module is in sleep mode. After initialization, ZigBee module information processing as shown in Figure 4, the network coordinator is from the working mode to waiting for connection request signaling for the response of the sensor node, and on the regular time, the sensor nodes take the initiative request to connect the network coordinator and report the detected security information inside the mine to the network coordinator. The communication between sensor nodes and sink nodes, and exchange between sink nodes and networks coordination are similar. Software design mainly programmed with C language combining Lab view is responsible for the collected data display, analysis and storage etc. Figure 7 Operation Flow for Initialization of Zigbee V. Conclusions In This paper, the implementation of integrated mine Safety monitor system is explained. The system is composed of PC monitors, sink nodes, base station nodes and mobile nodes. This mine safety monitoring system based on wireless sensor networks, and hardware and software design of wireless sensor network are described in detail, this system can detect concentration of the gas, temperature, humidity, wind speed and trace the location of miners in underground mine tunnels. Wireless sensor networks applied in monitoring coal mine security breaks through the traditional methods and ideas, which improves the practical ability and flexibility of monitoring system. This system not only can monitor all kinds of parameters under the coal mine, but also can alarm automatically when environment parameters are abnormal to exceed the limitation, which help improve the level of monitoring safety production and reduce accident in the coal mine. Traditional mine security system can be effectively replaced by the surveillance and safety system proposed in the paper. This system is an open system, and it allows developing other applications on it. It provides much spatial gas concentration data with the timestamp for follow-up gas prediction research. Figure 8 Designed Mine safety system prototype
  • 6. Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus www.iosrjournals.org 87 | Page Figure 9 Results Monitored at Base Station PC Acknowledgements The authors would like to thank the anonymous reviewers for their comments which were very helpful in improving the quality and presentation of this paper. References: [1] Sumi M, Ebrahim A. Soujeri, Rahim Rajan, Harikrishnan A. I, “Design of a zigbee-based RFID network for industry applications”, proceedings of the 2nd international conference on Security of information and networks, 2009, pp. 111-116. [2] Satoshi Takahashi, Jeffrey Wong, Masakazu Miyamae, Tsutomu Terada, Haruo Noma, Tomoji Toriyama, Kiyoshi Kogure, Shojiro Nishio, “A ZigBee-based sensor node for tracking people's locations”, proceedings of the 2nd ACM international conference on Context-awareness for selfmanaging systems, 2008, pp. 34-38. [3] Sharly Joana Halder, Tae Young Choi, Jin Hyung Park, Sung Hun Kang, Sin Woo Park, Joon Goo Park, “Enhanced ranging using adaptive filter of ZIGBEE RSSI and LQI measurement”, Proceedings of the 10th International Conference on Information Integration and Web-based Applications & Services, 2008, pp. 367-373. [4] Yu Hai-bin, Zeng Pengo Intelligent Wireless Sensor Network Systems [M). Beijing: Science Press, 2006. [5] Zigbee Standards Organization, Zigbee Specification, Zigbee Document 053474r17, January 17, 2008. [6] S. Wei, L. Li-li, “Multi-parameter Monitoring System for Coal Mine based on Wireless Sensor Network Technology”, Proc. international IEEE Conference on Industrial Mechatronics and Automation, pp 225-27, 2009. [7] N. Chaamwe, W. Liu, H. Jiang, “Seismic Monitoring in Underground Mines: A case of Mufulira Mine in Zambia Using wireless Sensor Networks for Seismic Monitoring”, Proc. IEEE international Conference on Electronics and Information Engineering, vol. 1(V1), pp 310-14, 2010. [8] Qiao Ying-xu, Design of Wireless Sensor Networks Node Based OnTinyOS Operating System.The 3th International Conference on Computer Science and Education[C] 2008.7 1201-1204 [9] Jilin Li, "Status and Development Trend of Coal Mine Safety Monitoring System", Journal, Coal Technology, Harbin, 2008(l1),pp. 4- 5. [10] Stefano Tennina, Marco Di Renzo, Fabio Graziosi, Fortunato Santucci, “Locating zigbee nodes using the tis cc2431 location engine: a testbed platform and new solutions for positioning estimation of wsns in dynamic indoor environments”, Proceedings of the first ACM international workshop on Mobile entity localization and tracking in GPS-less environments, 2008, pp. 37-42. Authors Profile: T.ASESH KUMAR is Pursuing his M. Tech from Chirala Engineering College, Chirala in the department of Electronics & Communications Engineering (ECE) with specialization in VLSI & Embedded systems. K.SAMBASIVA RAO is working as an Assistant Professor in the department of Electronics & Communication Engineering in Chirala Engineering College,Chirala. He has 2 years of teaching experience.