Niglyn
Member
Hello Everybody, #1
There are many home-brew shutter testers out there, some use audio to try to detect the speed, others use an Arduino and one sensor (so will not work correctly) and there are better ones that use two sensors.
A problem seems to be a misunderstanding of how a focal plane shutter works & how it has two curtains. Shutter speed is a misnomer. The shutter curtains always travel at the same speed. It is the time difference between first & second curtain release, that varies the exposure. There are plenty of explanations of this & nice youtube slo-mo videos, which explain the workings better than I can in plain text.
So here is another one, mine. It is based on an Arduino Nano and Arduino laser tx rx modules & anybody who is able to tinker with camera repairs, should be able to make one without (much) difficulty. Parts are easily available on Ebay, Banggood, Aliexpress etc. & I will supply the code upon request.
Camera repair manuals often specify curtain speed. Without a way to measure the speed of each curtain, one cannot follow the calibration procedure. Both curtains have to travel at the same speed, else uneven exposure across the frame will occur. This unit measure the speed of each curtain and also the actual exposure (1/250 for example) at either end of exposure, so it can easily be seen if there are exposure problems
There are a number of stages to getting familiar with Arduino and setting up. I will go though these sections, to enable peeps to follow along & build one. Those familiar with Arduino can go right ahead, build the unit & load the code.
The steps are as follows:-
Buying the bits
Understanding how to use one's computer to talk to & load code onto the Arduino
Setting up the LCD, wiring & loading 'library' files
connecting the lasers modules to the Arduino
Loading the shutter tester code & setting up the device.
There are many home-brew shutter testers out there, some use audio to try to detect the speed, others use an Arduino and one sensor (so will not work correctly) and there are better ones that use two sensors.
A problem seems to be a misunderstanding of how a focal plane shutter works & how it has two curtains. Shutter speed is a misnomer. The shutter curtains always travel at the same speed. It is the time difference between first & second curtain release, that varies the exposure. There are plenty of explanations of this & nice youtube slo-mo videos, which explain the workings better than I can in plain text.
So here is another one, mine. It is based on an Arduino Nano and Arduino laser tx rx modules & anybody who is able to tinker with camera repairs, should be able to make one without (much) difficulty. Parts are easily available on Ebay, Banggood, Aliexpress etc. & I will supply the code upon request.
Camera repair manuals often specify curtain speed. Without a way to measure the speed of each curtain, one cannot follow the calibration procedure. Both curtains have to travel at the same speed, else uneven exposure across the frame will occur. This unit measure the speed of each curtain and also the actual exposure (1/250 for example) at either end of exposure, so it can easily be seen if there are exposure problems
There are a number of stages to getting familiar with Arduino and setting up. I will go though these sections, to enable peeps to follow along & build one. Those familiar with Arduino can go right ahead, build the unit & load the code.
The steps are as follows:-
Buying the bits
Understanding how to use one's computer to talk to & load code onto the Arduino
Setting up the LCD, wiring & loading 'library' files
connecting the lasers modules to the Arduino
Loading the shutter tester code & setting up the device.
Last edited: