I had fun building a little circuit that would beep, blink an LED and write on an OLED display when anything moves in space. It comes with a nice data sheet that simplifies wiring. Sensor: red wire to Vbus on pico, yellow wire to GP28, gray wire to GND on pico, LED on Gnd Buzzer: GP14 to buzzer on Gnd Micropython: import machineimport utimefrom ssd1306 import SSD1306_I2Csensor_pir = machine.Pin(28, machine.Pin. IN, machine.Pin.PULL_DOWN)sda=machine.Pin(20)scl=machine.Pin(21 )i2c=machine.I2C(0, sda=sda, scl=scl, freq=400000)led = machine.Pin( 3, machine.Pin.OUT)oled = SSD1306_I2C(128, 32, i2c)buzzer = machine.Pin (14, machine.Pin.OUT)def pir_handler(pin): utime.sleep_ms(100) if pin.value() : print (i2c.scan()) oled.text('Motion detected!', 0, 0) oled.show() utime.sleep_ms(1000) for i in range (20): led.toggle() buzzer.toggle () utime.sleep_ms(100) utime.sleep_ms(100) oled.fill(0) oled.show ()sensor_pir.irq(trigger=machine.Pin.IRQ_RISING, handler=pir_handler)
Wireless Driveway Alarm System - Long Range 1/2 Mile with Solar Power & Weatherproof Design - Adjustable Sensitivities and Outdoor Motion Sensor for DIY Security Alert
11 Review
Stay Safe And Secure: Wireless Motion Sensor And Pager Bed Alarm For Elderly And Kids
19 Review
Optimized 433MHz Home Wireless PIR Infrared Motion Detector Sensor for Alarm System by KERUI
12 Review
YoLink Smart Outdoor Motion Detector: 1/4 Mile Range LoRa-Powered Wireless Sensor for Driveway Alert, Trespassing Alarm, Remote Monitoring & Alerts - Alexa, IFTTT Compatible. Hub Required!
11 Review
12 Months Warranty HP ProBook 440 G2 450 G2 TPN Q139-Q143 Battery Replacement - VI04 756743-001, 756745-001, 756479-421 HSTNN-DB6K HSTNN-LB6K
38 Review
π TalentCell PB240A1 | 24V Lithium Ion Battery with 22400mAh Capacity | Rechargeable Power Pack for LED Light Strip, CCTV Camera, Smartphone & More
26 Review
Fitbit Versa 3 Smartwatch Replacement Band: TOYOUTHS Elastic Nylon Fabric Strap For Women & Men
50 Review
Effortlessly Navigate Your Laptop Or Desktop With The Perixx PERIPAD-501 Wired USB Touchpad
27 Review