6 ms·
Why is this a component? Couldn't you just make one of these out of PCB traces?
by lisper 1mo ago
Why is this a component? Couldn't you just make one of these out of PCB traces?
- matherial 1mo agoNo, not if you want 22 nF. That's a pretty substantial capacitance. It would need to be quite big on a PCB. That would mean significant inductance, and thus, bad performance at high frequencies.
- bri3d 1mo agoCertainly not at these frequencies and corresponding high capacitance values; getting 22nF out of a PCB even with ECM would require quite a large surface area and at 220GHz you can't have that since your wavelength is so short; you'd just be making a giant resonator instead.
- Eduard 1mo agoECM = Embedded Capacitance Material. It is a special PCB laminate designed to create capacitance inside the PCB stack-up, typically between closely spaced power and ground planes.
- IndrekR 1mo agoLength of this capacitor is close to half-wavelength of 220 GHz (in vacuum). Using siblings of this broadband capacitor (40 GHz, same package) in some designs. In assembly, those require decent process control. This 0201M package is closer to 01005 passives in pad size. Typically no solder paste is used, just flux. Solder mask alignment has to be very tight (thin web used as a dam only). Cost per cap is reasonable where it is actually needed, other parts of the system are often orders of magnitude more expensive at those frequencies where performance matters. Where it gets the very high performance, is pillars/channels etched into silicon quite similar to how DRAM capacitors are made, just a “little bit bigger”. This allows for very low inductance and thus very high resonant frequency.
- SV_BubbleTime 1mo ago> Typically no solder paste is used, just flux. Ah, so reflow the solder on the package ends then? And I assume they have a fancy precision process for “tinning” the ends?
- IndrekR 1mo agoThe (more common) package has very precise solder bumps. You can have a special order for one with ENIG finish as well, but this only makes sense if you have a really good use case (using Pb solder, wirebonding directly). Not sure what method is used to deposit this solder. Probably just stencil on wafer before slicing.
- kazinator 1mo agoNot if it is to be 22 nF. To make a 22 nF capacitor using a pair of copper pours separated by a 1.6 mm thick old school two-layer PCB, we would need something like 10 square feet! It would have to be an electronics art project, intended to be displayed on a gallery wall. :) That goes down to something like 90 square inches if the separation is a 0.1mm thick layer of a thin four-layer PCB: still an impractically huge area. Capacitors achieve their density in a small package by two tricks: extremely tiny dielectric gaps, and convoluted surface areas. For instance, electrolytic caps achieve a big surface area due to using rough, anodized aluminum (or tantalum) for the anode (mnemonic: anodized aluminum -> anode). Then every ridge and crevice in that anode is available for capacitance due to using an electrolytic gel for the cathode. The roughness of the anode and the gel optimize for high surface area. Then the thinness of the oxide layer optimizes for a small gap size, also favoring high capacitance.
- lisper 1mo agoYeah, I actually realized too late that my brain somehow thought that nanofarads were smaller than picofarads. Mea culpa.