2

When I read a physics textbook about a P-N junction, it will tell me that you connect a p-doped semiconductor to an n-doped semiconductor, and you form a depletion region.

However, from what I know about silicon wafer manufacturing, wafer producers will make an ingot using some silicon melt that has some doping built in. That ingot is then cut into many wafers.

So if a wafer is either p-doped or n-doped, how do you form a p-n junction? Do we connect two oppositely doped wafers?

Roy
  • 123
  • 4
  • If you check YouTube there are various videos of people making diodes and transistors at home in their garage. – user1850479 Nov 13 '22 at 17:23
  • [This kit from Bell Labs](https://www.bellsystemmemorial.com/belllabs_kits_se.html) was available to me when in high school. So I built one. You don't need modern equipment or techniques. And if you want get technical about it, there is a very very tiny PN junction formed when you firmly press a steel needle tip onto a Galena crystal (half-sunk in molten lead, allowed to cool, for the second contact point.) – jonk Nov 13 '22 at 17:27
  • @jonk that is awesome. I should find a contemporary version of this kit to build with my nieces and nephews – Roy Nov 14 '22 at 19:38
  • @Roy Yes, you should. It's something that will teach you a LOT. See if you can get all the instructions there. If you cannot, I've been in contact with someone in the past who probably can help since that individual bought the rights for these kits. I'll see if I can squeeze something out of him, if needed. – jonk Nov 14 '22 at 20:29

3 Answers3

2

You implant dopant ions using an ion accelerator. The ion energy determines the likely implantation depth.

Then the wafer is heat treated, to incorporate the dopants into the Si lattice.

To laterally define the dopant region, a thick mask is prepared on the wafer prior to implantation.

That way you can create an n doped region inside of a p doped wafer, or p doped regions inside previously n doped regions etc. Look at a schematic crosssection of an NPN transistor for an example.

tobalt
  • 18,646
  • 16
  • 73
  • So if the wafer is originally p-doped, and you n-dope via ion radiation, could you get an intrinsic region? In other words, does n-doping plus p-doping return you to intrinsic? And then further radiation would convert that region into a fully n-doped region, I'd imagine. – Roy Nov 14 '22 at 19:35
  • @Roy intrinsic means that this is what the pure semiconductor contributes via thermal charge carriers. If you have n doping and p doping, you have two types of extrinsic charge carriers and not all of them combine. So the two scenarios are different. – tobalt Nov 14 '22 at 20:16
2

Bonding can be done, https://en.wikipedia.org/wiki/Direct_bonding but it's not easy. If you think about having to achieve atomic flatness and freedom from contamination, over a massive area... yeah. That it's doable at all is truly testament to the incredible precision used in these processes.

More often, either extra doping is introduced (by chemical deposition and diffusion i.e. physically introducing a dopant and baking it in, or more often in modern processes AFAIK, directly by ion implantation), or material is added on top by a chemical deposition process (epitaxy), which can contain dopant gasses thus giving a high purity N/i/P (as the case may be) layer. [i = intrinsic i.e. non-doped]

The fact that this is ultimately a printing process, is very valuable even to simple devices like diodes, as edge effects dominate their behavior at extremes of operating range, particularly surge immunity and leakage current. Sawing up a flat sandwich of P/N leaves a bare edge around the junction, contaminated by the sawing process, and subject to surface states; instead doping the surface allows the junction to curl up towards the surface, where it can be carefully controlled as part of the printing process (e.g. adding guard rings to control surface states, electric field profile, etc.).

These more subtle effects might not be important to solar cells (I forget if they are cleaved/sawed, or printed as above?), but essentially all commercial electronic semiconductors are made this way.

Tim Williams
  • 22,874
  • 1
  • 20
  • 71
2

It doesn't have to be a wafer you can be done mechanically. Manufactured dials usually start out with a substrate of silicon that is doped or at dope layers on top of the silicon (or other semiconductor materials)

The cool thing is in the early days of electronics they didn't have wafers and so they used crystals or whatever they had around to mechanically form and junctions or other junctions that had a diode like capabilities.

You could do this at home if you had some kind of semiconductor Crystal.

enter image description here

https://hackaday.com/2010/03/05/diy-diodes/

Voltage Spike
  • 75,799
  • 36
  • 80
  • 208