As a child, I remember that my interest in electronics grew from admiration of what these smart engineers had come up with, to curiosity about how these things worked. This curiosity led me to use an old screwdriver that my dad had left in a drawer (probably after fixing the hinges on a door), to open anything electronic with a screw large enough for the screwdriver to fit in.
A record player, a VCR, a radio. All became my victims. I am still amazed that a charged capacitor didn't electrocute me. At least, I had the good sense to unplug the appliances from the mains. Inside those devices, I found all sorts of amazing things. Resistors, transformers, integrated circus, displays.
All of those things were fitted on small boards, like the one in Figure 1.1. This is an example of a printed circuit board, or PCB, for short.
Let's have a look at the components of a PCB, what a PCB looks like and the terminology that we use. The example PCB is one I made for one of my courses (Figure 1.1).
Elements of a PCBThe top side of the PCB is the side where we place the components. We can place components on the bottom side too; however this is unusual.
Components
In general, there are two kinds of components: through hole or surface mounted components. Through hole components, are attached on the PCB via inserting the leads or the pins through small holes, and using hot solder to hold them in place. In the example pictured in Figure 1.1, you can see several holes into which you can insert the through-hole component pins. The holes extend from the top side to the bottom side of the PCB, and plated with a conductive material, such as tin, or in this case, gold. We use solder to attach and secure a component through its lead onto the pad that is surrounding the hole (Figure 1.1).
If you wish to attach a surface-mounted component, then instead of holes, you attach the component onto the surface of the PCB using tin-plated pads. You will use just enough solder to create a solid connection between the flat connector of the component and the flat pad on the PCB (Figure 1.2).
Silkscreen
Next, is the silkscreen. We use the silkscreen for adding text and graphics. The text can provide useful information about the board and its components. The graphics can include logos, other decorations, and useful markings.
In Figure 1.3, you can see here that I've used white boxes to indicate the location of various components. I've used text to indicate the names of the various pins, and I've got version numbers up there. It's a good habit to have a name for the PCB and things of that sort. Silkscreen goes on the top or the bottom of the PCB.
Mounting holes
Sometimes, you may want to secure your PCB onto a surface. To do that, you can add a mounting hole. Mounting holes are similar to the other holes in this board, except that they don't need to be tinned. You can use a screw and a nut and bolt to the other side so that the PCB is secured inside, for example, a box.
Tracks and traces
Next are the tracks. In this example (Figure 1.4), they look red because of the color of the masking chemical used by the manufacturer.
Tracks are made of copper, and they electrically connect pins or different parts of the board. You can control the thickness of a track in your design. Tracks can also be referred to as ‘traces’.
Vias
Notice the small holes that have no pad around them? These are called ‘vias.’ A via looks like a hole but is not meant to be used to mount a component on it. A via is used to allow a track to continue its route to a different layer. If you're using PCBs that have two or more layers, then you can use vias to connect a track from any one of the layers to any of the other layers. Vias are very useful for routing your tracks around the PCB.
Soldermask
The red substance that you see on the PCB is the solder mask. It does a couple of things. It prevents the copper on the PCB from being oxidized over time. The oxidization of the copper tracks negatively affects their conductivity. The solder mask prevents oxidization.
Another thing that the solder mask does is to make it easier to solder by hand. Because pads can be very close to each other, soldering would be very difficult without the solder mask. The solder mask prevents hot solder from creating bridges between pads because it prevents it from sticking on the board. (Figure 1.5). The solder mask prevents bridges because solder cannot bond with it.
Often, the tip of the solder, the soldering iron is almost as big or sometimes as bigger than the width of the pads, so creating bridges in those circumstances is very easy and solder mask helps in preventing that from happening.
Materials
In Figure 1.6 you can see an example of the standard 1.6mm thick PCB.
Typically, PCBs, are made of fiberglass. The typical thickness of the PCB is 1.6 millimeters. In this close-up view of a PCB picture (Figure 1.7), you can see the holes for the through-hole components. The holes for the through hole components are the larger ones along the edge of the PCB. Notice that they are tined in the inside, electrically connecting the front and back.
In Figure 1.7 you can see several vias (the small holes) and tracks, the red solder mask, and the solder mask between the pads. In this close up, you can also see the detail of the silkscreens. The white ink is what you use in the silkscreen to create the text and graphics.
Figure 1.8 is interesting because it shows you a way to connect grounds and VCC pads to large areas of copper which is called the copper fill.
In Figure 1.8, the arrow points to a short segment of copper that connects the pad to a large area of copper around it. We refer to this short segment of copper as a 'thermal relief.' Thermal reliefs makes it easier to solder because the soldering heat won’t be dissipated into the large copper area.
Figure 1.9 gives a different perspective that allows to appreciate the thickness of the tracks.
Notice the short track that connects the two reset holes (RST)? The light that reflects off the side of the track gives you an idea of the thickness of that copper which is covered by the purple solder mask.
In this picture, you can also see a very thin layer of gold that covers the hole and the pad and how that also fills the inside of the hole. This is how you electrically have both sides of the hole connected.
Instead of gold plating, you can also use tin plating in order to reduce the manufacturing costs.
The image in Figure 1.10 is at 200 times magnification. You can see a track that connects two pads, and the light that reflects off one side of the track.
Checkout our comprehensive resources on KiCad
Checkout our comprehensive resources on KiCadThis guide is part of our comprehensive set of free resources and video courses on KiCad.
With these resources, you will learn how to use KiCad through a series of experiments. We'll start with the basics and a simple project, and work our way through the more elaborate features with more advanced projects.
Comments