We already have a member offering a ready-made tester, the Phocron. What would be the technical differences between both?
The Phocron looks nice. It has a color display, automatic averaging, an oscilloscope and a built-in light source. I think it may use a pulsed light source, then use the sensor to count pulses to determine timing, since it has a calibration routine. The deluxe model does curtain measurements on focal plane shutters.
It was too expensive and complex for my needs. I needed a quick, inexpensive and accurate way to characterize my old shutters. My design works with any light source. It auto-resets after each test. It detects 4 possible timing errors caused by missed trigger edges, misaligned sensor, and other internal timer errors and displays an error rather than an incorrect result. I don’t mind using a pen and pad to record my timings and working out the mean and standard deviation on my own.
The trick in one of these working well with an Arduino is getting the trigger and timing fast enough and repeatable enough to give good accuracy across the measurement range required and the capabilities of the micro controller. My design seems to work well and is simple enough for a hobbiest to put together. It uses one chip, and a handful of ordinary capacitors and resistors. The display is the most common type of LCD there is and very inexpensive to source. A serial color display is nice but lots more expensive.
Guess that about covers it.
Don