Electronics Production

Making a Microcontroller Programmer

Files: Brian’s design

This week’s topic is how to make printed circuit boards (PCBs). Our assignment is two-fold: use a desktop format mill to cut the board, then solder on the components. The board will be used later this semester to program other microcontrollers.

Milling

We’re using a Roland Modela MDX-20 milling machine, controlled with mods. The mods interface takes black and white PNG images as input, calculates toolpaths, and sends the resulting G-code to the milling machine.

In groups we milled test patterns to characterize the design rules for our PCB milling capabilities. As expected, with a 164” end mill traces must be at least 164” apart. Traces thinner than a few thousandths of an inch lack structural integrity and are easily knocked off.

The height of the end mill as loaded is Z home, so it’s important to make sure it’s flush with the surface to be cut. The first time we loaded the 164” tool, the act of tightening the set screws pulled it up a few thousandths of an inch. It still looked flush with the material, but as can be seen below it did not cut the traces properly. Later we realized we could slide a sheet of paper between the end mill and the PCB.

After the test pattern, I milled a programmer.

Stuffing

I had never tried to solder surface mount components before, so I wasn’t sure how it would go. My first attempt was a disappointment: crystallized joints across the board (ha).

A few hours later I realized that I had used lead-free solder, so I decided I’d stuff another board using good old fashioned leaded solder. It was far easier, and the results were much more satisfying. Now I know firsthand why lead is still a common ingredient in solder.

Here are both boards next to each other; lead-free on top, leaded below.

Looking forward to programming these programmers!

Thickening

Our PCBs are a bit thinner than the spec for USB connectors. So I cut out the profile on the vinyl cutter and stuck 8 layers on the bottom of my boards. This makes them stick in USB ports much more firmly.