SlideShare a Scribd company logo
1 of 36
Download to read offline
Android Emergency Alert
with Fall Detection
GDG DevFest
Singapore
12 October 2013

Lim Seow Chiong
Senior Lecturer
ITE College Central
lim_seow_chiong@ite.edu.sg
Agenda
•
•
•
•

Why Fall Detection?
Dedicated Fall Detection Systems
Smartphone‐based Fall Detection
Android Personal Emergency Alert System
– Design, Features, Fall detection method, 
Implementation highlights.

• Smartphone App Advantages & Challenges
• Conclusion
2
1 in 3 Elderly suffers from falls each year
Rapid response & aid after fall is important

3
Fall Detection Systems
• Require effective, reliable fall detection 
principle & algorithm
• Wearable systems
– Monitoring body motion with body‐
worn devices with sensors like 
accelerometer and/or gyroscopes.
– Pattern matching/threshold‐based 
method.

4
Wearable Medical Alert Systems
• Two components:
– Console (base station) connected to phone line or 
Internet.
– Wireless neck/wrist pendant with fall sensor.

• Panic/SOS button

5
Medical Alert Systems
• Requires  application‐specific hardware & 
software
• Installations required 
• Limited range (indoor)
• Subscription to 24‐hr help/monitoring centre
• Cost

6

Source: http://www.activemedical.com.sg
Smartphone as Fall Detection Device?
• Need for a pervasive, reliable, adaptable, 
effective and cheap solution.
• Smartphone is ubiquitous
– Communication capabilities
• Phone call, SMS

– Integrated sensor hardware: 
• Motion sensors: accelerometer, gravity sensor, 
gyroscope
• Position sensors: orientation sensor and magnetometer

– Android smartphones are now more affordable.
7
Smartphone as Fall Detection Device?
• Proliferation of Smartphone apps that provides similar 
functionality to dedicated hardware devices.
– Eg apps that provide GPS & location‐based solutions.

• Convergence of electronic devices into smartphone 
platform.
• Smartphone apps are appealing:
– All‐in‐one convenience – do everything with the 
smartphone.
– Cheaper.
– Easy to download/purchase.
– Familiar touch screen interface. 
– Can be used  both indoors & outdoors.
8
Smartphone as Fall Detection Device?
• Smartphone‐based fall detection systems:
– iFall
– PerFallD
– Smart Fall 
Detection
– uFall
– CRADAR

• Detection method: Falls are characterized by 
sudden acceleration change.
• Experimental, proof of concept – solutions are 
not comprehensive.
9
Personal Emergency Alert System
• Project Objectives:
– Create a smartphone‐based comprehensive 
emergency alert system, with fall detection 
capability, comparable to a dedicated device.
– To be a low‐cost alternative to dedicated medical 
alert systems for the needy, elderly & people with 
disabilities.

10
Smartphone Requirements
• Embedded triaxial accelerometer.
• Can be comfortably carried or worn using an 
elastic waistband or armband – smaller form 
factor.

11
Features
• Fall detection as well as manual alert (panic button).
• Use accelerometer with adjustable fall detection 
sensitivity:
– Android phones are not uniform:
• Different versions
• Different device manufacturers

•
•
•
•
•
•
12

User can cancel alert  in the event of false positive.
Works even when phone is on standby (power efficiency).
Calls & message  (SMS) up to 5 caregivers each.
Caregivers contacts taken from phone’s contact list.
Speakerphone  on with maximum volume  for phone call.
Uses GPS for location reporting (through SMS).
What is Fall?
• A fall is  a sudden change of body position 
(from a height) coming to rest on the ground 
(after a hard impact), followed by a moment 
of inactivity (subject becomes unconscious).
• Focus is on a serious fall – subject is immobile 
& unable to get help.

13
Acceleration Pattern of a Fall
• Resultant/Total Acceleration:

G=9.81m/s2

• Acceleration pattern of a fall:
– Initial position (1G if subject is at rest)
– Sudden change to free fall (0G)
(Lower Threshold)
– Impact on the ground (sudden surge in 
acceleration, can be > 3G) (Upper Threshold)
– Inactivity (1G)
14
Personal Emergency Alert System

A Low‐Cost
Medical Emergency Alert System
with Fall Detection

15
• Panic button
• Caregivers’ list

