Skip to main content

PCB Guide 6 - Fill zones, decoration and production

IN PROGRESS
This text will be removed once this page is complete.
Otherwise, please have much caution trusting any info on this page.

 

Now that the routing is finished, let's tune the PCB up.

Step 11. Ground fills

You may remember the mention about how the crystal zone is sensitive.
We can protect it, along with other components, from external electrical noise through the use of ground fills.

Select create fill zones to begin.

We will draw two zones: One around the MCU, and one for the USB connector.

Then click on the first corner of the zone to surround to bring up a menu.

Select the ground net for the fill net, and high resolution for prettier edges.

Click at the corners, and double click at the last corner to end.
Then, press B to fill the zone.

The ground fill question is always an interesting one.
On one hand, it reduces EMI interference both entering and exiting the board.
However, it adds a significant amount of copper, making it more difficult to solder due to the necessity to raise temperatures further for ground-connected components. 
It also makes the PCB opaque. This can be a major disadvantage if you are wishing for the translucent PCB aesthetic.

I will say two things regarding this topic:

  • If doing full ground fill, make sure there is no ground current interference (i.e. Ground current from LED doesn't take a path that cuts across MCU/Crystal zone).
  • If doing minimal ground fill, at least do the following:
    • Around the crystal
    • Under the MCU, possibly a bit around
    • Below the USB connector
  • Also, in this case, it is critical that the USB lines are routed properly: Not close and parallel to pulsing matrix and LED lines, crossing perpendicularly to other traces as much as possible.

Whether you choose aesthetic or function is up to you. Such is a design decision left for the designer.
My personal recommendation is to use fill around the entire MCU zone or entire board until you are used to PCB design and have a few functional prototypes.

Step 12. Decorations

Let's celebrate your first PCB by making it yours.

The following layers can be used for aesthetic designs:

  • F/B.SilkS - Silkscreen print. The best choice for most decorations.
  • F/B.Cu - The copper. Add stealth logos and text that aren't as obvious.
  • F/B.Mask - The soldermask. If no copper exists below,  you will end up with a tan color exposed (PCB material). If copper below, you will get a shiny copper artwork or text.

For example, select the text tool on the layer F.SilkS, and place a block of text on the PCB.
Then, press Alt+3 to render the PCB.

Artwork can be done using Bitmap2Component. This will be discussed in a future chapter.

Step 13. Error Check

Are you sure that you haven't made any mistakes?

Use DRC to find out.

Press "Start DRC", then wait a few moments for KiCad to find things to complain about.

If it returns empty, you're all set.

If not, you've made a mistake.
Double click the error to figure out what's wrong. (It will jump to the error point.)

Repeat until KiCad complains no more.

Step 14. Production

Let's