Circuit/motherboard for vacuum tubes?

yannifb

Distinguished
Jun 25, 2009
1,106
2
19,310
I want to test something that has to do with cpu design, and i need a very basic start for it. I know you can buy vacuum tubes, but i was wondering if theres a special circuit board to plug them into you can buy that is also programmable.
 

turk_1000

Distinguished
Jul 31, 2007
92
0
18,640
You need to supply more information. What you are asking for is very unusual. Vacuum tubes are rare and expensive these days. Unless you are going retro or doing extreme high frequency or power there is not a need for them. You are probably looking at a lot of money or time building it yourself.
 

yannifb

Distinguished
Jun 25, 2009
1,106
2
19,310
Yes... kind of like a PIC. But i need vacuum tubes because this thing im doing has to do with computer architecture at a very basic level. And im also going to be physically modifying the tubes. I want to know where to buy a board to plug the tubes into.
 
This is the only time that I know that someone used a vacuum tube in a motherboard:
http://www.neoseeker.com/Articles/Hardware/Reviews/aopenax4btube/

And what do you mean: "physically modifying the tubes"?

And last, if you want to something "very basic" with CPU design, I suggest SSI (Small Scale Integration) using 74XX series IC chips.
 
I once saw an AM car radio from the late '50s or maybe '60s that used miniature vacuum tubes with wire leads soldered to a chassis, along with various discrete resistors, capacitors, coils, etc. Dunno what kind of voltage they required but I'd bet more than the standard automotive 12V. Probably some kind of DC-DC converter since IIRC most vacuum tubes require a "plate" voltage of a couple hundred volts of well-filtered DC. Good way to electrocute yourself if you don't know what you're doing :p.

Also soldered connections don't make for a particularly programmable circuit board, unless you are very patient & skilled with a soldering gun :p.
 

misry

Distinguished
Aug 11, 2006
864
1
19,010


No doubt, build a cpu one gate at a time.
 
G

Guest

Guest
@jsc

man you come up with some real obscure links in your replies sometimes, where the heck does all this info come from you must have a head the size of a melon to hold all that info in your brain

Seriously +1 Respect...

OP, I am really curious, what exactly are you trying to create? heck if you want basic computing, why vacuum tubes, go all the way back and use punch cards!

If its cpu design, can you not look at software that would replicate what you are trying to do

http://www.educypedia.be/electronics/easoftsim.htm

Good place to look for Electrical CAD software

 

misry

Distinguished
Aug 11, 2006
864
1
19,010


http://en.wikipedia.org/wiki/7400_series

All computers are a set of on/off switches. In it's most basic state the only answer a computer can give is either yes/on or no/off. There are many modifiers, (are you connected to the internet, yes, are you on the webpage I want, yes, is it on the screen now, yes, you get the idea...) but that's what it boils down to.

A logic gate performs a logical operation on one or more logic inputs and produces a single logic output. That output is yes/on/5v or no/off/0v. It would take millions of 7400 chips taking up probably an entire building to simulate a CPU chip.
 
The intel 4004 contained 2250 transistors. Already we are not in the millions. Now, each 7400 series chip contains 4 gates. Each gate contains at least 2 transistors (I am not sure the number, likely it is more) 2250/8= 282 chips.
Of course no one can reasonably simulate an i7, but older CPUs are more than possible. I believe you can actually get a kit to build your own (I think it was an 8086) about the size of a desktop cube. They even include adapters so if you have an old motherboard, you can plug it in. I want one of those, it would be cool.
 

yannifb

Distinguished
Jun 25, 2009
1,106
2
19,310
Well are any of you familiar with those pretty large transistors that they use in college physics labs and some engineering labs? Well now im interested in those since they are large enough to be physically manipulated. Thats why i was interested in vacuum tubes. If anyone knows where to find such transistors and a basic board to plug them into (dont care if its only programmable by physically changing the board) i would be very appreciative. The budget shouldn't be a problem.

Also if you want to know what im doing just wait.