Class Up Your Haunted House With A Disney Mansion Prop

raspiDisneyPortrait

Die-hard Disney fan [Brandon Etto] must have one of the coolest houses in the block around this time of year, especially now that he’s built his own Master Gracey changing portrait. If you’re unfamiliar with the Disney Haunted Mansion attraction, there are a few different versions at theme parks around the world; the Orlando one features a portrait above the fireplace that miraculously ages into skeletal form.

[Brandon’s] recreation uses a Raspi loaded with a Video Looper SD image that cycles through a clip of the aging man image. He fabricated a box to hold a 19″ LCD monitor and mounted an inexpensive IKEA frame to the front. The magic is hidden with window film applied to turn the frame’s glass into a two-way mirror: a technique [Brandon] borrowed from this Halloween Instructable.

For a step-by-step tutorial, you’ll want to head over to [Brandon’s] writeup on MAKE, but stick around for a quick video demonstration after the break and check out another Haunted Mansion hack: the Singing Heads.

Continue reading “Class Up Your Haunted House With A Disney Mansion Prop”

A Twitter Connected Mechanical Calculator

The TwitALU

Two students at the University of Bristol wanted to create a computer to demonstrate how ALUs work. The result is the TwitALU, a Twitter connected mechanical calculator.

The device uses a custom 7400 series ALU based on the famous MOS 6502 processor. Instead of doing the calculations on a silicon die, the ALU drives mechanical relays. This produces a nice clicky-clacky sound as the calculation is computed.

To start a calculation, you tweet @twittithmetic with your input. A Raspberry Pi is used to load the instructions into the ALU. Once the computation is done, it’s tweeted back to you and displayed on the Nixie tube display. It’s not efficient, or fast, but it does the job of demonstrating the inner workings of the device while doing simple math.

The device’s schematics are all available on the website, and are helpful for understanding how a simple ALU works. After the break, check out a quick clip of the TwitALU in action.

Continue reading “A Twitter Connected Mechanical Calculator”

Alas, Poor Yorick! I Tweeted Him

yoreck the talking skull

You know Halloween is coming around when the tweet reading skulls start popping up. [Marc] wanted to bring the Halloween spirit into his workplace, so he built “Yorick”. In case you’re worried, no humans were harmed (or farmed for parts) in the creation of this hack. Yorick started life as an anatomical skull model, the type one might find in a school biology lab. Yorick’s skull provided a perfect enclosure for not one but two brains.

A Raspberry Pi handles his higher brain function. The Pi uses the Twitter API to scan for tweets to @wedurick. Once a tweet is found, it is sent to Google’s translate server. A somewhat well-known method of performing text to speech with Google translate is the next step. The procedure is simple: sending “http://translate.google.com/translate_tts?tl=en&q=hackaday” will return an MP3 file of the audio. To get a British accent, simply change to google.co.uk.

The Pi pipes the audio to a speaker, and to the analog input pin of an Arduino, which handles Yorick’s lower brain functions.  The Arduino polls the audio in a tight loop.  An average of the last 3 samples is computed and mapped to a servo position. This results in an amazingly realistic and automatic mouth movement. We think this is the best part of the hack.

It wouldn’t’ be fair for [Marc] to keep the fruits of his labors to himself, so Yorick now has his own Livestream channel. Click past the break to hear Yorick’s opinion on the Hack A Day comments section! Have we mentioned that we love pandering?

Continue reading “Alas, Poor Yorick! I Tweeted Him”

Raspi Z-Wave Automation Is Automated

raspiAutomationLocksnLights

Home automation keeps popping up here at Hackaday, so [Cristian Zatonyl] decided to share his Raspberry Pi-based system with us. This build takes a firm stance on the “automated” side of the automation vs. control debate we had last week: no user input necessary. Instead, [Cristian] relies on geofencing to detect whether he has driven outside the set radius and automatically turns off the lights and locks his door.

