Skip to content

A Smart Intruder Alert System analyzing sensor data and sending out frequent visual and audio alerts to the user based on metrics like distance to object.

Notifications You must be signed in to change notification settings

febkosq8/ArduinoSmartAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Smart Intruder Alert System that comprises a combo of HC-SRO4 Ultrasonic Sensor, a Buzzer, LED's & a Arduino Uno

This project gives us a great range with high performance while having a low power consumptiom thanks to the HC-SRO4 Ultrasonic Sensor whose accuracy is great with a range of 2 - 450 cm & the Arduino Uno.

Installation

For installation steps and details of components needed, visit Link

Working

Once the code is uploaded to the Arduino Uno board ,the sensor will start to read the distance and the appropriate signal/alert combination of buzzer & LED’s are applied. If we have connected to the arduino using a serial cable then, the distance is showed up on the serial monitor on the computer . The code will first make the HC-SR04 to send a wave of ultrasound which will travel and reflect back to the sensor after interacting with any body. The sensor will also start a timer which measure’s how much time the wave took back and forth. This duration will be converted into distance, and the code will pass it on to our function which control’s the alert system which comprises of LED's and Buzzers.

According to the distance the relevant alert system mentioned below is triggered :

TriggerTable

Our code is configured to trigger the HC-SR04 3 times/second so that the user can always get updated reading's.

Use Case

Possible real life use case where these setup can be easily applied into :

  1. Smart Guide Sticks for the blind/elderly - Signal system lets the user's know of any obstucles in their way
  2. Personal Radar - Alert system that can help user's from keeping belongings safe
  3. Vehicle Smart Sensor's - Can help the driver to park their vehicles more efficiently

About

A Smart Intruder Alert System analyzing sensor data and sending out frequent visual and audio alerts to the user based on metrics like distance to object.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages