Sep 25th 2017
Know How... 347
Cayenne - Security on the Cheap!
Using a RasPi and Cayenne as a security system.
Security on the Cheap
- Hector Sotomayor
"I need a security solution. What I'm looking for is this: when someone steps on our porch, some motion sensors will detect them and send me a notification on my phone. Also... it sets off strobe lights to alert anyone passing by and to potentially warn the thief that we know he's on the premise."
Let's break down the requirements
- A sensor to detect motion on a porch
- A phone notification when motion is detected
- A strobe that triggers when motion is detected
We're going to use "Cayenne" by myDevices
Parts:
- RasPi (Any Version)
- 5V Power Supply
- Relay
- Motion Detector
Solution Logic Overview:
- The motion sensor is triggered. In turn, it triggers a pin on the RasPi
- The RasPi triggers the relay to turn on the electrical load (Strobe)
- The RasPi reports the trigger event to myDevices
- myDevices sends a text message to the phone
RasPi 2b Pinout
https://blog.adafruit.com/wp-content/uploads/2015/06/raspberry.jpg
PIR Motion Sensor Schematic View
Tutorial:
- Navigate to "https://mydevices.com"
- Create a new account (or login to your existing account)
- Select "Add New" (If the account has been accessed previously)
- Select "Raspberry Pi"
- Open RasPi terminal
- Copy and past the two commands from "Option 2" into the terminal window
- Once the scripts have finished, "myDevices" is running on that RasPi (This could take up to 20 min)
- After a reboot, the RasPi will show up in your myDevices Desktop (You need to refresh the browser)
Connect with us!
- Don't forget to check out our large library of projects at https://twit.tv/shows/know-how.
- Tweet at us at @PadreSJ, @PDelahanty, and @Anelf3.
Thanks to CacheFly for the bandwidth for this show.