Skip to main content

The box of tricks

The box of tricks is a simple microcontroller based gadget and its purpose is to provide a way of detecting / recording / modifying or generating a signal. This simple set of requirements allows for a helpful set of features to be provided by single small gadget though.

One of the driving factors behind this particular gadget was to allow a delay to be introduced to the signal sent to the camera. As mentioned previously, this opens up new possibilities and allows limitations with setups to be overcome. It also, when combined with the splitter, allows multiple cameras to capture the same event at different times which might increase the chance of getting 'the' shot.

The picture above shows the board without a case. The headphone jack in the top left is the input, the jack on the top right is the output and there are buttons in each of the bottom corners. The display is a 3 digit 7-segment display that displays numbers and some letters. Choosing the display was one of the hardest decisions for this board since there are many competing factors. This simple display provides nice clear numbers, which is ideal when setting up on location, but limits any text to simple approximations. Using this display however cuts down on components and therefore cost, which is a requirement for all of the camera trigger boards.

These are the functions that are currently implemented on the box of tricks.

Counter mode. Simply record how many times an input signal has been detected. This feature is useful when testing out new sensors before hooking up the camera.
Delay mode. When an input signal is detected, delay by the user defined amount (0 to 999 milliseconds) before passing the signal on to the camera.
Time lapse mode. The user can set an interval in seconds between 0 and 999. The camera will be triggered after the interval.


Sleep mode. Turn off the display but keep everything running in the background. Pressing the 'mode' button brings the display back and cycles through the options.


Comments

Popular posts from this blog

Experimental macro flash diffuser

The abundance of insects over the last couple of months has been a perfect opportunity to experiment with different macro flash setups. Using a standard speedlight as-is isn't really an option, as the light is projected out much further than the front of the lens (which is exactly what you'd normally want a speedlight to do) and is much too harsh. There are therefore two problems that need to be solved; diffusing the light and directing it closer to the front of the lens. There are of course multiple commercial solutions available, such as the Canon MT24-EX or the Sigma EM-140 ring flash, but these are all relatively expensive and unlikely to be an option to anyone wanting to experiment with macro photography. A speedlight however is much less of a barrier to entry. A few different prototypes were made but the design I settled on was a light pipe style design that captures the flash light and funnels it down to the front of the flash. Of course, it would be ideal to hav

Macro diffuser update

I've simplified the macro diffuser that I open sourced last year . The MK1 version required printing out a custom lens hood which would only attach to a Canon 100mm macro lens. The MK2 version no longer requires a custom lens hood, it simply clicks on to the hood of whatever macro lens you might have making it far more versatile and easier to print. The tested lenses so far include: Canon 100mm  Canon 180mm Sigma 180mm Sigma 105mm This hood helps reduce harsh shadows you often get when using flash but the main advantage for me is that the head can be positioned depending on how close you get to your subject. This is the typical kind of result I'm getting with this setup now. To build your own version you just need to print the model and supply a few basic parts: M3 x 40mm Hex Head bolt (the shape of the head is hex, NOT the shape of the tool used to tighten it). M3 wingnut. Diffuser material. I use the plastic casing found on some notebooks and it seems t

The laser trigger module overview

The laser trigger module is the most useful gadget to come out of the camera trigger project so far. It is a simple board that controls up to two lasers with sensors to detect if the beams have been broken. The electronics involved in detecting a broken beam are very simple so using a microcontroller might at first glance seem to be unnecessary overkill, but using a microcontroller gives a significant amount of flexibility in a small and inexpensive package.