Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 481 Bytes

Project Guard Dog: An Arduino Alarm

          (Uses an ultrasonic sensor for detecting proximity)


Description

Project Guard Dog uses the Arduino Uno to create an intruder detection system. It uses a touch sensor to arm and disarm the system and an ultrasonic sensor (HC-SR04) to detect possible intruders. If an intruder is detected, the buzzer will sound with increasing frequency and a message will be written to the Serial Monitor.