Writing On LEDs With A Laser Pointer

After [Ch00f] got his hands on an 8×8 LED display, he didn’t make a 64-pixel video game or VU meter. He made a laser doodler, allowing him to draw on this display with only a laser pointer.

Using LEDs as light sensors is nothing new; [Forrest Mims III] discovered that LEDs can also detect light way back in the late 60s. [Ch00f] played around with this concept before creating a circuit that uses an LED as both a light emitter and sensor that reacts to the ambient brightness.

[Ch00f]’s laser doodler takes this phenomena and applies it to an Adafruit bicolor LED matrix. When a light shines on an individual pixel in the display, the ATMega48 senses the current and turns that pixel on. Since this these pixels have two colors, [Ch00f] used a latch circuit and a button to cycle between what color the ‘Mega writes to the display.

In the video after the break, [Ch00f] shows off his display by having the LEDs light up in response to a laser pointer. It may be a bit small, but we can see a lot of potential for something like this as a gigantic art installation.

Continue reading “Writing On LEDs With A Laser Pointer”

IPod Laser Pointer


If you thought there wasn’t anything else to shove on the end of your iPod, [Alex] is here to set you straight. He used the DC power that’s available on the iPod’s dock to drive a cheap laser pointer. It’s pretty easy to do – just get a dock connector (sparkfun has em) and add a laser pointer module. If you’d rather access everything else, check out the super dock I put together a while back. Hit the read link if you’d rather see the picture in color.

Gesture Laser Pointer Control

After I linked his basic laser pointer webcam interface the other day, [mnt] sent me this excellent demo of his gesture based laser pointer control. This one works alot like graffiti on the old palm pilots. My question? What does he make when he’s not sick?

Properly Pipe Laser Light Around With Homebrew Fiber Couplings

It’s a rare person who can pick up a cheap laser pointer and not wield it like a lightsaber or a phaser, complete with sound effects. There’s just something about the “pew-pew” factor that makes projecting a laser beam fun, even if it’s not the safest thing to do, or the most efficient way to the light from one place to another.

We suspect that [Les Wright] has pew-pewed his way through more than a few laser projects in his lab, including his latest experiments with fiber coupling of lasers. The video below is chock full of tips on connecting cheap communications-grade fiber assemblies, which despite their standardized terminations aren’t always easy to use with his collection of lasers. Part of the challenge is that the optical fiber inside the cladding is often very small — as few as 9 microns. That’s a small target to hit without some alignment help, which [Les] uses a range of hacks to accomplish.

The meat of the video demonstrates how to use a cheap fiber fault locator and a simple optical bench setup to precisely align any laser with an optical fiber. A pair of adjustable mirrors allow him to overlap the beams of the fault locator and the target laser precisely. The effects can be interesting; we had no idea comms-grade fiber could leak as much light through the cladding as this, and the bend-radius limits are pretty dramatically illustrated. [Les] teases some practical sensing applications for this in a follow-up video, which we’re looking forward to.

Looking for more laser fun with your remaining eye? Check out [Marco Reps] teardown of a 200-kW fiber laser.

Continue reading “Properly Pipe Laser Light Around With Homebrew Fiber Couplings”

Point Out Pup’s Packages With This Poop-Shooting Laser

When you’re lucky enough to have a dog in your life, you tend to overlook some of the more one-sided aspects of the relationship. While you are severely restrained with regard to where you eliminate your waste, your furry friend is free to roam the yard and dispense his or her nuggets pretty much at will, and fully expect you to follow along on cleanup duty. See what we did there?

And so dog people sometimes rebel at this lopsided power structure, by leaving the cleanup till later — often much, much later, when locating the offending piles can be a bit difficult. So naturally, we now have this poop-shooting laser turret to helpfully guide you through your backyard cleanup sessions. It comes to us from [Caleb Olson], who leveraged his recent poop-posture monitor as the source of data for where exactly in the yard each deposit is located. To point them out, he attached a laser pointer to a cheap robot arm, and used OpenCV to help line up the bright green spot on each poop.

