STEP 1 / 6ELECTRONICS

Optical Slave Flash Trigger

A "slave flash," which is also called a "speed light" or "strobe," is a flashgun that sits still until it sees a bright light. The slave flashes when it sees a flash. When you use flashgu…

Circuit Atlas themed schematic for Optical Slave Flash Trigger
PROJECT#297
TRACKElectronics
PARTS01
STAGES06
STEP 1 / 6 · Overview

Know the mission before touching a wire.

Understand what you are making, prepare the right tools, and make the workbench safe.

01

Project details

Optical Slave Flash Trigger is a electronics project. A "slave flash," which is also called a "speed light" or "strobe," is a flashgun that sits still until it sees a bright light. The slave flashes when it sees a flash. When you use flashgu…

Source pages
571-574
Named parts
1
Build goal
Working, tested prototype
02

Tools you need

  • Digital multimeter
  • Wire stripper and side cutters
  • Soldering iron with a fine tip
  • Current-limited bench supply

Use eye protection, good lighting, and a clean insulated surface throughout the build.

03

Safety precautions

  • Disconnect every power source before changing a connection.
  • Check component polarity, pinout, and supply voltage twice.
  • Use a current limit for the first power-up.
  • This project may involve hazardous voltage. Work only with qualified supervision and proper isolation.
Ready to continue?
STEP 2 / 6 · Parts library

Gather, identify, and understand every part.

Use the standardized inventory, then open What's this? to learn each part's role, advantages, limitations, handling, and specifications.

NAMED PROJECT INVENTORY1 PART LINES
PARTTYPEQTYREADY
PPotentiometerPART1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Optical Slave Flash TriggerPART LEARNING VIEW

Potentiometer

A named project component whose exact role is defined by the source circuit and build guide.

What it does here

It performs a documented electrical, control, interface, or construction function in this project.

Buy / compare this part

Advantages

  • Selected for this project
  • Can be checked independently
  • Supports modular troubleshooting

Limitations

  • Substitutes may differ
  • Generic names can hide variants
  • Pinouts and ratings vary

Handling

  • Compare the received part with the source
  • Keep it labelled
  • Do not force connectors or adjusters

Specifications to verify

  • Use the exact model, value, package, and rating listed for Potentiometer; similar-looking parts are not always interchangeable.
  • Confirm dimensions, ratings, connection method, polarity, and environmental limits.
Ready to continue?
STEP 4 / 6 · Source code

Confirm the hardware-only control path.

This project does not include firmware in the source. The circuit itself provides the required behaviour.

01

How to connect

  1. Match every controller label to the circuit view and source pin map.
  2. Join grounds before signal wires when separate low-voltage supplies are used.
  3. Keep motors, relays, pumps, and other loads on a suitable driver and external supply.

Common mistakes

Reversed VCC/GND, board-label versus GPIO-number confusion, missing common ground, and charge-only USB cables.

Troubleshoot

Disconnect loads, continuity-test one path at a time, then test with a current limit.

02

Software preparation

No IDE, board package, library, or firmware upload is required for this project.

If you add a programmable controller as an extension, document its pin map separately.

03

How to upload code

The original design is implemented entirely in hardware, so proceed after verifying the circuit and supply.

Ready to continue?
STEP 5 / 6 · Build

Assemble, deploy, test, and troubleshoot.

Use the complete source notes in build order, then pass the final checks before calling the project finished.

ASSEMBLY

Build in functional stages

  • Power and regulation
  • Controller or processing stage
  • Inputs and sensors
  • Outputs and loads
  • Enclosure and strain relief
TEST

Power up safely

  • Inspect unpowered continuity first
  • Apply the lowest safe current limit
  • Measure supply rails before signals
  • Add one load at a time
  • Record expected and actual results
TROUBLESHOOT

Work from simple to complex

  • Confirm power, ground, polarity, and orientation
  • Compare each pin with the source
  • Test inputs separately from outputs
  • Replace only one variable at a time
  • Power off before every correction
PROJECT-SPECIFIC BUILD NOTES

Follow the documented instructions.

These notes come from this project's source and remain in their original order.

01

Project overview

Project build note

A "slave flash," which is also called a "speed light" or "strobe," is a flashgun that sits still until it sees a bright light. The slave flashes when it sees a flash. When you use flashguns that aren't attached to the camera, you

can get great, dynamic lighting that would be hard to get any other way. The "Optical Slave Flash Trigger" is an off-camera flash trigger accessory that is shown here. It is very useful if you use a speed light. It's just a very good light sensor that picks up light pulses and wakes up the electronics, which then turns on the speed light that's attached. Project design The main idea is to make things small, cheap, separate, and able to work on their own. The best way to do this is to make the heart of the circuitry out of cheap and easy-to-find parts. For such a simple design, I'd rather not use a microcontroller, even a cheap one (it would be overkill). The design is

02

based on a very simple idea

Project build note

Use a standard light sensor to pick up the light pulse from the master flash. Make sure the light intensity is higher than a predetermined baseline (which can be altered using a potentiometer to tweak the detection sensitivity) Use an electronic switch that doesn't make contact to turn on the save flash. The Wheatstone bridge is the idea behind how this little circuit works. When light hits the phototransistor (PT1), its conductivity (and current) go up. This causes the driver transistor (TR1) to be biased in the forward direction. To initiate the slave flash, the resulting electrical current activates the opto-isolated triac (OT1) (thanks to an optical coupling, it enables safely to use even the oldest flashgun that could otherwise damage your

circuitry by high voltage ignition). But you should know that the connected slave flash doesn't work when there's too much light around, like when it's bright outside. In the same way, it may misfire if you put a very bright artificial light source in its path. Here, the potentiometer (RP1) helps you set the right light detection threshold. Schematic Parts Selection A 5mm round phototransistor is used as the light sensor in this case. The type is a silicon NPN phototransistor that works quickly and well. Because the device is made of clear epoxy, it works with both visible light and infrared radiation. The opto-isolated triac in the circuit is a type MOC3021, which is made up of a gallium arsenide infrared emitting diode and a silicon bilateral switch that are connected optically. The whole circuit can be powered by the CR2032 Lithium Manganese Dioxide battery, which has a nominal voltage of 3V and a nominal capacity of 220mAh.

Interconnections A female hotshoe is needed to connect the slave flash trigger circuit that has been put together to the slave flashgun. When the flash is in the hotshoe, all you have to do is connect the two trigger contacts. So, just use a (built-in or freestanding) sync cable to connect the switch outputs (SW1 and SW2) of the circuit to the electrical contacts (triggers) of the hotshoe.

Flash and the Camera In the range of artificial light sources, 380-750nm, Xenon is known to come close to the "natural" colour spectrum of the sun. Xenon is used a lot in camera flash systems because of this. In an electronic flashgun, an electric charge is stored in a high-voltage capacitor until it is needed. When the flash is fired, the capacitor's stored energy is released through a flashtube. When Xenon gas is put into the flashtube, it gives off a very bright light for a very short time.

Ready to continue?
PROJECT ACHIEVED

You built Optical Slave Flash Trigger.

You followed the full workflow from understanding the mission to testing the finished project. That is a real engineering achievement - well done.

Automatic Water Refilled for Air-Coolers project thumbnail featuring Speaker, NE555, BC547
NEXT ELECTRONICS ADVENTURE

Automatic Water Refilled for Air-Coolers

Ready to reuse what you learned in another project from the same track?

Start this project
Browse all 500 projects