Smart Healthcare Monitoring System Using IoT Technology
Smart Healthcare Monitoring System Using IoT Technology
Authorized licensed use limited to: VIT University. Downloaded on October 22,2024 at 15:56:32 UTC from IEEE Xplore. Restrictions apply.
Ahmad et al. [1] examine the evolution of healthcare, Sahoo et al. [10] examined the system for managing healthcare as
identifying the reasons, methods, and effects. The evolution well as the enormous amount of patient data produced by various
of network services and historical events are provided. reports. Then, in attempt to project the patient's or subject's future
Healthcare evolutions are presented in terms of social
health, they looked at the health parameters. They accomplish this
relevance and scientific significance.
via a large data analytics platform in the cloud that employs
Saranya et al. [2] proposed that the healthcare expert may probabilistic techniques.
forecast and diagnose disease using this approach, which is
useful for subsequent medical therapy. The paper is
Tyagi et al. [11] explored the role of IoT in Healthcare and
concluded with the IoT- based Disease Prediction and
Diagnosis System for Healthcare Using Data Mining researched its technical aspects to make it a reality and find
Technique opportunities for which they propose a cloud-based conceptual
Hamim et al. [3] proposed an android application that could framework in which patients' medical data and information can be
access the database and display a graphical depiction of the securely transferred, with the patient's and their family's
health parameters using Android Studio IoT combined with permission, by establishing a network between patients, hospitals,
health sensors may reduce the requirement for hospital visits doctors, labs, and other entities. The primary motivations for this
for basic care. are to alleviate doctor shortages, release patients from costly
clinical help, and enhance patient care and service.
Prajakta et al. [4] For the measurement and remote
monitoring of human body parameters, a new method based III. SYSTEM ARCHITECTURE
on a wearable wireless sensor network has been developed.
We will attach different health sensors to a person. From the
The suggested architecture will be able to simultaneously sensors we will collect data using Arduino software and will be
test and monitor a number of human body parameters. stored in a csv file using Ardospreadsheet extension. We will
analyze the data and will predict the conditions of the respective
Sudevan et al. [5] developed an application that provides a users as shown in the figure 1
communication interface between the patient and the
caregiver in order to convey real-time data about the patient's
condition to them.
Authorized licensed use limited to: VIT University. Downloaded on October 22,2024 at 15:56:32 UTC from IEEE Xplore. Restrictions apply.
In the above methodology, the Arduino and the body should The various components used are:
both be connected to the sensors. Data that is generated
A. Arduino Board
should be stored in a CSV file. Now load the dataset in
the google colab. Now training and testing the data. The Microchip ATmega328P microprocessor serves as the
Applying the different algorithms on the dataset. Evaluating foundation for the Arduino Uno, a microcontroller board created
the Accuracy with respective algorithms used. Plotting by Arduino.cc. The board features input/output (I/O) pins for
Graphs and determining the body conditions that are normal digital and analogue signals that can be connected to various
or abnormal. expansion boards(shields) and other circuits. This board's
programming language is Arduino.
For analysis of our data, the Support Vector Machine
algorithm is employed. We import the necessary libraries
into the Support Vector Machine Algorithm before importing
the dataset and extracting the x variables and y variables
independently. The dataset should then be split into train and
test groups before the SVM classifier model is started.
Next Making predictions using the SVM classifier model
after fitting it. Finally, evaluate the model’s performance.
Fig.3. Arduino UNO
V. IMPLEMENTATION DETAILS B. Temperature Sensor
Here we implement our proposed system in two phases. A temperature sensor is a temperature measuring tool. We
They are utilize a device that measures body temperature.
Phase 1:
• First, we must install Arduino and ensure that it is
suitable for our system.
• Finally, the data will be shown on the Arduino The MAX30100 is a sensor that identifies both heart rate
Software's Serial Monitor. and pulse oximetry readings. Two LEDs, a photodetector, better
optics, and low-noise analogue signal processing are used to
• We save data in a csv file using Ardo spreadsheet detectthe pulse oximetry and heart rate signals.
after displaying it in Serial Monitor.
Phase 2:
• In this phase the csv file is loaded in google colab and
then we import the required libraries.
Authorized licensed use limited to: VIT University. Downloaded on October 22,2024 at 15:56:32 UTC from IEEE Xplore. Restrictions apply.
VI. HARDWARE CONNECTIONS C. Graph Results
First, we connected the sensors to the Arduino using jumper
wires and a breadboard. We used a resistor also. It can be The data will be analyzed using SVM algorithm and the
accuracy achieved through SVM is high i.e., 96.72 against
easily used anywhere and it is easily carriable. By just placing
alternative algorithms and the graphs displays the maximum
the finger we can get the data from the sensors and it is easily possible value in the dataset by which the we will determine
accessible. whether user is normal or abnormal.
The error rate of the system for heart rate and body temperature is
depicted in below figure 10
Authorized licensed use limited to: VIT University. Downloaded on October 22,2024 at 15:56:32 UTC from IEEE Xplore. Restrictions apply.
VIII. COMPARITIVE ANALYSIS [5] Smiju Sudevan, Mani Joseph, “Internet of Things:
Incorporation into HealthcareMonitoring”, IEEE, 2019.
REFERENCES
Authorized licensed use limited to: VIT University. Downloaded on October 22,2024 at 15:56:32 UTC from IEEE Xplore. Restrictions apply.