A New Healthcare System Supported by GSM and Internet

Size: px
Start display at page:

Download "A New Healthcare System Supported by GSM and Internet"

Transcription

1 European Journal of Scientific Research ISSN X / X Vol. 129 No 4 February, 2015, pp A New Healthcare System Supported by GSM and Internet Mahmoud Shaker Nasr Department of Electrical Engineering, University of Babylon, Iraq mahmoud111957@yahoo.com Samir Jasim Mohammed Department of Electrical Engineering, University of Babylon, Iraq Dr_S_J_Almuraab@yahoo.com Ali Jasim Ramadhan Department of Electrical Engineering, University of Babylon, Iraq ali.j.r@ieee.org Abstract This paper presents a new design for a portable real time patient monitoring / diagnosing system based on E-health, GSM-health, I-health and wireless sensor network (WSN) under ZigBee protocol. The proposed system measures patient biomedical data utilizing a group of sensors, namely patient position sensor (PPS), galvanic skin response sensor (GSR), blood glucose sensor (BGS) and electromyography sensor (EMG). The system is designed to monitor the sleep position and skin conductance (calm indicator) of patients with alarm for abnormal cases in the both base station (BS) and lobbies. The system is supported by GSM to send an alarm SMS to doctor for abnormal cases and to follow up the patient glucose rate remotely. The system is supported by the Internet service using a special designed website. The system uploads patient information and measured glucose data via the special website, so that the doctor can follow up the patient remotely and to write his recommendation to the patient or the hospital staff. Moreover, the system introduces printing and saving patient information facilities for archiving and statistical study. This system was implemented practically under supervision of specialist physicians. The obtained results are very satisfied and promising to offer great services to the human care. Keywords: E-health, GSM-health, I-health, Wireless Sensor Network 1. Introduction Due to their characteristics of being flexibe, low power and low cost, the WSNs are commonly used in different science fields, such as the healthcare [1]. Combination of WSN and GSM will provide valuable real time information which enable the doctors to monitor and analyze current and previous state of their patients [2]. Today, combining of WSN and Internet can integrate healthcare systems to add more important services, such as remotely diagnosing and monitoring [3].

2 A New Healthcare System Supported by GSM and Internet System Description Based on the available facilities the proposed system is designed to have three nodes (lobbies) but it can monitor / diagnose unlimited numbers of patients. Figure 1 shows the overall proposed system Sensing & Data Transceiver Subsystems Each patient is represented by a node, which consists of sensors, processor, transceiver and power supply. Details of these subsystems are explained in the following: Figure 1: The overall proposed system Biomedical Sensors Subsystem The patient node has four sensors, namely PPS, GSR, BGS and EMG. Measurement procedures of these sensors are explained in the followings: I. Patient Position Measurement: A position sensor is a device that is used to locate the position. It can be either an absolute position sensor or a relative one accelerometer or displacement [4]. The accelerometer converts the acceleration from motion or gravity to either analog or digital signal [5]. Digital, capacitive, 3.3v, ±2g and 3-axis accelerometer is selected as sleep position sensor. The offset axis is (3.3v / 2g) = 1.65v/g, and if the axis is above 1.65v it is considered positive, otherwise it is negative. The PPS is packed with digital signal processing (DSP) functions that detect the five sleep positions. The PPS block diagram is shown in Figure 2. The voltage of each axis is calculated and compared with other axes to calculate largest axis voltage that is assumed as 1g in DSP while the others are 0g.

3 474 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan Figure 2: The sleep position sensor structure The sensing axis will send the data in the embedded DSP to the MCU (Pin A4) through I²C and the MCU is programmed to display the real position as shown in Table 1. Table 1: Detection of sleep positions X, Y, Z 0, 1, 0-1, 0, 0 1, 0, 0 0, -1, 0 0, 0, 1 Embedded DSP In MCU Supine Left Right Prone Stand or Sit Setting method of the position sensor is shown in Figure 3. Figure 3: Setup of position sensor II. Galvanic Skin Response Measurement: The GSR is one of many electro dermal responses that is a medical term for changes in skin conductance due to a psychological condition [6]. The normal skin conductance is (2 10) μsiemens [7]. The GSR measures the skin conductance by attaching two electrodes on the top of the index and middle fingers. The circuit diagram of the measurement steps is shown in Figure 4. It is vital to isolate the signal using two op-amps (MCP6002) as a buffer stage. Then, the signal passes through the difference op-amps. (TI INA114), followed by a filter to remove high frequency noises, where the GSR is working in low frequency (1-2) Hz signals. The output signal will be fed to the MCU through the pin (A2) to measure the skin conductance. Setting method of the GSR sensor is shown in Figure 5. Figure 4: GSR circuit diagram.

4 A New Healthcare System Supported by GSM and Internet 475 Figure 5: Setup of GSR sensor. III. Blood Glucose Measurement: The glucose is a carbohydrate, which is the source of energy for human body [8]. Glucose meter in this work is based on electrochemical test strips. It is implemented by using PIC16LF178X as shown in Figure 6. Where test strip consists of reference and working electrode [9]. Figure 6: Block diagram of glucose measurement. Measured current is an input to a current to voltage convertor (I\V) and the result is filtered from above 8 Hz signal, and then it is fed to a 12-bit ADC. It starts capturing voltage, storing data in EEPROM and displaying it after less than 7 sec. of placing the blood sample as shown in Figure 7. Figure 7: Measuring blood glucose

