SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 596
“IoT Based Smart Helmet for Coal Mining Tracking”
Prof. Deepali Shinkar1, Saili S Garad2, Manali S Joshi3, Komal A Nimbhorkar4, Amir R Patel5
1Professor, Dept. of Information Technology, BSIOTR College, Wagholi, Pune, Maharashtra, India
2,3,4,5UG. Students, Dept. of Information Technology, BSIOTR college, Wagholi, Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - There are various kind of Hazards like earthquake,
land slide, tsunami etc. but the most important and crucial
disaster is a man-made disaster such as fire, loss of electricity,
falling of bridge, building etc. coal has proven to be very
dangerous and has caused many accidental deaths over the
years. Keeping this in mind we have designed an intelligent
system which can be used on helmets of these underground
coal workers and can monitor/analyzeafewmajorhazardous
parameters found in these mines in real time. The coal mine
based industry causes due to the lack of the oxygen, erosion in
mine, greater measureofcarbon monoxideetc. by determining
all the issue we design a smart helmet which keep track the
surrounds of the worker in the mine and notify him each and
every common notification such as depth level, oxygen level,
any accident issues etc. by using IOT technology. It will help
the worker to predict the feature hazard and let him get the
worker time cycle to get prepare and it any accident happenit
will help the other worker to find him with the help of IOT
technology.
Key Words: Arduino 3.0, Wi-fi, MCU, Atmega2560, Smart
Helmet, Push Switch, LDR.
1. INTRODUCTION
Conventionally,helmetswithminimalprotectionand
LED lighting are used in underground coal mines because of
their light weight and low power consumption. However,
nowadays with evolvingVLSItechnologyanddevelopmentof
efficient embedded intelligent systems, it has become
possible to design a smart, compact and efficient electronic
system which can be embeddedintothesehelmetstoprovide
better security without sacrificing on weight and power
consumption requirements of them. The proposed system
uses two sensor modules to monitor therefore mentioned
hazardous parameters in real timeand feeds theirdatatothe
microcontroller. The microcontroller then analyzes these
parameters and compares it with a set range, and sets off the
buzzer in case any of the parameters are exceeding it. This
system is convenient for the ground control as it can be used
for real time surveillance of the staff as well. The use of a
compact humidity & temperature sensor ensures a
lightweight and power efficient circuit while the use of RF
module helps in wireless communication between staff and
ground control. With the use of microcontroller, it has also
become possible to design smart lighting system for easy
recognition in low-to-no light conditions which may occur in
underground coal mines using various intensities and colors
of modern RGB LED
2. SYSTEM ARCHITECTURE
To overcome the above problem, we aredeveloping
a smart helmet for mining industry workers. Firstly to
identify the worker, each worker will behavingdifferenttag.
Once the tag is identified, person’s data will be sent tothe PC
through Wi-Fi. In order to check whether the worker has
been using the helmet or not, IR sensors are used to check
the helmet presence.
The surrounding hazardous gases will be detected
by the gas sensor present in the helmet. When gas is
detected voice notification will begiventhroughspeaker. By
the use of MEMS sensor, the head injuries occurrence will be
identified. All the data related to sensors will be posted into
the PC through Wi-Fi transceiver.
2.1 HARDWARE IMPLEMENTATION
The overall block diagrams of transmitter and receiver
sections of the real time coal mine monitoring system are
1) MQ135(Air Quality Sensor)
Air quality sensor for detecting a wide range of
gases, including NH3, NOx, alcohol,benzene,smokeandCO2.
Ideal for use in office or factory. MQ135 gas sensor has high
sensitivity to Ammonia, Sulfide and Benze steam, also
sensitive to smoke and other harmful gases. It is with low
cost and particularly suitable for Air quality monitoring
application.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 597
2)DHT11(Temperature-Humidity sensor)
The DHT11 is a basic, ultra low-cost digital
temperature and humidity sensor. It uses a capacitive
humidity sensor and a thermistor to measure the
surrounding air, and spits out a digital signal on the data
pin (no analog input pins needed). Its fairly simple to use,
but requires careful timing to grab data. The only real
downside of this sensor is you can only get new data from
it once every 2 seconds, so when using our library, sensor
readings can be up to 2 seconds old.
3) Push switch
Many Push switches are designed to function as
both push to make and push to break switches. For these
switches, the wiring of the switch determines whether the
switch functions as a push to make or as a push to break
switch.
4) Light sensor
The light sensor is a passive devices that convert
this “light energy” whether visible or intheinfra-redpartsof
the spectrum into an electrical signal output. Light
sensors are more commonly known as “Photoelectric
Devices”or“Photo Sensors” because the convert light energy
(photons) into electricity (electrons).
5) LDR
A Light Dependent Resistor (LDR) or a photo
resistor is a device whose resistivity is a function of the
incident electromagnetic radiation. Hence, they are light
sensitive devices. They are also called as photo conductors,
photo conductive cells or simply photocells.
2.2. SOFTWARE IMPLEMENTATION
1) NodeMCU LUA
We used the Node MCU IDE to program the Wi-Fi Module
using the Lua Programming Language.
NodeMCU is an open source IoT platform. It includes
firmware which runs on the ESP8266 Wi-Fi SoC Espress if
Systems, and hardware which is based on the ESP-12
module. The term "NodeMCU" is by default refers to the
firmware rather than the Dev. kits. The firmware uses
the Lua scripting language. It is basedonthe Lua projectand
built on the Espressif Non-OS SDK forESP8266.Itusesmany
open source projects, such as lua-cjson and spiffs.
2) Coffee Cup HTML Editor:
To design the Web Page using PHP, HTML 5 and Java Script
are used .The CoffeeCup HTML Editor is an HTML
editor which can supports both raw HTML and editing. The
WYSIWYG editing is no longer available in the newer
versions, starting in 2012, (after version 12.5). Originally
created by Nicholas Longo and Kevin Jurica, it was first
released to the public in August 1996.
According to the journalists the editor was the first to
support Java script (version 3.5 Sep. 1996), split-screen
editing (version 4.0, March 1997) and built-in FTP upload
(version 5.2, February 1998).
The HTML Editor was selected Best Windows HTML Editor
in the About.com Readers' Choice Awardstwoyearsina row
in 2011 and 2012.
3) NetBeans IDE (PHP Website):
To design the Website for server side algorithm.
PHP (recursiveacronymfor PHP:HypertextPreprocessor)is
a widely-used .it is open source general-purpose scripting
language that is especially suited for web development and
can be embedded into HTML.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 598
PHP is a general-purpose scripting language that is
especially suited to server-side web development, in which
case PHP generally runs on a web server. Any PHP code in a
demanded file is executed by the PHP runtime, usually to
create dynamic web page content or dynamic
images used on websites or elsewhere. PHP is a server-side
scripting language designedprimarilyfor webdevelopment.
It is also used as a general-purpose programming language.
Originally created by Rasmus Lerdorf in 1994, the
PHP reference execution is now produced by The PHP
Development Team.
4) Atmel Studio:
To Program the Atmega328 Microcontroller we used this
IDE.
Atmel Studio is use to provides a large set of features for
project development and debugging. The most features are
listed below.
 Rich code editor for C/C++ and Assembly featuring
