Build a Eurorack-Compatible VCO Synth Module: Circuit Design and Panel Fabrication
Eurorack is the dominant hardware format for modular synthesizers: a standardized rack of interchangeable modules, each doing one job — oscillator, filter, envelope, mixer — patched together with 3.5mm cables. It's also one of the more approachable entry points into analog and mixed-signal circuit design for makers who already have soldering and basic electronics experience, because the format itself does the hard integration work for you. Build one working oscillator module, and you have a real, useful piece of gear rather than a test circuit that goes in a drawer. This project walks through building a basic voltage-controlled oscillator (VCO) module from a well-documented open circuit, fabricating your own panel on a laser cutter or CNC router, and getting it talking correctly to the rest of a Eurorack system.
Understanding the Format Before You Build
Eurorack modules share three things: a physical mounting standard (rows of 3U rack space measured in HP, where 1HP = 5.08mm), a power standard (±12V and sometimes 5V, distributed via a 10 or 16-pin IDC power header, red stripe = -12V), and a signal standard (1V/octave pitch control-voltage, audio and CV both running through the same 3.5mm mono jacks at roughly ±5V to ±10V swing). None of this is negotiable — deviate from the power pinout and you will kill your own modules or someone else's on the same bus, so triple-check polarity and pinout against the Doepfer A-100 standard before you ever plug a module you built into a shared case.
Parts and Circuit Overview
This build uses a classic sawtooth-core VCO topology: an op-amp integrator charges a capacitor at a rate set by an exponential converter (so pitch tracks linearly in volts-per-octave rather than linearly in frequency), a comparator resets the ramp to build the sawtooth, and a following stage shapes triangle and pulse outputs from the same core. You don't need to derive the exponential converter math yourself — this is one of the most well-documented circuit topologies in DIY synth culture, with complete schematics, BOMs, and PCB layouts freely available from established DIY synth designers (Yusynth, MFOS, and the Electric Druid all publish open VCO designs with build documentation). Follow a published, tested schematic rather than improvising your own for your first build; the exponential converter's thermal compensation is easy to get subtly wrong in ways that only show up as pitch drift once the case warms up.
Building It
- Populate the PCB or perfboard. Solder passives first (resistors, then capacitors), then sockets for any ICs, then the ICs themselves last. Use sockets for the op-amps and the matched transistor pair in the exponential converter — you will want to swap parts during calibration.
- Wire potentiometers and jacks to the board. Keep pot and jack wiring short and twist signal pairs where practical to cut down on noise pickup — this matters more in a dense multi-module case than it will on your test bench.
- Bring up power before signal. Connect only the ±12V rails first and check voltages at the regulator/reference points in the schematic with a multimeter before you connect any panel controls. This is the step that catches a reversed power header before it takes out an IC.
- Calibrate 1V/octave tracking. Feed a stable, known CV source across a few octaves (a MIDI-to-CV converter or a calibrated keyboard works well) and adjust the scale/tracking trimmer while measuring output frequency with a frequency counter or oscilloscope, checking that doubling the input voltage by exactly 1V doubles the output frequency across the full range. This is the step DIY builders skip and then wonder why the oscillator sounds "out of tune with itself" playing chords.
Fabricating the Panel
The front panel is where a maker shop with a laser cutter or CNC router actually pays off compared to buying a kit. A typical Eurorack panel is 2–3mm aluminum or acrylic, sized to a standard HP width with mounting holes on a fixed vertical spacing (a searchable Eurorack panel template will give you exact hole coordinates). For acrylic panels, cut the panel profile and mounting/control holes on a diode laser like the Longer Ray5 20W, then engrave labels and graphics on the front face — second-surface engraving on clear or painted acrylic (see our second-surface etching guide) gives you a panel where the graphics can't wear off from handling. For aluminum panels, cut and drill on a router like the Wolfpawn 4040 Pro with appropriate aluminum feeds and speeds, then get labeling done separately via laser marking or a rub-on transfer, since diode lasers won't mark bare aluminum without a marking spray.
Power Bus and Case Integration
You'll need a Eurorack power supply and bus board (widely available as a standalone purchase — building your own linear supply is possible but not where a first build should spend its risk budget, since a wiring mistake here can damage every module in the case at once). Chain the ribbon cable from the bus board to your module's power header, double-check the red-stripe orientation against both the bus board silkscreen and your module's silkscreen, and bring the module up alone in an otherwise-empty case for its first power-on.
Safety Notes
±12V DC is low enough voltage that shock risk is minimal, but reversed polarity or a shorted rail can push real current through cheap ICs fast enough to get hot enough to burn skin or ignite nearby wire insulation — treat "power bus wiring" as the one step in this whole project that deserves a slow, checked-twice approach rather than a confident one. If you're cutting aluminum panels, follow standard CNC dust and eye protection practice, and if engraving acrylic, run adequate ventilation as with any diode laser job.
A single VCO module is a satisfying, self-contained weekend build, and it's also a gateway: the same fabrication and calibration workflow extends directly to VCFs, envelope generators, and utility modules once you've got one working oscillator proving out your panel and power setup. Because Eurorack is an open, unified standard, everything you build stays useful and swappable for as long as you keep adding to the case.