5 476 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan IV. Electromyography Measurement: Electromyography is the process of recording and analyzing myoelectric signals that are formed by physiological changes in muscle fiber membranes [10]. EMG block measurement is shown in Figure 8. A surface, gelled, passive electrode and op-amp. (AD8221) are used for picking up the EMG. A band-pass filter of (10 500) Hz is used to remove the heartbeats. After rectifying and integrating the signal, it will be fed to the MCU (pin A0) to calculate the EMG values, where the signal can range from (0-1.5) mv and from (30 300) Hz [11]. Setting method of the EMG sensor is shown in Figure 9. Figure 8: Block diagram of EMG measurement steps Figure 9: Setup of EMG sensor Processor (MCU) Subsystem MCU (ATmega328) is used, and the Arduino is selected which contains ATmega328 that is characterized by being open-source and easy hardware implementation.

6 A New Healthcare System Supported by GSM and Internet Transceiver Subsystem In this work, XBee Series 2 module transceiver is used to connect patient nodes with the BS, where it is configured by using X-CTU program. These XBees (in patient nodes) are configured as End- Devices firmware by using AT command mode. In this work, star topology network is selected because it is working in low power and short delay Power Subsystem A rechargeable battery is used with each patient node. Therefore, there is a limit time for the node operation. To remedy this limitation, the MCU is programmed to enable each sensor that responds from BS to send its data and then disable it, and then use the (SLEEP_MODE_IDLE) that disable the unnecessary functions of the MCU Base Station (BS) Subsystem The base station consists of a gateway (GW), computer (PC) and printer subsystems Gateway (GW) Subsystem The function of the GW is to exchange data between the patient nodes and the PC in the BS. It consists of two components, XBee and its USB explorer, where the XBee is programmed as a coordinator Computer (PC) Subsystem The process of monitoring, analyzing and recording data are implemented at the PC. In this system, LabVIEW software (SW) is used to perform these operations, because it has a graphical user interface (GUI) window which can handle data quickly and do interface easily with external hardware. In the system SW, there are three operations, and they are explained as follows: I. Nodes Status GUI Window Operation: This operation searchs for all nodes in the network and stores the active nodes in a string for the usage by other operations. At any time, the system can update these nodes by starting the search operation. II. Insertion & Update Information GUI Window Operation: This operation is used to save patient information as a Text file in the PC without storing them in the MCU. This will reduce the system complexity and time delay, and increase the security of the personal data and insures keeping them in the system even in the case of empty battery. III. Sensing GUI Windows Operation: There are three GUI windows to sense patient statuses, and they are the major operations which are based on searching and setup operations Printer Subsystem Many cases are needed to provide the patient by medical report. Therefore, in addition to analysis and display sensing data in GUI, the system has ability to print medical reports using VISUAL BASIC (VB) software. The implemented program is saved as exe. file and could recall it from SW GSM Subsystem The GSM subsystem (GSM-health) is used to remotelty follow-up sleep position, skin conductance and glucose level. These services are performed using personal phone without using GSM modem. This method has properties of being low cost, low complexity and short delay time which is achieved by interfacing phone with PC directly via USB and messages sending procedure executed by using SMSs AT commands. The procedure of GSM in BGS window is shown in Figure 10.

7 478 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan Figure 10: Process of implemented GSM / BGS system Click On Send Notification To Doctor Mobile Button Open USB Port Send AT Send AT+CMGF=1 Send AT+CMGS=" Pho. No. " Send Message Data Send 1A Close USB Port End Processing To understand the GSM operation, each process in Figure 10 will be explained in detail as follows, and then (PPS & GSR) GSM implementation will be discussed. Click on "Send Notification To Doctor Mobile" button in the BGS GUI window and the Labview executes automatically the following steps. Open the mobile phone device serial port. Send "AT" command to attend the mobile phone to a new process. Send "AT+CMGF=1" command to attend the mobile phone that the message format is a Text. Send "AT+CMGS" command to attend the mobile phone about the selected doctor's phone number. Send "Message Data" by recalling the last and previous glucose readings from the strings that these two readings are displayed in the BGS GUI window and they are considered as the message data. Send "1A" command to end the process, [CTRL+Z] is equivalent to [1A] in ASCII code. Close the mobile phone device serial port. The differences in the implementation of GSM in (BGS) and (PPS & GSR) as follows: In BGS, the process is performed manually, while in PPS/GSR it is performed automatically, that means there is no "button" to start the process in PPS/GSR. In BGS, required data are the last and previous glucose readings, while in PPS/GSR the data are the position or the skin conductance Internet Subsystem The Internet subsystem (I-health) is used to follow glucose levels remotely. It is performed by designing a website using VB.NET and ASP.NET. The process of the Internet based system is shown in Figure 11. User login features are introduced to protect privacies of patients and feedback comment features between doctors and patients to take important guidance. Creating a website is accomplished by two programs, the first one is (Upload Program) which combines measured data with patient

