SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
2010 International Forum on Information Technology and Applications

Design and Implementation of the Lab Remote Monitoring System Based on Embedded
Web Technology
Liu Yang, Linying Jiang , Kun Yue ,Heming Pang
Software College ,Northeastern University,Shenyang 110819, China
yangliuneu@qq.com
with the ARM Intelligent Monitoring Center through GSM,
PSTN, and TCP / IP networks. Users can log on the ARM
Intelligent Monitoring Center through any remote terminal to
operate monitoring software, view the data of monitoring
center and know about the environmental conditions and
video image in the laboratory. The system Topology is
shown in Figure 1.

Abstract—Describe a software and hardware design solution of
an embedded web-based remote monitoring system for the
environment in the laboratories. Build an embedded web
server to publish the data of sensor networks and video images
to achieve remote monitoring which is based on B / S
architecture. Managers can control the equipments in the lab
through a web browser which is cross-platform. The embedded
database manages the data collected by sensor networks,
realizing the local management of environmental data. The
experimental results show that the system designed implements
safe and convenient remote monitoring and local management
of the environment in laboratories and has high availability,
reliability and popularization.
Keywords-embedded
web
server;
S3C2440
ARM
microprocessor; embedded database; remote monitoring system

I.

INTRODUCTION

The web technology has begun to have a rapid
development in the field of embedded systems in the post-PC
era. The application of embedded web technology in the
remote monitoring system has given rise to the technological
change in the field of industrial control. Nowadays the
management of the domestic laboratories in the research
institute and universities has issues of poor real time, high
cost and low precision .It is difficult to determine the quality
of the environment of the laboratory [1]. So the Laboratory
Intelligent Monitoring System should be developed to
implement early warning, remote control, real-time
monitoring and other functions. This paper comes up with a
design solution of an embedded web-based remote
monitoring system for the environment in the laboratories,
which realizes the local management and remote publishing
applications for large-scale dynamic data of sensor networks
and video images.
II.

Figure 1. The system topology

For the condition that there are large numbers of
laboratories to be monitored, we can consider increasing
monitoring PC in the middle-level. Then the monitor
information of ARM Intelligent Monitoring Centers can be
handled in a centralized way in the monitoring PC to avoid
the constraint software and hardware resource in the
embedded host to limit achieving demand for large-scale
monitoring functions. But the costs of the system will be
increased at the same time.

SYSTEM TOPOLOGY

The general framework of the Laboratory Intelligent
Monitoring System is divided into two parts which are the
local ARM Intelligent Monitoring Center and its peripheral
equipments and all kinds of remote monitoring terminals.
ARM Intelligent Monitoring Center uses Samsung's
S3C2440 processor as its main controller, the performance
and frequency of which are suitable for real-time video
image capture and processing applications [2]. Embedded
Linux operating system and boa embedded web server run
on the main controller to manage various types of
equipments including sensor networks, GSM / GPRS dualband module, USB cameras and so on.
Remote monitoring terminals, including mobile phones,
fixed phones, mobile PC, PDA and so on , are connected
978-0-7695-4115-0/10 $26.00 © 2010 IEEE
DOI 10.1109/IFITA.2010.175

III.
A.

DESIGN OF SYSTEM HARDWARE

System Controller
The system uses 32-bit RISC processor Samsung
S3C2440 with various features and peripherals. It’s based on
ARM 920T core and supports embedded Linux, WinCE,
VxWorks and other embedded operating system. All the
properties meet the requirements of the remote monitoring
system. The System hardware architecture is shown in
Figure 2.

172
IV.

DESIGN OF SYSTEM SOFTWARE

A.

Acquisition of Environmental Monitoring Data
As for the design of the Intelligent Lab Monitoring
System, we need to implement the local storage and dynamic
update of the data collected by sensor networks for the
achievement of local management and remote publishing of
environmental data, which can be implemented through an
embedded web server. The remote monitoring client browser
posts a HTTP request and then CGI programs operate
SQLite database. The System software architecture is shown
in Figure 3.

Figure 2. The system hardware architecture

B. Sensor Networks
We use MEGA 8 as the master chip of the sensor
extension board, which is connected to various types of
sensors to constitute a sensor network. This network collects
environmental data and transmits them to the ARM
Intelligent Monitoring Center through serial ports. The
sensor network includes DS18B20 temperature sensor,
HSll01 humidity sensor, TGS822 alcohol sensors, E200B
infrared sensors and TGS4161 carbon dioxide sensor. These
sensors automatically monitor the temperature, humidity,
carbon dioxide and other gas concentrations as well as the
availability of external material intrusion in the laboratory.
C. Design of GPRS Module
This system uses SIM100-E GSM / GPRS dual-band
module for voice transmission, messages and data services. It
provides wireless interface and communicates with the ARM
Intelligent Monitoring Center through the RS232 interface
.We write AT commands into the serial device file and
control the GPRS module to achieve functions such as the
SMS / MMS mode automatic alarm to the managers when an
exception occurs with the laboratory monitoring data.

Figure 3. The system software architecture

