EXAMPLES OF THE USE OF WIRELESS TRANSMISSION SYSTEMS IN THE MONITORING OF PATIENTS DURING CARDIAC REHABILITATION AT HOME

Size: px
Start display at page:

Download "EXAMPLES OF THE USE OF WIRELESS TRANSMISSION SYSTEMS IN THE MONITORING OF PATIENTS DURING CARDIAC REHABILITATION AT HOME"

Transcription

1 JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 17/2011, ISSN wirless transmition, monitoring system, Revitus, cardiac rehabilitation Zbigniew SZCZUREK 1, Adam GACEK 1, Jacek BRANDT 1, Adam CURYŁO 1, Paweł KOWALSKI 1, Katarzyna ŚWIDA 1, Marek GEODECKI 1, Andrzej MICHNIK 1 EXAMPLES OF THE USE OF WIRELESS TRANSMISSION SYSTEMS IN THE MONITORING OF PATIENTS DURING CARDIAC REHABILITATION AT HOME ITAM completed work on developing a prototype of the system designed to monitor and conduct cardiac rehabilitation at home. In the course of project execution, a number of devices have been made or adapted to work within the system. The primary problem to be solved was to develop a way of communication for these devices, which would allow the transmission of necessary data in a way that would be convenient for the patient and provide the staff supervising the patient with easy access to this data. Ensuring correct operation the system required a variety of cooperating transmission systems to be used. Communication within the apartment utilizes a wireless network based on a Bluetooth link. The parent node of this network is the Base Station, which is also an intermediary for communication between devices within the apartment and the Centre for Monitoring and Communications. The main module carried by the patient is the ECG module that, in addition to its measurement function, serves as a personal area network node based on elements of the ANT standard supporting the Messenger carried by the patient. This module is also tasked with supervising the patient outside the apartment, making communication with the Centre possible via a GSM/GPRS network. The Base Station exchanges information with the Monitoring and Communication Centre located on a server via the Internet. Access for the patient's doctor or support worker to the Monitoring Centre is possible from any computer with access to the Internet by logging onto the Centre's server. 1. PREFACE Chronic heart failure is one of the most common causes of illness and mortality. Cardiac rehabilitation through supervised exercise is beneficial for reducing symptoms and allowing return to normal life. Rehabilitation of this type conducted in an outpatient or hospital environment is expensive and its effects are short-term due to time constraints. Also, checkups on patients with chronic heart failure are carried out periodically after the hospital stay, which can often lead to significant deterioration in the patient's condition, including risk of death. Therefore a solution is to continue cardiac rehabilitation with adequate intensity at home and provide supervision of the key biological parameters throughout the treatment process. The increasing availability of different, often complementary means of communication, the relative decline in the cost of their purchase and operation have all made it possible to design a patient and support staff friendly system. It is based on the simultaneous use of different data transmission systems, which use the existing infrastructure of modern communication networks. 2. INTRODUCTION As a result of the performance of the research project, a prototype of a wireless system for monitoring and conducting cardiac rehabilitation at home has been designed and tested. The system allows the physician in charge of the patient to observe changes in the condition of the patient through remote access to biomedical data such as the ECG graph, trends in heart rate, respiratory rate, blood pressure, oxygen saturation, weight and degree of water accumulation in the chest. Observing changes in these parameters, especially during exercise, enables assessment of the patient's rehabilitation progress. In the event of changes in these parameters that require intervention, the system is to alert support staff and 1 Institute of Medical Technology and Equipment, Zabrze, Poland.

2 a doctor. The system is equipped with means for providing interactive communication between patient and physician with the possibility of remote control over the course of rehabilitation and treatment. The foreseen system configuration has been demonstrated in Figure 1 Three functional areas can be distinguished for the system. The first covers the apartment and the Patient in it. Since the Patient may also move outside the home, means for at least limited monitoring in this situation must be allowed. The second functional area of the system is the Monitoring and Communication Centre that communicates directly through the Internet with the first area. The Centre is a virtual space that uses dedicated or generally available servers that are running the system application. The third distinguished area of the system includes the system operator and the patient's doctor. Persons entitled to operate the system and use its resources will be able to log onto the application server running the system from any computer with Internet access. Depending on individual access rights, the access will be granted to information for a particular patient and given the possibility to influence the course of his rehabilitation and treatment, as well as make changes to the Revitus system configuration - adding new patients, expanding the functionality of the system. 160 Fig. 1. Configuring a wireless monitoring system. The completed project enables as little patient involvement in system operation as possible and maximum comfort during use of the system's components. Devices making up the system that cooperate with the patient are autonomous, they communicate with each other wirelessly and require minimal patient involvement in operation - it consists of periodic replacement of power sources in some of the modules. The transmission network organization ensures system openness, allowing equipment to be added or configuration to be changed. As Figure 1 shows, basic communication in the apartment is done via a Bluetooth [1,5] piconet. The "master" node of this network is the Base Station that consists of a "netbook" computer with an Internet connection. The Base Station communicates with the following modules: ECG module and respiration and accumulation of water module carried by the patient, the cycle ergometer designed to conduct the rehabilitation and a weighting scale located in the room. The ECG module communicates with other modules carried by the patient using a personal network based on Nordic's energy-saving components of the nrf24l01 [7] type and acts as their intermediary in communication with the Base Station. This network is responsible primarily for the exchange of information with the Messenger, the module used to notify Patients about system recommendations and allowing the Patient to alert the system. The ECG module is equipped with a module for connecting to a mobile communications network and transmitting data through GPRS [8]. This enables communication also with modules carried by the patient outside the apartment. Currently this type of communication is selected as supplementary, used to

