3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Crossed IR Beam Camera/Flash Trigger

Crossed IR Beam Camera/Flash Trigger
This device will trigger a camera or flash unit to automatically take a picture when an object (target) enters a specific location. It uses two, crossed infrared light beams to detect the presence of the target and close a relay that trips the camera or flash unit. Response time is about 2 ms from detection to relay closure, so if your camera doesn't have long shutter-lag, it will capture even fast moving targets.

The optical part of the device consists of two IR LEDs and two Sharp IS471FE optical ICs (OPICs). The optical ICs have built in LED modulators and synchronous detectors, so they won't see light from each other's LEDs. The outputs from the OPICs are connected to an 8 pin PIC microcontroller that handles interpreting input signals and driving the relay and a visible LED that indicates the operating mode. Though there are 11 operating modes, the controller has a very simple user-interface consisting of a pushbutton switch and an LED.

On power up if the beams are properly aligned and unbroken, the LED lights continuously for 1 second then goes dark to indicate the unit is ready to operate in the continuous mode. In that mode the relay will close and remain closed and the LED will light up as long as both IR beams are interrupted. The unit is now ready to connect to your camera.

With some targets you may want to take more than one picture when the target breaks the IR beams. I have included a basic intervalometer function in the controller to allow cameras that don't have a built-in rapid-fire mode to take multiple pictures as long as the IR beams are interrupted. Pushing the mode select button once takes the controller out of continuous mode and puts it in pulse mode. The LED will flash one time to indicate that the relay will close 1 time per second. Some cameras are faster so pushing the button again will move up to 2 pulses per second. By repeatedly pushing the button, the speed will increase from 1 pps all the way to 10 pps, each time flashing the LED to indicate the pulse frequency. Holding the button down for 2.3 seconds resets the unit and takes you back to continuous mode.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Gather Electronic Parts

Gather Electronic Parts
Here are the parts lists for the electronic stuff.
All of the electronics can be obtained from Digikey or other sources. You will need a bunch of different colors of wire, too.

You will need to be able to program the PIC microcontroller- a PICKit2 or ICD-2 or any of hundreds of other programmers can do the job. A suitable programmer will cost about $20, but once you have it you will find all sorts of projects that can use microcontrollers and will get a lot of use out of it.

When I bought my PICKit2 from digikey I ordered an accessory pack of five PIC10F206 chips with 8 pin DIP adapters. The IC is in a tiny SOT23 package which is fine if you're going to make a PCB but pretty useless for breadboarding and one-off construction projects. The 10F206 is also available in an 8 pin DIP package- I suggest you use it.

I have not provided PCB layout info for the controller here because I didn't use a PCB. The circuit is so simple that it seems sort of silly to make a PCB for it. There are only 4 parts on the board- the relay, the uC, the bypass cap, and a resistor. The circuit requires fewer parts than a 555 timer chip circuit. Just cut some perf board to fit whatever box you're using and wire the thing up. It should take all of 30 minutes start to finish.

The optical circuits are pretty simple- an IC, a cap, and a LED. The LED and optical IC go into diagonally opposite corners of the pipe frame, so you're going to need a bunch of colored wire. I "assembled" the IC and capacitor on small pieces of perf board that fit into cap-plugs for the PVC elbow fittings in the frame- see photos on the next page.
« Previous StepDownload PDFView All StepsNext Step »
26 comments
Apr 5, 2011. 12:46 PMrecwap says:
DIY arduino based open source advanced photo camera control

CPU 16Mhz Atmega 328
84x48 graphic LCD with backlight
IR & Wire Photo camera trigger
2x Wire Flash Trigger
onboard light/sound sensor or 2x external sensor
2x digital IN/OUT
timelapes function
onboard RTC clock
onboard buzzer

http://www.facebook.com/home.php#!/pages/APCC-Advanced-Photo-Camera-Control/194425487264052?sk=info
Jun 2, 2009. 11:39 AMLouiseTGUK says:
How small an object would this ir emitter/ sensor detect?

I am hoping to use it to detect water drops, but not in the cross beam setup. I want to use beams separately, one to trigger the camera shutter (1 sec exposure) then another below to fire the flash. As the water drop hits the first the shutter opens, then when it passes the second it will trigger the flash (after a pre set delay).

I will not be using the pic circuit just the emitter/ detectors wired into Arduino inputs.

I am also rather interested in the macro aspect, the possibility of setting it up in cross beam to capture insects would be a very cool thing to play with given that macro is my 'bag' but would it have the resolution to capture the very small?

check out some of my macro work here if you have the time:

http://www.flickr.com/photos/louise-paisley/collections/72157606475942705/
Oct 26, 2010. 1:11 PMhackin5hit says:
I love macro pics. The drops are cool, so hard to catch.

I wish I was a better photographer, here are mine:

