10

Click here to load reader

I fall ppt

Embed Size (px)

DESCRIPTION

This was my project for final year in 2011

Citation preview

Page 1: I fall ppt

iFall: An Android Application for Fall Monitoring and Response

Done by Amit Kumar Keshri

Adil Mateen Khan Aditya Prakash Rao

Aditya Raj

Page 2: I fall ppt

Introduction:

What is ANDROID?

A mobile OS initially developed by Android Inc. based upon a modified version of linux.

Consists of Java apps running on Java based OO application framework.

Developed by Open Handset Alliance in partnership with Google.

Versions of android:

a) Android 1.5

b) Android 1.6

c) Android 2.1

d) Android 2.2 (Android FROYO)- most used version.

Page 3: I fall ppt

Scope of the project:

We propose a low priced system that is well suited to all the requirements by using existing mainstream technologies that are reliable. Our approach is to use fasting growing device like programmable cellular phone.

Reasons for using android cell phone: Cost reduction. Integrated hardware. Cell phones are discrete than a dedicated monitor device To limit false positives we implement several fall detection algorithms and two stages of communication

Page 4: I fall ppt

Block Diagram:Background service for detecting fall

using accelerometer

User response detection by

alerting user to respond

Timer to wait for user response

Send message to social contacts set by the user.

Reset ifall application

Send emergency message to the care authority

Wait for people to respond

If the user responds

If the user doesn’t respond

Page 5: I fall ppt

Working principle:iFall runs a inconspicuously as possible while using limited resources.When the algorithm suspects a fall the service will wake up and interrupt the user.If the user responds, the previous activity is restored and iFall will sleep again.By only waking up the activity when a fall is suspected or requested by the user, we allow application to run on top of iFall while we minimize our memory consumption and user interaction.

Page 6: I fall ppt

Fall Detection:

Activities of Daily Living(ADL) are normal activities such as walking and standing.The forces exerted during ADL are usually different than the forces during a fall.A fall typically starts with a short free fall period.This causes the acceleration’s amplitude to drop significantly below the 1G threshold.

Page 7: I fall ppt

Advantages:

Reliability and reduced number of false positives mean greater adoption by emergency services. Our system provides a viable solution to increase fall detection among people. Using existing, mass marketed technologies will limit cost making it available to the majority of the public.

Page 8: I fall ppt

Conclusion :

Our system provides a viable solution to increase fall detection among people. Using existing, mass marketed technologies will limit cost making it available to the majority of the public.Implementing proven fall detection algorithms makes the system highly reliable. Reliability and reduced number of false positives mean greater adoption by emergency services.The importance of the cell phone in everyday life decreases the chances of being forgotten. Everyday interaction with the phone makes the interface more familiar to the user.

Page 9: I fall ppt

Conclusion (cont):

A cell phone is also less intrusive than dedicated devices The familiar interface, non-intrusiveness, and affordability leads to less rejection from users.By combining cheap hardware and open source software, we hope to provide a realistic answer to reducing the long-lie period for the elderly.

Page 10: I fall ppt

Thank you