Augmented Reality Welding Mask

There are so many good ideas crammed into this project its hard for us to believe this isn’t already widely used for critical welding applications. Traditional welding masks simply filter out light to protect the welder’s eyes. This mask doesn’t have a window in it at all. Instead, the mask includes two cameras on the outside and two LCD screens on the inside. It filters light by processing the video which lends itself to that grab-bag of features we mentioned earlier.

Possibly the best of the system is its ability to selectively filter the brightness of the weld. What this means is that areas outside of the welding arc appear at a normal brightness level, whereas before they would have been greatly dimmed. A demonstration of augmented reality is also shown, where a computer monitors the welding surface, giving the welder a target to follow and measuring the distance between the weld and the filament. The video mentions that an FPGA would be well suited for the image processing, making us think this could be produced at a reasonable cost. After all, they already use X-ray machines for some welds, we’d bet a set of these helmets could be supplied to a crew at a similar cost.

[via Reddit]

Full-color Video On A Spinning POV Display

Watching Big Buck Bunny on a spinning POV display is pretty impressive. Sure, the circular display area cuts off some of the picture, but otherwise it looks fantastic. This POV display is based on a Gumstix board. It runs embedded Linux which makes video playback rather easy. But translating each frame to the round display is another story.

The device is the result of a course project at Telecom ParisTech. [Félix], [Sylvain], and [Jérémy] used an FPGA to do the pixel mapping. This uses an encoder wheel (rather than a traditional hall effect sensor) to ascertain the blade’s position. The sensor that monitors the disc sends quadrature encoded pulses which result in 10-bit position data. The FPGA uses that data to calculate where each LED falls in its arc, then looks up the pixel color for that position. It’s not the largest POV display we’ve seen, but it certainly has the very best RGB resolution by far.

Continue reading “Full-color Video On A Spinning POV Display”

Robot Bar Tender Records Wedding Guests Getting Drunk

Having an open bar usually means hiring at least one bar tender. But this hack does away with those labor costs (and someone to make sure your teenage cousins aren’t drinking) by putting a robot in charge of things. But the fun doesn’t stop there. One of the features of this bartender is that it records a 30 second video every time it dispenses a beverage. We’d image these get a bit funny as the night wears on before taking a dramatic turn into sadness.

The link above shares a ton of details on the device so make sure that you click-through the different pages in the navigation bar. The mechanical page shows off all of the effort that went into designing the machine in Solidworks. The ingredients start on the top layer in inverted bottles. Each feeds to a valve which has its own nozzle. Like a round version of the Inebriator, a glass is placed in a trolley at the bottom that pivots around the center of the machine. Once it gets back to the opening in the acrylic case you can grab your drink, give it a quick stir, and off you go.

Check out the video after the break to get a look at the user interface which includes that recorded video greeting for the happy couple.

Continue reading “Robot Bar Tender Records Wedding Guests Getting Drunk”

Binoculars As A Zoom Lens

It may seem trivial at first, but the effect [Dan] gets when using binoculars as a telephoto lens is surprising. The images are well in focus with great colors. This technique not only brings your subject mater closer but also provides a depth-of-focus feature not normally available on simple cameras or camera phones.

The proof is in the example footage found after the break, but you’ll also find a video tutorial detailing the build. [Dan] already had the expensive components are a pair of mini binoculars and a Kodak Zx3 pocket camcorder. The camcorder is the same form factor as a smart phone so using different hardware will be a breeze. He started off by building a prototype out of paper. Basically it’s a bracket that properly aligns the camera with one lens of the binoculars. Once he had everything lined up he transferred his measurements to some sheet metal. The bracket for the binoculars is attached to the one for the camera using bolts and wing nuts to make it adjustable. One important part of the design is to gut a hole for access to the binocular focus wheel.

Continue reading “Binoculars As A Zoom Lens”

IOIO Controller Replacement For An RC Truck

This RC truck can be controlled with the tip of your thumb or the tilt of a wrist. That’s thanks to the IOIO which was inserted in place of the toy’s original controller. [Exanko] made the hardware changes in order to use his Android phone as the controller. The white circle is a software joystick that acts as throttle when your thumb moves along the Y axis, and steering when it moves along the X axis. But while he was at it he also included accelerometer input as an alternative control option.

The IOIO board has a Bluetooth dongle connected to its USB port as a means of wireless communication. The dongle was hacked to accept an external antenna, thereby increasing the truck’s range. There is also some on-board flair like LEDs for lights and even a laser diode for… well we’re not sure what that’s for. Get a better look at the hardware internals in the clip after the break.

Continue reading “IOIO Controller Replacement For An RC Truck”

Breadboarding A 4-bit ALU

[TGTTGIT] recently took the plunge and decided to build his own computer using logic chips. He just completed a 4-bit ALU which can compute 18 functions. It took a long time to get the wiring right, but in true geek fashion his build was accompanied by an alternating Chapelle’s Show and Star Trek: TNG marathon playing in the background.

This project is the stepping stone for a larger 16-bit version. The experience of wiring up just this much of it has convinced him that an FPGA is the only way to go for the future of the build. But since he had already ordered the chips it was decided that the only thing to do was to see this much through. He used the truth table from The Elements of Computing Systems for the design and posted several times about the project before arriving at this stopping point so you may be interested in clicking through the other post on his blog. There’s also a lot of other TTL computer projects around here worth checking into.

Continue reading “Breadboarding A 4-bit ALU”

Adding A Sound Synthesizer To A ‘don’t-touch-the-sides’ Maze Game

Part of the fun of the classic game of Operation is the jump you get from the loud buzzer which sounds if you touch the sides. This exhibit piece uses the same principle of lining the edges of a track with metal, but instead of an annoying buzz, each touch will issue a bit of music. That’s because the maze has been paired with a synthesizer. Instead of one sound wherever the stylus touches the sides, different parts of the maze act as one of 94 keys for the synthesizer.

There’s a lot more built into the base of the device than just a maze game. The knobs are used to alter the audio effects and the buttons work in conjunction with they stylus to sequence audio samples. There’s even a graphic LCD screen which shows the currently playing wave form. You can get a better look at the project in the video after the break.

Continue reading “Adding A Sound Synthesizer To A ‘don’t-touch-the-sides’ Maze Game”