Intel: High-bandwidth Digital Content Protection Cracked

Intel says that HDCP has been cracked, but they also say that it’s unlikely this information will be used to unlock the copying of anything. Their reasoning for the second statement is that for someone to make this work they would need to produce a computer chip, not something that is worth the effort.

We question that logic. Not so much for Blu-Ray, which is the commonly associated media format that uses HDCP, but for HD digital cable programming. There are folks out there who would like to have the option of recording their HD television shows without renting a DVR from the cable company. CableCard tuners have been mostly absent from the market, making this type of recording difficult or impossible. Now that there’s a proven way to get the encryption key for HDCP how hard would it really be to create a man-in-the-middle device that uses that key to authenticate, decrypt, and funnel the audio and video to another encoder card? We know next-to-nothing about the protocol but why couldn’t any powerful processor, like an ARM, or even an FPGA (both rather inexpensive and readily available) be programmed for this task?

Leave a comment to let us know what you think about HDCP, and what the availability of the master-key really means.

[Thanks Dave]

USB Host Comes To Zipit

This USB to Zipit Dock adapter and a special kernel makes USB host mode for the Zipit possible. Previously, the cheap and hackable wireless client needed a hardware modification to enable USB support. The new kernel bootloader, called U-Boot, makes the internal alterations unnecessary (see the demo after the break). Now the only caveat is one of voltage. Zipit only supplies 3.3V when running on battery so your choices are to only use USB when the Zipit is plugged into a charger, or use a powered USB hub. But if you’re already building a hub adapter it shouldn’t be too much trouble to add in the option for a battery-powered hub.

So can we play our NES games using a USB controller now?

Continue reading “USB Host Comes To Zipit”

Line Following Tank Without A Microcontroller

This line following tank uses analog circuitry to sense where a dark line is and adjust its course. Despite the opening paragraph on the schematic page (which looks to be leftover from a past project writeup) this circuit relies on a set of transistors for motor control. [Chris] does a great job of explaining the setup in detail; it boils down to a phototransistor detecting reflected light and flipping which motor is running based on what is detected. A couple of potentiometers are included to tune up the accuracy of the circuit. There’s a short clip of the treaded-terror making a loop around the track after the break.

This is another great way to try your hand at analog circuitry. Once you’ve built the body (tank or otherwise) and line tracking circuit it can be repurposed by swapping out the brains for your next project.

Continue reading “Line Following Tank Without A Microcontroller”

3D Digital Light Art Using IPad And Camera Trickery

This light art is created by a moving display playing an animated image through several camera exposures. In this case the display they’re using is an iPad, but that really doesn’t matter as it’s just a high-quality screen and it’s portable. 3D animations are generated in software and then sliced into cross sections. As the camera rolls, the cross sections are displayed in order and the location of the screen is moved. Very much like light painting with an LED or a Roomba, the bright image remains and can be strung together for the 3D effect seen in the video after the break.

Using the cross sections of the video reminds us of what a three-dimensional object looks like to a two-dimensional being. If you have no idea what that means you should take a look at this video on imagining the tenth dimension.

Continue reading “3D Digital Light Art Using IPad And Camera Trickery”

Building Linux Images For ARM Architectures

Want to try your hand at building a Linux package for an embedded device? [SnowBot] decided to give it a try and set out to build Ubuntu for a GumStix. The single-board computer will cost you about $150 to get started, plus a way to connect to the device’s serial port. But once you’ve got your hands on it there is a lot of power in a tiny package.

He’s using the RootStock package to assist in the build. This is a suite of tools that generates the root file system that can be loaded onto an SD card for use with the Gumstix. It’s not quite building from the ground up, but there’s already enough hoops to jump through that this package is a welcomed shortcut.

Already rolling your own Linux packages for embedded hardware? We want to hear about it.

Ben Heckendorn Gets His Own TV Show

That’s right, Benjamin J. Heckendorn (aka Ben Heck) has started churning out episodes of his own Internet TV show. We finally got around to watching the first episode and enjoyed it greatly. You’ll see him alter an Xbox 360 controller for a disabled gamer, making custom foot interfaces to take over the traditional role of your right hand. Also in the episode is part of a big build; making an Xbox 360 laptop out of the new slim model. We’re very interested in that overall build, but in this episode you only see him removing the components from the factory case. But we guess the promise of seeing the rest of the project is the hook to get you to watch the next episode.

Think that you haven’t heard of Ben Heck before? If you’ve been following Hackaday for a while you have. We’ve looked in on quite a few of his builds over the years, including his pinball machine, Xbox 360 portable, and his access controller.

USB Adapter Options

[Ladyada] takes some time out of her day to explain the common options available for connecting projects through USB. You may be thinking that you already do this with an Arduino. Well, yes and no. The Arduino uses one of these options, an FTDI chip that handles the USB on one side and spits out microcontroller-friendly voltage signals on the other. This chip can be used with your projects, a topic that [Phil Burgess] covered in great detail.

In the video after the break you’ll also hear about USB to serial converters which connect to the Universal Serial Bus and output the traditional 12-20V serial signals (with the exception of cheap knockoff cables like the one from last week). These need to be stepped down to 5 volts or less using a MAX232 chip to work with your project.

Finally there’s the option of using a microcontroller running the V-USB firmware package. This is how the USBtinyISP works and I’ve used it in my own projects to build a LIRC compatible IR receiver.

Continue reading “USB Adapter Options”