Here is our first low power intruder detector system that recognizes familiar faces and pings your phone with a notification if an unfamiliar person is found.
The Raspberry Pi Pico is wired to a motion sensor that turns on the Raspberry Pi 4 when movement is detected. When turned on, the Raspberry Pi 4 uses a face recognition algorithm to recognize human faces and compare the detected face with the familiar faces stored on the Pi. It then makes a post request to IFTTT to send a notification to your phone if a stranger is detected. The script then turns off the Raspberry Pi to conserve energy. This coordination is enabled via a cron job that executes the CV script automatically on boot.
Full guide - http://bit.ly/RPi4Pico_Guide
Make sure to check out our Innovation Coffee with the creator of the Raspberry Pi Pico board - • Innovation Coffee - Raspberry Pi Pico...
#RaspberryPi #Pico #Arm