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”

EDuino – Arduino Or AVR Breakout?

eduino-b_na_breadboard

We’ve had a lot of requests in the comments for more Arduino centered posts so we were happy when [Njay] told us about his EDuino board. This is a minimal Arduino clone that has a crystal and its capacitors, a pull-up resistor and button on the reset pin, and a detachable serial programming connection. He also has a breadboard-friendly version seen above with all the interface pins on one side of the board. This is certainly a useful project and we’re glad to see the board files available for download. This does get us thinking… is this an Arduino, or is it an AVR ATmega168 breakoutboard that happens to use the Arduino boot loader and programming language?

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.

Propeller-based Terminal

pocketerm

[Vince Briel] has created an embedded device based on the Parallax Propeller chip that acts as a serial terminal. It takes input from a standard PS/2 keyboard and outputs color VGA. It also has a second serial port to connect to a PC for debugging or programming. He is selling kits and has the schematics available. The board has a lot of hacking potential and it could easily be made into a video game or a Wikipedia browser.

[via RetroThing]

Bus Pirate Preorders Open

buspirate

Update, Saturday July 4th, 2009: All preorders are closed.

We’re excited to announce our partnership with the folks at Seeed Studio (home of the excellent Seeeduino) to put the Bus Pirate v2go into production! The preorder period ends July 3rd. The price is $30 including worldwide shipping. The board pictured above is a hand soldered prototype, but the ones sold by Seeed are completely factory assembled.

This is the first officially produced piece of Hack a Day hardware. Depending on its success, we’ll be able to put many future designs into production. Read more about the Bus Pirate in our latest How-to. Thank you for your support!

***Update, Monday June 29, 2009: Wow, your support has been overwhelming! Thank you! There have been more orders for the Bus Pirate than we ever imagined. As of this update, there’s a few (12) Bus Pirates left in the Seeed preorder. After that, we’ve exhausted the supply of PIC24FJ64GA002s available in Shenzhen. If you’ve already placed your order nothing changes, the manufacturing process has already begun and your Bus Pirate will ship ASAP.

After the first preorder is filled, Seeed will start a new preorder. The second preorder will be delayed until more PIC24FJ64GA002s are delivered, about 4 to 6 weeks. This order should ship about 6 to 8 weeks after July 3, 2009, but we’ll try our best to get it out sooner. Thank you again for your support!

Addressable RGB LED Strip

ledrgb

[Synoptic Labs] stumbled upon an RGB light strip with individually-controllable LEDs. The strip uses 5 volts and is controlled by an HL1606. Because the strips are hard to find, this chip is mostly undocumented and he had trouble driving the strip. He was unable to get it working until he met with [John Cohn], who had previously reverse-engineered the serial protocol. Working together, they released a library for the Arduino to drive the strip. So far, the library only supports fading each LED, the only known functionality. If more strips like these were available, constructing LED matrices would be much easier. Embedded below is a video of the strip fading through the rainbow.

Continue reading “Addressable RGB LED Strip”

1964 300baud Modem Surfs The Web

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

[phreakmonkey] got his hands on a great piece of old tech. It’s a 1964 Livermore Data Systems Model A Acoustic Coupler Modem. He recieved it in 1989 and recently decided to see if it would actually work. It took some digging to find a proper D25 adapter and even then the original serial adapter wasn’t working because the oscillator depends on the serial voltage. He dials in and connects at 300baud. Then logs into a remote system and fires up lynx to load Wikipedia. Lucky for [phreakmonkey] they managed to decide on a modulation standard in 1962. It’s still amazing to see this machine working 45 years later. He’d love to hear from you if you’ve used a similar device.

[via Waxy]