Skip to content

anant-c/Emergency-Response-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emergency Response System

This project aims to develop a dual-triggered emergency response system using the ESP8266 microcontroller for vehicles. The system can be activated manually through a push button or automatically through sensor data indicating an accident. Upon activation, the system sends an SOS email with the driver’s current GPS location to the authorities, ensuring prompt assistance. By integrating GPS, ultrasonic, vibration, and gyrosensors, the system provides a comprehensive solution for enhancing road safety and security in various emergency situations. This project aligns itself with The United Nations Software Development Goals (SDG) 11 i.e. "Sustainable cities and communities" since improving emergency response mechanisms for drivers, can be inclusive, safe, resilient, and sustainable.

Features

  • Dual-triggered system.
  • Send SOS with accurate GPS location to concerned authorities.
  • Analyses data from multiple sensors including Ultrasonic sensor, Gyro sensor, Vibration sensor to detect accidents.
  • Threshold based accident detection algorithm.

Components used

  • ESP8266: Low-cost Wi-Fi microcontroller, with built-in TCP/IP networking software, and microcontroller capability.

     

  • MPU6050: MPU6050 sensor module is complete 6-axis Motion Tracking Device. It combines 3-axis Gyroscope, 3-axis Accelerometer and Digital Motion Processor all in small package. Also, it has additional feature of on-chip Temperature sensor. It has I2C bus interface to communicate with the microcontrollers.

     

HC-SR04: High-Conductance ultrasonic sensor, which consists of a transmitter and receiver. The sensor measures how far things are without touching them, and it uses sound waves to get the measurements right. Good for testing environment only!

     

NEO-6M GPS: This module be used in applications requiring global positioning and navigation, like automotive vehicles, drones, pets, etc.

     

Installation steps

    • Fork the repo
    • Clone the repo to your local machine git clone https://github.com/anant-c/Emergency-Response-System.git
    • Change current directory cd cargo
  1. Install Platform.io for VS Code

  2. Make connections as the above circuit diagram.

  3. Build the project.

  4. Upload the code to the board.

  5. Start the serial monitor to check output.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published