Ultrasonic Security System

Difficulty Level
Easy
Project Duration
~ 2 hours
Project Expenditure
Rs. 3000
Project Scale
Semester Projects

Components Required

  • Arduino UNO x 1 (Rs. 2000)
  • Jumper Wires (Generic) x 10 (Rs. 40)
  • LEDs (Generic) x 5 (Rs. 50)
  • Resistors (221 Ohms) x 3 (Rs. 15)
  • Breadboard (Medium Sized) x 1 (Rs. 220)
  • Buzzer x 1 (Rs. 25)
  • Ultrasonic Sensor (HC-SR-04) x 1 (Rs. 200)

Softwares Required

  • Arduino IDE (Free)

Project Description

It is a simple tutorial on how to create little a security device using an Arduino. It is a small scale project feasible only for low-level semester projects or personal learning.

Step 1: Assemble Materials

Step 2: Setup

Connect a red wire from the 5V pin on the Arduino to the positive channel of the breadboard. Connect a black wire from the GND pin on the Arduino to the negative channel of the breadboard:

  • Buzzer = pin 7

On Ultrasonic Sensor:

  • Echo = pin 3
  • Trig = pin 2

LEDs:

  • RedLED = pin 4
  • YellowLED = pin 5
  • GreenLED = pin 6

The green wires connected to the LEDs should be connected in line to the positive side of the LED, while the negative side of the LED should be connected to the negative channel of the breadboard using a 220 ohm resistor.

Step 3: Assembly - Breadboard

Firstly, let’s connect the 5V and GND pin on the Arduino to the breadboard. As I mentioned before, be sure that the wire attached to the 5V pin is connected to the positive channel of the breadboard, and the wire attached to the GND pin is connected to the negative channel of the breadboard.

Step 4: Assembly - Ultrasonic Sensor

Time to connect the HC-SRO4 ultrasonic sensor! A great tip is to place the ultrasonic sensor as far right to the breadboard as possible and make sure that it is facing out. Referring back to the setup picture, you should connect the GND pin on the ultrasonic sensor to the negative channel on the breadboard. Next connect the Trig pin on the sensor to pin 2 on the Arduino and connect the Echo pin on the sensor to pin 3 on the Arduino. Lastly, connect the VCC pin on the ultrasonic sensor to the positive channel on the breadboard. Refer to the picture above if anything gets confusing.

Step 5: Assembly - LEDs

The next step is to connect the LED’s to the breadboard and Arduino. If you need to, I highly recommend that you refer back to the setup picture (Step 2), attaching the LEDs is pretty easy, there’s a lot of repetition. Let’s first attach the Green LED. So the way to do this, is to connect the anode (the longer leg) to pin 6 on the Arduino with a green wire, and to connect the cathode (the shorter leg) to the negative channel on the breadboard, using a 220 ohm resistor. Then repeat that step for the Yellow and then the Red LED, make sure to connect the anode (the longer leg) of the yellow LED to pin 5 on the Arduino and then connect the anode of the red LED to pin 6. Once you have done that, your setup should look similar to the picture above.

Resistors are not absolutely necessary, however they are highly recommended to be used.

Step 6: Assembly - Buzzer

The last part of the setup for this, is connecting the buzzer to the breadboard and the Arduino. This is one of the easiest parts of the whole setup. All that is required to do is to connect the longer leg of the buzzer to pin 7 of the Arduino using a green wire and then connect the shorter leg of the buzzer to the negative channel of the breadboard using a 220 ohm resistor.

It is HIGHLY recommended to use a resistor in connecting the shorter leg of the buzzer to the negative channel of the breadboard. This greatly reduces the volume of the buzzer and prevent it from dying to quickly.

Code

Leave a Reply

Your email address will not be published. Required fields are marked *