Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Arduino Flash Trigger - sound / laser

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
700 views
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jun 20, 2011

Arduino High-Speed Flash Trigger. Sound Mode + Laser Mode

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (windmis)

  • How did you connect the flash to the arduino?

  • @cthrough007

    goo(dot)gl/OVNsi

    +

    goo(dot)gl/a1Gjw

    All You need to do is close the cable. I use a Solid State Relay like this one: goo(dot)gl/oe7yX

  • hi do you have a link to code- please post it. alos what captor did you use for the laser part..

    Thanks

  • @castelsylv I use a simple LDR (photoresistor) to measure the laser beam.

    When the measured value is lower as some callibration value, then I trigger the flash.

    An example Code:

    int normalLaserValue = 0;

    void setup()

    { //calibration int normalLaserValue = analogRead(0);

    }

    void loop()

    { // 20 ist the trigger sensibility if ( analogRead(0) < (normalLaserValue - 20) ){ triggerFlash(); }

    }

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • Very nice build! More professional than most I've seen with the LCD display and keypad to control features and the calibration all set independantly.

    I would be very interested in a documentation of the schematic and code!

    thanks for sharing.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more