16

16
• Wakes up from standby
• Home screen/Key guard
cleared
• Inactivity timer
17

17
• Audio warning message
• Cancel Alert button

18

18
• Sends SMS message
to caregiver(s)

19

19
• Calls caregivers one by
one
• Speakerphone on with
maximum volume

20

20
21

21
22

22
Caregiver’s Phone
• Receives SMS message with 
location information 
(latitude, longitude & 
location name).

23
Customized SMS Client (Caregiver)

SMS Notification
24

PEAS SMS Messages

Google Map of Location
Customized SMS Client
• Context menu to view and delete messages

25
Other Features
• User can customize our app with Shared 
Preferences.

26
Shared Preferences
Customizable Options:
1. Fall detection sensitivity
2. Sensitivity when on standby
3. Inactivity period
4. User name
5. “Help Me” button ON/OFF
6. Time to cancel false alert.
7. Audio alert ON/OFF
8. Vibration alert ON/OFF
9. Send SMS ON/OFF
10.SMS message contents
11.GPS location ON/OFF
12.Voice Call ON/OFF
13.Add/Remove caregivers 
through phone contact list.
Other Features
• Code implemented as a library in 
Eclipse.
– Allows for code sharing between 
different variants of the same app, eg
app with or without fall detection.
Library:               package="ite.cc.peas“
Medical Alert:   package="ite.cc.peas.medicalalert”
Safety Alert :     package="ite.cc.peas.safetyalert”

28
Android Application Components
•
•
•
•
•
•
•
•
•
29

Activities
Application object
Context and Options Menu
Content Providers
Hardware sensor 
(accelerometer)
Intents & Broadcast Receivers
Location‐Based Services
Media Player
Notification

•
•
•
•
•

Power Management
Service
Shared Preferences
Simple Animations
Telephony & SMS
App Advantages
Positive Impact
Cheap Alternative ( Android 2.1)
Android is Cool & Trendy
Potential for Widespread Adoption
Established Distribution Channels
Configurable

30
Challenges
• Fall detection technology is still being 
perfected.
– False positives : addressed with inactivity period & 
cancel timer.

• Lifestyle change  required  for users
– Users carry their phones differently.
– What about night time? In the shower (not 
waterproof)?

31
Challenges
• Incoming calls with vibration mode may 
trigger alert 
– Can’t control user ‘s vibration strength setting.
– Fall detection is turned off when there is incoming 
call.

• User may  be overwhelmed with the number 
of customizations.

32
Limitation
• Smartphone accelerometer is  not optimized 
for continuous sensing 
– Reduced sampling rate when phone is on standby 
for some models.
– Certain models accelerometer becomes inactive.
Smartphone

Normal Sampling Rate 

Standby Sampling Rate

Galaxy S II (Android 2.3.6)

Every 5ms

Every 5ms

Galaxy S III (Android 4.1.2)

Every 10ms

Every 10ms

Nexus 7 (Android 4.3)

Every 10ms

Every 10ms

Galaxy Ace (Android 2.3.6)

Every 15ms

No data

Lenovo A820 (Android 4.1.2)

Every 10ms

Every 500ms

UMI X1S (Android  4.2.1)
33

Every 20ms

Every 500ms
Smartphone App vs Dedicated Device
• Dedicated device can provide:
– Better user experience
– Better accuracy, quality & robustness
– More ideal form factor (size & weight)
– Better battery life

• Each targets different consumer segment
– App offers lower price & convenient access
– App can exploit other alert methods, eg e‐mail, 
Twitter, Google Cloud Messaging.
34
Conclusion
• Smartphone‐based emergency alert solution:
– Low‐cost alternative for people who cannot afford 
dedicated medical alert solution.
– Very effective if emergency is correctly triggered.
– Solution for both indoor & outdoor.
– But choice of smartphone is important.

35
References
•
•

•

•

•
•

36

2007, WHO Global Report on Falls Prevention in Older Age, Available from: 
http://www.who.int/ageing/publications/Falls_prevention7March.pdf.
Frank Sposaro, Gary TysoniFall, 2009, iFall: An Android application for fall 
monitoring and response, Annual International Conference of the IEEE Engineering 
in Medicine and Biology Society.
Qiang Li,John Stankovic, Mar Hanson, Adam Barth, 2009, Accurate, Fast Fall 
Detection Using Gyroscopes and Accelerometer‐Derived Posture Information, Sixth 
International Workshop on Wearable and Implantable Body Sensor Networks.
Jiangpeng Dai, Xiaole Bai, Zhimin Yang, Zhaohui Shen, & Dong Xuan, 2010, 
“PerFallD: A pervasive fall detection system using mobile phones”, 8th IEEE 
International Conference on Pervasive Computing and Communications
Ian James Daniel Gonzales, 2011, Fall Detection Using a Smartphone, Gjøvik
University College.
Abalta Technologies, 2011, White Paper: Dedicated Devices Aren’t Dead, Available 
from:  http://abaltatech.com/images/uploads/ABALTA_Dedicated_Devices_‐
_White_Paper_FINAL_052611.pdf.

More Related Content

What's hot

IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET Journal
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoIRJET Journal
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET Journal
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET Journal
 
Arduino Water level tank with Ultrasonic sensor
Arduino Water level tank with Ultrasonic sensorArduino Water level tank with Ultrasonic sensor
Arduino Water level tank with Ultrasonic sensorArip Rahman Hakim
 
Track 4 session 2 - st dev con 2016 - valencell - integrated ohr, biometric...
Track 4   session 2 - st dev con 2016 - valencell - integrated ohr, biometric...Track 4   session 2 - st dev con 2016 - valencell - integrated ohr, biometric...
Track 4 session 2 - st dev con 2016 - valencell - integrated ohr, biometric...ST_World
 
A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE
A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISEA MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE
A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISEIAEME Publication
 
Step Into Security Webinar - Physical Security Integration & Access Control -...
Step Into Security Webinar - Physical Security Integration & Access Control -...Step Into Security Webinar - Physical Security Integration & Access Control -...
Step Into Security Webinar - Physical Security Integration & Access Control -...Keith Harris
 
IRJET- Smart Shield for Women Safety
IRJET-  	  Smart Shield for Women SafetyIRJET-  	  Smart Shield for Women Safety
IRJET- Smart Shield for Women SafetyIRJET Journal
 
Java in the Air: A Case Study for Java-based Environment Monitoring Stations
Java in the Air: A Case Study for Java-based Environment Monitoring StationsJava in the Air: A Case Study for Java-based Environment Monitoring Stations
Java in the Air: A Case Study for Java-based Environment Monitoring StationsEurotech
 
Brain controlled artificial legs
Brain controlled artificial legsBrain controlled artificial legs
Brain controlled artificial legsIAEME Publication
 
IoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsIoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsFerdin Joe John Joseph PhD
 
N C C T Embedded Projects Intro & Presentation
N C C T    Embedded  Projects  Intro &  PresentationN C C T    Embedded  Projects  Intro &  Presentation
N C C T Embedded Projects Intro & Presentationncct
 
Crowd management system
Crowd management systemCrowd management system
Crowd management systemMumbaikar Le
 
Best Embedded Systems Projects Ideas In 2015
Best Embedded Systems Projects Ideas In 2015Best Embedded Systems Projects Ideas In 2015
Best Embedded Systems Projects Ideas In 2015elprocus
 
Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...
Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...
Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...promediakw
 
Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Serviceijtsrd
 

What's hot (20)

LumaSense Thermal Imaging Infographic
LumaSense Thermal Imaging InfographicLumaSense Thermal Imaging Infographic
LumaSense Thermal Imaging Infographic
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart City
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
 
Arduino Water level tank with Ultrasonic sensor
Arduino Water level tank with Ultrasonic sensorArduino Water level tank with Ultrasonic sensor
Arduino Water level tank with Ultrasonic sensor
 
Track 4 session 2 - st dev con 2016 - valencell - integrated ohr, biometric...
Track 4   session 2 - st dev con 2016 - valencell - integrated ohr, biometric...Track 4   session 2 - st dev con 2016 - valencell - integrated ohr, biometric...
Track 4 session 2 - st dev con 2016 - valencell - integrated ohr, biometric...
 
A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE
A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISEA MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE
A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE
 
Step Into Security Webinar - Physical Security Integration & Access Control -...
Step Into Security Webinar - Physical Security Integration & Access Control -...Step Into Security Webinar - Physical Security Integration & Access Control -...
Step Into Security Webinar - Physical Security Integration & Access Control -...
 
