PAGE 07 PAGE 09
Zen Garden Slice
ZEN GARDEN - PROJECT PRESENTATION SLIDE
WEEK #08

SOUND & LIGHT PROTOCOL

Making a pcb board with the Club Puebla shield as a design.

00. MISSION BRIEFING

For this week's objective: create a pcb board that integrates LEDs and a push button, all controlled by a XIAO RP2040.

TEAM PROTOCOL (GROUP ASSIGNMENT)

As part of our mission, we had to characterize the design rules for our in-house PCB production process (feeds, speeds, tool sizes, etc.). You can read all the intel and documentation gathered by our team by clicking below:

👉 GO TO GROUP ASSIGNMENT

01. THE ARSENAL

To complete this mission, I gathered the following components from the Fab Lab inventory:

  • Seeed Studio XIAO RP2040 (The Brain)
  • Push button With a pull-up resistor
  • LEDs 1206 SMD (Visual feedback)
  • Resistors 1206 SMD (Current limiting for the LEDs)
  • Pin Headers (For connections)

02. THE BLUEPRINT (KICAD DESIGN & EXPORT)

To kick off the blueprinting phase, I recycled the exact same schematic design from Week 06. Since the logic was already perfectly established and verified, I just forged ahead into the PCB editor, routing the traces with a safer 0.8mm width.

THE WORKFLOW: GERBER TO PNG

The Roland SRM-20 cannot read raw vector lines natively through Mods. It requires high-contrast raster images to calculate the 3D toolpaths. To achieve this, I exported the F.Cu (Front Copper) and Edge.Cuts layers as Gerber files.

Then, I used the gerber2png.fablabkerala.in tool to convert these mathematical vector files into high-resolution (1000 DPI) monochrome PNGs.

Why PNGs? In these images, white represents the material that must remain (the copper traces and pads), while black represents the areas where the endmill will remove material to isolate the circuits. For the outline, the white shape tells the machine the exact boundaries of the board to cut out.

03. GENERATING TOOLPATHS (MODS)

With the high-contrast PNGs ready, I imported them into Mods CE. Mods analyzes the pixels and calculates the exact G-code (in this case, an `.rml` file) that tells the Roland machine where to move on the X, Y, and Z axes.

⚙️ MODS CONFIGURATION & TOOL SELECTION

It is critical to configure the right parameters for each operation depending on the physical endmill used:

OPERATION TOOL SIZE CUT DEPTH OFFSETS & SPEED
Traces (Isolating Copper) 1/64 inch (0.4mm) 0.004 in Offset: 4 | Speed: 3 mm/s
Outline (Cutting Board) 1/32 inch (0.8mm) 0.024 in (Max: 0.072) Offset: 1 | Speed: 3 mm/s
  • Why 1/64" for traces? Because it's fine enough to pass between the tiny legs of the XIAO RP2040 without destroying the pads. We use 4 offsets to clear enough copper around the traces to make soldering easier and prevent short circuits.
  • Why 1/32" for the outline? It's a thicker, stronger tool capable of cutting all the way through the tough FR1 material without breaking.
Full screencast of the Mods toolpath generation protocol.

04. MACHINE SETUP & PHYSICAL CALIBRATION

Before hitting "Cut", physical preparation is mandatory. I secured the FR1 copper board to the sacrificial layer using strong double-sided tape. Then, I installed the 1/64 endmill.

Setting the Z-Axis: This is the most delicate part. I lowered the spindle via VPanel until the endmill was a few millimeters above the copper. Then, I loosened the setscrew, carefully let the tool drop to touch the board surface, pressed it gently down, and tightened the screw. This establishes a perfect Z=0 physical origin.

VPANEL INTERFACE

Inside the VPanel software, I set the X/Y origin where I wanted the cut to start, and registered the Z origin based on the physical calibration described above. I have marked the exact buttons used for this process below.

05. THE MILLING ACTION

With all parameters verified and the enclosure closed, the MonoFab SRM-20 went to work. Here is the physical fabrication process captured on video.

06. BOARD POPULATION (SOLDERING PROTOCOL)

The dust settled, and the board emerged perfectly isolated. The next step was washing it and populating it with the electronic components.

🔥 SOLDERING SPECIFICATIONS

  • Temperature: The soldering iron was set between 350°C and 380°C to ensure a quick melt without burning the FR1 substrate or the tiny SMD components.
  • Material: I used standard Sn60/Pb40 Rosin Core solder (or specify if you used Lead-Free).
  • Technique: Flux was generously applied to the pads. I used tweezers to hold the 1206 SMD LEDs and resistors, tacking down one pad first to anchor the component before soldering the other side.

07. FINAL HERO SHOT & SYSTEM TEST

After careful soldering and cleaning, the board was fully assembled. Here is the macro shot showing the quality of the solder joints, followed by the physical test to verify the integrity of the circuit and the logic.

Macro Solder Joints Hero Shot
(ADD PICTURE) MACRO HERO SHOT: Displaying the final populated board and solder joints.
Hero Test: Interacting with the push button. System fully operational.

PRODUCTION COMPLETE

The board has been designed, milled, populated, and successfully tested. Mission accomplished.

← BACK TO HQ (INDEX)