3 provide only crucial information, and does not provide for full monitoring. This is due to limited bandwidth and transmission costs. The Base Station communicates with the Monitoring and Communication Centre via the Internet - transmitting collected data and receiving information for the patient and the system components in the apartment. The system operator or physician logs onto the MCC server using a personal computer and gains access to information about a given patient and can change the system configuration accordingly to access rights. 3. COMMUNICATION SYSTEM IN THE PATIENT'S HOME Wireless exchange of information between the Base Station and the system modules in the apartment is the key element for the proper functioning of the monitoring and rehabilitation system. Communication should take place autonomously, without patient involvement. The popular and inexpensive Bluetooth [1,5] communication standard was chosen for wireless data transmission between the Base Station and wireless modules in the patient's environment. The MBS (Mobile Base Station) software conducts periodic scans of the surrounding area in order to locate the Bluetooth modules registered as part of the diagnostic system. When an appropriate module is locates, the unit automatically connects to the module and commences patient monitoring, which is indicated on the MBS control panel. Bluetooth devices operate in small networks of up to eight nodes called piconets. One of the "master" nodes organizes data transfers across the whole micro network, while the other seven "slave" nodes exchange information only with the "master" node. In a basic monitoring and rehabilitation network, the Base Station is the "master" node and the four "slave" nodes are: the ECG module, breath and water accumulation module, cycle ergometer ERM-200 and the weighting scales. The Base Station software was developed in C++ for the "X-Windows" Linux [4] platform. Bluetooth device support used the extensive API (Application Programming Interface) from the BlueZ [2] organization that supports the Bluetooth standard at any logical (program) layer. Communication between the Base Station and the modules is done via a USB-Bluetooth adapter (built into the Base Station or external). Transmission between the Base Station and the ECG module and the Respiratory and water accumulation module is done through the RFCOMM layer, which emulates a virtual RS232 serial port. Transmission between the MSB and the ERM-200 cycle ergometer is done through the L2CAP logical layer. It is operated in a cyclical manner (with a 1-second interval) using a command-response pattern. Commands from the main controlling loop are buffered in a FIFO queue. No reply for 10 seconds from the cycle ergometer module means it has been disconnected. Each answer contains the acknowledgement of command execution and the current state of the cycle ergometer. There are many factors that may lead to interruption or temporary suspension of transmission within the Bluetooth piconet as per the Bluetooth standard. These include a weak radio signal level resulting from excessive distance between nodes (in Class I up to 100 m in open terrain) or radio signal propagation interference caused by objects or people located between a master-slave pair, as well as presence in the vicinity of other Bluetooth or Wi-Fi networks. It is easy to imagine that in synchronized or single thread communication, disturbances in communication between a single master-slave pair will cause temporary interruptions in communication with other network nodes. In order to eliminate this downtime, an asynchronous data exchange model between PC and devices was used. The model uses multithreading application mechanisms available in Linux. In the description of communication with the Base Station, the processing rules for the ECG signal in the ECG module have been shown. It was assumed that real-time monitoring will be conducted only during rehabilitation. In the remaining time, monitoring data is collected and sent periodically to the base station, ensuring energy savings. This also occurs when the patient goes beyond the range of the base station, for a walk outside the apartment for example. Data is then sent upon the patient's return within the base station's range. Equipping the ECG module with a GPRS connection is provided, so that, in emergency cases detected by the module, the Monitoring Centre and doctor will be notified of this fact, independently of communication with the base station. In addition to the notice of alarm, parameters for 161

4 MEDICAL MONITORING SYSTEMS AND REMOTE CONTROL signals which caused the alarm will be sent. The ECG module will also act as an intermediary station for other modules carried by the patient. The ECG module will exchange information with the Messenger module through an nrf24l01 (Nordic) transceiver. 4. PATIENT'S PERSONAL NETWORK The Messenger placed on the patient's wrist in the form of a module - watch, is one of the components of the patient's personal network. Its main task is to provide the patient with information from other system devices. The Messenger (Figure 2) will notify the patient of actions to be performed, for example to start training on the ergometer, weigh themselves, and take medicine. The screen displays symbols and messages from a list of messages or those sent from other modules. The patient is notified of new information by a signal from the vibrator. The screen is constantly turned off to save power and activated by the patient pressing a button. If there are no new tasks for the patient, pressing the button brings up the current time on the screen. The screen turns off automatically after a few seconds and the processor goes into a power-saving Sleep mode. Fig. 2. Messenger and block diagram of the functioning of the Messenger program. The button also plays the role of the patient's emergency button. If a patient presses the button for a long time, the alarm is activated, first on screen, and then the information is transmitted to the system. The Messenger exchanges information directly with the ECG Module via a link made using an energy-saving nrf24l01 [7] chip from Nordic. In the exchange of information with the ECG Module, the Messenger acts as the Master - it establishes communication by sending a packet and awaits in response an ACK with accompanying data package. The packet exchange session continues until the packet for an empty task arrives. The Messenger implements tasks received (if any). After the transmission session, if the tasks were performed and the screen and vibrator turned off, the CPU goes into Sleep mode. Subsequent transmissions are initiated by the Timer, which works in Sleep mode. The processor is also revived from its Sleep state at the press of a button. 5. THE COMMUNICATION SYSTEM BETWEEN THE BASE STATION AND THE MONITORING AND COMMUNICATIONS CENTRE AND PHYSICIAN OR OPERATOR ACCESS TO THE MCC The Revitus name has been selected for the system and communication software for the system. The software for the system consists of software modules running on computers in the Monitoring and Communication Centre, the Base Station and the ECG monitoring module. Communication between 162

