This project was designed to assist paralytic patients in both communicating their needs and ensuring safety through fall detection.
๐ฉบ Smart Assistive Device for Paralytic Patients
team: Naitik Gupta, Anushree Jain, Kaartik Issar, Dr. Lele(Guidance)
๐ก Overview
This project was designed to assist paralytic patients in both communicating their needs and ensuring safety through fall detection. It consists of two main subsystems:
- Glove-Based Communication Interface
- Fall Detection Belt System
By combining sensor-based gesture recognition with motion sensing and real-time communication modules, the system empowers patients to signal caretakers and automatically alert them in case of falls.
โ Part 1: Glove-Based Communication System
A custom-built wearable glove allows patients with limited mobility to flex their fingers and trigger pre-programmed commands that convey their needs.
๐ง Components:
- Flex Sensors โ Attached to each finger to measure bending.
- Arduino Microcontroller โ Central controller that reads sensor data.
- Bluetooth / Wi-Fi / GSM Modules โ For transmitting messages to caretakers.
๐ง Functionality:
- Finger gestures are mapped to specific commands like:
- ๐ง Requesting water
- ๐ฝ๏ธ Indicating hunger
- ๐ฝ Needing to use the bathroom
- ๐บ Watching or changing TV
- These gestures are interpreted by the Arduino and sent as messages wirelessly to connected caretakers or smart displays.

๐ก๏ธ Part 2: Fall Detection Belt
A wearable belt system was developed to detect falls using motion analysis.
๐ง Components:
- Accelerometer (e.g., MPU6050) โ Detects sudden drops or changes in acceleration.
- Gyroscope โ Measures angular motion to differentiate between a fall and regular movement.
- Arduino โ Processes sensor data in real-time.
- Communication Modules:
- Wi-Fi
- Bluetooth
- GSM (SIM800) โ For cellular alerts
๐งช Testing Method:
- The device was mounted on a test rig (e.g., a box) and dropped to simulate a fall.
- Observed sharp changes in acceleration (e.g., from ~1g to 0g) and angular displacement were used to trigger fall events.

๐ก Communication Stack
The entire system supports multi-mode communication to ensure alerts are reliably delivered:
- Bluetooth โ Short-range personal alerting
- Wi-Fi โ Home or hospital network alerts
- GSM/SMS โ Long-range alerts via cellular network
๐ Summary
| Feature | Description |
|---|
| Communication | Glove gestures via flex sensors |
| Safety | Automatic fall detection from motion sensors |
| Microcontroller | Arduino (acts as the brain for both systems) |
| Sensors | Flex sensors, accelerometer, gyroscope |
| Connectivity | Wi-Fi, Bluetooth, GSM modules |
๐ Future Improvements
- Machine learning model to adapt to personal gesture patterns
- Integration with smart home systems or hospital dashboards
- Rechargeable battery design with power optimization
- Miniaturized wearable form factor