MOTION DETECTION PROTOTYPE

Channel:
Subscribers:
74
Published on ● Video Link: https://www.youtube.com/watch?v=zGgO1_C1oag



Duration: 7:22
57 views
8


This project is done for the sole purpose of learning and understanding PIR sensor and Arduino Uno projects as a part of our coursework. It was done with the help of tutorials from youtube, a few Blogs and a tutor.
REQUIREMENTS:

1. An Arduino and its adapter
2. Few jumper wires
3. PIR motion sensor
4. A LED with 220 OHM resistor
5. A breadboard
6. A buzzer
CONNECTION:
Connect the 5V pin on the Arduino to +VE on the breadboard.
Connect the GND pin on the Arduino to -VE on the breadboard.
Connect the "VCC" pin of the sensor to +ve on the breadboard.
Connect the Output pin to any analogue or digital pins on the Arduino. In this tutorial, I connected it with A0
Connect the "GND" ground pin on the sensor to -VE on the breadboard.
Fix the LED on the breadboard.
Connect the longer LED leg to pin 13 on the Arduino.
Connect the shorter LED leg to the GND pin on the breadboard through a 220-ohm resistor.
Fix the buzzer on the breadboard.
Connect the longer buzzer leg to pin 12(or any other pin) on the Arduino.
Connect the shorter buzzer leg to the GND pin on the Arduino.


#GIT LINK
https://github.com/Wayitis11/MOTION-DETECTION-.git







Tags:
Arduino
Iot
Pir
Buzzer
Minioroject