Skip to content

amandeepsirohi/SOS-Call-Based-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SOS-Call-Based-System

This project implements an SOS call system using Arduino UNO. It is designed to send an emergency distress signal (SOS) to predefined contacts when activated. This can be a crucial safety feature in situations where immediate help is required.

Architecture of the circuit Screenshot_20230827_132913

Usage

clone the repo

git clone https://github.com/amandeepsirohi/SOS-Call-Based-System.git 

Components Required

  • Arduino board (e.g., Arduino Uno)
  • GSM module (e.g., SIM900)
  • GPS module (optional, for location tracking)
  • Push button or trigger sensor
  • Power source (battery or power supply)
  • SIM card with active plan
  • Required connectors and cables

Wiring

  • Connect the GSM module to the Arduino using appropriate pins (TX, RX, VCC, GND).
  • Connect the GPS module in a similar fashion if used.
  • Wire the push button to an Arduino pin for activation.

Installation and Setup

  • Connect all the components according to the wiring diagram.
  • Insert a valid SIM card into the GSM module.
  • Load the provided Arduino sketch onto the board using the Arduino IDE.
  • Ensure that the GSM and GPS modules are powered up and properly connected.
  • Upload the code to the Arduino.

Starting Setup

  • Power up the Arduino with the required power source.
  • Press the push button to trigger the SOS call.
  • The GSM module will establish a connection and send an SOS message to predefined contacts.
  • Optionally, if a GPS module is connected, the location coordinates can be included in the SOS message.

About

SOS call based system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages