Testing Properties of E-health System Based on Arduino
Róbert Rákay1,, Martin Višňovský1, Alena Galajdová1, Dušan Šimšík1
1Department of Automation, Control and Human Machine Interactions, Technical University of Košice, Košice, Slovak Republic
Abstract | |
1. | Introduction |
2. | Hardware and Software Description |
3. | Communication |
4. | Testing of Properties |
5. | Results |
Acknowledgement | |
References |
Abstract
This paper deals with health functions-monitoring system for observing patient´s physical characteristics. These physical characteristics of patients are followed by sensors and the output information is broadcasted via Zigbee to PC for further processing. The tested e-health system is based on Arduino e-health kitwith Zigbee for transmitting information and a PC with Arduino and Zigbee for receiving data. Bluetooth is a well-known conventional wireless data transfer protocol, but it´s not much encouraged for long duration applications because of power consumption limitations, so Zigbee offers a better solution for such cases. Basic tasks of the system are to measure main health functions as heart rate, body temperature and body position. The tested system enables quick access to parameters of monitored biosignals, therefore identification of health risks and intervention can be provided in real time [1].
Keywords: E-health system, Arduino, Zigbee
Copyright © 2015 Science and Education Publishing. All Rights Reserved.Cite this article:
- Róbert Rákay, Martin Višňovský, Alena Galajdová, Dušan Šimšík. Testing Properties of E-health System Based on Arduino. Journal of Automation and Control. Vol. 3, No. 3, 2015, pp 122-126. https://pubs.sciepub.com/automation/3/3/17
- Rákay, Róbert, et al. "Testing Properties of E-health System Based on Arduino." Journal of Automation and Control 3.3 (2015): 122-126.
- Rákay, R. , Višňovský, M. , Galajdová, A. , & Šimšík, D. (2015). Testing Properties of E-health System Based on Arduino. Journal of Automation and Control, 3(3), 122-126.
- Rákay, Róbert, Martin Višňovský, Alena Galajdová, and Dušan Šimšík. "Testing Properties of E-health System Based on Arduino." Journal of Automation and Control 3, no. 3 (2015): 122-126.
Import into BibTeX | Import into EndNote | Import into RefMan | Import into RefWorks |
At a glance: Figures
1. Introduction
The current monitoring systems used for ambient intelligence applications in home or social facilities have to be solved as mobile wireless devices in opposite to wired hospital solutions [1].
Even though the correctly connected and applied sensors the basic monitoring system requires paramedical assistant or a qualified person to continuously monitor and note down all the information manually. This kind of solution may lead to mistakes in diagnostics and analyzing or even to disaster because of human error. Our experimental system allows creating a wireless sensor network, and provides a good base for further experiments and development. Creating this kind of system allows monitoring vital functions using personal networks at patient´s homes. Applying Zigbee protocol to sensor system creates wireless sensor network suitable for transmission of data and also it allows further data treatment, visualization, and warnings. The power consumption of Zigbee is very low, and the sizes of the sensor nodes are small, therefore it is one of the best options for wireless connection. To develop and improve data collecting and data analyzing processes of above mentioned problems an e-health monitoring system based on Arduino is designed. This paper describes a laboratory sensor system that collects and transfers information about vital characteristics of patients.

2. Hardware and Software Description
Figure 1 displays the block diagram of realised hard ware solution. The system is created with an open-source platform, Arduino. The logic operations in Arduino Uno are executed by computing unit, which is an Atmel Atmega processor. The biggest benefit of this platform is that there is no fixed architecture and defined communication, the individual parts can be connected and divided freely. The devices can work either independently or with superior server. The main idea is to form a system to measure and check biosignals of human body such as heart rate, temperature, respiration and body position. The collected information is processed and sent via Zigbee protocol to a receiver computer. The receiving computer is connected to a second Zigbee module via USB wire. [2, 3]
The data can be processed or transferred to a responsible person or web database for long term tracking. If the measured values hit extreme rates an alarm signal may be generated.
The Arduino Software for programming and X-CTU for configuring communication are used. More software details are in the following chapters. [2]
2.1. Pulse and Oxygen in Blood Sensor (SPO2)Pulse oximetry is used for monitoring of oxygen saturation in blood.It is a non-invasive method based on measuring wavelengths of light waves sent through a thinner body part for example a fingertip or earlobe (Figure 2). The main components of this sensor are an electronic processor and a pair of light emitting diodes (LEDs) and a photodiode, in our case expanded by a display. A photodetector receives light which was not absorbed by the body part. Absorption of light is different forlow and high concentrationsof blood with oxygen (Figure 3) [4].


Sensing of the body temperature is very important in medicine. The reason is that quite many diseases are followed by temperature change.

