SlideShare a Scribd company logo
November 22, 2024 CSD 416 1
MAR BASELIOS INSTITUTE OF TECHNOLOGY AND SCIENCE
NELLIMATTOM, KOTHAMANGALAM
SkullCap – An IoT based Smart Helmet for
Accident Detection
DEPARTMENT
OF
COMPUTER SCIENCE AND ENGINEERING
Guided by:
Asst. Prof. Teena Skaria
Project Guide
Dept. of CSE
Presented By: Group 11
Arjun Saji (MBI19CS015)
Basil Pappy Roy (MBI19CS018)
Basil Varghese (MBI19CS019)
Geevarghese S Isaac (MBI19CS030)
November 22, 2024 CSD 416 2
Contents
• Abstract
• Introduction
• Literature Surveys
• Drawbacks of existing system
• Proposed System
• Modules
• Architecture of proposed system
• Method of implementation
• Hardware and software requirements
• Data Flow Diagram
November 22, 2024 CSD 416 3
Contents
• Screenshots
• Conclusion
• Future Scope
• References
November 22, 2024 CSD 416 4
Abstract
• A smart helmet is designed which is capable of detecting fall of riders and then
transmitting a message through a global system of mobile (GSM) module along
with the location of fall using global positioning system (GPS) avoiding delays to
rescue.
• Accelerometer sensors with a three axis sensing unit, are placed within the helmet
and controlled via ARDUINO based microcontroller for fall detection.
November 22, 2024 CSD 416 5
Introduction
• Every 5 minutes, a person dies in a road accident! Still the cases increase each year.
• These deaths have one thing in common, the victim is left to die on the road even
though the hospitals and authorities are very near. People die even though they’re
taken only 10-15 mins late.
• This is because the human brain can survive only 3-6 minutes without Oxygen,
thus, taking the injured to the hospital quickly should be a priority.
• There must be a way to quickly inform authorities within seconds of an accident.
We may use GPS and normal SMS technology for that and detect sudden impact of
gravity.
November 22, 2024 CSD 416 6
Literature survey
1. Automatic Fall Detection Using Smartphone Accelerometer
• The proposed technique consists of 2 algorithms: fall detection and long lie
detection.
• The former is used to check the occurrence of a fall, while the latter is used to find
out if there is a lying down state after that fall.
• The proposed technique is then implemented as an Android application for
experiment.
November 22, 2024 CSD 416 7
Literature survey
2. Combined Smart Watch And Smart Phone Fall Detection System
• This paper specifically looks into the accuracy of a fall detection system based on
an off-the-shelf smartwatch and smartphone.
• In this system which combines threshold based and pattern recognition techniques
in both devices, with the intent of having the watch to contribute to the specificity
of the fall detection strategy.
November 22, 2024 CSD 416 8
Literature survey
3. Smart Helmet An Intelligent Bike System
• In order to overcome this they has introduces an intelligent system, Smart Helmet,
which automatically checks whether the person is wearing the helmet and has non-
alcoholic breath while driving.
• An alcohol sensor is placed near to the mouth of the driver in the helmet to detect the
presence of alcohol. MCU controls the function of relay and thus the ignition, it control
the engine through a relay and a relay interfacing circuit.
• If rider getting drunk it gets automatically ignition switch is locked, and send message
automatically to their register number with their current location. The distinctive utility
of project is fall detection, if the bike rider fall from bike it will send
message automatically.
November 22, 2024 CSD 416 9
Literature survey
4. Fall Detection for Elderly Persons Using Android-Based Platform
• Since fall event has become the most common accident occurred among elderly
persons, the development of fall detection system has received much attention in
recent years.
• By simultaneously considering the detections for linear and non-linear
movements, the proposed system achieves an accuracy of 92.5%, which is an
improvement of 12% as compared to the previous scheme
November 22, 2024 CSD 416 10
Literature survey
5. SPEEDY: A Fall Detector in a Wrist Watch
• It present a wrist worn fall detector for elderly people.
• The detector is easy to wear and offers the full functionality of a small
transportable wireless alarm system.
• The system combines complex data analysis and wireless communication
capabilities in a truly wearable watch-like form.
November 22, 2024 CSD 416 11
Literature survey
6. Android Based Fall Detection Alert System using Multi-Sensor
• An enhanced fall detection system is proposed for elderly person monitoring that is
based on-body sensor operating through consumer home networks.
• By utilizing information gathered from an accelerometer, cardiotachometer and
smart sensors, the impacts of falls can be logged and distinguished from normal
daily activities.
• This system is connected to GPS and GSM for communication purpose which is
unique.
November 22, 2024 CSD 416 12
Literature survey
7. Falls, Injuries Due to Falls, and the Risk of Admission to a Nursing Home
• Falls warrant investigation as a risk factor for nursing home admission because
falls are common and are associated with functional disability and because they
may be preventable.
• The primary outcome studied was the number of days from the initial assessment to
a first long-term admission to a skilled-nursing facility during three years of
follow-up.
November 22, 2024 CSD 416 13
Literature survey
8. A Dynamic Motion Pattern Analysis Approach To F&l Detection
• The algorithm works on the digital signal output from waist-mounted
accelerometry.
• It first filters noisy components with a Gaussian filter; secondly sets up a 3D body
motion model which relates various body postures to the outputs of accelerometry;
finally a dynamic detection process is applied to make decision.
• Our work is an important part of elder care and rehabilitation.
November 22, 2024 CSD 416 14
Literature survey
9. A Smartphone-based Fall Detection System
• Thus, the caregiving process and the quality of life of older adults can be improved
by adopting systems for the automatic detection of falls.
• This paper presents a smartphone-based fall detection system that monitors the
movements of patients, recognizes a fall, and automatically sends a request for help
to the caregivers.
• To reduce the problem of false alarms, the system includes novel techniques for the
recognition of those activities of daily living that could be erroneously mis detected
as falls (such as sitting on a sofa or lying on a bed).
November 22, 2024 CSD 416 15
Literature survey
10. Recognition Of False Alarms In Fall Detection Systems
• The detrimental effects of falls, as well as the negative impact on health services
costs, have led to a great interest on fall detection systems by the health-care
industry.
• This paper presents a novel approach for improving the detection accuracy which is
based on the idea of identifying specific movement patterns into the acceleration
data.
November 22, 2024 CSD 416 16
Drawbacks of existing system
• Inconvenience due to wearing/attaching the sensor on a part of the body
• Detection is difficult outside the area where the sensor is installed
• False alarms frequently occur
• Deployment of the environmental sensors based systems is limited to
indoor environments
November 22, 2024 CSD 416 17
Proposed system
• We’ve researched and innovated a significant addition to the existing “protective-
helmets,” that will automatically detect the accident, as well as report the accident’s
location to the nearest police station through SMS. It also alerts the nearby people
through an emergency buzzer.
November 22, 2024 CSD 416 18
Proposed system
Detection Mechanism
• An Accelerometer, for
detection of accidents
by identifying the
sudden change in the
person’s position &
acceleration.
• A GPS Module, to
find out the location
of the accident.
Power Source
• 9V Batteries have been
used due to their longer
duration of use & their
efficiency.
Alerting Mechanism
• A GSM Module, for
messaging & alerting the
authorities by providing
the location of the
accident.
• A Buzzer, so that nearby
people can be gathered
for quick help.
November 22, 2024 CSD 416 19
Architecture of proposed system
 List of Modules
