All projects

Project case study

Glove System

Connecting physical rehabilitation sensors to a caregiver-readable live dashboard.

Role
Technical Development Contributor
Status / year
Completed · 2026
Glove System healthcare dashboard and live monitoring interface

Overview

Glove System is the technical implementation of an academic research project on an Arduino-based glove for stroke patient rehabilitation. The prototype combines wearable sensors, Arduino processing, Bluetooth communication, a local data bridge, and a deployed monitoring interface.

I was brought in as a classmate developer after the research began. My responsibility was turning the research concept into a functioning hardware-to-web system.

01

From research concept to working system

The research explored whether an accessible wearable prototype could detect hand movement, collect basic physiological readings, recognize simple gestures, and transmit the information to a website with little delay.

The useful product was not only the glove or dashboard in isolation. It was the complete pipeline joining physical movement to a readable interface.

02

The hardware-to-web pipeline

Sensors feed flexion and health-related readings into an Arduino Uno. An HC-05 Bluetooth module sends formatted output to a laptop, where a local Node.js bridge parses the stream into JSON and forwards updates through WebSockets to the Next.js dashboard.

  • Arduino logic and sensor output
  • Bluetooth communication and local JSON parsing
  • WebSocket updates for the live dashboard
  • Monitoring cards for heart rate, SpO₂, temperature, and flex sensors
  • Gesture command and connection-status feedback
03

My technical contribution

I programmed Arduino logic, supported wiring and sensor testing, configured the Bluetooth workflow, built the Node.js bridge, implemented WebSocket updates, designed the live healthcare dashboard, and deployed the web interface.

This required debugging across physical wiring, serial output, unstable Bluetooth behavior, data formatting, and frontend state rather than treating hardware and software as separate systems.

04

Research result

During controlled research trials, the group reported near-real-time transmission averaging around 0.206 seconds, successful transmission during the tested trials, and responsive flex-sensor readings. These results describe an academic prototype, not a clinically validated product.

The project demonstrates that I can work across hardware, communication protocols, server-side data transformation, real-time interfaces, and deployment while contributing responsibly to a multidisciplinary team.

Technology

  • Next.js
  • TypeScript
  • Arduino
  • Node.js
  • Bluetooth
  • WebSockets

Have a project in mind?

Let's build something useful.

Get in touch