Close

How to bring-up a PCB

A project log for How to bring-up a PCB

A guide on proper PCB bring-up. Avoid pitfalls and issues and speed up the process with some hacks!

bhavesh-kakwaniBhavesh Kakwani 01/03/2018 at 12:4310 Comments

So, your beautiful PCBs finally showed up in the mail and you’re really excited to rip open the package and get crackin’. Not so fast! You wanna make sure you do the necessary steps for a good board bring-up. Failing to do it right could result in a dead or fried board. Or it could be worse – a board that looks like it works, but actually has hidden hardware issues that only crop up later when developing firmware/software, which are very difficult to debug.

There are a large variety of possible things to check for and do carefully, and here I’m gonna cover the steps that I find most useful in the majority of scenarios. Let’s dive in!

Step 1: Continuity Tests and Initial Checks

The very first thing to do after getting the PCBs out of the package is to check them. We do this to make sure that any issues that crop up later are our fault, not the PCB manufacturer’s. I have had, on two occasions, issues with a PCB that was the manufacturer’s fault, even though it is a very reputable manufacturer that serves many hobbyist projects. Unfortunately, I didn’t do the proper checks in both those cases so our project had many hardware issues that plagued us for weeks; we wasted a lot of time debugging an issue that wasn’t our fault.

Continuity Testing

The first check you want to do is continuity testing. There are 2 major things to check here:

This might be daunting because there are many pads on an average PCB. My recommendation is that you make a checklist of the most critical continuity tests and go through them one-by-one with the multimeter. It will be over quicker than you’d think, and it’s very worth your time to catch issues early on. If you find that a pad isn’t connected to a desired power rail, or that two power rails are shorted to each other, now’s your chance to check your design and figure out whether it is an issue with the design or with manufacturing.

Visual inspection

The second check you want to do is a visual inspection. If you have small parts on your PCB, this is much easier with a microscope, which you can find at a local makerspace, university lab, and even on Adafruit if you want to buy your own. Or, I suppose it’s more practical to grab a good magnifying glass. You should check for issues such as:

If you were lucky, then everything checked out clean! Now it’s time to get our hands dirty.

Step 2: Applying solder paste

If life was always good, then USPS would deliver my PCB stencil from OSH Stencils on time as they had promised. Alas, it’s been a month since I ordered it and it’s still lost somewhere in California even though I live in Toronto. This is what I get for choosing a cheap shipping option…never again.

Time for Plan B: apply the solder paste by hand, without a stencil! For this, I ordered a solder syringe and box of various sized syringe tips from Digikey.

Leaded solder syringe and assorted syringe tips

The first thing to know about solder paste is that it needs to be refrigerated at all times when not being used. This is because it dries up too much when kept warm, eventually becoming unusable. Do NOT put it in the same fridge as your food! Lead is extremely dangerous when eaten, because it gets deposited in the brain and never gets flushed out of the body.

The second thing about solder paste is that you want to take it out of the fridge about 1 - 2 hours before usage, or as long as it takes for it to get to about room temperature. This is so that the paste gets warm and flows easily out of the syringe tip.

I tried a few of the syringe tips until I found one that had a small enough aperture for the tiny pads on my PCB. Try on a few syringe tips by squeezing solder onto scrap paper, and see what you’re comfortable with and what works best for your board.

Trying different syringe tips

In my case, the first few syringe tips I tried didn’t even work for me. They were too small and tight to squeeze the solder through, no matter how hard I pushed the plunger (stop giggling). In the end, I settled on a 25-gauge conical tip.

Time to apply the solder paste! I prefer using a microscope but you don’t necessarily need it. It is also important to have a well-lit workspace. If you’re making multiple PCBs, you can even invite a steady-handed friend to help!

My partner, Natalie, applying solder paste while I prepare the next steps

The two things to watch out for are simply: don’t use too much solder paste, and don’t use too little. If you use too much, it can result in solder bridges between adjacent pads. If you use too little, it might not be enough to form a good connection between the pad and pin.

Left: too little paste. Middle: too much paste. Right: just right

We did it! Take a moment to marvel at your accomplishment.

Solder paste applied everywhere! The board begs to have components placed on it

Step 3: Organizing components

I love doing this step/hack because it’s a huge time saver. Instead of jumping straight to placing components, it is better to quickly organize them first. Otherwise, you’ll spend too much time rummaging through dozens of bags of tiny components during component placement, trying to look for the correct resistor/capacitor values.

Take out some sheets of paper and start making a list of your components on them, in ascending order of numerical value. Next to each component name, also write down which part numbers on your board are populated by that component. For example: “1kOhm - R4, R5, R18”. I like to have one sheet for resistors, one for capacitors, one for diodes/transistors/small ICs, and one for everything else.

Creating sheets on which I will organize my components

Next, grab some tape and stick down your component reels next to their labels. When you’re done, you should have an organized repository where you can easily find everything you need.

Organized sheets of components

Step 4: Placing Components

Time to grab a nice, sharp pair of tweezers and a microscope and place the components. I like to place all the small stuff first, and leave the larger parts and multi-pad chips for the end. If you’re right-handed, start in a corner and move anti-clockwise, and vice versa if you’re left-handed.

Make it easier by placing the components in a pattern

Place all the small components first (left), then populate the rest (right)

Step 5: Reflow

Your board is now ready to be reflowed. The easiest way to do this is to put it through a proper reflow oven, but it is possible to hack this process using a normal oven and a multimeter’s thermocouple feature. If you’re doing this, it’s quite a bit more complicated because you have to control the temperatures and timing yourself. Also, DO NOT use the same oven as the one you cook food in; lead is poison!