The well-known open-source database SQLite which
abandons many complex features of traditional enterprise
database and only implements the necessary functions in
terms of a basic database is one of the most widely used
embedded database [4-5].The system overhead is small and it
has retrieval efficiency, supporting ACID properties and
SQL92 standard. This system uses SQLite database on the
embedded Linux operating system to manage data.
The ARM Intelligent Monitoring Center acquires sensor
data via the sensor expansion board. The sensor expansion
board with Mega8 as its master chip is used for data
acquisition and communicating with intelligence monitoring
center. SCM software is in charge of the local polling to
obtain the status of each sensor and monitoring data. It can
send out an interrupt request signal. The ARM Intelligent
Monitoring Center sends control commands to SCM
according to the definition of serial communication protocol,
the latter returns the state or data of specified sensors
according to the commands. The sensor data is acquired and
updated in a fixed time interval managed by SQLite
database.

D. Webcams
Most of the current securities monitoring system are
based on PC with cameras, which is costly and troublesome
to implement. This system uses an embedded host to connect
cameras, which handles the real-time image acquisition and
image capture of laboratory environment. Through image
processing and special algorithm [3], the images can be used
to determine whether an exception illegal invasion event
occurs. In conjunction with infrared detectors for functional
complementation, the system has better implementation of
security features.
In addition, the ARM Intelligent Monitoring Center can
also control a variety of electrical equipments in the
laboratory and is equipped with a TFT LCD touch screen, on
which a friendly GUI developed by QT runs under
embedded Linux system.

B. Environmental Monitoring Data Analysis Algorithm
The environmental monitoring data analysis algorithm
analyzes the current data stored in the SQLite database

173
collected by sensor networks and compare them with the
threshold value. If there is an exception for the sensor data in
comparison with the threshold, then the system will call the
GPRS module and electrical device driver functions to make
corresponding processing such that when the temperature is
too high, we may think a big fire must be caused .So the
system sends an alarm message to the user, dial the phones,
cut off the power of large electrical equipments at the same
time. The photos which record the accident scene will be
saved in the root directory of the boa web server in order to
provide the proof of the cause of the accident. The flow chart
of the environmental monitoring data analysis algorithm is
shown in Figure 4.

process in the background. When users send requests
through IE browsers to the local embedded web server to
start the corresponding CGI program to accomplish the
parsing and processing of the parameters, the web server
translates the request parameters into environment variables
or standard input. CGI programs perform the corresponding
query and update operations of SQLite database and the
results are converted to the format which is recognized by
the web browsers. Then they are returned to the clients as
HTTP response messages, thereby achieving the remote
query of monitoring data collected by sensor networks.
2) Remote Publishing of Video Image Data
To achieve the remote publishing of video image data we
needed to complete three steps which are image acquisition,
image compression and dynamically displays through web
pages.
Image acquisition module completes the capture of the
video images through the video device driver V4L
(video4linux) in the embedded Linux kernel.V4L is the basis
of imaging systems of Linux system and provides a range of
application programming interface function for the control of
the video devices [7].These video devices include TV cards,
video capture cards, USB cameras and so on. The flow chart
of image captures based on V4L is shown in Figure 5.

Begin

Select meta-set corresponds to
current system time
N

Higher than the
threshold value?
Y

Y

Temperature attribute?
N

High temperature alarm
Eliminating the process for
other sensors

Send a warning message /open the
air-conditioning for refrigeration

Take photos/save image files to root
directory of boa embedded web server

Thread suspend
interval TIME2

N

Close monitoring
system?
Y
End

Figure 4. The environmental monitoring data analysis algorithm

C.

Publishing Environmental Monitoring Data Based on
the Embedded Web
To achieve the remote publishing of the sensor data and
video images, we can build an embedded web server. As for
resource-limited embedded devices the light weight web
servers we can choose are Boa, httpd, thttpd, etc. Boa is a
single-task web server which runs on UNIX /Linux system.
If there are two users’ simultaneous accesses to it, in which a
user must wait for a moment, the server creates a separate
process to handle CGI programs, taking up less
system resources. The advantages of Boa lie in its rapidity
and reliability. This system uses the open-source Boa web
server which supports CGI program. However, the principles
of remote publishing are totally different due to the
differences between the two types of environmental data.
1) Remote Publishing of Sensor Data
The remote publishing of sensor data is achieved through
the CGI technology. CGI is a standard interface for external
applications to interact with a web server [6].We transplant
embedded Linux system to the ARM Intelligent Monitoring
Center and build Boa web server, which is responsible for
listening to customer requests from the Internet as a running

Figure 5. The flow chart of image captures based on V4L

The video data collected in the memory can be saved as
files and it could also be compressed for transmission
through the Internet. This design will choose to compress the
video data with the MJPEG algorithm to generate data
stream .Finally, we need to dynamically displayed the video
data on web pages, but this is difficult to be implemented
through the traditional CGI technology. Because CGI
programs run on the server, which has high demand for the
hardware resources, they increase the burden of
servers. They aren’t suitable for the embedded environment
of which the memory and storage space is very limited .This
paper develops Java Applets to achieve flexible man-

