SlideShare a Scribd company logo
1 of 4
Download to read offline
22 International Journal for Modern Trends in Science and Technology
Volume: 2 | Issue: 06 | June 2016 | ISSN: 2455-3778IJMTST
Industrial Monitoring and Control Using
Internet of Things
Arunraj M1
| Senthil K2
| Dhandapani M 3
1Embedded System Technologies, Vel Tech Multitech Dr.Rangarajan Dr.Sakunthala Engineering
College, Chennai, Tamilnadu, India
2Embedded System Technologies, Vel Tech Multitech Dr.Rangarajan Dr.Sakunthala Engineering
College, Chennai, Tamilnadu, India
3Ass Professor, Electrical and Electronics Department, Vel Tech Multitech Dr.Rangarajan
Dr.Sakunthala Engineering College, Chennai, Tamilnadu, India
The advent of low-power processors, intelligent wireless networks, and low-power sensors coupled with
“Big Data” analytics has led to what‟s become a booming interest in the industrial Internet of Things (IIoT).
Put simply, this combination of technologies enables a multitude of sensors to be put anywhere: not just
where communications and power infrastructure exists, but anywhere valuable information is gleaned
regarding the how, where, or what of a given “thing.” In On World„s global survey of industrial WSN users,
reliability and security are the two most important concerns cited. In this paper the industrial monitoring and
control of a coal mine is discussed, where lot of sensors are needed for this industry. In this consideration,
the wireless sensor nodes are playing a major role. In this concern the low power compact nodes with
enabled Wi-Fi ESP8266 SoC is taken. With this the continuous monitoring and control of these sensor nodes
can be done with real time data, attained with good reliability and security.
KEYWORDS: (IIOT) Industrial Internet of things, ESP8266, Espressif Systems, System on Chip (SoC),
Wireless Sensor Network (WSN)
Copyright © 2015 International Journal for Modern Trends in Science and Technology
All rights reserved.
I. INTRODUCTION
Coal mine Industrial monitoring and control with
reliability and security is the major aspect of this
paper. Mining Industry requires lot of safety in
order to avoid the accidents. It occupies many
sensors right from obtaining the coal to the power
generation. In order to avoid accidents and to
maintain safety the wireless sensor networks are
playing major role. Here the sensors are already the
power constrained and it has the functions of
sensing, processing and communicating to control
dashboard. In this paper, IIOT the low power
ESP8266 is interfaced with the sensor and it has
the on-chip WIFI, so it can be communicated to the
network.
The sensed real time data is send to the cloud
and it can be accessed through a system or by a
mobile phone. This is through Thing speak; it is an
online platform to build Internet of Things. It has
inbuilt channels and API to build Internet of
Things. Each and every sensor is having an IP that
means the each sensor is connected to an
individual ESP8266. This gives an individual IP to
each sensor and that is been shared to cloud.
Then, it can be accessed through the any smart
phone or a system using the thing speak channel
link.
A prototype of Industrial monitoring and control
system is implemented with two sensors and with
cloud framework. Through this the cost of low
power sensor node is reduced and the safety in coal
mine is ensured by avoiding accident and through
the complete monitoring control of sensors in
anywhere, any time by mobile phones
II. RELATED WORK
Manan Mehta [1] tells about the features and
uses of ESP8266 WIFI serial module. It shows the
opportunities of the projects in Internet and gives
ABSTRACT
23 International Journal for Modern Trends in Science and Technology
Industrial Monitoring and Control Using Internet of Things
ideas to research and development of this
technology. The importance between WSN and the
IOT is shown briefly in this paper.
Zhengguo Sheng [2] and his teams in IEEE
members provide us the impact of efficient
management towards IOT in Industrial wireless
sensor networks. It gives the overview of Industrial
ecosystem, technical architecture and managing
the WSN in an infrastructure.
Cheng Bo [3] described about the safety in coal
mining. It is explained with the WoT monitoring
platform that achieves timely monitoring and
system which operates in REST based framework.
Vaibhav Pandit [4] gives the different
environmental parameters of underground mine.
The system explained with ARM7 and ZigBee to
monitor the deadly gasses in the atmosphere along
with temperature and humidity.
N.Krithika and R. Seethalakshmi [5] explains
about the safety schemes in coal mining industry.
The system is to track and alert via voice command
that forms a complete protective system for
underground labors. It involves with various
sensors.
Shanzhi Chen [6] and his team explain the
applications, challenges and opportunities with
china perspective. They discussed the
opportunities and prospect of IoT.
III. PROPOSED SOLUTION
This section describes about the coal mine
monitoring and control system and all the
requirements both software and hardware is
described briefly in this section. It consists of three
parts. First one is coal dumping yard data
gathering through sensors. Second one is position
of the conveyer’s data gathering through sensors.
Third one is real time data collected and monitored
in mobile phone through Internet.
The proposed solution block diagram is shown
below:
Figure1: Overall System Architecture
A. Architecture of coal dumping yard section:
As shown in figure 1 the coal supply is the
dumping yard section. In this coal is collected and
is supplied as per the demand. The coal can
withstand the temperature of 45 degree Celsius. If
it exceeds the coal will automatically burns and the
raw material will get wasted. And also the
industrial safety is taken in to an account, the
temperature of the coal dumping yard needs to be
get sensed, if it exceeds the temperature,
automatically the water spreader is activated and
the temperature is reduced. For this sensor
implementation the temperature sensor is
interfaced to ESP8266 and with the help of Think
speak the continuous monitoring and control can
be done by anywhere, anytime.
Figure 2: Proposed System Architecture
B. Conveyors section:
Second the position of the conveyors is
considered as most important issues, where in the
coal industry the raw material is generated in an
area and the power is generated in another area. In
this case the coal moved through conveyors to the
power plant. If its position got changed, then it
causes in production delay. In order to avoid this
PIR sensor is placed and it is connected to
ESP8266.
C. Controlling Section:
Each sensor in the industry is connected to the
ESP8266. As a prototype three sensors are taken
TEMP
SENSOR
HUMIDIT
Y SENSOR
PIR
SENSOR
ARDUINO
ESP8266
THINGSPEAK
24 International Journal for Modern Trends in Science and Technology
Volume: 2 | Issue: 06 | June 2016 | ISSN: 2455-3778IJMTST
and it is connected to ESP8266. Through this the
IP is generated and this is shared to Thing speak.
Thing speak is the online tool to develop the IOT.
Here the IP is shared and channels are created in
thing speak and also templates can be created as
user defined. Then it can be accessed via smart
phone through internet. Through this the
continuous monitoring and controlling can be
done.
IV. PROTO TYPE
The prototype is designed via Arduino. The
sensors named DHT22 Digital sensor, PIR sensor
are connected to Arduino since it has more GPIO
pins. Then the ESP8266 is connected to the
Arduino to get single IP for all the sensors.
Although the ESP8266 is capable of connecting
the sensors and it requires a dedicated 3.3v. This
can be done by FD232 serial converter. But as a
prototype the Arduino is consider being more
comfortable to connect the dedicated
voltage.ESP8266 has many versions with different
firmware. In this project ESP-01 is used and it has
totally 8 pins. The pin ESP-01 is shown below in
figure 3.
Figure 3: ESP-01
The connection between ESP-01 and Arduino is
shown below in figure 4. Arduino is an open source
microcontroller board. Here it used to read sensors
and that data is communicated through ESP to
Thing speak. By sharing the API of Thing speak,
the sensed data can be monitored and controlled
through smart phones.
ESP8266 ESP-01 Arduino UNO
TX Pin 1
RX Pin 0
CH_PD 3.3V
RST Unwired
VCC 3.3V
GND GND
GPIO2 Unwired
GPIO0 Unwired
Coming to the sensors, the DHT 22 has four pins,
Vcc, Data, NC, GND. It is a digital temperature and
humidity sensor with good accuracy. PIR sensors
allow you to sense motion, almost always used to
detect whether a human has moved in or out of the
sensors range. They are small, inexpensive,
low-power, easy to use and don't wear out. PIRs are
basically made of a pyro electric sensor (which you
can see above as the round metal can with a
rectangular crystal in the center), which can detect
levels of infrared radiation. Everything emits some
low level radiation, and the hotter something is, the
more radiation is emitted.
V. IMPLEMENTATION
We had tested our prototype with two sensors
temperature and humidity and PIR sensor because
thinking in mind about the cost factor. Here the
Arduino is having both 5v and 3.3v.So the
connecting the ESP to the Arduino is comfortable.
The Prototype result of Arduino with ESP is shown
in figure 5.
Figure 5: Arduino with ESP 01
The open-source Arduino Software (IDE) makes
it easy to write code and upload it to the board.
Here we are using the version of Arduino 1.06 for
the programming the libraries are more important.
We can program ESP8266 native code or use
ESP8266 Node MCU. But there is a better way.
Recently there was released ESP8266 Arduino IDE.
We can program ESP8266 directly in Arduino IDE.
That’s how we will get Arduino simplicity and
power of ESP8266. The DHT 22 sensor has a high
accuracy with data pin. The sensed data is send to
Arduino and it is getting communicated through a
SoC called ESP 01.This will have an unique IP
address, and this is updated to the website that
can be accessed by a smart phone. The prototype
connection diagram of sensor is shown below in
figure 7.
25 International Journal for Modern Trends in Science and Technology
Industrial Monitoring and Control Using Internet of Things
Figure 6: Firmware version
To operate with this the firmware in ESP 01 is
playing a major role. There are plenty of firmwares
in market, but the compatibility is important. This
is shown in figure 6 Espressif released a software
development kit (SDK) that allowed the chip to be
programmed, removing the need for a separate
microcontroller. Since then, there have been many
official SDK releases from Espressif; Espressif
maintains two versions of the SDK — one that is
based on RTOS and the other based on callbacks.
Figure 7: Sensor interfacing
By sharing the API to the code, the program will
get accessed to the template. The sensed data is
been shown as a simulation result in figure 8.
Figure 8: Simulation result
VI. CONCLUSION AND FUTURE WORK
In this project we tested the prototype and the
results are shown. Thus the implementations of
low power wireless sensor node for coal mine is
done and it is been monitored and controlled by the
template created by the think speak and it can be
accessed by the smart phone.
In future the security can be more ensured, but it
technologies depend, since it uses internet. The
light weight gateways can be designed with more
effective manner.
REFERENCES
[1] Manan Mehta. ESP8266: A Breakthrough in wireless
sensor networks and Internet of Things.
International Journal of Electronics and
Communication Engineering & Technology
Volume 6, Issue 8, Aug 2015, pp. 07-11.
[2] Zhengguo Sheng, Chinmaya Mahapatra Chunsheng
Zhu & Victor C.M Leung. Recent Advances in
Industrial Wireless Sensor Networks toward Efficient
Management in IoT IEEE Access Volume 3, June
2015, pp. 622-637.
[3] Cheng Bo and Cheng Xin. Web of Things-Based
Remote Monitoring System for Coal Mine Safety
Using Wireless Sensor Network. International
Journal of Distributed Sensor Networks Volume
2014, 0-14.
[4] Vaibhav Pandit and Prof. U. A. Rane. Coal Mine
Monitoring Using ARM7 and ZigBee. International
Journal of Emerging Technology and Advanced
Engineering. Volume 3, Issue 5, May 2013,
pp.352-359
[5] N. Krithika and R. Seethalakshmi. Safety Scheme for
Mining Industry using ZigBee Module, Indian
Journal of Science and Technology, Vol 7(8),
1222–1227, August 2014
[6] Shanzhi Chen, Hui Xu and Dake Liu. A Vision of IoT:
Applications, Challenges, and Opportunities with
China Perspective. IEEE INTERNET OF THINGS
JOURNAL, VOL. 1, NO. 4, AUGUST 2014,
pp.349-359.

More Related Content

What's hot

IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...IJECEIAES
 
Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system Uttej Kumar Palavai
 
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
 
IoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsIoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsFerdin Joe John Joseph PhD
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...IRJET Journal
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET 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 IndustriesIRJET Journal
 
Home Automation System using iot
Home Automation System using iotHome Automation System using iot
Home Automation System using iotKowshik Deb
 
SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENSMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENIAEME Publication
 
IRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with TelegramIRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with TelegramIRJET Journal
 
Smart Sensor Configuration for Security System Automation Using FPGA
Smart Sensor Configuration for Security System Automation Using FPGASmart Sensor Configuration for Security System Automation Using FPGA
Smart Sensor Configuration for Security System Automation Using FPGAIJTET Journal
 
Home automation using IoT literature review ppt
Home automation using IoT literature review pptHome automation using IoT literature review ppt
Home automation using IoT literature review pptTanujkumar101
 
Smart Alarm Clock with Farm Innovations
Smart Alarm Clock with Farm InnovationsSmart Alarm Clock with Farm Innovations
Smart Alarm Clock with Farm Innovationsmouniraydi
 

What's hot (20)

IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...
 
Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system
 
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
 
Smart Home - ieee format
Smart Home - ieee formatSmart Home - ieee format
Smart Home - ieee format
 
