SlideShare a Scribd company logo
1 of 32
Download to read offline
Motivation
System Architecture
Summary
IoT based Tele-medicine System
By
Ojas Sonnis, Akshay Sunka, Rohit Singh
Under the Guidance of
Mrs. Trupti Agarkar
1Department of Electronics Engineering
Ramrao Adik Institute of Technology, Nerul, Navi Mumbai
October 2016
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Introduction
Previous Work
Benefits
Outline
1 Motivation
Introduction
Previous Work
Benefits
2 System Architecture
Block Diagram
Working Principle
Implementation
3 Summary
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Introduction
Previous Work
Benefits
Introduction and Importance
The vital signs monitor used in hospitals and clinics is used
to monitor the vital organs of a critically ill person
To find out the Blood Pressure measure, a visit to the
doctor is needed
In rural areas, there are no clinics or proper medical
facilities available. Also, people cannot afford repeat visits.
To tackle these problems, a portable, cost effective and
necessary product which would reduce the burden on the
medical system is needed. Our project provides one
solution.
The GSM and WiFi capabilities gives it ease of
accessibility to both Doctor as well as patient, reduce
diagnosis and treatment time.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Introduction
Previous Work
Benefits
Outline
1 Motivation
Introduction
Previous Work
Benefits
2 System Architecture
Block Diagram
Working Principle
Implementation
3 Summary
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Introduction
Previous Work
Benefits
Literature Survey
The paper by D.Chandana B.Hema Latha uses a system
of low power components with an ARM7 microcontroller
GSM to demonstrate a low cost system which checks
blood pressure, heart rate and alchohol levels in blood [1]
The paper by Christian Hofmann, Christian Weigand Josef
Bernhard shows a wireless medical sensor network which
works on ZigBee.[2]
The paper by Swati Y.Gaikwad Prof. Ms. Revati Shriram
uses a complex system to broadcast exact heart rate and
blood pressure ratings over the internet. [3]
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Introduction
Previous Work
Benefits
Outline
1 Motivation
Introduction
Previous Work
Benefits
2 System Architecture
Block Diagram
Working Principle
Implementation
3 Summary
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Introduction
Previous Work
Benefits
Advantages
This project is primarily aimed at bedridden or elder
patients who cannot afford to visit the clinic every hour.
Easier for the doctor or relatives of the patient to keep track
of the patients health.
Wifi module ensures that the vital readings are logged on
cloud and computer at regular intervals
Extremely portable and cost effective
Improvisation would require only the exchange of current
components with new ones
Other health parameters like temperature, alcohol level etc
can be easily checked by adding additional components
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Outline
1 Motivation
Introduction
Previous Work
Benefits
2 System Architecture
Block Diagram
Working Principle
Implementation
3 Summary
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Working Block Diagram
Figure: Tele-Medicine System Implementation
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Outline
1 Motivation
Introduction
Previous Work
Benefits
2 System Architecture
Block Diagram
Working Principle
Implementation
3 Summary
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Proposed Methodology
First we connect the Heart Rate module, Blood Pressure
module, to the FRDM-KL25z board
Modules would take reading of the Heart rate and systolic
and diastolic blood pressure and send those to the board.
The Microprocessor compares the values and then
decides whether the readings are normal or not.
If the readings are not in accordance with the normal ones,
it would send a message to the GSM module to send the
readings via SMS to a predetermined mobile number.
If the readings are normal, the GSM module would not be
activated and no message is sent.
The WiFi module would keep updating the data over the
cloud storage at regular intervals.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Algorithm
Step 1:Start
Step 2:Initialize the variables
Step 3:Enable the sensors and take heart rate and blood
pressure readings
Step 4:Readings are checked for levels.
Step 4.1: Are the readings normal?:
YES: No action taken
NO: Activate GSM module to send SMS
Step 5: Update data over cloud at regular intervals.
Step 6: Stop.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Hardware Design
The hardware design mainly consists of two sensors namely:
Heartbeat Sensor(1157 Heart beat sensor) and Blood Pressure
Sensor. These sensors are connected to the FRDMKL25z
board (LPC2148). This controller is further connected to GSM
module (SIMCom SIM900A), an LCD display and a Wi-Fi
Module(ESP8266) for IoT functionality.
The sensors check for Heart Beat and Blood Pressure
readings.
The FRDM is used for interfacing and coding.
The GSM Module is used for sending info to cell phone
The WiFi module is used to update the database
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Diagnosis Module
Figure: Heart-Beat Module [4].
The heart beat sensor used here is Easy Pulse Heart-beat
sensor. This sensor is designed to give digital output of
heart beat when a finger is placed inside it.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Diagnosis Module
The Easy Pulse sensor is based on the principle of
photoplethysmography (PPG) which is a method of
measuring the variation in blood volume in tissues using a
light source and a detector.
Since the change in blood volume is synchronous to the
heart beat, this technique can be used to calculate the
heart rate
A light source is emitted in to the tissue and a light detector
is placed in the opposite side of the tissue to measure the
reflected light
The reflected light is then measured by the detector
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Diagnosis Module
Figure: PPG Signal Graph [8].
The two maxima observed in the PPG are called Sytolic and
Diastolic peaks. The time duration between two consecutive
Systolic peaks gives the instantaneous heart rate.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
FRDM-KL25Z
Figure: FRDM-KL25z [5]
The FRDM-KL25Z has been designed for prototyping all
sorts of devices, especially those requiring the size and
price point offered by Cortex-M0+ and the power of USB
Host and Device.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
FRDM-KL25Z
It is packaged as a development board with connectors to
break out to strip board and breadboard, and includes a
built-in USB FLASH programmer.
It is based on the Freescale KL25Z, with a 32-bit ARM
Cortex-M0+ core running at 48MHz.
It includes 128KB FLASH, 16KB RAM and lots of
interfaces including USB Host, USB Device, SPI, I2C,
ADC, DAC, PWM, Touch Sensor and other I/O interfaces.
The FRDM-KL25Z is fully supported in the mbed platform,
so it gets access to the free tools and SDK that provides
experienced embedded developers with powerful and
productive tools for building proof-of-concepts.
The C/C++ Languages can be used for programming the
board
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Transmission Module
Figure: SIMCOM SIM900A [6]
This is a very low cost and simple Arduino GSM and
GPRS module.
It allows you to make FRDM controlled calls and also send
text messages.
Compact and sturdy
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Transmission Module
The SIM900 delivers GSM/GPRS 850/900/1800/1900MHz
performance for voice, SMS, Data
SIM900 is designed with a very powerful single-chip
processor integrating AMR926EJ-S core
Quad - band GSM/GPRS module with a size of
24mmx24mmx3mm
SMT type suit for customer application
An embedded Powerful TCP/IP protocol stack
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Transmission Module
Figure: WiFi Module [7]
The ESP8266 WiFi Module is a self contained SOC with
integrated TCP/IP protocol stack that can give any
microcontroller access to your WiFi network.
You can simply hook this up to your Arduino device and get
about as much WiFi-ability as a WiFi Shield offers.
The ESP8266 module is an extremely cost effective board
with a huge, and ever growing, community.Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Software Design
The software can be separated into two parts: the firmware
running in the micro-controller on the front end analogue
circuit board, the application program written using kiel
software dumped into the controller using ash magic.
The program embedded on the microcontroller is written in
Embedded C.
The program contains the following: Conversion of
analogue signals (heartbeat, blood pressure) to digital
values and Indication of abnormal rate.
Packetization of the collected data, and the transmission of
them through the serial communication interface is also
done.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Flow Chart
Figure: Flow chart of FRDM operation
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Outline
1 Motivation
Introduction
Previous Work
Benefits
2 System Architecture
Block Diagram
Working Principle
Implementation
3 Summary
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Implementation Result
Figure: Expected GSM Output [1]
The output of GSM message feedback is shown in Fig. It gives
the details of the Patient health periodically to the registered
mobile number.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Implementation Result
Figure: Expected WiFi Output
The output of Wifi logging feedback is shown in Fig. The WiFi
module periodically sends output of Diagnosis modules to a
data logger so as to keep track of the patients vital signs.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Advantages
Since it is made from cheap and easily available products,
the easy of use is apparent
Could be made available to rural or low income households
with next to no cost
Many more modules (like Temp Sensor, Alcohol detection
module etc) can be added to increase its use
Can be easily reproduced
Scalability of the product is high since it uses easily
available parts
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Block Diagram
Working Principle
Implementation
Disadvantages
Power dissipation can be decreased with use of a powerful
board.
Lack of wireless connections makes it prone to tangling
and loose connections
Needs internet connection, which might not be easily
available everywhere
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Conclusion
Hence from the proposed system, we can remotely access
the vital readings of a patient as well as keep track of the
same from time to time.
Along with being cost effective, compact and extremely
handy, the chief purpose of the system, that of reducing
stress on hospitals and rendering costly blood and ECG
Tests redundant, is also achieved.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Motivation
System Architecture
Summary
Future Scope
The mBed FRDM technology can be suited for short
distance communication, and the transmission distance is
limited only about 200 meters
Since this system only realized the detecting and
transmission of heart rate and blood pressure, and the
detection accuracy is not fool-proof.
The next step must focus on ways to improve the detection
accuracy, realize more reliable transmission of data.
At the same time, due to the limitation of the master chip,
the power dissipation of routers and terminal device is not
low enough.
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Appendix References
References I
1. Christian Hofmann, Christian Weigand, Josef Bernhard ,
Wireless medical sensor network with ZigBee 6th WSEAS
International Conference on Applied Informatics and
Communications, Elounda, Greece, August 18-20, 2006
(pp116-119)
2. D.Chandana, B.Hema Latha, A Tele-medicine System for
Measuring Heart Rate, Blood pressure, And Drug Level
Detection 2014 IJEDR, Volume 2, Issue 1, ISSN:
2321-9939
3. Swati Y.Gaikwad, Prof. Ms. Revati Shriram, Blood
pressure and ECG monitoring systems Journal of
Engineering Research and Studies E-ISSN0976-7916
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
Appendix References
References II
4. https://tinyurl.com/h6ztsmv
5. http://tinyurl.com/h7m9nlo
6. http://tinyurl.com/jkr6ya8
7. http://tinyurl.com/gter22y
8. https://tinyurl.com/hxbav5d
Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System

