Skip to content

An Arduino-based fall detection system using MPU6050 sensor with buzzer and LED alarm, resettable via push button. Designed for safety monitoring and wearable applications.

Notifications You must be signed in to change notification settings

Master-QAT/fall-detection-alarm-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

fall-detection-alarm-system

An Arduino-based fall detection system using MPU6050 sensor with buzzer and LED alarm, resettable via push button. Designed for safety monitoring and wearable applications.

Fall Detection System with Alarm

Short Description

This project is a wearable fall detection system that uses an MPU6050 accelerometer & gyroscope sensor to monitor sudden changes in motion. When a fall is detected, an LED and buzzer are triggered as an alarm. The system requires a button press to reset the alarm, ensuring safety and acknowledgment of the incident.

Features

  • Detects sudden falls using acceleration values.
  • Activates LED + buzzer alarm when a fall is detected.
  • Alarm continues until the reset button is pressed.
  • Pauses sensor readings for 3 seconds after detection to prevent false triggers.
  • Serial monitor outputs live acceleration data and system status.

Components Used

Hardware

  • Arduino (Uno/Nano/compatible board)
  • MPU6050 Accelerometer & Gyroscope
  • Push Button (for alarm reset)
  • Buzzer
  • LED + Resistor
  • Jumper wires & Breadboard

Software

  • Arduino IDE
  • MPU6050 Library (Adafruit_MPU6050 or equivalent)

How It Works

  1. The MPU6050 continuously measures acceleration.
  2. If the total acceleration crosses the fall threshold, the system triggers the alarm (LED + buzzer ON).
  3. Sensor readings pause for 3 seconds to avoid multiple false alarms.
  4. The alarm continues until the reset button is pressed.
  5. Serial monitor displays acceleration values and system status (e.g., Fall Detected, Alarm Reset).

πŸ‘€ Author

Master QAT – Student | AI & Robotics Enthusiast | Future Robotics Engineer πŸš€

About

An Arduino-based fall detection system using MPU6050 sensor with buzzer and LED alarm, resettable via push button. Designed for safety monitoring and wearable applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published