H. Santillán, A. Mantilla, D. Cárdenas, P. Wong
Memoria Investigaciones en Ingeniería, núm. 26 (2024). pp. 244-264
https://doi.org/10.36561/ING.26.15
ISSN 2301-1092 • ISSN (en línea) 2301-1106 – Universidad de Montevideo, Uruguay 245
utiliza o plotter serial no Arduino IDE, enquanto a segunda utiliza o LabVIEW, permitindo observação adicional da
pressão arterial do paciente por meio de codificação em bloco. Além disso, a nuvem Arduino está integrada para
processar as informações captadas pelo ESP32, possibilitando a visualização em qualquer dispositivo com acesso à
internet. Através desta plataforma é possível baixar os estudos realizados em diferentes períodos (1 hora, 1 dia, 7
dias e 15 dias), com percentual de eficiência de 4,11%.
Palavras-chave: Eletrocardiógrafo Portátil; Assistência médica; IoT; Comunidade; Atividade Cardíaca.
1. Introduction. - The electrocardiogram is known as a non-invasive medical test that records the electrical activity
of the patient's heart. It is used to evaluate the health of the most important organ, the heart, and to detect possible
cardiovascular problems. During an electrocardiogram, electrodes are attached to the skin at different locations on the
human body, such as the chest and upper and lower extremities [1], [2].
During the pandemic or situations in which it has been difficult for patients to approach a medical center to review
the information or know the status of the study has been a limiting factor either physical, personal, or environmental
conditions and this has severely affected humanity during this health crisis [3], [4].
At present, there is a solution to this problem, which consists of the use of medical equipment capable of connecting
to the network and sending the information obtained in real time, which will be stored in a cloud and can be viewed
by anyone who requires it [5], [6].
The use of the IoT (Internet of Things) connection in medical equipment has the purpose of improving the quality of
service both to better process the studies and to provide the doctor with the facility to visualize the information to
perform an analysis anywhere on the planet. This has represented a great improvement in the field of health, allowing
Telecommunications and Medicine to work together [7], [8].
IoT communication is based on a device that acts as a transmitting antenna, in our case the ESP32, which receives the
processed signal through its ports and proceeds to send it to the Arduino cloud. This device is one of the main options
to consider when making an IoT connection due to its advantages over other components that do not have this
capability [9], [10].
In the design of this article, Arduino Uno is used as the receiver and will be the one to process the information from
the AD8232 sensor which captures the cardiac signal in analog form. The Arduino transforms the analog signal to
digital for easy reading and sends the data to the other stages of the design, sending the COM port to the LabVIEW
software which through the LINX library helps to make the connection of the system [11], [12].
At this stage the LabVIEW software provides a plus to the design since the blood pressure is displayed along with the
graph of the cardiac activity of the heart, normally in other mostly analog equipment this result is displayed every
minute, but through the formula for the prediction of blood pressure (equation 1), the prediction is obtained every 15
seconds which provides a much faster response to conventional [13], [14].
The final and most important step of this design is to send the information to the Arduino ESP32 Wi-Fi module which
is previously linked to the Arduino cloud where, through its interface, the cardiac activity can be observed in real-time
and this collection of information can be downloaded through an Excel file in comma delimited format for processing
[15], [16].
The tracing shown in Figure I is the result of a simulation performed using BTL Cardiopoint software. This software
is used as an electrocardiogram (ECG) simulator, allowing various clinical conditions and scenarios to be accurately
recreated. The graphical representation provides detailed information about the electrical activity of the heart and is
useful for medical education and cardiovascular research. This tracing, generated using the aforementioned software,
provides a valuable tool for the analysis and interpretation of cardiac activity in controlled settings. In addition, it
facilitates the practice of ECG interpretation, helping to improve the diagnostic and patient management skills of
healthcare professionals [17], [18].