More Related Content

What's hot

Healthcare Monitoring System by using iSense Device& IOT Platform
Healthcare Monitoring System by using iSense Device& IOT PlatformHealthcare Monitoring System by using iSense Device& IOT Platform
Healthcare Monitoring System by using iSense Device& IOT PlatformIJMTST Journal
 
IRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET Journal
 
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3IRJET Journal
 
Implementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemImplementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemkchakrireddy
 
IRJET- Patient’s Health Parameters Monitoring through IoT
IRJET-  	  Patient’s Health Parameters Monitoring through IoTIRJET-  	  Patient’s Health Parameters Monitoring through IoT
IRJET- Patient’s Health Parameters Monitoring through IoTIRJET Journal
 
IoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring SystemIoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring SystemIRJET Journal
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET Journal
 
IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3IRJET Journal
 
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET Journal
 
IRJET- IoT based Hypoxia Detection System
IRJET-  	  IoT based Hypoxia Detection SystemIRJET-  	  IoT based Hypoxia Detection System
IRJET- IoT based Hypoxia Detection SystemIRJET Journal
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring SystemIRJET Journal
 
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET Journal
 
7e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app6891
7e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app68917e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app6891
7e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app6891Rajarshee Dhar
 
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET Journal
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET Journal
 

