Old school LED light show

programmable_lightshow

Building LED arrays that can display all sorts of different patterns is pretty easy these days. Hook up an Arduino, do some charlieplexing, and off you go. When [Viktor] was younger he didn’t have all those fancy schmancy microcontrollers and circuit simulation software you kids have these days. In fact, last we heard, he had to walk to school uphill … Read the rest

Animating an LED matrix without a microcontroller

[Konstantin] had some extra 27C256 EPROMS lying around and decided to use them to animate an 8×8 LED matrix. He’s not only using them to store data, but driving the display with them as well. The chip holds 32 kilobytes of data which equates to 4096 frames of animation. A 32 kHz clock circuit works with some ripple counters … Read the rest

UV EPROM eraser in a toolbox

[Devon Croy] belongs to a hackerspace that works hard to keep hardware from going to the landfill. He found they were in possession of over a hundred Erasable Programmable Read Only Memory chips (EPROM). Not to be confused with EEPROM, which are electronically erasable, these EPROM chips require a strong source of UV light to blank the old data before … Read the rest

Don’t put that EPROM in your mouth!

[Jeremy] had some chips on hand that included EPROM.  We’re not talking about EEPROM, we mean EPROM that need a UV light source to erase. Most people don’t want to drop a few hundred dollars on a dedicated EPROM eraser, there must be another way.

Boy, EPROM really suck. But so do pacifiers and he already had a solution for … Read the rest

Five dollar eprom programmer


A couple years ago I spent a good week wiring up a fairly complex EPROM programmer so I could burn a prom for my jeeps EFI system. Today I ran across this $5 version. build built by Jay Kominek He uses shift registers to handle the addressing and IO lines, all driven directly by the parallel port. There’s no … Read the rest