Skip to content

Commit 09f4319

Browse files
committed
Fix chassis docs
1 parent df3f6be commit 09f4319

File tree

6 files changed

+111
-96
lines changed

6 files changed

+111
-96
lines changed

chassis/README.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

mod-chassis/README.md

Lines changed: 111 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,114 @@
1-
# chassis
1+
# rack chassis
2+
3+
## Overview
4+
5+
The chassis is a baseboard (not a module) that provides power distribution for two independent breadboards. It functions similarly to the power module but is designed as a permanent mounting solution for your modular system.
6+
7+
### Assembly
8+
9+
The chassis can be used as a standard Eurorack module or as a standalone portable unit.
10+
11+
For standalone use secure the backplate with M3 screws and attach rubber pads (do not overtighten the screws).
12+
13+
<img src="chassis_assembly.png" width="400">
14+
15+
### Usage
16+
17+
1. Position the breadboard on the chassis and align it with markings **(do not use adhesive)**.
18+
2. Place I/O modules on the edges to connect the breadboard and the chassis.
19+
3. Power the chassis via the USB‑C, DC jack, or Eurorack connectors.
20+
21+
<img src="chassis_usage.png" width="400">
22+
23+
## Interface
24+
25+
1. GND terminals (×2, one for each breadboard)
26+
2. AUX power input/output: ×4 GND pin and V+ (for chaining chassis and power modules)
27+
3. USB Type-C power input (PD up to 12V or fast charge)
28+
4. DC jack power input (5.1 mm × 2.1 mm, 5–12V)
29+
5. +12V output terminal (for each breadboard) (up to 350 mA)
30+
6. +5V output pin (for each breadboard) (up to 1 A)
31+
7. GND rail pin (for each breadboard)
32+
8. -12V output pin (for each breadboard) (up to 350 mA)
33+
9. Eurorack mounting holes
34+
10. Eurorack 16-pin connectors (×2) for providing power to other modules
35+
11. Eurorack 10-pin connector for powering chassis from Eurorack bus board
36+
37+
<img src="chassis-f-top.png" width="355">
38+
39+
<img src="chassis-f-bottom.png" width="355">
40+
41+
## Power sources
42+
43+
The chassis can be powered from two sources:
44+
45+
**USB Type-C** — supports Power Delivery (PD) up to 12V or fast charge protocols.
46+
47+
**DC Jack** — accepts 5.1 mm × 2.1 mm DC plug with voltage range from 5V to 12V. The chassis automatically handles voltage conversion.
48+
49+
**Eurorack 10-pin connector** — on the bottom side, the chassis can be powered from a Eurorack bus board using the standard 10-pin connector.
50+
51+
## Output voltages
52+
53+
The chassis converts the input voltage and provides three regulated power rails to each breadboard independently:
54+
55+
- **+12V** — up to 350 mA per breadboard
56+
- **+5V** — up to 1 A per breadboard
57+
- **-12V** — up to 350 mA per breadboard
58+
59+
Each rail has its own fuse protection.
60+
61+
## Protection
62+
63+
- **Input fuse** — maximum input current limited to 3 A
64+
- **+5V output fuses** — protect up to 1 A per breadboard
65+
- **±12V output fuses** — protect up to 350 mA each per breadboard
66+
67+
## Breadboard mounting and power distribution
68+
69+
The chassis features terminals for mounting breadboards. The power distribution concept works as follows:
70+
71+
1. Insert a breadboard between the terminals on the chassis
72+
2. Insert any module with one pair of pins into the chassis terminals (connecting to power rails)
73+
3. Insert the other pair of pins into the breadboard
74+
4. The breadboard receives power through the module, which acts as a power bridge
75+
76+
This design allows modules to serve dual purposes: they function as their intended module while also providing power connectivity to the breadboard.
77+
78+
## Eurorack integration
79+
80+
The chassis can be mounted in a standard Eurorack case using the mounting holes. On the bottom side:
81+
82+
- **10-pin connector** — allows the chassis to be powered from a Eurorack bus board
83+
- **16-pin connectors (×2)** — provide power output to other Eurorack modules, allowing you to power additional modules from the chassis
84+
85+
## Module chaining
86+
87+
The chassis features AUX power pins (V+ and GND) that allow you to chain multiple chassis or power modules together. Connect V+ and GND from one chassis to the corresponding pins on another chassis or power module to distribute power across multiple systems.
88+
89+
## Power consumption
90+
91+
Each module in the system consumes approximately **1 W** of power. When calculating how many modules you can power:
92+
93+
- **USB 5V 2A** = 10 W → maximum **10 modules**
94+
- **USB 12V 1A** = 12 W → maximum **12 modules**
95+
- **DC 12V 1A** = 12 W → maximum **12 modules**
96+
97+
Always account for the chassis itself and leave some headroom for safety. Since the chassis powers two independent breadboards, you can distribute modules across both breadboards, but the total power consumption still applies to the entire system.
98+
99+
## ⚠️ Important warning
100+
101+
**Never hot-plug power-bridging modules!** If a module that provides power to a breadboard (by connecting the chassis terminals to the breadboard) is already powered, do not insert or remove it from a breadboard that already contains other modules. This can cause damage to both the power-bridging module and the modules already installed in the breadboard. Always power down the system before making connections related to modules that bridge power to breadboards.
102+
103+
## Troubleshooting
104+
105+
The chassis has LED indicators for each power rail (+12V, +5V, -12V) for each breadboard. If any LED goes out:
106+
107+
1. A module may be damaged or drawing too much current
108+
2. The power supply may be insufficient for the number of modules
109+
3. Try removing modules one by one until all three LEDs light up again
110+
4. Check for short circuits or incorrect connections
111+
5. Verify that the power-bridging module is properly connected between chassis terminals and breadboard
2112

3113
## Schematic
4114

mod-chassis/chassis_assembly.png

141 KB
Loading

mod-chassis/chassis_usage.png

328 KB
Loading

0 commit comments

Comments
 (0)