In the same way, monitoring of illness and effects of treatment can be measured using temperature changes (Figure 5). [5]
The measured temperatures can be evaluated and warnings for medical staff can be generated in form of message or light indication. Physiological and pathological limits of temperature are shown in Table 1
This sensor uses a triaxial accelerometer which is integrated into a band. The Figure 5 shows the body position sensor and the connection to e-health shield of Arduino. This band has to be fasten on the chest of a patient.
The monitored positions are: standing/sitting. lying on chest, lying on back, lying on left side and lying on right side. In many cases it´s important to monitor body movement and position, because they can indicate health problems, for example persons with sleeping problems and during recoveries after accidents. [6]

The nasal airflow sensor is used to monitor breathing of patients. The measured data can be processed or used as alarm signals in emergency cases. The airflow sensor is shown on Figure 6. [7]

For programming of e-health sensor system the official Arduino Software was used. Part of the program and source code is shown below on the Figure 7.

This programming language is based on programming language Wiring, where is no need for using the complicated Assembler. This programming platform was created in Java. The flowchart of the process is shown on Figure 8.

After connecting the main Arduino to a power unit, the program is running continuously in a loop. It begins with initialization of connected modules. This is followed by collecting information from sensors. If the sensors are connected and work correctly, the data are sent by Zigbee to a receiver Zigbee node of another Arduino, which is connected to a PC. After data collecting, they can be processed or stored for longer monitoring. The software can be configured for extreme values or states of measured data and this can be used for generating further alarms and warnings.
3. Communication
The individual parts of e-health system are connected simply trough attributable pins. The communication between the sensors/transfer part and the receiver part is solved by Zigbee protocol. In this case we used Xbee nodes connected to Xbee Pro Shield which can be configured to use this protocol, see Figure 9. The X-CTU software was used for configuring the nodes (Figure 10). The selected characteristics are shown in Table 2. [3]


4. Testing of Properties
We tested system functionalities (Figure 11) by the comparation of measured temperature from the body warn sensor and from the standard manual digital thermometer. Actual body position was measured with body sensor, and the displayed data was compared with real position checked visually by the operator.

For analyzing and evaluating the received data from sensors we provided 50 measurements of temperature and body position. The testing conditions during the measuring were constant:
• Temperature T= 21 °C
• Atmospheric pressure Pa= 101,325k Pa.
The Table 3 shows results from 10 measurements from sensors and their comparation with reference devices.
The graph on Figure 12 shows difference between received data from e-health system and from digital thermometer.

Average measured temperatures, the average temperature difference and faulty body positions are shown in Table 4.
5. Results
In this paper we described the laboratory system built for monitoring of physiological parameters such as pulse and oxygen in blood, body position, air flow, and body temperature. Two parameters were also tested and compared with referential devices. The system uses the Arduino control and processing unit expanded by the sensor and communication shields, e-health sensors, and Xbee node.
We will continue with further development of the system and experimental testing of data processing using web-based platforms, and reliability of wireless sensor networks.
Experiments proved that the temperature sensor works accurately for standard monitoring of body temperature. However, the body position sensor showed faulty results, which could be caused by non exact positions of the subject during experiments. Some disadvantage of body position sensor was observed, it couldn´t recognize difference between standing and sitting position. We plan to solve that problem by adding another sensor to the system, which can help to recognize the real body position.
Acknowledgement
This work has been supported by the Slovak Grant Agency VEGA contract N. 1/0911/14 Implementation of wireless technologies into the design of new products and services to protect human health.
References
[1] | Navya, K., Murthy, M. B. R. A Zigbee Based Patient Health Monitoring System, IJERA,3 (5), Sept-Oct 2013. | ||
![]() | |||
[2] | Sipos R., Multi-agent systems in sensor networks, Technical University in Kosice, Faculty of Mechanical Engineering, 2015 | ||
![]() | |||
[3] | Zigbee Introduction / ICP DAAS USA Inc. https://www.icpdas-usa.com/zigbeeintro.php. | ||
![]() | |||
[4] | Pulse and Oxygen in Blood Sensor (SPOP2) for e-Health Platform [Biometric / Medical Applications] < https://www.cooking-hacks.com/pulse-and-oxygen-in-blood-sensor-spo2-ehealth-medical>. | ||
![]() | |||
[5] | Body Temperature Sensor for e-Health Platform [Biometric / Medical Applications] <https://www.cooking-hacks.com/body-temperature-sensor-ehealth-medical>. | ||
![]() | |||
[6] | Patient Position Sensor (Accelerometer) for e-Health Platform [Biometric / /Medical Applications] <https://www.cooking-hacks.com/patient-position-sensor-accelerometer-ehealth-medical>. | ||
![]() | |||
[7] | Airflow Sensor (Breathing) for e-Health Platform [Biometric / Medical Applications] <https://www.cooking-hacks.com/airflow-sensor-breathing-ehealth-medical>. | ||
![]() | |||