VOGONS


Blinkenlights

Topic actions

First post, by snorg

User metadata
Rank Oldbie
Rank
Oldbie

I've been looking for a fun project to do, I was thinking of taking one of my older systems and adding some blinkenlights to a 3.5" or 5.25" front panel knock-out. Perhaps integrating it with a CF drive so that it would have additional functionality besides amusing me with blinking LEDs. My thought is you could probably easily route HDD and network activity to LEDs on a front panel, but how would you do processor activity LEDs?
This probably wouldn't be too important for a single cpu system, but I thought this might be fun to do with a modern quad core box and have a LED bar for each processor, and then have the percentage of activity show up as the number of bars that are lit. While I think you might somehow be able to pass the processor state to a parallel port, I'm not sure how you would do this on a modern system. Anyone have any ideas?

Reply 1 of 1, by obobskivich

User metadata
Rank l33t
Rank
l33t

I think you'd probably have to have programmable logic of some sort to do individual activity sets for each CPU core. USB would probably be the easiest for modern stuff, but I'm not sure on specifics of how you'd implement it.

A quick search for completed projects and I found this: https://mrevil.asvachin.eu/electronics/blinken/index.shtml which includes source code. 😀