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.
For installation steps and details of components needed, visit Link
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 :
Our code is configured to trigger the HC-SR04 3 times/second so that the user can always get updated reading's.
Possible real life use case where these setup can be easily applied into :
- Smart Guide Sticks for the blind/elderly - Signal system lets the user's know of any obstucles in their way
- Personal Radar - Alert system that can help user's from keeping belongings safe
- Vehicle Smart Sensor's - Can help the driver to park their vehicles more efficiently
