https://github.com/susannnnnna/qt-blepulsesensor
A user-friendly GUI that allow you to monitor your heart rate with extra knowledge about circulatory system and pulse
https://github.com/susannnnnna/qt-blepulsesensor
cmake cpp database html qml qt6 sqlite
Last synced: 2 months ago
JSON representation
A user-friendly GUI that allow you to monitor your heart rate with extra knowledge about circulatory system and pulse
- Host: GitHub
- URL: https://github.com/susannnnnna/qt-blepulsesensor
- Owner: Susannnnnna
- Created: 2025-03-30T19:33:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-30T19:56:13.000Z (about 1 year ago)
- Last Synced: 2025-03-30T20:27:13.458Z (about 1 year ago)
- Topics: cmake, cpp, database, html, qml, qt6, sqlite
- Language: QML
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QML project for app with Bluetooth Low Energy & Pulse Sensor connection
## Objective
This project encompasses **Simple GUI App** - a user-friendly GUI that allows you to monitor your heart rate with extra knowledge about the circulatory system and pulse.
## Key results
### **Pulse Sensor Tracking Application**
Below is an overview of the main components prepared in the QML.
| App Components | Description | Status |
| ----------- | ----------- | ----------- |
| Charts Module | Visualization of the data on a graph | Done |
| Data Module | Simple list view shows pulse, HRV, and time data. | Done |
| Knowledge Module | Knowledge about the circulatory system and pulse. | In progress |
## Content
- [App examples](./README.md#app-examples)
- [How to run the app?](./README.md#how-to-run-the-app)
- [Environment](./README.md#environment)
- [Used technologies](./README.md#used-technologies)
- [Run the app](./README.md#run-the-app)
- [Possible extensions](./README.md#possible-extensions)
## App examples





## How to run the app?
### Environment
- Windows 11
### Used technologies
- Qt
- C++
- CMake
- QML
### Run the app
Download files from GitHub
```
git clone https://github.com/Susannnnnna/Qt-BLEPulseSensor
```
## Possible extensions
**Bluetooth Low Energy & Pulse Sensor Integration**: data read from the heart rate sensor is sent to the application via the BLE module.