M44096368
M44096368M44096368
M44096368
 
IoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsIoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective Analytics
 
Kv2518941899
Kv2518941899Kv2518941899
Kv2518941899
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
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
 
Home Automation System using iot
Home Automation System using iotHome Automation System using iot
Home Automation System 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
 
Io t
Io tIo t
Io t
 
IRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with TelegramIRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with Telegram
 
Smart Sensor Configuration for Security System Automation Using FPGA
Smart Sensor Configuration for Security System Automation Using FPGASmart Sensor Configuration for Security System Automation Using FPGA
Smart Sensor Configuration for Security System Automation Using FPGA
 
Home automation using IoT literature review ppt
Home automation using IoT literature review pptHome automation using IoT literature review ppt
Home automation using IoT literature review ppt
 
Smart Alarm Clock with Farm Innovations
Smart Alarm Clock with Farm InnovationsSmart Alarm Clock with Farm Innovations
Smart Alarm Clock with Farm Innovations
 

Viewers also liked

IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...
IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...
IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...IJMTST Journal
 
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR TechniqueNavigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR TechniqueIJMTST Journal
 
Design & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage Topology
Design & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage TopologyDesign & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage Topology
Design & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage TopologyIJMTST Journal
 
Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...
Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...
Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...IJMTST Journal
 