macro shots

<img src="http://lh6.ggpht.com/_ALPVWabsNTI/SuEMzx-56jI/AAAAAAAABFI/V1DeeS3HOJM/s144/Macro%20018.jpg">
Jun 3, 2009. 9:30 AMLouiseTGUK says:
Thanks for the prompt reply, and the superb instructithingy as well ;) Your bugs in flight put mine to shame :( However, they illustrate nicely what I am thinking of. I could set up an attractant (flower for eg) with the cross beam set up above it or whatever position I think is the most likely in-route for a bug and then go and have a drink and a smoke, catch some rays, take 40 winks, and come back to check who called in at IR central. Not necessarily 'extreme' closeup, maybe as far out as1.5 or 2:1 with the resulting increase in DOF but hopefully on the wing :) I did knock up a quick bread board circuit last night, altho I don't have the same emitter as you. It did work to a degree, sensing objects down to about 3mm but the range was very short.. I could only get about 4 inches max.which I guess is probably down to the emitter, I will have to obtain the same ones as you if I can find a UK source. It would not detect water drops at all, so I will give the pinhole a try over the weekend and see if that helps. I think it may fail due the the emitter I am using as it seems somewhat underpowered as it is so restricting the light to a pinhole there maybe just wont be enough left to trigger the IC.
Jun 3, 2009. 2:30 PMLouiseTGUK says:
I did.. 940nm http://www.farnell.com/datasheets/27353.pdf

I am probably doing something else wrong, I am very much a beginner in electronics lol. I am driving it with the 5v output of the Arduino and just feeding the output into a digital in to read the state so just used the sensor page schematic.

Would the absence of D2 & C1 have any impact?
Apr 9, 2010. 11:47 AMjrig says:
which software did you use to draw the schematic???
May 30, 2009. 5:22 PMmadrasi says:
Hello, I know it's been almost A year since your last post to come in but I do have a problem and I hope you can help me. I have a 4 plea cam system that records 24/7 on A time lapse system. What I would like to do is set up some kind of motion detection system on it so that the only time it records is when motion is detected and stops recording after so much time but as far as the monater is concerned I can still see what's going on when its not recording. Would your system help me in that problem or not. Either way I do like your Instructable and I would like to put something like that corner to corner on my property too. Thanks for your time either way and I'll be looking for more from ya. Take care DD
May 27, 2008. 6:11 PMtslibertan says:
Excellent. Last year I made a camera (pulsed laser) trigger for wildlife photography. It had only one beam, and was made out of circuits from Mims' notebooks. 555 ICs etc. It works very well, although it became apparent that a microcontroller would be necessary for anything more sophisticated, and so I've begun to learn about PICs - currently I'm only at the 'flashing LED' stage. It's with great delight that I see your contraption, which even looks a little like mine (hopefully I uploaded a photo). I've stolen your .asm file. Those online timing routines sound like they might be very useful. Cheers.
May 27, 2008. 6:57 PMtslibertan says:
In addition to the redness of our knobs, I see that even our confirmation lights and power switches are in the same places. I feel inspired to design (on paper) my dream all-purpose camera trigger. Some more pictures I dug up. Detector, laser and some devices the trigger can fire.
May 1, 2008. 7:05 PMviniciuspedrozo says:
You can sale it to me?
Feb 12, 2008. 2:51 PMclamoring says:
Nice use of IR LEDs! Can't wait to see your next project!
Jan 24, 2008. 3:52 PMGorillazMiko says:
Wow... great Instructable! A lot of details, pictures are great, very descriptive, great job, it looks like quite a bit of work, but wow, nice job. +1 rating.
Feb 3, 2008. 12:00 PMwhiteoakart says:
hummingbirds! almost impossible for normal people to reliably capture on film. This would work great for hummingbirds.
Jan 31, 2008. 7:02 PMcoryo93 says:
Is it fast enough to be able to capture a picture of a moving arrow, as in a bow & arrow, or like a BB from a BB gun?
Feb 1, 2008. 10:12 AMcoryo93 says:
Wow. You covered a lot. Thanks. I will look into what you said. Do you know of any instructable that tells you how to created a slow-motion camera like they use on MythBusters?
Feb 2, 2008. 6:14 AMcoryo93 says:
Thanks. Good luck on building that web-cam one. Really good luck to you, because that Canon camera was $999.99.
Jan 27, 2008. 8:54 AMshaunak says:
Very cool! Clear instructions, nice illustrations. Keep the good work up!
Jan 24, 2008. 9:55 PMjohnpost says:
Awesome Instructable, with in focus photos even. Great project. I'm building one.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
17
Followers
6
Author:Mark Rehorst(Mark Rehorst's Projects Page)
I was electrical engineer for 22+ years, then went back to school and became a dentist.