the powerful Visual Assist extension
 It has Cycle correct simulator with advanced debug
functionality
 Atmel Software Framework allowing creation of
modular applications and providing buildingblocks
for a prototype on any AVR platform
 Debugging on actual devices using DebuggingTools
 Rich SDK to enable tight integration of customer
plugins
5) Arduino IDE:
To Program the Atmega328 Microcontroller we used this
IDE. Arduino microcontrollers are pre-programmed with
a boot loader that simplifies uploading of programs to the
on-chip flash memory. The default boot loader of the
Arduino UNO is the boot-loader. Boards are loaded with
program code via a serial connection to another computer.
Some serial Arduino boards contain a level shifter circuit
which is use to convert between RS-232 logic levels
and transistor–transistor logic (TTL) level signals. Current
Arduino boards are programmed via Universal Serial
Bus (USB), implemented using USB-to-serial adapter chips
such as the FTDI FT232. Some boards, such as later-model
Uno boards, substitute the FTDI chip with a separate AVR
chip containing USB-to-serial firmware, which is
reprogrammable via its own ICSP header. Other alternates,
such as the Arduino Mini and the unofficial Boarduino, use a
removable USB-to-serial adapter board or
cable, Bluetooth or other methods, when used with
customary microcontroller tools instead of the Arduino IDE,
standard AVR in-systemprogramming (ISP)programmingis
used.
6) Xampp IDE:
To Build the PHP web Server for PMC Corporation website
using the XAMPP Local Host. XAMPP can BuildPHP websites
with the MySQL Data base and with Apache server.
7) FileZilla Web Client:
We use the FileZilla Web client for uploading our website to
the Server of the 000Webhost. With this client side software
it is easy to upload the all contents of our local website filein
one click.
3. Algorithm
1. First we are going to initialize all sensors and hardware
setup with the setup loop code from the ESp8266
microcontroller.
2. Then we will establish the connection with the Local
Hotspot or with the Internet enabled router for sending the
data to our server.
3. At service we have the Getalldata.php page script which
are going to accept all the sensors value that we are send
using the REST API to our server.
4. The photo script will separate out each sensors data and
will insert that data in respective column of our MySQL
database table.
5. After that the same script will check for threshold limitsof
sensors if any value is above the thresholdlimitthatwehave
sent then Alert. php page script will gets called by previous
page.
6. The alert will sent to the Admin and respective in charge
of mine industry using the Fast2sms 3rd part api call.
A smart mining helmet was developed that is able to detect
three types of hazardous events such as danger level of
hazardous gases, miner helmet removing, and collision
impact.Monitoring and reductionofthenumberofcasualties
and providing immediate help to the minersindistresswere
the main goals of this project.
5. REFERENCES
1) S. R. Deokar, V. M. Kulkarni, J. S. Wakode ,“Smart Helmet
for Coal Mines Safety Monitoring and Alerting” Vol. 6, Issue
7, July 2017
2) http://internetofthingsagenda.techta
rget.com/definition/Internetof- Things-IoT
3) https://en.wikipedia.org/wiki/Zigbee
4. CONCLUSION
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 599
4) Kiran Kishore V, E Narasimha and Y Shruthi, ,“smart
helmet for coal miners using zigbee technology” Issue-2,
Volume-2, 067069
5)https://www.techopedia.com/definition/27874/arduino
6) arduino.cc/en/uploads/main/arduinonanomanual23.pdf
7) https://www.cnx-software.com/2015/04/18/nodemcu -
is-both-abreadboard-friendly- esp8266-wi-fi-board-and-a-
lua- basedfirmware
8) https://en.wikipedia.org/wiki/Node MCU
9) https://en.wikipedia.org/wiki/ThingSpeak 10)C.j.Behr,
A. Kumar and G. P. Hancke, „A Smart Helmet for Air Quality
and Hazardous Event Detection for the Industry‟, IEEE, PP.
2028-2031, 2016.

