Cheap Trigger for High-Speed Photography

A simple trigger for high-speed photography is the ‘tripwire’ trigger.  Unfortunately few (if any) commercially available flashes are configured for this trigger.  Thankfully, an Arduino-based trigger controller is very easy to make.  I will also shamelessly plug Edgerton, an open-source LED flash specifically designed for high-speed photography, that can be tripwire-triggered without any major hardware!

How It Works:

A small bracket must be built for the muzzle of your rifle (or whatever you are using).  Two pins protrude from the end of the bracket and a fine wire is wrapped between the pins.  The pins are connected to a port (I use a 3.5mm audio port) which can be connected to Edgerton or the trigger controller by an extension cable.

When the projectile exits the muzzle, it passes through the wire and breaks it.  The two pins, which were once connected by the wire, are now ‘open’.  Edgerton or the flash controller detects that the pins are separated and a timer is started.  After the timer finishes, the flash is triggered.

Read more

MIKRO-CHRONOGRAPH (ATTiny85 Camera Intervalometer) #DIY

PREAMBLE:

A friend and I set out to build a camera intervalometer for DSLR cameras.  Instead of following one of the many build guides available online, we decided to design our own – The Mikro-Chronograph.  Check out the feature list:

  • 2x AA batteries with a ridiculously long battery life
  • LED display functions in any temperature (eg. Canadian winter) and has fancy features such as scrolling text and swirling icon
  • Tiny!
  • Encoder/button combo input is very simple and intuitive
  • Very fast to setup: Initial Delay, Shutter On Time, Shot-Shot Delay, and Number of Shots
  • Automatically load the last settings each time the intervalometer is turned on (with EEPROM wear levelling algorithm, it will easily outlast a professional camera)
  • Can be extensively customized without reprogramming, including screen orientation & brightness, input styles, clock speed calibration, and memory behaviour
  • Safe to use with any DSLR, thanks to the optoisolator
  • Price Tag: less than $20 CAD
DIY Camera Intervalometer
Two different case designs, same internals
DIY Camera Intervalometer

If you want to build one, just get the components listed, wire them up on a PCB board (look at the photos below for a layout guide), program the ATTiny85 with the available code, and build a case.  All of the details can be found on Google Drive.  The 3D printed case designs are on Thingiverse.

Read more

High-Speed Photography of Bullets & Glass

High-Speed Photo of Bullet Hitting Glass

Preamble:

What does a  wine glass look like when it’s shot? (TL;DR have a look at my flickr album)

This obvious question was asked when my wife provided me with three wine glasses which were used to keep her Siamese Fighting Fish.  She couldn’t bring herself to drink from them after their use as aquariums.  So I decided to destroy them and make a few attempts at high-speed photography!

Read more