Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

EngxAbdalmounem/SmartHealthBox

Domaine:

healthcare

Type de record:

projectsoftware
Créateur:
Eng
Hôte:
A portable IoT-based vital signs monitoring system — BSc Thesis, International University of Africa 2026 # 🏥 Smart Health Box > A portable, low-cost IoT-based physiological monitoring system > **BSc Thesis — International University of Africa, Faculty of Engineering, 2026** --- ## 📌 Overview The **Smart Health Box** is a compact, affordable device designed to monitor essential vital signs in real time. It was developed to address the lack of continuous health monitoring tools in rural and remote areas of Sudan, where advanced medical equipment is scarce and costly. The system captures ECG signals, heart rate, blood oxygen saturation (SpO₂), and body temperature — wirelessly transmitting all data via Wi-Fi over HTTP to a dedicated Android application for real-time visualization and data logging. --- ## 👥 Authors | Name | Role | |---|---| | Abdalmounem Abdalhameed |Firmware, Thesis , Hardware , prototype | | Ahmed Sami Ahmed |Firmware, Thesis, Mobile Application (React Native / Expo) | **Supervisor:** Dr. Nisreen **Institution:** International University of Africa — Department of Electrical and Electronic Engineering --- ## 🔧 Hardware Components | Component | Function | |---|---| | Arduino Nano 33 IoT | Main microcontroller + Wi-Fi | | AD8232 | ECG signal acquisition | | MAX30102 | Heart rate & SpO₂ (PPG) | | MAX30205 | Body temperature (I²C) | | USB Power Bank | Portable power supply | --- ## 📁 Repository Structure ``` SmartHealthBox/ │ ├── firmware/ │ └── health_box.ino # Arduino firmware (C++) │ ├── mobile-app/ │ ├── src/ # Screen and component source files │ ├── assets/ # Images and icons │ ├── App.js # Main application entry point │ ├── app.json # Expo configuration │ ├── babel.config.js # Babel configuration │ ├── eas.json # Expo EAS build config │ └── package.json # Dependencies │ ├── docs/ │ └── circuit_diagram.png # EasyEDA circuit schematic │ └── README.md ``` --- ## 📡 System Architecture ``` [Sensors] → [Arduino …

Visit

github.com

Similaires

EngxAbdalmounem/Health-Box

EngxAbdalmounem/Health-Box

A portable IoT-based vital signs monitoring system — BSc Thesis, International University of Africa