Arduino GH-2 integration for time lapse

28,128

Circuit Image

A straightforward project involves using an Arduino to rotate a GH-2 camera on a fluid head by specified degrees to capture 360-degree panoramas. The motor control is uncomplicated, and there is a wealth of DIY motor projects available. Assistance is required for wiring the Arduino to the GH-2 shutter release. The shutter cable is a 4-pole 2.5mm connector, which is already available. The challenge lies in connecting the wires to the Arduino, with some resistors necessary to signal the GH-2 for focus or trigger functions. The closest reference found was the MX2 timelapse controller. The project utilizes an Arduino, a GH-2 camera, and a 2.5mm cable, indicating that the setup is nearly complete. If a pre-made shield is not used for the Arduino, a custom circuit will need to be constructed, similar to a prototyping shield with connections from the Arduino on one side and a mini-jack socket on the other. One example included a Light Dependent Resistor (LDR), possibly for a specific application. Photography is a widely pursued Arduino project with abundant information and resources available. An update indicates a plan to use an inexpensive remote control from eBay ($3-4) integrated with the Arduino. The necessary components include a stepper motor and several tutorials on programming the motor. Essentially, the Arduino will feature two output pins and one input pin: a digital pin for the stepper motor, a trigger pin, and an input pin to start or reset the program.

The project involves creating a circuit that integrates an Arduino microcontroller with a GH-2 camera for automated panoramic photography. The primary goal is to rotate the camera in precise increments, allowing for seamless stitching of images to create a 360-degree panorama. The motor control mechanism will utilize a stepper motor, which provides accurate positioning and smooth rotation.

To connect the Arduino to the GH-2 shutter release, a 4-pole 2.5mm connector will be used. The wiring configuration will involve identifying the function of each pole in the connector. Typically, these poles are designated for ground, trigger, focus, and an optional function. Resistors may be required to ensure proper signaling to the GH-2 for focus and shutter trigger functions. This setup may involve using pull-up or pull-down resistors to ensure that the Arduino can correctly interpret the state of the shutter release.

The Arduino will be programmed to control the stepper motor's rotation and manage the shutter release timing. The digital output pin will be connected to the motor driver circuit, which will control the stepper motor's movements. The trigger pin will be connected to the shutter release circuit, allowing the Arduino to signal the camera when to take a photograph. An additional input pin will be utilized to start or reset the program, enabling the user to initiate the panoramic capture sequence easily.

If a prototyping shield is used, it will facilitate easier connections and provide a compact solution for integrating the Arduino with the camera's shutter release. The inclusion of an LDR in some circuit designs suggests potential light-triggered photography applications, although this may not be necessary for the basic panoramic setup.

The integration of a remote control could simplify the process of triggering the camera without direct wiring, allowing for more flexibility in positioning. The use of inexpensive components, such as the remote control, further enhances the project's accessibility, making it suitable for hobbyists and enthusiasts interested in photography and automation. Overall, this project exemplifies the intersection of electronics and photography, showcasing the capabilities of Arduino in creative applications.A simple project to use an Arduino to rotate a GH-2 on a fluid head by set degrees to take 360 panos. The control of the motor is simple. Lots of motor DIY out there. What I need help with is how to wire the Arduino to the GH-2 shutter release. I`m aware the shutter cable is a 4 pole 2. 5mm and I have one. I`m just stuck on how to connect the wires to the Arduino. And I know some resisters are needed to tell the GH-2 (Focus) or (Trigger). I have been searching. The closest I have found was the MX2 timelapse controller. But I have an arduino, GH-2 2. 5mm cable, almost there. If you aren`t using a ready-made shield for your Arduino, you`ll need to build something like this little circuit (where they`ve used a Prototyping Shield): (Arduino connections at left, mini-jack socket at right) This and others at In this one, they`ve included a Light Dependent Resistor (LDR) for some reason. (Maybe this circuit is for a particular application). Photography is one pf the most popular Arduino projects and there`s plenty of info & arduino projects around.

Update. I`m going to use a cheap Ebay remote ($3-4) and somehow tie it in with the Arduino. I already have the stepper motor and reviewed several tutorials on programing the motor. So Basically, the Arduino has two output and one input. Digital pin for Stepper. Trigger pin, and an input pin to start or reset the program. 🔗 External reference