5 modules carried by the patient and the ECG module is autonomous in relation to the system software. A block diagram of the functioning of the Revitus system software is shown in Figure 3. Fig. 3. Block diagram of the functioning of the Revitus program. The database and network software of the Monitoring and Communication Centre has been designed using PHP 5.x + MySQL 4.x. To assist in dynamic visualization of the course of the patient's examination in the Web application, the jquery library (trends of the biological parameters for HR, SpO2, organization of lists) and MS Silverlight 2.0 (Internet control for the ECG graph) have been used. Communication scripts of the network and database server in the MCC communicate with an independent TCP/IP Daemon with a fixed IP address, which organizes streaming communication between the Base Station in the patient's home and the Monitoring and Communication Centre (via TCP / IP), and the ECG Module and the MCC (TCP/IP and GPRS). Software for the Base Station has been designed on an OpenSUSE 11.1 [4, 6] system with GCC [3] + QT and the Bluez [2] library for communication using the Bluetooth interface with modules in the apartment (ECG monitoring module, cycle ergometer and weighting scales). The interface of the Base Station is an autonomous part of software for controlling modules and communicating with the patient by transmitting requests generated in the Monitoring and Communication Centre and receiving data sent by the modules. The TCP/IP daemon is an independent software module that uses network sockets to organize communication with modules used for measurement. It is located on the MCC server, where it works in the background by collecting information from the module operating in GPRS data transmission mode, or the Base Station over a broadband connection. Measurement data received is transferred via the HTTP protocol directly to the MCC base. Streaming data, such as the patient's ECG graph sent from the Mobile Base Station (MBS), are organized in the form of xml files, compressed using a zip archiver and placed in the MCC repository, after which the server receives information of a new incoming patient ECG, which allows recording of a new entry in the database indicating the new ECG file. The MBS communicates directly with the MCC server, via HTTP, and with the communication Daemon for transmission of ECG data. Scripts on the server, allow, by using parameter-based "GET" queries, MBS identification and a response in the form of MBS configuration. The MBS configuration contains basic configuration information and notices for the patient, which are then displayed on the MBS screen. Communication between the MBS and MCC is always initiated by the MBS by cyclical calls to parameter operated php scripts on the MCC. Training parameters and time of commencement of training on the cycle ergo meter are defined using MCC software. The MBS reads these parameters and at the appropriate moment commences the performance of the training, instructing the patient what actions should be performed at the given time. The MBS screen features two buttons - "Event" and "Alarm" - the pressing of which sends relevant information to the MCC. 163

6 The operator or the patient's doctor may connect to the system from any Internet-connected computer - the only requirement is that a web browser be installed with JavaScript support. Authentication has been implemented through the input of a LOGIN/PASSWORD pair and then by using the POST method for the form on the login page to perform verification with data in the MySQL database on the server side. The authentication process uses the encrypted HTTPS protocol. This prevents interception and modification of transmitted data. After successful login, information on the person using data gathered in the Centre is stored in the session and recorded on the server. Session mechanisms are handled through their built-in implementation in the PHP scripting language. Each users logging onto the system is assigned priorities - access levels, according to which they are given possibility of viewing and editing data. Two groups have been distinguished: administrators - with unlimited access to all data including the possibility of system configuration and doctors - with limited access allowing them to view data and configure diagnostic devices only for their patients. 164 Fig. 4. Example of data visualization using the jquery library. The jquery library was used to accelerate application performance, allow better user interaction and improve the visual side of the system (Figure 4). Thanks to AJAX mechanisms built into the library, a very effectively functioning system for data exchange together with its visualization has been obtained. The ECG graph presentation system was designed using Silverlight 2.0. The built-in control retrieves information from XML files and allows very efficient visualization of the ECE graph with settings for amplification and speed. For the presentation of the patient's biological parameters, a control was developed on the basis of the jquery library that allows dynamic generation of trends in HR, SpO2. Communication with the MySQL database, the scripts and controls, are performed using the SQL query language, allowing quick selection of relevant information. To compile tabular information on the course of the examination, lists of patients, examination lists, and a jquery plug-in called jquery.datatables was used, which solves the problems of visualization of lists with large amounts of data, and sorting lists by any column, thus simplifying the search process and recovery of needed information. The structure of the database is that of a set of relational data tables, linked together with identifiers, constituting at the same time the table's primary keys and key information fields optimized through indexing. 6. GSM/GPRS TRANSMISSION WITH THE ECG MODULE The GSM/GPRS module allows an alarm message or information on the biological parameters of the patient to be sent, regardless of the place where the patient is. The project uses a miniature module from SimCom, SIM900 [8], which is a quad-band GSM module (850/900/1800/1900MHz). The module chosen has built-in TCP and UDP protocol support. TCP was used in the project due to greater reliability of data transmission. The TCP protocol is based on a Client-Server architecture. In our case, the ECG

7 module is the client and the server is a computer at the Monitoring and Communications Centre. In the current project, two ways to send and receive messages are available. The primary channel for information exchange is packet transmission using the GPRS standard. In our project we are mainly interested in the situation where ECG module data is sent to an Internet connected computer, where the data transmission rate can reach up to 40kbps (for the configuration: multislot class 10, coding schema 4). This speed allows to send of slowly variable biological and environmental parameters, as well as sending a bandwidth limited single channel ECG signal. SMS messages constitute the second channel for information exchange, which can be used, for example, for daily reporting on the patient's biological parameters or signaling alarm conditions, such HR over a threshold, fall detected by the accelerometer, etc. The system also allows text messages to be sent to the display of the Messenger module on the patient's hand. A GPS [9] module works in conjunction with the GPRS module, which allows the location of the patient to be determined, which may be helpful in locating lost patients with Alzheimer's disease. The location procedure may function on the basis of two scenarios. In the first scenario, a lost patient sends an alarm using the button on the Messenger module, which sends his or her coordinates to the Monitoring Centre and/or an SMS message to the patient's doctor or caregiver. In the second scenario, a request for the patient's coordinates can be sent to the Monitoring Centre or by SMS from the patient's caregiver. 7. CONCLUSION 1. The development and testing of the system for patient monitoring and supervision of rehabilitation training at home has shown that systems can and should be built based on different wireless transmission network standards at the same time, which are capable of "ad hoc" configuration and are virtually maintenance free. 2. Methods of measuring physiological parameters currently used are still difficult to use for untrained patients and are the main drawback of domestic monitoring on a wider scale, in contrast to use of data transmission systems. 3. In future revisions of the system, use of voice calling capabilities ("loud speaker"), between a doctor or support staff and the patient via the ECG module could be a very valuable function of the device in the event of an emergency. 4. Progress in the development of mobile networks and a reduction in the system's running costs indicates that the system should be developed with greater use of such networks in mind, especially by adaptation to 3G and 4G (HSDPA and LTE) systems and the use of wireless Internet access through the local Wi-Fi network. 5. The use of a different network standard for the personal network should be considered, for example, based on Low Power Bluetooth ver. 4.0 [10], due to possibly greater resistance to interference. 8. ACKNOWLEDGMENT This work was financed by The National Centre for Research and Development resources in under Development Project No /2008. BIBLIOGRAPHY [1] Bluetooth Special Interest Group, Specification of the Bluetooth System, version 1.1, Vol. 1 and 2, February [2] (BLUEZ) Official Linux Protocol Stack, [3] GCC, the GNU Compiler Collection, [4] Linux - related documents, [5] MILLER B. A., BISDIKIAN C. Uwolnij się od kabli Bluetooth, Helion 2003, (in Polish). [6] The Linux Kernel Archives, 165

