slidomaticPanatron

slidomaticPanatron
slidomaticPanatron

 

The follow up to the panomaticTiltatron, this enables one to add smooth motion to a time lapse or a video. The concept of adding motion to time lapse photography is simple: take a picture, move slightly. Take another pic, move slightly. Do this about a thousand times, and voila!

This is a motorized slider for a camera.

Consisting of two 3 metre lengths of 20mm electrical conduit (EMT), this slider can travel pretty far (2.85m). The conduit has been cut in half to allow for easier transport, and is rejoined on location with four screws. The sliding sled is salvaged from another slider, and a new heavy duty head is fastened to it to hold the camera.

At each end of the slider is a piece of 20mm plywood which holds the conduit and allows the attachment of the stepper motor and other electronics.

'Slide' stepper motor, etc
‘Slide’ stepper motor, etc

 

Each end has an attachment for positioning on a tripod. The sled is attached to a 6 metre continuous belt wrapped around a free running pulley and driven by the stepper motor. The belt must be removed for transport, then installed on location. To adjust the belt tension, there is a hinged ‘door’ which is easily positioned with a bolt.

Pulley
Pulley and tension bolt

 

This bolt adjusts belt tension
The bolt on the right adjusts belt tension

 

The conduit is evenly spaced throughout its length with the use of flat steel. This allows the correct clearance for the moving parts.

Upside down view of spacer
Spacer (upside down)

 

The second stepper motor is attached between the sled and the camera, which provides the panning action of the camera.

Pan stepper motor, on sled
Pan stepper motor, on sled

 

All connections – power, communication, motors, shutter release, kill switch – are mounted on the enclosure box, while an Arduino Uno with stepper motor driver shield is contained inside.

Electronics enclosure
Electronics enclosure

 

Lotsa wires!
Lotsa wires!

 

The optional LEDs indicate the direction of sliding (up, down) and panning (left, right). The toggle switch turns this indication on/off.

The two rocker switches are connected to the stepper motor drivers. These enable 1/16th microstepping, meaning the stepper motor will turn less with each step (i.e. each picture), giving more precise movements. This is typically engaged when panning, where a large ‘jump’ will be noticeable.

The RCA connector is a disable switch for the motors: when the attached button is pushed, the motors are bypassed and the belt and pan heads are free to be manually positioned (vs controlled with D-pad).

Motor 'enable' switch
Motor disable switch

 

The small momentary buttons on the plywood are automatic kill switches which protect the motors: when pushed (i.e. when the sled presses against them) the routine is paused and the motors will not burn out.

Kill switch
Kill switch

 

A NES D-pad controls the initial positioning of the sled and the pan. The ‘select’ and ‘start’ buttons are typically assigned to start and interrupt the routine; this is determined in the code.

As this is desirable to use outdoors, the rig is equipped with a 12V LiPo battery which powers the stepper motors. The Arduino is powered by its USB connector, which can be powered by a laptop or other portable USB battery.

IMG_2240
Documentation and pinouts

Here’s a vid:

 

To determine the look of the finished product, a spreadsheet was created.

Crunch some numbers
Crunch some numbers

 

Here’s the basic code which can be manipulated to adjust many parameters: the sled’s travel between pictures, pan amount, shutter release, interval between pics, etc.

CODE: