SlideShare a Scribd company logo
1 of 3
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 9, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 1777
Multiparameter Web Sensor
Tushar Dave1
Vijayprakash Singh2
Mohit Vekariya3
Yashit Tita4
Chintan Jani5
1, 2
RKDF College of Engineering, Bhopal
3
Om Shanti College, Rajkot, Gujarat
4, 5
Subhash Engineering College, Junagadh
Abstract—Design a multi-parameter data acquisition system
for an Air Quality Monitoring and publish the data over
internet through embedded web server The most common
causes of CO exposure are fires, faulty combustion heating
systems, exhaust from internal combustion engines and
heating gases other than natural gas. Leading cause of
accidental poisoning deaths is due to carbon monoxide. CO
impairs oxygen delivery and has its most lethal effects on
organs requiring high levels of oxygen like the brain and
heart. Air quality monitoring system presents a network for
indoor and outdoor air quality monitoring. Each node is
installed in a different room and includes tin dioxide sensor
arrays connected to an acquisition system. The nodes are
hardwired or wirelessly connected to a central monitoring
unit. To increase the gas concentration measurement
accuracy, two gas sensor influence quantities like
temperature and humidity are also measured. Therefore, the
proposed work is multi parameter data acquisition system
for air quality monitoring and to publish the data over
internet through embedded web server. The data of the
different sensors are transmitted using the wireless
transmission technique and it is published over the internet.
Key words: Multi-Parameter, Zigbee Technology, Web
Sensor, ADC
I. INTRODUCTION
A Web server can be embedded in a device to provide
remote access to the device from a Web browser if the
resource requirements of the Web server are reduced. The
end result of this reduction is typically a portable set of code
that can run on embedded systems with limited computing
resources. The embedded system can be utilized to serve the
embedded Web documents, including static and dynamic
information about embedded systems, to Web browsers The
development of EWS must take into account the relative
scarcity of computing resources. EWS must meet the
device’s memory requirements and limited processing
power. General-purpose Web servers have evolved toward a
multi-threaded architecture that either dedicates a separate
thread to each incoming connection, or uses a thread pool to
handle a set of connections with a smaller number of
threads. Single process or thread to every incoming
connection is usually impractical due to the memory
overhead required and, in some cases, to the lack of system
support for multiple processes.
Generally network devices require high reliability.
As one embedded component of network device, EWS also
must be highly reliable. Because it is a subordinate process,
at least it must protect propagation of internal failure to the
whole system. EWS needs to run on a much broader range
of embedded system in RTOS environments that vary
widely in terms of the facilities they provide, and with much
tighter resource constraints than mainstream computing
hardware. So it requires high portability.
More difficult than memory limitation is managing
the impact of Web request servicing on the system CPU:
Can request processing be done in a way that allows the rest
of the system to meet its real-time constraints? An EWS
process as a subordinate process to the main purpose of the
device must use as little CPU as possible, in order not to
interfere the main task of system. To minimize system
resource usage, EWS can place restrictions on some
parameters. For example, it is not necessary to support a
very large number of connected users; usually one to a half
dozen users will be accessing the system at a time.
II. RELATED WORK
Generally network devices require high reliability. As one
embedded component of network device, EWS also must be
highly reliable. Because it is a subordinate process, at least it
must protect propagation of internal failure to the whole
system. EWS needs to run on a much broader range of
embedded system in RTOS environments that vary widely
in terms of the facilities they provide, and with much tighter
resource constraints than mainstream computing hardware.
So it requires high portability Generally network devices
require high reliability. As one embedded component of
network device, EWS also must be highly reliable. Because
it is a subordinate process, at least it must protect
propagation of internal failure to the whole system. EWS
needs to run on a much broader range of embedded system
in RTOS environments that vary widely in terms of the
facilities they provide, and with much tighter resource
constraints than mainstream computing hardware. So it
requires high portability
III. DESIGN PROCEDURE
Design a multi-parameter data acquisition system for an Air
Quality Monitoring and publish the data over internet
through embedded web server The most common causes of
CO exposure are fires, faulty combustion heating systems,
exhaust from internal combustion engines and heating gases
other than natural gas. Leading cause of accidental
poisoning deaths is due to carbon monoxide. CO impairs
oxygen delivery and has its most lethal effects on organs
requiring high levels of oxygen like the brain and heart. The
sensor module gives the analog output in terms of voltage.
These analog values are then converted into digital value
using the A/D convertor. The microcontroller used in the
system is PIC18F452, which consists of in built A/D
convertor. The data is further sent for the wireless data
transmission using the serial communication (RS232).
Zigbee module is connected serially with the PIC18F452
and transmits the data of the sensor module. MPLAB IDE is
Multiparameter Web Sensor
(IJSRD/Vol. 1/Issue 9/2013/0022)
All rights reserved by www.ijsrd.com 1778
used for developing the application and Hi-tech compiler is
used for compiling the application code. The code is
developed using Embedded C language. PIC18F452
contains 10-bit A/D convertor which converts the analog
input signal into corresponding digital values. The output is
stored in the SFR.
IV. ACTUAL WORKING
Fig. 1: Sensor Module with wireless data transmission
Air quality monitoring system consists of two block
diagram. The data from different sensors’ are transmitted
using the wireless communication is shown in the figure 1.
The data is received by the receiver and further stores in the
external memory. The stored data is being transmitted
through internet for the remote monitoring. This
functionality is shown in figure 1.
There are multiple sensor modules located at
different places such as in the building each floor consists of
a sensor module as shown from the figure .1. Each sensor
module contains a gas sensor, temperature sensor and
humidity sensor. This sensor module is interfaces with the
microcontroller. Output from each sensor is fed to the
microcontroller. The microcontroller digitizes the analog
sensor output. The microcontroller is interfaces with the
ZigBee module for the wireless transmission of the sensor
output. The ZigBee module is serially interfaced with the
microcontroller. The ZigBee module then transmits the data
came from the controller to the central unit which is the
embedded web server.
At the receiving side, the ZigBee receiver receives
the data transmitted at the specific interval as shown in the
figure 2. This interval can be configured according to the
demand of the client. The received data is stored in the
memory which is interfaced with the microcontroller. The
central functional unit to get access on the embedded system
via web browser is the web server. Such web servers bring
the desired HTML pages and pictures over the worldwide
Internet or a local network to the web browser. A TCP/IP
protocol stack, that means it is based on sophisticated and
established standards, manages the entire communication.
Web server (HTTP server) and browser (HTTP client) build
TCP/IP applications.
Fig. 2: Data receiver with embedded web server
V. CONCLUSION
The proposed work is the implementation of a measuring
system for air quality monitoring. Two architectures are
proposed for wireless communication between the sensing
nodes and a processing unit that manages the whole system.
Because of the communication range of the hardware used,
the systems are particularly suited for indoor applications.
The outdoor range limitation can be overcome using high-
gain omni-directional antennas that provide extended
coverage. Considering the increasing number of the low-
cost wireless transmitter and the capabilities of the
distributed air quality developed system (based on air-
quality embedded Web sensors), different locations can be
monitored and the air quality values web published.
The main novelties of this proposed work are given as
follows.
1) The development of an air quality monitoring system that
uses smart sensors in a wireless network;
2) The development of software for sensing node TCP/IP
remote control and Web publishing software associated with
air quality monitoring system.
The embedded web server that has been designed
can be used in educational institutions, industries, offices
and many other places. For web-based network element
management provide an administrator with a simple but
enhanced and more powerful user interface without
additional hardware. Software contention and architectures
can significantly affect web server performance. Poorly
designed and configured software architectures might even
generate high response times while the physical resources
display low utilization. A remote user only requires a
common Internet browser to carry out experiments on real
hardware. The embedded web server replaces the PC, which
is required for remote labs with special hard- and software.
ACKNOWLEDGMENTS
Tushar Dave, Abhay Upadhyay and Mohit Vekariya are
thankful to ISTP Journal for the support to develop this
document.
REFERENCES
[1] F. Sarry and M. Lumbreras, ― Gas discrimination in
an air-conditioned system‖ IEEE transactions on
instrumentation and measurement, vol 49,no. 4,pp 809-
812,Aug 2000
[2] Nihal Kularatna and B. H. Sudantha, ―An
Environmental Air Pollution Monitoring System Based
on the IEEE 1451 Standard for Low cost requirement, ‖
IEEE Sensors Journal, Vol. 8, No. 4, April 2008
[3] Igor Klimchynski, ―Extensible Embedded Web Server
Architecture for Internet-Based Data Acquisition and
Control‖, IEEE Sensor Journal, Vol. 6, No. 3, June
2006,
[4] M.S. Colajanni, P.S. Yu and D.M. Dias, ―Analysis of
task assignment policies in scalable distributed web
server system‖ IEEE. Transactions on parallel
distribution system, Vol. 9, No. 6, September 1998.
Multiparameter Web Sensor
(IJSRD/Vol. 1/Issue 9/2013/0022)
All rights reserved by www.ijsrd.com 1779
[5] Hong-Taek Ju, Mi-Joung Choi and James W. Hong,
―An efficient and lightweight embedded Web server
for Web-based network element , management‖,
International Journal of Network Management, pp. 261
– 275, Oct 2000
[6] Gas Sensors Catalog, Figaro, Osaka, Japan. [Online
document]. http://www.figaro.com
[7] Digi, Xbee OEM RF Module. [Online document]
Available: www.digi.com/support/doctumentation/
90000976 [

More Related Content

What's hot

Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Controlijeei-iaes
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET Journal
 
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONESANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONESijmnct
 
The water quality monitoring system based on wsn
The water quality monitoring system based on wsnThe water quality monitoring system based on wsn
The water quality monitoring system based on wsnimpulsetechembedded12
 
Wireless Water Monitoring System
Wireless Water Monitoring SystemWireless Water Monitoring System
Wireless Water Monitoring SystemPraveen Sharma
 
Measurement of NPK, Temperature, Moisture, Humidity using WSN
Measurement of NPK, Temperature, Moisture, Humidity using WSNMeasurement of NPK, Temperature, Moisture, Humidity using WSN
Measurement of NPK, Temperature, Moisture, Humidity using WSNIJERA Editor
 
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...IJECEIAES
 
Data Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time ApplicationsData Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time Applicationsijsrd.com
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
IRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring SystemIRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring SystemIRJET Journal
 
125910167
125910167125910167
125910167Giang2211
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT IRJET Journal
 
Wild fire monitoring system
Wild fire monitoring systemWild fire monitoring system
Wild fire monitoring systemJohn Mahlalela
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET Journal
 
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...IJNSA Journal
 
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)Nitin Balakrishnan
 
