You are on page 1of 3

Proceedings of the Second International Conference on Intelligent Computing and Control Systems (ICICCS 2018)

IEEE Xplore Compliant Part Number: CFP18K74-ART; ISBN:978-1-5386-2842-3

Health Monitoring System using Internet of Things


Vaishnavi Patil Sanjay Singh Thakur Vaibhav Kshirsagar
Department of Electronics and Department of Electronics and Department of Electronics and
Telecommunication Telecommunication Telecommunication
Vidyalankar Institute of Technology Vidyalankar Institute of Technology Vidyalankar Institute of Technology
Wadala, Mumbai Wadala, Mumbai Wadala, Mumbai
15patil.vaishnavi@gmail.com sanjaysingh.thakur@vit.edu.in vaibhav.kshirsagar@vit.edu.in

Abstract— Healthcare has become one of the principal issue of crisis remedial facilities and validated use of IoT for
with the rise in human population and medical expenditure. For interoperability [3]. A system which can be used for personal
a healthy life, it is essential to follow human body’s vital signals. health monitoring of patient based on his symptoms was
Continuous Monitoring of patient’s vital signals cannot be developed in [4]. Wireless Body Area Network implements
provided outside hospital. As it is hard to monitor the patient’s real-time health monitoring by equipping patients with wireless
condition for 24 hours, it was proposed in this paper to observe devices [5]. A real- time, wireless and auto-alarm smart method
continuously the condition of patient despite the patient being is proposed [6]. A smart mobile system was projected for
busy with his routine and to screen the health status to the remotely reachable monitoring system [7]. Ruoxi Yu [8]
doctors through Internet of Things. This paper proposes health proposed a system where wearable devices can incorporate
monitoring system using non-intrusive biomedical sensors that with cloud services. The continuous detection of arrhythmia
measure five parameters like ECG, heartbeat, respiration,
was done by wireless electrocardiogram sensor [9]. A real-time
temperature and blood pressure. Proposed method makes use of
analysis of patient’s condition was done by Laboratory Virtual
Arduino Mega Controller to which non-invasive biomedical
sensors are connected. The output is displayed on any digital
Instrumentation Engineering Workbench (LabVIEW) [10].
monitoring system using Arduino Mega. The data obtained from
the sensors is uploaded to the ThingSpeak cloud to store and to
access patient’s information by their doctors or by the concerned
for necessary follow-ups in real-time. IoT is a powerful domain The continuing paper is structured as follows: In section II
where sensors can connect and data is viewed over the Internet. the proposed methodology is explained. System
Implementation and outcomes are revealed in section III and
conclusion in section IV.
Keywords—Internet of Things (IoT), health monitoring, Non-
invasive sensors, ThingSpeak, Arduino Mega.
II. PROPOSED METHODOLOGY
I. INTRODUCTION
The proposed method monitor’s health parameters using
In the health care sector Internet of Things is innovatory. Arduino Mega. Arduino Mega is a principal controller of our
The amount of prolonged diseases is on a rise, cost of the proposed system. The parameters which are monitored in this
healthcare services is higher than ever and the population is system are temperature, Heartbeat, ECG, Respiration and
aging [1]. Healthcare services can be made easier at least in Blood Pressure. These parameters are measured using
terms of accessibility by the technology, as it is not possible respective sensors and monitored using Arduino Mega. After
for the technology to stop the population from aging or connecting internet to Arduino Mega, it acts as a server.
eradicate chronic diseases at once. The routine of medical
checks from a hospital can be moved to the patient’s home The data which is monitored by Arduino Mega is showed
with the help of technology. The enormous share of hospital on the website automatically by the server. Patient’s health
bills is consumed by medical diagnostic. The need for status can be monitored easily.
hospitalization can be lessened by right diagnosis. Progress in Detecting, Transport and Application layers are the three
technology is giving us the resources and tools to control our layers in the design of IoT applications.
health. The flexibility to access and share our health status
securely to the doctors or to our relatives is possible because a. In the detecting layer, we measure the body parameters
of today’s technology. This technology is reducing the like temperature, Heartbeat, ECG, Respiration and
paperwork. Managing our health is about to change for the Blood Pressure.
better as medical breakthroughs are helping us live longer and b. The process of sending information to the cloud by
healthier. Healthcare is an era of significant opportunity. IoT utilizing Arduino Mega with Wi-Fi module ESP8266 is
(Internet of things) in healthcare allows medical centers to done in the transport layer. To access the information in
work efficiently. IoT improves the standard of treatments and the cloud we use open cloud server named
accordingly the health of patients. The way the facilities are “ThingSpeak”. ThingSpeak provides the facility of
delivered to healthcare production has changed by IoT. creating our own account and a channel by the name of
The aim of this paper is to examine the vital parameters of our project [11].To compose information to the cloud
the patient through non-invasive sensors and using IoT send we get an id and API-Key.
this data to doctors or hospitals thus reducing the delay caused c. At the Application layer, the information can be
during the treatment of the patient. IoT assists in forming a recovered using API-Key so as to obtain the
link among the patients and hospitals. information from the server.
IoT holds the promise of life-changing technology. Jieran
et al. [2] developed an intelligent system using RFID, that
notice the disinfected articles and alerts the medical workers. 1523
Boyi et al. presented IoT primarily built structure for provision
Proceedings of the Second International Conference on Intelligent Computing and Control Systems (ICICCS 2018)
IEEE Xplore Compliant Part Number: CFP18K74-ART; ISBN:978-1-5386-2842-3