174
machine interaction and the dynamic display of video image
data.
Java Applets are provided by the web server and they are
downloaded to the clients when the browser accesses the
server with requests. The client browser can run the program
only if it supports Java VM. The system uses Java Applets to
provide access interfaces for users, so it is convenient to
develop client applications, reducing the burden of web
server at the same time. In the ARM Intelligent Monitoring
Center we build a small embedded website, the main content
of which is monitored environmental data and information of
video images.
The process of the service provided by the embedded
website of the Laboratory Intelligent Monitoring System is
shown in Figure 6.

VI.

CONCLUSION

This paper focuses on solving the issues of poor real
time, high cost, low precision and incapability of
determining whether the lab environment is in line with the
body’s health in the laboratory management of domestic
institutions of higher learning and designs an embedded
web-based remote monitoring system to realize the local
management and remote publishing applications for largescale dynamic data of sensor networks and video
images. Build an embedded web server to publish the data
of sensor networks and video images to achieve remote
monitoring which is based on B / S architecture. Managers
can achieve remote monitoring for devices in the laboratory
through a web browser which is cross-platform. The
experimental results show that the system designed realizes
safe and convenient remote monitoring and local
management of the environment in laboratories and has high
availability, reliability and popularization.
ACKNOWLEDGMENT
This paper is funded by National Ministry of Education
College Students Innovative Experiment projects (090164)
REFERENCES
[1]

[2]
[3]
Figure 6. The process of the service of the embedded website

V.

[4]

EXPERIMENTAL RESULTS

[5]

The main page of the embedded website to remote
publishing the monitoring data of sensors and video image
information which is implemented by the combination of
embedded database SQLite and an embedded boa web server
is shown in Figure 7 .It can realize the remote access of
sensor monitoring data and video image information in the
laboratory, supporting the query of the historical records and
download of the environmental monitoring data to the client
according to requests. The remote video monitoring centers
can implement both real-time image monitoring and the
query of the photo image files automatically captured when
the monitoring system in abnormal states.

[6]

[7]

Figure 7. The main page of the embedded website

175

Wang Ping, Wang Zheng. Design and Implementation of Open
Computer Lab Monitoring and Management System [J]. Computer
and Modernization ,2007,11:125-128.
Samsung Electronics Co Ltd. Users' Manual S3C2440A V0.12 [M]
.2004.
Tan Jiyuan, Wu Chengdong. Research of Abnormal Target Detection
Algorithm in Intelligent Surveillance System [J]. Electrical and
Mechanical Engineering, 2009,26 (3) :12-15.
Jing Li, Yong Xu. Remote Monitoring Systems Based on Embedded
Database [C]. Third International Conference on Genetic and
Evolutionary Computing.2009 :381-384.
Lv Junyan, Xu Shiguo, Li Yijie. Application Research of Embedded
Database SQLite [C]. International Forum on Information
Technology and Applications. 2009: 539 - 543.
Ying Feng, Feng Yu-fen. The Design and Implementation of Home
Gateway Based on SQLite Database [J]. Micro-computer
Information, 2008, 24 (5-2): 24-26.
Wang Guowei, Song Tiecheng, Chen Zhengshi . Video Surveillance
Servers Based on Embedded Web Technology[J]. Computer
Engineering, 2005,31 (22) :202-204.

Weitere ähnliche Inhalte

Was ist angesagt?

DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGIAEME Publication
 
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
 
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
 
Paper id 42201619
Paper id 42201619Paper id 42201619
Paper id 42201619IJRAT
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET Journal
 
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
 
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processorIaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processorIaetsd Iaetsd
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...IJMER
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultreBhushan Deore
 
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200IRJET Journal
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)IRJET Journal
 
Remote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive ProductsRemote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive ProductsEditor IJCATR
 
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
 
Android-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power PlantsAndroid-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power PlantsIRJESJOURNAL
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemIRJET Journal
 

Was ist angesagt? (19)

DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
 
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
 
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
 
Paper id 42201619
Paper id 42201619Paper id 42201619
Paper id 42201619
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
E044062528
E044062528E044062528
E044062528
 
RF_NEC
RF_NECRF_NEC
RF_NEC
 
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
 
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processorIaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...
 
C5241719
C5241719C5241719
C5241719
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre
 
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)
 
Remote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive ProductsRemote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive Products
 
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...
 
Android-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power PlantsAndroid-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power Plants
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation System
 

Andere mochten auch

Wheelchair is guided by voice commands full documentation
Wheelchair is guided by voice commands full documentationWheelchair is guided by voice commands full documentation
Wheelchair is guided by voice commands full documentationMajd Khaleel
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemeSAT Journals
 
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
 
Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...eSAT Journals
 
An autonomous robot based on a wheelchair
An autonomous robot based on a wheelchairAn autonomous robot based on a wheelchair
An autonomous robot based on a wheelchairsudhakar5472
 
Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robotMohit Keshav
 
