stluna wrote:I am thinking of doing a project that detects motion. I have the whole idea but the problem is how to implement it. I want to use 3 PIR sensors, a Rasberry pi and a camera. The sensor is to detect motion and it triggers the camera which takes a picture of the intruder. I plan on using 3 sensors so as to have a larger coverage and I want to implement some security measures on the sensor, maybe Zigbee. Please anyone out here who can help me in figuring how to implement this idea.
That sounds 'doable'. If you can't implement it, break it into smaller components that you can tackle.
For example. Connect a camera and work out how to get it to take and store an image 'on demand'. The sensors are essentially just switches. So connect a switch and work out how to detect when the switch has been closed. Both those simple sub-projects are very likely to have existing online documentation or tutorials that a Forum search or Google search will find for you. After that you just have to fit the pieces together.
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html