But wait, there’s more. [Caleb]’s code also optimizes his poop patrol route, minimizing the amount of pesky walking he has to do to visit each pile. And, the same pose estimation algorithm that watches the adorable [Twinkie] make her deposits keeps track of which ones [Caleb] stoops by, removing each from the worklist in turn. So now instead of having a dog control his life, he’s got a dog and a computer running the show. Perfect.

We joke, because poop, but really, this is a pretty neat exercise in machine learning. It does seem like the robot arm was bit overkill, though — we’d have thought a simple two-servo turret would have been pretty easy to whip up.

Continue reading “Point Out Pup’s Packages With This Poop-Shooting Laser”

Children playing a zombie shooting game on a big screen

Halloween Game Lets You Shoot Zombies With A Laser-Powered Crossbow

Suppose you were looking for all the essential elements to make a great Halloween-themed shooting game. Zombies? Check. Giant “lasers”? Check. Crossbows shooting forks? We’ve got you covered. Check out “Fork The Zombies“, which was set up by [piles.of.spam] to entertain the neighborhood kids this Halloween.

The game is played on a big screen, which shows a horde of angry zombies marching toward the player, who has to shoot as many as possible before they reach the front of the screen. The weapon provided is a crossbow; when the trigger is pulled, a fork is launched and hopefully skewers one of the ghouls. The game was written using an open-source engine called Urho3D, which takes care of all the hard-core 3D and physics work, allowing the user to focus on designing the gameplay and visuals.

A wooden crossbow game controllerTo give the game a bit more of a physical feel, [piles.of.spam] made an actual crossbow for the player to wield. Its handle was cut from a scrap piece of wood, using a band saw for the general shape and a CNC machine for the delicate cut-outs that hold a laser pointer, an ESP32 and a microswitch-based trigger. The laser shines onto the game screen, while the ESP32 sends out a data packet over WiFi when the trigger is pulled.

The location of the shot is tracked using a clever trick: a webcam is pointed at the screen, with a red color filter in front. This way, it only sees the red laser dot moving across the screen. The resulting image is processed using the Python OpenCV library, which provides functions to convert the relative motion of the pointer on the screen to an absolute position along the playing field.

A webcam on top of a Jetson Nano, with a red color filter in frontThe computing hardware consists of a pair of Jetson Nano boards, which sport quad-core ARM A57 CPUs as well as powerful graphics hardware to generate the game’s visuals. The end result is impressive, especially given the fact that all of this was designed and built in just three weeks. It was apparently a great hit with its intended audience, as visitors queued to try their hand at shooting the hungry zombies.

Laser pointers are an obvious tool for creating shooting games: we’ve seen ones with a single round target, a set of shapes set up around you, and even metal cans that fall over and stand up again. But if you need to protect yourself in case of an actual zombie apocalypse, a slingshot that shoots knives might be more useful.

Continue reading “Halloween Game Lets You Shoot Zombies With A Laser-Powered Crossbow”

Lasers used to detect handprint.

DIY Laser Speckle Imaging Uncovers Hidden Details

It sure sounds like “laser speckle imaging” is the sort of thing you’d need grant money to experiment with, but as [anfractuosity] recently demonstrated, you can get some very impressive results with a relatively simple hardware setup and some common open source software packages. In fact, you might already have all the components required to pull this off in your own workshop right now and just not know it.

Anyone who’s ever played with a laser pointer is familiar with the sparkle effect observed when the beam shines on certain objects. That’s laser speckle, and it’s created by the beam reflecting off of microscopic variations in the surface texture and producing optical interference. While this phenomenon largely prevents laser beams from being effective direct lighting sources, it can be used as a way to measure extremely minute perturbations in what would appear to be an otherwise flat surface.

In this demonstration, [anfractuosity] has combined a simple red laser pointer with a microscope’s 25X objective lens to produce a wider and less intense beam. When this diffused beam is cast onto a wall, the speckle pattern generated by the surface texture can plainly be seen. What’s not obvious to the naked eye is that touching the wall with your hand actually produces a change in the speckle pattern. But if you take high-resolution before and after shots, the images can be run through OpenCV to highlight the differences and reveal a ghostly hand-print.

Continue reading “DIY Laser Speckle Imaging Uncovers Hidden Details”