TelehealthSolution: Portable Pulse Oximeter

Size: px
Start display at page:

Download "TelehealthSolution: Portable Pulse Oximeter"

Transcription

1 TelehealthSolution: Portable Pulse Oximeter The advancements in technology and connectivity open up previously unexplored avenues in the field of personal health monitoring. It is indeed true that prevention is better than cure. But In today s fast paced and busy lifestyle, it often becomes difficult to take out time for frequent health checkups. An early detection of any medical condition can result in timely preventive action and remediation. This is where portable healthcare solutions can make a meaningful impact by providing us the ability to monitor our health related parameters easily. These portable solutionscan be connected to Smartphones forsharingone s health parameters with Health Consultants and Hospitals on a secure network. The Health Consultant and Hospitals can recommend additional tests or schedule an appointment with the relevant specialist if any discrepancy is detected. The complete solution opens the concept of Telehealth as shown in Figure 1. Figure 1: Telehealth eco-system In this article, we talk about Pulse Oximeter designusingdynamicnfc/rfid (Near Field Communication /Radio Frequency Identification)tag.NFC tag used in healthcare designs provides additional features using Smartphones such as data acquisition and management. Pulse Oximeter:It allows the user to measure SpO2 (Saturation of Peripheral Oxygen) and Heart rate non-invasively. SpO2 is basically a measure of the blood s capability to carry oxygen to the remotest part of the body.this measurement is important for high altitude mountain climbers, athletes and people suffering from anemia. NFC:NFC (Near Field Communication)isan RFID (Radio Frequency Identification) basedwireless communication technology commonly available in many Smartphones. The term near field signifies a working distance of less than 4-5 cms. There are different RFID standards available for different applications such as animal tagging (ISO 11784/ISO 11785), item management (ISO/IEC18000), freight containers (ISO 23389), etc. STMicroelectronics Dynamic NFC/RFID tag (M24LRxxE) featuresi2c as well as NFC interface is compatible with ISO RFID standard.the ISO15693 is one of the prominent standards for NFC interface and has the added advantage of being readable from a greater distance as

2 compared to other proximity cards. It operates at a carrier frequency of MHz with data rate ranging from 106 Kbit/s to 424 Kbit/s. ST Android App:STMicroelectronics had developed a free android application called ST Health Care for NFC enabled Smartphone.This application allows the user to share their data via Internet, Bluetooth and SMS. The data can also be uploaded on Microsoft HealthVault account. This allows the health data to be available on internet and can be accessed by any authorized person at any time. This patient-centric concept of bringing the healthcare from the hospital to the patient at home is helping people to overcome the health challenges and improve quality of life. Pulse Oximeter HardwareDesign:Pulse Oximeter hardware block diagram as shown in Figure 2is a portable battery operated design based on STM32L. The on-chip USB interface, 12 bit ADC/DAC (Analog to Digital Converter/Digital to Analog Converter)and integrated RTC (Real Time Clock) with its low power consumption makes the STM32L ideally suited for this application. Analog Front End comprises TSV612A rail to rail input/output CMOS op-amp with low input bias current (1pA typically). The low input bias current op-amp is critical for accuracy when used as a trans-impedance amplifier to convert photodiode current into voltage. The internal ADC and DAC are used to measure the conditioned sensor output and to remove DC offset respectively. MCU converts the sensor data into SpO2 and Heart rate information and displays it on a 128x64 OLED (Organic Light Emitting Diode) display. Figure 2: Hardware Block Diagram

3 The power management section comprises STC4054 for Li-ion battery charging using USB and two STLQ015XX30 ultra low quiescent current LDO (Low Dropout) regulators for powering the analog and digital sections independently. The standby consumption of the circuit with OLED is approx.250ua out of which OLED consumption was measured approx. 243uA. The STM32L low power MCU and rest of the circuit has standby consumption of approx. of 7uA. Working Principle: Pulse Oximeter uses photo plethysmography probe comprising red andir (Infrared)LEDs (Light Emitting diodes)on one side and a photodiode on the opposite side. The probe is placed on the periphery of body, most commonly on a finger or a toe to measure SpO2 and Heart rate. Red and IR LEDs are used to pass light through the fingertipwhile the photodiode measures the transmitted light. The Red and Infrared LEDs are pulsed alternatelyand the same photodiode is used to measure the light intensity of both LEDs. The arterial and venous blood has different light absorption characteristics at different wavelengths. As shown in Figure 3, Oxy-hemoglobin (HbO2) absorbs more infrared light (940 nm), whereas Deoxy-hemoglobin (Hb) absorbs more red light (660 nm). The transmitted light received by the photo-detector changes with respect to time because of the pulsatile nature of blood flow. Figure 3: Hemoglobin light absorption The light absorbed by the fingertip can be attributed to the bloodless tissues, the venous blood and the arterial blood. The volume of arterial blood changes with pulse which in turn changes the absorption of light.the Photodiodereceivesa large DC signal (99%) representing the absorptionof light by bloodless tissuesand venous blood whilea small portion of AC signal (approximately 1%) represents pulsating arterial blood(although some constant level of arterial blood is also a part of DC offset).the signal obtained from the ADC is used to generate a proportional DAC signal to remove the DC offset. The AC component of the signal is further amplified to ensure good SNR (Signal to Noise Ratio) when measured using the ADC. This AC signal needs further filtering of 50Hz/60Hz line and other high frequency noise. This filtering can be realized in either analog or digital domain.since the IR and red LEDs are multiplexed at approximately 1 khz, and share the same photodiode to measure both signal, we cannot use low pass filters tuned to lower frequencies to filter out the 50/60Hz AC noise. Therefore we would require two