Design, development and testing of a wireless sensor network for medical appl...
Design, development and testing of a wireless sensor network for medical appl...Design, development and testing of a wireless sensor network for medical appl...
Design, development and testing of a wireless sensor network for medical appl...sudhakar5472
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th yearVatsal N Shah
 
Automatic voice control wheelchair
Automatic voice control wheelchairAutomatic voice control wheelchair
Automatic voice control wheelchairMohit Nagar
 
Vision Based Autonomous Mobile Robot Navigation
Vision Based Autonomous Mobile Robot NavigationVision Based Autonomous Mobile Robot Navigation
Vision Based Autonomous Mobile Robot NavigationNiaz Mohammad
 
Accelerometer and gyroscope
Accelerometer and gyroscopeAccelerometer and gyroscope
Accelerometer and gyroscopestall14
 
PIC microcontroller review
PIC microcontroller reviewPIC microcontroller review
PIC microcontroller reviewMohsen Sarakbi
 

Andere mochten auch (20)

Wheelchair is guided by voice commands full documentation
Wheelchair is guided by voice commands full documentationWheelchair is guided by voice commands full documentation
Wheelchair is guided by voice commands full documentation
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding system
 
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...
 
Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...
 
An autonomous robot based on a wheelchair
An autonomous robot based on a wheelchairAn autonomous robot based on a wheelchair
An autonomous robot based on a wheelchair
 
M.tech project abstract
M.tech project abstractM.tech project abstract
M.tech project abstract
 
Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robot
 
Design, development and testing of a wireless sensor network for medical appl...
Design, development and testing of a wireless sensor network for medical appl...Design, development and testing of a wireless sensor network for medical appl...
Design, development and testing of a wireless sensor network for medical appl...
 
FINAL DOC
FINAL DOCFINAL DOC
FINAL DOC
 
Pic Aid
Pic AidPic Aid
Pic Aid
 
CAN, BY MD.ABDULLAH
CAN, BY MD.ABDULLAHCAN, BY MD.ABDULLAH
CAN, BY MD.ABDULLAH
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
Automatic voice control wheelchair
Automatic voice control wheelchairAutomatic voice control wheelchair
Automatic voice control wheelchair
 
Vision Based Autonomous Mobile Robot Navigation
Vision Based Autonomous Mobile Robot NavigationVision Based Autonomous Mobile Robot Navigation
Vision Based Autonomous Mobile Robot Navigation
 
afc-1
afc-1afc-1
afc-1
 
SAGE BOT
SAGE BOTSAGE BOT
SAGE BOT
 
Report IOT Robot
Report IOT RobotReport IOT Robot
Report IOT Robot
 
Accelerometer
AccelerometerAccelerometer
Accelerometer
 
Accelerometer and gyroscope
Accelerometer and gyroscopeAccelerometer and gyroscope
Accelerometer and gyroscope
 
PIC microcontroller review
PIC microcontroller reviewPIC microcontroller review
PIC microcontroller review
 

Ähnlich wie Src 147

An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System Saptarshi Nag
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE cscpconf
 
Iaetsd arm based remote surveillance and motion detection
Iaetsd arm based remote surveillance and motion detectionIaetsd arm based remote surveillance and motion detection
Iaetsd arm based remote surveillance and motion detectionIaetsd Iaetsd
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTIJEACS
 
Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...csandit
 
IOT Based Data Monitoring System
IOT Based Data Monitoring SystemIOT Based Data Monitoring System
IOT Based Data Monitoring SystemAshok Fair
 
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
 
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
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGIAEME Publication
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx40NehaPagariya
 
Smart security system for sensitive area by using image processing
Smart security system for sensitive area by using   image processingSmart security system for sensitive area by using   image processing
Smart security system for sensitive area by using image processingMandar Pathrikar
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...eSAT Journals
 
Network Robots - Abhijeet
Network Robots - AbhijeetNetwork Robots - Abhijeet
Network Robots - AbhijeetAbhijeet Kalsi
 

Ähnlich wie Src 147 (20)

An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
 
Iaetsd arm based remote surveillance and motion detection
Iaetsd arm based remote surveillance and motion detectionIaetsd arm based remote surveillance and motion detection
Iaetsd arm based remote surveillance and motion detection
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoT
 
Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...
Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...
Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...
 
Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...
 
IOT Based Data Monitoring System
IOT Based Data Monitoring SystemIOT Based Data Monitoring System
IOT Based Data Monitoring System
 
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...
 
E010113235
E010113235E010113235
E010113235
 
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
 
C010221015
C010221015C010221015
C010221015
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx
 
Beagle board
Beagle boardBeagle board
Beagle board
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
41640 smart cams
41640 smart cams41640 smart cams
41640 smart cams
 
Smart security system for sensitive area by using image processing
Smart security system for sensitive area by using   image processingSmart security system for sensitive area by using   image processing
Smart security system for sensitive area by using image processing
 
Ds24756760
Ds24756760Ds24756760
Ds24756760
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
Network Robots - Abhijeet
Network Robots - AbhijeetNetwork Robots - Abhijeet
Network Robots - Abhijeet
 

Mehr von sudhakar5472

