June 10, 2025

HealthyWear Capture

APP

While a test like TMT provides a snapshot of cognitive function, many neurological conditions, such as Multiple Sclerosis (MS), require continuous monitoring. Clinicians need objective, long-term data to track a patient's progression, manage symptoms like gait disturbances and lack of balance, and assess the effectiveness of treatments. The traditional methods for gait analysis are often confined to clinical settings, limiting the frequency and duration of data collection.

Solution: HealthyWear
HealthyWear is an IoT-enabled mobile application that bridges the gap between clinical visits and a patient's daily life. Developed as part of a research study with a university, it streams and captures various health data from wearable IoT devices, such as MetaWear sensors, HBand, and Sensoria Smart Socks. The app provides a continuous, objective way to monitor a patient's physical activity and vital signs, offering real-time feedback and essential data for doctors.
Key features include:
  • IoT Integration: The application connects with wearable devices to monitor and record movements, particularly for gait analysis. This is crucial for conditions like MS, where gait analysis helps determine the relationship with the EDSS disease index.
  • Dual-Device Functionality: The app can connect to multiple devices simultaneously, such as MetaWear sensors worn on each hand. This allows for more comprehensive data collection from various parts of the body.
    • Real-time Feedback: HealthyWear provides instant feedback on physical activities, empowering patients to manage their health more proactively.
    • Secure Data Handling: The application collects, stores, and transmits real-time data to a server, allowing doctors to remotely track their patients' health. Data is encrypted in transit, and no data is shared with third parties.
  • Technical architecture and implementation
    HealthyWear is a Flutter application that leverages the power of IoT to provide a comprehensive health monitoring solution. Its architecture is built to handle the complexities of real-time data streaming and secure data transmission.

    Core architectural principles:
  • IoT Connectivity: HealthyWear utilizes Bluetooth Low Energy (BLE) to establish connections with a variety of wearable IoT devices. It is designed to be flexible and compatible with different manufacturers' devices.
  • Stream-Based Data Processing: The app processes high-frequency data streams from sensors in real time. This requires an efficient and performant architecture to avoid latency and data loss.
  • Robust Data Pipeline: A secure pipeline ensures that data from the wearable devices is not only stored locally but also transmitted reliably to a server for long-term storage and analysis by medical professionals. The app encrypts data in transit to ensure privacy.
  • Cross-Platform Development: By using Flutter, we can develop and maintain a single codebase for both Android and iOS, reducing development time and ensuring consistent user experience.
  • Impact on the digital health landscape
    HealthyWear represents a significant step forward in digital health. It moves beyond static assessments to a model of continuous, data-driven monitoring. This allows for a deeper understanding of a patient's condition, enabling more personalized treatment plans and proactive management of symptoms. By providing doctors with objective data, HealthyWear can enhance diagnoses and lead to better patient outcomes.

    This app serves as an excellent case study on how to use readily available consumer technology to solve complex healthcare problems. Its open-source nature further promotes collaboration and innovation in the digital health community.