4 individual signal conditioning circuits after the photodiode signal is demultiplexed to ensure proper filtering. Whereas the use of FIR (Finite Impulse Response) digital filters reduces hardware complexity without adversely affecting measurement accuracy. The ratio of measured red and IR signals (both AC and DC) are used to calculate the value of SpO2 as per the formulae below: = ACrms(660nm)/DC(660nm) ACrms(940nm)/DC(940nm) IR light due to its higher absorption to arterial blood gives higher variation and better SNR for heart rate calculation. Heart rate is calculated by measuring the time duration of a fixed number of peaks in the AC signal and interpolating it to BPM (Beats per Minute). The measured SpO2 and Heart rate values arestored into the Dynamic NFC/RFID tag memory using I2C interface. Users can then retrieve thishealth data stored in memory using the ST Android App on their NFC based Smartphones.The Pulse Oximeter demo board is shown infigure 4. The OLED display, joystick and SpO2 probe connector can be seen in the top view while the Dynamic NFC/RFID tag daughterboard can be seen in the bottom view. Figure 4: Pulse Oximeter PCB top and bottom view Android Application: To complete the Telehealth communication chain, STMicroelectronics had developed a free android application called ST Health Care which can be downloaded from the Google Play Store ( application enables Android Smartphones/Tablets featuring NFC interface tocommunicate with Dynamic RFID/NFC Tag (M24LRxxE).Figure 5describes the architecture of this application..

5 Figure 5: Android Application Architecture The App allows users to createe their personalized account with unique username and password. The Login Credentials once created are used to authenticate the user and ensure security of personal health information. RTC Date & Time can be configured using the application along with the Manufacturer details. Date Time of the actual event is synchronized with the board before recording SpO2 readings through NFC interface. Reading & Sharing Health Data from device using Application Configuration Data It includes the configuration of data like device name, manufacturer, model, etc. This needs to be done only once for any health device.

6 Figure 6: Pulse Oximeter android app default screen Health Data: Application can be used to read the health data recorded in device by bringing the NFC enabled mobile phone in close proximity. Application displays the reading of SpO2 and Heart rate with date and timefrom Dynamic NFC/RFID tag as shown infigure 7.It can be shared with doctors at the same time via short message service (SMS), Bluetooth, electronic mails or secure healthcare database websites such as Microsoft HealthVault. The application also maintains a secured local database of patient health data measured with the device. Microsoft HealthVault is a web-based platform from Microsoft to store and maintain health and fitness information. This website is accessible at and addresses both individuals and healthcare professionals. Microsoft HealthVault service is based on license agreement. The OEM has to sign the license agreement with Microsoft to allow their application to interact with the database. Figure 7: Pulse Oximeter Real-Time Data

7 Multiple readings saved over time can be viewed in the plot or char from. The application currently supports two plots: SpO2 vs.date-time Heartrate vs.date-time Figure 8: Snapshot of plot and history for SpO2 and Heart rate Conclusion: Portable Personal Healthcare devices enable convenient monitoring of user health parameters on a regular basis. Although they do not replace the specialized clinical equipment, they can be effective tools for screening and early diagnosis. For patients suffering from certain chronic diseases, they can reduce the possibility of key health parameters going critically low or high and remain unnoticed.this can significantly improve their quality of life. Taking advantage of STMicroelectronics wide product portfolio, several portable personal healthcare designs with NFC connectivity have been developed. Compatible free Android App ST Health Care provides secure health data management and Microsoft HealthVault integration to demonstrate the complete Telehealth ecosystem. This App supports Pulse Oximeter, IR Thermometer and Iontophoresis reference designs. These designs can be further used as a starting pointfor developing other portable personal healthcare devices.

StressLocator & Sleep as Android

StressLocator & Sleep as Android StressLocator & Sleep as Android Alert Stresslocator Oximeter User's Guide 1/6 Introduction... 2 Disclaimer...2 Compatibility...2 Package content...2 Specifications... 3 Product description...3 Measurement

More information

Energy Efficient Adaptive Routing Protocol For Wireless Body Area Networks (WBAN)

Energy Efficient Adaptive Routing Protocol For Wireless Body Area Networks (WBAN) IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) e-issn: 2319 4200, p-issn No. : 2319 4197 PP 24-28 www.iosrjournals.org Energy Efficient Adaptive Routing Protocol For Wireless Body Area Networks

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