More Related Content

What's hot

IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
IRJET Journal
 
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET Journal
 
An IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSAn IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRS
IJMTST Journal
 
Presentation IOT Robot
Presentation IOT RobotPresentation IOT Robot
Presentation IOT Robot
Vatsal N Shah
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of Things
IRJET Journal
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
IRJET Journal
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET Journal
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in Industries
IRJET Journal
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
ijtsrd
 
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET-	 IoT Based Swachch Bharat AbhiyanIRJET-	 IoT Based Swachch Bharat Abhiyan
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET Journal
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET Journal
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
IAEME Publication
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET Journal
 
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
IJERA Editor
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
IRJET Journal
 
SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENSMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
IAEME Publication
 
IRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCUIRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCU
IRJET Journal
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
IJSRED
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
IRJET Journal
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
eSAT Publishing House
 

What's hot (20)

IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
 
An IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSAn IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRS
 
Presentation IOT Robot
Presentation IOT RobotPresentation IOT Robot
Presentation IOT Robot
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of Things
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in Industries
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
 
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET-	 IoT Based Swachch Bharat AbhiyanIRJET-	 IoT Based Swachch Bharat Abhiyan
IRJET- IoT Based Swachch Bharat Abhiyan
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
 
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 
SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENSMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
 
IRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCUIRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCU
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 

Similar to IRJET- IoT based Smart Helmet for Coal Mining Tracking

IRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOTIRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOT
IRJET Journal
 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
IRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
IRJET Journal
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
IRJET Journal
 
Fire fighting robot
Fire fighting robotFire fighting robot
Fire fighting robot
IRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET Journal
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IRJET Journal
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
IRJET Journal
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
IRJET Journal
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
Pawan Kumar Ganjhu
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
IRJET Journal
 
IoT Based Smart Surveillance System
IoT Based Smart Surveillance SystemIoT Based Smart Surveillance System
IoT Based Smart Surveillance System
IRJET Journal
 
Smoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTSmoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoT
IRJET Journal
 
Endothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOTEndothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOT
IRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
IRJET Journal
 
IRJET - Home Security System using Arduino
IRJET -  	  Home Security System using ArduinoIRJET -  	  Home Security System using Arduino
IRJET - Home Security System using Arduino
IRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
IRJET Journal
 
voip
voipvoip
voip
kush01
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
IRJET Journal
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
IRJET Journal
 

Similar to IRJET- IoT based Smart Helmet for Coal Mining Tracking (20)

IRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOTIRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOT
 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
Fire fighting robot
Fire fighting robotFire fighting robot
Fire fighting robot
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
 
IoT Based Smart Surveillance System
IoT Based Smart Surveillance SystemIoT Based Smart Surveillance System
IoT Based Smart Surveillance System
 
Smoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTSmoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoT
 
Endothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOTEndothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOT
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
IRJET - Home Security System using Arduino
IRJET -  	  Home Security System using ArduinoIRJET -  	  Home Security System using Arduino
IRJET - Home Security System using Arduino
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
voip
voipvoip
voip
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 

Recently uploaded (20)

Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 

