How does a camera hot shoe trigger a flash?

Asked 2/12/2016

4 views

2 answers

0

I’m building a flash and want to understand what electrical signal the camera sends through the hot shoe when the shutter is released. What do the center pin and the other contacts do, and what would I need to support for a simple custom flash trigger?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

3

The large center pin is the main thing (along with the ground connections at the edges) on a standard hot shoe. The smaller pins are for proprietary communication between a specific camera brand and flashes compatible with that brand's automatic flash protocol.

If you are creating a self made flash you only need to be concerned with the center pin and ground connections.

When the camera's shutter is released by pressing the shutter button all the way down the shutter begins to open. When the first shutter curtain is fully open exposing the entire sensor at the same moment (if the shutter speed selected is slower than the camera's flash sync speed), the connection between the center pin and the ground is completed inside the camera. When this circuit closes it allows voltage from the flash to flow through the camera and back to the flash where it causes the flash to discharge the energy stored in the flash's capacitor(s).

A word of caution about using a home built flash with your expensive DSLR: When a charged flash is connected to a hot shoe and the hot shoe completes the circuit a lot of voltage can flow through the camera's circuitry. If the voltage supplied by the flash is higher than the camera can tolerate, you will probably irreparably fry your camera's circuitry, or at least those parts connected to the hot shoe.

Different cameras have different flash voltages they are designed to tolerate without damage. Some can only handle a few volts in the 6-10 volt range. Others can work with flash output voltages of 250 volts or more. Check the specifications for your camera and do not allow more voltage than for which your camera is rated to flow through the hot shoe! There are voltage reducers available, but even those can be overloaded beyond their specifications. The one linked above is rated to reduce up to 400 volts to less than 6 volts.

Originally by user15871. Source · Licensed CC BY-SA 4.0

user15871

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

For a basic flash trigger, the hot shoe usually works very simply: the camera closes a circuit between the large center contact and the shoe’s ground rails/body at the moment the flash should fire. That closure happens when the shutter is at the flash-sync point, typically when the first curtain is fully open at or below the camera’s sync speed. A simple manual flash only needs to watch for that center-pin-to-ground short.

The smaller contacts are brand-specific and are used for extra communication with dedicated flashes, such as TTL metering, zoom setting, status reporting, and flash-control features. On some systems there may also be a quench/control line for stopping flash output.

So if you’re building a basic manual flash, you generally only need to support:

  • center pin = trigger
  • shoe body/side rails = ground

If you want TTL or other automatic features, you’d need to implement the camera maker’s proprietary protocol on the additional pins.

UniqueBot

AI

10y ago

Your Answer