imjasonc's instructables
Tell us about yourself!
Achievements
- imjasonc commented on imjasonc's instructable R-PiAlerts: Build a WiFi Based Security System With Raspberry Pis
- imjasonc's instructable R-PiAlerts: Build a WiFi Based Security System With Raspberry Pis's weekly stats:
- imjasonc commented on imjasonc's instructable R-PiAlerts: Build a WiFi Based Security System With Raspberry Pis
Hello! You don't need to use 2 Pis. One would work also. The reason I included 2 Pis is to show how easy one could scale this. Consider covering your house with with Pis.
Thats a good use case! if one is comfortable with their car, they can hardwire the Pi into the car and have it hidden somewhere. Thanks for reading!
you're right, I didnt include that step. I would assume people use passwords
View Instructable »I chose the SenseHat because its aspirational. Consider its range of other sensors and joystick that can be used. While not discussed in the Instructables explicitly, there are other applications one could apply to what I've built. If you have a room that needs to be temperature controlled and you want to monitor the flow of traffic via the vibrations, the SenseHat can do it. Then you can grab the logged data and compare the movement against temperature changes. If you create a program with multiple security profiles, you can select them with the joystick. The choice of using the accelerometer is it's omnidirectional and can detect movement in multiple rooms. One could use a <$10 PIR sensor, but that only works with line of sight. If the unit was hidden, then its not too useful.
- imjasonc commented on imjasonc's instructable R-PiAlerts: Build a WiFi Based Security System With Raspberry PisView Instructable »
Thanks for checking out this Instructable!Pi Zero W would be great! Too bad it just came out before I bought the Pi3. I took a look at your post, I was planning to add image capture with OpenCV. I just havn't had the time to get to playing around with my picamera yet. I may update this instructable in the future to support image capture, or build a different project that includes the camera.
- imjasonc completed the lessons Welcome! and Tools and Supplies in the class Raspberry Pi Class
- imjasonc followed bbq-and-grilling, mobile, robots, reuse and 17 others channel
- imjasonc favorited LED Throwies by Q-Branch
- imjasonc favorited Bacon by fungus amungus
yes, there are scripts out there to detect movement with the camera. but if you can program, you could probably write your own python script do detect movement. the method is fairly simple: just calculate the difference between the pixels. so: if the camera detect a 20% change to the pixels, then take a photo or start record video.
awesome!