IRJET- Smart Shield for Women Safety
IRJET-  	  Smart Shield for Women SafetyIRJET-  	  Smart Shield for Women Safety
IRJET- Smart Shield for Women Safety
 
Java in the Air: A Case Study for Java-based Environment Monitoring Stations
Java in the Air: A Case Study for Java-based Environment Monitoring StationsJava in the Air: A Case Study for Java-based Environment Monitoring Stations
Java in the Air: A Case Study for Java-based Environment Monitoring Stations
 
Brain controlled artificial legs
Brain controlled artificial legsBrain controlled artificial legs
Brain controlled artificial legs
 
IoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsIoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective Analytics
 
N C C T Embedded Projects Intro & Presentation
N C C T    Embedded  Projects  Intro &  PresentationN C C T    Embedded  Projects  Intro &  Presentation
N C C T Embedded Projects Intro & Presentation
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
 
Best Embedded Systems Projects Ideas In 2015
Best Embedded Systems Projects Ideas In 2015Best Embedded Systems Projects Ideas In 2015
Best Embedded Systems Projects Ideas In 2015
 
Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...
Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...
Mr. Sayed Rabbani - Quality Assurance - The 80% of Industrial Control System ...
 
Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Service
 
Blue eyes paper
Blue eyes paperBlue eyes paper
Blue eyes paper
 
End sem ppt
End sem pptEnd sem ppt
End sem ppt
 

Viewers also liked

Fall detection slideshow
Fall detection slideshowFall detection slideshow
Fall detection slideshowanilramnanan
 
Running Chrome/Android OS on Raspberry Pi
Running Chrome/Android OS on Raspberry PiRunning Chrome/Android OS on Raspberry Pi
Running Chrome/Android OS on Raspberry PiLouis Shue
 
Smartphones and Earthquakes - A System Design Presentation
Smartphones and Earthquakes - A System Design PresentationSmartphones and Earthquakes - A System Design Presentation
Smartphones and Earthquakes - A System Design PresentationPratyush Pandab
 
Mobile application development2
Mobile application development2Mobile application development2
Mobile application development2Appin Ara
 
Student Alert Presentation
Student Alert PresentationStudent Alert Presentation
Student Alert PresentationNishant Pandey
 
HIMSS 2011 "RED ALERT Emergency and Event Notification"
HIMSS 2011 "RED ALERT Emergency and Event Notification"HIMSS 2011 "RED ALERT Emergency and Event Notification"
HIMSS 2011 "RED ALERT Emergency and Event Notification"AMTELCO
 
Android based smart surveillance
Android based smart surveillanceAndroid based smart surveillance
Android based smart surveillanceShahid Vadakkekad
 
How to write an essay
How to write an essayHow to write an essay
How to write an essayhharapko
 
Curable symptoms, incurable system
Curable symptoms, incurable systemCurable symptoms, incurable system
Curable symptoms, incurable systemSUN&FZ Associates
 
Delivering your message with a slice of Pi
Delivering your message with a slice of PiDelivering your message with a slice of Pi
Delivering your message with a slice of PiDaniel Messer
 
Fall Prevention AgeTech Call 1 28 10
Fall Prevention AgeTech Call 1 28 10Fall Prevention AgeTech Call 1 28 10
Fall Prevention AgeTech Call 1 28 10Laura Mitchell
 

Viewers also liked (16)

Fall detection slideshow
Fall detection slideshowFall detection slideshow
Fall detection slideshow
 
Running Chrome/Android OS on Raspberry Pi
Running Chrome/Android OS on Raspberry PiRunning Chrome/Android OS on Raspberry Pi
Running Chrome/Android OS on Raspberry Pi
 
Fall Detection Technology Verhaert
Fall Detection Technology VerhaertFall Detection Technology Verhaert
Fall Detection Technology Verhaert
 
Smartphones and Earthquakes - A System Design Presentation
Smartphones and Earthquakes - A System Design PresentationSmartphones and Earthquakes - A System Design Presentation
Smartphones and Earthquakes - A System Design Presentation
 
Mobile application development2
Mobile application development2Mobile application development2
Mobile application development2
 
