Advanced: Embedded PCB Components

Based on a Reddit question, I thought I should address the topic of Embedded components on PCBs. In its simplest form, embedding components is the process of taking any parts like capacitors, resistors, or active ICs which you might place on the top and bottom layers to the inner layers of your PCB. This means that the components are not visible anymore on the outside and you introduce a vertical stacking as a capability.

Embedded PCBs

Why do we need this? One of the primary reasons for using embedded components is to achieve miniaturization. With device sizes shrinking all the time embedding components inside PCBs enables designers to optimize space utilization and reduce the overall footprint. You can potentially reduce the PCB sizes by a factor of 30-70% going with this tech. By placing components very close, the parasitic effects, such as inductance and capacitance, can be minimized, leading to enhanced signal integrity and reduced electromagnetic interference. The components are shielded and sealed within the layers, safeguarding them against moisture, dust, and mechanical stresses making them suitable for harsh operating conditions. For thermal heat dissipation, since it’s sandwiched on all sides, thermal dissipation can also be better.

Embedded PCBs

There are different techniques for manufacturing a board like this. First, you go about choosing the components which will go inside based on the component heights. Components with larger thicknesses are not preferred on the inside. Manufacturing starts with the inner layers and placement of these parts via the normal soldering reflow process, then outer prepreg and resin layers are cut out via laser etching based on the component contours to fit the thickness. Now when they are heated, the resin flows over the components and creates a very strong bond.

The major drawback is cost and eventual repairability is non-existent. Altium and Allegro PCB softwares support embedding components with good mechanical integration and export. There is a good design rule guide worth exploring from Wurth Elektronik on how to go about designing embedded component boards.

If you liked the post, Share it with your friends!

Back to Basics: Solid vs MultiStranded vs Litz Wires

Let’s talk wires! When it comes to building systems, wiring between subsystems is often overlooked. The type of wire you use can significantly impact performance. Everyone knows what solid wires are. As the name suggests, it’s a wire made of a single-core material. It’s great for passing DC current with low resistance. However, it struggles with higher-frequency currents due to skin depth(Refer to Older Posts) limitations. Solid cable does not fully utilize its entire thickness to transmit current.

The multistranded wire is made up of multiple strands of smaller gauge wires that are twisted together. It is more flexible than a solid wire. Where multi-stranded wires differ from Litz wires is that Litz wires have a small insulator in between each of the wire strands. So each strand is not shorted each other as in a multistranded cable. From the basics of Skin depth, we know that current likes to travel on the outer surface for higher frequencies. Multistranded wires do perform better with more area utilization (compared to solid wires) but they can still act as an almost solid wire since everything internally is shorted. Litz wire on the other hand ensures there is individual insulation and because of that, Skin depth is large, and hence current passes through the entire cross-section of the tiny wires. This is usually why Litz wires are usually the preferred choice in high-frequency applications such as transformers, inductors, induction coils, and high-frequency power supplies. While Litz wires are more expensive and have enamel insulation that can be easily scrapped or sanded off, they are worth considering for high-frequency applications.

Experienced professionals in the industry who use Litz wires, feel free to share any other benefits you have noticed.

So, next time you’re choosing wires, consider the application carefully and choose the wire type that will give you the best performance.

Fun fact: Litz wire gets its name from the German word “litzendraht,” which means braided or stranded wire.

#BacktoBasics#Wire#Current#Electronics#Power#transmission#Skindepth

If you liked the post, Share it with your friends!
1 47 48 49 50 51 89