Laser Trip Wire

Laser Trip Wire With Keypad Arming

Most of us have had a sibling that would sneak into our room to swipe a transistor, play your guitar or just mess with your stuff in general. Now there’s a way to be immediately alerted when said sibling crosses the line, literally. [Ronnie] built a laser trip wire complete with an LCD screen and keypad for arming and disarming the system.

The brains of the project is an Arduino. There’s a keypad for inputting pass codes and an LCD screen for communicating if the entered code is correct or not. [Ronnie] wrote his own program using the keypad.h, liquidcrystal.h and password.h libraries. A small laser pointer is shined at a Light Dependent Resistor which in turn outputs an analog signal to the Arduino. When the laser beam is interrupted, the output voltage drops, the Arduino sees that voltage drop and then turns on the alarm buzzer. The value that triggers the alarm is set mid-way between the values created by normal daylight and when the laser beam is hitting the LDR. [Ronnie] made his code and wiring diagram available for anyone who’s interested in making their own laser trip wire.

Hopefully, [Ronnie’s] pesky little brother didn’t watch his YouTube video (view it after the break) to find out the secret pass code. For a laser trip wire sans keypad, check out this portable one.

Continue reading “Laser Trip Wire With Keypad Arming”

Laser Triggered Camera Flash

High Speed Laser Based Camera Flash Trigger For Only $2

[Matt Kane] works at a really cool company in the UK where he recently finished working on the Triggertrap Ada — the highest-performance, most feature packed camera trigger out there. So just for fun, he decided to challenge himself again — could he make a super basic, super fast, bare-bones camera trigger for $2 instead?

At the most basic level this is just a laser pointer and a light sensor. When the object your photographing breaks the light path, the flash triggers. Typically this is done with an IR laser, but since he’s going for a low-cost system, he’ll use a basic 1mw red laser pointer — the only downfall is you might see it in the picture.

Next up is the sensor. Ideally we’d use a photodiode which is very fast, but also expensive. A photoresistor is cheap, but not fast enough. A nice medium between the two is a phototransistor, which is relatively fast, and cheap. Finally, we need a minimum trigger period to offset the flash. [Matt] thought about using a 555 timer but instead decided to just generate a pulse with an Attiny45.  Continue reading “High Speed Laser Based Camera Flash Trigger For Only $2”