What's hot (20)

Healthcare Monitoring System by using iSense Device& IOT Platform
Healthcare Monitoring System by using iSense Device& IOT PlatformHealthcare Monitoring System by using iSense Device& IOT Platform
Healthcare Monitoring System by using iSense Device& IOT Platform
 
IRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A Survey
 
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
 
Implementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemImplementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring system
 
IRJET- Patient’s Health Parameters Monitoring through IoT
IRJET-  	  Patient’s Health Parameters Monitoring through IoTIRJET-  	  Patient’s Health Parameters Monitoring through IoT
IRJET- Patient’s Health Parameters Monitoring through IoT
 
FINAL DOC
FINAL DOCFINAL DOC
FINAL DOC
 
IoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring SystemIoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring System
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoT
 
J5244649
J5244649J5244649
J5244649
 
IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3IOT based Patient Health Monitoring System using Raspberry pi 3
IOT based Patient Health Monitoring System using Raspberry pi 3
 
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote Monitoring
 
IRJET- IoT based Hypoxia Detection System
IRJET-  	  IoT based Hypoxia Detection SystemIRJET-  	  IoT based Hypoxia Detection System
IRJET- IoT based Hypoxia Detection System
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring System
 
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
 
7e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app6891
7e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app68917e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app6891
7e397c56 3d5b-4898-a4ea-96787699a447-150509181138-lva1-app6891
 
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
 
