Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishmunot/smartfall-detector
An android application that tackles the problem of an unattended aging user being unable to contact help during an immediate fall or severe injury.
https://github.com/krishmunot/smartfall-detector
Last synced: about 1 month ago
JSON representation
An android application that tackles the problem of an unattended aging user being unable to contact help during an immediate fall or severe injury.
- Host: GitHub
- URL: https://github.com/krishmunot/smartfall-detector
- Owner: KrishMunot
- Created: 2015-06-28T06:29:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T07:57:49.000Z (over 9 years ago)
- Last Synced: 2023-10-25T21:04:59.789Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 3.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SmartFall Detector [](#)
====================Krish Munot
This is the design document for AngelHack:
### Overview
Our application tackles the problem of an unattended aging user being unable to contact help during an immediate fall or severe injury.### Features
* Our design aims at contacting an emergency member under two conditions:
1. If the user is unable to verify their condition after eight (8) minutes upon an immediate fall
2. If the phone is left unintended for a user-set number of hours
* Utilizes simple large words and recognizable color-coded icons for the elderly.**Fall Detection**
* Accelerometer Detects Fall: Prompts "Trigger Message"
* 180 Seconds (Inactivity): Phone vibration, audio alarm, 'flash' screen
* 300 Seconds (Inactivity): Increase all alerts
* 480 Seconds (Inactivity): Send picture, audio, and location data to contacts
* **Emergency contacts alerted**
**Immobilized Detection**
* If mobile phone detects no activity for a user-defined number of hour(s)
* 180 Seconds (Inactivity): Phone vibration, audio alarm, 'flash' screen
* 300 Seconds (Inactivity): Increase all alerts
* 480 Seconds (Inactivity): Send picture, audio, and location data to contacts
* **Emergency contacts alerted**