Experimental Investigation of High – Strength Characteristics of Self Curing ...
Experimental Investigation of High – Strength Characteristics of Self Curing ...Experimental Investigation of High – Strength Characteristics of Self Curing ...
Experimental Investigation of High – Strength Characteristics of Self Curing ...IJMTST Journal
 
User Friendly Virtual Clothes System Based on Simulation and Visualization us...
User Friendly Virtual Clothes System Based on Simulation and Visualization us...User Friendly Virtual Clothes System Based on Simulation and Visualization us...
User Friendly Virtual Clothes System Based on Simulation and Visualization us...IJMTST Journal
 
Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...
Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...
Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...IJMTST Journal
 
Note on Co Ideals in Ternary Semigroups
Note on Co Ideals in Ternary SemigroupsNote on Co Ideals in Ternary Semigroups
Note on Co Ideals in Ternary SemigroupsIJMTST Journal
 
Study on Benchmarking with Respect to Recruitment Parameters
Study on Benchmarking with Respect to Recruitment ParametersStudy on Benchmarking with Respect to Recruitment Parameters
Study on Benchmarking with Respect to Recruitment ParametersIJMTST Journal
 
Study of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind TurbineStudy of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind TurbineIJMTST Journal
 
Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...
Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...
Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...IJMTST Journal
 
Solar Photovoltaic (PV) Grid Integration Issues
Solar Photovoltaic (PV) Grid Integration IssuesSolar Photovoltaic (PV) Grid Integration Issues
Solar Photovoltaic (PV) Grid Integration IssuesIJMTST Journal
 
Cloud Based intrusion Detection System
Cloud Based intrusion Detection SystemCloud Based intrusion Detection System
Cloud Based intrusion Detection SystemIJMTST Journal
 
Improved Power Quality by using STATCOM Under Various Loading Conditions
Improved Power Quality by using STATCOM Under Various Loading ConditionsImproved Power Quality by using STATCOM Under Various Loading Conditions
Improved Power Quality by using STATCOM Under Various Loading ConditionsIJMTST Journal
 
MRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT FeaturesMRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT FeaturesIJMTST Journal
 
Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...
Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...
Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...IJMTST Journal
 
Comparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFC
Comparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFCComparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFC
Comparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFCIJMTST Journal
 
Reparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devicesReparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devicesIJMTST Journal
 
Hybrid Micro Grid Architectures and Challenges
Hybrid Micro Grid Architectures and ChallengesHybrid Micro Grid Architectures and Challenges
Hybrid Micro Grid Architectures and ChallengesIJMTST Journal
 
2014_Belkheiri et al._Cellulose Chemistry and Technology
2014_Belkheiri et al._Cellulose Chemistry and Technology2014_Belkheiri et al._Cellulose Chemistry and Technology
2014_Belkheiri et al._Cellulose Chemistry and TechnologyHuyen Lyckeskog
 

Viewers also liked (20)

IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...
IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...
IJMTST 2016 | ISSN: 2455-3778 Traffic and Power reduction Routing Algorithm f...
 
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR TechniqueNavigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
Navigation of Mobile Inverted Pendulum via Wireless control using LQR Technique
 