Novel mems respiratory flow sensor
Novel mems respiratory flow sensorNovel mems respiratory flow sensor
Novel mems respiratory flow sensorsudhakar5472
 
Secure remote patient monitoring system
Secure remote patient monitoring systemSecure remote patient monitoring system
Secure remote patient monitoring systemsudhakar5472
 
Monitoring of posture allocations and activities by a shoe based wearable sensor
Monitoring of posture allocations and activities by a shoe based wearable sensorMonitoring of posture allocations and activities by a shoe based wearable sensor
Monitoring of posture allocations and activities by a shoe based wearable sensorsudhakar5472
 
Sensors based wearable systems for monitoring of human movement and falls
Sensors based wearable systems for monitoring of human movement and fallsSensors based wearable systems for monitoring of human movement and falls
Sensors based wearable systems for monitoring of human movement and fallssudhakar5472
 
A zigbee based wearable physiological parameters monitoring system
A zigbee based wearable physiological parameters monitoring systemA zigbee based wearable physiological parameters monitoring system
A zigbee based wearable physiological parameters monitoring systemsudhakar5472
 
A passive radio frequency p h-sensing tag for wireless food-quality monitoring
A passive radio frequency p h-sensing tag for wireless food-quality monitoringA passive radio frequency p h-sensing tag for wireless food-quality monitoring
A passive radio frequency p h-sensing tag for wireless food-quality monitoringsudhakar5472
 
A wearable inertial sensor node for body motion analysis
A wearable inertial sensor node for body motion analysisA wearable inertial sensor node for body motion analysis
A wearable inertial sensor node for body motion analysissudhakar5472
 
The design and implementation of power earth line monitoring system
The design and implementation of power earth line monitoring systemThe design and implementation of power earth line monitoring system
The design and implementation of power earth line monitoring systemsudhakar5472
 
Design for middle way of intelligent energy-saving system with embedded system
Design for middle way of intelligent energy-saving system with embedded systemDesign for middle way of intelligent energy-saving system with embedded system
Design for middle way of intelligent energy-saving system with embedded systemsudhakar5472
 
Low cost solar ecg with bluetooth transmitter
Low cost solar ecg with bluetooth transmitterLow cost solar ecg with bluetooth transmitter
Low cost solar ecg with bluetooth transmittersudhakar5472
 
Hybrid optoelectronic sensor for current and temperature monitoring in overhe...
Hybrid optoelectronic sensor for current and temperature monitoring in overhe...Hybrid optoelectronic sensor for current and temperature monitoring in overhe...
Hybrid optoelectronic sensor for current and temperature monitoring in overhe...sudhakar5472
 
Compact emergency lamp using power leds
Compact emergency lamp using power ledsCompact emergency lamp using power leds
Compact emergency lamp using power ledssudhakar5472
 
Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...sudhakar5472
 
Research on water saving irrigation automatic control system based on interne...
Research on water saving irrigation automatic control system based on interne...Research on water saving irrigation automatic control system based on interne...
Research on water saving irrigation automatic control system based on interne...sudhakar5472
 
Arm embedded web server based on dac system
Arm embedded web server based on dac systemArm embedded web server based on dac system
Arm embedded web server based on dac systemsudhakar5472
 
A remote online monitoring system for dam
A remote online monitoring system for damA remote online monitoring system for dam
A remote online monitoring system for damsudhakar5472
 
Ima an integrated monitoring architecture with sensor networks
Ima an integrated monitoring architecture with sensor networksIma an integrated monitoring architecture with sensor networks
Ima an integrated monitoring architecture with sensor networkssudhakar5472
 
Development of on line monitoring system of substation power equipment based ...
Development of on line monitoring system of substation power equipment based ...Development of on line monitoring system of substation power equipment based ...
Development of on line monitoring system of substation power equipment based ...sudhakar5472
 
Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...sudhakar5472
 

Mehr von sudhakar5472 (20)

Novel mems respiratory flow sensor
Novel mems respiratory flow sensorNovel mems respiratory flow sensor
Novel mems respiratory flow sensor
 
Secure remote patient monitoring system
Secure remote patient monitoring systemSecure remote patient monitoring system
Secure remote patient monitoring system
 
Monitoring of posture allocations and activities by a shoe based wearable sensor
Monitoring of posture allocations and activities by a shoe based wearable sensorMonitoring of posture allocations and activities by a shoe based wearable sensor
Monitoring of posture allocations and activities by a shoe based wearable sensor
 
Sensors based wearable systems for monitoring of human movement and falls
Sensors based wearable systems for monitoring of human movement and fallsSensors based wearable systems for monitoring of human movement and falls
Sensors based wearable systems for monitoring of human movement and falls
 
A zigbee based wearable physiological parameters monitoring system
A zigbee based wearable physiological parameters monitoring systemA zigbee based wearable physiological parameters monitoring system
A zigbee based wearable physiological parameters monitoring system
 
A passive radio frequency p h-sensing tag for wireless food-quality monitoring
A passive radio frequency p h-sensing tag for wireless food-quality monitoringA passive radio frequency p h-sensing tag for wireless food-quality monitoring
A passive radio frequency p h-sensing tag for wireless food-quality monitoring
 