8 [7] nrf24l01+ Single Chip 2.4b GHz Transceiver Product Specification v1.0, [8] SIM900 Application Notes, [9] GPS module Gms-u1LP Application Notes, 3c7ee066e322e d&puid=3fff9662f76faafe1e5c3f81e571fa4d3c18ce86 [10] Specification of the Bluetooth system Core version 4.0, 166

TELEMEDICINE FRAMEWORK FOR FOLLOW-UP HIGH RISK PERGNANCY

TELEMEDICINE FRAMEWORK FOR FOLLOW-UP HIGH RISK PERGNANCY XI Conference "Medical Informatics & Technologies" - 2006 fetal monitoring, home monitoring, telemedicine systems Dominik BOśEWICZ *, Tadeusz PAŁKO **, Michał JEśEWSKI ***, Paweł ŁABAJ ***, Tomasz KUPKA

More information

RS TechMedic BV the Netherlands T: vision.com

RS TechMedic BV the Netherlands T: vision.com Dyna Vision Remote Patient Monitoring: Demonstration of Real Time 12 lead ECG Acquisition and Waveform Analysis using Integrated Cellular Transmission Telemonitoring Session Med e Tel 2010 Definitions

More information

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 SONG Aijuan, SI Guangyuan, GU Qiongchan

More information

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

Embedded Systems. Cristian Rotariu

Embedded Systems. Cristian Rotariu Embedded Systems Cristian Rotariu Dept. of of Biomedical Sciences Grigore T Popa University of Medicine and Pharmacy of Iasi, Romania cristian.rotariu@bioinginerie.ro May 2016 Introduction An embedded

More information

Wearable Embedded Systems in Medical field for the Disabled

Wearable Embedded Systems in Medical field for the Disabled ANNQUEST NOVEMBER 2016 ISSN: 2321-3043 www.stannsannquest.com Wearable Embedded Systems in Medical field for the Disabled Ms. D.Sarala, Department of Physics & Electronics, email id: saralatvs@gmail.com

