Circuit setup help,please.
Polymorphic169
Posts: 3
Hello everyone. I've got an old basic stamp board that I've decided to put to good use. I want to create a wireless trigger for my camera flash. By day I'm a .Net programmer, but I know very little about how to make a circuit connect to another piece of equipment without releasing the smoke. This is where I need the help.
From the below site you can see I've got 5 connections I need to control and one ground connection.
kzar.net/wiki/Photo/CanonE-TTLProtocol
One has a trigger of 3-5 v, low being connected to ground.
Second connection low is 1.25v to ground, high is 3.2v.
Third, fourth and fifth connection is low at 2.2v, high being between 3.3v,3.7v, 5v.
So basically once I figure out the circuit I should be able to start working with the bytes being sent back and forth. I have a limited knowledge on circuit diagrams, but I can usually fumble through those decently well.
Below is another person's work, but this time with some clues for an arduino.
billgrundmann.wordpress.com/2009/03/04/ettl-interface/
From the below site you can see I've got 5 connections I need to control and one ground connection.
kzar.net/wiki/Photo/CanonE-TTLProtocol
One has a trigger of 3-5 v, low being connected to ground.
Second connection low is 1.25v to ground, high is 3.2v.
Third, fourth and fifth connection is low at 2.2v, high being between 3.3v,3.7v, 5v.
So basically once I figure out the circuit I should be able to start working with the bytes being sent back and forth. I have a limited knowledge on circuit diagrams, but I can usually fumble through those decently well.
Below is another person's work, but this time with some clues for an arduino.
billgrundmann.wordpress.com/2009/03/04/ettl-interface/
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Leon Heller
Amateur radio callsign: G1HSM
Post Edited (Leon) : 4/11/2010 6:51:49 PM GMT
I found the LTC1298 on parallax's site. This looks like something I would need to figure out the commands coming from the camera. From my research and reading of those canon reference sites, if something would be better or cheaper let me know.
Data rate is around 104 khz. Can i use the Parallax USB Oscilloscope or is that to slow. I know its a 200 khz sample, but thats about it.
I've got 2 incoming, 1 outgoing data pins and 1 clock pin. The clock pin goes to ground (low is like 2v) to signal a preflash. So I need to hook this up to the LTC1298 and to the stamp, can I split the clk signal without any issues?
Can I hook up the LTC1298 to the current camera and flash and sniff the traffic without the Oscilloscope? Or will that cause issues?
I should be able to figure out myself to push 5v to 3.8, and 3.7 myself from my old physics classes.