LifeLink Logo LifeLink
Srpski 🇷🇸 Home

LifeLink Smart Health-Safety Bracelet - ESP32-S3

LifeLink is an advanced smart health-safety bracelet prototype built on the ESP32-S3 platform, utilizing ESP-IDF alongside LVGL for a rich graphical interface (466x466 AMOLED display). It focuses on the care of the most vulnerable patients and elderly people, health tracking, and robust emergency response functionality.

Features

Companion Mobile App (Flutter)

A cross-platform Flutter companion app extends LifeLink's capabilities via Bluetooth Low Energy (BLE):

Hardware Stack

Setup & Building

This project is built using the official Espressif ESP-IDF framework (v5.x recommended).

1. Configure the Project

idf.py set-target esp32s3
idf.py menuconfig

2. Build and Flash

idf.py build
idf.py -p COM_PORT flash monitor

Application Flow

  1. Dashboard (Screen 1): Primary bracelet face, health vitals, and connectivity status icons.
  2. Fall Trigger/Debug (Screen 2): Simulate a fall, or engage the raw hardware debug sensors stream.
  3. Settings (Screen 3): Utilize the customized numpad to input or replace your dedicated emergency contact's GSM phone number.
  4. Emergency Countdown (Screen 4): Activated upon Fall Confirmation. Provides an unmissable red-alert interface allowing users to abort the alert.