More information

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture Overall Approach HOPE system can be modelled as a distributed system where many agents (subsystem located in each patient 's home) are connected to a main agent, the HOPE server, using IP communication

More information

An IoT-Aware Architecture for Smart

An IoT-Aware Architecture for Smart An IoT-Aware Architecture for Smart Healthcare System Presented By: Amnah Allboani Abstract Smart hospital system (SHS) relies on complementary technologies specifically RFID, WSN, and smart mobile, interoperating

More information

WIRELESS ECG. V.RAGHUVEER, Dept of ECE. BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool

WIRELESS ECG. V.RAGHUVEER, Dept of ECE. BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool WIRELESS ECG ABSTRACT V.RAGHUVEER, Dept of ECE BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool Email: raghuveerv1@gmail.com, raghuv.raghuveer@yahoomail.com Mobile No: 09030428059 signals from the monitoring

More information

GS828. GPRS Data Logger

GS828. GPRS Data Logger Sirius Corp GPRS Data Logger Multi Channels Data Logging & Wireless Transmission Upload Data via GPRS and SMS on schedule or alarm triggered Programmable data logging and upload interval Support sensors

More information

By FaaDoOEngineers.com

By FaaDoOEngineers.com ABSTRACT The seemingly endless entanglement of data wires connecting today s electronic devices has become slightly less jumbled with the introduction of Bluetooth technology and the creation of a wireless

More information

Introduction to Wireless Networking ECE 401WN Spring 2009

Introduction to Wireless Networking ECE 401WN Spring 2009 I. Overview of Bluetooth Introduction to Wireless Networking ECE 401WN Spring 2009 Lecture 6: Bluetooth and IEEE 802.15 Chapter 15 Bluetooth and IEEE 802.15 What is Bluetooth? An always-on, short-range

More information

GPS Vehicle and personal location tracker

GPS Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2014.06.23 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual 1 Contents 1.

More information

Controlling electrical home appliances, using Bluetooth Smart Technology (October 2015) Pedro José Vieira da Silva

Controlling electrical home appliances, using Bluetooth Smart Technology (October 2015) Pedro José Vieira da Silva 1 Controlling electrical home appliances, using Smart Technology (October 2015) Pedro José Vieira da Silva Abstract This report presents and describes a Home Energy Management system that accomplish Home

More information

Context Monitoring Of A Patient Using Wireless Networks

Context Monitoring Of A Patient Using Wireless Networks Context Monitoring Of A Patient Using Wireless Networks N.Keerthana ECE Department Excel college of engineering and technology Abstract The paper describes a network that has been intended for context

More information

Utilizing a Test Lab For Wireless Medical Devices

Utilizing a Test Lab For Wireless Medical Devices Utilizing a Test Lab For Wireless Medical Devices Allie Paquette Changes in healthcare suggest that more and more medical devices will begin to utilize the information technology (IT) network infrastructure

More information

GPS Vehicle and personal location tracker

GPS Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2014.06.23 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual 1 Contents 1.

More information

A Raspberry Pi Based System for ECG Monitoring and Visualization

A Raspberry Pi Based System for ECG Monitoring and Visualization A Raspberry Pi Based System for ECG Monitoring and Visualization S. Pisa, E. Pittella, E. Piuzzi, L. Cecchini, M. Tomassi Dept. of Information Engineering, Electronics and Telecommunications Sapienza University

More information

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN:

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Design and Implementation of a Mobile Healthcare Management Platform Based on

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 6: Bluetooth and 802.15.4 October 12, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Bluetooth Standard for Personal Area

More information

Bluetooth. Quote of the Day. "I don't have to be careful, I've got a gun. -Homer Simpson. Stephen Carter March 19, 2002

Bluetooth. Quote of the Day. I don't have to be careful, I've got a gun. -Homer Simpson. Stephen Carter March 19, 2002 Bluetooth Stephen Carter March 19, 2002 Quote of the Day "I don't have to be careful, I've got a gun. -Homer Simpson 1 About Bluetooth Developed by a group called Bluetooth Special Interest Group (SIG),

More information

Bluetooth: Short-range Wireless Communication

Bluetooth: Short-range Wireless Communication Bluetooth: Short-range Wireless Communication Wide variety of handheld devices Smartphone, palmtop, laptop Need compatible data communication interface Complicated cable/config. problem Short range wireless

More information

On Pulse Sensor based u-healthcare Monitoring Application with

On Pulse Sensor based u-healthcare Monitoring Application with On Pulse Sensor based u-healthcare Monitoring Application with Arduino 1 1 Hermawan Kemis, 1 Ndibanje Bruce, 3 Hoon Jae Lee Department of Ubiquitous IT, Graduate School of Dongseo University, h.kemis@gmail.com

More information

Design and Implementation of Remote Medical Monitoring System for. Homecare

Design and Implementation of Remote Medical Monitoring System for. Homecare 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design and Implementation of Remote Medical Monitoring System for Homecare Juan Zhong1, a, * Hua Liao2, b 1 College

More information

GPS Vehicle and personal location tracker. User manual

GPS Vehicle and personal location tracker. User manual GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...

More information

Bluetooth. Bluetooth Radio

Bluetooth. Bluetooth Radio Bluetooth Bluetooth is an open wireless protocol stack for low-power, short-range wireless data communications between fixed and mobile devices, and can be used to create Personal Area Networks (PANs).

More information

SIM900 demonstration projects. Introduction

SIM900 demonstration projects. Introduction demonstration projects Introduction is a complete Quad-band GSM/GPRS module designed by SIMCom. Featuring an industry-standard interface, the delivers GSM/GPRS 850/900/1800/1900MHz performance for voice,

More information

FOR ALL YOUR GADGET REQUIREMENTS

FOR ALL YOUR GADGET REQUIREMENTS FOR ALL YOUR GADGET REQUIREMENTS Tel: 011 867 6453 Email: info@gadgetemporium.co.za Web: www.gadgetemporium.co.za Facebook: gadgetemporium COMPANY PORTFOLIO Gadget Emporium is a young vibrant company that

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 1 Introduction to Wireless Communications Jorge Olenewa jolenewa@georgebrown.ca Office: E425 ext. 6809 Objectives Explain how the major wireless technologies

More information

Research on Modern Bluetooth Technology

Research on Modern Bluetooth Technology Research on Modern Bluetooth Technology D.Annal 1, T.Indira 2, K.Poojitha 3, R.Rajashree 4 Student, Dept. of CSE, Magna College of Engineering, Chennai, Tamil Nadu, India 1,2,3,4 ABSTRACT: The seemingly

More information

Vehicle and personal location tracker

Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2016.08.28 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual Version Number

More information

Wireless Personal Area Networks & Wide Area Networks

Wireless Personal Area Networks & Wide Area Networks Wireless Personal Area Networks & Wide Area Networks Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline In the lecture we will: Look at PAN s in more detail Look at example networks

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System Application of Android Mobile Platform in Remote Medical Monitoring System Prof D Somashekara Reddy 1, Lokesh G 2 1,2 Master of Computer Applications, NHCE Bengaluru Abstract : Due to the actual demand

More information

Network Communications Standards. Applied Information Technology

Network Communications Standards. Applied Information Technology Network Communications Standards Applied Information Technology Network Standards Why do we need network standards? Defined guidelines for how computers or networked devices communicate Think of it as

More information

Operation Manual GSM modem irz TG42-232

Operation Manual GSM modem irz TG42-232 Operation Manual GSM modem irz TG42-232 Table of Contents 1. Introduction... 4 1.1. About this Document... 4 1.2. Service Information... 4 1.3. Safety Precautions... 4 2. Overview... 5 2.1. Purpose...

More information

PhysioLab Product Guide

PhysioLab Product Guide co., Ltd. www.physiolab.co.kr Product Guide Biosignal measurement & monitoring Electrochemical measurement BME-KIT Experimental kit to train biosignal measurement Assemble KIT ECG-KIT PPG-KIT EMG-KIT Test

More information

Wireless Health Monitoring System Using ZigBee

Wireless Health Monitoring System Using ZigBee Wireless Health Monitoring System Using ZigBee Prof.T.Chandrasekhar G.E.C.,Rajahmundry assprof@gmail.com J.S.Chakravarthi Asst. Professor G.E.C.,,Rajahmundry. jsuneelchakravarthi@gmail.com Abstract Recent

More information

Workflow Solutions Data Collection, Data Review and Data Management

Workflow Solutions Data Collection, Data Review and Data Management Data Collection, Data Review and Data Management Workflow Finding more efficient ways to support patient needs begins with better workflow management. MGC Diagnostics has developed a complete workflow

More information

Reliable Stream Analysis on the Internet of Things

Reliable Stream Analysis on the Internet of Things Reliable Stream Analysis on the Internet of Things ECE6102 Course Project Team IoT Submitted April 30, 2014 1 1. Introduction Team IoT is interested in developing a distributed system that supports live

More information

Guide to Wireless Communications, 3 rd Edition. Objectives

Guide to Wireless Communications, 3 rd Edition. Objectives Guide to Wireless Communications, 3 rd Edition Chapter 5 Wireless Personal Area Networks Objectives Describe a wireless personal area network (WPAN) List the different WPAN standards and their applications

More information

Unencrypted Mouse Packet

Unencrypted Mouse Packet MouseJack Injecting Keystrokes into Wireless Mice Marc Newlin Bastille Threat Research Team February 12, 2016 Abstract MouseJack is a collection of security vulnerabilities affecting non-bluetooth wireless

More information

Master. Slave. Master. Slaves. TCP/IP Traffic with Efficient Bluetooth Technology. Shafqat Hameed 1, Umar F.Khan 2, *Muhammad Saleem 3

Master. Slave. Master. Slaves. TCP/IP Traffic with Efficient Bluetooth Technology. Shafqat Hameed 1, Umar F.Khan 2, *Muhammad Saleem 3 / Traffic with Efficient Bluetooth Technology Shafqat Hameed 1, Umar F.Khan 2, *Muhammad Saleem 3 1,3 National University of Sciences and Technology (NUST), Pakistan 2 University of Bradford, Bradford,

More information

Communication Systems for the Mobile Information Society

Communication Systems for the Mobile Information Society Communication Systems for the Mobile Information Society Martin Sauter Nortel Networks, Germany John Wiley Si Sons, Ltd Contents Preface List of Figures List of Tables List of Abbreviations xi xiii xix

More information

ET16 Continuous Vital Signs Monitoring using Smartphones

ET16 Continuous Vital Signs Monitoring using Smartphones ET16 Continuous Vital Signs Monitoring using Smartphones Nazrul Anuar Nayan, Faizatul Azwa Azami Department of Electrical, Electronic and System Engineering, Faculty of Engineering and Built Environment,

More information

Bio Medical Sensor Network for Patient Monitoring

Bio Medical Sensor Network for Patient Monitoring RESEARCH ARTICLE OPEN ACCESS Bio Medical Sensor Network for Patient Monitoring R.Durga 1, T.Suresh 2 1 (PG Student, Applied Electronics) Department of Electronics and Communication Engineering, RMK Engineering

More information

(IJCRME) 6.925, ISSN , 1, 2018 WIRELESS BODY AREA NETWORK (WBAN) FOR HEALTH MONITORING SYSTEM USING SENSORS AND ANDROID APPLICATION P.

(IJCRME) 6.925, ISSN , 1, 2018 WIRELESS BODY AREA NETWORK (WBAN) FOR HEALTH MONITORING SYSTEM USING SENSORS AND ANDROID APPLICATION P. WIRELESS BODY AREA NETWORK (WBAN) FOR HEALTH MONITORING SYSTEM USING SENSORS AND ANDROID APPLICATION P. Adhirai*, K. Suganthi**, S. Gayathri*** & B. Shoba**** Department of Electronics and Communication

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

LTE Based E-Health Monitoring System

LTE Based E-Health Monitoring System IJCCCE Vol.14, No.2, 2014 Computer Engineering Department, University of Technology e-mail: muayadkrook@yahoo.com Received: 09/09/2013 Accepted: 04/06/2014 Abstract Recently, the on-line health monitoring

More information

GS828-H. GPRS Data Logger

GS828-H. GPRS Data Logger GPRS Data Logger GS828-H Multi Channels Data Logging & Wireless Transmission Upload Data via GPRS and SMS on schedule or alarm triggered Programmable data logging and upload interval Support sensors via

More information

SE 4C03 Winter 2005 Bluetooth Wireless Network Technology

SE 4C03 Winter 2005 Bluetooth Wireless Network Technology SE 4C03 Winter 2005 Bluetooth Wireless Network Technology Researcher: Daren Tan Shen Hau Last Revised: April 4, 2005 Bluetooth As everyone will ask, what is Bluetooth? Bluetooth is a new technology that

More information

Bluetooth Low Energy (BLE) Based Mobile Electrocardiogram Monitoring System

Bluetooth Low Energy (BLE) Based Mobile Electrocardiogram Monitoring System Proceeding of the IEEE International Conference on Information and Automation Shenyang, China, June 2012 Bluetooth Low Energy (BLE) Based Mobile Electrocardiogram Monitoring System Bin Yu and Lisheng Xu

More information

SCADA Solutions Since 1981 DATA FLOW SYSTEMS

SCADA Solutions Since 1981 DATA FLOW SYSTEMS SCADA Solutions Since 1981 DATA FLOW SYSTEMS SCADA System Overview SCADA SYSTEM SECURITY The HT3 SCADA Software program is password protected to prevent unauthorized access to the system. All passwords

More information

Reliable and Real-time Wireless Sensor Networks: Protocols and Medical Applications

Reliable and Real-time Wireless Sensor Networks: Protocols and Medical Applications Reliable and Real-time Wireless Sensor Networks: Protocols and Medical Applications Octav Chipara University of Iowa https://cs.uiowa.edu/~ochipara 1 Detecting clinical deterioration at low cost Clinical

More information

reaches back to the user over port 80. See figure 1.1 for a visual representation of the state approach.

reaches back to the user over port 80. See figure 1.1 for a visual representation of the state approach. Team 4 CMSC 495 February 4 2017 Design Software Design Components The broad overview of the Hygieia system allows users to interface with the program through a third party browsers like Internet Explorer,

More information

KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Wireless Sensor Networks CS742

Wireless Sensor Networks CS742 Wireless Sensor Networks CS742 Outline Overview Environment Monitoring Medical application Data-dissemination schemes Media access control schemes Distributed algorithms for collaborative processing Architecture

More information

[Hatwar, 3(3): March, 2014] ISSN: Impact Factor: 1.852

[Hatwar, 3(3): March, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A Review on Wireless Oscilloscope Powered by Android Bhagyashree D.Hatwar *1, Prof.A.C.Wan 2 *1,2 S.S.B.T, Bambhori, Jalgaon,

More information

The telephone supports 2 SIM cards. All functions are available for both SIM cards and have independent settings.

The telephone supports 2 SIM cards. All functions are available for both SIM cards and have independent settings. Samsung C6112 telephone for protection of conversations against control via a GSM service provider as well as via active and semi-active GSM interception complexes, catchers. The telephone supports 2 SIM

More information

Amarjeet Singh. February 7, 2012

Amarjeet Singh. February 7, 2012 Amarjeet Singh February 7, 2012 References Bluetooth Protocol Architecture v.1 www.bluetooth.org http://www.tutorial-reports.com/wireless/bluetooth/ Slides from last class uploaded on the course website

More information

Real-time interactive medical consultation using a pervasive healthcare architecture

Real-time interactive medical consultation using a pervasive healthcare architecture Real-time interactive medical consultation using a pervasive healthcare architecture Bingchuan Yuan, John Herbert, Department of Computer Science, University College Cork, Ireland {by2,j.herbert}@cs.ucc.ie

More information

Barbara Szuster, Zbigniew Szczurek, Paweł Kowalski, Bartłomiej Kubik, Andrzej Michnik, Rafał Wi niowski, and Katarzyna wida

Barbara Szuster, Zbigniew Szczurek, Paweł Kowalski, Bartłomiej Kubik, Andrzej Michnik, Rafał Wi niowski, and Katarzyna wida Transmission of Biomedical Data from BIOSIP Modules in a Wireless Personal Area Network with Synchronous Measurements, and the Future Use in the Internet of Things Barbara Szuster, Zbigniew Szczurek, Paweł

More information

Telemedicine: The way to the future for healthcare management

Telemedicine: The way to the future for healthcare management Telemedicine: The way to the future for healthcare management Mario El-Khoury Vice-President Systems Engineering Outline Introduction CSEM contribution Perspectives Conclusion Mario El-Khoury :: 25/09/2003

More information

Class-based Packet Scheduling Policies for Bluetooth

Class-based Packet Scheduling Policies for Bluetooth Class-based Packet Scheduling Policies for Bluetooth Vishwanath Sinha, D. Raveendra Babu Department of Electrical Engineering Indian Institute of Technology, Kanpur - 08 06, INDIA vsinha@iitk.ernet.in,

More information

Healthcare to go. WAC, Katarzyna, BULTS, Richard. Abstract

Healthcare to go. WAC, Katarzyna, BULTS, Richard. Abstract Article Healthcare to go WAC, Katarzyna, BULTS, Richard Abstract A combination of very local and very long-distance wireless networks is bringing remote personal health Reference WAC, Katarzyna, BULTS,

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

TICK. Magnetic GPS tracker

TICK. Magnetic GPS tracker DEVICE DESCRIPTION This device communicates through GSM/GPRS networks only and is able to locate any object via GPS satellites. Usages: Protection of children/the elderly/disabled, etc. Protection against

More information

REAL-TIME ECG TRANSMISSION FROM MULTI-PATIENT TOWARD MULTI-PHYSICIAN USING WIRELESS COMMUNICATIONS TECHNOLOGIES

REAL-TIME ECG TRANSMISSION FROM MULTI-PATIENT TOWARD MULTI-PHYSICIAN USING WIRELESS COMMUNICATIONS TECHNOLOGIES REAL-TIME ECG TRANSMISSION FROM MULTI-PATIENT TOWARD MULTI-PHYSICIAN USING WIRELESS COMMUNICATIONS TECHNOLOGIES SAWSAN SADEK 1, MOHAMAD KHALIL 2, SAHAR MERHEB 2, KHALED HOUSSEIN 1, MOHAMAD SAYED 1 1 Assoc.

More information

CHAPTER - 2 LITERATURE SURVEY

CHAPTER - 2 LITERATURE SURVEY 10 CHAPTER - 2 LITERATURE SURVEY Table of Contents S.No. Name of the sub-title Page No. 2 Literature Survey 12-22 11 1. LITERATURE SURVEY In early 1960 s, Kadish used a system, which includes several things

More information

Foxi watch Smart GPS watch for calling and tracking important people in your life.

Foxi watch Smart GPS watch for calling and tracking important people in your life. Foxi watch Smart GPS watch for calling and tracking important people in your life. Overall description Smart Tracking Watch include the basic functions of calling, GPS tracking, monitoring, and Emergency

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

WireLess Health Monitoring System Using ZigBee

WireLess Health Monitoring System Using ZigBee WireLess Health Monitoring System Using ZigBee T.Chandrasekhar 1, J.S.Chakravarthi 2, V.Srikanth 3 Professor, Department of Electronics and Comm. Engineering, GIET Engineering College, Rajahmundry, Andhra

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

: DOOR ENTRY UNIT USER MANUAL EIS-LCD. Programming Software

: DOOR ENTRY UNIT USER MANUAL EIS-LCD. Programming Software : DOOR ENTRY UNIT EIS-LCD Programming Software v.2.0 2018 Page 1 Contents 1 FOR YOUR SAFETY...5 2 INTRODUCTION...6 3 EIS-LCD, EIS-40 FEATURES AND APPLICATIONS...7 4 START UP...8 5 LED INDICATION...9 6

More information

ABOUT SWISSTRAFFIC TABLE OF CONTENTS

ABOUT SWISSTRAFFIC TABLE OF CONTENTS Document Date: February 2017 Document Version: 2.3 SWISSTRAFFIC 2017 ABOUT SWISSTRAFFIC SWISSTRAFFIC is a planning and consulting firm operating internationally in the fields of mobility, road safety and

More information

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 Features RoHS 520MHz Low-power ARM processor w/ 800 x 600 Color LCD Power Over Ethernet and 10/100BASE-T Ethernet GPS module

More information

IVS 2.0 Software Manual for Air, Vac & Water Machines

IVS 2.0 Software Manual for Air, Vac & Water Machines IVS 2.0 Software Manual for Air, Vac & Water Machines Development Draft Ver. 7.13.07 Table of Contents PREFACE...1 CHAPTER 1-INCORPORATING IVS 2.0 INTO YOUR BUSINESS...2 Overview... 2 Menu Selections...

More information

Remote Health Monitoring for an Embedded System

Remote Health Monitoring for an Embedded System July 20, 2012 Remote Health Monitoring for an Embedded System Authors: Puneet Gupta, Kundan Kumar, Vishnu H Prasad 1/22/2014 2 Outline Background Background & Scope Requirements Key Challenges Introduction

More information

The February 2007 Instrumentation

The February 2007 Instrumentation Andrzej Kalicki, Łukasz Makowski, Andrzej Michalski, and Zbigniew Staroszczyk Distributed Measurement Systems A Web System Approach: Part 1 The February 2007 Instrumentation Notes column of The I&M Magazine

More information

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS)

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS) Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti-theft Alarm System Overview 1. GPS data tracking via GSM

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Feature and Technical Overview SWDT305802-524791-0331031644-001 Contents 1 Overview: BlackBerry Enterprise Server... 5 New in this release...

