INTRAVENOUS INFUSION MONITORING SYSTEM BASED ON WSN
|
|
|
- Jerome Fitzgerald
- 10 years ago
- Views:
Transcription
1 INTRAVENOUS INFUSION MONITORING SYSTEM BASED ON WSN Yang Zhang *, Sanfeng Zhang +, Yi Ji *, Guoxin Wu * College of Software Engineering, College of Computer Science and Engineering, Southeast University, Nanjing , China +Corresponding author: [email protected] Keywords: intravenous infusion monitor; wireless sensor network; ZigBee; slot-coupled infrared diode Abstract In various treatment plans, the progress and velocity of intravenous infusion must be strictly controlled. Undeniable, present artificial monitoring methods not only increase the burden of patients, relatives and medical staff, but are vulnerable to lead oversight as well. This paper presents the design and implementation of a novel wireless sensor network for intravenous infusion monitoring based on slot-coupled infrared emitting diode as sensors, chip ATMEGE128L as MCU and chip CC2420 as ZigBee-based RF communication. The system has following characteristics: non-touch droplet monitor, easy to reuse, multiple protections on system accuracy and reliability, easy to integrate with existing hospital management system due to flexible design of the host computer software, low cost, and easy to launch large-scale applications. 1 Introduction Intravenous infusion is an important clinical treatment [8]. Reviewing various treatment plans, the progress and velocity of intravenous infusion must be strictly controlled; otherwise, it will result in serious medical accidents. Undeniable, present artificial monitoring methods not only increase the burden of patients, relatives and medical staff, but are vulnerable to lead fatigue and oversight as well. Here is an example, in 2009, an 18-month child died of reflux during intravenous infusion in the hospital of Liangchen area, Wuxi city, Jiangsu province, PRC. Fortunately, some specialized medical instruments can be part of solution to these problems [10][11]; for example, infusion pump is able to control the velocity of infusion strictly, and cut down infusion tube at the end in case of reflux. However, those similar instruments have some common disadvantages: largescale applications are limited by high cost; requiring special cleaning before being reused makes these instruments cumbersome, as opposed to disposable infusion tube; no network communication functions eliminate these products to integrate with hospital management system present. Wireless sensor network (WSN) technology [2][3], which is based on novel sensor and RF communication technology provides a low-cost, easy to deploy and flexible method for reality perception and data acquisition as well as transmission. This paper describes the design and implementation of a novel WSN for intravenous infusion monitoring based on slot-coupled infrared emitting diode as sensors, ATMEGE128L as MCU and CC2420, ZigBee-based [1] RF chip produced by the Chipcon Company. The system has following characteristics: non-touch droplet monitoring, easy to reuse, multiple protections on system accuracy and reliability, easy to integrate with existing hospital management system due to flexible design of host computer software, low cost, and easy to launch large-scale applications. Large quantities of experiments guarantee the accuracy and reliability as well as high precision of the system which conforms to realistic applications [4]. This paper is organized as following parts: introduction of intravenous infusion monitoring principle, the whole architecture of the system, the choice of sensor components, the design of monitoring circuit, the design of MCU with RF communication circuit, the software of sensor, the software of host computer; finally we focus on the precision and reliability of the system by experimental results and analysis. 2 The principle of the monitoring system This paper shows we perceive the progress and velocity of droplet through droplet monitoring. Hydromechanics theory shows that the weight of the droplet is only related to the surface tension under approximately static Nkosi steady state conditions [6] when the velocity is slow enough; and there are many factors influence the surface tension such as liquid concentration, species, and the sectional dimension, shape, temperature as well as humidity of the droplet. Under practical conditions, given fixed type of infusion tube, and little change in temperature and humidity, the main factor affecting droplet weight is liquid species and droplet velocity [9]. We could gain an empirical value formula through analysing the experimental statistics of the droplet amounts contained in per millilitre under different medicine species and droplet velocity conditions. Based on this formula, the system design a tuning algorithm [5] managed to improve the precision of automatic monitoring. In experimental analysis section of this paper, we will analyse the influence on monitoring precision caused by liquid species and droplet velocity in details.
2 3 Architecture of the monitoring system System deployment is shown in Fig 1. The intravenous infusion monitoring sensor is deployed at each Murphy's tube in disposable infusion tube which is responsible for signal perception, waveform adjusting, data transmission and light alarm with sound. Sink node is connected to PC deployed in the nursing station through transfer line between RS232 and USB which is responsible for collecting signals on the infusion progress and velocity from each monitoring sensor, then transmit these signals to host computer through COM port. Monitor software on host computer is in charge of data processing, interface display and alarm as well as integrated interface with other system. MCU module based on ATMEGE128L, and RF communication module based on CC2420 chip. JTAG RS232 Voltage Regulator Circuit JTAG USART ADC1 Tw1 ADC0 INT0 ADC2 PORT CC2420 Slot-coupled Infrared Emitting Diode Light and Sound Sensor 5-way A/D Expend 8-way Data Channel ATmega128L Monitoring Software Fig 2 Structure of sensor node RS232-USB Zigbee Sensor Node Sink Node Fig 1 System deployment topology 4 Design of monitoring sensor 4.1 The selection of sensor components By investigation, available components in market which can monitor droplet or liquid level monitoring can be divided into: ultrasonic sensors, laser sensors, separate infrared emitting diodes, coupled infrared emitting diodes. The system finally adopts coupled infrared emitting diode after taking precision, anti-interference, cost, power consumption, distance, size and deployment into account. Table 1 Comparison of droplet monitoring sensors Type Precision Anti-interference Cost Power Distance Size Cost Ultra-sound sensor High Strong High High Middle Large Inconvenient Laser sensor High Strong High High Far Middle Inconvenient Separate infrared emitting diode Middle Weak Low Low Middle Small Inconvenient Coupled infrared emitting diode Middle Middle Low Low Near Small Convenient The structure of intravenous infusion monitoring sensor is shown in Fig 2. The structure of sink nodes is similar to those of monitoring sensor. The difference between them is the latter has no sensor component and waveform adjusting circuit. The sensor is mainly consisted of three components: droplet signal monitoring module based on slot-coupled infrared emitting diode and its waveform adjusting circuit, Coupled infrared emitting diode with 1.5cm diameter slot adopted by the system has prominent advantages on low cost, low power consumption and small size; moreover, 1.5*5cm Murphy's tube in disposable infusion tube can be exactly embedded into 1.5cm diameter slot on coupled infrared emitting diode; hence deployment is easy.
3 4.2 Design of monitoring circuit The principle of sensor components is shown in Fig 3. When there is a droplet going through slot-coupled infrared emitting diode, the receiver of the component will generate a signal. The signal will be amplified after comparison by LM393, and then the waveform will be adjusted to the same duty cycle making use of monostable function designed in NE555CN chip. After that, the signal will be sent to the fourth interrupt pin in ATMEGE128 MCU. Meanwhile, there is a led connected to signal output interface, facilitating the observation of infrared emitting diode working correctly. Chip CC2420 is produced with 0.18um CMOS technology based on the technology of SmartRF 03 developed by Chipocon Company. It performs steadily even in very low power consumption. Meanwhile, CC2420 conforms to the IEEE standards and exceeds it in selectivity and sensitivity to guarantee the effectiveness and reliability of short-range communication. Effective bandwidth of 250kbps provided by CC2420 ensures network scalability. RF communication can be easily realized via CC2420 accompanied by few external components. In the design of our nodes, external circuit of CC2420 is shown in Fig 4. 5 Intravenous infusion monitoring software 5.1 Software on monitor node Fig 3 Schematic of sensor component 4.3 Design of MCU with RF communication circuit MCU with RF communication circuit of intravenous infusion monitoring sensor is the same as those of sink node. MCU is mainly consisted of ATMEGA128L chip produced by ATMEL Company. Designed in RISC architecture, this chip performs highly qualified in low power consumption. It works under the voltage of V, easy to be supported by various batteries or external power supply. The chip also offers six kinds of sleep modes to reduce power consumption, improving the lifecycle of the sensor. Fig 4 Schematic of RF communication component RF communication module is mainly consisted of CC2420 produced by the Chipcon Company. The software of sensor is run on the MCU of intravenous infusion monitoring nodes and sink nodes which is responsible for node control, interrupt handling triggered by liquid signal, wireless communication, serial communication, alarm on exception, fault recovery, etc. On the condition that the MCU program has been developed by us totally, there exist many disadvantages, ranging from heavy workload to depending on specific hardware and to poor portability, just to name a few; thus, the software is developed on TinyOS which is a kind of component-based operating system developed in UC Berkley. In TinyOS, task switching, interrupt handling, serial communication and ZigBee protocol stack are provided as components, so developers just need to focus on business logic. Moreover, TinyOS has many advantages such as tiny object code, high efficiency, Shielding hardware differences, etc. Thus, it is very suitable for wireless sensor network which is restricted in calculation, memory and energy. In order to simplify the complexity of software of sensor, lower power consumption and save bandwidth, the software of sensor is only responsible for the most fundamental function required for precise and reliable infusion monitoring. Once the interrupt is triggered by droplet signal, the software changes the droplet counter and droplet interval timer. The droplet velocity is calculated with the interval of the latest N droplets (general value of N is 5). If droplet velocity exceeds initial scope of velocity, the software will immediately send out an emergency alarm datagram as well as light alarm with sound. Droplet count and droplet velocity are sent to host computer software periodically in the form of synchronous datagram. The frequency of datagram sent is changed according to infusion progress. The frequency is low at the beginning, but every droplet will trigger a synchronous datagram at the end stage of infusion. Working in this way not only ensures precision but saves bandwidth and power consumption as well. In order to avoid faults caused by downtime due to the host computer, wireless signal interference and lower hardware failure, the software among intravenous infusion monitoring sensors, sink node and host computer software adopts the method of transmitting heartbeat diagram among them to ensure normal working condition of all parts. If any part cannot receive other s
4 heartbeat diagram in expected time, it will alarm in light with sound. 5.2 Monitor software on PC Host computer software is run on PC deployed in the nursing station which is responsible for human-machine interface, automatic detection of the infusion progress and velocity, visual alarm functions; it also provides interface to other information management systems. The software records all the droplet sizes at different droplet velocity and different medicine species as tuning parameters to estimate the progress of intravenous infusion. There is some information such as patient's identity, medicine species, total volume, velocity scope which should be initialized when a new patient comes; the information can also be obtained from existing hospital information system through RFID. Host computer software provides visualization of infusion monitoring interface according to infusion progress, velocity and exception from monitoring. The interface is shown in Fig 5. 6 Experiment results and analysis 6.1 The result of hardware and software development Intravenous infusion monitoring sensor we produce is shown in Fig 6. In order to guarantee the availability in hospital, we have done plenty of experiments on precision and reliability. First, we analyse the influence caused by different medicine species. We have fixed the related parameters like velocity and the type of infusion tube; and we test droplet amounts of different medicine species per millilitre repeatedly at room temperature. We find that droplet amounts per millilitre are mainly influenced by liquid viscosity. The results are shown in Table 2. Table 2 Influence caused by different medicine species Medicine Species Droplet Amount Per Millilitre 5% Glucose 20 10% Glucose 19.5 Physiological Saline 20 Dextran Table 2 shows that droplet amount of different medicine species per millilitre is different; so the system takes medicine species into consideration of system tuning algorithm. We analyse the influence caused by droplet velocity then. The results are shown in table 3. Table 3 Influence caused by droplet velocity Fig 5 Graphic interface of infusion monitoring system Droplet Velocity (drops/min) 5% Glucose 10% Glucose Physiological Saline Dextran Fig 6 Picture of intravenous infusion monitoring sensor Table 3 shows the relationship between droplet velocity and droplet size that, in common, high speed leads to bigger droplets so that droplet amounts are less per millilitre, consistent with Poiseuille equation [7] Q=(p1-p2)/R, Q stands for flow load, p1-p2 stands for pressure difference between the ends of the infusion tube, R stands for flow resistance. The system, automatic detection module of upper computer software, sets tuning parameters to ensure precision according to real-time droplet velocity. Finally, we test the precision of the whole system. At room temperature with 10% glucose as an example, we compare the progress from monitoring system with the progress from the reality according to twenty sets of experimental raw data at different droplet velocity. Maximum error is controlled in 0.5% of the total volume, conforming to
5 general realistic requirements [9]. The experimental statistics of 10% glucose is shown in Fig 7 where the vertical axis stands for drop volume remained (in millilitres) while horizontal axis stands for infusion span (in seconds). Fig 7 Experimental Statistics of 10% Glucose 7. Conclusion This paper illustrates a kind of intravenous infusion monitoring network based on slot-coupled infrared emitting diode and ZigBee protocol. Large quantities of experimental statistics show that the monitoring system is able to realize the monitoring function on progress and velocity of intravenous infusion, precise and reliable. Moreover, the system has prominent advantages on low cost, low power consumption, small size, good scalability, convenient deployment, flexible use. Thus, the intravenous infusion monitoring network has high values in large-scale applications. Acknowledgements This work is supported by the National High-Tech Research and Development Plan of China under Grant No. 2007AA-01Z422. This work is also supported by Microsoft China. References [1] Zigbee Alliance, Zigbee specification: Zigbee document r13 Version 1.1. Web site: Dec [2] Wheeler, A. "Commercial Applications of Wireless Sensor Networks Using ZigBee", IEEE Communications Magazine, Vol: 45, Issue: 4, pp: 70-77, April [3] S.-Y. Ni, Y.-C. Tseng, Y.-S. Chen, and J.-P. Sheu, The Broadcast Storm Problem in a Mobile Ad Hoc Network, in Proc. of the 5th annual ACM/IEEE international conference on Mobile computing and networking, pp , Aug [4] Dudde, R. Thomas Vering Piechotta, G. Hintsche, R. (2005) Computer aided continuous drug infusion-setup and test of a mobile closed loop system for the continuous automated infusion of insulin. TheIEEE Transactions on Information Technology in Biomedicine. 2005,pp [5] M. d. Berg, O. Schwarzkopf, M. V. Kreveld, and M. Overmars, Computational Geometry: Algorithms and Applications, 2nd Edition: Springer-Verlag, [6] G. K. Batchelor, "The effect of homogeneous turbulence on material lines and surfaces," Proc. R. Soc. London, Ser. A 213, 349 (1952). [7] S. Goldstein, Modern Developments in Fluid Dynamics: An Account of Theory and Experiment Relating to Boundary Layers, Turbulent Motion and Wakes (Dover, New York, 1965), Vol. 2. [8] N.Simon, B..etc. Impact of infusion method on amikacin serum levels in humans Pulmonary harmacology & Therapeutics, Volume 23, Issue 4, Pages [9] M. Ziser, M. Feezor and M.W. Skolaut, Regulating intravenous fluid flow: controller versus clamps, Am J Hosp Pharm 36 (1979), pp [10] The Link Between Intravenous Multiple Pump Flow Errors and Infusion System Mechanical Compliance Murphy, Robert S. PhD*; Wilcox, Steven J. PhD. [11] Weiss M, Hug MI, Neff T, Fischer J. Syringe size and flow rate affect delivery from syringe pumps. Can J Anaesth 2000.
Design of Remote data acquisition system based on Internet of Things
, pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.
ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE
ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE S.Josephine Selvarani ECE Department, Karunya University, Coimbatore. Abstract - An on-line health monitoring of physiological signals of humans such as temperature
Design of an Insulin Pump. Purpose of an Insulin Pump:
Design of an Insulin Pump Purpose of an Insulin Pump: Insulin is a hormone central to regulating carbohydrate and fat metabolism in the body. It is secreted regularly within the body and aids in converting
Sensor network infrastructure for intelligent building monitoring and management system
Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor
Intelligent Home Automation and Security System
Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology
Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation
International Journal of Smart Grid and Clean Energy Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation Aina Hu a *, Huanhuan Wang b, and Jianchen Wan a a Department
How to design an insulin pump
How to design an insulin pump Learn about the purpose of an insulin pump, its overall workings, and the requirements needed for its design as well as implementation. By Asha Ganesan Applications Engineer
WAITER: A Wearable Personal Healthcare and Emergency Aid System
Sixth Annual IEEE International Conference on Pervasive Computing and Communications WAITER: A Wearable Personal Healthcare and Emergency Aid System Wanhong Wu 1, Jiannong Cao 1, Yuan Zheng 1, Yong-Ping
Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network
Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Xinjian Xiang College of Automation & Electrical Engineering, Zhejiang University of Science and Technology, Zhejiang,
Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430
Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,
Wireless monitoring system for temperature and humidity based on ZigBee
Wireless monitoring system for temperature and humidity based on ZigBee Abstract Jianjun Chen* Shaoxing University uanpei College, Shaoxing, Zhejiang, 3000, China Received March 04, www.cmnt.lv Traditional
Design of Wireless Home automation and security system using PIC Microcontroller
IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication
The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers
The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers The proliferation of sophisticated yet affordable personal medical devices is transforming the health care industry,
Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network
24 Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network Zulhani Rasin Faculty of Electrical Engineering Universiti Teknikal Malaysia Melaka (UTeM) Melaka, Malaysia Email: [email protected]
Implementation of Wireless Gateway for Smart Home
Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang
The Research and Application of College Student Attendance System based on RFID Technology
The Research and Application of College Student Attendance System based on RFID Technology Zhang Yuru, Chen Delong and Tan Liping School of Computer and Information Engineering, Harbin University of Commerce,
Automated Security System using ZigBee
IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 01 June 2015 ISSN (online): 2349-6010 Automated Security System using ZigBee Sneha Susan Abraham Saveetha School
Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System
Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Atul Arora, Ankit Malik ABSTRACT In this paper, a low-power consumption remote home security alarm system developed
DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK
International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK
Wireless Home Security System
Wireless Home Security System Group: D14 Members: Vaibhav Singh (05D07026) Abhishek Tiwari (05D07028) Sauvik Chowdhury (05D07029) 1. Abstract The project is aimed at designing a low cost and reliable wireless
A WSN healthcare monitoring system for elderly people in geriatric facilities
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS
Review of the Air Force Academy No 2 (24) 2013 BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Marian ALEXANDRU, Vlad URSU Transilvania University of Brasov, Romania Abstract: A study of how to implement
Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee
Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee A. B. Tagad 1, P. N. Matte 2 1 G.H.Raisoni College of Engineering & Management, Chas, Ahmednagar, India. 2 Departments
Wireless Sensor Network for Performance Monitoring of Electrical Machine
International Journal of Reconfigurable and Embedded Systems (IJRES) Vol. 4, No. 1, March 2015, pp. 1~5 ISSN: 2089-4864 1 Wireless Sensor Network for Performance Monitoring of Electrical Machine Priyanka
The design and implementation of the environment monitoring system of smart home based on EnOcean technology
International Conference on Manufacturing Science and Engineering (ICMSE 2015) The design and implementation of the environment monitoring system of smart home based on EnOcean technology Peng Dong1, a,
Wireless Sensor Network for Continuous Monitoring a Patient s Physiological Conditions Using ZigBee
Wireless Sensor Network for Continuous Monitoring a Patient s Physiological Conditions Using ZigBee Ramanathan.P ECE-DEPT Pallavan College of Engineering Thimmasamudram, Kanchipuram-631502 Tamilnadu, India
A Non-beaconing ZigBee Network Implementation and Performance Study
A Non-beaconing ZigBee Network Implementation and Performance Study Magnus Armholt Email: [email protected] Sakari Junnila Email: [email protected] Irek Defee Email: [email protected] Abstract
A Surveillance Robot with Climbing Capabilities for Home Security
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,
A Review of Security System for Smart Home Applications
Journal of Computer Science 8 (7): 1165-1170, 2012 ISSN 1549-3636 2012 Science Publications A Review of Security System for Smart Home Applications Mohammad Syuhaimi Ab-Rahman and Mohd Ariff Razaly Department
A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks
, pp.100-104 http://dx.doi.org/10.14257/astl.2014.45.19 A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks Li Ma 1,2,3, Jingzhou Yan 1,2,Kuo Liao 3,4, Shuangshuang Yan
Surveillance System Using Wireless Sensor Networks
Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA [email protected] [email protected] Abstract The
Original Research Articles
Original Research Articles Researchers Mr.Ramchandra K. Gurav, Prof. Mahesh S. Kumbhar Department of Electronics & Telecommunication, Rajarambapu Institute of Technology, Sakharale, M.S., INDIA Email-
M2M I/O Modules. To view all of Advantech s M2M I/O Modules, please visit www.advantech.com/products.
M2M I/O Modules 14 M2M I/O Modules Overview 14-2 M2M I/O Modules Selection Guide 14-6 ADAM-2510Z Wireless Router Node 14-8 ADAM-2520Z Wireless Modbus RTU Gateway 14-9 ADAM-2031Z ADAM-2632Z ADAM-2017Z ADAM-2018Z
Zigbee-Based Wireless Distance Measuring Sensor System
Zigbee-Based Wireless Distance Measuring Sensor System Ondrej Sajdl 1, Jaromir Zak 1, Radimir Vrba 1 1 Department of Microelectronics, Brno University of Technology, FEEC, Udolni 53, 602 00 Brno, Czech
Design and Realization of Internet of Things Based on Embedded System
Design and Realization of Internet of Things Based on Embedded System Used in Intelligent Campus Department of Computer and Information Engineering, Heze University, Shandong,274015,China,[email protected]
A Wireless Sensor Network for Weather and Disaster Alarm Systems
2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore A Wireless Sensor Network for Weather and Disaster Alarm Systems Cholatip Yawut
Design of Environmental Parameters Monitoring System for Watermelon Seedlings Based on Wireless Sensor Networks
Applied Mathematics & Information Sciences An International Journal 20 NSP 5 (2) (20), 243S-250S Design of Environmental Parameters Monitoring System for Watermelon Seedlings Based on Wireless Sensor Networks
GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.
GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out
XBee Wireless Sensor Networks for Temperature Monitoring
XBee Wireless Sensor Networks for Temperature Monitoring Vongsagon Boonsawat, Jurarat Ekchamanonta, Kulwadee Bumrungkhet, and Somsak Kittipiyakul School of Information, Computer, and Communication Technology
Online Communication of Critical Parameters in Powerplant Using ZIGBEE
International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya
ÇANKAYA ÜNİVERSİTESİ ECE 491 SENIOR PROJECT I 11111 ERDİNÇ YILMAZ 200614038
ÇANKAYA ÜNİVERSİTESİ ECE 491 SENIOR PROJECT I 11111 200614038 1 Project Name : Sensor Network System Project company : ROBUTEL Contact : www.robutel.com Project instructor : Yrd. Doç. Dr. Orhan GAZİ Contact
Network Enabled Battery Health Monitoring System
Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project
Prediction of DDoS Attack Scheme
Chapter 5 Prediction of DDoS Attack Scheme Distributed denial of service attack can be launched by malicious nodes participating in the attack, exploit the lack of entry point in a wireless network, and
ZIGBEE BASED MINE SAFETY MONITORING SYSTEM WITH GSM
ZIGBEE BASED MINE SAFETY MONITORING SYSTEM WITH GSM RAJKUMAR BODDU, P.BALANAGU & N.SURESH BABU Department of Electronics and Communication Engineering, Chirala Engineering College, Chirala. Abstract: In
Open Access The Wireless Environment Monitoring Alarm System Based on Selforganizing
Send Orders for Reprints to [email protected] 390 The Open Electrical & Electronic Engineering Journal, 2014, 8, 390-396 Open Access The Wireless Environment Monitoring Alarm System Based on Selforganizing
DESIGN OF SMS ENABLED CAR SECURITY SYSTEM
DESIGN OF SMS ENABLED CAR SECURITY SYSTEM K. A. Amusa Federal University of Agriculture, Abeokuta, O. O. Nuga Federal University of Agriculture, Abeokuta, A. A. Adetomi Federal University of Agriculture,
Wireless Sensor Network: Challenges, Issues and Research
ISBN 978-93-84468-20-0 Proceedings of 2015 International Conference on Future Computational Technologies (ICFCT'2015) Singapore, March 29-30, 2015, pp. 224-228 Wireless Sensor Network: Challenges, Issues
A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification
A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification Sheng-Cong Hu [email protected] Jen-Hou Liu [email protected] Min-Sheng
Real Time Water Quality Monitoring System
Real Time Water Quality Monitoring System Mithila Barabde 1, Shruti Danve 2 ME Student, Dept. of E&TC, MITCOE, Savitribai Phule Pune University, Pune, India 1 Assistant Professor, Dept. of E&TC, MITCOE,
IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited
(Rev. 1.0) China Aerospace Telecommunications Limited Contents 1. Introduction......3 2. Specifications...4 2.1 External Interface... 4 2.2 Status Indicator...... 5 2.3 Technical Parameters... 6 3. Device
Wireless Patient Monitoring System Using Point to Multi Point Zigbee Technology
Wireless Patient Monitoring System Using Point to Multi Point Zigbee Technology Aung Soe Phyo, Zaw Myo Tunand, Hla Myo Tun ABSTRACT: A ZigBee sensor network for data acquisition and monitoring is presented
Logging of RF Power Measurements
Logging of RF Power Measurements By Orwill Hawkins Logging of measurement data is critical for effective trend, drift and Exploring the use of RF event analysis of various processes. For RF power measurements,
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System
Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring
, pp.18-22 http://dx.doi.org/10.14257/astl.2015.98.05 Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring Surgwon Sohn, Seong-Rak Rim, In Jung Lee Div. of Computer and Information
High-Frequency Distributed Sensing for Structure Monitoring
High-Frequency Distributed Sensing for Structure Monitoring K. Mechitov, W. Kim, G. Agha and T. Nagayama* Department of Computer Science, University of Illinois at Urbana-Champaign 201 N. Goodwin Ave.,
Wireless Sensor Network for Electric Meter Handling
Wireless Sensor Network for Electric Meter Handling Swapnil Magar 1, Prof.Deshpande L.M. 2 PG Student [E&TC], Dept. of ECE, College of Engineering, Osmanabad, Maharashtra, India 1 Assistant professor,
SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY
SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY 1 S. Ashmad, 2 M.Mohan Babu, 3 P. Sudheer Asst. Professor, Department of E.I.E, SITAMS, Affiliated to JNTUA University, Chittoor, A.P Email : [email protected],
A survey on Spectrum Management in Cognitive Radio Networks
A survey on Spectrum Management in Cognitive Radio Networks Ian F. Akyildiz, Won-Yeol Lee, Mehmet C. Vuran, Shantidev Mohanty Georgia Institute of Technology Communications Magazine, vol 46, April 2008,
The study on the Coal Mine Safety Integrated Monitoring and Early Warning System DesignUsing the S-MAC Protocol
The study on the Coal Mine Safety Integrated Monitoring and Early Warning System DesignUsing the S-MAC Protocol School of Economics and Management, Hebei University of Science and Technology, Shijiazhuang
Patient Health Monitoring Using Wireless Body Area Network
Patient Health Monitoring Using Wireless Body Area Network Hsu Myat Thwe, Hla Myo Tun Abstract: wadays, remote patient health monitoring using wireless technology plays very vigorous role in a society.
Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing
www.ijcsi.org 579 Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing Zhang Ming 1, Hu Chunyang 2 1 Department of Teaching and Practicing, Guilin University of Electronic Technology
Cell Phone Based Liquid Inventory Management Using Wireless System
Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using
Remote Monitoring and Controlling System Based on ZigBee Networks
Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr
Wireless Sensor Networks Database: Data Management and Implementation
Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Wireless Sensor Networks Database: Data Management and Implementation Ping Liu Computer and Information Engineering Institute,
ENERGY EFFICIENT WIRELESS CLASSROOM AND BUS MONITORING SYSTEM
ENERGY EFFICIENT WIRELESS CLASSROOM AND BUS MONITORING SYSTEM Vijaya Baskar V. and Sakthivel E. Sathyabama University, Jeppiaar Nagar, Rajiv Gandhi Salai, Chennai, India ABSTRACT The main objective of
HAC-LM Series Low Power Data Radio Module
HAC-LM Series Low Power Data Radio Module Version 3.0 SHENZHEN HAC TELECOM TECHNOLOGY CO., LTD Address : 3rd Area, 19 th Fl, Tower A, HaiSong Building, Tai Ran 9 th Rd, Futian, ShenZhen, China. Tel : +86-755-23981078
Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 647-651. Research Article
Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 647-651 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Comprehensive colliery safety monitoring system
A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS
A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS Sumanta Saha, Md. Safiqul Islam, Md. Sakhawat Hossen School of Information and Communication Technology The Royal Institute of Technology (KTH) Stockholm,
Design of Self-service Car Washing Machine Control System Based on ARM Zhengmin Cui a, Peng Sun b
4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Design of Self-service Car Washing Machine Control System Based on ARM Zhengmin Cui a, Peng Sun b Shandong labor
Instruction Manual Service Program ULTRA-PROG-IR
Instruction Manual Service Program ULTRA-PROG-IR Parameterizing Software for Ultrasonic Sensors with Infrared Interface Contents 1 Installation of the Software ULTRA-PROG-IR... 4 1.1 System Requirements...
Development of cloud computing system based on wireless sensor network protocol and routing
Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 204, 6(7):680-684 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Development of cloud computing system based on wireless
NanoMon: An Adaptable Sensor Network Monitoring Software
NanoMon: An Adaptable Sensor Network Monitoring Software Misun Yu, Haeyong Kim, and Pyeongsoo Mah Embedded S/W Research Division Electronics and Telecommunications Research Institute (ETRI) Gajeong-dong
Android based Alcohol detection system using Bluetooth technology
For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth
An Intelligent Car Park Management System based on Wireless Sensor Networks
An Intelligent Car Park Management System based on Wireless Sensor Networks Vanessa W.S. Tang, Yuan Zheng, Jiannong Cao Internet and Mobile Computing Lab Department of Computing, The Hong Kong Polytechnic
Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4
Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Michael Binhack, sentec Elektronik GmbH, Werner-von-Siemens-Str. 6, 98693 Ilmenau, Germany Gerald Kupris, Freescale Semiconductor
Monitoring of Intravenous Drip Rate
Monitoring of Intravenous Drip Rate Vidyadhar V. Kamble, Prem C. Pandey, Chandrashekar P. Gadgil, and Dinesh S. Choudhary Abstract A drip rate meter, for monitoring intravenous infusion, is developed using
The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang
International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang Nanjing Communications
Open Access Smart Home System Based on ZigBee Network and STM32F407 Microprocessor. Yongliang Zhang 1,* and Ling Li 2. China
Send Orders for Reprints to [email protected] 1258 The Open Automation and Control Systems Journal, 2014, 6, 1258-1266 Open Access Smart Home System Based on ZigBee Network and STM32F407 Microprocessor
A Storage Architecture for High Speed Signal Processing: Embedding RAID 0 on FPGA
Journal of Signal and Information Processing, 12, 3, 382-386 http://dx.doi.org/1.4236/jsip.12.335 Published Online August 12 (http://www.scirp.org/journal/jsip) A Storage Architecture for High Speed Signal
Design of UPS Battery Remote Monitoring System
, pp.26-268 http://dx.doi.org/.4257/ijmue.24.9.9.28 esign of UPS Battery Remote Monitoring System Jiabin Wang, Haiying Wang 2,*,Tianjun Sun 2,Yuran Wang 2 and Ruilin Wang 2 aqing Oil Field Chemical Co.,LT,
Open Access Research and Design for Mobile Terminal-Based on Smart Home System
Send Orders for Reprints to [email protected] The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System
International Journal of Computer Engineering Science (IJCES)
Design and Automation of Security Management System for Industries Based On M2M Technology Swathi Bhupatiraju [1] T J V Subrahmanyeswara Rao M.Tech [2] [1] M.Tech. Student, Department of ECE, [email protected]
ABB. Gene Zhang, PPMV Service/Power World 2014, 2014.09.10 Smart Switchgear & Cloud Service Remote, but close
Gene Zhang, PPMV Service/Power World 2014, 2014.09.10 Smart Switchgear & Cloud Service Remote, but close Contents Online monitoring iunigear & ivd4 Why and what State-of-the-art technology of temperature
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control
Design of Strong-motion Monitoring System for Dam-reservoir D s e i s gn of Stro r ng-mo m tion Monito t ri r ng Syst s em
Design of Strong-motion Monitoring System for Dam-reservo eservoir Li Caihua Li Xiaojun Institute of Engineering Mechanics, China Earthquake Administration China Harbin 150080 Abstract: One strong-motion
Intelligent Fleet Management System Using Active RFID
Intelligent Fleet Management System Using Active RFID Ms. Rajeshri Prakash Mane 1 1 Student, Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology, Rajaramnagar,
DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS
DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS Patil Snehal S.S. 1, Mr. Shivdas S.S. 2 1 M. E. Electronics (II), Department of Electronics Engineering;
Development of Industrial Intrusion Detection and Monitoring Using Internet of Things P. Gokul Sai Sreeram 1, Chandra Mohan Reddy Sivappagari 2
Development of Industrial Intrusion Detection and Monitoring Using Internet of Things P. Gokul Sai Sreeram 1, Chandra Mohan Reddy Sivappagari 2 Abstract The need for deployment of security systems rapidly
Study on Differential Protection of Transmission Line Using Wireless Communication
Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,
The Research in Remote and Real-time Monitoring System of Digitized Earthquake Omen Instrument
2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.1.13 The Research in Remote and
Maximizing Range and Battery Life in Low-Cost Wireless Networks
Maximizing Range and Battery Life in Low-Cost Wireless Networks The proliferation of cost-effective wireless technology has led to the rise of entirely new types of networks across a wide range of applications
2. SYSTEM ARCHITECTURE AND HARDWARE DESIGN
Design and Evaluation of a Wireless Sensor Network for Monitoring Traffic Yuhe Zhang 1, 2, Xi Huang 1, 2, Li Cui 1,, Ze Zhao 1 Tel: +86-10-6260 0724, Fax: +86-10-6256 2701 1 Inst. of Computing Technology,
MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY
MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical
Advanced Electronic System for Human Safety (Smart Watch)
Advanced Electronic System for Human Safety (Smart Watch) Ganesh Ghorpade 1, Tushar Gaikwad 2, Laxman Jangid 3 Department of Electronics and Telecommunication Pimpri Chinchwad College of Engineering,Pune,Maharashtra,India
An Algorithm for Automatic Base Station Placement in Cellular Network Deployment
An Algorithm for Automatic Base Station Placement in Cellular Network Deployment István Törős and Péter Fazekas High Speed Networks Laboratory Dept. of Telecommunications, Budapest University of Technology
International Journal of Advanced Research in Computer Science and Software Engineering
Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental
