Added: 8 months ago
From: windmis
Views: 714
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (10)

Sign In or Sign Up now to post a comment!
  • 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

  • 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.

  • 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(); }

    }

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