Intervalometer
GSbiker
Registered Users Posts: 26 Big grins
I searched the site and could not find much info on the subject. What I am looking for is a programmable intervalometer that will take pictures based on sunrise and sunset without reprogramming every couple days.
0
Comments
Ideally you would want a fully programmable computer to use as a controller. Sensing the daylight or simply calculating the daylight cycles might both be valuable strategies, depending on whether you also need to allow for clouds, etc.
What is your budget?
What camera?
Do you have ready access to lines power?
How will the camera be powered?
If the camera is not constantly powered, how will it be activated?
What is your level of understanding of electronics and programming and interfacing?
Moderator of the Cameras and Accessories forums
I built a similar system also using the Arduino. Initially it was for photographing water drops (infrared trip) but I later added a microphone and a timer (Intervalometer). Once you have the basic system set up adding extras is pretty easy.
There is a lot of information on the web and a simple Google should get you everything you need.
The Arduino arrived yesterday. Can't wait to get started.
Roak
<== Mighty Murphy, the wonder Bouv!
The project that I was working on used 45 Nikon D300 cameras that will be in housings and in the field for years. http://www.plattebasintimelapse.com/ I needed something that would run on its own for months without babysitting. Many of the cameras have winter time access issues.
If you are looking for a basic intervalometer that will click until the batteries go dead, go with a Arduino Pro Mini. It has only the basics on the board. No USB electronics to draw power when not in use. Add a couple NPN transistors to provide a pull to ground for the camera metering line and shutter line and you will be in business. If you don't want night photos then add a photo transistor in line with the power to turn the board on when there is enough light to take a picture.
Good luck with your project.
Given your application I'd probably just go with a PIC. Have you seen the Femtoduino, looks about the same size, maybe even a bit smaller than the Pro Mini.
Roak
<== Mighty Murphy, the wonder Bouv!
Yes, the PIC is good but I wanted something that I could program with a dip switch. The PIC does not have enough inputs.