Cs35531534
Cs35531534Cs35531534
Cs35531534
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
 

Similar to IoT Based Telemedicine System

My thesis work on Cognitive automation of Electric appliances
My thesis work on Cognitive automation of Electric appliancesMy thesis work on Cognitive automation of Electric appliances
My thesis work on Cognitive automation of Electric appliancesAkhil Reddy Rondla
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTIRJET Journal
 
Vivek_Presentation1.pptx
Vivek_Presentation1.pptxVivek_Presentation1.pptx
Vivek_Presentation1.pptxVishalLabde
 
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET Journal
 
Dharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptxDharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptxVinayakHiremath29
 
ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A ReviewIRJET Journal
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET Journal
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformIRJET Journal
 
IRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoTIRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoTIRJET Journal
 
Portable Real Time Cardiac Activity Monitoring System
Portable  Real Time Cardiac Activity Monitoring SystemPortable  Real Time Cardiac Activity Monitoring System
Portable Real Time Cardiac Activity Monitoring SystemIRJET Journal
 
Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...ssuser7256f7
 
IRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis SystemIRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis SystemIRJET Journal
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io tIJARIIT
 
FINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAI
FINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAIFINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAI
FINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAIASHOKKUMAR RAMAR
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET Journal
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemIRJET Journal
 
IRJET- Smart Military Health and Tracking System
IRJET- Smart Military Health and Tracking SystemIRJET- Smart Military Health and Tracking System
IRJET- Smart Military Health and Tracking SystemIRJET Journal
 

Similar to IoT Based Telemedicine System (20)

My thesis work on Cognitive automation of Electric appliances
My thesis work on Cognitive automation of Electric appliancesMy thesis work on Cognitive automation of Electric appliances
My thesis work on Cognitive automation of Electric appliances
 
healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOT
 
Vivek_Presentation1.pptx
Vivek_Presentation1.pptxVivek_Presentation1.pptx
Vivek_Presentation1.pptx
 
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
 
Dharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptxDharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptx
 
ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Review
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
 
Gesture Based Wireless Air Mouse using Accelerometer
Gesture Based Wireless Air Mouse using AccelerometerGesture Based Wireless Air Mouse using Accelerometer
Gesture Based Wireless Air Mouse using Accelerometer
 
IRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoTIRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoT
 
Portable Real Time Cardiac Activity Monitoring System
Portable  Real Time Cardiac Activity Monitoring SystemPortable  Real Time Cardiac Activity Monitoring System
Portable Real Time Cardiac Activity Monitoring System
 
Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...Utilizing communication techniques in IoT-based healthcare monitoring systems...
Utilizing communication techniques in IoT-based healthcare monitoring systems...
 
IRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis SystemIRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis System
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io t
 
Z4501149153
Z4501149153Z4501149153
Z4501149153
 
FINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAI
FINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAIFINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAI
FINAL YEAR PROJECTS TITLES 2016-IEEE PAPER-MAASTECH CHENNAI
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature Sensor
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking System
 
IRJET- Smart Military Health and Tracking System
IRJET- Smart Military Health and Tracking SystemIRJET- Smart Military Health and Tracking System
IRJET- Smart Military Health and Tracking System
 

Recently uploaded

Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.ktanvi103
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknowgragteena
 
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking ModelsDehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Modelsindiancallgirl4rent
 
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅gragmanisha42
 
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7Miss joya
 
Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...
Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...
Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...High Profile Call Girls Chandigarh Aarushi
 
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...Call Girls Noida
 
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591adityaroy0215
 
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋Sheetaleventcompany
 
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in UdaipurUdaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipurseemahedar019
 
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near MeVIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Memriyagarg453
 
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliCall Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliHigh Profile Call Girls Chandigarh Aarushi
 
Basics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxBasics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxAyush Gupta
 
VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591
VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591
VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591adityaroy0215
 
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012Call Girls Service Gurgaon
 

