I might put this project to one side & work on a light meter. There are some good boards around with built in oled screen & lipo battery charger. Might also be fun to build new electronics for a defunct camera. I will keep an eye out on ebay.
My LCD display didn't arrive. I asked the company to send another and that hasn't arrived either. So I've decided to live without it and rely on the serial output. I reckon I will only ever use this device tethered to a computer anyway.
I have also adapted (see attached) Nigel's code to display the deviation of actual exposure from target, in stops and third-stops. To do this, one has to interact with the code and state what the target shutter speed is. That dialogue happens in the Serial Monitor after the shutter is fired. The nominal speeds stated on the camera are of course only approximations because they are not whole stops apart (e.g. 125 is not 2x60). So I have used a series of target speeds that half at each step from 1 sec. They are listed at the start of the sketch (nomSpeed[ ]). You just state what the camera dial says.
I think it is all working correctly, but would appreciate if someone with know-how would check the code that calculates stops and thirds.
I haven't yet incorporated the nice tables and averaging of Nigel's later versions. In part that is because my shutter performance seems to be very consistent.
My conclusions about the state of the shutter in my M6 have changed a little for the better: all speeds now seem spot-on except 1/500 (1/3 stop slow) and 1/1000 (1 stop slow at the first curtain). The camera probably needs a CLA, but I'm not going to make that decision until I have narrowed the width of my laser beams down to 1mm and checked again.
Don't know if manufacturers use nominal shutter speeds, eg, 1/60s or just display 1/60 and actually use 1/62.
One would have to refer to the service manual. I only play with old cameras, so close-enough is good-enough.
Could (try to) make the target automatically recognisable, but that would be problematic if the shutter was 1 stop or more off-target, which is not unlikely with the extreme high and low speeds
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.
Seeing the entire period of the shutter opening and closing is, IMO, very accurate and nothing more is needed.
Simply, fast to make and if you saw that first primitive effort, you'd just shake your head in disbelief.
Using two photo-diodes and the left/right audio input would be an upgrade
I have made many heath-robinson contraptions in my time, that is half the fun, cobbling together something that works
A single photo-diode or similar will not show curtain bounce, flash sync, uneven exposure across the frame., curtain speed imbalance or curtain blanking. You also have the issue of non coliminated light, leading to inaccuracy.
Using two photo-diodes and the left/right audio input would be an upgrade
I'll have to consider this upgrade, as I did no use the second photocell in the RadioShack package.
Do RadioShack still exist? They died many many years ago in the UK. They were called Tandy. They offered a small range of electronic components at exorbitant prices, but they were one of the few places available to that sold components. Maplin went the same way, they seemed to set their range of components from the 1970s and never updated them.
Problem with photo-diodes is that they are too large, so much accuracy is lost.
I know that they all were converted to The Source decades ago here in Canada. Circuit City had bought all the stores, then they went bankrupt and the chain was bought by Bell Canada.Do RadioShack still exist? They died many many years ago in the UK.
Is either one of these boards ok?
Placa dezvoltare Lua Wifi NodeMCU, CH340G, ESP8266
Placa de dezvoltare NodeMcu IoT Wireless cu Wifi ESP8266 compatibila Arduino IDE, ideal pentru Internet of Things.www.sigmanortec.ro Placa dezvoltare ESP32, ESP-WROOM-32, WiFi si
Placa de dezvoltare compatibila Arduino IDE si program Lua, ESP32 cu Bluetooth si Wifi integrat.www.sigmanortec.ro
I'm trying to buy locally (hate waiting for things from aliexpress) and I have absolutely no idea what I'm doing
I've built a shutter tester before (single LED, arduino) but in a 'monkey sees, monkey does' fashion so I'd rather ask a stupid question than see the magic smoke escape my components.
Thank you!
Keep in mind that all ESP boards are 3.3V logic, so their GPIO pins are also only rated for that voltage.
Isn’t that going to complicate things?
Can the board‘s voltage regulator cope with a 5V input?
I was just looking at laser modules today and indeed there are 3v ones.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?