Surround Sound System Controller Replacement Includes Home Automation

[Neoxy] always wanted surround sound for his computer, and one day he managed to get a hold of a dead 5.1 system. Why buy one when you can repair someone’s rubbish, right? That turned out to be easier said than done, but after several false-starts he managed to resurrect the audio system by replacing the microcontroller.

We find his trouble-shooting technique interesting. The amp would power up without a hitch but no sound would come out of it. So he took a headphone cable and used the L and R conductors as probes. That cable was fed from an MP3 player, and by touching the probes to the audio inputs for the pre-amp and amplifier circuits he could get great sound out of the speakers. Reasonably certain that those boards were working fine he narrowed down the troubles to three chips that mix, select inputs, and control the system.

A lot of prototyping with an ATmega328 and an Arduino led him to the functionality you see in the video after the break. Not only did he get the system working, but he’s using the Arduino to add Internet control for the device.

Continue reading “Surround Sound System Controller Replacement Includes Home Automation”

PiP-Boy 2000 Build Goes For Function Over Form

 

[Daniel] wrote in to tell us about his PIP-Boy 2000 prototype. While most PIP-Boy remakes we’ve seen tend to be focusing more on the aesthetic side, like a prop, [Daniel] is attempting to make a functional one. He has included a GPS sensor, RFID reader,  and radiation detector in his build but did choose to stick with the familiar PIP-Boy visual theme in the menus. He has a very long way to go if he wants it to do everything the PIP-Boy from Fallout did, but his list of semi-functional features is growing steadily.

Currently there are the basic functions of:

  • automapping and waypoint navigation
  • external PC interface
  • inventory status and item recognition (using RFID)
  • player experience (adds experience as you go to new locations)
  • ambient radiation
  • screensaver

Let us know when you get that sucker to stop time [Daniel]

Kid-friendly RFID Media Center Playlist Control

rfid-dreambox-control

While young children have the tiny hands and fingers that most hackers/tinkerers wish they possessed from time to time, their fine motor skills aren’t always up to par when it comes to operating complicated electronics. People are always looking for ways to make their home entertainment systems accessible to their kids, and [Humpadilly] is no exception. Much like some of the other hacks we’ve seen this week, he has devised a way for his little ones (1 and 2 years old) to control his Dreambox Media Player using RFID, which seems to be the go-to technology for this sort of thing.

His RFID remote consists of three major components aside from the media player itself. An Arduino runs the show, and is connected to both an Ethernet shield and a breakout board fitted with an ID-20 RFID reader module. The Ethernet shield allows the Arduino to talk to his Dreambox over a telnet connection, while the RFID reader does what you would expect.

The device is in its infancy at the moment, and while [Humpadilly] hasn’t published a ton of details about the actual RFID devices he is using to control the system, he says that more details and improvements are forthcoming. In the meantime, you can check out his code here.

Billiards Concepts Plied To Position Acoustic Panels

If you know your way around a pool table you should be able to apply those skills to improving the sound of your home theater. [Eric Wolfram] put together a post that discusses the issues caused by unwanted sound reflections and shows how to position acoustic tiles to solve the problem.

This is a companion post to his guide on building your own acoustic tiles. Don’t worry if you haven’t gotten around to doing that yet. With just a wood frame, dense fiberglass, and some fabric they’re simple to build. They’re also easy to hang but until now you might have just guessed on where they should go.

Once you have all of your speakers and seats in position grab a mirror and some post-it notes. Take a seat as the viewer and have a friend operate the mirror as seen above. With it flat against the wall, mark each spot with a sticky-note where you can see a reflection of one of the speakers. Finding the reflection points is just like lining up a bank shot in Billiards. With five speakers (5.1 Surround Sound) and six surfaces (walls, ceiling, and floor) you should be able to mark 30 reflections points. Now decide how wild you plan to go with the project. The best result will address all 30 reflection points, but you can get by with just the front marks if you’re a bit more conservative.

Projection Screen Using Latex Paint And Sand Blasting Beads

This method of building your own projection screen is new to us. [Sean Michael Ragan] ran across some sand blasting material made up of minuscule glass beads at Harbor Freight and inspiration struck. He purchased a fifty-pound bag and set out to see if it could be used with regular latex paint to create a projection screen. The answer is an absolute yes, but results are dependent on how you apply it.

Now there is paint you can buy which will turn your wall into a projector screen, but it’s expensive. [Sean’s] hack isn’t a direct replacement as he found the results of just mixing the beads with paint and applying them to a vertical surface weren’t up to the standards he’s looking for. But if you build a screen to hang on the wall you can let gravity work for you. He laid the screen flat and applied a heavy coat of paint to the surface. He then sprinkled a heavy coat of the glass bead over the wet paint and let it dry. Finally he cleaned off the material which didn’t stick and hung it on the wall.

Don’t have a projector to use with this hack? No problem, just build your own.

[Thanks Skuhl]

Flexible Web Interface Makes The Universal Remote Nearly Perfect

[Fall Deaf] built an Arduino based universal remote control system. It uses a shield which has both an IR receiver and transmitter. This gives it the tools to learn codes from your existing remotes and play them back in order to control the devices. This functionality is really nothing new, but we think the user interface he developed for the system is absolutely fantastic!

Software is web-based. You can simply point a remote at the Arduino and push a button. The receiver will store the code which can later be assigned to a virtual button. The image above shows the channel-up option being created; it will be added to the list once confirmed. From there any web enabled device – smart phone, tablet, netbook, etc – can be used as the remote for the system. The only feature we think is missing is the ability to alter the layout of the buttons, with larger areas for the most frequently used commands.

After the break you can see a demonstration of this system, as well as the one extra feature we haven’t touched on yet. [Fall Deaf] included a Piezo element in the hardware design which lets him knock on his coffee table to use the remote if a smart-device isn’t close at hand.

Continue reading “Flexible Web Interface Makes The Universal Remote Nearly Perfect”

Raspberry Pi Runs XBMC; Reliably Decodes 1080p

This is the Raspberry Pi board, an ARM based GNU-Linux computer. We’ve heard a little bit about it, but it recently garnered our attention when the machine was shown running XBMC at 1080p. That’s a lot of decoding to be done with the small package, and it’s taken care of at the hardware level.

Regular readers will know we’re fans of the XBMC project and have been looking for a small form factor that can be stuck on the back of a television. We had hoped it would be the BeagleBaord but that never really came to fruition. But this really looks like it has potential, and with a price tag of $35 (that’s for the larger 256MB RAM option) it’s a no-brainer.

Now there’s still a lot of rumors out there. We came across one thread that speculated the device will not decode video formats other than h.264 very well since it uses hardware decoding for that codec only. We’ll reserve judgement until there’s more reliable info. But you can dig through this forum thread where the XMBC dev who’s been working with the hardware is participating in the discussion.

Don’t forget to peek at the demo clip after the break too.

Continue reading “Raspberry Pi Runs XBMC; Reliably Decodes 1080p”