IRJET- IoT based Smart Helmet for Coal Mining Tracking

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 596 “IoT Based Smart Helmet for Coal Mining Tracking” Prof. Deepali Shinkar1, Saili S Garad2, Manali S Joshi3, Komal A Nimbhorkar4, Amir R Patel5 1Professor, Dept. of Information Technology, BSIOTR College, Wagholi, Pune, Maharashtra, India 2,3,4,5UG. Students, Dept. of Information Technology, BSIOTR college, Wagholi, Pune, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - There are various kind of Hazards like earthquake, land slide, tsunami etc. but the most important and crucial disaster is a man-made disaster such as fire, loss of electricity, falling of bridge, building etc. coal has proven to be very dangerous and has caused many accidental deaths over the years. Keeping this in mind we have designed an intelligent system which can be used on helmets of these underground coal workers and can monitor/analyzeafewmajorhazardous parameters found in these mines in real time. The coal mine based industry causes due to the lack of the oxygen, erosion in mine, greater measureofcarbon monoxideetc. by determining all the issue we design a smart helmet which keep track the surrounds of the worker in the mine and notify him each and every common notification such as depth level, oxygen level, any accident issues etc. by using IOT technology. It will help the worker to predict the feature hazard and let him get the worker time cycle to get prepare and it any accident happenit will help the other worker to find him with the help of IOT technology. Key Words: Arduino 3.0, Wi-fi, MCU, Atmega2560, Smart Helmet, Push Switch, LDR. 1. INTRODUCTION Conventionally,helmetswithminimalprotectionand LED lighting are used in underground coal mines because of their light weight and low power consumption. However, nowadays with evolvingVLSItechnologyanddevelopmentof efficient embedded intelligent systems, it has become possible to design a smart, compact and efficient electronic system which can be embeddedintothesehelmetstoprovide better security without sacrificing on weight and power consumption requirements of them. The proposed system uses two sensor modules to monitor therefore mentioned hazardous parameters in real timeand feeds theirdatatothe microcontroller. The microcontroller then analyzes these parameters and compares it with a set range, and sets off the buzzer in case any of the parameters are exceeding it. This system is convenient for the ground control as it can be used for real time surveillance of the staff as well. The use of a compact humidity & temperature sensor ensures a lightweight and power efficient circuit while the use of RF module helps in wireless communication between staff and ground control. With the use of microcontroller, it has also become possible to design smart lighting system for easy recognition in low-to-no light conditions which may occur in underground coal mines using various intensities and colors of modern RGB LED 2. SYSTEM ARCHITECTURE To overcome the above problem, we aredeveloping a smart helmet for mining industry workers. Firstly to identify the worker, each worker will behavingdifferenttag. Once the tag is identified, person’s data will be sent tothe PC through Wi-Fi. In order to check whether the worker has been using the helmet or not, IR sensors are used to check the helmet presence. The surrounding hazardous gases will be detected by the gas sensor present in the helmet. When gas is detected voice notification will begiventhroughspeaker. By the use of MEMS sensor, the head injuries occurrence will be identified. All the data related to sensors will be posted into the PC through Wi-Fi transceiver. 2.1 HARDWARE IMPLEMENTATION The overall block diagrams of transmitter and receiver sections of the real time coal mine monitoring system are 1) MQ135(Air Quality Sensor) Air quality sensor for detecting a wide range of gases, including NH3, NOx, alcohol,benzene,smokeandCO2. Ideal for use in office or factory. MQ135 gas sensor has high sensitivity to Ammonia, Sulfide and Benze steam, also sensitive to smoke and other harmful gases. It is with low cost and particularly suitable for Air quality monitoring application.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 597 2)DHT11(Temperature-Humidity sensor) The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air, and spits out a digital signal on the data pin (no analog input pins needed). Its fairly simple to use, but requires careful timing to grab data. The only real downside of this sensor is you can only get new data from it once every 2 seconds, so when using our library, sensor readings can be up to 2 seconds old. 3) Push switch Many Push switches are designed to function as both push to make and push to break switches. For these switches, the wiring of the switch determines whether the switch functions as a push to make or as a push to break switch. 4) Light sensor The light sensor is a passive devices that convert this “light energy” whether visible or intheinfra-redpartsof the spectrum into an electrical signal output. Light sensors are more commonly known as “Photoelectric Devices”or“Photo Sensors” because the convert light energy (photons) into electricity (electrons). 5) LDR A Light Dependent Resistor (LDR) or a photo resistor is a device whose resistivity is a function of the incident electromagnetic radiation. Hence, they are light sensitive devices. They are also called as photo conductors, photo conductive cells or simply photocells. 2.2. SOFTWARE IMPLEMENTATION 1) NodeMCU LUA We used the Node MCU IDE to program the Wi-Fi Module using the Lua Programming Language. NodeMCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi-Fi SoC Espress if Systems, and hardware which is based on the ESP-12 module. The term "NodeMCU" is by default refers to the firmware rather than the Dev. kits. The firmware uses the Lua scripting language. It is basedonthe Lua projectand built on the Espressif Non-OS SDK forESP8266.Itusesmany open source projects, such as lua-cjson and spiffs. 2) Coffee Cup HTML Editor: To design the Web Page using PHP, HTML 5 and Java Script are used .The CoffeeCup HTML Editor is an HTML editor which can supports both raw HTML and editing. The WYSIWYG editing is no longer available in the newer versions, starting in 2012, (after version 12.5). Originally created by Nicholas Longo and Kevin Jurica, it was first released to the public in August 1996. According to the journalists the editor was the first to support Java script (version 3.5 Sep. 1996), split-screen editing (version 4.0, March 1997) and built-in FTP upload (version 5.2, February 1998). The HTML Editor was selected Best Windows HTML Editor in the About.com Readers' Choice Awardstwoyearsina row in 2011 and 2012. 3) NetBeans IDE (PHP Website): To design the Website for server side algorithm. PHP (recursiveacronymfor PHP:HypertextPreprocessor)is a widely-used .it is open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 598 PHP is a general-purpose scripting language that is especially suited to server-side web development, in which case PHP generally runs on a web server. Any PHP code in a demanded file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere. PHP is a server-side scripting language designedprimarilyfor webdevelopment. It is also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference execution is now produced by The PHP Development Team. 4) Atmel Studio: To Program the Atmega328 Microcontroller we used this IDE. Atmel Studio is use to provides a large set of features for project development and debugging. The most features are listed below.  Rich code editor for C/C++ and Assembly featuring the powerful Visual Assist extension  It has Cycle correct simulator with advanced debug functionality  Atmel Software Framework allowing creation of modular applications and providing buildingblocks for a prototype on any AVR platform  Debugging on actual devices using DebuggingTools  Rich SDK to enable tight integration of customer plugins 5) Arduino IDE: To Program the Atmega328 Microcontroller we used this IDE. Arduino microcontrollers are pre-programmed with a boot loader that simplifies uploading of programs to the on-chip flash memory. The default boot loader of the Arduino UNO is the boot-loader. Boards are loaded with program code via a serial connection to another computer. Some serial Arduino boards contain a level shifter circuit which is use to convert between RS-232 logic levels and transistor–transistor logic (TTL) level signals. Current Arduino boards are programmed via Universal Serial Bus (USB), implemented using USB-to-serial adapter chips such as the FTDI FT232. Some boards, such as later-model Uno boards, substitute the FTDI chip with a separate AVR chip containing USB-to-serial firmware, which is reprogrammable via its own ICSP header. Other alternates, such as the Arduino Mini and the unofficial Boarduino, use a removable USB-to-serial adapter board or cable, Bluetooth or other methods, when used with customary microcontroller tools instead of the Arduino IDE, standard AVR in-systemprogramming (ISP)programmingis used. 6) Xampp IDE: To Build the PHP web Server for PMC Corporation website using the XAMPP Local Host. XAMPP can BuildPHP websites with the MySQL Data base and with Apache server. 7) FileZilla Web Client: We use the FileZilla Web client for uploading our website to the Server of the 000Webhost. With this client side software it is easy to upload the all contents of our local website filein one click. 3. Algorithm 1. First we are going to initialize all sensors and hardware setup with the setup loop code from the ESp8266 microcontroller. 2. Then we will establish the connection with the Local Hotspot or with the Internet enabled router for sending the data to our server. 3. At service we have the Getalldata.php page script which are going to accept all the sensors value that we are send using the REST API to our server. 4. The photo script will separate out each sensors data and will insert that data in respective column of our MySQL database table. 5. After that the same script will check for threshold limitsof sensors if any value is above the thresholdlimitthatwehave sent then Alert. php page script will gets called by previous page. 6. The alert will sent to the Admin and respective in charge of mine industry using the Fast2sms 3rd part api call. A smart mining helmet was developed that is able to detect three types of hazardous events such as danger level of hazardous gases, miner helmet removing, and collision impact.Monitoring and reductionofthenumberofcasualties and providing immediate help to the minersindistresswere the main goals of this project. 5. REFERENCES 1) S. R. Deokar, V. M. Kulkarni, J. S. Wakode ,“Smart Helmet for Coal Mines Safety Monitoring and Alerting” Vol. 6, Issue 7, July 2017 2) http://internetofthingsagenda.techta rget.com/definition/Internetof- Things-IoT 3) https://en.wikipedia.org/wiki/Zigbee 4. CONCLUSION
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 599 4) Kiran Kishore V, E Narasimha and Y Shruthi, ,“smart helmet for coal miners using zigbee technology” Issue-2, Volume-2, 067069 5)https://www.techopedia.com/definition/27874/arduino 6) arduino.cc/en/uploads/main/arduinonanomanual23.pdf 7) https://www.cnx-software.com/2015/04/18/nodemcu - is-both-abreadboard-friendly- esp8266-wi-fi-board-and-a- lua- basedfirmware 8) https://en.wikipedia.org/wiki/Node MCU 9) https://en.wikipedia.org/wiki/ThingSpeak 10)C.j.Behr, A. Kumar and G. P. Hancke, „A Smart Helmet for Air Quality and Hazardous Event Detection for the Industry‟, IEEE, PP. 2028-2031, 2016.