Revive A DockStar And Get So Much More

[Firestorm_v1] has done a fabulous writeup on not only resurrecting his dead DockStar with JTAG, but also includes some handy techniques and useful information that could be used with other hardware and JTAG equipped devices.

The tutorial itself goes into the details of finding the JTAG, correctly identifying the ports and making an adapter cable. Then wiring a TIAO Parallel JTAG kit and finally the flash and upload of firmware to the deceased Dockstar to give it new life.

While the fun stops a little short, we’ll be sure to keep an eye out for [Firestorm_v1’s] future plans involving these surprisingly useful (read: hackable) storage devices, “roving USB camera with WiFi” we hear?

WRT54GL, Meet Alice

When it comes to routers, there is one that is hacker’s favorite, the WRT54GL. But a slightly lesser known company, Pirelli with their “Alice Gate2 plus Wi-Fi”, seems to be a popular choice among our Italian friends.

[Esteban] has done everything from installing serial and parallel ports, to unlocking firmware while installing Debian. Our personal favorite is the creative wiring of an additional USB port, where he had to custom create a power circuit to run his webcam and external drive.

[Thanks Marco]

[Update: It would appear Roleo, Beghiaro, and Zibri did the actual grunt work at ilpuntotecnicoeadsl and Esteban simply wrote the guides. Thanks for your hard work and hacking skills guys!]

Step-a-sketch

[Chris] is getting his feet wet with Computer Numerical Control starting with an Etch-a-Sketch interface. This is a great way to start out because the really tough parts of the project are already inside of the toy. He’s replaced the two white knobs with stepper motors and connected them through a mosfet network to a PIC 16f84a. The PIC then gets its commands from a computer via the parallel port.

A video of the CNC machine can be seen after the break. He needs to add a frame to increase the precision of the images drawn but this first attempt is pretty good. We prefer to have the computer in charge of the design because controlling an Etch-a-Sketch with a mouse doesn’t make our drawings any better. Continue reading “Step-a-sketch”

What’s The Worst Way To Transmit Video?

Perhaps the worst possible way to transmit video would be to send all pixel data in parallel.  That’s exactly how [Gebhard Sengmüller’s] parallel image device works. To be fair, this is an art piece called “A Parallel Image” that addresses the concept of where we would be if serial data transmission had never come to fruition. The brochure (PDF) accompanying the exhibit gives the juicy details we’re always looking for.

The device consists of a photo sensor unit and a display unit. Both are one-square-meter stripboard panels made of epoxy. The sensor unit consists of a 50×50 grid of photo-conductors that have their counterparts in the 50×50 grid of light bulbs on the display unit. Things start to get pretty crazy when you throw in the 7500 meters of magnet wire that connect the 2500 pixel sensor unit to the display unit.

You should be able to put together how this works. The sensors pick up light and then effect the brightness of the corresponding light bulbs. The result is an interesting image, and a nightmare of wire porn that would drive any TV repairman to drink.

Continue reading “What’s The Worst Way To Transmit Video?”

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”

Modular Computing

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

This is the Illuminato X Machina, a “cellular” style computing system.  Each unit is a fully functioning computer with its own processor, storage and communications.  You can watch above as a change in the operating software is propagated across the grid. You can see the LEDs in the video going nuts, there are actually LEDs on the sides too. [Justin] described it to us as a personal fireworks show on your desk.  This system is fully open with the schematics and source code available on their site. You might recognize these guys too, we covered their Open Source GameBoy.

Non-von1 Supercomputer

nonvon_box_small_comp

[Chris] sent us this project, where he built a tiny supercomputer called the Non-von1. Wanting a supercomputer, but lacking space and funds, he opted to go after the supercomputers of the 80s. His system was patterned after the “Von Neumann” systems developed at Columbia university. His system has 31 8 bit processors to crunch numbers for him. The whole unit communicates with the computer using a19.2 kbps serial link.  He does talk about its limited capabilities, stating that he could use it as a way to store roughly half of his cell phone’s phonebook. This reminds us of the Basic stamp supercomputer we covered back in November.