Dual Interface EEPROM. December 2011

Dual Interface EEPROM. December 2011 Dual Interface EEPROM Product presentation December 2011 Dual Interface EEPROM Introduction New MCU control function Low-power I2C interface RFID and NFC compatible RF interface Unique Energy Harvesting

More information

ISSN Vol.03, Issue.03, June-2015, Pages:

ISSN Vol.03, Issue.03, June-2015, Pages: ISSN 2322-0929 Vol.03, Issue.03, June-2015, Pages:0277-0281 www.ijvdcs.org RAJESH N SWAMY 1, SUGUNA G C 2 1 PG Scholar, Dept of ECE (VLSI Design & ES), JSS Academy of Technical Education, Bengaluru, India,

More information

Rotex E-tattoo ECG Monitor V1R1

Rotex E-tattoo ECG Monitor V1R1 Rotex E-tattoo ECG Monitor V1R1 User Manual Rotex Tech Co., Ltd. Copyright 2017 Rotex Tech Co., Ltd. All rights reserved. Version 1.1 Eng. 1 Content 1 General... 3 1.1 Introduction... 3 1.2 Package contents...

More information

Mobile Health Monitoring System

Mobile Health Monitoring System Mobile Health Monitoring System FAZLUR RAHMAN School of Electrical and Electronic Engineering Singapore Polytechnic 500 Dover Road, Singapore 139651 SINGAPORE http://www.sp.edu.sg Abstract: - A mobile

More information

Intuitive and Touch Based Interface for ECG Acquisition Using Mobile Phones

Intuitive and Touch Based Interface for ECG Acquisition Using Mobile Phones Intuitive and Touch Based Interface for ECG Acquisition Using Mobile Phones Jürgen Morak, Hannes Kumpusch, Dieter Hayn Günter Schreier, AIT Austrian Institute of Technology GmbH Information Management

More information

Human heart rate detector based on photoelectric volume

Human heart rate detector based on photoelectric volume Abstract Human heart rate detector based on photoelectric volume Jian Du, Jie Hu Southwest Petroleum University, Chengdu 610500, China. At present, the most effective and intuitionistic method for detecting

More information

Android & Medical systems

Android & Medical systems Android & Medical systems November 15th, 2011 Stephane Strahm, Prog. Mgr Android Center of Excellence Agenda Android in Medical too? Context Standards Use Cases It works! 2 2009 Wind River. All Rights

More information

MAXREFDES220#: Finger Heart Rate and Pulse Oximeter Smart Sensor with Digital Signal Processing

MAXREFDES220#: Finger Heart Rate and Pulse Oximeter Smart Sensor with Digital Signal Processing System Board 6657 MAXREFDES220#: Finger Heart Rate and Pulse Oximeter Smart Sensor with Digital Signal Processing MAXREFDES220# System Board The MAXREFDES220# reference design provides everything you need

More information

(Nordic Semiconductor editorial contact: Steven Keeping, Tel: +61 (0) )

(Nordic Semiconductor editorial contact: Steven Keeping,   Tel: +61 (0) ) Nordic Semiconductor technical article (Nordic Semiconductor editorial contact: Steven Keeping, e-mail: steven.keeping@nordicsemi.no, Tel: +61 (0)403 810827) TITLE: Bringing the power of wireless to medical

More information

Ansur Index 2XL. Users Manual. Plug-In

Ansur Index 2XL. Users Manual. Plug-In Ansur Index 2XL Plug-In Users Manual April 2010, Rev. 1 2010 Fluke Corporation. All rights reserved. All product names are trademarks of their respective companies. Table of Contents Chapter Title Page

More information

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Teresa Cauvel Co-founder, Neopenda 11 October, 2016 - ELCE OpenIoT Summit TM Agenda Problem statement Introduction to Neopenda Prototypes

More information

Affordable Smart Health Accessory

Affordable Smart Health Accessory Affordable Smart Health Accessory Keeping it Smart and Simple Table of Contents What is +... 1 + Features... 1 Using +... 2 Key Highlights... 2 Usage Scenarios... 3 Specifications... 3 + App... 4 Portfolio...

More information

Wearable Technologies and the IoT. David Lamb Market Development Manager, North Europe STMicroelectronics

Wearable Technologies and the IoT. David Lamb Market Development Manager, North Europe STMicroelectronics Wearable Technologies and the IoT David Lamb Market Development Manager, North Europe STMicroelectronics Who We Are 2 A global semiconductor leader The largest European semiconductor company 2013 revenues

More information

Android & Medical system February 15th, Diego Buffa, System Engineer

