Beauty In Destruction

[youtube=http://www.youtube.com/watch?v=QfDoQwIAaXg]

This is not a hack. In fact it’s a promotional montage for a collection of scientific equipment that few of us could likely afford. But like yesterday’s giant marionettes over Berlin, sometimes even a costly and delicately-orchestrated achievement transcends its own not-a-hack-ness, fulfilling our brains’ lust for wonderment all the same.

Kurzzeit of Germany produces ballistics measurement equipment. The video depicts various combinations of projectiles and targets at up to one million frames per second, revealing unexpected beauty in hitherto unseen phenomena, and is the best damn ten minutes you will waste on the internet all day!

A Modular Halloween With Grid Beam

gridbeam

The fantastic Creatrope blog has a great article on quickly assembling animatronic Halloween gags using salvaged electric motors, pvc pipe, and “grid beam” construction.

Grid beam is a prototyping and building medium that’s like a giant hippie Erector set. You can’t buy grid beam, but with a drill press, a jig, and some square stock you can create your own unlimited supply. It’s ideal for “sketching” and temporary constructions like these Halloween props. After use, everything can be dismantled, stored flat, and later reused for the next [Herbie Hancock] music video creative project. Looks like fun!

The article wraps up with some valuable pointers on getting started with grid beam and where to acquire parts.

Software Auralization

music

Have you heard the latest track by gzip? Maybe it’ll end up on a “Greatest Hits” album alongside Philip Glass.

Visualization techniques such as animated algorithms can help programmers better grasp the abstract theories that make software work. Could auralization, the sound equivalent of visualization, provide similar insights? Postgrad student (and J. S. Bach fan) [Cessu] developed a program to do just that. By carefully mapping registers to notes, and slowing the tempo to a human timescale, the result is a cacophonous machine that offers a glimpse into the operation of various programs. You might find the resulting minimalist “music” insightful, entertaining…or maybe just incredibly grating.

[thanks Shadikka]

TV-B-Gone-zilla! Rawr!

tv-zilla

TV-B-Gone: antisocial nuisance or harmless prank? Whatever your feelings, there’s no denying this device has become a staple of the DIY hacking crowd, as evidenced by the countless derivatives since hatched. This latest mutation crushes them all.

[manekinen] from the Polish electronics blog Elektroda (“Electrode”) wasn’t satisfied with high-power TV-B-Gone designs using multiple 5mm infrared LEDs, so he created his own using a single one-Watt monster. The device is concealed in an ordinary flashlight casing, making it somewhat inconspicuous. A custom PCB containing an ultra-minimalist version of the TV-B-Gone circuitry sits just behind the reflector. The choice of reflectors determined maximum distance vs. coverage…they opted for distance. Specific figures aren’t given, but we estimate this thing could shut off televisions on Mars.

The original article (Polish or Google-ized English) includes construction photos and an archive (.rar) of project files including Eagle schematics and C source code.

Would it be totally irresponsible to mention there’s now a 3-Watt version of this LED? We’re just sayin’.

[thanks RicoElectrico]

TV Hack Bypasses HDCP

hdmi

Reader [GRitchie] wrote in with an interesting find in his new TV set: with just some minor soldering it was possible to tap into an unencrypted hi-def video stream.

HDCP (High-bandwidth Digital Content Protection), used by Blu-Ray players and cable or satellite receivers, normally ensures a DRM-protected link between the device and a compatible display. Any properly-licensed device that forwards HDCP content (such as an HDMI switch box) is expected to provide encrypted output; those that don’t may get blacklisted by the system and become expensive paperweights. It’s something of an annoyance for users who feel this oversteps fair use applications such as time-shifting.

[GRitchie] found that his new TV with “InstaPort” Fast HDMI Switching didn’t perform this re-encryption step between the set’s internal switcher and the next stage in decoding. Soldering just eight wires directly from the switching chip’s output to an HDMI cable provided an unencrypted output that could then be received by a PC for later replay.

What’s not clear at this point is whether the capability is peculiar to just this one make and model, or applies to anything with the new Fast HDMI Switching. If the latter, it will be interesting to see how this plays out…nearly all of the major HDTV manufacturers are evaluating InstaPort for new sets, which would make any attempt at HDCP blacklisting awkward, to say the least.

Build A Google-style Panorama Rig For $300

PhotoTrail

As part of a “disruptive technologies” course at the United States Military Academy, [Roy D. Ragsdale] produced a working prototype of a Google Street View-like system called PhotoTrail. Like its corporate-backed inspiration, the system captures georeferenced 360-degree panoramas that can be viewed interactively in a web browser…but at a hardware cost of only around $300. [Ragsdale’s] prototype is based entirely on consumer-grade off-the-shelf components and open source software, all tied together by the yin and yang of DIY: foam core board and a few Python scripts.

This article from IEEE Spectrum magazine provides some background on the selection of parts and construction of the system, including a hardware shopping list and a list of links to all of the open source packages used.

The PhotoTrail prototype is surprisingly small and lightweight. A vehicle isn’t even required; the camera array can be carried overhead by a single person, making it possible to capture remote locations. But [Roy] expects future revisions to be even smaller and less obtrusive, perhaps mounted to a headband. Mount Everest awaits!

Introduction To FTDI Bitbang Mode

It was an interface that launched a thousand hacks. Near trivial to program, enough I/O lines for useful work, and sufficiently fast for a multitude of applications: homebrew logic analyzers, chip programmers, LCD interfaces and LED light shows, to name a few.

Today the parallel printer port is on the brink of extinction (and good riddance, some would say). Largely rendered obsolete by USB, few (if any) new peripherals even include a parallel connector, and today’s shrinking computers — nettops, netbooks, media center PCs — wouldn’t have space for it anyway. That’s great for tidy desks, but not so good if you enjoyed the dirt-cheap hacks that the legacy parallel port made possible.

Fear not, for there’s a viable USB alternative that can resurrect many of these classic hacks! And if you’ve done much work with Arduino, there’s a good chance it’s already lurking in your parts drawer.

Continue reading “Introduction To FTDI Bitbang Mode”