Arduino HC-SR04 Security Alarm

by Arduino Tech in Circuits > Arduino

12653 Views, 37 Favorites, 0 Comments

Arduino HC-SR04 Security Alarm

ins 003.jpg

Arduino HC-SR04 security alarm will alert you if anyone comes in front of it by turning on a buzzer. It is an easy to make fun project that you can build quickly. Lets get started !!

Materials Required

ins 002.jpg
ins 003.jpg
buzzer.jpg
ins 001.jpg
ins 004.jpg

1. Arduino UNO

2. HC-SR04 Ultrasonic distance sensor

3. Buzzer

4. Breadboard

5. Wires

6. Arduino USB cable

7. Computer with arduino IDE

Wiring

ins.jpg

HC-SR04

Vcc - 5v

Gnd - Gnd

Trig - Digital Pin 13

Echo - Digital Pin 12

Buzzer

Vcc - Digital Pin 11

Gnd - Gnd

Programming

untitled.bmp

It is not necessary to switch on a buzzer, you can switch on different things for example you can switch on your computer when you sit in front of it by using a relay. You can change the code and try different things.