Android & Medical system February 15th, Diego Buffa, System Engineer Android & Medical system February 15th, 2012 Diego Buffa, System Engineer Agenda Android in Medical too? Context Standards Use Cases It works! 2 Android devices are entering a complex environment 3 Previously...

More information

DynaPulse DP5200A Pathway (USB & Bluetooth) Hardware Instruction Quick Guide

DynaPulse DP5200A Pathway (USB & Bluetooth) Hardware Instruction Quick Guide DynaPulse DP5200A Pathway (USB & Bluetooth) Hardware Instruction Quick Guide Thank you for choosing DynaPulse DP5200A/Pathway noninvasive blood pressure monitoring system. Please read this instruction

More information

Training On With. Proprietary material belonging to Apollo Tele Health Services

Training On With. Proprietary material belonging to Apollo Tele Health Services Training On With Proprietary material belonging to Apollo Tele Health Services TRAINING Manual Control your health What does it do It is Health Monitoring Device that is used to Measure Patient s Health

More information

Sensors. Sensors. Fully-calibrated, low-power intelligent sensing solutions. Smart. Connected. Energy-Friendly.

Sensors. Sensors. Fully-calibrated, low-power intelligent sensing solutions.  Smart. Connected. Energy-Friendly. s PRODUCT SELECTOR GUIDE s Fully-calibrated, low-power intelligent sensing solutions www.silabs.com/sensors Smart. Connected. Energy-Friendly. MUDriversAXHigh precision optical sensor family senses UV

More information

Four-Channel Universal Analog Input Using the MAX11270

Four-Channel Universal Analog Input Using the MAX11270 Four-Channel Universal Analog Input Using the MAX70 MAXREFDES5 Introduction The MAXREFDES5 is a four-channel universal analog input that measures voltage or current signals. Each channel can be configured

More information

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it 1 The C8051F91x/0x product family is designed to dramatically increase battery lifetime which is the number one requirement for most battery powered applications. The C8051F91x has the industry s lowest

More information

RX, SH, V850ES, RL78 and 78K0R families

RX, SH, V850ES, RL78 and 78K0R families Introduction APPLICATION NOTE R01AN0723EU0100 Rev.1.01 This guide provides comprehensive system level solutions for design and development of medical device applications using Renesas microcontrollers,

More information

MAXREFDES100# Health Sensor Platform

MAXREFDES100# Health Sensor Platform Meta description: The MAXREFDES100# provides a platform to evaluate Maxim s medical and fitness sensors. It provides complete solutions for the Maxim s wearable applications. MAXREFDES100# Health Sensor

More information

Radio. Processor / Storage. Interface. Sensor Actuator. Power

Radio. Processor / Storage. Interface. Sensor Actuator. Power Radio Interface Processor / Storage Sensor Actuator Power High Performance Mixed Signal solutions - linking technology to society ISA vision summit 2011 NXP presentation 21-02-2011 Bart De Loore VP, New

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

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

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

Low DropOut Linear Voltage regulators (LDOs)

Low DropOut Linear Voltage regulators (LDOs) START Low DropOut Linear Voltage regulators (LDOs) July 2013 ST Low DropOut Linear voltage regulators Portfolio Key features drivers Complete range of low power and high performances LDOs Enlarging portfolio

More information

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1)

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Overview 2 1 Introduction to the STM32 Open Development Environment 2 STM32 Nucleo Dynamic

More information

MiCOKit-3166 Development Kit Hardware Manual

MiCOKit-3166 Development Kit Hardware Manual Hardware Engineering Department Working Group Track Number: Jing Minhua MXCHIP Co., Ltd Version: 1.1 July 2017 Category: Reference Manual Open MiCOKit-3166 Development Kit Hardware Manual Abstract MiCOKit

More information

Bluetooth Low Energy Portfolio

Bluetooth Low Energy Portfolio Bluetooth Low Energy Portfolio February 2016 - Page 1 Price Smart Platform 3 Platforms based on BLE Combo Node Connectivity ISP0900 series Intelligent Node ISP1300 series ISP091201 ISP1500 series ISP130301

More information

Quick Start Guide. Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1.

Quick Start Guide. Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1. Quick Start Guide Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1.0 (Jun 23, 2017) Quick Start Guide Contents 2 X-NUCLEO-NFC04A1: Dynamic NFC/RFID

More information

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti We cannot rely on improvements in battery technology In past 30 years: only 4x improvement in energy

More information

Quick Start Guide. Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1.5 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy

More information

DEVELOPMENT TEAM: Jeremiah Prousalis: Project Lead Firmware Lead Bluetooth Module Interfacing

DEVELOPMENT TEAM: Jeremiah Prousalis: Project Lead Firmware Lead Bluetooth Module Interfacing DEVELOPMENT TEAM: Jeremiah Prousalis: Project Lead Firmware Lead Bluetooth Module Interfacing Nathaniel Bradley: Hardware Lead Analog IR Design Power System Design Jesus Castro: Software Lead Android Application

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

Three-Phase Power Meter Hardware Design Reference Manual

Three-Phase Power Meter Hardware Design Reference Manual Freescale Semiconductor, Inc. Document Number: DRM146 Design Reference Manual Rev. 0, 03/2014 Three-Phase Power Meter Hardware Design Reference Manual by: Albert Chen and Shawn Shi 1 Overview Freescale

More information

SUB-SYSTEM BOARD 5562 Campbell (MAXREFDES4#): 16-Bit High-Accuracy 4-20mA Input Isolated Analog Front End (AFE)

SUB-SYSTEM BOARD 5562 Campbell (MAXREFDES4#): 16-Bit High-Accuracy 4-20mA Input Isolated Analog Front End (AFE) Maxim > Design Support > Technical Documents > Sub-System Boards > APP 5562 Keywords: Campbell, MAXREFDES4, subsystem reference design, analog front end, AFE, industrial sensors, isolated power and data,

More information

COMDEK INDUSTRIAL CORPORATION 9F-1,

COMDEK INDUSTRIAL CORPORATION 9F-1, Owner s Manual MD-680P Palm Pulse Oximeter COMDEK INDUSTRIAL CORPORATION 9F-1, No. 3, Yuan Qu Street, Nan-Kang, Taipei 11503, Taiwan, R.O.C Tel: 886-2-26557810 Fax: 886-2-26557812 E-Mail: medical@comdek.com

More information

How to create an Agent in IEEE PHD

How to create an Agent in IEEE PHD How to create an Agent in IEEE-11073-PHD October 22, 2012 1 Introduction This document gives you a brief idea about how we created an IEEE-11073 compatible agent following the specification. The example

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

STEVAL-STLKT01V1. SensorTile development kit. Description. Features

STEVAL-STLKT01V1. SensorTile development kit. Description. Features SensorTile development kit Data brief data streaming via USB, data logging on SDCard, audio acquisition and audio streaming. It includes low level drivers for all the on-board devices BLUEMICROSYSTEM1

More information

medlab PEARL200 Technical Manual Pulse Oximeter OEM Board Copyright Medlab 2014 PEARL200 Pulse Oximeter OEM Module Technical Manual

medlab PEARL200 Technical Manual Pulse Oximeter OEM Board Copyright Medlab 2014 PEARL200 Pulse Oximeter OEM Module Technical Manual medlab Pulse Oximeter OEM Board PEARL200 Technical Manual Copyright Medlab 2014 Version 1.03 23.10.2014 PEARL = Pulse Enhancement Artefact Rejection Logic PEARL is a registered trademark of Medlab GmbH

More information

Pulse Oximeter SOUTHEASTERN MEDICAL SUPPLY, INC

Pulse Oximeter SOUTHEASTERN MEDICAL SUPPLY, INC Pulse Oximeter SOUTHEASTERN MEDICAL SUPPLY, INC I This Manual is written and complied in accordance with the council directive MDD 93/42/EEC for medical devices and corresponding standards. This Manual

More information

A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard

A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard A Design of U-Health System on Smart Phone Using ISO/IEEE 11073 PHD Standard Dokyeong Lee, Gihyun Bang, Sejin Han and Deokjai Choi Electronics and Computer Engineering, Chonnam National University 77 Yongbong-ro,

More information

Remotely Accessible Healthcare at Home. User Guide for Devices

Remotely Accessible Healthcare at Home. User Guide for Devices RAH@H A Patient Centric 24/7 Connected Health Model to Improve Healthcare Outcomes through Technology for Education, Engagement, Empowerment, Monitoring & Treatment of Patients Virtually User Guide for

More information

Bluetooth mobile solutions APPLICATION NOTE / FAQ. Page 1 on 24

Bluetooth mobile solutions APPLICATION NOTE / FAQ. Page 1 on 24 Bluetooth mobile solutions APPLICATION NOTE / FAQ Page 1 on 24 Table of Contents I. Introduction... 5 II. Bluetooth Smart technology General principles... 5 III. Frequently Asked Questions... 5 A. STid

More information

Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS

Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS AIM RESEARCH TEAM BIOMEDICAL ENGINEERING LABORATORY NATIONAL TECHNICAL UNIVERSITY OF ATHENS WHAT IS MHEALTH?

More information

STEVAL-STLKT01V1. SensorTile development kit. Description. Features

STEVAL-STLKT01V1. SensorTile development kit. Description. Features SensorTile development kit Data brief FP-SNS-ALLMEMS1: STM32 ODE functional pack ST BlueMS: ios and Android demo apps BlueST-SDK: ios and Android SD Compatible with STM32 ecosystem through STM32Cube support

More information

ECG (EKG) Primer Jingxi Zhang ABSTRACT

ECG (EKG) Primer Jingxi Zhang ABSTRACT ECG (EKG) Primer Jingxi Zhang ABSTRACT This project is for detecting human ECG (Electrocardiogram, or EKG). A tiny amplifier is embedded (

More information

New STM32WB Series MCU with Built-in BLE 5 and IEEE

New STM32WB Series MCU with Built-in BLE 5 and IEEE New STM32WB Series MCU with Built-in BLE 5 and IEEE 802.15.4 Make the Choice of STM32WB Series The 7 keys points to make the difference 2 Open 2.4 GHz radio Multi-protocol Dual-core / Full control Ultra-low-power

More information

DataHub: FAQs/Troubleshooting

DataHub: FAQs/Troubleshooting On the Ward s DataHub... = Select key = On/Off and ESC key = Scroll key 1. How do I pair my DataHub with a Windows computer? 2. How do I pair my DataHub with an Apple Macintosh (Mac) computer? 3. How do

More information

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Motivation Provide an affordable and reasonably sized device for Alzheimer s patients. There are many tracking devices

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

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

Vladimir Tsarkov Electrical Engineering

Vladimir Tsarkov Electrical Engineering . Travis Ram William Brumby Electrical Engineering Gaston Mulisanga Computer Engineering Computer Engineering Vladimir Tsarkov Electrical Engineering Motivation Traditional meters offer little assistance

More information

Reverse Standardization from Public E-health Service

Reverse Standardization from Public E-health Service ITU Kaleidoscope 2014 Living in a converged world - impossible without standards? Reverse Standardization from Public E-health Service Masahiro Kuroda National Institute of Information and Communications

More information

IR Wireless Interpretation System

IR Wireless Interpretation System IR Wireless Interpretation System GONSIN TC-904/906/908/912 infrared interpretation system is designed to offer audio distribution for 4, 6, 8 or 12 channels using the advanced infrared transmission technology.

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

Interaction with the Physical World

Interaction with the Physical World Interaction with the Physical World Methods and techniques for sensing and changing the environment Light Sensing and Changing the Environment Motion and acceleration Sound Proximity and touch RFID Sensors

More information

Creating Solutions for Health through Technology Innovation

Creating Solutions for Health through Technology Innovation Creating Solutions for Health through Technology Innovation Karthik Vasanth General Manager, Medical and High Reliability Business Unit Texas Instruments, Inc Outline Healthcare trends and opportunities

More information

RT1025 Cardio EVK User Manual

RT1025 Cardio EVK User Manual Cardio EVK for RT1025 Cardioid Evaluation Board Purpose The RT1025 is an integrated AFE solution for Heart-Rate monitoring and Biopotential measurements. The RT1025 integrates low noise voltage and current

More information

EG medlab. Pulse Oximeter OEM Board. Technical Manual. Copyright Medlab. Version

EG medlab. Pulse Oximeter OEM Board. Technical Manual. Copyright Medlab. Version Medlab GmbH EG 00352 Pulse Oximeter OEM Module User Manual Pulse Oximeter OEM Board EG00352 Technical Manual medlab Copyright Medlab Version 3.1 23.10.2014 1 Version 3.1 Medlab GmbH EG00352 Pulse Oximeter

More information

SLC ultra low jitter Clock Synthesizer 2 MHz to 7 GHz

SLC ultra low jitter Clock Synthesizer 2 MHz to 7 GHz SLC ultra low jitter Clock Synthesizer 2 MHz to 7 GHz Datasheet The SLC is a very affordable single or dual clock 7 GHz synthesizer that exhibits outstanding phase noise and jitter performance in a very

More information

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.6 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy expansion

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

TagTemp-NFC 3 TECHNICAL DATA 1 INTRODUCTION 2 MECHANICAL INSTALATION. TEMPERATURE LOGGER INSTRUCTIONS MANUAL V 1.0x D

TagTemp-NFC 3 TECHNICAL DATA 1 INTRODUCTION 2 MECHANICAL INSTALATION. TEMPERATURE LOGGER INSTRUCTIONS MANUAL V 1.0x D TagTemp-NFC TEMPERATURE LOGGER INSTRUCTIONS MANUAL V 1.0x D 1 INTRODUCTION The TagTemp-NFC is an electronic temperature logger. The sensor measures this physical quantity and the values are stored in memory.

More information

Note: Before running the app, turn on the mobile data connection of the mobile phone or connect the mobile phone to a Wi-Fi network.

Note: Before running the app, turn on the mobile data connection of the mobile phone or connect the mobile phone to a Wi-Fi network. MyOximeter Operation Instruction I. Download and Installation This app runs in ios 7.0 and later versions and Android 4.3 and later versions of mobile phone operating systems. You can download the app

More information

AS0260 Image Sensor with Power & Clocking Reference Design

AS0260 Image Sensor with Power & Clocking Reference Design Design Note DN05111/D AS0260 Image Sensor with Power & Clocking Reference Design Device Application Output Voltage Output Current Dropout Voltage Package NCP163 Image Sensor 2.8 V & 1.8 V 250 ma 80 mv

More information

Real-Time Patient Health Monitoring and Alarming Using Wireless-Sensor-Network

Real-Time Patient Health Monitoring and Alarming Using Wireless-Sensor-Network Real-Time Patient Health Monitoring and Alarming Using Wireless-Sensor-Network Kasim M. Al-Aubidy, Ahmad M. Derbas. & Abdullah W. Al-Mutairi Intelligent & Embedded Systems Research Group, Faculty of Engineering,

More information

Wireless Wearable Body Area Network (WWBAN) for Elderly People Long-Term Health-Monitoring

Wireless Wearable Body Area Network (WWBAN) for Elderly People Long-Term Health-Monitoring Wireless Wearable Body Area Network (WWBAN) for Elderly People Long-Term Health-Monitoring Institution: Arab Academy for Science, Technology & Maritime Transport (AASTMT), Abu Kir Campus, P.O. Box 1029,

More information

Design and Implementation of a Wireless EKG and Pulse Oximetry Monitor and Visualization System

Design and Implementation of a Wireless EKG and Pulse Oximetry Monitor and Visualization System Design and Implementation of a Wireless EKG and Pulse Oximetry Monitor and Visualization System Prepared for: ECE 4600 Group Design Project Group 13 Prepared by: Ahmed Bu Aishah Danielle Rocan Joshua Halek

More information

GSM BASED TELEALERT SYSTEM

GSM BASED TELEALERT SYSTEM RESEARCH ARTICLE OPEN ACCESS GSM BASED TELEALERT SYSTEM Prerana G. Patil*, S. D. Sawant** *(Department of Electronics and Telecommunication, GSM college of Enginnering, Savitribai Phule Pune University,

More information

ONLINE REAL TIME HEALTH MONITORING OF PATIENT USING INTRABODY COMMUNICATION

ONLINE REAL TIME HEALTH MONITORING OF PATIENT USING INTRABODY COMMUNICATION Volume: 03 Issue: 12 Dec -2016 www.irjet.net p-issn: 2395-0072 ONLINE REAL TIME HEALTH MONITORING OF PATIENT USING INTRABODY COMMUNICATION Kirti Thosar 1, Geetha Narayanan 2 1P.G. Student, Department of

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

11 Series - Light Dependent Relay A. Features pole 17.5 mm wide. 1 pole zero hysteresis 4 position selector

11 Series - Light Dependent Relay A. Features pole 17.5 mm wide. 1 pole zero hysteresis 4 position selector Features 11.31 11.41 Relays for automatic control of lighting according to ambient light level - with separate light sensor 11.31-1 NO 16 A output contact Sensitivity adjustment from 1 to 100 lux One module,

More information

Pressure Sensor ICs. Motor Controller / Fan Driver ICs. DACOM West GmbH.

Pressure Sensor ICs. Motor Controller / Fan Driver ICs. DACOM West GmbH. Hall Effect Sensor ICs About Melexis Melexis creates, manufactures and delivers advanced Mixed-Signal semiconductors for automotive, industrial and consumer applications. Melexis offers a wide range of

More information

PSM 1 NANOSECOND SWITCHING FOR HIGH VOLTAGE CIRCUIT USING AVALANCHE TRANSISTOR

PSM 1 NANOSECOND SWITCHING FOR HIGH VOLTAGE CIRCUIT USING AVALANCHE TRANSISTOR PSM 1 NANOSECOND SWITCHING FOR HIGH VOLTAGE CIRCUIT USING AVALANCHE TRANSISTOR SUPERVISOR : DR. ABD RAHMAN BIN TAMURI NAME : FATHIN SHALIHAH BINTI ANANG I/C NO : 890929-11-5542 MATRIC NO : AS 080311 PROGRAM

More information

Pro. SL-75 SealitePro TM Bluetooth Guide. Version 1.0

Pro. SL-75 SealitePro TM Bluetooth Guide. Version 1.0 TM Pro SL-75 SealitePro TM Bluetooth Guide Version 1.0 SealitePro TM Bluetooth Guide The SealitePro TM application is used to communicate with Sealite lighting products that have Bluetooth technology fitted.

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

Introducing: New Low-Cost & Low Pin Count PIC Microcontrollers for the 8-, 16- & 32-bit Markets

Introducing: New Low-Cost & Low Pin Count PIC Microcontrollers for the 8-, 16- & 32-bit Markets Introducing: New Low-Cost & Low Pin Count PIC Microcontrollers for the 8-, 16- & 32-bit Markets PIC MCU and dspic DSC Family Portfolio 2 New Low Cost, Low Pin-Count 8-, 16-, 32-bit Offerings 3 What Are

More information

NFC Memories and Transceivers

NFC Memories and Transceivers NFC Memories and Transceivers Product presentation January 2015 New market dynamics 2 From RFID driven (2010) to NFC driven (2014) Manufacturing and logistics Limited RFID adoption, no NFC High cost of

More information

STM8L and STM32 L1 series. Ultra-low-power platform

STM8L and STM32 L1 series. Ultra-low-power platform STM8L and STM32 L1 series Ultra-low-power platform 8-bit and 32-bit MCU families 2 Flash (bytes) 2 M 1 M 128 K 16 K 8-bit Core STM8S Mainstream STM8A F and STM8AL Automotive STM8L Ultra-low-power 32-bit

More information

RL78 Ultra Low Power MCU Lab

RL78 Ultra Low Power MCU Lab RL78 Ultra Low Power MCU Lab Michael Clodfelter Sr. Staff Application Engineer Class ID: CL07I Renesas Electronics America Inc. Mike Clodfelter Sr. Staff Application Engineer for Renesas Electronics 16bit

More information

PARAMETER MIN TYP MAX UNITS COMMENTS

PARAMETER MIN TYP MAX UNITS COMMENTS Phase Noise Measurements to -175dBc/Hz Power supply measurements to 1nV FFT Analysis from DC to 100kHz 0dB / 32dB / 64dB Gain Steps 100dB Dynamic Range Opto-Isolated RoHS PRODUCT SUMMARY The Holzworth

More information

Pro. SL-75 SealitePro TM Bluetooth Guide. Version 1.1

Pro. SL-75 SealitePro TM Bluetooth Guide. Version 1.1 TM Pro SL-75 SealitePro TM Bluetooth Guide Version 1.1 SealitePro TM Bluetooth Guide The SealitePro TM application is used to communicate with Sealite lighting products that have Bluetooth technology fitted.

More information

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN:

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: PATIENT MONITORING SYSTEM USING IOT SUREKHA N *, YAMUNA N *, AKHIL KUMAR A J *, NAVEEN KUMAR K G * B E Student, Department of electronics and communication Engg. Dr.TTIT, KGF & VTU surekha.ttit@gmail.com;

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

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

ACR880 GPRS Portable Smart Card Terminal

ACR880 GPRS Portable Smart Card Terminal ACR880 GPRS Portable Smart Card Terminal Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1.

More information

Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be

Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be covered in this presentation. 1 Please note that this

More information

LOW ENERGY ANDROID GAMEPAD. Project Proposal

LOW ENERGY ANDROID GAMEPAD. Project Proposal LOW ENERGY ANDROID GAMEPAD Project Proposal Marty Lewis Andrzej Forys Table of Contents Introduction 3 Implementation 4 Target Platform and Wireless Medium 4 Hardware.. 5 Software... 7 Interface Specifications

More information

CC26xBxA Bluetooth Smart and IoT Module

CC26xBxA Bluetooth Smart and IoT Module CC26xBxA Bluetooth Smart and IoT Module Features Fully compliant to Bluetooth Low Energy 5.0 (CC264BxA / CC264BxA-S) and 4.2 / 4.1 / 4.0 specifications High efficiency on-module printed PCB RF antenna

More information

Prototype X73-PHD 3-Lead ECG Device for Personal Healthcare 1

Prototype X73-PHD 3-Lead ECG Device for Personal Healthcare 1 Prototype X73-PHD 3-Lead ECG Device for Personal Healthcare 1 I.N. Korsakov, S.M. Kuptsov, D.A. Raznometov, V.V. Feklistov, and M.A. Sumskoy National Research University Higher School of Economics, Russia,

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

Crystal Technology, Inc.

Crystal Technology, Inc. Crystal Technology, Inc. Octal Channel AOTF Controller Integration Guide Revision 1.1 2010/08/10 Document #60-00108-01 Reproduction of the contents of this document without the permission of Crystal Technology,

More information

STEVAL-STLKT01V1. SensorTile development kit. Description. Features

STEVAL-STLKT01V1. SensorTile development kit. Description. Features SensorTile development kit Data brief Features Included in the development kit package: SensorTile module (STEVAL- STLCS01V1) with STM32L476, LSM6DSM, LSM303AGR, LPS22HB, MP34DT04, BlueNRG-MS, BALF-NRG-

More information

SW-450 SMARTWATCH. User s Guide. ENGLISH.

SW-450 SMARTWATCH. User s Guide.  ENGLISH. SW-450 SMARTWATCH User s Guide www.denver-electronics.com www.facebook.com/denverelectronics ENGLISH Caution please read carefully! Do not try to open your smartwatch. Do not expose to water or high moisture.

More information

STM32 Open Development Environment

STM32 Open Development Environment STM32 Open Development Environment Fast, affordable Development and prototyping The STM32 Open Development Environment is a fast and affordable way to develop and prototype innovative devices and applications

More information