• Helmet Design
• Data Acquisition
• Feature Extraction And Selection
• Classification
Accelerometer
GSM
Module
Data Acquisition
Feature Extraction and
Selection
Classification
Gathers Sensor Data
Extracts
Features
Location
Data
Pre-processing
Arduino Uno R3 Board
GPS
Module
Fall
Detection
Motion
and
Orientatio
n
Detection
Alert Message
with Location
Smart Helmet
Emergency Contact
Smart Helmet Architecture
November 22, 2024 CSD 416 21
Modules
 Helmet Design
• Input: Requirements and specifications for the smart helmet, such as the sensors to
be integrated, the size and weight of the helmet, and the materials to be used.
• Output: A functional and ergonomic design of the smart helmet that meets the
specified requirements.
• Function: A well-designed helmet is critical for the success of the smart helmet
project, as it ensures that the sensors are accurately and reliably capturing the
necessary data while also being comfortable and safe for the wearer.
November 22, 2024 CSD 416 22
Modules
 Data Acquisition
• Input: Data from sensors such as GPS and accelerometer.
• Output: Digital signal of the captured data.
• Function: Captures and processes sensor data for accurate and reliable
measurement of the helmet wearer's activity and location, performs initial data
processing, and passes the data to other modules for analysis and transmission.
November 22, 2024 CSD 416 23
Modules
 Feature Extraction and Selection
• Input: Raw data collected from the sensors.
• Output: Extracted and selected features that are relevant and useful for further
analysis.
• Function: Feature extraction and selection are critical steps in data analysis, as they
reduce the complexity and dimensionality of the data while preserving the most
relevant and informative aspects.
November 22, 2024 CSD 416 24
Modules
 Classification
• Input: Extracted and selected features from the sensor data.
• Output: Classification results, such as predicted labels or probabilities, indicating
the class or category of the data.
• Function: Classification is a fundamental task in data analysis, as it enables
automated decision-making and identification of relevant patterns or anomalies in
the data.
November 22, 2024 CSD 416 25
Methods of Implementation
• The user puts on the helmet and turns on the system using the switch.
• The accelerometer sensor detects any sudden movements or impacts, and sends this
data to the Arduino board.
• The GPS module determines the location of the helmet wearer and sends this data
to the Arduino board.
• The Arduino board processes the data received from the sensors and sends control
signals to the buzzer.
• If the sensors detect any sudden movements or impacts, the buzzer produces an
audible warning or alert to the helmet wearer.
November 22, 2024 CSD 416 26
Methods of Implementation
• The Arduino board also sends the location data to the GSM module for data
transmission.
• The GSM module transmits the location data wirelessly over a cellular network to a
remote server or a mobile phone.
• The system continues to monitor the helmet wearer's location and movement, and
provides warnings or alerts if necessary.
• The user can turn off the system using the switch when they are no longer using the
helmet.
November 22, 2024 CSD 416 27
System Requirements
Software Requirements
• Arduino IDE
• GPS library
• GSM library
• Accelerometer library
• Operating System
Hardware Requirements
• Arduino board
• GPS module
• GSM module
• Accelerometer sensor
• Buzzer
• Switch
• Battery
November 22, 2024 CSD 416 28
Level-0 Data Flow Diagram
November 22, 2024 CSD 416 29
Level-1 Data Flow Diagram
November 22, 2024 CSD 416 30
Screenshots
November 22, 2024 CSD 416 31
Conclusion
• A helmet is designed to detect fall and avoid delays to rescue automatically.
• An IoT-based Smart Helmet for accident detection offers enhanced safety in daily life.
• Sensors, connectivity, and intelligent algorithms are integrated into the helmet to detect
accidents and provide timely alerts.
• The helmet's sensor suite includes accelerometers, and impact sensors for real-time
monitoring.
• The Smart Helmet can quickly detect abnormal patterns indicating potential accidents, such
as falls or collisions.
• Immediate notifications can be sent to emergency services, designated contacts, or nearby
personnel for prompt assistance.
• The helmet's GPS module enables accurate location tracking, aiding emergency responders
in finding the injured person quickly.
November 22, 2024 CSD 416 32
Future Scope
• Integration with other sensors for health and well-being monitoring.
• Wireless charging for convenience and ease of use.
• Real-time data analytics for safety and efficiency improvements.
• Cloud integration for advanced features like real-time tracking and remote
maintenance.
• Machine learning algorithms for hazard detection and prediction.
• Augmented reality for additional visual information and guidance.
November 22, 2024 CSD 416 33
References
• Reference to a journal publication:
[1] H. R. Choi, M. H. Ryu, Y. S. Yang, N. B. Lee, and D. J. Jang, “Evaluation of algorithm for the fall and fall direction
detection during bike riding,” Int. J. Control Autom., 2013.
• Reference to a book:
[2] P. P. Chitte, S. S. Akshay, N. T. Aniruddha, and T. B. Nilesh, “Smart Helmet & Intelligent Bike System,” Int. Res. J.
Eng. Technol., vol. 3, no. 5, 2016.
• Reference to a chapter in an edited book:
[3] N. R. Singh1 , P. R. Rothe2 , and A. P. Rathkanthiwar3 , “Android Based Fall Detection Alert System using Multi-
Sensor,” Int. J. Eng. Trends Technol., vol. 46, 2017..
• Reference to a website:
[4] K. de Miguel, A. Brunete, M. Hernando, and E. Gambao, “Home camera-based fall detection system for the
elderly,” Sensors, vol. 17, no. 12, p. 2864, 2017..
• Reference to a dataset:
[5] T. Tri, H. Truong, and T. Khanh, “Automatic Fall Detection using Smartphone Acceleration Sensor,” Int. J. Adv.
Comput. Sci. Appl., 2017.
November 22, 2024 CSD 416 34
THANK YOU

