Insane Covert IR Illumination

[Onironaut] over at lucidscience sent us a link to his latest project, some IR illumination panels. At first, we were mildly enticed by his usual high standard of photography and description. It was just an array of LEDs though. Still, we kept hitting the “next page” button because he goes into such great detail. Then we saw version two. Instead of simply being an array of IR LEDs mounted outside for his security camera, he has mounted 1536 IR LEDs inside an old flat panel monitor. That’s a fake monitor producing 180 watts of IR light, and we think that’s even at half power!  He replaced the screen of the display with one way mirror, so you would have no idea that it isn’t just a normal screen sitting on his desk.  Great job as usual [Onironaut].

Simple Sensors To Calculate RPM

Ever wonder how to calculate revolutions per minute using a microcontroller? This project shows you how by purposing an IR emitter and detector and a computer fan. As the fan blades spin they disrupt the beam of infrared light between the emitter and the receiver. This results in a waveform on the receiver’s circuit which can be easily used to trigger interrupts in any microcontroller. In this case a PIC 18F452 monitors the detector’s signals for a rising edge. By measuring time data between interrupts the period can be established and RPM calculated. You can see a video of the test rig after the break.

So what can you use this for? It’s the method that most spinning POV displays use to stabilize the display. You won’t be limited to an IR sensor, but can use a hall effect sensor in the same basic fashion.

Continue reading “Simple Sensors To Calculate RPM”

Kids Type With Their Eyes, Robot Arm Prints Their Words

F.A.T. took it to the next level, combining a couple of their projects for the Cinekid festival. This contraption lets kids write their names with their eyes for printing by a robot arm. The first part is a glasses-free version of the EyeWriter, originally developed as an assistive technology. The system uses some IR LEDs to generate a reflection on your eye that a PS3 camera can pick up and use to precisely track your gaze. Just look at each key on a virtual keyboard to spell out your message. From there, a robot arm used previously in the Robotagger project prints out the name on a big sheet of paper the kids can take home. This is cool, but more importantly it’s a great way to inspire the next generation of hackers and engineers. Check out the video after the break.

Continue reading “Kids Type With Their Eyes, Robot Arm Prints Their Words”

BendDesk Multi-touch Furniture

The BendDesk is a horizontal and a vertical multi-touch display connected as one curved surface. Think of it as a smart white-board and a multi-touch desk all in one. It can be used to sort and edit information, or to play games. Check out “Bend Invaders”, a game demonstrated in the video after the break. When you touch two fingers to the display the two points are used to aim a laser at the oncoming monsters.

The system uses a combination of two projectors shining on the surface from underneath and behind. A series of LEDs around the edges of the display bathe it in infrared light. Three cameras with IR filters peer at the underside of the acrylic surface and detect touches by distinguishing variances in the IR pattern through a process called Frustrated Total Internal Reflection. If you’re interested in more of the math and science involved there are a couple of papers available from the project site linked at the top of this post.

We’ve seen so many displays using the Kinect lately, it’s refreshing to see one that doesn’t.

Continue reading “BendDesk Multi-touch Furniture”

Adding Pan And Tilt To A Webcam

[Brent] and his wife wanted a way to provide more family time for Grandparents that lived far away. They tried a webcam, but their daughter just didn’t oblige by staying in the frame. Instead of chasing her around the room with with the camera he added pan and tilt features to the device. He settled on IR control using a common television remote, similar to our USB remote control receiver tutorial except that it drives servo motors instead of forwarding signals over the serial connection. [Brent] used a Picaxe 08M, connecting two servos together as a base on top of the project box. If you try this yourself there’s a lot of room to grow. Once you’ve assembled the hardware it wouldn’t be too hard to make this web enabled so that Grandpa can click on a web interface to look around the room.

Projector Introduces Augmented Reality To Reality

[Raj Sodhi] and [Brett Jones] have been working on interactive augmented reality as part of their research at the University of Illinois. What they have come up with is a stylus-based input system that can use physical objects to create a virtual landscape. Above you can see that an environment was built using white blocks. A camera maps a virtual world that matches the physical design. From there an infrared stylus can be used to manipulate virtual data which is projected on the blocks.

What they’ve created is a very advanced IR Whiteboard. There are buttons on the stylus, one of which opens the menu, made up of circles that you can see above. From there, you can select a tool and make it do your bidding. After the break there’s a video demonstration where a game is set up, using the menu to place tanks and mines on the 3D playing field. We wonder how hard it would be to do this using a projector and a Kinect.

Continue reading “Projector Introduces Augmented Reality To Reality”

Make A Point-and-shoot See Infrared Light

[Daniel Reetz] has caught the Kinect hacking fever. But he needs one important tool for his work; a camera that can see infrared light. This shouldn’t be hard to accomplish, as the sensors in digital cameras are more than capable of this task, but it requires the removal of an infrared filter. In [Daniel’s] case he disassembled a Canon Powershot to get at that filter. There’s a lot packed into those point-and-shoot camera bodies and his teardown images tell that tale. He also ended up with extra parts after putting it back together but that didn’t seem to do any harm.

After the break you can see video that shows the Kinect’s speckled IR grid, which is why he needed IR sensing in the first place. But there’s also some interesting photos at the bottom of his post showing the effect achieved in outdoor photography by removing the filter.

The flash never made it back in the camera. That’d be a perfect place for an IR light source. You’d end up with a night-vision camera that way.

Continue reading “Make A Point-and-shoot See Infrared Light”