An IoT-Based Framework for Health Monitoring Systems: A Case Study Approach

An IoT-Based Framework for Health Monitoring Systems: A Case Study Approach

N. Sudhakar Yadav, K. G. Srinivasa, B. Eswara Reddy
Copyright: © 2019 |Pages: 18
DOI: 10.4018/IJFC.2019010102
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

A software framework is a reusable design that requires various software components to function almost out of the box. To specify a framework, the creator must specify the different components that form the framework and how to instantiate them. Also, the communication interfaces between these various components must be defined. In this article, the authors propose such a framework based on the internet of things (IoT) for developing applications for handling emergencies of some kind. This article demonstrates the usage of the framework by explaining various applications such as tracking the status of autistic students, analytics on medical records to detect and mitigate chronic heart diseases in the Indian demographic, prediction of Parkinson's disease, determining the type of disease that corresponds to the dermatology field, and health monitoring and management using internet of things (IoT) sensing.
Article Preview
Top

Introduction

The Internet of Things (IoT), also called Internet of Everything is the network of physical objects or “things” embedded with electronics, software, sensors, and connectivity to enable objects to exchange data. The Internet of Things allows objects to be sensed and controlled remotely across existing network infrastructure, creating opportunities for more direct integration between the physical world and computer-based systems, and resulting in improved efficiency, accuracy and economic benefit (Atzori, Iera, & Morabito, 2010).

IoT devices can be used to enable remote health monitoring and emergency notification systems. These health monitoring devices can range from blood pressure and heart rate monitors to advanced devices capable of monitoring specific patients ensuring that proper treatment is being administered. This paper provides an IoT based framework to handle medical emergencies and takes up case studies to analyze the application of this framework.

The architecture (Refer Figure 1) of the framework is divided into four modules:

  • Data collection

  • Representational State Transfer (REST) services

  • Data storage and analysis

  • Client applications

Data Collection

An important part of creating a framework for IoT is the collection the raw data from the environment (by means of various sensors) and sending it over to the cloud for storage and analysis. Our framework requires an engineer to just plug the sensors required to his microcontroller and write sensor specific code to access the data. This paper provides the architecture for handling of various sensors and services to send over data to the cloud. Every data collection unit is comprised of a microcontroller and multiple sensors attached to it. Sensors A sensor is a transducer whose purpose is to sense (that is, to detect) some characteristic of its environments. It detects events or changes in quantities in it’s environment and provides a corresponding output, that needs to be interpreted by the user of the sensor. For example, a GPS (Global Positioning System) sensor provides the location of where it is placed, in terms of latitude and longitude; it is up to the user of the sensor to access the output and interpret it the way he likes.

Figure 1.

Software architecture

IJFC.2019010102.f01

Our framework provides a base ISensor class that is the fundamental structural unit of the entire data collection module. This class has two functions, namely readData() and getData().

  • readData(): Reads the data from the sensor, and stores it in a serialized form.

  • getData(): Getter method for the serialized sensor data.

Every sensor has its own concrete class, that helps to access the data, which needs to inherit the base ISensor class and define the above mentioned functions. We take care of all the instantiations and provide each sensor’s object in the main controller program.

Microcontroller

A microcontroller is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. By reducing the size and cost compared to a design that uses a separate microprocessor, memory, and input/output devices, microcontrollers make it economical to digitally control even more devices and processes. The specifications of the processing power and memory vary from one microcontroller to another, but they are generally sufficient to run our light framework. Our entire data collection module is run on the microcontroller. All the sensors need to be connected to the microcontroller. The main controller program runs a forever loop and accesses data from each of the connected sensors or as the engineer wishes to collect the data, serializes it and sends it over to the cloud, at regular intervals of time.

Complete Article List

Search this Journal:
Reset
Volume 7: 1 Issue (2024): Forthcoming, Available for Pre-Order
Volume 6: 1 Issue (2023)
Volume 5: 2 Issues (2022): 1 Released, 1 Forthcoming
Volume 4: 1 Issue (2021)
Volume 3: 2 Issues (2020)
Volume 2: 2 Issues (2019)
Volume 1: 2 Issues (2018)
View Complete Journal Contents Listing