8 A New Healthcare System Supported by GSM and Internet 479 information in one Text file and uploads it to website link. The second one (Download Program) which loads the Text file and publishs it on the website GUI, and they are saved as exe. file. The download program consists of two pages, namely slave and master. The function of the slave page is to receive and store the Text file that was uploaded by the first program from BS, while the master page displays all data that was stored in the slave page. 3. Overall System Operation In case of multi mode monitoring of PPS and GSR, perform touring in three seconds for each lobby. If a PPS or GSR alarm case happens, alert the user in BS and the concerned MCU node is turned on it's buzzer and red PPS or GSR LED and also alarm SMS is sent to doctor's phone. For BGS followingup, the user sends the glucose rate as SMS to the doctor and uploads it to the special website to allow the doctor following up the patient status. The overall implemented system is shown in Figure 12. Figure 11: Process of internet based system. Click On Upload Blood Glucose Data Button Call The Main Programs That are Saved as Locate The Saved Text Files In The PC Save The Text File As a String Add The Patient's Information To The String Save The String As a Text File Upload The Text File To The Web Site Link Load The Text File In The Web Site Split The Data By Utilizing The Special Characters Before Publication It In The Web Site Publishing And Display The Data In Specified Fields As Values and Graphically In The Web Site End Processing

9 480 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan 4. System Features Portable, wireless, real time, low power and low cost system. Monitoring / diagnosing system and supports alarming and printing subsystems. Combines E-health, GSM-health and I-health fields together. GUI window is easy to use and can operate the SW on any computer system. Can be expanded by adding several other necessary sensors. Performs searching and storing processes. Figure 12: The overall implemented system 5. Results 5.1 Searching Results Once the system starts the searching operation, the active nodes will be displayed in the specified field as 1,2,3. If any of these nodes is not active e.g. node 2, the window displays only nodes 1 and 3. Figure 13 shows the window of searching operation. Figure 13: Searching results.

10 A New Healthcare System Supported by GSM and Internet Setup Results After selecting any patient lobby, e.g. no.1, the data are filled as shown in Figure 14, then click on "Save" button to store the data in a Text file. Figure 14: Setup results 5.3. Monitoring PPS & GSR Results User can select harmful sleep postions. In the following, the user selects left and prone postions for a patient in lobby no.1. The actual results are shown in Figures 15 & 16. Figure 15: Single mode monitoring results with PPS alarm case

11 482 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan Figure 16: Single mode monitoring results with GSR alarm case Where the alarm SMSs are shown in the Figure 17. Figure 17 a) Alarm SMSs of the patient's sleep position, (b) skin conductance Following-Up BGS Results If the user selects the lobby no. 2, for example, the results will be as shown in Figure 18. The SMS of last and previous measured glucose is shown in Figure 19. As explained previously, the user must login the website and if he selected lobby no.2, as example, the results are displayed as shown in Figure 20. The hard copy report of the patient's glucose status is shown in Figure 21.

12 A New Healthcare System Supported by GSM and Internet 483 Figure 18: BGS sensing results Figure 19: SMS notification Figure 20: Website page.

13 484 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan Figure 21: Glucose rate report 5.5. Diagnosing EMG Results The results in GUI and hard report are shown in Finger 22 and Figure 23 respectively. Figure 22: EMG sensing results

14 A New Healthcare System Supported by GSM and Internet 485 Figure 23: EMG diagnostic report 6. Conclusions This paper presents a novel portable healthcare system to measure PPS, GSR, BGS, and EMG which has a great importance in the human healthcare. It serves in efficient communication between the hospital and the patient doctor using the Internet and GSM to monitor and track the patient condition and then provide urgent recommendations. The novelty of the proposed system is manifested from being able to perform monitoring and diagnosing the patient in real time, fast, accurate results and supported by alarming system. The system was tested with different medical cases and the results of searching, storing and printing of the measured data were found accurate. A new patient (node) could be added to the system without any intervention of the user because the new node is detected automatically during the searching process. All the sensed values were tested and compared with the calibrated instruments and the obtained results were found accurate. The system can serve as a home care system since the sensed data can be sent via internet and the patient can receive the doctor recommendations according to his health condition. The system was tested and evaluated by physicians and they found it active and promising in the development of electronics and remote health monitoring. References [1] Ismail B., Salvatore D. and Ravi S. A survey of intrusion detection systems in wireless sensor networks, IEEE Communications Surveys & Tutorials, Vol. 16, pp , [2] Nitin P., Preeti N. and Trupti P. An embedded, GSM based, multiparameter, realtime patient monitoring system and control - an implementation for ICU patients, IEEE Information and Communication Technologies, Vol., pp , [3] Prabakaran C., Vijayakumar P. and Suryaprakash R. Web based patient monitoring system using ARM9 processor, IJEEDC, Vol. 1, pp , [4] Ajay K. An integrated sensor system for early fall detection, MSc, Purdue University, Indiana, 2013.

15 486 Mahmoud Shaker Nasr, Samir Jasim Mohammed and Ali Jasim Ramadhan [5] Madhulatha K. and Venkat C. Automatic control of robot by using MEMS technology, IJPRES, Vol. 2, pp , [6] Shivakumar G. and Vijaya P. Analysis of human emotions using galvanic skin response and finger tip temperature, IJSE, Vol. 2, pp , [7] David T. and Peter H. Direct measurement of skin conductance: a proposal for standardization, SPR, Vol. 8, pp , [8] Miriam G. Glucose Meter Fundamentals and Design, Freescale Semiconductor Inc., Document Number: AN4364, Rev. 1, [9] Jirka J., Prauzek M. and Stankus M. Glucose measuring device with advanced data processing and improved strip detection, Elektronika IR Elektrotechnika, Vol. 19, pp , [10] Peter K. The ABC of EMG - A Practical Introduction to Kinesiological Electromyography, Noraxon Inc., USA, [11] Nikhil S. Direct biocontrol of telemanipulators and VR environments using SEMG and intelligent systems, MSc, University of Akron, USA, 2006.