More information

Thuraya Connecting Everyone Everywhere

Thuraya Connecting Everyone Everywhere Thuraya Connecting Everyone Everywhere www.thuraya.com Follow us on /thurayatelecom Satellite & LTE Hotspot Staying connected is a priority. It s at the heart of your social identity and self-expression.

More information

ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment

ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment Prof. Dr. Norsheila Fisal, Department of Telecommunication and Optics, Faculty of Electrical Engineering, University

More information

Bluetooth protocol profiling on the Xilinx Virtex II Pro

Bluetooth protocol profiling on the Xilinx Virtex II Pro Bluetooth protocol profiling on the Xilinx Virtex II Pro Filipa Duarte and Stephan Wong Computer Engineering Laboratory, Delft University of Technology {F.Duarte, J.S.S.M.Wong}@ewi.tudelft.nl Abstract

More information

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID ANDROID GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

SCALABLE. Network modeling software for: Development Analysis Testing Cyber Assessment DATASHEET NETWORK TECHNOLOGIES. Virtual Network Model

SCALABLE. Network modeling software for: Development Analysis Testing Cyber Assessment DATASHEET NETWORK TECHNOLOGIES. Virtual Network Model SCALABLE NETWORK TECHNOLOGIES DATASHEET Network modeling software for: Development Analysis Testing Cyber Assessment EXata software (EXata) is a tool for scientists, engineers, IT technicians and communications

