What I did in Week 04

The focus this week was on electronics production: understanding PCB fabrication methods, defining design rules, and fabricating a working microcontroller development board.

Assignments for the week:
  • Group: characterize the design rules for the in-house PCB production process.
  • Individual: make and test a microcontroller development board.
  • Extra credit: personalize the board.
  • Extra credit: make the board using another process.

Week 04 assignments and links

These are the pages related to my Week 04 electronics production work.

PCB fabrication methods

There are several ways to fabricate PCBs, each with different tools, materials, and constraints.

Machining details

Machines

Different labs use a variety of CNC machines for PCB milling, each with its own workflow and settings.

Tools

Fixturing and underlay

Zeroing

Zeroing sets the starting point of the mill and is critical for accurate depth and alignment.

Set-screws, collets, lifetime

Post-processing: deburring removes rough edges and cleaning ensures a good surface for soldering.

Vinyl cutter and PCB materials

Vinyl cutters can be used not only for stickers but also to cut copper for flexible circuits.

Vinyl cutter

PCB materials

Rigid

Flexible

High-frequency

Copper thickness

Board houses and layers

Components, assembly, and CAM

Beyond fabrication, electronics production also involves selecting components, assembling boards, and preparing files for services.

Components and sourcing

Breadboards

Assembly and soldering

Rework and desoldering

CAM and file formats

Machine cutting workflow

Digital fabrication of PCBs often starts from images or vector files and goes through a CAM pipeline.

  1. Use PNG or SVG images for lossless resolution when preparing machining files.
  2. Convert PNG or SVG files using mods, choosing an appropriate mill (for example a V-bit, 1/64, or 1/32).
  3. Set the relevant parameters and preview the toolpaths and cutting traces before machining.

Quentorres development board

For the individual assignment I made and tested the Quentorres microcontroller development board.

Note: The written notes for this week are my own work and are recognized as such in the documentation.

Evidence (images)

Replace these placeholder images in images/week4/ with your own photos and screenshots.

PCB machining setup

Machining setup

Fixturing, underlay, and zeroing the board before milling.

Milled PCB

Milled PCB

Traces after machining, deburring, and cleaning.

Assembled Quentorres board

Quentorres assembled

XIAO RP2040 board with button input and LED output.

Vinyl-cut copper traces

Vinyl-cut copper

Flexible copper circuits cut on the vinyl cutter.

Next step

With PCB production skills and a working development board, the next weeks will build on embedded programming and integration with sensors, actuators, and final project ideas.