More Related Content

PDF
SkullCap – An IoT based Smart Helmet for Accident Detection - Report
PPTX
FINAL PPT ALL.pptx
PPTX
Safer Cycle
PPT
Autonomous Driving- TU Chemnitz
PDF
Vehicle and Pedestrian Detection System.pdf
PPTX
Major PRC-1 ppt.pptx
PDF
A Survey on Smart Devices for Object and Fall Detection
PPTX
Lidar Micro Drone with Proximity Sensing
SkullCap – An IoT based Smart Helmet for Accident Detection - Report
FINAL PPT ALL.pptx
Safer Cycle
Autonomous Driving- TU Chemnitz
Vehicle and Pedestrian Detection System.pdf
Major PRC-1 ppt.pptx
A Survey on Smart Devices for Object and Fall Detection
Lidar Micro Drone with Proximity Sensing

Similar to SkullCap – An IoT based Smart Helmet for Accident Detection - PPT (20)

PPTX
HOW TO WASTE YOUR TIME ON SIMPLE THINGS DONT JUST FEEL INSTEAD BLAME OTHERS A...
PDF
IRJET- Development and Monitoring of a Fall Detection System through Wear...
PPTX
Elderly_Fall_Detection_Updated_Presentation.pptx
PDF
Smart Navigation Assistance System for Blind People
PDF
Video Crime Monitoring
PPTX
Vehicle and Pedestrian Detection System.pptx
PPTX
Vehicle and Pedestrian Detection System.pptx
PPTX
drivezy_DriverDrowsinessAndDistractionDetectionSystem.pptx
PDF
Real Time Social Distance Detector using Deep learning
PPTX
Reduced_Obstacle_Detection_Cane_Literature_Review.pptx
PPTX
Reduced_Obstacle_Detection_Cane_Literature_Review.pptx
PDF
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
PDF
Helmet and License Plate Detection using Machine Learning
PDF
Advanced Intelligent Video Surveillance System In Elevators By Using OpenCV
PPTX
PROJECT LIGTAS PRESENTATION.pptx
PPTX
Enhancing indoor localization using IoT techniques
PPTX
Project Proposal Project Proposal Project Proposal Project Proposal
PDF
IRJET- A Survey on Human Action Recognition
PDF
L.E.D (LifeFone for Elderly and Disabled)
PDF
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
HOW TO WASTE YOUR TIME ON SIMPLE THINGS DONT JUST FEEL INSTEAD BLAME OTHERS A...
IRJET- Development and Monitoring of a Fall Detection System through Wear...
Elderly_Fall_Detection_Updated_Presentation.pptx
Smart Navigation Assistance System for Blind People
Video Crime Monitoring
Vehicle and Pedestrian Detection System.pptx
Vehicle and Pedestrian Detection System.pptx
drivezy_DriverDrowsinessAndDistractionDetectionSystem.pptx
Real Time Social Distance Detector using Deep learning
Reduced_Obstacle_Detection_Cane_Literature_Review.pptx
Reduced_Obstacle_Detection_Cane_Literature_Review.pptx
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
Helmet and License Plate Detection using Machine Learning
Advanced Intelligent Video Surveillance System In Elevators By Using OpenCV
PROJECT LIGTAS PRESENTATION.pptx
Enhancing indoor localization using IoT techniques
Project Proposal Project Proposal Project Proposal Project Proposal
IRJET- A Survey on Human Action Recognition
L.E.D (LifeFone for Elderly and Disabled)
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Ad

Recently uploaded (20)

PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
A Presentation on Artificial Intelligence
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
August Patch Tuesday
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
1. Introduction to Computer Programming.pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Getting Started with Data Integration: FME Form 101
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
A comparative analysis of optical character recognition models for extracting...
A Presentation on Artificial Intelligence
SOPHOS-XG Firewall Administrator PPT.pptx
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Zenith AI: Advanced Artificial Intelligence
August Patch Tuesday
MIND Revenue Release Quarter 2 2025 Press Release
1 - Historical Antecedents, Social Consideration.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Assigned Numbers - 2025 - Bluetooth® Document
Chapter 5: Probability Theory and Statistics
Unlocking AI with Model Context Protocol (MCP)
NewMind AI Weekly Chronicles - August'25-Week II
Digital-Transformation-Roadmap-for-Companies.pptx
1. Introduction to Computer Programming.pptx
Ad