Air pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver systemAir pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver systemTELKOMNIKA JOURNAL
 

What's hot (20)

Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring System
 
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONESANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
 
The water quality monitoring system based on wsn
The water quality monitoring system based on wsnThe water quality monitoring system based on wsn
The water quality monitoring system based on wsn
 
RF_NEC
RF_NECRF_NEC
RF_NEC
 
Wireless Water Monitoring System
Wireless Water Monitoring SystemWireless Water Monitoring System
Wireless Water Monitoring System
 
Measurement of NPK, Temperature, Moisture, Humidity using WSN
Measurement of NPK, Temperature, Moisture, Humidity using WSNMeasurement of NPK, Temperature, Moisture, Humidity using WSN
Measurement of NPK, Temperature, Moisture, Humidity using WSN
 
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
 
I45015153
I45015153I45015153
I45015153
 
Data Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time ApplicationsData Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time Applications
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring SystemIRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring System
 
125910167
125910167125910167
125910167
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
 
Wild fire monitoring system
Wild fire monitoring systemWild fire monitoring system
Wild fire monitoring system
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
 
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
 
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)
REMOWZ - Realtime Water Quality Monitoring using ZigBee based WSN (Part I)
 
Air pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver systemAir pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver system
 
Ai35194197
Ai35194197Ai35194197
Ai35194197
 

