High speed photography trigger

hi new here im trying to do a little project to make a photography high speed trigger i found thispage and found the video on youtube but cant find a schematic anywhere i can see from the code theres more to what i can see in the video just wondering if anyone who has done this project has the schematic they can share with me
as this thread is now closed
High speed photography trigger - Using Arduino / Programming Questions - Arduino Forum

TIA Mat

See if this tutorial help you?

or this

or this

cheers i have found these and i need to look more into this properly when i got 5 mins

thanks

Looks like fun.


        delay (70); //keep the flash on for 70th of a second
//... 
        delay (2000); //wait 2 minutes for the system to reset

The code is primitive and literal, read it not the comments, I guess.

The sketch does not control the shutter, but that would be an easy feature to add… the entire shot could be called by the Arduino.

a7

I posted this tutorial

It’s in French but if you use the translate feature of your browser you should be able to get it.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.