Fall detection
Fall detectionFall detection
Fall detection
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Student Alert Presentation
Student Alert PresentationStudent Alert Presentation
Student Alert Presentation
 
HIMSS 2011 "RED ALERT Emergency and Event Notification"
HIMSS 2011 "RED ALERT Emergency and Event Notification"HIMSS 2011 "RED ALERT Emergency and Event Notification"
HIMSS 2011 "RED ALERT Emergency and Event Notification"
 
Android based smart surveillance
Android based smart surveillanceAndroid based smart surveillance
Android based smart surveillance
 
EAS Powerpoint
EAS PowerpointEAS Powerpoint
EAS Powerpoint
 
How to write an essay
How to write an essayHow to write an essay
How to write an essay
 
Curable symptoms, incurable system
Curable symptoms, incurable systemCurable symptoms, incurable system
Curable symptoms, incurable system
 
I fall ppt
I fall pptI fall ppt
I fall ppt
 
Delivering your message with a slice of Pi
Delivering your message with a slice of PiDelivering your message with a slice of Pi
Delivering your message with a slice of Pi
 
Fall Prevention AgeTech Call 1 28 10
Fall Prevention AgeTech Call 1 28 10Fall Prevention AgeTech Call 1 28 10
Fall Prevention AgeTech Call 1 28 10
 

Similar to Android Emergency Alert with Fall Detection

SecureLite: An Industrial Surveillance and Security Management Project
SecureLite: An Industrial Surveillance and Security Management ProjectSecureLite: An Industrial Surveillance and Security Management Project
SecureLite: An Industrial Surveillance and Security Management ProjectAmit Chougule
 