Recently uploaded (20)

Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
 
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking ModelsDehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
 
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
 
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service DehradunCall Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
 
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
Vip Kolkata Call Girls Cossipore 👉 8250192130 ❣️💯 Available With Room 24×7
 
Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...
Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...
Russian Call Girls in Chandigarh Ojaswi ❤️🍑 9907093804 👄🫦 Independent Escort ...
 
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
 
Call Girl Lucknow Gauri 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
Call Girl Lucknow Gauri 🔝 8923113531  🔝 🎶 Independent Escort Service LucknowCall Girl Lucknow Gauri 🔝 8923113531  🔝 🎶 Independent Escort Service Lucknow
Call Girl Lucknow Gauri 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
 
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
VIP Call Girl Sector 88 Gurgaon Delhi Just Call Me 9899900591
 
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Chandigarh Escort Service Call Girls, ₹5000 To 25K With AC💚😋
 
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in UdaipurUdaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
 
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
 
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near MeVIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
 
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliCall Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
 
Basics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxBasics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptx
 
VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591
VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591
VIP Call Girl Sector 25 Gurgaon Just Call Me 9899900591
 
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service GuwahatiCall Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
 
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
VIP Call Girls Sector 67 Gurgaon Just Call Me 9711199012
 
College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...
College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...
College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...
 