NECTAR. This work has been submitted to NECTAR, the Northampton Electronic Collection of Theses and Research. Article

NECTAR. This work has been submitted to NECTAR, the Northampton Electronic Collection of Theses and Research. Article This work has been submitted to NECTAR, the Northampton Electronic Collection of Theses and Research. Article Title: Design and implementation a real time healthcare system based on WSN Creators: Kadim,

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

SMART SYSTEM FOR MONITORING OF PHYSIOLOGICAL PARAMETERS USING ANDROID APPLICATION

SMART SYSTEM FOR MONITORING OF PHYSIOLOGICAL PARAMETERS USING ANDROID APPLICATION SMART SYSTEM FOR MONITORING OF PHYSIOLOGICAL PARAMETERS USING ANDROID APPLICATION *W. Swarnima and S. Rubina Department of Electronics and Communication, Acropolis Institute of Technology and Research,

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

Greenhouse Automation Based on Wireless Sensor Network with Novel Diagnostic Subsystem

Greenhouse Automation Based on Wireless Sensor Network with Novel Diagnostic Subsystem European Journal of Scientific Research ISSN 1450-216X / 1450-202X Vol. 102 No 3 May, 2013, pp.425-440 http://www.europeanjournalofscientificresearch.com Greenhouse Automation Based on Wireless Sensor

More information

A Novel Implementation for Automated Health Monitoring System

A Novel Implementation for Automated Health Monitoring System A Novel Implementation for Automated Health Monitoring System Praveen B Sarangamath 1, Dr. Kiran A Gupta 2 1 M.Tech. Dept of E&CE, Dayananda Sagar College, Bangalore, Karnataka, India 2 Prof. and Head

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

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

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

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

LOW COST ECG MACHINE DESIGN USING 8-BIT MICROCONTROLLER

LOW COST ECG MACHINE DESIGN USING 8-BIT MICROCONTROLLER LOW COST ECG MACHINE DESIGN USING 8-BIT MICROCONTROLLER 1 Vinod J. Kadam, 2 Sanjay U. Waikar 1 Assistant Professor, Department of Information Technology, 2 System Analyst, Department of Computer Engineering,

More information

Bluetooth based Low Power Data Acquisition System for BAN

Bluetooth based Low Power Data Acquisition System for BAN Volume 116 No. 24 2017, 549-557 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Bluetooth based Low Power Data Acquisition System for BAN Kumaresan

More information

BIO-MEDICAL BASED PROJECTS