More information

Ekran System v Program Overview

Ekran System v Program Overview Ekran System v. 6.2 Program Overview Contents About the Program Login Ekran Server & Management Tool Notifying Users about Being Database Management Monitored Licensing User Blocking Client Installation

More information

Transmitting Patient Vitals Over a Reliable ZigBee Mesh Network

Transmitting Patient Vitals Over a Reliable ZigBee Mesh Network Accepted at the 2014 IEEE Canada International Humanitarian Technology Conference (IHTC). Transmitting Patient Vitals Over a Reliable ZigBee Mesh Network Reza Filsoof, Alison Bodine, Bob Gill, Stephen

More information

CARELINK NETWORK UPDATES SUMMARY OF ENHANCEMENTS May 2017

CARELINK NETWORK UPDATES SUMMARY OF ENHANCEMENTS May 2017 CARELINK NETWORK UPDATES SUMMARY OF ENHANCEMENTS May 2017 Quick Look Update for Reveal LINQ ICM Patient Monitoring CareLink Network Experience With feedback from over 200 clinicians worldwide, Medtronic

More information

ENRNG3076 : Oral presentation BEng Computer and Communications Engineering

ENRNG3076 : Oral presentation BEng Computer and Communications Engineering Jean Parrend ENRNG3076 : Oral presentation BEng Computer and Communications Engineering 1 Origin 2 Purpose : Create a cable replacement standard for personal area network Handle simultaneously both data

