Chromebook Hack Controls Your Television

chromebook_remote_control1

[Michael Kohn] only accomplished about half of what he set out to, but we still think his TV channel switcher from a Chromebook turned out nicely. When starting the project he wanted to include a grid of listing so that he could choose a specific program, but decided that scraping the data was too much work for this go-round.

The Chromebook doesn’t include an IR transmitter so he built one using an MSP430 chip. He had previously built a little transmitter around an AVR chip and was surprised to find that the internal oscillator on that was quite a bit more accurate than on the MSP430. Timing is everything with the Manchester encoded signals used for IR remote controls so he used his oscilloscope to tune the DCO as accurately as possible.

The app shown on the screen was written in Javascript. Google published some example code on using RS232 with the computer; [Michael] used this resource to provide communications between the computer and the microcontroller.

Continue reading “Chromebook Hack Controls Your Television”

Original Hardware For Fifteen Consoles Jammed Into Recently Completed Project Unity

project_unity_finished

This boxy monstrosity is big for a reason. It lets you play games on the original hardware of fifteen different gaming consoles. That’s right, we said original hardware. One of the main goals of Project Unity was to keep the stock equipment by making any type of emulation — hardware or otherwise — taboo. The size of the case is a function of how much stuff is actually crammed in there. But the final shape was dictated by the available opening in [Bacteria’s] living room entertainment center.

The video after the break walks us through each aspect of the build. We’re floored by the quote of 3,500 hours of build time. But as you get a look at the wiring-hell of each different module it’s easy to understand why it didn’t just build itself. One power supply and one controller make for the least complicated user experience possible. We already looked at a giant switching mechanism that selects one console at a time and the singular controller unit. But [Bacteria] has a lot of other tricks up his sleeve which make this gold mine of a hacking reference piece.

Continue reading “Original Hardware For Fifteen Consoles Jammed Into Recently Completed Project Unity”

Ikea Dioder Ambilight Hack

There are a lot of hacks out there for Ikea’s Dioder LED light set. [Lambertus] wanted to create an easy and affordable ambilight while keeping the hardware modifications to a minimum. He also wanted anyone to be able to easily duplicate his work. He recently wrote in to share his successful solution.

The customizations boil down to three main steps: solder the ICSP connector wires to the test points on the Dioder PCB, connect a PIC programmer to the ICSP port (and reprogram), and attach a 5V RS-232 device to the ICSP port. The software was the most difficult part of the procedure for [Lambertus]. The PIC16F684 didn’t contain the required UART and PWM controllers, so he had to get crafty. Fortunately he’s done all the work for us, and lists the necessary .hex file he created on his site.

By adding support to boblight, his new ambilight is working with his media center very nicely. There’s a little demo video after the break.

Continue reading “Ikea Dioder Ambilight Hack”

Epson Projector LED Mod

Projector bulbs can be incredibly expensive to replace. Sometimes it’s more cost efficient to just buy a whole new projector instead of a new bulb. [Shawn] recently found a nice deal on an ‘as is’ Epson EMP-S4 on eBay and decided to take a chance. He assumed it probably worked with the exception of the missing lamp the seller mentioned. His suspicions were correct, and one custom LED mod later, his projector was up and rolling.

Without a stock lamp installed, the projector would give an error message and shut itself off. So, the first step was to wire up a little bypass. Once that was taken care of, [Shawn] installed a 30W 2000 lumen LED and custom fit an old Pentium CPU heatsink to keep the LEDs temperature down. He also wired up the heatsink fan in parallel with the stock exhaust fan for good measure.  Optical lenses help focus the light, and some custom wiring makes the LED turn on and off just like the stock lamp would.

In the end, his first experiment was a success, but [Shawn] wants to try an 8000 lumen 100W LED to make it about as bright as the stock lamp was. Check out a little video walkthrough after the break.

[Thanks Shawn]

Continue reading “Epson Projector LED Mod”

Remote Control Command Center Includes RF And IR Functions

all-in-one-remote-relay-includes-RF

We’re still not quite sure what to call these projects, but as we’ve said before, it’s a pleasure to see what people are doing to use one remote control to rule them all. The project being developed by [Kalle Löfgren] seeks to simplify the remote controlled items in his home by combining all control into one smart phone app. The linchpin of the system is this command center which lets a smart phone send IR and RF commands to various devices (translated).

We’ve seen this done with pretty beefy microcontrollers, like this project that uses a PIC32. But the communications going on between the smartphone and the base station are very simple, as are the remote control commands which are being relayed. So we’re not surprised to find that this setup just uses an ATmega88, IR LED, Bluetooth Module, and RF module. There is no connection to a computer (the USB simply provides power via a cellphone charger). If you’re interested in how [Kalle] sniffed the protocol for each remote he wrote two other articles which you can find in the write-up linked above.

Eloquent Universal Receiver For Your Home Entertainment Equipment

home-entertainment-universal-receiver

We’re really starting to enjoy the home entertainment control hacks which use a universal receiver to act on commands from any remote. This one is especially interesting as it uses a single remote to control the system but rolls in lots of extras.

Looking at the receiver itself the white plastic dome of the PIR sensor should raise an eyebrow. Since the cable box takes a while to turn on [Ivan] included the motion sensor to switch that component on when you walk into the room. This way it’ll be ready to go by the time you sit down. It does this by sending IR signals from the PIC32 dev board. Of course the board has its own receiver to listen for the remote control commands. The remote buttons have been mapped a bit differently than originally intended. You can see in the diagram above that the normal VCR/DVD/DVR buttons have been set to control the room’s LED strips. There’s even a power consumption monitor rolled into the project. All of these features are demonstrated in the clip after the break.

This is a nearly perfect base setup. But we’d love to see it with a web interface at some point in the future.

Continue reading “Eloquent Universal Receiver For Your Home Entertainment Equipment”

Building A Touchscreen XBMC Setup With The Raspberry Pi

rapsberry-pi-based-touchscreen-xbmc-tablet

[Andrei Istodorescu] has been hard at work building a 7″ touch-screen rig which runs XBMC. It may be upside-down, but the Raspberry Pi board which is front and center is still easily recognizable. There’s a lot of stuff connected to it in order to pull this off, and even more software configuration. But as you can see in the clip after the break he did get it working!

The screen is an eGalaxy 7″ touch sensitive module he picked up on eBay. It sounds like it was meant for a backup camera in the dashboard of a car. He compiled his own Linux kernel to add support for the screen. It uses HDMI for the video interface with the driver board, and the touchscreen connects to one of the USB ports. The rest of the setup involves compiling XBMC with touchscreen support and calibrating the screen to accurately sense input.

Continue reading “Building A Touchscreen XBMC Setup With The Raspberry Pi”