How one might make logic devices with cnc, 3d print, or laser?
AwesomeCronk
Posts: 1,055
I am wanting to make homemade ICs. I know this is not feasable for years at least, but you plan now for the future.
Anyone in the experience of doping silicon and creating logic, I would like your input.
I want to create logic gates, at most 1/8" across. I want to know how, without mechanical components. Can I do it by 3d-printing conductive filament in special patterns? Do I have to use silicon doping? I don't really care about power consumtion, but 3.3v to 5v logic would be nice.
Yes, I know I could just use an fpga, but I want to eventually make the gates themselves.
Thanks for any input!
Anyone in the experience of doping silicon and creating logic, I would like your input.
I want to create logic gates, at most 1/8" across. I want to know how, without mechanical components. Can I do it by 3d-printing conductive filament in special patterns? Do I have to use silicon doping? I don't really care about power consumtion, but 3.3v to 5v logic would be nice.
Yes, I know I could just use an fpga, but I want to eventually make the gates themselves.
Thanks for any input!
Comments
http://forums.parallax.com/discussion/170596/home-made-silicon-ic
That is a candidate for highest cost per gate, on the planet... (but he has some nice kit there..)
-Phil
Rather than trying to make your own chips, why not build a few gates, flip-flops, and other simple logic out of discrete components.
You can then measure voltages and currents as well as watch the signals on an oscilloscope to see how they work.
If you want a real challenge try building something like an 8-bit shift register out of discrete components.
While you may be "inspired" by the youtuber who must have spent many tens of thousands of dollars at the very least, even if some stuff was off eBay, he still put in a lot of effort to learn by doing. That is a good starting point for anyone who is "wanting to" do anything in that you should at least do something yourself such as read books, articles, and watch videos and appreciate just how difficult it is to build even primitive and impractical chips that this guy did. Each chip he made can do something that a ten cent 555 timer could do ten times better. But that wasn't the point, he was learning by doing, and learning was the point.
Something as simple as making single sided pcbs isn't easy, but it's do'able. Making double-sided plated through pcbs at home is not really do'able, unless of course you setup a production facility in similar manner to what the youtuber did, but that didn't look like it was at "home" (I believe he took over his rich doting parent's garage). If pcbs are hard to do then chips are probably 100 times harder to do.
There are plenty of "wanna do's", there are plenty of "gonna do's", there are plenty of "you show me do's", but there are very very few "just do's". So if you need someone to "show" you by walking and carrying you through every painful step, millimeter by millimeter, then that's not doing or what this guy did. No, he just did.
But by all means learn, starting at the bottom with simple logic circuits built out of discrete transistors, then maybe 7400 logic chips etc. Learning requires effort but learning is fun and rewarding.
Or for analog, look for DIY opamps.
Perhaps it would be possible to do a limited version of a homemade IC that would be just essentially several point-contact transistors on a single piece of germanium. No doping involved, not even sputtering. Maybe deposit metal somehow, than use a razor blade on it. Just thinking out loud.
This sound interesting. What is this?
You could also look at the SiLego parts, which are small and combine Logic and Analog, or if the Logic speed is modest, you can use Boolean opcodes inside a MCU... a 20~30c MCU or another, $6.40, on a PCB, with pgm/debug
You wouldn't use mechanical valves except, perhaps, to convert electrical signals to fluid flow on the inputs. All internal switching is done by the shapes of the microchannels and where they come together and exit. For example, here is a site that illustrates some simple fluidic logic:
https://www.symscape.com/blog/fluidic-logic
-Phil
On the bright side, the DueProLogic works well if support can get back to you within two months!
The dentist's drill is pneumatic or driven by air.
http://miriam-english.org/files/fluidics/FluidControlDevices.html
Given a pattern, such devices could easily be made from laser-etched layered acrylic. Creating the pattern is the hard part, since some knowledge of fluid dynamics is requisite.
-Phil
And...
Similar effects of Sonoluminescence
Plus the experiments on microwavelength beam splitting using silicon fractal junctions.
And there you have it.
Its all about tuning, its a silicon computer / guitar.
Its the same reason an led can sense the light level in a room, due to the diode junction voltage falloff rate.
These days, while you can declare a logic diagram, you have no idea how the software turns this into logic inside the FPGA.
Yes, the days of 'seeing' and manually routing what was inside a leading edge FPGA are long gone.
The SiLego parts are at the smaller end of programmable logic, but they do have a visual schematic entry, that then creates cross-point fuse tables.
They used to do only One time programmable QFN parts, (tho you can iterate a socketed device using the RAM) and they now have Multi Time pgm and TSSOP packages, as well as DIP header boards, so they are easier for students and learning.
https://www.dialog-semiconductor.com/sites/default/files/greenpak_brochure.pdf
A small MCU is more flexible, but the SiLego parts are Logic, so avoid the one-place-at-a-time software timing drawbacks of little MCUs.
Maybe the moderators can split this.
Discovery