More information

UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore.

UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore. Communication Switching Techniques UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore. Bluetooth Techniques References 1. Wireless

More information

Amazfit Verge User Manual

Amazfit Verge User Manual Amazfit Verge User Manual Contents Watch Operating Instructions & Watch Status... 3 1. Button Descriptions... 3 2. Touch Screen Gesture Operations... 3 3. Off-Screen Mode... 3 4. Low-Light Mode... 4 5.

More information

Using Operator Interfaces to Optimize Performance of Industrial Wireless Networks

Using Operator Interfaces to Optimize Performance of Industrial Wireless Networks Using Operator Interfaces to Optimize Performance of Industrial Wireless Networks Jim Ralston, Wireless Sales Engineer ProSoft Technology, August 2007 Abstract The performance of wireless networks can

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK CONTROLLING PC THROUGH MOBILE PHONE MISS. MUKTA N. PATIL, PROF. SHEETAL P. GAWANDE

More information

IEEE PROJECTS ON EMBEDDED SYSTEMS

IEEE PROJECTS ON EMBEDDED SYSTEMS S.NO 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 PROJECT TITLES EMACS: Design And Implementation Of Indoor Environment Monitoring And Control System VOT-EL: Three Tier Secured State Of

More information

Efficient Multicast Schemes for Mobile Multiparty Gaming Applications

Efficient Multicast Schemes for Mobile Multiparty Gaming Applications Efficient Multicast Schemes for Mobile Multiparty Gaming Applications P6-6th semester 2006 Group 681 - ComNet Aalborg University 9th March 2006 Institut for elektroniske systemer Fr. Bajers Vej 7 Telefon

More information

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING Md Enamul Islam, Sanjay Jha, Dr. Paul W.H. Kwan, Monzurur Rahman School of Mathematics, Statistics and Computer Science, University

More information

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Embedded Systems. 8. Communication

Embedded Systems. 8. Communication Embedded Systems 8. Communication Lothar Thiele 8-1 Contents of Course 1. Embedded Systems Introduction 2. Software Introduction 7. System Components 10. Models 3. Real-Time Models 4. Periodic/Aperiodic

More information

Non-intrusive Movement Detection in CARA Pervasive Healthcare Application

Non-intrusive Movement Detection in CARA Pervasive Healthcare Application Non-intrusive Movement Detection in CARA Pervasive Healthcare Application Bingchuan Yuan Department of Computer Science University College Cork Cork, Ireland Abstract Pervasive healthcare promises to support

More information

BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE

BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE TITLE: AUTOMATIC POWER METER READING SYSTEM USING GSM NETWORK By B.VENKATA PAVAN SRIKANTH Regd No : 08H41A0411 Under the Guidance of Mr. S.TATA

More information