PIR Sensor

How to setup a PIR sensor with the Raspberry Pi. PARTS: RPI 3 – https://amzn.to/2VA9pQY 4 Amp Power Adapter – https://amzn.to/2CTptWu 16GB micro SD – https://amzn.to/2SFMwd3 120 pcs jumper cable: https://ebay.to/2VAb9cY PIR Sensor: https://amzn.to/2RFogdC LED Assortment – https://amzn.to/2RbLOYa Miny Breadboard – https://amzn.to/2Ffviz5 SCHEMATIC: CODE: import time import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) #GPIO.setwarnings(False) led1 = 17 led2 = 27 pirPin = … Read morePIR Sensor