DIY Digital Pinball Console Plays Hundreds Of Games

pinball_console

Pinball machines, while likely considered pretty retro technology by most, are still a fun and engaging way to waste a little time. The problem with pinball machines is that they take up a lot of space, making the hobby of collecting them pretty prohibitive unless you have tons of spare room in your house.

[tbarklay] loves pinball machines but doesn’t have to room for an elaborate collection. Rather than purchase one machine, he opted to build his own pinball table that can be used to play any number of games. He repurposed an old PC to power his table, connecting it to a 24″ LCD panel for the main display board. A custom cabinet was built to contain the large LCD panel as well as the computer. A 19″ LCD screen was mounted on top of the cabinet to serve as the backglass display. A set of arcade buttons were also added to the console to provide realistic paddle control.

While we don’t have a video of his particular table in action, check out this video we found of  a pinball machine that uses the same setup.

Continue reading “DIY Digital Pinball Console Plays Hundreds Of Games”

Control Your Home Theater From Anywhere In The World

ether_ir

Using IR repeaters for larger home theater setups is not uncommon, but they usually are quite simple. A series of IR receivers are placed throughout a home, all wired to repeat the signals in a central closet where all of the AV equipment is located. [Bill] constructed a solution that works much like a standard IR repeater setup, however his requires no receivers, and it can be used anywhere in the world, provided you have Internet access.

His project, called Ether IR, is an Internet-enabled IR repeater. It consists of an Ethernet-connected module with an IR LED mounted on it, capable of controlling your AV equipment. The board is hooked up to your LAN, and relays commands to your home theater via a simple web page. The equipment can then be controlled from any Internet-connected device, such as a mobile phone or tablet PC.

The entire project is open-source, so [Bill] has included schematics, instructions, and a bill of materials so that you can construct your own. The only issue at this point is the software portion of the project. The software is free, but the distribution method is in question – once things are sorted out, he will ensure that you can obtain the software for your Either-IR from him or directly from the Ethernet chip’s manufacturer.

NBA Hangtime Pinball Display

[Ed Zarick] continues work on his NBA Hangtime pinball machine with the completion of the scoreboard and backglass. You should remember this project as we already covered the layer audio he developed for the system. Now he’s proving to be a protoboard master, using point-to-point techniques to build a pair of two and a half digit LED displays for team scores, as well as a shot clock timer and other status indicators.

The lighting board that controls it all is commanded via the i2c protocol, just like the three audio modules. It uses shift registers along with MOSFETs and [Ed] has taken the time to add pin headers and sockets for board interconnects. As is true with the audio system, one Arduino Mega acts as the master on the i2c bus and you’ll notice in the video after the break that the display works in perfect harmony with the sound effects.

We can’t wait to see what he comes up with for the play field!

Continue reading “NBA Hangtime Pinball Display”

These Apple-inspired Speakers Would Make Steve Jobs Envious

isound_speakers

Reader [Brett] sent in the build log of his beautiful set of Apple-inspired computer speakers for us to look over. Having seen our recent post on DIY speakers, he thought he would throw his hat into the ring as well, and we’re glad he did.

He wanted a nice set of speakers to complement his iMac, but couldn’t find anything he liked that would provide the sound quality he was looking for while closely matching the design of the computer. The speakers are constructed out of MDF with CNC milled acrylic front and back panels. Hand-built crossovers reside inside the speaker boxes, which provides for a clean, polished look. He originally planned on building a pair of subwoofers into his desk, but ultimately settled on building a single subwoofer to sit on the floor.

The finished product is simply stunning, and we would have a hard time believing they were a DIY project if we didn’t see them come together piece by piece. Do you think you can match [Brett’s] handiwork?  If so, feel free to share your speaker builds in the comments.

TV Oscilloscope

Need an oscilloscope? Want to see the music? Don’t have money, but do have a old TV? Then this TV to oscilloscope mod may be right up your alley. Now don’t go running off just yet, when you’re working inside of a CRT device you are exposed to mains current, high voltage, and high frequency, so extra care needs to be observed .

If you have your rubber welding gloves, and have discharged all your fat capacitors (including the CRT) its pretty much the same magic trick as couple we have previously featured. Patch an amplified input signal into the vertical deflection coil and let her go, but this instructable features much more detailed instruction, and photos so you have a much better chance of replicating this (not quite lab grade) potentially useful device.

Join us after the break for a short video.

Continue reading “TV Oscilloscope”

Audio Two-fer – Sneaker Speakers And DIY Mid-Fi Woofers

speakers

Nike Air Force 1 shoes are probably some of the most well-recognized sneakers around the world, aside from the always timeless Chuck Taylor All Stars. So when [Alex Nash] was asked to create some art using something ordinary with a goal of turning it into something special,  he immediately grabbed a pair and got to work.

His vision was to build a set of PC speakers by embedding a small amplifier and speakers into a pair of Air Force 1s. As you can see from the pictures on his site, they look awesome. He doesn’t say how good they sound, but we’re betting they perform better than that old pair that came with your last computer.

When [Stacy] was in college, she didn’t have a ton of room or money for a nice audio setup, so she decided to build a pair of speakers rather than buying them. She admits that these “Mid-Fi” woofers won’t be the centerpiece of your Hi-Fi setup, but they still sound pretty darn good for $50 DIY speakers. She compares them to units you would find in the store for $300+, and they sound so good she continues to use them as a compliment to the rest of her Hi-Fi setup now that she has a place of her own.

Arduino Based Ambient Lighting Improvements

[Simon] improved upon an existing hack by making this Arduino ambient lighting system that has four different color regions. He was inspired by [Roy’s] processing-based setup which we saw a few weeks ago. That system used processing to determine the average color of the currently displayed image, then it displayed the color on a single RGB LED strip. [Simon] was thinking a little bit bigger.

He purchased a lighting strip that could be cut into different sections and then set out to develop his own software for multiple color regions. He had little or no experience with Processing so he went one abstraction layer lower and used Java to code his interface. It’s got a lot of nice settings where you can tweak how, when, and why colors are displayed. In the end he has four independently addressable color strip on the left, right, top-left, and top-right of the screen. The best part is that the Java suite he developed can be used on different platforms, having been already tested on Windows and Linux.