The build takes advantage of Z-Wave products, which are your typical wireless remote-control gadgets, but tacks on a third-party “RaZberry” board to a Raspi to give it control over off-the-shelf Z-wave devices. The final step is the integration of a custom iOS app that keeps tabs on the geofence boundaries and signals the Pi to control the lights and the front door lock.

[Cristian’s] tutorial covers the basics and admits that it’s a proof of concept without any security features. Judging by his other YouTube videos, however, we’re sure more developments are underway. Check out the video below for a demonstration of the system, then feel free to speculate on security concerns in the comments. Our article on Z-wave security from a few years ago might be a good starting point.

Continue reading “Raspi Z-Wave Automation Is Automated”

Computer Controlled Water Show

watershow

After seeing our recent post on Laminar Flow Nozzles, [Richard] decided to share with us his family’s summer project — a computer controlled water show (translated)!

The setup uses a Raspberry Pi at its core and a set of USB relay boards to turn the valves and lights on and off to the music. They wrote the program in Python and have posted it on their website to share.

They used common household solenoid valves because they are easy to control by relay, but unfortunately they are on/off only, so variable flow is not possible. A challenge they encountered was equalizing the water pressure — one to make sure the pump didn’t over heat when the fountains were off, and two, to equalize the height of each fountain stream. To solve this they used a pressure regulator for the pump, and organized the plumbing in such a way with additional control valves that the pressure differences were minimal.

The setup doesn’t sound like it cost that much, and now the family has their own music activated water fountain in their garden — how awesome is that! Stick around after the break to see it in action.

Continue reading “Computer Controlled Water Show”

A Retro, Not Steampunk, Media Center

[toddfx] wanted to put his Raspberry Pi to work and set about creating one of the best stereos we’ve ever seen: It’s called the Audio Infuser 4700, and turns a conglomeration of old disused stereo equipment into a functional piece of art.

[toddfx] used a Raspberry Pi to stream music over WiFi, but also wanted to play some classic vinyl. He took apart an old Yamaha YP-D4 turntable. stripped it to the bone, and created a fantastic oak enclosure around it. To this, he added a seven-band graphic EQ, aux jacks (both in and out), and a tiny 5″ CRT from an old portable TV.

Where this build really gets great is the fabrication. The front panels have all their graphics and lettering engraved via a toner-transfer like method using copper sulphate and salt. [todd] got the idea from this thread and we have to say the results are unbelievable.

Even though this awesome device only used for music, [toddfx] used the tiny color CRT to its fullest. Flick one switch, and it’s an oscilloscope-like display. Flick another switch, and it’s the output of the Raspberry Pi loaded up with a few MAME games including Pacman, Asteroids, and Space Invaders.

[toddfx] put up a build page for his Audio Infuser and an awesome video for his project, available below.

Continue reading “A Retro, Not Steampunk, Media Center”

Using A Raspberry Pi To Give Your Car More Features

[Andrei] is cruising in style thanks to his Raspi-powered CarPC project, which is a steal at $200 considering all the functionality it provides. This is an update to the work we saw from him back in March. Rather than completely replace his car’s head unit, [Andrei] simply relocated it to the trunk, permanently set it to the “aux input” source, and connected the Raspberry Pi’s audio output. The Pi runs a Raspbian Wheezy distro with XBMC and is mounted in the storage area beneath the middle armrest. [Andrei] filled the hole left by the old stereo with a 7-inch touchscreen display, which connects to the Pi through both HDMI and USB. If you throw the car into reverse, the Pi automatically selects the touchscreen’s AV input to display the car’s backup camera, then flips back when put in drive.

The unit also provides navigation via the open-source Navit software using OpenStreetMap data. An ST22 SkyTraq GPS receiver grabs coordinates and feeds them into the Raspi, which updates the on-screen map once per second. You’ll want to watch the video after the break (Audio Warning: Tupac) to see for yourself just how well the CarPC came together,

Continue reading “Using A Raspberry Pi To Give Your Car More Features”