Εφαρμογή τηλεϊατρικής σε Android για λήψη και αποστολή διαγνωστικών δεδομένων με τη χρήση Arduino
Android telemedicine application for receiving and sending diagnostics using Arduino

View/ Open
Keywords
Τηλεϊατρική ; Android ; Arduino ; Spo2 ; Κορεσμός οξυγόνου ; ECG ; Ηλεκτροκαρδιογράφημα ; Καρδιά ; Πρωτόκολλο SPI ; UART ; I2C ; AD8232 ; MAX30100 ; HC-05Abstract
The health sector is a particularly fertile field for the development and application of new and existing technologies. One of these technologies is telemedicine, which aims to speed up the detection of emergencies, especially in remote areas, to reduce the time required for a diagnosis and generally to achieve better health services to citizens.
The purpose of this thesis is to develop a telemedicine application for collecting and sending patient diagnostic data to their personal physician. The data is collected through a microcontroller using sensors and sent via Bluetooth to an android device. Specifically, the heart function was studied and the cardiac signals were recorded (electrocardiogram (ECG)). Blood oxygen saturation (spO2) was also studied and recorded through the application. The sensors used are AD8232 to take the cardiogram and MAX30100 to measure oxygen saturation in the blood. The data is collected from an Arduino Uno board and sent to the android device using the HC-05 Bluetooth module. The mode of operation will be described in terms of hardware and software.