This project encompasses two key components:
- Health Tracking Application: A user-friendly app that allows individuals to record essential health-related data.
- 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.
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 |
Further details on the pulse oximeter integration will be available soon on the Instructables page.
Soon available...
- Windows 11
- Qt
- C++
- CMake
- QML
- SQLite (as a local database)
Enter data via the app.
Download files from GitHub
git clone https://github.com/Susannnnnna/Qt-PulseOximeterApp
Soon available...