top of page

Selective Electroplating

Duke Bletsch Lab

Motivation

Electroplating, the process of coating one metal with another using electricity, is usually used to make uniform protective layers—but I wanted to see if it could instead be used to 'print' images onto metal.

PXL_20250401_173038500.jpg

Background

electroplating.png

Electroplating is the process of coating a conductive surface with a thin layer of metal by running an electric current through a solution of dissolved metal ions. This allows precise, micron-level control of coatings used for corrosion resistance, conductivity, or aesthetics, with common metals including nickel, copper, and zinc.

Electroplating

PXL_20250115_200047198.jpg

Setup

The system was built on a 3018 benchtop CNC router, with a plastic basin of electrolyte on the bed and the cathode workpiece fixed inside. A custom 3D-printed nozzle holding the anode replaced the spindle, both electrodes were wired to a constant-current power supply, and the CNC was controlled via Candle G-code software.

PXL_20250415_031851783.jpg

Calibration

A custom Python script was created to convert images into G-code, using grayscale pixel brightness to control nozzle dwell time and plating thickness.  Because plating results vary by metal, electrolyte, and electrical parameters, a gamma correction function was implemented and calibrated through test gradients. Image-processing analysis was used to tune parameters.

graph3.png

How long each pixel plates, for all brightness values and select gamma values

graph2.png

Normalized brightness heatmap of previous image for select gamma values

enhanced.jpg

Theoretically perfect gradient lines (0-255 evenly spaced) printed with different gamma values. Attempt to isolate linear gradient regions.

graph.png

Graphical representation of heatmap, functions appear sigmoid

graph4.png

Isolated linear region of sigmoid function. Used to determine algorithm for plating directions

Results

PXL_20250401_173038500.jpg

Albert Einstein

PXL_20250407_203228014.jpg

Mona Lisa

PXL_20250416_223652448.jpg

Empire State Building

chapel1.jpg

Duke Chapel

chapel2.jpg

Duke Chapel

PXL_20250420_180258363.jpg

Blue Devil Costume

Poster

ECE 291 poster.jpg

​alex citardi portfolio

bottom of page