Design & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage Topology
Design & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage TopologyDesign & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage Topology
Design & Simulation of 3-Phase, 27-Level Inverter with Reverse Voltage Topology
 
Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...
Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...
Design Novel CMOL Architecture in Terabit-scale Nano Electronic Memories Tech...
 
Experimental Investigation of High – Strength Characteristics of Self Curing ...
Experimental Investigation of High – Strength Characteristics of Self Curing ...Experimental Investigation of High – Strength Characteristics of Self Curing ...
Experimental Investigation of High – Strength Characteristics of Self Curing ...
 
User Friendly Virtual Clothes System Based on Simulation and Visualization us...
User Friendly Virtual Clothes System Based on Simulation and Visualization us...User Friendly Virtual Clothes System Based on Simulation and Visualization us...
User Friendly Virtual Clothes System Based on Simulation and Visualization us...
 
Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...
Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...
Effects on Study MHD Free Convection Flow Past a Vertical Porous Plate with H...
 
Note on Co Ideals in Ternary Semigroups
Note on Co Ideals in Ternary SemigroupsNote on Co Ideals in Ternary Semigroups
Note on Co Ideals in Ternary Semigroups
 
Study on Benchmarking with Respect to Recruitment Parameters
Study on Benchmarking with Respect to Recruitment ParametersStudy on Benchmarking with Respect to Recruitment Parameters
Study on Benchmarking with Respect to Recruitment Parameters
 
Study of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind TurbineStudy of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind Turbine
 
Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...
Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...
Voltage Flicker Analysis and its Mitigation by STATCOM for Power Quality Impr...
 
Solar Photovoltaic (PV) Grid Integration Issues
Solar Photovoltaic (PV) Grid Integration IssuesSolar Photovoltaic (PV) Grid Integration Issues
Solar Photovoltaic (PV) Grid Integration Issues
 
Cloud Based intrusion Detection System
Cloud Based intrusion Detection SystemCloud Based intrusion Detection System
Cloud Based intrusion Detection System
 
Improved Power Quality by using STATCOM Under Various Loading Conditions
Improved Power Quality by using STATCOM Under Various Loading ConditionsImproved Power Quality by using STATCOM Under Various Loading Conditions
Improved Power Quality by using STATCOM Under Various Loading Conditions
 
MRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT FeaturesMRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT Features
 
Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...
Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...
Reactive Power Sharing Droop Control Strategy for DG Units in an Islanded Mic...
 
Comparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFC
Comparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFCComparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFC
Comparison of Buck-Boost and Cuk Converters for BLDC Drive Applications with PFC
 
Reparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devicesReparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devices
 
Hybrid Micro Grid Architectures and Challenges
Hybrid Micro Grid Architectures and ChallengesHybrid Micro Grid Architectures and Challenges
Hybrid Micro Grid Architectures and Challenges
 
2014_Belkheiri et al._Cellulose Chemistry and Technology
2014_Belkheiri et al._Cellulose Chemistry and Technology2014_Belkheiri et al._Cellulose Chemistry and Technology
2014_Belkheiri et al._Cellulose Chemistry and Technology
 

Similar to An IOT Project Integrated with RFID and GPRS

WSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in IndustryWSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in Industryijtsrd
 
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 ChallengedIRJET Journal
 
MP4706 Instrumentation And Control.docx
MP4706 Instrumentation And Control.docxMP4706 Instrumentation And Control.docx
MP4706 Instrumentation And Control.docxstirlingvwriters
 
Introduction We live in a world where smart technology.pdf
Introduction We live in a world where smart technology.pdfIntroduction We live in a world where smart technology.pdf
Introduction We live in a world where smart technology.pdfbkbk37
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuIRJET Journal
 
IRJET - Talking Plant using IoT and Machine Laerning
IRJET -  	  Talking Plant using IoT and Machine LaerningIRJET -  	  Talking Plant using IoT and Machine Laerning
IRJET - Talking Plant using IoT and Machine LaerningIRJET Journal
 
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTAIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTIRJET Journal
 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...nooriasukmaningtyas
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
A Review Paper On Intelligent Home Automation Using Goggle Assistant
A Review Paper On Intelligent Home Automation Using Goggle AssistantA Review Paper On Intelligent Home Automation Using Goggle Assistant
A Review Paper On Intelligent Home Automation Using Goggle AssistantSteven Wallach
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoTijtsrd
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET 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
 
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...ijtsrd
 
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 PeopleIRJET Journal
 
