Politically Correct Boards

Aero 'lectrics.

2

That is what PC means, yes? No. It’s short for printed circuit. And the first attempts at making boards were actually made by spraying (“printing”) hot liquid copper onto a bakelite plastic sheet. The reliability with this method hovered somewhere between 0 and 1%. Not good.

After a few iterations, here is what we found works best: a fiberglass sheet about the thickness of a slice of cheese with very thin copper sheet bonded to the fiberglass with some really good heatproof glue. Then it’s run through a hydraulic press to firmly bond the copper to the cheese/fiberglass sheet. Next, we chemically dissolve the parts of the copper we don’t want in an acid bath. What remains is what we use to connect our circuit and to mount/fasten our parts.

Allow me to illustrate a primitive method of doing this: I take a scrap of PC board material, write on it with a “permanent” marker and dunk it in muriatic (swimming pool) acid with a bit of hydrogen peroxide. The acid can’t eat through the marker ink, but in pretty short order (half an hour) it has eaten the copper from the fiberglass board. A splash of paint thinner then dissolves the ink and we have a copper pattern on the electrically nonconductive fiberglass sheet. We could, if necessary, make primitive circuit boards this way.

Here’s a small piece of scrap PC board with ink “resist” from a marking pen (left). I could have drawn a circuit instead of my name, but the theory is the same. You then put the PC board in a 50-50 mixture of muriatic acid and hydrogen peroxide (swimming pool acid from the home improvement store and disinfectant from the drug store) (right).
In half an hour the copper has been etched away from the fiberglass substrate, but the copper under the ink has not been touched (left). What I didn’t tell you is that there is copper on both sides of this substrate, and the acid-peroxide etches both sides simultaneously. I could have had a copper circuit on both sides had this been a real project.

The next step up is to either hand-draw the circuit on paper or use a drafting program to draw the circuit on paper. Then we scan the drawing into a laser printer and print the circuit out with the printer. Why a laser printer? Because the “ink” (toner) in a laser printer is actually a plastic powder. We can melt this plastic ink onto a PC board with a plain-old clothes iron, and now we have a method of making multiple boards (although horribly time consuming) from a single drawing. And we can make more tomorrow (or next year) by simply printing more of the same pattern with the laser printer.

Let’s talk a bit more about this drafting program of which I speak. If your only object is to make your board in onesie-twosies, then almost any drafting program, including the freebies like SmartDraw, will do just fine. If you want to make either a lot of boards or just a more professional one or two boards for your own use, you will probably want to download the PCB program that we use here at RST Engineering from the April 2021 file in the HOG link at www.rstengineering.com.

Let’s start out with a simple program that has (almost) all the elements of a much more complex project. All I want to do is hook a 9- to 12-volt external battery to the board and light a single LED when I hook up the battery. A simple schematic of such a board shows an LED, a resistor and a place to put wires from the battery connector.

The blank Circuitmaker (schematic) program when you first open it (left). The first thing on the schematic is where the power supply (battery) wires are going to connect (right). They are taken from the menu on the left: Connectors, Active, In-Out. The schematic reference designators are automatically assigned X101 and X102.
The next component is the 470-ohm resistor taken from the “parts cabinet” on the left side: Resistors, Fixed Film and Qwatt (left). Then select the value from that bottom square on the left: 470. This may seem trivially simple only by dint of a few months of setting up the parts cabinets for every part for every project I’ve ever done. Add the LED from the menu: Transistors and Diodes, Diode and Lighted. Then choose Green T1 Diode from the bottom square on the left (right).

So let’s start by saying what we want. For example, I can have LEDs in dozens of configurations. The most popular (and the one I have the most of in my inventory) is a green LED in what is called the 3mm configuration. The 3mm configuration is standard across all manufacturers and we know a lot about it, including wire lead size, lead spacing, bulb diameter and all the rest of it. I only had to make one “package” for the 3mm LED no matter whether it is green, red, white, blue or yellow. Next, copy the original package four times and change only the color for the five colors. Then mass copy each of the colors with the “replace” function to change 3mm to 5mm and another copy to 8mm and so on.

Add a blue wire connecting the right side of X101 to the left side of R101 (left). Run blue wires from the resistor to the diode and the diode to X102, completing the circuit (right).
Add text to the document indicating what the “goesintas” and “goesoutas” do (left). Connect this Circuitmaker schematic to the Traxmaker PC board layout program through a “netlist” program (right).
Traxmaker takes the netlist and puts that little 0.5×1.5-inch PC board on the lower left corner of the page in 1:1 scale (left). Traxmaker lets me bring that little square up to where I can see what is going on (right).
I then rearrange the parts myself to make something that will look like the final layout. The little tiny gold wires tell me where the copper traces are eventually going to go (left). Next, I lay down blue traces (copper tracks) where the copper wires on the bottom of the PC board are going to go (right). The black writing is going to come out in white paint on the top of the board to identify these parts.
For whatever reason, I want the tracks from D101 to X102 to be on the top of the board along with the white paint. Easy. Just select the wire and change it from bottom track to top track. Remember, there is copper on both sides of the fiberglass substrate. I also annotate the board so I can remember what the board is and what it is used for.
The last steps are to print out the layout and etch it myself, or I send it out to have it etched professionally. This entire process took less than 15 minutes. The most complex board I’ve ever made (for a 10-channel audio selector panel) took me the better part of a day.

Similarly, a simple Ohm’s Law calculation shows that I can get by with a 470-ohm quarter-watt resistor, and we saw last month how to make resistor packages. The battery connector uses AWG 24 wire and we know what diameter #24 wire is (20 mils or 0.020 inch). That’s all the stuff we need to know to make our board, except for the size. Being a simple board, how about 1×0.5 inch, and those numbers are picked right out of the air (what engineers call rectorandom design).

The images show the progression from conceptual thought to something that can be made in individual boards or by the millions, no changes. But note the change I made on the last image. Traditionally, all the copper wires (traces) on the bottom side of the board are in blue, and all the parts on the top or component side of the board are in black. The blue traces will be done in copper and the black top side will be in white ink. All the holes for the parts will be done in copper also. But what happens if I want to use the copper on the top side of the board? Easy. Just modify the color of the trace(s) that you want to change to red, and those will come out in copper on the top side of the board.

Now this is important as it makes a big difference on how you assemble the board: By dint of powdered bat wings and eyes of newts, the PCB manufacturing folks have figured out a magic way to drill the holes for the components to fit into, and then they copper plate the holes connecting the bottom component “pads” with their corresponding pads on the top. No need to solder both bottom and top pads; it’s been done for you.

This is a trivial board. Next month we’ll delve into the subtle details of how to make the battery charger board and how we can get the manufacturing part done for a very few dollars and not have to mess around with swimming pool acid and laser printouts. Until then…Stay tuned…

2 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.