An open API service indexing awesome lists of open source software.

https://github.com/susannnnnna/qt-pulseoximeter

Pulse Oximeter and Health Monitoring App
https://github.com/susannnnnna/qt-pulseoximeter

cmakelists cpp electronic qml qt sqlite

Last synced: about 1 month ago
JSON representation

Pulse Oximeter and Health Monitoring App

Awesome Lists containing this project

README

        

# Pulse Oximeter and Health Monitoring App
## Objective
This project encompasses two key components:
1. **Health Tracking Application**: A user-friendly app that allows individuals to record essential health-related data.
2. **Pulse Oximeter Integration**: An electronic device that measures and collects data on pulse rate and SpO2 levels, seamlessly saving this information within the application.

The collected data is visualized in simple, intuitive charts, helping users monitor their health and spot potential abnormalities over time.

## Key results
### **Health Tracking Application**
Below is an overview of the main components currently available in the app, along with their development status.

| App Components | Description | Status |
| ----------- | ----------- | ----------- |
| Exercise Module | Track daily physical activities. | Done |
| Meals Module | Log daily meals and drinks consumed. | Done |
| Everyday Well-Being Module | Monitor overall well-being on a daily basis. | In progress |
| Additional Events Module | Record significant health-related events. | Done |
| Settings Module | Manage basic user information. | In progress |
| Charts Module | Visualize entered data and pulse oximeter readings. | Not ready |
| Pulse Oximeter Module | Display pulse and SpO2 data from the connected device. | In progress |
| Knowledge Module | Understand the purpose and benefits of each module. | In progress |
| Login / Logout Screens | Secure access with login and logout functionality. | Not ready |

### **Pulse Oximeter Integration**

Further details on the pulse oximeter 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)
- [Database and data](./README.md#database-and-data)
- [Run the app](./README.md#run-the-app)
- [Documentation](./README.md#documentation)

## App examples
Soon available...

## How to run the app?
### Environment
- Windows 11

### Used technologies
- Qt
- C++
- CMake
- QML
- SQLite (as a local database)

### Database and data
Enter data via the app.

### Run the app
Download files from GitHub
```
git clone https://github.com/Susannnnnna/Qt-PulseOximeterApp
```

## Documentation
Soon available...