IoT Based Telemedicine System

  • 1. Motivation System Architecture Summary IoT based Tele-medicine System By Ojas Sonnis, Akshay Sunka, Rohit Singh Under the Guidance of Mrs. Trupti Agarkar 1Department of Electronics Engineering Ramrao Adik Institute of Technology, Nerul, Navi Mumbai October 2016 Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 2. Motivation System Architecture Summary Introduction Previous Work Benefits Outline 1 Motivation Introduction Previous Work Benefits 2 System Architecture Block Diagram Working Principle Implementation 3 Summary Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 3. Motivation System Architecture Summary Introduction Previous Work Benefits Introduction and Importance The vital signs monitor used in hospitals and clinics is used to monitor the vital organs of a critically ill person To find out the Blood Pressure measure, a visit to the doctor is needed In rural areas, there are no clinics or proper medical facilities available. Also, people cannot afford repeat visits. To tackle these problems, a portable, cost effective and necessary product which would reduce the burden on the medical system is needed. Our project provides one solution. The GSM and WiFi capabilities gives it ease of accessibility to both Doctor as well as patient, reduce diagnosis and treatment time. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 4. Motivation System Architecture Summary Introduction Previous Work Benefits Outline 1 Motivation Introduction Previous Work Benefits 2 System Architecture Block Diagram Working Principle Implementation 3 Summary Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 5. Motivation System Architecture Summary Introduction Previous Work Benefits Literature Survey The paper by D.Chandana B.Hema Latha uses a system of low power components with an ARM7 microcontroller GSM to demonstrate a low cost system which checks blood pressure, heart rate and alchohol levels in blood [1] The paper by Christian Hofmann, Christian Weigand Josef Bernhard shows a wireless medical sensor network which works on ZigBee.[2] The paper by Swati Y.Gaikwad Prof. Ms. Revati Shriram uses a complex system to broadcast exact heart rate and blood pressure ratings over the internet. [3] Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 6. Motivation System Architecture Summary Introduction Previous Work Benefits Outline 1 Motivation Introduction Previous Work Benefits 2 System Architecture Block Diagram Working Principle Implementation 3 Summary Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 7. Motivation System Architecture Summary Introduction Previous Work Benefits Advantages This project is primarily aimed at bedridden or elder patients who cannot afford to visit the clinic every hour. Easier for the doctor or relatives of the patient to keep track of the patients health. Wifi module ensures that the vital readings are logged on cloud and computer at regular intervals Extremely portable and cost effective Improvisation would require only the exchange of current components with new ones Other health parameters like temperature, alcohol level etc can be easily checked by adding additional components Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 8. Motivation System Architecture Summary Block Diagram Working Principle Implementation Outline 1 Motivation Introduction Previous Work Benefits 2 System Architecture Block Diagram Working Principle Implementation 3 Summary Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 9. Motivation System Architecture Summary Block Diagram Working Principle Implementation Working Block Diagram Figure: Tele-Medicine System Implementation Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 10. Motivation System Architecture Summary Block Diagram Working Principle Implementation Outline 1 Motivation Introduction Previous Work Benefits 2 System Architecture Block Diagram Working Principle Implementation 3 Summary Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 11. Motivation System Architecture Summary Block Diagram Working Principle Implementation Proposed Methodology First we connect the Heart Rate module, Blood Pressure module, to the FRDM-KL25z board Modules would take reading of the Heart rate and systolic and diastolic blood pressure and send those to the board. The Microprocessor compares the values and then decides whether the readings are normal or not. If the readings are not in accordance with the normal ones, it would send a message to the GSM module to send the readings via SMS to a predetermined mobile number. If the readings are normal, the GSM module would not be activated and no message is sent. The WiFi module would keep updating the data over the cloud storage at regular intervals. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 12. Motivation System Architecture Summary Block Diagram Working Principle Implementation Algorithm Step 1:Start Step 2:Initialize the variables Step 3:Enable the sensors and take heart rate and blood pressure readings Step 4:Readings are checked for levels. Step 4.1: Are the readings normal?: YES: No action taken NO: Activate GSM module to send SMS Step 5: Update data over cloud at regular intervals. Step 6: Stop. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 13. Motivation System Architecture Summary Block Diagram Working Principle Implementation Hardware Design The hardware design mainly consists of two sensors namely: Heartbeat Sensor(1157 Heart beat sensor) and Blood Pressure Sensor. These sensors are connected to the FRDMKL25z board (LPC2148). This controller is further connected to GSM module (SIMCom SIM900A), an LCD display and a Wi-Fi Module(ESP8266) for IoT functionality. The sensors check for Heart Beat and Blood Pressure readings. The FRDM is used for interfacing and coding. The GSM Module is used for sending info to cell phone The WiFi module is used to update the database Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 14. Motivation System Architecture Summary Block Diagram Working Principle Implementation Diagnosis Module Figure: Heart-Beat Module [4]. The heart beat sensor used here is Easy Pulse Heart-beat sensor. This sensor is designed to give digital output of heart beat when a finger is placed inside it. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 15. Motivation System Architecture Summary Block Diagram Working Principle Implementation Diagnosis Module The Easy Pulse sensor is based on the principle of photoplethysmography (PPG) which is a method of measuring the variation in blood volume in tissues using a light source and a detector. Since the change in blood volume is synchronous to the heart beat, this technique can be used to calculate the heart rate A light source is emitted in to the tissue and a light detector is placed in the opposite side of the tissue to measure the reflected light The reflected light is then measured by the detector Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 16. Motivation System Architecture Summary Block Diagram Working Principle Implementation Diagnosis Module Figure: PPG Signal Graph [8]. The two maxima observed in the PPG are called Sytolic and Diastolic peaks. The time duration between two consecutive Systolic peaks gives the instantaneous heart rate. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 17. Motivation System Architecture Summary Block Diagram Working Principle Implementation FRDM-KL25Z Figure: FRDM-KL25z [5] The FRDM-KL25Z has been designed for prototyping all sorts of devices, especially those requiring the size and price point offered by Cortex-M0+ and the power of USB Host and Device. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 18. Motivation System Architecture Summary Block Diagram Working Principle Implementation FRDM-KL25Z It is packaged as a development board with connectors to break out to strip board and breadboard, and includes a built-in USB FLASH programmer. It is based on the Freescale KL25Z, with a 32-bit ARM Cortex-M0+ core running at 48MHz. It includes 128KB FLASH, 16KB RAM and lots of interfaces including USB Host, USB Device, SPI, I2C, ADC, DAC, PWM, Touch Sensor and other I/O interfaces. The FRDM-KL25Z is fully supported in the mbed platform, so it gets access to the free tools and SDK that provides experienced embedded developers with powerful and productive tools for building proof-of-concepts. The C/C++ Languages can be used for programming the board Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 19. Motivation System Architecture Summary Block Diagram Working Principle Implementation Transmission Module Figure: SIMCOM SIM900A [6] This is a very low cost and simple Arduino GSM and GPRS module. It allows you to make FRDM controlled calls and also send text messages. Compact and sturdy Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 20. Motivation System Architecture Summary Block Diagram Working Principle Implementation Transmission Module The SIM900 delivers GSM/GPRS 850/900/1800/1900MHz performance for voice, SMS, Data SIM900 is designed with a very powerful single-chip processor integrating AMR926EJ-S core Quad - band GSM/GPRS module with a size of 24mmx24mmx3mm SMT type suit for customer application An embedded Powerful TCP/IP protocol stack Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 21. Motivation System Architecture Summary Block Diagram Working Principle Implementation Transmission Module Figure: WiFi Module [7] The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller access to your WiFi network. You can simply hook this up to your Arduino device and get about as much WiFi-ability as a WiFi Shield offers. The ESP8266 module is an extremely cost effective board with a huge, and ever growing, community.Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 22. Motivation System Architecture Summary Block Diagram Working Principle Implementation Software Design The software can be separated into two parts: the firmware running in the micro-controller on the front end analogue circuit board, the application program written using kiel software dumped into the controller using ash magic. The program embedded on the microcontroller is written in Embedded C. The program contains the following: Conversion of analogue signals (heartbeat, blood pressure) to digital values and Indication of abnormal rate. Packetization of the collected data, and the transmission of them through the serial communication interface is also done. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 23. Motivation System Architecture Summary Block Diagram Working Principle Implementation Flow Chart Figure: Flow chart of FRDM operation Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 24. Motivation System Architecture Summary Block Diagram Working Principle Implementation Outline 1 Motivation Introduction Previous Work Benefits 2 System Architecture Block Diagram Working Principle Implementation 3 Summary Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 25. Motivation System Architecture Summary Block Diagram Working Principle Implementation Implementation Result Figure: Expected GSM Output [1] The output of GSM message feedback is shown in Fig. It gives the details of the Patient health periodically to the registered mobile number. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 26. Motivation System Architecture Summary Block Diagram Working Principle Implementation Implementation Result Figure: Expected WiFi Output The output of Wifi logging feedback is shown in Fig. The WiFi module periodically sends output of Diagnosis modules to a data logger so as to keep track of the patients vital signs. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 27. Motivation System Architecture Summary Block Diagram Working Principle Implementation Advantages Since it is made from cheap and easily available products, the easy of use is apparent Could be made available to rural or low income households with next to no cost Many more modules (like Temp Sensor, Alcohol detection module etc) can be added to increase its use Can be easily reproduced Scalability of the product is high since it uses easily available parts Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 28. Motivation System Architecture Summary Block Diagram Working Principle Implementation Disadvantages Power dissipation can be decreased with use of a powerful board. Lack of wireless connections makes it prone to tangling and loose connections Needs internet connection, which might not be easily available everywhere Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 29. Motivation System Architecture Summary Conclusion Hence from the proposed system, we can remotely access the vital readings of a patient as well as keep track of the same from time to time. Along with being cost effective, compact and extremely handy, the chief purpose of the system, that of reducing stress on hospitals and rendering costly blood and ECG Tests redundant, is also achieved. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 30. Motivation System Architecture Summary Future Scope The mBed FRDM technology can be suited for short distance communication, and the transmission distance is limited only about 200 meters Since this system only realized the detecting and transmission of heart rate and blood pressure, and the detection accuracy is not fool-proof. The next step must focus on ways to improve the detection accuracy, realize more reliable transmission of data. At the same time, due to the limitation of the master chip, the power dissipation of routers and terminal device is not low enough. Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 31. Appendix References References I 1. Christian Hofmann, Christian Weigand, Josef Bernhard , Wireless medical sensor network with ZigBee 6th WSEAS International Conference on Applied Informatics and Communications, Elounda, Greece, August 18-20, 2006 (pp116-119) 2. D.Chandana, B.Hema Latha, A Tele-medicine System for Measuring Heart Rate, Blood pressure, And Drug Level Detection 2014 IJEDR, Volume 2, Issue 1, ISSN: 2321-9939 3. Swati Y.Gaikwad, Prof. Ms. Revati Shriram, Blood pressure and ECG monitoring systems Journal of Engineering Research and Studies E-ISSN0976-7916 Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System
  • 32. Appendix References References II 4. https://tinyurl.com/h6ztsmv 5. http://tinyurl.com/h7m9nlo 6. http://tinyurl.com/jkr6ya8 7. http://tinyurl.com/gter22y 8. https://tinyurl.com/hxbav5d Ojas Sonnis, Akshay Sunka, Rohit Singh IoT based Tele-medicine System