https://github.com/lavvrushka/ecg
"A prototype for ECG monitoring using Arduino Uno and AD8232 sensor. This project includes real-time visualization of heart activity and customizable software for medical and educational purposes."
https://github.com/lavvrushka/ecg
ad8232 arduino ecg education-medical health-monitoring-application microcontroller-programming
Last synced: 23 days ago
JSON representation
"A prototype for ECG monitoring using Arduino Uno and AD8232 sensor. This project includes real-time visualization of heart activity and customizable software for medical and educational purposes."
- Host: GitHub
- URL: https://github.com/lavvrushka/ecg
- Owner: lavvrushka
- Created: 2024-09-29T16:43:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T21:27:21.000Z (4 months ago)
- Last Synced: 2025-02-10T04:28:19.681Z (3 months ago)
- Topics: ad8232, arduino, ecg, education-medical, health-monitoring-application, microcontroller-programming
- Homepage:
- Size: 7.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECG Monitoring System on Arduino Uno
In modern health conditions and medical diagnostics, devices for monitoring cardiac activity play a crucial role. One such device is the **Electrocardiograph (ECG)** — a tool for recording and analyzing the heart's electrical activity. With advancements in technology, it has become possible to create affordable ECG devices using microcontrollers and open-source sensors.
## Project Overview
The goal of this project is to develop a **prototype** for recording an **electrocardiogram** using an **Arduino Uno** microcontroller and the **AD8232** sensor. This project serves both **medical** and **educational purposes**, as the design and software can easily be adapted to a wide range of applications.
## Key Features
- **Real-time ECG Data**: Capture and display the heart's electrical activity.
- **Educational Tool**: Learn how ECGs are recorded and analyzed using accessible hardware and software.
- **Customizable Software**: Modify the code to fit different requirements and applications.
- **Visualization**: Real-time ECG signal displayed on a PC or mobile device.## Components
- **Arduino Uno**: The main microcontroller that collects ECG signals from the sensor.
- **AD8232 ECG Sensor**: A specialized sensor for monitoring the electrical activity of the heart.
- **Jumper Wires**: For connecting the sensor to the Arduino board.
- **USB Cable**: To connect the Arduino to a PC for data transfer and visualization.
- **Computer/Mobile Device**: For visualizing the ECG data in real-time.## Project Structure
