Thanks all;
Originally posted by kypfer
If WiFi or USB tethering are impractical, then triggering via the cable-release jack socket would seem to be the obvious choice … it's the nature of the time interval that might cause problems.
If it's a fixed interval, one of the plug-in aftermarket timers would be adequate, even possibly the Interval Timer within the camera itself … see p72 in the manual.
If the time interval is more random, then some sort of trigger device would be needed to activate a relay or similar to close the shutter circuit.
Without knowing more detail of exactly what the job entails, it's difficult to be more specific.
The other points of consideration might be the overall extent of time to complete the job and the total number of exposures … ie. would one battery be enough or would a mains adaptor be required?
Good timing - I've just been trying the cable release out and came back to update. Using the pinout mentioned
here, a pair of spare relays to act as electronic switches between the poles, and an arduino, I built a rudimentary serial controlled cable release - no drivers etc necessary and able to talk to basically any programming language I need through the PC's serial ports (inc. USB). Works great, and it's a nice and simple setup with no complicated software or anything needed. I need take a photo every time the program moves a stepper motor one step; it ought to be at regular intervals, but you can see how it could easily get out of sync if the motor or camera lags. This way I can send a command to move the motor, and then a command to fire the shutter, in the same cycle of a single loop without having to perfectly align both time intervals (between motor movements and shutter firings) on separate intervalometers.