HOW TO – Spinning LED

Spinning MarqueeGreg sent in this great LED project that spells words or makes patterns when it spins “The way this works, is you have an EEprom (electronically eraseable programmable read only memory). This stores data on different lines. You retrieve this data by feeding it binary numbers, (ie. 1=0001, 2=0010, 3=0011, 4=0100, and so on). Each line of code has 8 bits of data, and directly corresponds to how the row of LEDs are lit up. If you put in 10000001, then the top and bottom led would be on. This is kind of tricky to figure out, but you have to make a grid. Since I am using a 4 bit counter, I have a possibility of 16 addresses. So to make a letter, you have to draw up a 16X8 grid, and color in the pixels you want.” Link.

2 Responses to HOW TO – Spinning LED

  1. Very cool, but independent reinvention? See “Bob Blick’s Propellor CLock” from ten years ago:

    http://www.bobblick.com/techref/projects/propclock/propclock.html

  2. This device was also based on Bob Blick’s Propellor Clock:
    http://www.alan-parekh.com/rotating_display.html

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s