An Electrocardiogram Monitoring Device Based on STM32

Wenqi Guan
DOI: https://doi.org/10.54097/nr1gd856
2024-11-11
Abstract:Cardiovascular diseases remain the leading cause of morbidity and mortality, particularly in aging populations, with rising rates of heart-related incidents in middle-aged and even younger individuals. Currently available electrocardiogram (ECG) monitoring technologies, such as bedside monitors are bulky and cumbersome, limiting their potential accessibility for continuous, real-time monitoring. Therefore, we propose a portable digital ECG monitoring system that can accurately measure heart rate, analyze the ECG in real-time, and wirelessly send data to the cloud platform. The device comprises a custom-designed circuit to capture ECG signals, with analog-to-digital conversion and heart rate measurement performed by an STM32F429 microcontroller. In addition, real-time monitoring is achieved through the L610-4G module, which transmits data to Tencent Cloud, enabling users to access their ECG data remotely while being notified by instant alerts for abnormal heart rates. Moreover, healthcare professionals can view historic ECG data for further clinical analysis of patient progression and make evidence-based decisions. The proposed system features portability and accuracy, enabling the user to access extended ECG data easily. It provides the ability to minimize redundant clinical assessments, thus offering considerable advantages to patients and healthcare practitioners.
Signal Processing
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is the deficiencies of existing electrocardiogram (ECG) monitoring techniques in terms of portability and real - time performance. Specifically: 1. **Limitations of traditional devices**: - Traditional bedside electrocardiogram monitoring devices are large and bulky, which restricts their application in continuous and real - time monitoring. - Existing electrocardiogram monitoring techniques lack seamless cloud integration, real - time feedback, and automatic alarm functions. 2. **Objectives and solutions**: - **Portability**: Design a portable digital electrocardiogram monitoring system that can accurately measure the heart rate and analyze electrocardiogram data in real - time. - **Real - time monitoring and data transmission**: Use the STM32 microcontroller for signal acquisition and processing, and use the L610 - 4G module to wirelessly transmit data to a cloud platform (such as Tencent Cloud), allowing users to remotely access electrocardiogram data. - **Instant notification and remote diagnosis**: When an abnormal heart rate is detected, the system will notify the user and emergency contacts through an instant alarm and provide historical electrocardiogram data for further clinical analysis by medical professionals. 3. **Technological innovation**: - **Hardware design**: It includes a custom - designed circuit for capturing electrocardiogram signals, which are amplified and filtered before being input to the microcontroller for analog - to - digital conversion (ADC). The selection of key components such as the OP07CP and TL084 operational amplifiers ensures high - precision and low - noise signal processing. - **Software implementation**: Utilize the powerful performance of the STM32F429 microcontroller, combined with the DMA double - buffer structure to achieve efficient data acquisition and processing; at the same time, support OLED screen display of electrocardiogram waveforms, and communicate with the 4G module through the serial interface to upload data to the cloud. Through these improvements, this system not only improves the portability and accuracy of electrocardiogram monitoring but also provides a more convenient and efficient health management tool for patients and medical staff.