https://github.com/maik205/wimon-terminal
Wireless Patient Monitoring System Terminal controller code based on ESP32 built with LVGL, Firebase and uses nRF24 to communicate
https://github.com/maik205/wimon-terminal
esp32 firebase healthcare lvgl
Last synced: 4 months ago
JSON representation
Wireless Patient Monitoring System Terminal controller code based on ESP32 built with LVGL, Firebase and uses nRF24 to communicate
- Host: GitHub
- URL: https://github.com/maik205/wimon-terminal
- Owner: maik205
- Created: 2025-03-03T19:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T10:18:03.000Z (about 1 year ago)
- Last Synced: 2025-07-04T17:12:59.680Z (12 months ago)
- Topics: esp32, firebase, healthcare, lvgl
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# **WiMon - Wireless Patient Monitoring System**
WiMon is a wireless patient monitoring system designed to track and transmit vital signs using the **MAX30102** sensor. The system features a user-friendly interface rendered with **LVGL (Light and Versatile Graphics Library)** and leverages **Firebase Cloud Functions** for cloud communication. Modules communicate wirelessly using **RF** technology, ensuring seamless data transmission across devices.
---
## 🚀 **Features**
- **Real-time monitoring:** Measures heart rate and SpO2 using MAX30102.
- **Wireless communication:** Uses RF modules for module-to-module data transmission.
- **Cloud integration:** Syncs data to Firebase using Cloud Functions.
- **Intuitive UI:** Interactive and responsive UI powered by LVGL.
- **Data analysis:** Stores and retrieves patient data for trend analysis.
## 🚨 **Alerts and Notifications**
- Sends alerts to caregivers if values exceed thresholds.
- Uses Firebase Cloud Messaging for real-time alerts.
---