[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...
[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...
[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...Matteo Ferroni
 
IRJET - Android App for Women Security
IRJET -  	  Android App for Women SecurityIRJET -  	  Android App for Women Security
IRJET - Android App for Women SecurityIRJET Journal
 
2015 Endpoint and Mobile Security Buyers Guide
2015 Endpoint and Mobile Security Buyers Guide2015 Endpoint and Mobile Security Buyers Guide
2015 Endpoint and Mobile Security Buyers GuideLumension
 
Map-Based Attendance Monitoring System
Map-Based Attendance Monitoring SystemMap-Based Attendance Monitoring System
Map-Based Attendance Monitoring SystemIRJET Journal
 
MOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptx
MOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptxMOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptx
MOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptxabhaysodha6123
 
Smart attendance system
Smart attendance systemSmart attendance system
Smart attendance systempraful borad
 
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...IRJET Journal
 
Data-Driven Monitoring in Safety Critical Infrastructure
Data-Driven Monitoring in Safety Critical InfrastructureData-Driven Monitoring in Safety Critical Infrastructure
Data-Driven Monitoring in Safety Critical InfrastructureJinane J. Harmouche
 
Johann Havenga: Wearable Technology in Support of Health, Wellness and Wellbeing
Johann Havenga: Wearable Technology in Support of Health, Wellness and WellbeingJohann Havenga: Wearable Technology in Support of Health, Wellness and Wellbeing
Johann Havenga: Wearable Technology in Support of Health, Wellness and WellbeingSAMTRAC International
 
Elderware Final ppt.pptx
Elderware  Final ppt.pptxElderware  Final ppt.pptx
Elderware Final ppt.pptxDEEPAKAIT20
 
Enterprise Asset Management- Mobility Readiness Checklist
Enterprise Asset Management- Mobility Readiness ChecklistEnterprise Asset Management- Mobility Readiness Checklist
Enterprise Asset Management- Mobility Readiness ChecklistUnvired Inc.
 
2014 Ultimate Buyers Guide to Endpoint Security Solutions
2014 Ultimate Buyers Guide to Endpoint Security Solutions2014 Ultimate Buyers Guide to Endpoint Security Solutions
2014 Ultimate Buyers Guide to Endpoint Security SolutionsLumension
 
TIG / Infocyte: Proactive Cybersecurity for State and Local Government
TIG / Infocyte: Proactive Cybersecurity for State and Local GovernmentTIG / Infocyte: Proactive Cybersecurity for State and Local Government
TIG / Infocyte: Proactive Cybersecurity for State and Local GovernmentInfocyte
 
Unit 1 IoT Fundamentals.pdf
Unit 1 IoT Fundamentals.pdfUnit 1 IoT Fundamentals.pdf
Unit 1 IoT Fundamentals.pdfZoyaAli844417
 
BYOD risk management best practices
BYOD risk management best practices  BYOD risk management best practices
BYOD risk management best practices Troy C. Fulton
 
Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...
Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...
Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...Eswar Publications
 

Similar to Android Emergency Alert with Fall Detection (20)

SecureLite: An Industrial Surveillance and Security Management Project
SecureLite: An Industrial Surveillance and Security Management ProjectSecureLite: An Industrial Surveillance and Security Management Project
SecureLite: An Industrial Surveillance and Security Management Project
 
Smart eye
Smart eyeSmart eye
Smart eye
 
[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...
[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...
[EUC2014] cODA: An Open-Source Framework to Easily Design Context-Aware Andro...
 
IRJET - Android App for Women Security
IRJET -  	  Android App for Women SecurityIRJET -  	  Android App for Women Security
IRJET - Android App for Women Security
 
2015 Endpoint and Mobile Security Buyers Guide
2015 Endpoint and Mobile Security Buyers Guide2015 Endpoint and Mobile Security Buyers Guide
2015 Endpoint and Mobile Security Buyers Guide
 
Map-Based Attendance Monitoring System
Map-Based Attendance Monitoring SystemMap-Based Attendance Monitoring System
Map-Based Attendance Monitoring System
 
MOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptx
MOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptxMOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptx
MOBILE_SAFE_GUARD/rl/ker'pky e'ky[ekoy;kr;tyoi rp6kupoer6p.pptx
 
Smart attendance system
Smart attendance systemSmart attendance system
Smart attendance system
 
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
IRJET- An Ameliorated Methodology of Smart Assistant to Physically Challenged...
 
Data-Driven Monitoring in Safety Critical Infrastructure
Data-Driven Monitoring in Safety Critical InfrastructureData-Driven Monitoring in Safety Critical Infrastructure
Data-Driven Monitoring in Safety Critical Infrastructure
 
Johann Havenga: Wearable Technology in Support of Health, Wellness and Wellbeing
Johann Havenga: Wearable Technology in Support of Health, Wellness and WellbeingJohann Havenga: Wearable Technology in Support of Health, Wellness and Wellbeing
Johann Havenga: Wearable Technology in Support of Health, Wellness and Wellbeing
 
Elderware Final ppt.pptx
Elderware  Final ppt.pptxElderware  Final ppt.pptx
Elderware Final ppt.pptx
 
Enterprise Asset Management- Mobility Readiness Checklist
Enterprise Asset Management- Mobility Readiness ChecklistEnterprise Asset Management- Mobility Readiness Checklist
Enterprise Asset Management- Mobility Readiness Checklist
 
Isaca tech session 19 feb 2013 securing mobile devices rev
Isaca tech session 19 feb 2013   securing mobile devices revIsaca tech session 19 feb 2013   securing mobile devices rev
Isaca tech session 19 feb 2013 securing mobile devices rev
 
RealTimeSystem (1)
RealTimeSystem (1)RealTimeSystem (1)
RealTimeSystem (1)
 
2014 Ultimate Buyers Guide to Endpoint Security Solutions
2014 Ultimate Buyers Guide to Endpoint Security Solutions2014 Ultimate Buyers Guide to Endpoint Security Solutions
2014 Ultimate Buyers Guide to Endpoint Security Solutions
 
TIG / Infocyte: Proactive Cybersecurity for State and Local Government
TIG / Infocyte: Proactive Cybersecurity for State and Local GovernmentTIG / Infocyte: Proactive Cybersecurity for State and Local Government
TIG / Infocyte: Proactive Cybersecurity for State and Local Government
 
Unit 1 IoT Fundamentals.pdf
Unit 1 IoT Fundamentals.pdfUnit 1 IoT Fundamentals.pdf
Unit 1 IoT Fundamentals.pdf
 
BYOD risk management best practices
BYOD risk management best practices  BYOD risk management best practices
BYOD risk management best practices
 
Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...
Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...
Networking CCTV Cameras & Passive Infra-Red Sensors for E-classroom Monitorin...
 

Recently uploaded

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 

Recently uploaded (20)

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 

Android Emergency Alert with Fall Detection