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: about 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 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-30T19:56:13.000Z (about 2 months ago)
- Last Synced: 2025-03-30T20:27:13.458Z (about 2 months 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 two key components:
1. **Simple GUI App**: a user-friendly GUI that allow you to monitor your heart rate with extra knowledge about circulatory system and pulse
2. **Bluetooth Low Energy & Pulse Sensor Integration**: data read from the heart rate sensor is sent to the application via the BLE module.## Key results
### **Pulse Sensor Tracking Application**
Below is an overview of the main components prepared in the QML.| App Components | Description | Status |
| ----------- | ----------- | ----------- |
| Charts Module | Vizualization of the data on a graph | Done |
| Data Module | Simple list view shows pulse, hrv and time data. | Done |
| Knowledge Module | Knowledge about circulatory system and pulse. | In progress |### **Pulse Sensor and BLE Integration**
Details about the integration will be available soon on the Instructables page.
## 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)## App examples




## How to run the app?
### Environment
- Windows 11### Used technologies
- Qt
- C++
- CMake
- QML
- SQLite (as a local database)### Run the app
Download files from GitHub
```
git clone https://github.com/Susannnnnna/Qt-BLEPulseSensor
```