https://github.com/tqduysuke/project-ecg-homepage
Chỉ là một trang giới thiệu
https://github.com/tqduysuke/project-ecg-homepage
ai-generated arduino ecg-signal esp32 html mobile-friendly
Last synced: 3 months ago
JSON representation
Chỉ là một trang giới thiệu
- Host: GitHub
- URL: https://github.com/tqduysuke/project-ecg-homepage
- Owner: TQDuysuke
- Created: 2025-04-21T19:07:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T19:35:01.000Z (6 months ago)
- Last Synced: 2025-04-21T20:26:02.291Z (6 months ago)
- Topics: ai-generated, arduino, ecg-signal, esp32, html, mobile-friendly
- Language: HTML
- Homepage: https://tqduy.id.vn
- Size: 6.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Single-Channel ECG Signal Reader
## Overview
The **Single-Channel ECG Signal Reader** is a comprehensive solution for real-time ECG signal acquisition, processing, and visualization. Designed for healthcare applications, this project integrates cutting-edge hardware and software to ensure accuracy, reliability, and user-friendliness.
## Features
- **Embedded System**: Real-time ECG signal acquisition using ESP32.
- **Backend**: Node.js server for data storage, retrieval, and API management.
- **Frontend**: React.js for responsive and interactive user interfaces.
- **Networking**: Secure communication using SSL/TLS and TCP/IP protocols.
- **Infrastructure**: Ubuntu Server with Nginx for hosting and load balancing.## Project Structure
```
Server1/
├── Public/
│ ├── index.html # Main HTML file
│ ├── styles.css # CSS styles
│ ├── scripts.js # JavaScript functionality
│ ├── PIC/ # Images and assets
├── README.md # Project documentation
```## Installation
1. Clone the repository:
```bash
git clone https://github.com/TQDuysuke/Graduation-Thesis.git
```
2. Navigate to the project directory:
```bash
cd Server1
```
3. Serve the `Public` folder using a local server (e.g., `http-server` or `live-server`).## Usage
- Open `index.html` in a browser to view the application.
- Use the navigation bar to explore different sections of the project.## Contributors
- **Trần Quốc Duy** - Lead Developer
- Email: [duyb2110270@student.ctu.edu.vn](mailto:duyb2110270@student.ctu.edu.vn)
- LinkedIn: [linkedin.com/in/duy](https://linkedin.com/in/duy)- **Nguyễn Mạnh Ba** - Software Engineer
- Email: [ba2110268@student.ctu.edu.vn](mailto:ba2110268@student.ctu.edu.vn)
- LinkedIn: [linkedin.com/in/ba](https://linkedin.com/in/ba)## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgments
Special thanks to **Trường Bách Khoa, Đại học Cần Thơ** for their support and guidance throughout this project.