Full Color Laser TV

Back in 2001, [Helmar] made an awesome monochrome video display out of a red laser pointer and a spinning 18-sided mirror. Blue and green lasers are much less expensive than they were a decade ago, so [Helmar] decided to go full color with his laser projector. (In German, so fire up Chrome or get the Google translation)

The ancient website for [Helmar]’s green-only projector goes over the principles of operation. A single laser shines onto a multi-faceted polygonal mirror. This is reflected onto another mirror that provides the reflection for each line in a frame of video. Earlier this year, [Helmar] hacked up a red and blue laser to complement the preexisting green laser. The end result is an RGB projector powered by friggin’ lasers.

As far as we can tell, the projector only has composite input; the attached DVD player provides all the signaling for that. Amazingly, [Helmar] didn’t use a microcontroller for the circuitry. All the electronics are simple logic gates. Really amazing if you ask us.

Continue reading “Full Color Laser TV”

Rooting A Motorola Actv (Android Wristwatch)

[Chris’] family made the mistake of giving him a hackable Christmas gift. We’d bet they didn’t see much of him for the rest of the day as he set about rooting this Android wristwatch.

This thing has some pretty powerful hardware under the hood. It’s sporting an OMAP3 processor running at 600 MHz along with 256 MB of RAM. [Chris] needed to get his hands on a firmware image in order to look for security holes. He found a way to spoof the update application in order to intercept an upgrade image from the Internet.

He dumped the firmware locations and got to work searching for a way to exploit the device. Details are a bit scarce about want exactly he did, but you can download his modified image, letting you root your own Motorola Actv using the Android Debug Bridge.

We’ve embedded a demo video after the break. The OS is pretty snappy on the tiny device. We’re not sure what will come of this functionality, but we assume [Chris] was really only interested in the challenge of rooting process itself.

Continue reading “Rooting A Motorola Actv (Android Wristwatch)”

Censoring All The ‘F’ Words On TV

[Milton] sent in a build that censors every ‘F’ word on TV, and not just the one that rhymes with ‘duck,’ either. His setup sounds the alarm every time someone inside the moving picture box says a word that contains the letter F.

The build is based around Nootropic Design’s Video Experimenter Shield. This neat little shield has been used as a video sampler and has analyzed what the talking heads are actually saying. The Video Experimenter Shield has support for closed captions, meaning a transcript from a TV show can be read in real-time. All [Milton] had to do so the ‘F word’ alarm could be sounded was strchr().

The F-Chip, as [Milton] calls his build, includes three outputs – a solenoid sounds a bicycle horn, sends some air through a whistle, and lights up an ‘F-word’ alarm. From the video of the F-Chip in action (available after the break), we can tell that this build is awesome, thoughtful, and annoying. The only way it could be made more annoying is by making an ‘E-word’ alarm, but there are ways around that.

Continue reading “Censoring All The ‘F’ Words On TV”

Combine 2 Non-Working Sony TVs Into One That Works

Have you ever wondered if you could fix your two broken LCD TVs by combining them? Neither had we, but [Redion] did, and the answer is yes, it can be done.  Although it may sound like a serious kludge, the finished product actually looks quite nice from the view provided.  On the other hand, we don’t know how the internals will hold up, but it apparently works well now.

For this hack, the working internals from a  32 inch Sony LCD TV with a broken display were combined with a 40 inch Sony LCD TV that had an undamaged display but fried internals.  Although this would most likely not work for every TV out there, it’s still a pretty neat experiment. Many people would simply assume something like this would not work, and trash both TVs.  We would suggest the new TV be named “Nomad”, just avoid wearing a red shirt around it.

Keep in mind with any TV hack, taking one apart can expose you to large capacitors that may or may not be charged and can be quite dangerous (they can stay charged for a long time).  We don’t necessarily recommend duplicating anything here, but use extreme caution if attempting anything like this.

TV-B-Gone Can Double As A Camera Remote Control

[Christopher] found a way to get a bit more mileage out of his TV-B-Gone kit. The little device is intended to turn off every television in range with the push of a button. But at its core it’s really just a microcontroller connected to some infrared LEDs. Instead of sending codes to shut of televisions, you can rewrite the firmware to send a camera remote shutter release code.

It doesn’t take too much to pull this off. You need a way to flash new firmware to the device, and you need to know the new code timing that you want to send. Since the firmware is open source it’s easy enough to make code changes, and there are several easy methods of flashing AVR devices (like the tiny85 used here), including using an Arduino as an ISP.

But [Christopher] did more than just add the Nikon code for his camera. He realized that there’s a jumper to select between European or American television codes. Since he wasn’t using the foreign option, he replace that pin header with a switch that selects between normal TV-B-Gone operation and camera shutter release modes. Nice.

CV Sequencer With A TV Out

[gijs] sent in the control voltage sequencer he’s been working on that uses the TVout Arduino library to provide a graphical interface.

The sequencer doesn’t produce any sound on its own. Instead, it outputs a Control Voltage so other synths can be sequenced with [gijs]’ TVSCV. Before MIDI came around, CV was the standard to connect synthesizers and drum machines together. Even today, a lot of boutique synths have at least one jack for CV. [gijs]’ build is really interesting because of the user interface – the TVout Arduino library was used in conjunction with a tiny CRT to change values, timing and speed of the CV output. The TVSCV is able to sequence two different channels of CV at 10 bit resolution with 16 steps per bank.

From the video after the break, the TVSCV sounds like it can produce what would be the trippiest soundtrack ever conceived for an Atari or NES game. It’s a great bit of kit, especially when connected to an Atari punk console or a TR-808 and a glitch delay.

Continue reading “CV Sequencer With A TV Out”

Chumby’s New NeTV Makes Almost ‘any TV’ Into An Internet Connected Device

Check out the new set-top box on the block, the NeTV from Chumby Industries. That link will take you to their video demonstration of the device, which is a humble-looking black box with no apparent user interface. You’ll see a few cool tricks that may impress you, like pairing the device with an Android phone through the use of a QR code. Once the two have mated you can do things like share images on the TV and load webpages from addresses entered into the smart phone. There are options for scrolling alerts when you receive an IM or SMS, and a few other bells and whistles. All of this from a device which connects with two HDMI ports to sit between your TV and whatever feeds it a video signal. Read all about the features here.

But its the hacking potential that really gets our juices flowing. The developer page gives us a look inside at the Spartan-6 FPGA that lives in the little case. We don’t often quote [Dave Jones] but we’re certain he’d call this thing ‘sex on a stick’. They’ve made the schematic and FPGA information available and are just begging for you to do your worst. The power for the device is provided by a USB connection but curiously is just above spec when drawing a max of 700 mA. We have a USB port on the back of our TV and would love to velcro this thing in place and power it from that. What would you plan to do with it?

[via Reddit]