Skip to content

Susannnnnna/Qt-PulseOximeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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...