Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
documentation
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • sdiy
  • documentation
  • Wiki
  • Eurorack Circuit Design

Last edited by David Huss Dec 11, 2018
Page history

Eurorack Circuit Design

[This page is meant to collect recurring circuit patterns needed often in Eurorack synthesizers

Power Section

The Power Section of a Module is typically designed to fulill multiple expectations:

  • Provide clean and isolated power rails (usually ±12V) for IC's and chips
  • Some sort of Reverse Polarity Protection (to avoid damaging the module with a wrongly plugged cable)
  • Generate delicate Reference voltages (e.g. for Pitch control in an Oscillator or for a Seqencer)

Power Connector

The typical Eurorack Power Connector (on the module side) is a 2x5 male Pinheader (with 2.54 mm lead spacing). It is wired like this:

Red Stripe
↓
▌╔════════–––––════════╗
▌║  ▢   ▢   ▢   ▢   ▢  ║
▌║  ▢   ▢   ▢   ▢   ▢  ║
▌╚══╪═══╪═══╪═══╪═══╪══╝
    │   └───┼───┘   └─ +12V
    │       └────────────── GND (0V)
    └────────────────────────── -12V

There are keyed pinheaders and unkeyed pinheaders. Keyed headers have a (usually black) plastic part around them to prevent you from plugging in the cable the wrong way. Of course this takes more space and doesn't really help if the cable is wired the wrong way.

Bypass Caps

Every module uses some sort of Bypass Capacitors. These are charged on power on and act as short term buffers for the module circuit. This way the load on the Power Supply in the case is more uniform over time and the rails are so too. Both sides win.

But what kind of capacitor should be used here? Typically you will see a combination of electrolitic "big" caps with values between 10μF (10.000nF) and 150μF (150.000 nF) depending on the power draw and a cluster of smaller ceramic caps of 100nF. This combination is superiour because you get the high frequency response of the small 100nF caps, while still profiting from the bigger capacitance of the electrolytics. The electrolytics are typically placed quite close to the 2x5 power connector, while the small ceramics (100nF) are placed directly where they are needed: at the Vcc and Vee Pins of the ICs.

Ferrite Beads

Sometimes you see Ferrite Beads in Series with the ±12V coming from the 2x5 Power Connector. These are there to Reject Noise and stray signals in the Megahertz Range. Inaudible Frequencies that can still have an (audible) impact on the circuit itself.

Reverse Polarity Protection

There are multiple ways to achieve the same goal. Typicially some sort of Reverse Polarity Protection is good to have, to avoid breaking modules, when you accidentally plug them in the wrong way

Clone repository
  • Eurorack Circuit Design
  • Filter
  • LPG
  • busboard
  • case
  • diy case
  • envelopes
  • eurorack
  • Home
  • interfaces
  • midi2cv
  • polivoks vcf
  • powersupply
  • psu parts
  • rails
View All Pages