New here
Gdgros
Posts: 10
Hello all
Just a question i have a project in mine that i would like to build a motion sensor trail camera is it possible to use a propeller P8x32a board and a PIR motion sensor from parallax part #555-28027-RT for this project , and what else would I need to accomplish this project I would like to either connect to a digital camera or I could purchase one of the cameras on this website and save the images via sd card or USB has anyone tried to make a motion sensor like this.
Thanks for any help
Just a question i have a project in mine that i would like to build a motion sensor trail camera is it possible to use a propeller P8x32a board and a PIR motion sensor from parallax part #555-28027-RT for this project , and what else would I need to accomplish this project I would like to either connect to a digital camera or I could purchase one of the cameras on this website and save the images via sd card or USB has anyone tried to make a motion sensor like this.
Thanks for any help
Comments
http://forums.parallax.com/showthread.php?137836-Camera-Control-Box
Jim
@Gdgros....No problem asking questions on this forum. There are a lot of very knowledgeable and helpful people here so ask away whenever you feel the need.
I wouldn't think it would be hard to attach a camera to a propeller p8x32a board using the pir sensor to snap a picture and save it to the camera sd card I have messed around with cameras before hacking the shutter, command and ground wire but some of them are hard to find on the board of the camera, I see alot of these board demand code I am a computer programmer but that was back in my days using cobal, RPG and basic. I keep looking for the forums for cool stuff to do with this board
It wouldn't be hard at all. What camera are you using?
Camers are hp photosmart hp315 and Kodak easy share dx4530
Video are jaz dv140 and vivitar dvr 610 it would be cool if these would work
All of the documentation for Parallax products is on parallax.com . When you select a product from their store, there is a list of resource downloads on the product page that include schematics.
You might also go to the resources tab on the main page and look for the Nuts and Volts articles. The last couple of years are propeller based and contain both hardware and software ideas.
Jim
Because the propeller is such a versatile device,you often have to look into the software for a given device to see where the developer made his connections. For example look at the diagrams for the demo board and you will see where most people connect VGA Monitors keyboard and mouse. The better programmers will creat a constant section at the beginning of an object. This tells where everything is connected and allows the user to alter the hardware setup to suit their own needs. You might also check out gadget gangster.com for propeller based hardware that are plug on adapters for various propeller boards.
Jim
There are some other ideas of how to connect things to the QuickStart in this thread.
If any of your cameras have an IR remote, you could have the Prop imitate the remote (with an IR LED) to trigger the camera. This would save you the hassle of opening up the camera and having to solder wires to the appropriate switches.
Post #3 of my index has some links to Propeller education sources.
I think my favorite Propeller book is probably Programming and Customizing the Muticore Propeller Microcontroller.
I briefly Google'd your cameras and didn't see a remote shutter. The Jaz dv140 looks like it might have an IR remote, which would be the way to go. Personally, I wouldn't try to attach anything to the inside of the camera until the rest of the system is working. You might end up with troubleshooting issues if something doesn't work.
Just to get started I would get a Prop Protoboard, a standard servo, and the PIR sensor. You can load the PIR demo code, and play with that, then get it to move your servo when there is motion. Then strap the servo to the camera and you'll have a working system at minimal cost and time investment. Then work on making it better.
As far as where stuff fits on the boards, the Proto boards have more than enough space for this. How is your soldering skills? If you don't want to solder you might want to get a Prop BOE (Board of Education).
The BOE is sweet for rapid prototyping but not so solid for field use (breadboard), it's a great learning tool! You build a variety of circuits. I don't know what your level of electronic experience is, but a camera remote with a PIR trigger is a lot to bite off on the first round If that is the case, then the Board of Education and its documentation is definitely for you.
http://chdk.wikia.com/wiki/CHDK
At worst you'll need to replace a couple of buttons with relays of some sort, or add a mechanical actuator(servo motor possibly) to activate something.
The problem is in the camera's 'Sleep' or auto-off modes.
Modern digitals take a 'little while' to initialise and be ready to shoot...
If any of the cameras have the option to disable this, or doesn't switch off if powered externally, that's the camera you should go for.
Or you could get hold of a FlyCamOne camera.
These are small, designed for use in RC models, can be used in photo or movie record modes and is very easy to control. Picture quality isn't all that great, though, unless you get the HD version...
But a Propeller should be able to control a whole lot of them...