I have an old camera flash that I want to trigger using my Arduino and an optoisolator. The flash has two wires. When they are connected, the flash is triggered
How can I connect it to the optoisolator?
|
I have an old camera flash that I want to trigger using my Arduino and an optoisolator. The flash has two wires. When they are connected, the flash is triggered How can I connect it to the optoisolator? |
|||||||
|
|
As Olin says, flashes can have very high voltages across the trigger contacts. If you volate is less than about 300 CV (less than 350 if you are brave) then the
MOC8204 SM 400V optocoupler may work OK. It is rated at 100 mA max in the output circuit. Collector, pin 5 to flash +ve. You will probably need a transistor to allow the Arduino to drive this opto - as you will also need if you use a relay. More anon mayhaps. Agh again: This is less suitable than it appeared but MAY work OK. You need to know what resistance will trigger the flash. The opto has a 100 mA max output current rating BUT the LED cannot support enoughdrive to provide 100 mA. Very strange specs. |
|||
|
|
|
Camera flashes, especially old ones, may have significant voltage accross their switch terminals when the switch is open. Let it charge up and measure between the two lines with a voltmeter. It could be surprisingly high, easily higher than the average opto-isolator. Next you have to consider the current requirements when the switch is closed. Again, that can vary considerably between flashes. Modern "electronic" flashes have a low open circuit voltage and require low current to close the connection. That is because this is a signal into other circuitry that actually initiates the flash. Old flashes were much simpler, and the camera was assumed to have a mechanical switch closure to trigger them. This switch more directly triggered the flash, so could be nearly 200V open and a sudden burst of current when closed. Both these specs would be well beyond most opto-isolators. I recommend that instead of using a opto, have the microcontroller activate a relay. Wire the flash trigger leads to the normally open relay contacts and it should work fine for all types of flashes. |
|||
|