New Year’s Eve Countdown Clock Included SMS Interactivity

We remember several years back, when text messaging was first becoming popular, we went to a bar which had a huge television that would display text messages sent to a particular number. This sounds like a novelty, but in a large group of folks who know one another it’s the sandbox of social games. Wanting to tap in on that fun for his New Year’s Eve party, [James] built this countdown timer that includes an element of SMS interactivity (link dead, try the Internet Archive version).

The rig is projector based. A computer using Processing does the majority of the work but [James] needed a way to accepts text messages (the locale of the party had no Internet connection so this was the best bet). He grabbed a GSM shield and his Arduino Leonardo. The bulk of the evening the display showed the last few messages received, with a small countdown timer in the lower corner. As the countdown approached zero the time was given prominence as in the image above. We guess he was lucky to find a prepaid SIM card that allowed free incoming text messages. Our cell provider charges us 20¢ for each.

You might give this one a whirl next year. If it’s not quite your thing take a look around. We’ve seen a lot of fun setups like this mini ball drop.

Glass Delay Line Slide Used In An RGB Lamp

glass-delay-lines-lamp

The spire used in this lamp is a part from an old television. It’s a glass delay line slide which pipes the light up from the Bluetooth controlled RGB lamp (translated) in the base.

We have looked at delay lines previously when [Dave Jones] tore down a camcorder to get at one. But we must have missed the EEVblog follow-up episode which explains how the glass slides work. The device uses physical distance to form a delay. Waves directed into the edge of the glass slide bounce around at an angle before being sensed at the collection point. [Lukas] liked the visual appearance of the part and decided to use it to add visual interest to his lamp project. The nature of the glass makes it perfect for directing the light up and away from the PCB.

The lamp consists of one RGB LED module controlled by an ATtiny2313 microcontroller. Also on board is a HC-05 Bluetooth module. This along with an app he wrote lets the user change lamp color and behavior wirelessly. You can see the lamp in action in the video after the break, but we think the camera shot probably doesn’t do it the justice it deserves.

Continue reading “Glass Delay Line Slide Used In An RGB Lamp”

LED Ice Cubes Prevent Alcohol Induced Blackouts

cube

On November 23rd last year, [Dhairya] attended a little shindig at MIT. Three drinks into the night, he blacked out and woke up in the hospital the next day. It was an alcohol-induced blackout, and like all parties at MIT, there’s an ingenious solution to [Dhairya]’s problem.

[Dhairya] came up with an alcohol-aware ice cube made of a coin cell battery, an ATtiny microcontroller, and an IR transceiver are molded into an edible gelatin ice cube. The microcontroller counts the number of sips per drink, and after one glass of adult beverage changes the color of the flashing LED from green to yellow. After two drinks the LED changes from yellow to red, signaling [Dhairya] to slow down.

If [Dhairya] feels the night is too young and keeps on drinking, the IR transmitter signals to his cell phone to send a text to a friend telling them to go take [Dhairya] home.

Less than three weeks after waking up in the hospital, [Dhairya] tested out his glowing ice cubes at another party. Everything performed wonderfully, even if he admits his creation is a little crude. A neat piece of work, and we can’t wait to see an update to this project.

Continue reading “LED Ice Cubes Prevent Alcohol Induced Blackouts”

Turning A Game Boy Into An Android Gamepad

gameboy

[Chad] has been messing around with emulators on his phone, but as anyone with a smart phone knows, even the most advanced touchscreen controls are terrible. Wanting something that pays tribute to the classic systems he was emulating, he decided to turn a classic old school brick Game Boy into an Android gamepad.

After gutting an old DMG-01, [Chad] set to work turning the D-pad and buttons in the Game Boy into something his Galaxy Nexus could understand. He chose a Bluetooth connection to provide input for his emulators, with the hardware generously donated from a Nintendo Wiimote.

The Game Boy PCB was cut up and a few leads attached to the Wiimote PCB. After modifying the case to include space for the Wiimote and a cell phone mount, [Chad] had a functional game pad, perfect for his adventures in emulation.

You can see [Chad]’s demo of his game pad after the break,

Continue reading “Turning A Game Boy Into An Android Gamepad”

[Ben Krasnow] Builds A CT Scanner

gif

After building a homebrew x-ray backscatter imager, [Ben Krasnow] realized he had nearly all the components to build his own CT scanner, able to make a 3D model of the inside of a frozen chicken.

Basically, a CT scanner takes dozens of x-rays of an object and reassembles them with the help of fancy algorithms to allow doctors to peer inside a human body. The CT scanners you’ll find at your local hospital are monstrous devices, rotating an x-ray tube and sensor around a patient with the help of some very heavy duty electromechanical engineering. [Ben] wanted to keep his build rather small, so instead of rotating the x-ray tube and screen around an object, he simply made a stepper motor-driven lazy suzan to rotate his frozen bird.

[Ben] set a digital camera off to the side of his build and captured 45 images of a rotating chicken. After correcting for the perspective distortion, the images were thrown into 3D Slicer to create a true 3D representation of a x-rayed chicken.

Continue reading “[Ben Krasnow] Builds A CT Scanner”

Robot Has Rhythm; Carries Drum Sticks

This little robot needs to go on the road with the Blue Man Group. The treaded rover carries its own drum sticks and uses random objects as its drum set.

We admit that this is not a fresh hack. It harkens from 2008 but this is the first time we can remember seeing the little guy. After viewing the video embedded after the jump we think you’ll agree the project deserves to be seen by as many aspiring hardware hackers as possible.

Perched atop the pile is a speaker, with a second hidden between the yellow treads. The lower unit lets the PICAX 28 microcontroller produce beeps and pops, while the upper unit provides a background track for the drumming. The two rods extending above the ultrasonic rangefinder are connected to a couple of motors and drum along with a third stick that looks like a tail. Even the servo that sweeps the rangefinder from side to side keeps the beat. The synchronized magic is all in the code, which you can get your hands on in step 11 of this longer build tutorial.

Continue reading “Robot Has Rhythm; Carries Drum Sticks”

Adding AirPlay To A Shelf System

adding-airplay-to-a-shelf-system

AirPlay is a great system. It allows you to send whatever media is playing from one device to another. Sure, we wish it were a bit more open (Apple is certainly not known for that) but there are several option for creating your own AirPlay receivers. After coming across a project that does just that, [Matt Shirley] decided to turn his shelf system into an AirPlay receiver.

The path to his goal depends on the Raspberry Pi’s ability to receive AirPlay audio using the Shairport package (we just looked in on another player that does this last week). He uses an Edirol UA-5 USB audio interface as an amplifier for his record player. He wasn’t using the USB port for it and knew that it would be simple to connect the RPi USB as a host for the device.

Wanting to keep the look of the system as clean as possible he popped the lid off of the amp. There is just enough room to fit the small RPi board inside. He hacked (literally, look at the pictures) an opening for the USB ports into the side of the metal enclosure. A short patch cable connects from one port to the USB jack on the back of the amplifier. The white cable leaving the side of the case provides power to the Rasperry Pi. The surgery was a success and now he can listen to his tunes with a tap of his finger.