https://github.com/polygon/flashtrigger
Arduino based flash trigger for High Speed photography
https://github.com/polygon/flashtrigger
Last synced: 8 months ago
JSON representation
Arduino based flash trigger for High Speed photography
- Host: GitHub
- URL: https://github.com/polygon/flashtrigger
- Owner: polygon
- Created: 2014-12-28T23:06:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T23:07:43.000Z (over 11 years ago)
- Last Synced: 2025-06-23T19:11:33.001Z (12 months ago)
- Language: Arduino
- Size: 102 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Arduino Flash Trigger
Arduino based flash trigger for high speed photography.
## Building
1. Open as a sketch in Arduino IDE (tested with arduino-1.0.5.)
2. Change pin definitions of STATUSLED, SIGIN and FLASH to match hardware setup
3. Set DELAY to desired value
4. Enable or disable debouncing by enabling or commenting the code section
5. Build and flash
## Usage
When starting, the STATUSLED will be "on" indicating that the system is armed. When the system sees a falling edge on the SENSE input, the "fire"-ISR is triggered. The flash is delayed by the amount defined in DELAY and the SENSE-input is debounced if desired. The flash is then fired and the trigger is disarmed. Press the RESET button to arm the trigger for another shot.
Change parameters by changing the code.