Skip to content
/ GraVT Public

Simple Java Android app for fall detection.

Notifications You must be signed in to change notification settings

wxo15/GraVT

Repository files navigation

GraVT

Grandma Velocity Tracker (aka GraVT) is a fall-detection Android app built using Java. GraVT detects falls and send alerts to emergency contacts. Download this app on your and your love ones' phones.

Development is currently in progress.

Demo

screenshots

Algorithm

The app detects 3 major stages in sequence:

  1. Fall - When close-to-free-fall acceleration is detected.
  2. Impact - Sudden spike in acceleration above normal.
  3. Inactivity - Small changes in acceleration for a specified period of time.

Each stage can only be triggered if the last stage has been triggered. There is a small cooldown period implemented at the end of each stage.

Screenshots

About

Simple Java Android app for fall detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages