DIY Punch Card System Despite Hanging Chads

Sometimes you just have parts lying around and want to make something out of them. [Tymkrs] had a robot paper cutter, so naturally they made punch cards. But then, of course, they needed a punch card reader, so they made one of those too. All with stuff lying around the shop.

The Silhouette Portrait paper cutter is meant for scrapbooking, but what evokes memories of the past more than punchcards? To cut out their data, rather than cute kittens or flowers, they wrote some custom code to turn ASCII characters into rows of dots. And the cards are done — you just have to clean up the holes that didn’t completely cut. These are infamously known as hanging chads.

The reader is made up of a block of wood, with a gap for the cards and perpendicular holes drilled for LEDs and photoresistors. This is cabled to a Propeller dev board with some simple firmware. We would have used photodiodes or phototransistors, because that’s what’s in our junk box (and because they have faster reaction time), but when you’ve got lemons, make lemonade.

OK, now that you’ve got a punch card reader and writer, what do you do with it? Password storage comes to mind.

Continue reading “DIY Punch Card System Despite Hanging Chads”

Hackaday Links Column Banner

Hackaday Links: April 26, 2015

In case you haven’t heard, we’re giving away a trip to space. We have $50,000 to promote giving away a trip to space too, and this week we’re giving away some OSH Park gift cards. If you have a project that’s held together with hot glue on a 40-year-old piece of perf board, add a project log describing how you need some free PCBs.

A few months ago, some guy in Texas found the original molds for the Commodore 64C, the Plus/4 and the 128. That discovery turned into one of the best examples of what Kickstarter can do. Now, new keycaps are being manufactured with an Indiegogo campaign. If you’re waiting on your C64c case to be pressed out of a mold, this is not the time to think about the sunk cost fallacy. They’re not Cherry MX compatible, but they will work with just about every version of the C64. Not bad for under €20.

The UK has a fabulously rich history of ancient melee weapons, ranging from the flail to the mace and a bunch of odd bladed weapons used by the Scots. This tradition was passed down to the UK mains plug, the single most painful plug to step on. Apple just released a USB charger with a folding UK mains plug and [oliver] did a teardown on it.

For St. George’s Day in Catalonia, there’s a tradition of giving roses to women, and books to men. [Nixieguy] has all the books he could want, and would prefer to receive a rose. Bucking tradition, he made himself a rose from a punch card. It’s the closest he’s going to get to ‘@}-\—’. A few years ago, he carved a rose out of a 10mm LED.

Finally, a decent tutorial on how to grow your own SMD components.

Need to take apart a cellphone? Use acetone! Need the phone to work after you take it apart? Ummmm….

The Dayton Hamvention is just three weeks away! Yes, the same weekend as the Bay Area Maker’s Faire, which means most of the Hackaday crew will be elsewhere, but I hear [Chris Gammell] will be there putting Parts.io stickers on everything. By the way, I’m looking for a Tek PM203 Personality Module for a 68000 64-pin PDIP.

Arduino Reads Punch Cards

Punch cards were a standard form of program and data storage for decades, but you’d never know it by looking around today. Card punches and even readers are becoming rare and expensive. Sometimes it takes a bit of hacking [YouTube link] to get that old iron running again!

[Antiquekid3] managed to score an old punch card reader on Ebay, but didn’t have a way to interface with it. The reader turned out to be a Documation M-1000-L. After a bit of searching, [Antiquekid3] managed to find the manual [PDF link] on BitSavers. It turns out that the Documation reader used a discrete output for each row of data. One would think the Documation reader would be a perfect fit for the PDP-8 lurking in the background of [Antiquekid3’s] video, but unfortunately the ‘8 lacks the necessary OMNIBUS card to interface with a reader.

Undaunted, [Antiquekid3] threw some modern hardware into the mix, and used an Arduino Uno as a Documation to Serial interface. The Arduino had plenty of I/O to wire up with the card reader’s interface. It also had a serial interface which made outputting data a snap. The ATmega328 even had enough power to translate each card from one of IBM’s many keypunch formats to serial.

[Antiquekid3’s] test deck of cards turned out to be a floating point data set. Plotting the data with a spreadsheet results in a nice linear set of data points. Of course, no one knows what the data is supposed to mean! Want more punch card goodness? Check out this tweeting punch card reader, or this Arduino based reader which uses LEGO and a digital camera to coax the data from the paper.

Continue reading “Arduino Reads Punch Cards”

Tweet Messages From Punch Cards

It all started with a conversation about the early days of computing. The next thing he knew, [Tim Jagenberg’s] colleague gave him a stack of punch cards and a challenge.  [Tim] attempted to read them with a mechanical contact and failed.  Undeterred, he decided to make a punch card-to-keyboard interface using optical parts from disassembled HP print stations.  Specifically, he took apart the slotted optical interrupter switches to use their IR-LEDs and photo-transistors. Next, [Tim] drilled holes into two pieces of plastic, gluing the LEDs on one piece of plastic and the photo-transistors on the other. The photo-transistors tell the Teensy 3.1 whenever a hole is detected.

[Tim] developed an interpreter on the Teensy that reads the punch card according to IBM model 029 keypunch codes. The Teensy enumerates as a USB keyboard when connected to a computer. As a punch card is read, the Teensy outputs the decoded characters as key presses.  When a punch card has been completely read, an ‘Enter’ key press is transmitted.  Tweeting the punch cards is no more complicated than typing the text yourself. Naturally, the first message posted on Twitter from the stack of punch cards was “Hello World!”  [Tim’s] binary and source code is available for download on Github.

We’ve enjoyed covering the backstory of the punch card and a previous project reading these cards using a digital camera setup. It’s always interesting to see the clever ways people use current technology and can-do attitude to read data from obsolete systems that would otherwise be lost.  We wonder what is on the rest of those punch cards?  Let’s hope [Tim] has more punch card tweets soon!

3D Printed Hand-cranked Digital Computer

What a beautiful thing it is to see this digital computer in action. [Chris Fenton] did an amazing job of designing and printing this mechanical digital computer. If you’re interested in one to call your own check out the source files he published this week.

[Chris’] design inspiration came from some research into Victorian Era mechanical looms. He adjusted the concept to build a punch card reader, starting with a capacity of three holes and moving to this design which can read ten holes. It provides just enough bits to address all three of the counters pictured above. Program the computer by inserting a punch card that is the size of a business card and crank away. The video below shows the process from afar… hopefully he’ll post a follow-up video with closer views of each piece in action.

This isn’t his first basic computing machine. Check out the electromechanical version from last year.

Continue reading “3D Printed Hand-cranked Digital Computer”

Reading Punch Cards With An Arduino And Digital Camera

[digitaltrails] wanted the data on a few old IBM 80-column punch cards he had lying around, but didn’t have decades old computer hardware in his garage. He decided to build his own out of LEGO, an Arduino, a digital camera, and a bit of Python.

The hardware portion of [digitaltrails] build includes a crank-operated feed mechanism made entirely out of LEGO. For each turn of the crank, the feed mechanism sends one card down a chute where a photodetector wired into an Arduino tells a camera to take a picture. After that, a servo is activated, sending the card into the ‘already scanned’ bin.

On the software side of the build, [digitatrails] used the Python Imaging Library to scan one row of pixels where each column is expected to be. The software outputs the code and data contained on the 80-column card as well as a very cool ASCII art version of each card.

Considering you just can’t go down to Fry’s and buy an IBM 80-column punch card reader, we’re loving [digitatrails]’ clever way of getting data off an otherwise unreadable storage medium. Check out the video of the card reader in action after the break.

Continue reading “Reading Punch Cards With An Arduino And Digital Camera”

A 3D Printed, Electromechanical Computer

If you had a machine that could print complex mechanical parts in an hour or so, what would you do? [Chris] is doing the coolest thing we can imagine and is building an electromechanical computer from 3D printed parts.

You may remember [Chris] from his efforts to getting his tiny, 1/10th scale Cray-1 supercomputer up and running. Even though he has the OS on a disk, actually booting the machine is a bit of a problem; much the same as his electromechanical computer project. Late last year we saw [Chris] building a few gears for his computer, but now he’s got a punch card reader that looks very much like a Jacquard loom.

Even though the computer doesn’t actually do anything yet, it’s amazing to think that [Chris] is building out of plastic that will run computer programs. You can check out the video of [Chris]’ video of his punch card reader after the break.

Continue reading “A 3D Printed, Electromechanical Computer”