MAME Cabinet 3D Modeled And CNC Milled

[Entropia] is just putting the final touches on his bar-top MAME cabinet (translated). The project started out as a 3D model to get the case dimensions just right. An old laptop is being, so the enclosure was designed to fit the bare LCD assembly and hide the rest of the computer. [Entropia] had access to a CNC mill through an education program and used it to cut most of the parts for the case out of MDF.

From there the build proceeds as normal. Mounting holes for the controls were cut with a drill and hole saws. We think it’s a bit easier to lay this design out once you have the control panel itself milled, rather than try to get it right in the 3D model. The image above is part way through the build. Since it was taken the case has been painted and a sound system was added but it looks like it’s still waiting for a bezel over the LCD and a marquee for the masthead.

You can see a demo of the game selection UI after the break.

Continue reading “MAME Cabinet 3D Modeled And CNC Milled”

Macetech Takes On Its Own Ambilight Clone Hack

[Garrett Mace] decided to beef up his 58 inches of plasma with 60 Watts of LED lighting. After seeing a ton of Ambilight clones using his LED modules, he’s built his own powerful system. Not surprisingly, it’s nothing short of professional-grade work.

Kudos to [Garrett] for showing the entire process in the video after the break. We’re talking about his planning stages, which are so often left out of build logs. He first measures the back of the television, and does some testing for distance and angle of the Satellite LED modules to establish how many should be used and to estimate the optimal spacing. From there he modelled a framing system before getting down to the actual build.

The wood frame is made up of a box with a horizontal crossbar serving as a place to mount the drivers. Around the edges, tilting rails were added to make the angle of the LED modules adjustable. As with many other Ambilight clones, [Garrett] uses the boblight software to drive his system and we appreciate it that he included his configuration file for reference. Once up and running the effect is breathtaking (and possibly blinding).

Continue reading “Macetech Takes On Its Own Ambilight Clone Hack”

How To Record 3D Video In 3D

Legalities of doing something like this aside, this concept by [MadSci labs] gives some insight into how one would go about recording a 3D movie in 3D.  Probably many of you have wondered if this could be done, but they took it one step further and actually made a device capable of doing just that.

[MadSci labs] solution involved taking some 3D glasses home from a theater, cutting them to size, and taping them to a HTC EVO 3D phone.  Each lens piece was taped over a different camera lens to separate out the two 3D elements needed to produce a stereoscopic image. Their experiment was successful, however some loss of quality was experienced.  Because of this, we’re not expecting to see a lot of in-theater movies pirated this way, but given a more professional-quality build, you never know what will happen.

You can see the “results” of their experiment after the break. As it’s not in 3D, it should give you an idea of what is going on. Continue reading “How To Record 3D Video In 3D”

Cheap Acoustic Panel DIY

[Eric Wolfram] wrote in to let us know about a simple and cheap acoustic panel DIY he put together.  When installing a home theater acoustics are often neglected (especially if you spend so much on the TV you cannot afford any furniture for the room) resulting in reduced listening quality and poor spacial sound imaging from your surround system (also responsible for the furniture problem). The addition of sound absorbing panels helps control the acoustics of the room and may even class up the place a bit.  These are also come in handy for home studio usage where a low level of reverberation is preferred.

The panels are relatively simple to produce on a budget, just a sheet of 2″ thick dense fiberglass board glued into a wooden frame and covered in a sound-transparent fabric. [Eric] goes into a lot of the material selection process to help you along your way. The best part about the project (aside from its obvious utility) is that all of the materials can be found cheaply at your average home improvement store, with the exception of the fabric.  [Eric] mentions that you can substitute colored burlap if need be.  Once the panel is assembled and glued it just has to be hung on the wall of your choice like a large heavy picture frame. This could certainly help the acoustics and reduce some slap-back echo in your warehouse/shop. We might have to try this one over the weekend.

Thanks [Eric]!

USB Killswitch Turns Off Your Home Entertainment Bling Automatically

Finally, the USB port on the back of your television can be tapped for something useful. [Don] is using this add-on device to automatically cut the power to his Ambilight clone. Initially, he got tired of unplugging the power adapter each time he shut off the television, so he added a switch. But laziness overcame him and he decided he needed an automatic method. After probing around on the connections available, he established that the serial interface (normally used for servicing the device) was not of any use, but the USB port is. He measured the voltage of the power bus to be 5V when the TV is on, and 0.15V when it is off. He whipped up the circuit you see above which uses the USB connection to trigger a relay, connecting power to his Ambilight clone when the television comes on, and disconnecting it when the set is switched off.

Our dream has always been an XBMC capable device that can Velcro to the back of a TV, and be powered from that USB port. Unfortunately the Beagle Board hasn’t yet made it to a stable level when running XBMC. Our next hope is the AppleTV 2, which can run XBMC but would require some hacking to get it working off of the USB port, raising concerns about how much current it would draw at 5V.

Remote-controlled VMUSIC2 Audio Player

ir_controlled_vmusic2_audio_player

[Ron] was looking for a way to play his MP3s around the house without having to use his computer. He also wanted the ability to remotely control his tunes with an old camcorder remote he had sitting around – not exactly a feature you would find in an off the shelf personal audio player.

Ultimately, he decided to construct his own remote-controlled audio player using a VMUSIC2 audio module, which can decode MP3s from any standard USB drive. The VMUSIC2 is controlled by a Propeller demo board, which also handles receiving and decoding IR signals from his camcorder remote. While he was originally dumping ID3 tag data to his computer for debugging purposes, he recently added an LCD screen for displaying song information in a more useful manner.

The MP3 player seems to work pretty well if the video below is any indication, though it’s begging for a nice enclosure to tie things together. We like the project so far, so we’re sure [Ron] won’t fail to impress when it’s completely finished.

Continue reading “Remote-controlled VMUSIC2 Audio Player”

DIY Amplifier Minder Turns Off Your Stereo When You Forget

arduino_receiver_minder

[zmashiah] has a nice Nova tube amplifier in his living room, and he often forgets to turn it off once he’s done listening to music. He feels guilty when this happens, as it not only shortens the lifespan of his stereo, but it’s not exactly the greenest behavior either. Rather than let his receiver idle any longer, he built a simple device that automatically turns it off when he forgets.

He wired an Arduino to the line level output of the receiver, sampling the audio every two seconds. When five minutes pass without an audio signal, the Arduino sends an IR command to the receiver, turning it off.

He says he’s aware that it might be overkill to use an Arduino for this application, but that he would rather fork out an extra dollar or two instead of spending hours poring over AVR assembly code. While we’re all for efficiency, we can’t exactly argue with that logic – time is money!

[zmashiah] is kind enough to include his schematics as well as the code for his project, so be sure to check it out if you occasionally forget to turn off your IR-enabled appliances.