Put your board in through the oven and cross your fingers! Even better, make sure the oven’s temperature readings are accurate before doing the reflow, and calibrate them accordingly before you start.

The reflow oven’s temperatures were pre-calibrated by the nice people at Sojourn Labs

Reflowing is way more fun in a time-lapse

Step 6: Post-reflow checks

Same as with the initial PCB checks, you want to do continuity tests and a visual inspection (with a magnifying glass or microscope) here. Do not skip this step; if you power on your board and the power rails are shorted, then you’ve just fried your precious board. Similarly, if you see issues when developing software/firmware, then it is better to discover now whether or not it is a hardware issue.

I’m going to put this here again. Don’t skip continuity testing!

Visually check your solder joints, especially the tricky pad sizes such as BGA and QFN

After you’ve done as many checks as you can and are very confident that the reflow went well, take a deep breath and power it on! Exhale slowly if it’s a sigh of relief, and sharply if you fried the board :P

Powered on the board. It works!

Out of my three boards, two worked. The third one powered on fine but the microcontroller doesn’t work; I already knew that would happen because I saw under the microscope, after reflowing it, that its Ground pins had terrible solder joints with too little solder.

Step 7: Headers and other through-hole parts

Time to solder the through-hole parts on the board with a soldering iron. In my case, it was just a few headers.

Soldered on the through-hole headers. The board is complete!

Step 8: Final check

Do a last continuity test, just to make sure that your through-hole soldering didn’t short any nets. Don’t skip this; it would be the saddest way to fry a board if you did.

Don’t skip this! I can’t stress it enough, so I show the image one last time

You’re done! Time to pass the boards on to your firmware developer/yourself and get coding.

A huge shoutout to my partner, Natalie, and Phil, from Sojourn Labs, for helping me with this particular bring-up. If you would like to know more about this board, check out my project GLOVER on Hackaday!

Discussions

Casual Cyborg wrote 02/28/2018 at 01:39 point

Thank you! I just got my PCB's from OshPark today, and if it wasn't for this article, I probably would've dove in like an idiot and started soldering!

  Are you sure? yes | no

Tom Harkaway wrote 01/11/2018 at 03:08 point

On one of the first boards I built, I placed all the small components first, then placed the big ones. The last component was a 48-pin TQPF. I did not get it down straight the first time and in the process of resetting it and probing to get it straight, I smeared the solder enough so that I ended up with some bridges that were difficult to clean up. From then on I have been placing the fine pitch components first, so if I messed them up I could clean up the board and start over without having invested too much time. I little bit of  age related shakes makes the probability of not getting fine pitch components down right the first time something more that ideal. The downside of this approach is the possibility of disturbing the bigger component when you are putting down the smaller ones. 

  Are you sure? yes | no

toybuilder wrote 01/10/2018 at 18:22 point

Lead is actually not as big of an issue as the flux which vaporizes and deposits on surfaces throughout the oven.  It can more easily reheat and flow around inside the oven when you later want to reheat a slice of pizza...

When doing initial power on, using a current limited supply is a very good practice. They can be had for as little as around $40.

  Are you sure? yes | no

Bhavesh Kakwani wrote 01/12/2018 at 19:51 point

Interesting, I didn't know that about flux! And good point about the current limited supply; I had access to one in university but not anymore :/ Such a supply is also good because it tells you how much current the board is pulling.

  Are you sure? yes | no

Hari Wiguna wrote 01/10/2018 at 17:41 point

N00b questions: at the ChipQuik site there are tons of types of solder paste. Which would you recommend for someone who has never used solder paste before?  Are there any reasons to avoid the thermally stable solder paste that require no refrigeration? Could the same paste be used with syringe and stencil? or are there different consistencies in addition to different chemical choices?

  Are you sure? yes | no

Bhavesh Kakwani wrote 01/12/2018 at 19:59 point

Those are great questions! For starters, I recommend the standard 63-37 Tin Lead solder paste because it melts at low(er) temperatures and it is easy to fix mistakes with a standard soldering iron. You can get this from Kester or Chipquik or a host of other brands...I am not an expert at it but those 2 seem to work well.

As for your other questions, they require detailed answers and I won't be able to do justice. However, I have found that Adafruit's research into this topic is amazing and I learnt a lot from there. Here are the links: https://learn.adafruit.com/smt-manufacturing/solder-paste-storage and https://learn.adafruit.com/smt-manufacturing/solder-paste-syringes

Hope it helped

  Are you sure? yes | no

Makerfabs wrote 01/04/2018 at 07:58 point

personally i do not understand why not using a stencil for applying the soldering paste......

  Are you sure? yes | no

Bhavesh Kakwani wrote 01/04/2018 at 08:13 point

Hi Zeqing, I too prefer using a stencil! But unfortunately, my stencil never arrived in the mail (USPS lost it) after I ordered it and I had a deadline. So I had to manually apply the solder paste

  Are you sure? yes | no

jipe_rey wrote 01/10/2018 at 17:37 point

Not using a stencil allows for partial mount of some strategic components  like DC/DC and everything for power rails. I often mount the components in two steps (at least on the very first PCB). 1) power rails. applying voltage for verification
2) rest of components when 1) is debugged.

  Are you sure? yes | no

Chris Slothouber wrote 01/12/2018 at 21:22 point

This is a smart approach. Populating & testing subsections of a complicated board, rather than the entire board at once, greatly reduces troubleshooting time.

  Are you sure? yes | no