diff --git a/README.md b/README.md index cc77b91cf8da06175aa245cf2b94c93e49809a6a..99645a90dd34e78dfab1258a2b322cd6175d8292 100644 --- a/README.md +++ b/README.md @@ -32,26 +32,26 @@ Here an example 8x8 setup consisting of 4 Input modules, 4 Output modules and 16 The Input Module has two 3.5mm Mono Input Jacks and two (On)-Off-On Switches that allows muting individual inputs (or momentarily/permanently switching them on). -| Top | Bottom | 3D | -| ---- | ------ | --- | -| <img src="gerbers/MAMI-INPUT_Combined_Top.png" width="200px"> | <img src="gerbers/MAMI-INPUT_Combined_Bottom.png" width="200px"> | <img src="images/3d-input.png" width="200px"> | +| Top | Bottom | 3D | Dimensions | +| ---- | ------ | --- | ------ | +| <img src="gerbers/MAMI-INPUT_Combined_Top.png" width="200px"> | <img src="gerbers/MAMI-INPUT_Combined_Bottom.png" width="200px"> | <img src="images/3d-input.png" width="200px"> | <img src="images/board_input.png" height="200px"> | ## 2x2 Tile Module [MAMI-QUAD] Mixes two inputs onto two outputs using 4 Potentiometers. -| Top | Bottom | 3D | -| ---- | ----- | --- | -| <img src="gerbers/MAMI-QUAD_Combined_Top.png" width="200px"> | <img src="gerbers/MAMI-QUAD_Combined_Bottom.png" width="200px"> | <img src="images/3d-quad.png" width="200px"> | +| Top | Bottom | 3D | Dimensions | +| ---- | ----- | --- | ------ | +| <img src="gerbers/MAMI-QUAD_Combined_Top.png" width="200px"> | <img src="gerbers/MAMI-QUAD_Combined_Bottom.png" width="200px"> | <img src="images/3d-quad.png" width="200px"> | <img src="images/board_quad.png" height="200px"> | ## Output Module [MAMI-OUTPUT] Provides two 3.5mm Mono output jacks, with a Jumper (or switch) each row of tiles can be switched between unipolar and bipolar attenuation. -| Top | Bottom | 3D | -| ---- | ------ | --- | -| <img src="gerbers/MAMI-OUTPUT_Combined_Top.png" height="200px"> | <img src="gerbers/MAMI-OUTPUT_Combined_Bottom.png" height="200px"> | <img src="images/3d-output.png" height="200px"> | +| Top | Bottom | 3D | Dimensions | +| ---- | ------ | --- | ---- | +| <img src="gerbers/MAMI-OUTPUT_Combined_Top.png" height="200px"> | <img src="gerbers/MAMI-OUTPUT_Combined_Bottom.png" height="200px"> | <img src="images/3d-output.png" height="200px"> | <img src="images/board_out.png" height="200px"> | The summing section looks like this and allows a jumper (`J_ATT1` and `J_ATT2`) or a switch (2.54mm lead spacing) to be used to switch between unipolar and bipolar attenuation for each row seperately. <img src="images/schematic_summing.png" height="auto" width="600px"> @@ -60,9 +60,9 @@ The summing section looks like this and allows a jumper (`J_ATT1` and `J_ATT2`) A dual Envelope follower that can be hooked up to a `MAMI-OUTPUT`-Module. Has two output jacks in the same 25mm spacing as the output module and two LEDs that correspond to the output levels. -| Top | Bottom | 3D | -| ---- | ------ | --- | -| <img src="gerbers/MAMI-ENV_Combined_Top.png" height="200px"> | <img src="gerbers/MAMI-ENV_Combined_Bottom.png" height="200px"> | <img src="images/3d-env.png" height="200px"> | +| Top | Bottom | 3D | Dimensions | +| ---- | ------ | --- | --- | +| <img src="gerbers/MAMI-ENV_Combined_Top.png" height="200px"> | <img src="gerbers/MAMI-ENV_Combined_Bottom.png" height="200px"> | <img src="images/3d-env.png" height="200px"> | <img src="images/board_env.png" height="200px"> | ### Erata Output Module rev. 1.0 (has been fixed in 1.1) @@ -73,7 +73,7 @@ A dual Envelope follower that can be hooked up to a `MAMI-OUTPUT`-Module. Has tw # Panels Constructing a panel is straightforward: drill holes for all potentiometers, switches and jacks. -There is an example panel for a 8x8 Matrix in the [panels](panels) directory. +There are example panels for a 8x8 Matrix (with and without envelope outputs) in the [panels](panels) directory. # Parts/BOM diff --git a/images/board_env.png b/images/board_env.png new file mode 100644 index 0000000000000000000000000000000000000000..68c2a4b7a568be00e1278152138e5ae36c55a4d9 Binary files /dev/null and b/images/board_env.png differ diff --git a/images/board_input.png b/images/board_input.png new file mode 100644 index 0000000000000000000000000000000000000000..77d8705b36539df099d1487cfb7674bb1d1c64c5 Binary files /dev/null and b/images/board_input.png differ diff --git a/images/board_out.png b/images/board_out.png new file mode 100644 index 0000000000000000000000000000000000000000..54e57feb616fb9f54917671f919dd770a06f26bc Binary files /dev/null and b/images/board_out.png differ diff --git a/images/board_quad.png b/images/board_quad.png new file mode 100644 index 0000000000000000000000000000000000000000..469e0523fa37800e69694720c60128b689d34a9f Binary files /dev/null and b/images/board_quad.png differ