A wearable inertial sensor node for body motion analysis
A wearable inertial sensor node for body motion analysisA wearable inertial sensor node for body motion analysis
A wearable inertial sensor node for body motion analysis
 
The design and implementation of power earth line monitoring system
The design and implementation of power earth line monitoring systemThe design and implementation of power earth line monitoring system
The design and implementation of power earth line monitoring system
 
Design for middle way of intelligent energy-saving system with embedded system
Design for middle way of intelligent energy-saving system with embedded systemDesign for middle way of intelligent energy-saving system with embedded system
Design for middle way of intelligent energy-saving system with embedded system
 
Low cost solar ecg with bluetooth transmitter
Low cost solar ecg with bluetooth transmitterLow cost solar ecg with bluetooth transmitter
Low cost solar ecg with bluetooth transmitter
 
Hybrid optoelectronic sensor for current and temperature monitoring in overhe...
Hybrid optoelectronic sensor for current and temperature monitoring in overhe...Hybrid optoelectronic sensor for current and temperature monitoring in overhe...
Hybrid optoelectronic sensor for current and temperature monitoring in overhe...
 
Compact emergency lamp using power leds
Compact emergency lamp using power ledsCompact emergency lamp using power leds
Compact emergency lamp using power leds
 
Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...
 
Research on water saving irrigation automatic control system based on interne...
Research on water saving irrigation automatic control system based on interne...Research on water saving irrigation automatic control system based on interne...
Research on water saving irrigation automatic control system based on interne...
 
Arm embedded web server based on dac system
Arm embedded web server based on dac systemArm embedded web server based on dac system
Arm embedded web server based on dac system
 
A remote online monitoring system for dam
A remote online monitoring system for damA remote online monitoring system for dam
A remote online monitoring system for dam
 
Src 135
Src 135Src 135
Src 135
 
Ima an integrated monitoring architecture with sensor networks
Ima an integrated monitoring architecture with sensor networksIma an integrated monitoring architecture with sensor networks
Ima an integrated monitoring architecture with sensor networks
 
Development of on line monitoring system of substation power equipment based ...
Development of on line monitoring system of substation power equipment based ...Development of on line monitoring system of substation power equipment based ...
Development of on line monitoring system of substation power equipment based ...
 
Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...Next generation system for real time monitoring of rainfall, soil moisture, a...
Next generation system for real time monitoring of rainfall, soil moisture, a...
 

Kürzlich hochgeladen

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 

Kürzlich hochgeladen (20)

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 

