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

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

Awesome Lists containing this project

README

          

![Wimon Logo no BG](https://github.com/user-attachments/assets/52270fdc-7acc-4949-a6eb-6dc0df10815b)
# **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.

---