DIY Breathalyzer May Be The Hit Of The Party

Okay, this may not be saving any lives, but it makes for a fun novelty at your next rager. Most Breathalyzers aim to keep you from driving when you’ve had too many. The Squidalyzer encourages party-goers to drink more and more by treating a high blood-alcohol-content with great fanfare. An Arduino, a gas sensor, and Processing all come together for this hack. A television interface tells you when to blow into a cup which houses the sensor, and gives a reading of what it measures. Blow higher than the last guy and you’ll break the record. Watch the demo after the break to see the fun [Geoff] had with it. And remember, friends don’t let friends solder drunk.

Continue reading “DIY Breathalyzer May Be The Hit Of The Party”

Make Your Own Cookie Cutters This Year

In case you needed another reason to build, borrow, or buy a 3D printer, here’s one way to design and print your own cookie cutters. [Nikolaus Gradwohl] put together a processing app that aims to make the design process a bit easier. So if you’ve never designed a printable object before, but can get your hands on a MakerBot or similar device through a friend or your local hackerspace, this is for you. Check out the video after the break to see the process of making a cutter in the shape of a mushroom, or just download the app and give it a go.

Continue reading “Make Your Own Cookie Cutters This Year”

LED Wall And Kinect Join Forces

[Alex] wrote in to let us know about this Kinect controlled LED wall that was whipped up at the Tetalab hackerspace in Toulouse, France. The wall, which was built earlier in the year, uses some MAX7313 LED intensity controlling shift registers. Each gets its own board and controls the intensity of sixteen different red LEDs. They’re embedded in the wall module and covered with ping-pong balls as diffusers.

The recent activity on the project takes advantage of the Xbox Kinect. As you can see in the video after the break, they’ve used the open source Kinect drivers to capture 3D environment data, processing it into color gradients which are displayed on the Pong wall. Shouldn’t be long before they someone comes knocking on their door to install this in a dance club. We love the effect, especially because it works in a dark room and the LEDs don’t cause any interference with the video capture.

Continue reading “LED Wall And Kinect Join Forces”

Window Curtain Moves To Screen Pedestrians

[Niklas Roy] built a motorized window curtain to screen out foot traffic in front of his window. When you hear “motorized curtain” you may think that this will move up and down but it doesn’t. Instead, the small curtain move horizontally to cover passersby as they travel down the sidewalk. This is accomplished using a camera in conjunction with some motion sensing software. In the video after the break you can see that the software also anticipates the movement, and ends up doing a good job of keeping the target covered. That’s thanks to the Processing sketch working in conjunction with a rotary encoder on the hardware setup. Details for both are available on the page linked above.

This harkens to other community involvement hacks we’ve seen like the subway stair piano, or the bottle recycling video game. It’s fun and quirky, which is not too much of a surprise as we saw a glimpse of that when we looked at [Niklas’] public fountain hydropower generator.

Continue reading “Window Curtain Moves To Screen Pedestrians”

Android Apps Using Processing

Processsing has come to Android. [Jer] posted a guide to setting up the software and coding your first Processing app for Android. The module which supports Google’s mobile operating system is not yet part of the stable Processing release but it works and is available to download and use. It provides support for Android version 2.1 and newer, playing nicely with the SDK to emulate your sketches during development. The Hello World app seen above uses just a few lines of code to draw a white box on an orange background. After you’ve installed and tested the tools you’ll be developing in no time.

This makes a great addition to your Android development tool bag.

[Thanks Tech B]

Unwrapping 360 Degree Video

[Golan Levin] found a way to unwrap the 360 degree images he created with his camera. He’s using a Sony Bloggie HD camera which comes with a 360 degree attachment for the lens. This produces a donut shaped image (seen in the upper left) that was not all that palatable to [Golan]. He used Processing and openFrameworks to create a program that lets him unwrap the donut into a flat image, or create a ring of video where the viewer is at the center and can scroll left or right to see the rest of the filmed environment. He released the source so you can adapt the program if you’re using a different 360 video setup.

[Thanks Kyle]

Printing With Pressure

The video of [Thibault Brevet’s] printer makes it look like he’s actually designed a vinyl cutter (watch it after the break). But at the end of the printing process you see that the top layer was actually a piece of carbon copy paper and the magic was happening underneath. The print head applies enough pressure to transfer the blue-ish printing ink onto the paper giving the result seen above. He’s driving this with an Arduino and feeding data using Processing.

[Thibault] left this link in the comments from the LEGO printer post. Shame on him for not tipping us off as soon as he posted info on this hack. Don’t underestimate yourselves, if you hack it we want to hear about it!

Continue reading “Printing With Pressure”