VOGONS


CPU clock LED

Topic actions

First post, by uebersoldat

User metadata
Rank Newbie
Rank
Newbie

I recently picked up one of those coveted Taiwanese AT clone cases we all had back in the late 80's and early 90's but it's missing the CPU clock LED that usually mounts next to the turbo button.

I can't seem to find a part for that so I was looking to build one from some kind of generic two-digit LED and wire it up similar to this guy's thread - CPU Clock Speed Diplay

Any help or tips would be greatly appreciated! I'd love to complete this look and I've been searching for a case like this for a long time and this is the first one semi-affordable I was able to get hold of.

Attachments

  • s-l1600.jpg
    Filename
    s-l1600.jpg
    File size
    130.29 KiB
    Views
    489 views
    File license
    Public domain
  • s-l1601.jpg
    Filename
    s-l1601.jpg
    File size
    157.71 KiB
    Views
    489 views
    File license
    Public domain

Reply 1 of 5, by wiretap

User metadata
Rank Oldbie
Rank
Oldbie

You can find them on ebay sometimes. I purchased a few from there.

Alternatively, feel free to modify/build one of these: https://github.com/wiretap-retro/2-digit-Turbo-Display

I have a few different variants in my Github repo. ----^

My Github
Circuit Board Repair Manuals

Reply 2 of 5, by uebersoldat

User metadata
Rank Newbie
Rank
Newbie
wiretap wrote on 2023-06-22, 20:28:

You can find them on ebay sometimes. I purchased a few from there.

Alternatively, feel free to modify/build one of these: https://github.com/wiretap-retro/2-digit-Turbo-Display

I have a few different variants in my Github repo. ----^

Thank you a million! What search terms do you use for eBay to find em?

Reply 3 of 5, by rasz_pl

User metadata
Rank l33t
Rank
l33t

You can reprogram one of those cheap Chinese STM8S based products https://github.com/TG9541/stm8ef like:
$2.5 free shipping thermostat https://github.com/TG9541/stm8ef/wiki/Board-W1209 big pcb makes this kinda ackward to mount
~$4 W1209WK dual 3 digit display https://github.com/TG9541/stm8ef/wiki/Board-W1209WK you could reprogram this to display cpu temperature on one lcd and MHz on the other 😀
~$2 my absolute favorite, voltage meter https://hackaday.io/project/16097-eforth-for- … other-voltmeter hard to buy the right one, most $1-2 voltage meter modules on ebay use dedicated measuring chip nowadays, but there are still STM8 based ones available, for example https://www.ebay.com/itm/174081875242

of course this requires some programming and soldering skills, or motivation to learn

Edit: Just realized you already have case with a specific hole 😀 forget the above.
I looked at https://github.com/wiretap-retro/2-digit-Turbo-Display and while it is using ridiculously cheap and easy to program ATtiny85 its also complicated because of it, not enough pins means its also using two SN74HC595DR shift registers so cant replicate using off the shelf dev board, need this exact pcb manufactured.

Instead https://microdigisoft.com/2-digit-7-segment-d … h-arduino-nano/ https://www.instructables.com/Arduino-Nano-LED-Display/ Arduino Nano is $2, dual 7-segment display will also be $1-2, you need to measure your hole to get the appropriate size one.

Open Source AT&T Globalyst/NCR/FIC 486-GAC-2 proprietary Cache Module reproduction

Reply 4 of 5, by wiretap

User metadata
Rank Oldbie
Rank
Oldbie
uebersoldat wrote on 2023-06-22, 22:00:
wiretap wrote on 2023-06-22, 20:28:

You can find them on ebay sometimes. I purchased a few from there.

Alternatively, feel free to modify/build one of these: https://github.com/wiretap-retro/2-digit-Turbo-Display

I have a few different variants in my Github repo. ----^

Thank you a million! What search terms do you use for eBay to find em?

MHz Display, search in the electronics/computers section. They come up every so often. Right now I only see two at a ripoff price.

My Github
Circuit Board Repair Manuals

Reply 5 of 5, by uebersoldat

User metadata
Rank Newbie
Rank
Newbie

Thank you all very much for the information. Looks like I have a lot to dig in to! Looks like I'll be building one somehow so I'll update this thread with progress. Should be fun!