A. Block Diagram and one-meter long waterproof temperature sensor


probe. It is centered on DS18B20 sensor. This sensor
Fig.1 represents the basic illustration of health monitoring gives 9-12 bit temperature readings. These readings are
scheme by Internet of Things. The Arduino Mega module provided over a 1-Wire interface. The sensor is suitable
monitors the biomedical parameters like Temperature, for 3.0-5.5V systems. It provides ±0.5℃ Accuracy from
Heartbeat, ECG, Blood Pressure and Respiration rate. The - 10℃ to +85℃. Operating temperature range: -67℉ to
controller is given a supply of 5V. The biomedical parameters +257℉. Consist of three wires: red for VCC, black wire
are measured using a Temperature sensor, Heartbeat sensor, for GND and yellow wire for DATA. Needs Pull-up
ECG sensor, BP sensor and respiration sensor respectively. resistor of value 4.7k between data and supply.
The monitored parameters are displayed on LCD and
directed to the ESP8266 Wi-Fi module. From the Wi-Fi
module, this information is made available to the doctors or to 4. Pulse Senor: Pulse Sensor is a heart-rate sensor for
the concerned one using open cloud server i.e. ThingSpeak. Arduino. Noise cancellation circuitry and amplification
The health status updated on the server can be recorded for are done by the pulse sensor. Hence, pulse reading is
future reference using SD card. easier and faster to obtain. It works with 3V or 5V. It
measures the heartbeat per time, conveyed in bpm (bits
per minute).
5. WI-FI MODULE (ESP8266): WI-FI or wireless fidelity
module is used to associate the computer with internet
for uninterrupted observing of patients. Then the
required parameters are monitored. This WI-FI unit is a
self-contained.
6. 16x2 LCD Display: The measured values of heart beat,
respiration rate, temperature of the patient is displayed
on 16x2 LCD module.
7. Respiration Sensor: Sound Sensor Module- MIC is
used. 5 volt supply is ideal for this sensor. The output
obtained is digital in nature.

B. Software
Arduino software (IDE) is used for programming. This
software provides the benefit to compose programme and
upload it.

III. SYSTEM IMPLEMENTATION AND RESULTS

Fig.1.Illustration of patient health monitoring using IoT

A. Hardware Module
The non-invasive sensors which are used to estimate the
values of vital parameters are described as follows:
1. Arduino Mega 2560: It is a microcontroller board. It
has 16 Analog inputs, 54 Digital input/output pins,
16MHz crystal oscillator, USB connection, 4UARTs,
power jack, reset button and an ICSP header.
Everything required to upkeep the controller is present;
just unite it with a computer using USB cable.
2. ECG sensor: The measurement of the electrical
movement is done using an AD8232 module. It is cost
effective. The electrical activity measured can be
signified as an ECG (Electrocardiogram) with an
analog output. An AD8232 module acts as an OP-
APM to aid achieve a strong signal [12].
3. Temperature Sensor: The sensor used to quantity Fig.2.The hardware of health monitoring system
physique temperature is a DS18B20 waterproof 1524
temperature sensor probe. This probe is a digital, sealed
Proceedings of the Second International Conference on Intelligent Computing and Control Systems (ICICCS 2018)
IEEE Xplore Compliant Part Number: CFP18K74-ART; ISBN:978-1-5386-2842-3