SkullCap – An IoT based Smart Helmet for Accident Detection - PPT

  • 1. November 22, 2024 CSD 416 1 MAR BASELIOS INSTITUTE OF TECHNOLOGY AND SCIENCE NELLIMATTOM, KOTHAMANGALAM SkullCap – An IoT based Smart Helmet for Accident Detection DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Guided by: Asst. Prof. Teena Skaria Project Guide Dept. of CSE Presented By: Group 11 Arjun Saji (MBI19CS015) Basil Pappy Roy (MBI19CS018) Basil Varghese (MBI19CS019) Geevarghese S Isaac (MBI19CS030)
  • 2. November 22, 2024 CSD 416 2 Contents • Abstract • Introduction • Literature Surveys • Drawbacks of existing system • Proposed System • Modules • Architecture of proposed system • Method of implementation • Hardware and software requirements • Data Flow Diagram
  • 3. November 22, 2024 CSD 416 3 Contents • Screenshots • Conclusion • Future Scope • References
  • 4. November 22, 2024 CSD 416 4 Abstract • A smart helmet is designed which is capable of detecting fall of riders and then transmitting a message through a global system of mobile (GSM) module along with the location of fall using global positioning system (GPS) avoiding delays to rescue. • Accelerometer sensors with a three axis sensing unit, are placed within the helmet and controlled via ARDUINO based microcontroller for fall detection.
  • 5. November 22, 2024 CSD 416 5 Introduction • Every 5 minutes, a person dies in a road accident! Still the cases increase each year. • These deaths have one thing in common, the victim is left to die on the road even though the hospitals and authorities are very near. People die even though they’re taken only 10-15 mins late. • This is because the human brain can survive only 3-6 minutes without Oxygen, thus, taking the injured to the hospital quickly should be a priority. • There must be a way to quickly inform authorities within seconds of an accident. We may use GPS and normal SMS technology for that and detect sudden impact of gravity.
  • 6. November 22, 2024 CSD 416 6 Literature survey 1. Automatic Fall Detection Using Smartphone Accelerometer • The proposed technique consists of 2 algorithms: fall detection and long lie detection. • The former is used to check the occurrence of a fall, while the latter is used to find out if there is a lying down state after that fall. • The proposed technique is then implemented as an Android application for experiment.
  • 7. November 22, 2024 CSD 416 7 Literature survey 2. Combined Smart Watch And Smart Phone Fall Detection System • This paper specifically looks into the accuracy of a fall detection system based on an off-the-shelf smartwatch and smartphone. • In this system which combines threshold based and pattern recognition techniques in both devices, with the intent of having the watch to contribute to the specificity of the fall detection strategy.
  • 8. November 22, 2024 CSD 416 8 Literature survey 3. Smart Helmet An Intelligent Bike System • In order to overcome this they has introduces an intelligent system, Smart Helmet, which automatically checks whether the person is wearing the helmet and has non- alcoholic breath while driving. • An alcohol sensor is placed near to the mouth of the driver in the helmet to detect the presence of alcohol. MCU controls the function of relay and thus the ignition, it control the engine through a relay and a relay interfacing circuit. • If rider getting drunk it gets automatically ignition switch is locked, and send message automatically to their register number with their current location. The distinctive utility of project is fall detection, if the bike rider fall from bike it will send message automatically.
  • 9. November 22, 2024 CSD 416 9 Literature survey 4. Fall Detection for Elderly Persons Using Android-Based Platform • Since fall event has become the most common accident occurred among elderly persons, the development of fall detection system has received much attention in recent years. • By simultaneously considering the detections for linear and non-linear movements, the proposed system achieves an accuracy of 92.5%, which is an improvement of 12% as compared to the previous scheme
  • 10. November 22, 2024 CSD 416 10 Literature survey 5. SPEEDY: A Fall Detector in a Wrist Watch • It present a wrist worn fall detector for elderly people. • The detector is easy to wear and offers the full functionality of a small transportable wireless alarm system. • The system combines complex data analysis and wireless communication capabilities in a truly wearable watch-like form.
  • 11. November 22, 2024 CSD 416 11 Literature survey 6. Android Based Fall Detection Alert System using Multi-Sensor • An enhanced fall detection system is proposed for elderly person monitoring that is based on-body sensor operating through consumer home networks. • By utilizing information gathered from an accelerometer, cardiotachometer and smart sensors, the impacts of falls can be logged and distinguished from normal daily activities. • This system is connected to GPS and GSM for communication purpose which is unique.
  • 12. November 22, 2024 CSD 416 12 Literature survey 7. Falls, Injuries Due to Falls, and the Risk of Admission to a Nursing Home • Falls warrant investigation as a risk factor for nursing home admission because falls are common and are associated with functional disability and because they may be preventable. • The primary outcome studied was the number of days from the initial assessment to a first long-term admission to a skilled-nursing facility during three years of follow-up.
  • 13. November 22, 2024 CSD 416 13 Literature survey 8. A Dynamic Motion Pattern Analysis Approach To F&l Detection • The algorithm works on the digital signal output from waist-mounted accelerometry. • It first filters noisy components with a Gaussian filter; secondly sets up a 3D body motion model which relates various body postures to the outputs of accelerometry; finally a dynamic detection process is applied to make decision. • Our work is an important part of elder care and rehabilitation.
  • 14. November 22, 2024 CSD 416 14 Literature survey 9. A Smartphone-based Fall Detection System • Thus, the caregiving process and the quality of life of older adults can be improved by adopting systems for the automatic detection of falls. • This paper presents a smartphone-based fall detection system that monitors the movements of patients, recognizes a fall, and automatically sends a request for help to the caregivers. • To reduce the problem of false alarms, the system includes novel techniques for the recognition of those activities of daily living that could be erroneously mis detected as falls (such as sitting on a sofa or lying on a bed).
  • 15. November 22, 2024 CSD 416 15 Literature survey 10. Recognition Of False Alarms In Fall Detection Systems • The detrimental effects of falls, as well as the negative impact on health services costs, have led to a great interest on fall detection systems by the health-care industry. • This paper presents a novel approach for improving the detection accuracy which is based on the idea of identifying specific movement patterns into the acceleration data.
  • 16. November 22, 2024 CSD 416 16 Drawbacks of existing system • Inconvenience due to wearing/attaching the sensor on a part of the body • Detection is difficult outside the area where the sensor is installed • False alarms frequently occur • Deployment of the environmental sensors based systems is limited to indoor environments
  • 17. November 22, 2024 CSD 416 17 Proposed system • We’ve researched and innovated a significant addition to the existing “protective- helmets,” that will automatically detect the accident, as well as report the accident’s location to the nearest police station through SMS. It also alerts the nearby people through an emergency buzzer.
  • 18. November 22, 2024 CSD 416 18 Proposed system Detection Mechanism • An Accelerometer, for detection of accidents by identifying the sudden change in the person’s position & acceleration. • A GPS Module, to find out the location of the accident. Power Source • 9V Batteries have been used due to their longer duration of use & their efficiency. Alerting Mechanism • A GSM Module, for messaging & alerting the authorities by providing the location of the accident. • A Buzzer, so that nearby people can be gathered for quick help.
  • 19. November 22, 2024 CSD 416 19 Architecture of proposed system  List of Modules • Helmet Design • Data Acquisition • Feature Extraction And Selection • Classification
  • 20. Accelerometer GSM Module Data Acquisition Feature Extraction and Selection Classification Gathers Sensor Data Extracts Features Location Data Pre-processing Arduino Uno R3 Board GPS Module Fall Detection Motion and Orientatio n Detection Alert Message with Location Smart Helmet Emergency Contact Smart Helmet Architecture
  • 21. November 22, 2024 CSD 416 21 Modules  Helmet Design • Input: Requirements and specifications for the smart helmet, such as the sensors to be integrated, the size and weight of the helmet, and the materials to be used. • Output: A functional and ergonomic design of the smart helmet that meets the specified requirements. • Function: A well-designed helmet is critical for the success of the smart helmet project, as it ensures that the sensors are accurately and reliably capturing the necessary data while also being comfortable and safe for the wearer.
  • 22. November 22, 2024 CSD 416 22 Modules  Data Acquisition • Input: Data from sensors such as GPS and accelerometer. • Output: Digital signal of the captured data. • Function: Captures and processes sensor data for accurate and reliable measurement of the helmet wearer's activity and location, performs initial data processing, and passes the data to other modules for analysis and transmission.
  • 23. November 22, 2024 CSD 416 23 Modules  Feature Extraction and Selection • Input: Raw data collected from the sensors. • Output: Extracted and selected features that are relevant and useful for further analysis. • Function: Feature extraction and selection are critical steps in data analysis, as they reduce the complexity and dimensionality of the data while preserving the most relevant and informative aspects.
  • 24. November 22, 2024 CSD 416 24 Modules  Classification • Input: Extracted and selected features from the sensor data. • Output: Classification results, such as predicted labels or probabilities, indicating the class or category of the data. • Function: Classification is a fundamental task in data analysis, as it enables automated decision-making and identification of relevant patterns or anomalies in the data.
  • 25. November 22, 2024 CSD 416 25 Methods of Implementation • The user puts on the helmet and turns on the system using the switch. • The accelerometer sensor detects any sudden movements or impacts, and sends this data to the Arduino board. • The GPS module determines the location of the helmet wearer and sends this data to the Arduino board. • The Arduino board processes the data received from the sensors and sends control signals to the buzzer. • If the sensors detect any sudden movements or impacts, the buzzer produces an audible warning or alert to the helmet wearer.
  • 26. November 22, 2024 CSD 416 26 Methods of Implementation • The Arduino board also sends the location data to the GSM module for data transmission. • The GSM module transmits the location data wirelessly over a cellular network to a remote server or a mobile phone. • The system continues to monitor the helmet wearer's location and movement, and provides warnings or alerts if necessary. • The user can turn off the system using the switch when they are no longer using the helmet.
  • 27. November 22, 2024 CSD 416 27 System Requirements Software Requirements • Arduino IDE • GPS library • GSM library • Accelerometer library • Operating System Hardware Requirements • Arduino board • GPS module • GSM module • Accelerometer sensor • Buzzer • Switch • Battery
  • 28. November 22, 2024 CSD 416 28 Level-0 Data Flow Diagram
  • 29. November 22, 2024 CSD 416 29 Level-1 Data Flow Diagram
  • 30. November 22, 2024 CSD 416 30 Screenshots
  • 31. November 22, 2024 CSD 416 31 Conclusion • A helmet is designed to detect fall and avoid delays to rescue automatically. • An IoT-based Smart Helmet for accident detection offers enhanced safety in daily life. • Sensors, connectivity, and intelligent algorithms are integrated into the helmet to detect accidents and provide timely alerts. • The helmet's sensor suite includes accelerometers, and impact sensors for real-time monitoring. • The Smart Helmet can quickly detect abnormal patterns indicating potential accidents, such as falls or collisions. • Immediate notifications can be sent to emergency services, designated contacts, or nearby personnel for prompt assistance. • The helmet's GPS module enables accurate location tracking, aiding emergency responders in finding the injured person quickly.
  • 32. November 22, 2024 CSD 416 32 Future Scope • Integration with other sensors for health and well-being monitoring. • Wireless charging for convenience and ease of use. • Real-time data analytics for safety and efficiency improvements. • Cloud integration for advanced features like real-time tracking and remote maintenance. • Machine learning algorithms for hazard detection and prediction. • Augmented reality for additional visual information and guidance.
  • 33. November 22, 2024 CSD 416 33 References • Reference to a journal publication: [1] H. R. Choi, M. H. Ryu, Y. S. Yang, N. B. Lee, and D. J. Jang, “Evaluation of algorithm for the fall and fall direction detection during bike riding,” Int. J. Control Autom., 2013. • Reference to a book: [2] P. P. Chitte, S. S. Akshay, N. T. Aniruddha, and T. B. Nilesh, “Smart Helmet & Intelligent Bike System,” Int. Res. J. Eng. Technol., vol. 3, no. 5, 2016. • Reference to a chapter in an edited book: [3] N. R. Singh1 , P. R. Rothe2 , and A. P. Rathkanthiwar3 , “Android Based Fall Detection Alert System using Multi- Sensor,” Int. J. Eng. Trends Technol., vol. 46, 2017.. • Reference to a website: [4] K. de Miguel, A. Brunete, M. Hernando, and E. Gambao, “Home camera-based fall detection system for the elderly,” Sensors, vol. 17, no. 12, p. 2864, 2017.. • Reference to a dataset: [5] T. Tri, H. Truong, and T. Khanh, “Automatic Fall Detection using Smartphone Acceleration Sensor,” Int. J. Adv. Comput. Sci. Appl., 2017.
  • 34. November 22, 2024 CSD 416 34 THANK YOU