Src 147

  • 1. 2010 International Forum on Information Technology and Applications Design and Implementation of the Lab Remote Monitoring System Based on Embedded Web Technology Liu Yang, Linying Jiang , Kun Yue ,Heming Pang Software College ,Northeastern University,Shenyang 110819, China yangliuneu@qq.com with the ARM Intelligent Monitoring Center through GSM, PSTN, and TCP / IP networks. Users can log on the ARM Intelligent Monitoring Center through any remote terminal to operate monitoring software, view the data of monitoring center and know about the environmental conditions and video image in the laboratory. The system Topology is shown in Figure 1. Abstract—Describe a software and hardware design solution of an embedded web-based remote monitoring system for the environment in the laboratories. Build an embedded web server to publish the data of sensor networks and video images to achieve remote monitoring which is based on B / S architecture. Managers can control the equipments in the lab through a web browser which is cross-platform. The embedded database manages the data collected by sensor networks, realizing the local management of environmental data. The experimental results show that the system designed implements safe and convenient remote monitoring and local management of the environment in laboratories and has high availability, reliability and popularization. Keywords-embedded web server; S3C2440 ARM microprocessor; embedded database; remote monitoring system I. INTRODUCTION The web technology has begun to have a rapid development in the field of embedded systems in the post-PC era. The application of embedded web technology in the remote monitoring system has given rise to the technological change in the field of industrial control. Nowadays the management of the domestic laboratories in the research institute and universities has issues of poor real time, high cost and low precision .It is difficult to determine the quality of the environment of the laboratory [1]. So the Laboratory Intelligent Monitoring System should be developed to implement early warning, remote control, real-time monitoring and other functions. This paper comes up with a design solution of an embedded web-based remote monitoring system for the environment in the laboratories, which realizes the local management and remote publishing applications for large-scale dynamic data of sensor networks and video images. II. Figure 1. The system topology For the condition that there are large numbers of laboratories to be monitored, we can consider increasing monitoring PC in the middle-level. Then the monitor information of ARM Intelligent Monitoring Centers can be handled in a centralized way in the monitoring PC to avoid the constraint software and hardware resource in the embedded host to limit achieving demand for large-scale monitoring functions. But the costs of the system will be increased at the same time. SYSTEM TOPOLOGY The general framework of the Laboratory Intelligent Monitoring System is divided into two parts which are the local ARM Intelligent Monitoring Center and its peripheral equipments and all kinds of remote monitoring terminals. ARM Intelligent Monitoring Center uses Samsung's S3C2440 processor as its main controller, the performance and frequency of which are suitable for real-time video image capture and processing applications [2]. Embedded Linux operating system and boa embedded web server run on the main controller to manage various types of equipments including sensor networks, GSM / GPRS dualband module, USB cameras and so on. Remote monitoring terminals, including mobile phones, fixed phones, mobile PC, PDA and so on , are connected 978-0-7695-4115-0/10 $26.00 © 2010 IEEE DOI 10.1109/IFITA.2010.175 III. A. DESIGN OF SYSTEM HARDWARE System Controller The system uses 32-bit RISC processor Samsung S3C2440 with various features and peripherals. It’s based on ARM 920T core and supports embedded Linux, WinCE, VxWorks and other embedded operating system. All the properties meet the requirements of the remote monitoring system. The System hardware architecture is shown in Figure 2. 172
  • 2. IV. DESIGN OF SYSTEM SOFTWARE A. Acquisition of Environmental Monitoring Data As for the design of the Intelligent Lab Monitoring System, we need to implement the local storage and dynamic update of the data collected by sensor networks for the achievement of local management and remote publishing of environmental data, which can be implemented through an embedded web server. The remote monitoring client browser posts a HTTP request and then CGI programs operate SQLite database. The System software architecture is shown in Figure 3. Figure 2. The system hardware architecture B. Sensor Networks We use MEGA 8 as the master chip of the sensor extension board, which is connected to various types of sensors to constitute a sensor network. This network collects environmental data and transmits them to the ARM Intelligent Monitoring Center through serial ports. The sensor network includes DS18B20 temperature sensor, HSll01 humidity sensor, TGS822 alcohol sensors, E200B infrared sensors and TGS4161 carbon dioxide sensor. These sensors automatically monitor the temperature, humidity, carbon dioxide and other gas concentrations as well as the availability of external material intrusion in the laboratory. C. Design of GPRS Module This system uses SIM100-E GSM / GPRS dual-band module for voice transmission, messages and data services. It provides wireless interface and communicates with the ARM Intelligent Monitoring Center through the RS232 interface .We write AT commands into the serial device file and control the GPRS module to achieve functions such as the SMS / MMS mode automatic alarm to the managers when an exception occurs with the laboratory monitoring data. Figure 3. The system software architecture The well-known open-source database SQLite which abandons many complex features of traditional enterprise database and only implements the necessary functions in terms of a basic database is one of the most widely used embedded database [4-5].The system overhead is small and it has retrieval efficiency, supporting ACID properties and SQL92 standard. This system uses SQLite database on the embedded Linux operating system to manage data. The ARM Intelligent Monitoring Center acquires sensor data via the sensor expansion board. The sensor expansion board with Mega8 as its master chip is used for data acquisition and communicating with intelligence monitoring center. SCM software is in charge of the local polling to obtain the status of each sensor and monitoring data. It can send out an interrupt request signal. The ARM Intelligent Monitoring Center sends control commands to SCM according to the definition of serial communication protocol, the latter returns the state or data of specified sensors according to the commands. The sensor data is acquired and updated in a fixed time interval managed by SQLite database. D. Webcams Most of the current securities monitoring system are based on PC with cameras, which is costly and troublesome to implement. This system uses an embedded host to connect cameras, which handles the real-time image acquisition and image capture of laboratory environment. Through image processing and special algorithm [3], the images can be used to determine whether an exception illegal invasion event occurs. In conjunction with infrared detectors for functional complementation, the system has better implementation of security features. In addition, the ARM Intelligent Monitoring Center can also control a variety of electrical equipments in the laboratory and is equipped with a TFT LCD touch screen, on which a friendly GUI developed by QT runs under embedded Linux system. B. Environmental Monitoring Data Analysis Algorithm The environmental monitoring data analysis algorithm analyzes the current data stored in the SQLite database 173
  • 3. collected by sensor networks and compare them with the threshold value. If there is an exception for the sensor data in comparison with the threshold, then the system will call the GPRS module and electrical device driver functions to make corresponding processing such that when the temperature is too high, we may think a big fire must be caused .So the system sends an alarm message to the user, dial the phones, cut off the power of large electrical equipments at the same time. The photos which record the accident scene will be saved in the root directory of the boa web server in order to provide the proof of the cause of the accident. The flow chart of the environmental monitoring data analysis algorithm is shown in Figure 4. process in the background. When users send requests through IE browsers to the local embedded web server to start the corresponding CGI program to accomplish the parsing and processing of the parameters, the web server translates the request parameters into environment variables or standard input. CGI programs perform the corresponding query and update operations of SQLite database and the results are converted to the format which is recognized by the web browsers. Then they are returned to the clients as HTTP response messages, thereby achieving the remote query of monitoring data collected by sensor networks. 2) Remote Publishing of Video Image Data To achieve the remote publishing of video image data we needed to complete three steps which are image acquisition, image compression and dynamically displays through web pages. Image acquisition module completes the capture of the video images through the video device driver V4L (video4linux) in the embedded Linux kernel.V4L is the basis of imaging systems of Linux system and provides a range of application programming interface function for the control of the video devices [7].These video devices include TV cards, video capture cards, USB cameras and so on. The flow chart of image captures based on V4L is shown in Figure 5. Begin Select meta-set corresponds to current system time N Higher than the threshold value? Y Y Temperature attribute? N High temperature alarm Eliminating the process for other sensors Send a warning message /open the air-conditioning for refrigeration Take photos/save image files to root directory of boa embedded web server Thread suspend interval TIME2 N Close monitoring system? Y End Figure 4. The environmental monitoring data analysis algorithm C. Publishing Environmental Monitoring Data Based on the Embedded Web To achieve the remote publishing of the sensor data and video images, we can build an embedded web server. As for resource-limited embedded devices the light weight web servers we can choose are Boa, httpd, thttpd, etc. Boa is a single-task web server which runs on UNIX /Linux system. If there are two users’ simultaneous accesses to it, in which a user must wait for a moment, the server creates a separate process to handle CGI programs, taking up less system resources. The advantages of Boa lie in its rapidity and reliability. This system uses the open-source Boa web server which supports CGI program. However, the principles of remote publishing are totally different due to the differences between the two types of environmental data. 1) Remote Publishing of Sensor Data The remote publishing of sensor data is achieved through the CGI technology. CGI is a standard interface for external applications to interact with a web server [6].We transplant embedded Linux system to the ARM Intelligent Monitoring Center and build Boa web server, which is responsible for listening to customer requests from the Internet as a running Figure 5. The flow chart of image captures based on V4L The video data collected in the memory can be saved as files and it could also be compressed for transmission through the Internet. This design will choose to compress the video data with the MJPEG algorithm to generate data stream .Finally, we need to dynamically displayed the video data on web pages, but this is difficult to be implemented through the traditional CGI technology. Because CGI programs run on the server, which has high demand for the hardware resources, they increase the burden of servers. They aren’t suitable for the embedded environment of which the memory and storage space is very limited .This paper develops Java Applets to achieve flexible man- 174
  • 4. machine interaction and the dynamic display of video image data. Java Applets are provided by the web server and they are downloaded to the clients when the browser accesses the server with requests. The client browser can run the program only if it supports Java VM. The system uses Java Applets to provide access interfaces for users, so it is convenient to develop client applications, reducing the burden of web server at the same time. In the ARM Intelligent Monitoring Center we build a small embedded website, the main content of which is monitored environmental data and information of video images. The process of the service provided by the embedded website of the Laboratory Intelligent Monitoring System is shown in Figure 6. VI. CONCLUSION This paper focuses on solving the issues of poor real time, high cost, low precision and incapability of determining whether the lab environment is in line with the body’s health in the laboratory management of domestic institutions of higher learning and designs an embedded web-based remote monitoring system to realize the local management and remote publishing applications for largescale dynamic data of sensor networks and video images. Build an embedded web server to publish the data of sensor networks and video images to achieve remote monitoring which is based on B / S architecture. Managers can achieve remote monitoring for devices in the laboratory through a web browser which is cross-platform. The experimental results show that the system designed realizes safe and convenient remote monitoring and local management of the environment in laboratories and has high availability, reliability and popularization. ACKNOWLEDGMENT This paper is funded by National Ministry of Education College Students Innovative Experiment projects (090164) REFERENCES [1] [2] [3] Figure 6. The process of the service of the embedded website V. [4] EXPERIMENTAL RESULTS [5] The main page of the embedded website to remote publishing the monitoring data of sensors and video image information which is implemented by the combination of embedded database SQLite and an embedded boa web server is shown in Figure 7 .It can realize the remote access of sensor monitoring data and video image information in the laboratory, supporting the query of the historical records and download of the environmental monitoring data to the client according to requests. The remote video monitoring centers can implement both real-time image monitoring and the query of the photo image files automatically captured when the monitoring system in abnormal states. [6] [7] Figure 7. The main page of the embedded website 175 Wang Ping, Wang Zheng. Design and Implementation of Open Computer Lab Monitoring and Management System [J]. Computer and Modernization ,2007,11:125-128. Samsung Electronics Co Ltd. Users' Manual S3C2440A V0.12 [M] .2004. Tan Jiyuan, Wu Chengdong. Research of Abnormal Target Detection Algorithm in Intelligent Surveillance System [J]. Electrical and Mechanical Engineering, 2009,26 (3) :12-15. Jing Li, Yong Xu. Remote Monitoring Systems Based on Embedded Database [C]. Third International Conference on Genetic and Evolutionary Computing.2009 :381-384. Lv Junyan, Xu Shiguo, Li Yijie. Application Research of Embedded Database SQLite [C]. International Forum on Information Technology and Applications. 2009: 539 - 543. Ying Feng, Feng Yu-fen. The Design and Implementation of Home Gateway Based on SQLite Database [J]. Micro-computer Information, 2008, 24 (5-2): 24-26. Wang Guowei, Song Tiecheng, Chen Zhengshi . Video Surveillance Servers Based on Embedded Web Technology[J]. Computer Engineering, 2005,31 (22) :202-204.