As shown in Fig.2 Arduino Mega 2560 is a key part for IV. CONCLUSION
monitoring patient’s biological parameters like Temperature,
respiration rate, blood pressure, ECG, Heartbeat. The projected method aims at providing efficient and better
health services using IoT. An efficient health monitoring
They are sensed through their respective sensors. The data system is deployed to examine patient’s health in the
obtained from these sensors are sent to Arduino Mega for nonappearance of doctor. The health status is then updated to
monitoring and this data is displayed on 16*2 LCD. Further, the doctor using IoT. The doctor can monitor the progress of
the data collected is referred to server by Wi-Fi module. patient’s health now and then to advise them about their health.
Practical application of this scheme is beneficial in rural areas
as the necessity for regular check-ups at the medical centers
will be reduced. This system is user-friendly and acts as a
medium of communication for doctors and patients.

REFERENCES

[1] https://www.peerbits.com
[2] Jieran Shi, Lize Xiong, Shengxing Li, Hua Tian, “Exploration on
intelligent control of the hospital infection -the intelligent reminding and
administration of hand hygiene based on the technologies of the internet
of things”, Journal of Translational Medicine, Vol.10., No.2, pp.55,
2012.
[3] Boyi Xu, Li Da Xu, , Hongming Cai, Cheng Xie, Jingyuan Hu, and
Fenglin Bu, “Ubiquitous Data Accessing Method in IoT -Based
Information System for Emergency Medical Services”, IEEE
Transactions on Industrial Informatics, Vol. 10, No. 2, May 2014.
[4] Gennaro Tartarisco, Giovanni Baldus, Daniele Corda, Rossella Raso,
Antonino Arnao, Marcello Ferro, Andrea Gaggioli, Giovanni Pioggia,
“Internet of Things for Smart Cities,” IEEE internet of things journal,
vol.1, no. 1, February 2014.
[5] Implementation of Blood Glucose Levels Monitoring System Based on
Wireless Body Area Network. M. Uddin Harun Al Rasyid, Ferry Astika
Saputra, Alexander Christian Politeknik Elektronika Negeri
Surabaya(PENS), Surabaya, Indonesia {udinharun, ferryas}@pens.ac.id,
christianalexander93@yahoo.com.
[6] An Intelligent Telecardiology System Using a Wearable and Wireless
ECG to Detect Atrial Fibrillation. Chin-Teng Lin, Fellow, IEEE, Kuan-
Cheng Chang, Chun-Ling Lin, Chia-Cheng Chiang, Shao-Wei Lu, Shih-
Sheng Chang, Bor-Shyh Lin, Hsin-Yueh Liang, Ray-Jade Chen,
YuanTeh Lee, and Li-Wei Ko, Member, IEEE.
[7] Smart Mobile System for Body Sensor Network. Won-Jae Yi and Jafar
Saniie, Department of Electrical and Computer Engineering, Illinois
Institute of Technology Chicago, Illinois, USA, 2013.
[8] Ruoxi Yu, Tony W. C. Mak, Ruikai Zhang, Sunny H. Wong, Yali
Zheng, James Y. W. Lau and Carmen C. Y. Poon, “Smart Healthcare:
Cloud-Enabled Body Sensor Networks”, IEEE.
[9] A Wearable ECG-recording System for continuous detection of
Arrhythmia Monitoring in a Wireless Tele-Home-Care-Situation. Rune
Fensli, Einar Gunnarson, Torstein Gundersen, IEEE.
[10] Mr. Bhavin Mehta, Ms. Divya Rengarajan, Mr. Ankit Prasad, “Real
Time Patient Tele-monitoring System using LabVIEW”, International
Journal of Scientific & Engineering Research, Volume 3, Issue 4, April-
2012.
[11] https://thingspeak.com/
[12] https://www.sunrom.com/p/ecg-sensor-module-ad8232

Fig.3.Representation of biomedical information using ThingSpeak

The biomedical parameters i.e. temperature, Heartbeat,


respiration, blood pressure is characterized in graphical
manner in fig.3.This figure is obtained from cloud server i.e.
“ThingSpeak”. ThingSpeak has parameters in y-axis and time
in the x-axis.

1525

You might also like