Back to projects
IoT-Based Fall Detection System.
IOT and smartActive

IoT-Based Fall Detection System.

Project ID: IOT-101

Used Components

ESP32 Development Board – Main controller with built-in Wi-Fi. MPU6050 Accelerometer & Gyroscope – Detects sudden movement, acceleration, and change in body orientation. NEO-6M GPS Module – Provides the user's real-time location. SIM800L GSM Module – Sends SMS/call alerts during emergencies. Buzzer – Gives an audible warning when a fall is detected. OLED Display (0.96-inch I2C) – Displays system status and fall alerts. Emergency Push Button – Allows the user to manually trigger an SOS alert. LED Indicators – Shows normal, warning, and emergency status. Li-ion Battery (3.7V) – Provides portable power to the system. TP4056 Charging Module – Used for charging the Li-ion battery. Voltage Regulator/DC-DC Converter – Provides suitable voltage to different modules. Jumper Wires/PCB – Used for electrical connections. Enclosure/Wearable Case – Houses and protects the electronic components.

Description

The IoT-Based Fall Detection System works by continuously monitoring the movement and orientation of a person using the MPU6050 accelerometer and gyroscope connected to the ESP32. When a sudden change in acceleration, body orientation, and inactivity is detected, the ESP32 identifies it as a possible fall. The buzzer is activated to alert the person, while a short time is provided to cancel the alert if it was a false detection. If the fall is confirmed, the GPS module obtains the person's location, and the ESP32 sends the emergency information to an IoT platform through Wi-Fi. If GSM is included, the SIM800L module can send an SMS or make an emergency call to a registered contact along with the location. The OLED display and LED indicators show the current system status, while the emergency button allows the user to manually send an SOS alert.