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.

Garage Door Monitoring And Control Using A Dedicated Android Phone

[Sean] happened to have an extra Android phone sitting around and wanted to see what type of home automation he could use it for. One simple hardware modification, and some apps from the Android Market let him monitor and control his garage door remotely.

The hardware modification is a hack we’ve already looked at. The BTmate uses a Bluetooth headset with an added transistor to short the connections on your garage door opener. The only issue is that you need to be within range for the Bluetooth to work. [Sean] adds a layer of abstraction by using two Android phones. One is permanently mounted in the garage and handles the Bluetooth connectivity, while the other uses VNC to tunnel in anywhere he has an Internet connection.

But why stop there? He knew that this one feature was overkill, and added a second which the phone was perfect for. Since it has its own camera, he used the tinyCam app to create a webcam server. This even allows him to turn the LED on and off for a better view in dim light conditions. See [Sean’s] demonstration after the break.

Overkill? Maybe, but if you’ve got a phone with a broken LCD, this might be just the thing to give it a new purpose.

Continue reading “Garage Door Monitoring And Control Using A Dedicated Android Phone”

PlayStation 3 Controller Made Fully Remappable

[Hazer] managed to take a PlayStation 3 SixAxis controller and modify it so that all of the buttons can be remapped in hardware. Aside from this being really cool, he had a good reason for doing it. Regular readers should remember the feature regarding [Chuck Bittner’s] internet petition calling for button mapping as a feature in all games. As the industry still hasn’t taken up the torch in this area, [Hazer] developed this mod for [Chuck] to use and has released it for any others out there who wish to give it a try.

The hardware alterations are pretty hardcore. On the left of the image, just below the rumble motor, a DIP microcontroller is nestled dead-bug style. This is a PIC 18F14K50. It’s running a bootloader, and has its own USB port on the opposite side of the controller. By cutting traces and soldering to vias, this chip intercepts button presses and shoots them off to the controller’s processor based on alternative mapping stored in EEPROM. There’s a helper app that lets you plug the controller into a computer to specify what each button does, including features like toggle for the buttons. Check out [Chuck’s] thoughts on the hardware in the video after the break.

Continue reading “PlayStation 3 Controller Made Fully Remappable”

This Cube Of Playroom Drawers Is Quite Puzzling

If you’re looking for a piece of custom furniture to anchor your child’s playroom, this Rubik’s cube chest of drawers is just the thing. [Makendo] went the extra couple of miles on the project, building the entire thing from scratch and adding one clever feature after another to make it something special.

It’s made up of three plywood boxes, open on one side to accept a plywood drawer. The drawers were carefully fitted so that it is difficult to see which side is actually the drawer face. [Makendo] even routed a hash-mark of grooves into each face of the cube to make it look like the seams that make up the 9×9 grid of colored squares. Speaking of those colors, the “stickers” themselves are made of 1/4″ plywood and are not permanently affixed. Each is held on with a magnet plus a pair of dowels to keep it from spinning. This way you can rearrange the colors as often as you please.

Each layer of the cube spins thanks to some lazy susan bearings. [Makendo] didn’t want to add too much distance between the different modules so he routed out each side to fit the circular hardware. As a final touch, the drawers themselves can be locked in place using a dowel underneath one of the colored squares. We’ve embedded a video of the cube at play after the break.

Continue reading “This Cube Of Playroom Drawers Is Quite Puzzling”

See Where Socks Has Been Using A GPS Tracking Collar

[Buxtronix] wanted to know where his cat (named Ash, but we thought Socks sounded much more cliché) was going when on the loose. He designed a GPS tracking collar and a way to map the data it collects.

The hardware actually turns out to be very simple. He needed a GPS module to gather location data, and a way to store that information having decided that live broadcast was not feasible. He hit SparkFun because they have a GPS module that is small enough for a cat collar, and outputs data with one serial pin. Unfortunately this module is no longer available, but if you have a similarly sized replacement let us know in the comments. Data capture is made easy by this device, you just need to record the serial data as it comes down the pipeline. [Buxtronix] used an OpenLog board as it dumps the data onto an SD card. When [Ash] returns from his roaming, [Buxtronix] grabs the SD card, and uses a Python script to convert the NMEA data to KML format which can be overlaid on Google Earth and Google Maps.

Building A Multidimensional Display From Trash

Here’s a simple concept that will let you turn any LCD screen into a multidimensional display (translated). [Herdek] used bits of that impossible to open clear plastic packaging to construct this add-on for the smart phone seen above. Three pieces of the material have been mounted at a 45 degree angle between the screen and viewer. The material is both reflective and transparent, depending on the angle at which light hits it. This allows it to reflect the light from the screen toward the viewer, but let light from the baffles behind it pass through unimpeded. The three baffles allow the LCD to be partitioned into three different sections whose images will appear to be at different depths according to the viewer’s vantage point. After the break we’ve embedded a demonstration video, as well as the how-to that shows the construction technique for the add-on.

This follows the same concept at the pyramidal volumetric display, which is still one of our favorite LCD hacks.

Continue reading “Building A Multidimensional Display From Trash”

Character LCD Spectrum Analyzer Made Simple With A Dedicated IC

[El Artis] just finished building an audio spectrum analyzer that uses a character LCD. The uses an Arduino to drive the display, but unlike other meters that use the microcontroller for analysis, [El Artis] is using a discrete IC for that task.

This project uses the MSGEQ7 graphic equilizer display filter chip to grab frequency data from the audio source. The chip connects to your microcontroller of choice using two digital pins and one analog pin. [El Artis] points us to [J Skoba’s] post about how to use it with an Arduino, then adds his own custom character routines for an HD44780 display. You’ll notice that there are sixteen bars in the image above, which conflicts with the 7 outputs the chip offers. [El Artis] averages neighboring values in order to add the extra outputs.

Don’t miss the demo video after the break. If you’re looking to use this part in one of your projects, we noticed they’re a little hard to find (octopart doesn’t return any suppliers) but SparkFun has them.

Continue reading “Character LCD Spectrum Analyzer Made Simple With A Dedicated IC”