PIR Controlled Buzzer Using Arduino

3.4K42

Intro: PIR Controlled Buzzer Using Arduino

Hello, In this Instructables let's learn to control a buzzer with a PIR interfaced with Arduino.

Let's get started!

STEP 1: Components Required

Components required for making this projects are:

  • Breadboard
  • Arduino Uno
  • PIR sensor
  • Jumper wire
  • Buzzer

STEP 2: Adding PIR Sensor

PIR connection is as follows:

  • The VCC pin of the sensor is connected to the positive railing of the breadboard
  • The GND pin is connected to the negative railing of the breadboard
  • The signal pin is connected to the digital pin of the Arduino board.

STEP 3: Buzzer Connection

  • Solder the pins of buzzer to male to male jumper wire
  • connect one of the pins to pin 2 of the arduino board and other to ground connection of breadboard.

STEP 4: CODE

STEP 5: OUTPUT


Comments

Code is missing