Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssef-remah/health_tracker
A Flutter app for connecting with smartwatches and fitness trackers via Bluetooth Low Energy (BLE) to monitor real-time health data.
https://github.com/youssef-remah/health_tracker
bluetooth-low-energy fitness-tracker flutter
Last synced: 15 days ago
JSON representation
A Flutter app for connecting with smartwatches and fitness trackers via Bluetooth Low Energy (BLE) to monitor real-time health data.
- Host: GitHub
- URL: https://github.com/youssef-remah/health_tracker
- Owner: Youssef-Remah
- Created: 2024-07-01T19:57:08.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-01T20:19:31.000Z (7 months ago)
- Last Synced: 2024-11-17T02:35:36.397Z (3 months ago)
- Topics: bluetooth-low-energy, fitness-tracker, flutter
- Language: Dart
- Homepage:
- Size: 611 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
Awesome Lists containing this project
README
# Health Tracker Application
The Health Tracker app uses Bluetooth Low Energy (BLE) technology to connect with smartwatches and fitness trackers. It allows users to monitor various health metrics conveniently.
## Features
- **Bluetooth Connectivity:** Connect with smartwatches and fitness trackers using Bluetooth Low Energy.
- **Health Data Tracking:** Track essential health data such as:
- Heart rate
- Distance covered
- Steps taken
- Calories burnt- **Scan for Devices:** Start with a scan screen to find nearby BLE devices.
- **Device Selection:** Choose which device to connect with from the list of scanned devices.
- **Continuous Monitoring:** Once connected, the app continuously listens for health data updates from the fitness tracker.
## How to Use
1. Scanning for Devices:
- Open the app to the scan screen.
- The app will automatically start scanning for nearby BLE devices.2. Connecting to a Device:
- Select your preferred device from the list of available devices.
- The app will establish a connection with the selected device.3. Tracking Health Data:
- Once connected, the app will start receiving and displaying health data from the device in real-time.## Installation
**1- Clone the repository:**`git clone https://github.com/Youssef-Remah/Health_Tracker.git`
**2- Navigate to the project directory:**
`cd health-tracker`
**3- Install dependencies:**
`flutter pub get`
**4- Run the application:**
`flutter run`