Automatic Light Turn On Off System
Automatic Light Turn On Off SystemAutomatic Light Turn On Off System
Automatic Light Turn On Off Systemijtsrd
 
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 boardIRJET Journal
 

Similar to An IOT Project Integrated with RFID and GPRS (20)

WSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in IndustryWSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in Industry
 
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
 
MP4706 Instrumentation And Control.docx
MP4706 Instrumentation And Control.docxMP4706 Instrumentation And Control.docx
MP4706 Instrumentation And Control.docx
 
Introduction We live in a world where smart technology.pdf
Introduction We live in a world where smart technology.pdfIntroduction We live in a world where smart technology.pdf
Introduction We live in a world where smart technology.pdf
 
DESIGN AND SIMULATION OF FARMER’S FRIEND DEVICE USING IoT
DESIGN AND SIMULATION OF  FARMER’S FRIEND DEVICE USING  IoTDESIGN AND SIMULATION OF  FARMER’S FRIEND DEVICE USING  IoT
DESIGN AND SIMULATION OF FARMER’S FRIEND DEVICE USING IoT
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
 
IRJET - Talking Plant using IoT and Machine Laerning
IRJET -  	  Talking Plant using IoT and Machine LaerningIRJET -  	  Talking Plant using IoT and Machine Laerning
IRJET - Talking Plant using IoT and Machine Laerning
 
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTAIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...
 
Industrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice AnnouncementIndustrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice Announcement
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
A Review Paper On Intelligent Home Automation Using Goggle Assistant
A Review Paper On Intelligent Home Automation Using Goggle AssistantA Review Paper On Intelligent Home Automation Using Goggle Assistant
A Review Paper On Intelligent Home Automation Using Goggle Assistant
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoT
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
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...
 
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
 
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
 
Automatic Light Turn On Off System
Automatic Light Turn On Off SystemAutomatic Light Turn On Off System
Automatic Light Turn On Off 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
 

Recently uploaded

computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