BIO-MEDICAL BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED SYSTEMS (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

More information

WIRELESS PATIENT HEALTH MONITORING SYSTEM USING ZIGBEE,RFID,GSM WITH WIRELESS AUTOMATIC DOCTOR ALERTING THROUGH SMS USING ARM7

WIRELESS PATIENT HEALTH MONITORING SYSTEM USING ZIGBEE,RFID,GSM WITH WIRELESS AUTOMATIC DOCTOR ALERTING THROUGH SMS USING ARM7 e-issn 2277-2685, p-issn 2320-976 IJESR/May 2014/ Vol-4/Issue-5/383-388 S. Sameer et al./ International Journal of Engineering & Science Research WIRELESS PATIENT HEALTH MONITORING SYSTEM USING ZIGBEE,RFID,GSM

More information

A Monitoring System for EPW Safe Use

A Monitoring System for EPW Safe Use A Monitoring System for EPW Safe Use M. H. ALSIBA 1*, N. N. N. Hamran 1, Abdul Nasir 1 and A. A. Abdullah 2 1 Faculty of Engineering Technology, University Malaysia Pahang, Gambang - Kuantan, Malaysia.

More information

Neurobit Optima+ 4 / 2 BT / USB Neurobit Optima 2 BT / USB

Neurobit Optima+ 4 / 2 BT / USB Neurobit Optima 2 BT / USB Neurobit Optima+ 4 / 2 BT / USB Neurobit Optima 2 BT / USB Portable equipment for neurofeedback, biofeedback & physiological data acquisition Highlights Neurobit Optima is a family of highly integrated,

More information

Design and Implementation of WLAN Based ZigBee for Personal Identification

Design and Implementation of WLAN Based ZigBee for Personal Identification DOI: http://dx.doi.org/10.30684/etj.36.8a.12 Mahmood F. Mosleh Electrical Enginee ring, Technic al Colleg e, Baghd ad, Iraq. drmahm o odfa rh an@ gm ail.c om Zahraa I. Saber Electrical Enginee ring, Technic

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

A Bluetooth Enabled Personal Health Monitoring System Using Android Device

A Bluetooth Enabled Personal Health Monitoring System Using Android Device A Bluetooth Enabled Personal Health Monitoring System Using Android Device 1 Dhaval Bhatt, 2 Tarulata Chauhan Department of Computer Engineering L.J. Institute of Engineering & Technology, Ahmedabad, India

More information

A Functional Approach for Wearable Health Solution with Intel Galileo Gen2. M. Tech, CSE HOD, CSE Dept.

A Functional Approach for Wearable Health Solution with Intel Galileo Gen2. M. Tech, CSE HOD, CSE Dept. A Functional Approach for Wearable Health Solution with Intel Galileo Gen2 Nicy Kaur Taneja Dr. S.R.N. Reddy M. Tech, CSE HOD, CSE Dept. IGDTUW nicytaneja18@gmail.com Abstract- In the present scenario,

More information

Real time health monitoring system using Arduino and LabVIEW with GSM Technology

Real time health monitoring system using Arduino and LabVIEW with GSM Technology International Seminar On Non-Conventional Energy Sources for Sustainable Development of Rural Areas, IJAERD- International Journal of Advance Engineering & Research Development e-issn: 2348-4470, p-issn:2348-6406

More information

Automation of Weather Station in Agricultural Zone

Automation of Weather Station in Agricultural Zone 2018 IJSRST Volume 4 Issue 3 Print ISSN : 2395-6011 Online ISSN: 2395-602X National Conference on Advances in Engineering and Applied Science (NCAEAS) 29 th January 2018 Organized by : Anjuman College

More information

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez The Heart Buddy Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez What is the Heart Buddy? The Heart Buddy is a low-profile, portable armband specialized in getting help to individuals before

More information

Health Monitoring Using Fitness Band and IOT

Health Monitoring Using Fitness Band and IOT IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 41-46 www.iosrjournals.org Health Monitoring Using Fitness Band and IOT Roshan Kumbhar (Dept. of Electronics and Communication,

More information

Product description for ED1600 generic Sigfox Module

Product description for ED1600 generic Sigfox Module Product description for ED1600 generic Sigfox Module The ED1600 Sigfox Module is mainly developed for container tracking purposes. To avoid the development of many different types of modules and just as

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

DETERMINING ANGLE POSITION OF AN OBJECT USING ACCELEROMETERS

DETERMINING ANGLE POSITION OF AN OBJECT USING ACCELEROMETERS DETERMINING ANGLE POSITION OF AN OBJECT USING ACCELEROMETERS Marin Berov Marinov*, Marin Hristov Hristov**, Ivan Pavlov Topalov*** Technical University of Sofia, Faculty of Electronics, P.O. Box 43, BG-1756

More information

Faros Explorer Manual

Faros Explorer Manual Faros Explorer Manual Date of issue: May 30, 2017 Mega Electronics Ltd, Pioneerinkatu 6, FI-70800 Kuopio, Finland, http://www.megaemg.com Contents 1. Introduction... 1 1.1. Intended use... 1 1.2. Symbols...

More information

Microcontroller-Based Wireless Sensor Networks Prof. Kasim M. Al-Aubidy Philadelphia University

Microcontroller-Based Wireless Sensor Networks Prof. Kasim M. Al-Aubidy Philadelphia University Embedded Systems Design (0630414) Lecture 14 Microcontroller-Based Wireless Sensor Networks Prof. Kasim M. Al-Aubidy Philadelphia University Introduction: Wireless Sensor Networks (WSNs) have been identified

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

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

Overview of Embedded Systems in Medical Applications

Overview of Embedded Systems in Medical Applications of Embedded Systems in Medical Applications 1 Embedded Systems Simplistic definition Embedded System Shorthand for Embedded Processor System Embed microprocessor + fixed program in non-computer system

More information

DEMO9S08LG32 Up to 5V MCU with integrated LCD display driver

DEMO9S08LG32 Up to 5V MCU with integrated LCD display driver DEMO9S08LG32 Quick Start Guide Quick Start Guide DEMO9S08LG32 Up to 5V MCU with integrated LCD display driver Quick Start Guide Lab Tutorial CodeWarrior Manual Getting Started CD Get to Know the DEMO9S08LG32

More information

Internet of Things: A Healthcare Ubiquitous-Based Approach for Medical Seizure Prevention

Internet of Things: A Healthcare Ubiquitous-Based Approach for Medical Seizure Prevention International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 6, Number 2 (April 2017), pp.77-82 MEACSE Publications http://www.meacse.org/ijcar Internet of Things: A Healthcare Ubiquitous-Based

More information

Wearables and Remote Patient Monitoring

Wearables and Remote Patient Monitoring Wearables and Remote Patient Monitoring Walt Maclay President at Voler Systems Walt@VolerSystems.com Accurate & holistic health data Lifestyle choices, health history, symptoms, medication, treatment information,

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

Real-time Academic Bio-medical projects list

Real-time Academic Bio-medical projects list 1 Real-time Academic Bio-medical projects list HVS-903. Manipulator Design and Operation of a Six-Degree-of-Freedom Handheld Tremor-Cancelling Microsurgical Instrument. (IEEE-2015) HVS-1979. FM Radio signal

More information

Interface Design for Multi Parameter Health Monitoring System Based on PLC

Interface Design for Multi Parameter Health Monitoring System Based on PLC Interface Design for Multi Parameter Health Monitoring System Based on PLC Panduranga H V 1, D S Suresh 2, Rajendra C J 3, R Sekar 4 P.G. Student, Department of Electronics & Communication Engineering,

More information

See it. Control it. The TelPro Solution

See it. Control it. The TelPro Solution See it. Control it. The TelPro Solution JANUARY 2017 Introducing the TelPro Solution A combined cellular and wireless IoT gateway and cloud portal system Collection and analysis of commercial and industrial

More information

Detection And Warning System for Heart Attacks using IoT

Detection And Warning System for Heart Attacks using IoT Detection And Warning System for Heart Attacks using IoT 1 Femi Antony, 2 Ann Mary Joseph, 3 Jency K Davis, 4 Diffeena Stenislawoos Research Scholars Department of Computer Science Sahrdaya College of

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

Keywords: wearable system, flexible platform, complex bio-signal, wireless network

Keywords: wearable system, flexible platform, complex bio-signal, wireless network , pp.119-123 http://dx.doi.org/10.14257/astl.2014.51.28 Implementation of Fabric-Type Flexible Platform based Complex Bio-signal Monitoring System for Situational Awareness and Accident Prevention in Special

More information

Battery Stack Management Makes another Leap Forward

Battery Stack Management Makes another Leap Forward Battery Stack Management Makes another Leap Forward By Greg Zimmer Sr. Product Marketing Engineer, Signal Conditioning Products Linear Technology Corp. Any doubts about the viability of electric vehicles

More information

Voice Recognition Based Smart Home Control System

Voice Recognition Based Smart Home Control System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 4 [April 2017] PP: 01-05 Voice Recognition Based Smart Home Control System Awadalla Taifour Ali 1, Eisa

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

Power Theft Detection and Monitoring using GPRS Technology

Power Theft Detection and Monitoring using GPRS Technology Reg. No.:20140613 DOI:V3I1P13 Power Theft Detection and Monitoring using GPRS Technology Trupti A.Bhosale Dr.B.G.Hogade truptibhosale09@gmail.com bghogade@gmail.com Department Of Electronics Engineering,

More information

Self Power Temperature and Humidity Data Logger

Self Power Temperature and Humidity Data Logger Self Power Temperature and Humidity Data Logger Sharifah Saon, Tay Chee Boon, Abd Kadir Mahamad Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia 86400, Parit Raja, Batu

More information

Advanced Packaging for Wearables (Vital Signs Monitoring) Vikram Venkatadri IMAPS New England 5/1/2018

Advanced Packaging for Wearables (Vital Signs Monitoring) Vikram Venkatadri IMAPS New England 5/1/2018 Advanced Packaging for Wearables (Vital Signs Monitoring) Vikram Venkatadri IMAPS New England 5/1/2018 Healthcare at ADI Improving Quality of Life Through Better Care Technology Diagnostics & therapy Imaging

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

ECE 480 Team 5 Introduction to MAVRK module

ECE 480 Team 5 Introduction to MAVRK module ECE 480 Team 5 Introduction to MAVRK module Team Members Jordan Bennett Kyle Schultz Min Jae Lee Kevin Yeh Definition of MAVRK Component of MAVRK starter Kit Component of umavrk Module design procedure

More information

USB Virtual Reality HID. by Weston Taylor and Chris Budzynski Advisor: Dr. Malinowski

USB Virtual Reality HID. by Weston Taylor and Chris Budzynski Advisor: Dr. Malinowski USB Virtual Reality HID by Weston Taylor and Chris Budzynski Advisor: Dr. Malinowski Project Summary Analysis Block Diagram Hardware Inertial Sensors Position Calculation USB Results Questions === Agenda

More information

CareVital Telehealth Solutions

CareVital Telehealth Solutions CareVital Telehealth Solutions CareNet Web-based Patient Monitoring Telehealth Monitoring and Reporting CareNet is a powerful, yet simple to use, web-based monitoring platform that combines critical information

More information

Products Catalogue 2011

Products Catalogue 2011 Products Catalogue 2011 Software : CAPTIV L2100 CAPTIV L7000 Acquisition systems : T-Log T-USB T-Sens wireless sensor modules : T-Sens Accelerometer T-Sens Heart rate T-Sens semg T-Sens FSR T-Sens Gonio

More information

Developing Internet of Things (IoT) application using Tiva ARM Cortex M4 Microcontroller

Developing Internet of Things (IoT) application using Tiva ARM Cortex M4 Microcontroller Developing Internet of Things (IoT) application using Tiva ARM Cortex M4 Microcontroller Ms. Prajakta P. Tundalwar 1, Dr. Vasif Ahmed 2 1 M.E.Digital Electronics (Student), Department of electronics and

More information

International Journal of Informative & Futuristic Research ISSN:

International Journal of Informative & Futuristic Research ISSN: www.ijifr.com Volume 4 Issue 8 April 2017 International Journal of Informative & Futuristic Research Patient Monitoring System Using Paper ID IJIFR/V4/ E8/ 049 Page No. 7085-7091 Subject Area Key Words

More information

Biomedical Embedded Systems Technology

Biomedical Embedded Systems Technology March 8, 2010 Dr. Andrew Rawicz V5A 1S6 Re: ENSC 440 Design Specifications for Biomedical Monitoring System Dear Dr. Rawicz: Please see attached for Design Specifications for Biomedical Monitoring System.

More information

BUILDING MANAGEMENT. OpenBAS-HV-NX10 SERIES CATALOG NUMBER. Description. Features

BUILDING MANAGEMENT. OpenBAS-HV-NX10 SERIES CATALOG NUMBER. Description. Features BUILDING MANAGEMENT OpenBAS-HV-NX10 SERIES Description Mircom s OpenBAS-HV-NX10 series of Building Automation Controllers are aimed to provide various HVAC, energy management, and lighting control solutions

More information

Review on Development of Patient Monitoring System

Review on Development of Patient Monitoring System Review on Development of Patient Monitoring System 1 Deep Modi, 2 Priyank Shah 1 ME Scholar, 2 Assistant Professor, Biomedical Engineering Department, G. E. C. Gandhinagar, Gandhinagar, India 1 deepmodi07@gmail.com,

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

Wireless Communication Using Zigbee Module and Aurdino

Wireless Communication Using Zigbee Module and Aurdino International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 6 Issue 4 Ver. I ǁ 2018 ǁ PP. 66-70 Wireless Communication Using Zigbee Module

More information

Transfer of Physiological Signals: Application for Patients with Chronic Diseases in their Home

Transfer of Physiological Signals: Application for Patients with Chronic Diseases in their Home International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 7 (December 2014) PP: 20-27 Transfer of Physiological Signals: Application for Patients with Chronic

More information

Wireless Technology and System Integration in Body Area Networks for m-health Application

Wireless Technology and System Integration in Body Area Networks for m-health Application Wireless Technology and System Integration in Body Area Networks for m-health Application Emil Jovanov Electrical and Computer Engineering Dept. University of Alabama in Huntsville http://www.ece.uah.edu/~jovanov

More information

AN 038. Getting Started with the KXTJ2. Introduction

AN 038. Getting Started with the KXTJ2. Introduction Getting Started with the KXTJ2 Introduction This application note will help developers quickly implement proof-of-concept designs using the KXTJ2 tri-axis accelerometer. Please refer to the KXTJ2 data

More information

Implementation of Wireless Sensor Networks Using ZigBee Sanchit Patil 1, Vivek Shah 2, Saptarshi Patnaik 3

Implementation of Wireless Sensor Networks Using ZigBee Sanchit Patil 1, Vivek Shah 2, Saptarshi Patnaik 3 Implementation of Wireless Sensor Networks Using ZigBee Sanchit Patil 1, Vivek Shah 2, Saptarshi Patnaik 3 1, 2, 3 Electronics and Telecommunication 1, 2, 3 K.J Somaiya College of Engineering, Mumbai University

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

More information

Automatic Supervision And Fault Detection In PV System By Wireless Sensors With Interfacing By Labview Program

Automatic Supervision And Fault Detection In PV System By Wireless Sensors With Interfacing By Labview Program Automatic Supervision And Fault Detection In PV System By Wireless Sensors With Interfacing By Labview Program Yousra M Abbas, Dr. Wagdy R. Anis, Dr. Ismail M. Hafez Abstract: In this work a wireless monitoring

More information

Universal Data Logger System for Environmental Monitoring Applications

Universal Data Logger System for Environmental Monitoring Applications Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 5, No. 2, June 2017, pp. 131~136 ISSN: 2089-3272, DOI: 10.11591/ijeei.v5i2.289 131 Universal Data Logger System for Environmental

More information

Intelligent Mining: A Monitoring and Security System for Coal Mine Workers

Intelligent Mining: A Monitoring and Security System for Coal Mine Workers Intelligent Mining: A Monitoring and Security System for Coal Mine Workers Nisha Dube 1, Prof. K.S.Ingle 2 PG Student, Dept. of ECE, Deogiri Engineering College, Aurangabad, Maharashtra India 1 Assistant

More information

Talon Communications. Wireless and Video Product Development It s what we do!

Talon Communications. Wireless and Video Product Development It s what we do! Talon Communications Wireless and Video Product Development It s what we do! Talon Designed Products in 2012 (1 of 2) Dance Dance Revolution (DDR) Classroom Edition: Talon designed the DDR Classroom Edition

More information

International Journal of Informative & Futuristic Research ISSN:

International Journal of Informative & Futuristic Research ISSN: Reviewed Paper Volume 3 Issue 12 August 2016 International Journal of Informative & Futuristic Research Fingerprint Based Vehicle Security Paper ID IJIFR/V3/ E12/ 007 Page No. 4486-4494 Research Area Embedded

More information

A Human Fall Detection System:

A Human Fall Detection System: A Human Fall Detection System: Using leading edge technology Sensor and Analog Product Division RTAC Americas Human Fall Detection System The problem How to detect the fall of a person in different situations?

More information

Enabling breakthroughs in medical electronics Matt Harrison

Enabling breakthroughs in medical electronics Matt Harrison Enabling breakthroughs in medical electronics Matt Harrison Marketing Director, Medical and High Reliability Business Unit Blind 1.3 million people in the U.S. Parkinson s 1.5 million people in the U.S.

More information

IoT Based Patient Health Monitoring System Using LabVIEW and Wireless Sensor Network

IoT Based Patient Health Monitoring System Using LabVIEW and Wireless Sensor Network IoT Based Patient Health Monitoring System Using LabVIEW and Wireless Sensor Network Abasi Julius 1, Zhang Jian-Min 2 1 Department of Electrical and Electronics, Tianjin University of Technology and Education,

More information

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e Advanced Materials Research Online: 2012-12-13 ISSN: 1662-8985, Vols. 605-607, pp 2375-2378 doi:10.4028/www.scientific.net/amr.605-607.2375 2013 Trans Tech Publications, Switzerland The Design of the Sensor

More information

International Journal of Scientific & Engineering Research, Volume 8, Issue 4, April ISSN

International Journal of Scientific & Engineering Research, Volume 8, Issue 4, April ISSN International Journal of Scientific & Engineering Research, Volume 8, Issue 4, April-2017 372 REMOTE ALERT SYSTEM FOR ELECTRICITY IN PLUG MAINS Kenechukwu Anolue, Chijioke Ani Abstract: The research was

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

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION NXP SEMICONDUCTORS PUBLIC THE ONLY SUPPLIER TO PROVIDE COMPLETE IoT SOLUTIONS DSPs, MCUs & CPUs Suite of Sensors NFC, BLE, Thread, zigbee, sub-ghz Wireless Interconnects

More information

MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE

MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE Ashish Sharma (B.Tech., EL Engg.) E-mail: ashishpreet2009@gmail.com : contactashish10@gmail.com ABSTRACT Ideal gas sensor is used to detect the presence

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

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

Smart Hospital Using Iot

Smart Hospital Using Iot IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 9, PP 26-32 www.iosrjen.org Smart Hospital Using Iot 1 Jinal Shah, 2 Sahil Soni, 3 Falguni Darji, 4 Prof: Sumita Chandak,

More information

Next Generation Wireless Sensing Applications, Moving Forward

Next Generation Wireless Sensing Applications, Moving Forward October, 2009 Next Generation Wireless Sensing Applications, Moving Forward Vincent Ko Freescale Technical Sales Manager of Freescale Semiconductor, Inc. All other product or service names are the property

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

More information

July - September JCPS Volume 9 Issue 3

July - September JCPS Volume 9 Issue 3 www.jchps.com ISSN: 0974-2115 A System for Patient Status updating in mobile phones and patient monitoring using Li-Fi S.Kavitha*, A.Preethi Rani, S.Shiny Testimona, T.K.B.Radhika # Department of Electronics

More information

EMBEDDED MAJOR PROJECTS LIST

EMBEDDED MAJOR PROJECTS LIST EMBEDDED MAJOR PROJECTS LIST GSM AND GPS BASED REAL TIME APPLICATIONS 1. AGRICULTURE FIELD MOTOR CONTROL SYSTEM USING GSM. 2. FIRE DETECTION AND AUTOMATIC ALERT SYSTEM. 3. WEATHER MONITORING SYSTEM IN

More information

ACKNOWLEDGEMENT. Sagar Agrawal Parikshit jha Apar Sinha Gaurav Chauhan

ACKNOWLEDGEMENT. Sagar Agrawal Parikshit jha Apar Sinha Gaurav Chauhan ACKNOWLEDGEMENT Sagar Agrawal- 9913103669 Parikshit jha- 913103540 Apar Sinha- 9913103567 Gaurav Chauhan- 9913103672 Tables of content Topics Pages Abstract 4,5 Introduction 6 Components Description 7-10

More information

Energy-saving MAC scheme with dynamic transmission thresholds for body sensor networks

Energy-saving MAC scheme with dynamic transmission thresholds for body sensor networks International Journal of Sensors and Sensor Networks 2013; 1(6): 69-74 Published online October 20, 2013 (http://www.sciencepublishinggroup.com/j/ijssn) doi: 10.11648/j.ijssn.20130106.11 Energy-saving

More information

Study of Bluetooth Eyes Technology and Gesture Recognition Devices

Study of Bluetooth Eyes Technology and Gesture Recognition Devices Study of Bluetooth Eyes Technology and Gesture Recognition Devices Mayank Kumar Gaur, Manjeet Kaur, *Upendra Kumar, Sakshi Sethi Amity University Gurgaon Haryana Priyanshu Gaur Meerut Institute of Engineering

More information

WEARABLE SAFETY WRISTBAND DEVICE FOR ELDERLY HEALTH MONITORING

WEARABLE SAFETY WRISTBAND DEVICE FOR ELDERLY HEALTH MONITORING Int. J. Chem. Sci.: 14(S3), 2016, 829-834 ISSN 0972-768X www.sadgurupublications.com WEARABLE SAFETY WRISTBAND DEVICE FOR ELDERLY HEALTH MONITORING L. K. HEMA *, T. C. KRISHNANUNNI, V. K. ABDUL MAJID and

More information

Screening with Confidence

Screening with Confidence Screening with Confidence Screening with Confidence The Otodynamics Otocheck ABR is a superior handheld screening instrument offering fast in-depth ABR screening. The instrument comprizes an Otocheck in

More information

Innovative M-Tech projects list

Innovative M-Tech projects list 1 Technologies: Innovative M-Tech projects list 1. ARM-7 TDMI - LPC-2148 2. Image Processing 3. MATLAB Embedded 4. GPRS Mobile internet 5. Touch screen. IEEE 2012-13 papers 6. Global Positioning System

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

ZD-VT1 User Guide. ZENDA GPS Tracker ZD-VT1 User Guide

ZD-VT1 User Guide. ZENDA GPS Tracker ZD-VT1 User Guide ZENDA GPS Tracker ZD-VT1 User Guide Change History File Name ZD-VT1 User Guide Created By Kyle Lv Product ZD-VT1 Creation Date 2016-01-08 Update Date 2016-02-02 Subproject User Guide Total Pages 16 Version

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

IOT BASED DISTRIBUTION TRANSFORMER MONITORING SYSTEM

IOT BASED DISTRIBUTION TRANSFORMER MONITORING SYSTEM e-issn 2455 1392 Volume 3 Issue 3, March 2017 pp. 43 50 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com IOT BASED DISTRIBUTION TRANSFORMER MONITORING SYSTEM Mrs.S.Sivaranjani,M.E. 1, S.Lokesh

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

m-cardiac System for Real-time ECG Monitoring Using an RN-XV WiFly Module

m-cardiac System for Real-time ECG Monitoring Using an RN-XV WiFly Module m-cardiac System for Real-time ECG Monitoring Using an RN-XV WiFly Module Nazrul Anuar Nayan, Susamraine A/L Yi Lak, Nur Sabrina Risman Department of Electrical, Electronic and Systems Engineering Faculty

More information