Sophia-Avakas / Wearable-Real-time-Fall-Detection-System

A wearable system that can detect real-time fall and send the data to Microsoft Azure for further analysis and visualization, and send messages to emergency contacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wearable Real-time Fall Detection System


I collaborated with a team member to develop this wearable system that can detect real-time fall and send the data to Microsoft Azure for further analysis and visualization, and send messages to emergency contacts.

We implemented the hardware together, and I read many research papers and adopted a feasible fall detection algorithm, which mainly use acceleration magnitude, angle change and the person’s reaction time to determine a fall state. The algorithm was implemented in fall_detection_final.ino in C on Arduino.

About

A wearable system that can detect real-time fall and send the data to Microsoft Azure for further analysis and visualization, and send messages to emergency contacts

License:MIT License


Languages

Language:C++ 97.3%Language:C 2.7%