An IOT Project Integrated with RFID and GPRS

  • 1. 22 International Journal for Modern Trends in Science and Technology Volume: 2 | Issue: 06 | June 2016 | ISSN: 2455-3778IJMTST Industrial Monitoring and Control Using Internet of Things Arunraj M1 | Senthil K2 | Dhandapani M 3 1Embedded System Technologies, Vel Tech Multitech Dr.Rangarajan Dr.Sakunthala Engineering College, Chennai, Tamilnadu, India 2Embedded System Technologies, Vel Tech Multitech Dr.Rangarajan Dr.Sakunthala Engineering College, Chennai, Tamilnadu, India 3Ass Professor, Electrical and Electronics Department, Vel Tech Multitech Dr.Rangarajan Dr.Sakunthala Engineering College, Chennai, Tamilnadu, India The advent of low-power processors, intelligent wireless networks, and low-power sensors coupled with “Big Data” analytics has led to what‟s become a booming interest in the industrial Internet of Things (IIoT). Put simply, this combination of technologies enables a multitude of sensors to be put anywhere: not just where communications and power infrastructure exists, but anywhere valuable information is gleaned regarding the how, where, or what of a given “thing.” In On World„s global survey of industrial WSN users, reliability and security are the two most important concerns cited. In this paper the industrial monitoring and control of a coal mine is discussed, where lot of sensors are needed for this industry. In this consideration, the wireless sensor nodes are playing a major role. In this concern the low power compact nodes with enabled Wi-Fi ESP8266 SoC is taken. With this the continuous monitoring and control of these sensor nodes can be done with real time data, attained with good reliability and security. KEYWORDS: (IIOT) Industrial Internet of things, ESP8266, Espressif Systems, System on Chip (SoC), Wireless Sensor Network (WSN) Copyright © 2015 International Journal for Modern Trends in Science and Technology All rights reserved. I. INTRODUCTION Coal mine Industrial monitoring and control with reliability and security is the major aspect of this paper. Mining Industry requires lot of safety in order to avoid the accidents. It occupies many sensors right from obtaining the coal to the power generation. In order to avoid accidents and to maintain safety the wireless sensor networks are playing major role. Here the sensors are already the power constrained and it has the functions of sensing, processing and communicating to control dashboard. In this paper, IIOT the low power ESP8266 is interfaced with the sensor and it has the on-chip WIFI, so it can be communicated to the network. The sensed real time data is send to the cloud and it can be accessed through a system or by a mobile phone. This is through Thing speak; it is an online platform to build Internet of Things. It has inbuilt channels and API to build Internet of Things. Each and every sensor is having an IP that means the each sensor is connected to an individual ESP8266. This gives an individual IP to each sensor and that is been shared to cloud. Then, it can be accessed through the any smart phone or a system using the thing speak channel link. A prototype of Industrial monitoring and control system is implemented with two sensors and with cloud framework. Through this the cost of low power sensor node is reduced and the safety in coal mine is ensured by avoiding accident and through the complete monitoring control of sensors in anywhere, any time by mobile phones II. RELATED WORK Manan Mehta [1] tells about the features and uses of ESP8266 WIFI serial module. It shows the opportunities of the projects in Internet and gives ABSTRACT
  • 2. 23 International Journal for Modern Trends in Science and Technology Industrial Monitoring and Control Using Internet of Things ideas to research and development of this technology. The importance between WSN and the IOT is shown briefly in this paper. Zhengguo Sheng [2] and his teams in IEEE members provide us the impact of efficient management towards IOT in Industrial wireless sensor networks. It gives the overview of Industrial ecosystem, technical architecture and managing the WSN in an infrastructure. Cheng Bo [3] described about the safety in coal mining. It is explained with the WoT monitoring platform that achieves timely monitoring and system which operates in REST based framework. Vaibhav Pandit [4] gives the different environmental parameters of underground mine. The system explained with ARM7 and ZigBee to monitor the deadly gasses in the atmosphere along with temperature and humidity. N.Krithika and R. Seethalakshmi [5] explains about the safety schemes in coal mining industry. The system is to track and alert via voice command that forms a complete protective system for underground labors. It involves with various sensors. Shanzhi Chen [6] and his team explain the applications, challenges and opportunities with china perspective. They discussed the opportunities and prospect of IoT. III. PROPOSED SOLUTION This section describes about the coal mine monitoring and control system and all the requirements both software and hardware is described briefly in this section. It consists of three parts. First one is coal dumping yard data gathering through sensors. Second one is position of the conveyer’s data gathering through sensors. Third one is real time data collected and monitored in mobile phone through Internet. The proposed solution block diagram is shown below: Figure1: Overall System Architecture A. Architecture of coal dumping yard section: As shown in figure 1 the coal supply is the dumping yard section. In this coal is collected and is supplied as per the demand. The coal can withstand the temperature of 45 degree Celsius. If it exceeds the coal will automatically burns and the raw material will get wasted. And also the industrial safety is taken in to an account, the temperature of the coal dumping yard needs to be get sensed, if it exceeds the temperature, automatically the water spreader is activated and the temperature is reduced. For this sensor implementation the temperature sensor is interfaced to ESP8266 and with the help of Think speak the continuous monitoring and control can be done by anywhere, anytime. Figure 2: Proposed System Architecture B. Conveyors section: Second the position of the conveyors is considered as most important issues, where in the coal industry the raw material is generated in an area and the power is generated in another area. In this case the coal moved through conveyors to the power plant. If its position got changed, then it causes in production delay. In order to avoid this PIR sensor is placed and it is connected to ESP8266. C. Controlling Section: Each sensor in the industry is connected to the ESP8266. As a prototype three sensors are taken TEMP SENSOR HUMIDIT Y SENSOR PIR SENSOR ARDUINO ESP8266 THINGSPEAK
  • 3. 24 International Journal for Modern Trends in Science and Technology Volume: 2 | Issue: 06 | June 2016 | ISSN: 2455-3778IJMTST and it is connected to ESP8266. Through this the IP is generated and this is shared to Thing speak. Thing speak is the online tool to develop the IOT. Here the IP is shared and channels are created in thing speak and also templates can be created as user defined. Then it can be accessed via smart phone through internet. Through this the continuous monitoring and controlling can be done. IV. PROTO TYPE The prototype is designed via Arduino. The sensors named DHT22 Digital sensor, PIR sensor are connected to Arduino since it has more GPIO pins. Then the ESP8266 is connected to the Arduino to get single IP for all the sensors. Although the ESP8266 is capable of connecting the sensors and it requires a dedicated 3.3v. This can be done by FD232 serial converter. But as a prototype the Arduino is consider being more comfortable to connect the dedicated voltage.ESP8266 has many versions with different firmware. In this project ESP-01 is used and it has totally 8 pins. The pin ESP-01 is shown below in figure 3. Figure 3: ESP-01 The connection between ESP-01 and Arduino is shown below in figure 4. Arduino is an open source microcontroller board. Here it used to read sensors and that data is communicated through ESP to Thing speak. By sharing the API of Thing speak, the sensed data can be monitored and controlled through smart phones. ESP8266 ESP-01 Arduino UNO TX Pin 1 RX Pin 0 CH_PD 3.3V RST Unwired VCC 3.3V GND GND GPIO2 Unwired GPIO0 Unwired Coming to the sensors, the DHT 22 has four pins, Vcc, Data, NC, GND. It is a digital temperature and humidity sensor with good accuracy. PIR sensors allow you to sense motion, almost always used to detect whether a human has moved in or out of the sensors range. They are small, inexpensive, low-power, easy to use and don't wear out. PIRs are basically made of a pyro electric sensor (which you can see above as the round metal can with a rectangular crystal in the center), which can detect levels of infrared radiation. Everything emits some low level radiation, and the hotter something is, the more radiation is emitted. V. IMPLEMENTATION We had tested our prototype with two sensors temperature and humidity and PIR sensor because thinking in mind about the cost factor. Here the Arduino is having both 5v and 3.3v.So the connecting the ESP to the Arduino is comfortable. The Prototype result of Arduino with ESP is shown in figure 5. Figure 5: Arduino with ESP 01 The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. Here we are using the version of Arduino 1.06 for the programming the libraries are more important. We can program ESP8266 native code or use ESP8266 Node MCU. But there is a better way. Recently there was released ESP8266 Arduino IDE. We can program ESP8266 directly in Arduino IDE. That’s how we will get Arduino simplicity and power of ESP8266. The DHT 22 sensor has a high accuracy with data pin. The sensed data is send to Arduino and it is getting communicated through a SoC called ESP 01.This will have an unique IP address, and this is updated to the website that can be accessed by a smart phone. The prototype connection diagram of sensor is shown below in figure 7.
  • 4. 25 International Journal for Modern Trends in Science and Technology Industrial Monitoring and Control Using Internet of Things Figure 6: Firmware version To operate with this the firmware in ESP 01 is playing a major role. There are plenty of firmwares in market, but the compatibility is important. This is shown in figure 6 Espressif released a software development kit (SDK) that allowed the chip to be programmed, removing the need for a separate microcontroller. Since then, there have been many official SDK releases from Espressif; Espressif maintains two versions of the SDK — one that is based on RTOS and the other based on callbacks. Figure 7: Sensor interfacing By sharing the API to the code, the program will get accessed to the template. The sensed data is been shown as a simulation result in figure 8. Figure 8: Simulation result VI. CONCLUSION AND FUTURE WORK In this project we tested the prototype and the results are shown. Thus the implementations of low power wireless sensor node for coal mine is done and it is been monitored and controlled by the template created by the think speak and it can be accessed by the smart phone. In future the security can be more ensured, but it technologies depend, since it uses internet. The light weight gateways can be designed with more effective manner. REFERENCES [1] Manan Mehta. ESP8266: A Breakthrough in wireless sensor networks and Internet of Things. International Journal of Electronics and Communication Engineering & Technology Volume 6, Issue 8, Aug 2015, pp. 07-11. [2] Zhengguo Sheng, Chinmaya Mahapatra Chunsheng Zhu & Victor C.M Leung. Recent Advances in Industrial Wireless Sensor Networks toward Efficient Management in IoT IEEE Access Volume 3, June 2015, pp. 622-637. [3] Cheng Bo and Cheng Xin. Web of Things-Based Remote Monitoring System for Coal Mine Safety Using Wireless Sensor Network. International Journal of Distributed Sensor Networks Volume 2014, 0-14. [4] Vaibhav Pandit and Prof. U. A. Rane. Coal Mine Monitoring Using ARM7 and ZigBee. International Journal of Emerging Technology and Advanced Engineering. Volume 3, Issue 5, May 2013, pp.352-359 [5] N. Krithika and R. Seethalakshmi. Safety Scheme for Mining Industry using ZigBee Module, Indian Journal of Science and Technology, Vol 7(8), 1222–1227, August 2014 [6] Shanzhi Chen, Hui Xu and Dake Liu. A Vision of IoT: Applications, Challenges, and Opportunities with China Perspective. IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 4, AUGUST 2014, pp.349-359.