Viewers also liked

Analysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its ComparisonAnalysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its Comparisonijsrd.com
 
Application of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated TextileApplication of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated Textileijsrd.com
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 
A Survey of Techniques Used To Detect Selfish Nodes in MANET
 A Survey of Techniques Used To Detect Selfish Nodes in MANET A Survey of Techniques Used To Detect Selfish Nodes in MANET
A Survey of Techniques Used To Detect Selfish Nodes in MANETijsrd.com
 
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...ijsrd.com
 
A survey on Efficient Enhanced K-Means Clustering Algorithm
 A survey on Efficient Enhanced K-Means Clustering Algorithm A survey on Efficient Enhanced K-Means Clustering Algorithm
A survey on Efficient Enhanced K-Means Clustering Algorithmijsrd.com
 
ON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique ApplicationON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique Applicationijsrd.com
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...ijsrd.com
 
Introduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express TechnologyIntroduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express Technologyijsrd.com
 
Performance Analysis using OEE
Performance Analysis using OEEPerformance Analysis using OEE
Performance Analysis using OEEijsrd.com
 
Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...ijsrd.com
 
Super-Resolution of Multispectral Images
Super-Resolution of Multispectral ImagesSuper-Resolution of Multispectral Images
Super-Resolution of Multispectral Imagesijsrd.com
 
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mailText Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mailijsrd.com
 
Clustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati LanguageClustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati Languageijsrd.com
 
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...ijsrd.com
 
A Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of DiseasesA Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of Diseasesijsrd.com
 
A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...ijsrd.com
 
A Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard RocksA Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard Rocksijsrd.com
 

Viewers also liked (18)

Analysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its ComparisonAnalysis of Different Parking Space and its Comparison
Analysis of Different Parking Space and its Comparison
 
Application of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated TextileApplication of Plasma Technology for Coated Textile
Application of Plasma Technology for Coated Textile
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 
A Survey of Techniques Used To Detect Selfish Nodes in MANET
 A Survey of Techniques Used To Detect Selfish Nodes in MANET A Survey of Techniques Used To Detect Selfish Nodes in MANET
A Survey of Techniques Used To Detect Selfish Nodes in MANET
 
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
 
A survey on Efficient Enhanced K-Means Clustering Algorithm
 A survey on Efficient Enhanced K-Means Clustering Algorithm A survey on Efficient Enhanced K-Means Clustering Algorithm
A survey on Efficient Enhanced K-Means Clustering Algorithm
 
ON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique ApplicationON Fuzzy Linear Programming Technique Application
ON Fuzzy Linear Programming Technique Application
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
 
Introduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express TechnologyIntroduction to VIP with PCI Express Technology
Introduction to VIP with PCI Express Technology
 
Performance Analysis using OEE
Performance Analysis using OEEPerformance Analysis using OEE
Performance Analysis using OEE
 
Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...Comparative study on growth status of Teen age Male Volleyball players on sel...
Comparative study on growth status of Teen age Male Volleyball players on sel...
 
Super-Resolution of Multispectral Images
Super-Resolution of Multispectral ImagesSuper-Resolution of Multispectral Images
Super-Resolution of Multispectral Images
 
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mailText Based Fuzzy Clustering Algorithm to Filter Spam E-mail
Text Based Fuzzy Clustering Algorithm to Filter Spam E-mail
 
Clustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati LanguageClustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati Language
 
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
Improved Frequent Pattern Mining Algorithm using Divide and Conquer Technique...
 
A Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of DiseasesA Decision Tree Based Classifier for Classification & Prediction of Diseases
A Decision Tree Based Classifier for Classification & Prediction of Diseases
 
A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...A review on techniques for optimizing process parameters for TIG Welding Alum...
A review on techniques for optimizing process parameters for TIG Welding Alum...
 
A Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard RocksA Review Study on Methods of Tunneling in Hard Rocks
A Review Study on Methods of Tunneling in Hard Rocks
 

Similar to Multiparameter Web Sensor

Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215IJERA Editor
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopIRJET Journal
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.IRJET Journal
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
Bj4101347351
Bj4101347351Bj4101347351
Bj4101347351IJERA Editor
 
Remote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networksRemote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networkseSAT Journals
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformIRJET Journal
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETcseij
 
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
 
Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverzaidinvisible
 
Design and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverDesign and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverzaidinvisible
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System ijesajournal
 
B03504008012
B03504008012B03504008012
B03504008012theijes
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...IRJET Journal
 

Similar to Multiparameter Web Sensor (20)

Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and Laptop
 
Beagle board
Beagle boardBeagle board
Beagle board
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
Bj4101347351
Bj4101347351Bj4101347351
Bj4101347351
 
Remote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networksRemote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networks
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
 
L010527175
L010527175L010527175
L010527175
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 
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
 
Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiver
 
Design and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverDesign and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiver
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System
 
Wireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water SystemWireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water System
 
B03504008012
B03504008012B03504008012
B03504008012
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoĂŁo Esperancinha
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Multiparameter Web Sensor

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 9, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 1777 Multiparameter Web Sensor Tushar Dave1 Vijayprakash Singh2 Mohit Vekariya3 Yashit Tita4 Chintan Jani5 1, 2 RKDF College of Engineering, Bhopal 3 Om Shanti College, Rajkot, Gujarat 4, 5 Subhash Engineering College, Junagadh Abstract—Design a multi-parameter data acquisition system for an Air Quality Monitoring and publish the data over internet through embedded web server The most common causes of CO exposure are fires, faulty combustion heating systems, exhaust from internal combustion engines and heating gases other than natural gas. Leading cause of accidental poisoning deaths is due to carbon monoxide. CO impairs oxygen delivery and has its most lethal effects on organs requiring high levels of oxygen like the brain and heart. Air quality monitoring system presents a network for indoor and outdoor air quality monitoring. Each node is installed in a different room and includes tin dioxide sensor arrays connected to an acquisition system. The nodes are hardwired or wirelessly connected to a central monitoring unit. To increase the gas concentration measurement accuracy, two gas sensor influence quantities like temperature and humidity are also measured. Therefore, the proposed work is multi parameter data acquisition system for air quality monitoring and to publish the data over internet through embedded web server. The data of the different sensors are transmitted using the wireless transmission technique and it is published over the internet. Key words: Multi-Parameter, Zigbee Technology, Web Sensor, ADC I. INTRODUCTION A Web server can be embedded in a device to provide remote access to the device from a Web browser if the resource requirements of the Web server are reduced. The end result of this reduction is typically a portable set of code that can run on embedded systems with limited computing resources. The embedded system can be utilized to serve the embedded Web documents, including static and dynamic information about embedded systems, to Web browsers The development of EWS must take into account the relative scarcity of computing resources. EWS must meet the device’s memory requirements and limited processing power. General-purpose Web servers have evolved toward a multi-threaded architecture that either dedicates a separate thread to each incoming connection, or uses a thread pool to handle a set of connections with a smaller number of threads. Single process or thread to every incoming connection is usually impractical due to the memory overhead required and, in some cases, to the lack of system support for multiple processes. Generally network devices require high reliability. As one embedded component of network device, EWS also must be highly reliable. Because it is a subordinate process, at least it must protect propagation of internal failure to the whole system. EWS needs to run on a much broader range of embedded system in RTOS environments that vary widely in terms of the facilities they provide, and with much tighter resource constraints than mainstream computing hardware. So it requires high portability. More difficult than memory limitation is managing the impact of Web request servicing on the system CPU: Can request processing be done in a way that allows the rest of the system to meet its real-time constraints? An EWS process as a subordinate process to the main purpose of the device must use as little CPU as possible, in order not to interfere the main task of system. To minimize system resource usage, EWS can place restrictions on some parameters. For example, it is not necessary to support a very large number of connected users; usually one to a half dozen users will be accessing the system at a time. II. RELATED WORK Generally network devices require high reliability. As one embedded component of network device, EWS also must be highly reliable. Because it is a subordinate process, at least it must protect propagation of internal failure to the whole system. EWS needs to run on a much broader range of embedded system in RTOS environments that vary widely in terms of the facilities they provide, and with much tighter resource constraints than mainstream computing hardware. So it requires high portability Generally network devices require high reliability. As one embedded component of network device, EWS also must be highly reliable. Because it is a subordinate process, at least it must protect propagation of internal failure to the whole system. EWS needs to run on a much broader range of embedded system in RTOS environments that vary widely in terms of the facilities they provide, and with much tighter resource constraints than mainstream computing hardware. So it requires high portability III. DESIGN PROCEDURE Design a multi-parameter data acquisition system for an Air Quality Monitoring and publish the data over internet through embedded web server The most common causes of CO exposure are fires, faulty combustion heating systems, exhaust from internal combustion engines and heating gases other than natural gas. Leading cause of accidental poisoning deaths is due to carbon monoxide. CO impairs oxygen delivery and has its most lethal effects on organs requiring high levels of oxygen like the brain and heart. The sensor module gives the analog output in terms of voltage. These analog values are then converted into digital value using the A/D convertor. The microcontroller used in the system is PIC18F452, which consists of in built A/D convertor. The data is further sent for the wireless data transmission using the serial communication (RS232). Zigbee module is connected serially with the PIC18F452 and transmits the data of the sensor module. MPLAB IDE is
  • 2. Multiparameter Web Sensor (IJSRD/Vol. 1/Issue 9/2013/0022) All rights reserved by www.ijsrd.com 1778 used for developing the application and Hi-tech compiler is used for compiling the application code. The code is developed using Embedded C language. PIC18F452 contains 10-bit A/D convertor which converts the analog input signal into corresponding digital values. The output is stored in the SFR. IV. ACTUAL WORKING Fig. 1: Sensor Module with wireless data transmission Air quality monitoring system consists of two block diagram. The data from different sensors’ are transmitted using the wireless communication is shown in the figure 1. The data is received by the receiver and further stores in the external memory. The stored data is being transmitted through internet for the remote monitoring. This functionality is shown in figure 1. There are multiple sensor modules located at different places such as in the building each floor consists of a sensor module as shown from the figure .1. Each sensor module contains a gas sensor, temperature sensor and humidity sensor. This sensor module is interfaces with the microcontroller. Output from each sensor is fed to the microcontroller. The microcontroller digitizes the analog sensor output. The microcontroller is interfaces with the ZigBee module for the wireless transmission of the sensor output. The ZigBee module is serially interfaced with the microcontroller. The ZigBee module then transmits the data came from the controller to the central unit which is the embedded web server. At the receiving side, the ZigBee receiver receives the data transmitted at the specific interval as shown in the figure 2. This interval can be configured according to the demand of the client. The received data is stored in the memory which is interfaced with the microcontroller. The central functional unit to get access on the embedded system via web browser is the web server. Such web servers bring the desired HTML pages and pictures over the worldwide Internet or a local network to the web browser. A TCP/IP protocol stack, that means it is based on sophisticated and established standards, manages the entire communication. Web server (HTTP server) and browser (HTTP client) build TCP/IP applications. Fig. 2: Data receiver with embedded web server V. CONCLUSION The proposed work is the implementation of a measuring system for air quality monitoring. Two architectures are proposed for wireless communication between the sensing nodes and a processing unit that manages the whole system. Because of the communication range of the hardware used, the systems are particularly suited for indoor applications. The outdoor range limitation can be overcome using high- gain omni-directional antennas that provide extended coverage. Considering the increasing number of the low- cost wireless transmitter and the capabilities of the distributed air quality developed system (based on air- quality embedded Web sensors), different locations can be monitored and the air quality values web published. The main novelties of this proposed work are given as follows. 1) The development of an air quality monitoring system that uses smart sensors in a wireless network; 2) The development of software for sensing node TCP/IP remote control and Web publishing software associated with air quality monitoring system. The embedded web server that has been designed can be used in educational institutions, industries, offices and many other places. For web-based network element management provide an administrator with a simple but enhanced and more powerful user interface without additional hardware. Software contention and architectures can significantly affect web server performance. Poorly designed and configured software architectures might even generate high response times while the physical resources display low utilization. A remote user only requires a common Internet browser to carry out experiments on real hardware. The embedded web server replaces the PC, which is required for remote labs with special hard- and software. ACKNOWLEDGMENTS Tushar Dave, Abhay Upadhyay and Mohit Vekariya are thankful to ISTP Journal for the support to develop this document. REFERENCES [1] F. Sarry and M. Lumbreras, ― Gas discrimination in an air-conditioned system‖ IEEE transactions on instrumentation and measurement, vol 49,no. 4,pp 809- 812,Aug 2000 [2] Nihal Kularatna and B. H. Sudantha, ―An Environmental Air Pollution Monitoring System Based on the IEEE 1451 Standard for Low cost requirement, ‖ IEEE Sensors Journal, Vol. 8, No. 4, April 2008 [3] Igor Klimchynski, ―Extensible Embedded Web Server Architecture for Internet-Based Data Acquisition and Control‖, IEEE Sensor Journal, Vol. 6, No. 3, June 2006, [4] M.S. Colajanni, P.S. Yu and D.M. Dias, ―Analysis of task assignment policies in scalable distributed web server system‖ IEEE. Transactions on parallel distribution system, Vol. 9, No. 6, September 1998.
  • 3. Multiparameter Web Sensor (IJSRD/Vol. 1/Issue 9/2013/0022) All rights reserved by www.ijsrd.com 1779 [5] Hong-Taek Ju, Mi-Joung Choi and James W. Hong, ―An efficient and lightweight embedded Web server for Web-based network element , management‖, International Journal of Network Management, pp. 261 – 275, Oct 2000 [6] Gas Sensors Catalog, Figaro, Osaka, Japan. [Online document]. http://www.figaro.com [7] Digi, Xbee OEM RF Module. [Online document] Available: www.digi.com/support/doctumentation/ 90000976 [