├── Braids3Dpanel └── Braidstestpanel.stl ├── DIYcase ├── .gitkeep ├── Case6u98HP v2.step ├── Case6u98HPV1.f3d ├── DIYCaseDRW.jpg ├── IMG_20210203_120903.jpg ├── Railholder.stl ├── SYNTHDECAL1.png └── SYNTHDECAL2.png ├── Distortion ├── .gitkeep ├── DistortionGerber.zip ├── DistortionPCBPanelGerber.zip ├── DistortionV1.sch ├── DistortionV2 │ ├── .gitkeep │ ├── Distortion2.zip │ ├── DistortionV1.pdf │ ├── DistortionV2Panel.stl │ └── Distortionguide.pdf └── bom │ ├── DistortionV1.2BOM.html │ ├── DistortionV1Bom.html │ └── DistortionV2BOM.html ├── HeadphoneOutV1 ├── DoeiGerbers.zip ├── DoeiPanel2.stl ├── DoeiV1Bom.html ├── DoeiV1Guide.pdf └── HeadphoneOutV1.sch ├── MarbleHornet ├── .gitkeep ├── MarbleHornetV1MAIN.zip ├── MarbleHornetV1PANEL.zip └── WespKosmo.pdf ├── Omnitool ├── .gitkeep ├── Omnitool.sch ├── OmnitoolCONTRV1.zip ├── OmnitoolMAINV1.zip ├── OmnitoolpanelV1.stl └── bom │ └── OmnitoolV1BOM.html ├── Paco ├── PACOguide2.pdf ├── Paco.sch ├── PacoGerbers.zip ├── PacoPanelV1.stl └── PacoPanelV2.stl ├── PrintablePanels ├── .gitkeep ├── EricaMIDICVpanel.stl ├── FCMAmpPanel.stl ├── FCMoreVCAspanel.stl ├── FCRagingBullPanel.stl ├── KassutronicsASRpanel.stl ├── KassutronicsKS20Panel.stl ├── KassutronicsVCOPanel.stl ├── SVCOPanel1.stl └── TheTiger.stl ├── README.md ├── THT BRAIDS.pdf ├── Tuner ├── .gitkeep ├── Schermafbeelding 2021-01-26 155520.jpg ├── TUNAV2Guide.pdf ├── Tuner.sch ├── TunerGerbs.zip ├── TunerGuide.pdf ├── TunerPanel.stl ├── TunerPanelTest.stl └── bom │ └── TunerV1.2BOM.html ├── Wesp ├── .gitkeep ├── WESPV1Guide.pdf ├── Wesp.sch ├── WespCONTRV1.zip ├── WespMAINV1.zip ├── WespV2 │ ├── .gitkeep │ ├── WespV2BOM.html │ ├── WespV2CONTR.zip │ └── WespV2MAIN.zip ├── WesppanelV1.stl └── bom │ └── WespBOMV1.html ├── _config.yml ├── docs ├── _config.yml ├── hulp.md └── index.md └── images ├── .gitkeep ├── Case6u98HPback.png ├── Case6u98HPfront.png ├── DISTFOTO.png ├── DOEIFOTO.png ├── LOGO.png ├── PACOFOTO.png ├── TUNAFOTO.png └── WESPFOTO.png /Braids3Dpanel/Braidstestpanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Braids3Dpanel/Braidstestpanel.stl -------------------------------------------------------------------------------- /DIYcase/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /DIYcase/Case6u98HPV1.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/Case6u98HPV1.f3d -------------------------------------------------------------------------------- /DIYcase/DIYCaseDRW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/DIYCaseDRW.jpg -------------------------------------------------------------------------------- /DIYcase/IMG_20210203_120903.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/IMG_20210203_120903.jpg -------------------------------------------------------------------------------- /DIYcase/Railholder.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/Railholder.stl -------------------------------------------------------------------------------- /DIYcase/SYNTHDECAL1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/SYNTHDECAL1.png -------------------------------------------------------------------------------- /DIYcase/SYNTHDECAL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/SYNTHDECAL2.png -------------------------------------------------------------------------------- /Distortion/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Distortion/DistortionGerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionGerber.zip -------------------------------------------------------------------------------- /Distortion/DistortionPCBPanelGerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionPCBPanelGerber.zip -------------------------------------------------------------------------------- /Distortion/DistortionV2/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Distortion/DistortionV2/Distortion2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/Distortion2.zip -------------------------------------------------------------------------------- /Distortion/DistortionV2/DistortionV1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/DistortionV1.pdf -------------------------------------------------------------------------------- /Distortion/DistortionV2/DistortionV2Panel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/DistortionV2Panel.stl -------------------------------------------------------------------------------- /Distortion/DistortionV2/Distortionguide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/Distortionguide.pdf -------------------------------------------------------------------------------- /HeadphoneOutV1/DoeiGerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/HeadphoneOutV1/DoeiGerbers.zip -------------------------------------------------------------------------------- /HeadphoneOutV1/DoeiPanel2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/HeadphoneOutV1/DoeiPanel2.stl -------------------------------------------------------------------------------- /HeadphoneOutV1/DoeiV1Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/HeadphoneOutV1/DoeiV1Guide.pdf -------------------------------------------------------------------------------- /MarbleHornet/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /MarbleHornet/MarbleHornetV1MAIN.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/MarbleHornet/MarbleHornetV1MAIN.zip -------------------------------------------------------------------------------- /MarbleHornet/MarbleHornetV1PANEL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/MarbleHornet/MarbleHornetV1PANEL.zip -------------------------------------------------------------------------------- /MarbleHornet/WespKosmo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/MarbleHornet/WespKosmo.pdf -------------------------------------------------------------------------------- /Omnitool/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Omnitool/Omnitool.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A4 11693 8268 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L eurocad:EURO_PWR_2x5 J2 18 | U 1 1 60050366 19 | P 2300 6750 20 | F 0 "J2" H 2300 7197 60 0000 C CNN 21 | F 1 "EURO_PWR_2x5" H 2300 7091 60 0000 C CNN 22 | F 2 "Connector_PinHeader_2.54mm:PinHeader_2x05_P2.54mm_Vertical" H 2300 6750 60 0001 C CNN 23 | F 3 "" H 2300 6750 60 0000 C CNN 24 | 1 2300 6750 25 | 1 0 0 -1 26 | $EndComp 27 | $Comp 28 | L eurocad:78L05 U3 29 | U 1 1 60050CA6 30 | P 5250 6600 31 | F 0 "U3" H 5250 7005 50 0000 C CNN 32 | F 1 "78L05" H 5250 6914 50 0000 C CNN 33 | F 2 "Package_TO_SOT_THT:TO-92L_Inline_Wide" H 5250 6600 50 0001 C CNN 34 | F 3 "regulator\\lm78lxx.pdf" H 5250 6823 50 0000 C CNN 35 | 1 5250 6600 36 | 1 0 0 -1 37 | $EndComp 38 | $Comp 39 | L Device:R R9 40 | U 1 1 60051B1A 41 | P 8050 2500 42 | F 0 "R9" V 7843 2500 50 0000 C CNN 43 | F 1 "33" V 7934 2500 50 0000 C CNN 44 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 7980 2500 50 0001 C CNN 45 | F 3 "~" H 8050 2500 50 0001 C CNN 46 | 1 8050 2500 47 | 0 1 1 0 48 | $EndComp 49 | $Comp 50 | L Device:R R13 51 | U 1 1 6005221E 52 | P 9100 2900 53 | F 0 "R13" V 8893 2900 50 0000 C CNN 54 | F 1 "1K" V 8984 2900 50 0000 C CNN 55 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9030 2900 50 0001 C CNN 56 | F 3 "~" H 9100 2900 50 0001 C CNN 57 | 1 9100 2900 58 | 0 1 1 0 59 | $EndComp 60 | $Comp 61 | L Device:R R12 62 | U 1 1 60052930 63 | P 9000 2500 64 | F 0 "R12" V 8793 2500 50 0000 C CNN 65 | F 1 "470" V 8884 2500 50 0000 C CNN 66 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8930 2500 50 0001 C CNN 67 | F 3 "~" H 9000 2500 50 0001 C CNN 68 | 1 9000 2500 69 | 0 1 1 0 70 | $EndComp 71 | $Comp 72 | L Device:CP C9 73 | U 1 1 60052EE2 74 | P 8250 2900 75 | F 0 "C9" H 8368 2946 50 0000 L CNN 76 | F 1 "10uF" H 8368 2855 50 0000 L CNN 77 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 8288 2750 50 0001 C CNN 78 | F 3 "~" H 8250 2900 50 0001 C CNN 79 | 1 8250 2900 80 | 1 0 0 -1 81 | $EndComp 82 | $Comp 83 | L Device:LED D4 84 | U 1 1 6005358A 85 | P 9550 2900 86 | F 0 "D4" H 9543 2645 50 0000 C CNN 87 | F 1 "LED" H 9543 2736 50 0000 C CNN 88 | F 2 "LED_THT:LED_D3.0mm" H 9550 2900 50 0001 C CNN 89 | F 3 "~" H 9550 2900 50 0001 C CNN 90 | 1 9550 2900 91 | -1 0 0 1 92 | $EndComp 93 | Wire Wire Line 94 | 7650 2500 7900 2500 95 | Wire Wire Line 96 | 8200 2500 8250 2500 97 | Wire Wire Line 98 | 8250 2500 8250 2750 99 | Wire Wire Line 100 | 8250 2500 8450 2500 101 | Connection ~ 8250 2500 102 | Wire Wire Line 103 | 9250 2900 9400 2900 104 | Wire Wire Line 105 | 8950 2900 8750 2900 106 | Wire Wire Line 107 | 8750 2900 8750 2500 108 | Connection ~ 8750 2500 109 | Wire Wire Line 110 | 8750 2500 8850 2500 111 | $Comp 112 | L power:GND #PWR0101 113 | U 1 1 6005A9DF 114 | P 10000 2900 115 | F 0 "#PWR0101" H 10000 2650 50 0001 C CNN 116 | F 1 "GND" H 10005 2727 50 0000 C CNN 117 | F 2 "" H 10000 2900 50 0001 C CNN 118 | F 3 "" H 10000 2900 50 0001 C CNN 119 | 1 10000 2900 120 | 1 0 0 -1 121 | $EndComp 122 | Wire Wire Line 123 | 10000 2900 9700 2900 124 | $Comp 125 | L power:GND #PWR0102 126 | U 1 1 6005B4CF 127 | P 8250 3150 128 | F 0 "#PWR0102" H 8250 2900 50 0001 C CNN 129 | F 1 "GND" H 8255 2977 50 0000 C CNN 130 | F 2 "" H 8250 3150 50 0001 C CNN 131 | F 3 "" H 8250 3150 50 0001 C CNN 132 | 1 8250 3150 133 | 1 0 0 -1 134 | $EndComp 135 | Wire Wire Line 136 | 8250 3050 8250 3150 137 | $Comp 138 | L power:+5V #PWR0103 139 | U 1 1 6005BC81 140 | P 7800 2600 141 | F 0 "#PWR0103" H 7800 2450 50 0001 C CNN 142 | F 1 "+5V" V 7815 2728 50 0000 L CNN 143 | F 2 "" H 7800 2600 50 0001 C CNN 144 | F 3 "" H 7800 2600 50 0001 C CNN 145 | 1 7800 2600 146 | 0 1 1 0 147 | $EndComp 148 | Wire Wire Line 149 | 7800 2600 7650 2600 150 | $Comp 151 | L Device:Q_PNP_BCE Q1 152 | U 1 1 6005CA26 153 | P 8650 1350 154 | F 0 "Q1" H 8840 1304 50 0000 L CNN 155 | F 1 "PNP" H 8840 1395 50 0000 L CNN 156 | F 2 "Package_TO_SOT_THT:TO-92L_Inline_Wide" H 8850 1450 50 0001 C CNN 157 | F 3 "~" H 8650 1350 50 0001 C CNN 158 | 1 8650 1350 159 | 1 0 0 1 160 | $EndComp 161 | $Comp 162 | L Device:R R11 163 | U 1 1 6005E1A7 164 | P 8300 1800 165 | F 0 "R11" H 8370 1846 50 0000 L CNN 166 | F 1 "100K" H 8370 1755 50 0000 L CNN 167 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8230 1800 50 0001 C CNN 168 | F 3 "~" H 8300 1800 50 0001 C CNN 169 | 1 8300 1800 170 | 0 -1 -1 0 171 | $EndComp 172 | $Comp 173 | L power:+5V #PWR0104 174 | U 1 1 6005EE81 175 | P 8750 1000 176 | F 0 "#PWR0104" H 8750 850 50 0001 C CNN 177 | F 1 "+5V" H 8765 1173 50 0000 C CNN 178 | F 2 "" H 8750 1000 50 0001 C CNN 179 | F 3 "" H 8750 1000 50 0001 C CNN 180 | 1 8750 1000 181 | 1 0 0 -1 182 | $EndComp 183 | $Comp 184 | L Device:R R10 185 | U 1 1 6005F304 186 | P 8300 1500 187 | F 0 "R10" V 8093 1500 50 0000 C CNN 188 | F 1 "5K" V 8184 1500 50 0000 C CNN 189 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8230 1500 50 0001 C CNN 190 | F 3 "~" H 8300 1500 50 0001 C CNN 191 | 1 8300 1500 192 | 0 1 1 0 193 | $EndComp 194 | $Comp 195 | L power:GND #PWR0105 196 | U 1 1 6005FC78 197 | P 7950 1500 198 | F 0 "#PWR0105" H 7950 1250 50 0001 C CNN 199 | F 1 "GND" H 7955 1327 50 0000 C CNN 200 | F 2 "" H 7950 1500 50 0001 C CNN 201 | F 3 "" H 7950 1500 50 0001 C CNN 202 | 1 7950 1500 203 | 1 0 0 -1 204 | $EndComp 205 | Wire Wire Line 206 | 7950 1500 8150 1500 207 | Wire Wire Line 208 | 8450 2300 8450 2500 209 | Connection ~ 8450 2500 210 | Wire Wire Line 211 | 8450 2500 8750 2500 212 | Wire Wire Line 213 | 8450 1800 8450 1500 214 | Wire Wire Line 215 | 8450 1350 8450 1500 216 | Connection ~ 8450 1500 217 | Wire Wire Line 218 | 8750 1000 8750 1150 219 | $Comp 220 | L Device:R R15 221 | U 1 1 600627FB 222 | P 9750 1150 223 | F 0 "R15" V 9543 1150 50 0000 C CNN 224 | F 1 "1K" V 9634 1150 50 0000 C CNN 225 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9680 1150 50 0001 C CNN 226 | F 3 "~" H 9750 1150 50 0001 C CNN 227 | 1 9750 1150 228 | 0 1 1 0 229 | $EndComp 230 | $Comp 231 | L Device:R R14 232 | U 1 1 60063343 233 | P 9750 850 234 | F 0 "R14" V 9543 850 50 0000 C CNN 235 | F 1 "470" V 9634 850 50 0000 C CNN 236 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9680 850 50 0001 C CNN 237 | F 3 "~" H 9750 850 50 0001 C CNN 238 | 1 9750 850 239 | 0 1 1 0 240 | $EndComp 241 | $Comp 242 | L Device:R R16 243 | U 1 1 60063DFA 244 | P 10400 1000 245 | F 0 "R16" H 10470 1046 50 0000 L CNN 246 | F 1 "100K" H 10470 955 50 0000 L CNN 247 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 10330 1000 50 0001 C CNN 248 | F 3 "~" H 10400 1000 50 0001 C CNN 249 | 1 10400 1000 250 | 1 0 0 -1 251 | $EndComp 252 | $Comp 253 | L Device:LED D5 254 | U 1 1 60064D1D 255 | P 10150 1150 256 | F 0 "D5" H 10143 895 50 0000 C CNN 257 | F 1 "LED" H 10143 986 50 0000 C CNN 258 | F 2 "LED_THT:LED_D3.0mm" H 10150 1150 50 0001 C CNN 259 | F 3 "~" H 10150 1150 50 0001 C CNN 260 | 1 10150 1150 261 | -1 0 0 1 262 | $EndComp 263 | Wire Wire Line 264 | 10000 1150 9900 1150 265 | Wire Wire Line 266 | 9600 1150 9600 850 267 | Wire Wire Line 268 | 9600 850 9250 850 269 | Connection ~ 9600 850 270 | Wire Wire Line 271 | 9900 850 10400 850 272 | Wire Wire Line 273 | 10300 1150 10400 1150 274 | $Comp 275 | L Connector:AudioJack2_SwitchT J7 276 | U 1 1 60066CBA 277 | P 11000 850 278 | F 0 "J7" H 10820 783 50 0000 R CNN 279 | F 1 "INVERSE" H 10820 874 50 0000 R CNN 280 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 11000 850 50 0001 C CNN 281 | F 3 "~" H 11000 850 50 0001 C CNN 282 | 1 11000 850 283 | -1 0 0 1 284 | $EndComp 285 | Wire Wire Line 286 | 10800 850 10400 850 287 | Connection ~ 10400 850 288 | $Comp 289 | L power:GND #PWR0106 290 | U 1 1 60067F31 291 | P 10800 1100 292 | F 0 "#PWR0106" H 10800 850 50 0001 C CNN 293 | F 1 "GND" H 10805 927 50 0000 C CNN 294 | F 2 "" H 10800 1100 50 0001 C CNN 295 | F 3 "" H 10800 1100 50 0001 C CNN 296 | 1 10800 1100 297 | 1 0 0 -1 298 | $EndComp 299 | Wire Wire Line 300 | 10800 950 10800 1100 301 | $Comp 302 | L Device:CP C2 303 | U 1 1 6006EF21 304 | P 3200 6700 305 | F 0 "C2" H 3318 6746 50 0000 L CNN 306 | F 1 "10uF" H 3318 6655 50 0000 L CNN 307 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 3238 6550 50 0001 C CNN 308 | F 3 "~" H 3200 6700 50 0001 C CNN 309 | 1 3200 6700 310 | 1 0 0 -1 311 | $EndComp 312 | $Comp 313 | L Device:CP C3 314 | U 1 1 6006F8E7 315 | P 3450 6800 316 | F 0 "C3" H 3568 6846 50 0000 L CNN 317 | F 1 "10uF" H 3568 6755 50 0000 L CNN 318 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 3488 6650 50 0001 C CNN 319 | F 3 "~" H 3450 6800 50 0001 C CNN 320 | 1 3450 6800 321 | 1 0 0 -1 322 | $EndComp 323 | $Comp 324 | L Device:R R2 325 | U 1 1 6007440C 326 | P 1750 1450 327 | F 0 "R2" H 1820 1496 50 0000 L CNN 328 | F 1 "100K" H 1820 1405 50 0000 L CNN 329 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1680 1450 50 0001 C CNN 330 | F 3 "~" H 1750 1450 50 0001 C CNN 331 | 1 1750 1450 332 | 1 0 0 -1 333 | $EndComp 334 | $Comp 335 | L Device:R R1 336 | U 1 1 60074D59 337 | P 1400 1300 338 | F 0 "R1" V 1193 1300 50 0000 C CNN 339 | F 1 "100K" V 1284 1300 50 0000 C CNN 340 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1330 1300 50 0001 C CNN 341 | F 3 "~" H 1400 1300 50 0001 C CNN 342 | 1 1400 1300 343 | 0 1 1 0 344 | $EndComp 345 | $Comp 346 | L Device:R R3 347 | U 1 1 6007576E 348 | P 1950 2850 349 | F 0 "R3" V 1743 2850 50 0000 C CNN 350 | F 1 "100K" V 1834 2850 50 0000 C CNN 351 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1880 2850 50 0001 C CNN 352 | F 3 "~" H 1950 2850 50 0001 C CNN 353 | 1 1950 2850 354 | 0 1 1 0 355 | $EndComp 356 | $Comp 357 | L Device:R R4 358 | U 1 1 60075FDB 359 | P 2400 2850 360 | F 0 "R4" V 2193 2850 50 0000 C CNN 361 | F 1 "1K" V 2284 2850 50 0000 C CNN 362 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 2330 2850 50 0001 C CNN 363 | F 3 "~" H 2400 2850 50 0001 C CNN 364 | 1 2400 2850 365 | 0 1 1 0 366 | $EndComp 367 | $Comp 368 | L Device:R R5 369 | U 1 1 60076837 370 | P 3400 2450 371 | F 0 "R5" H 3470 2496 50 0000 L CNN 372 | F 1 "100K" H 3470 2405 50 0000 L CNN 373 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 3330 2450 50 0001 C CNN 374 | F 3 "~" H 3400 2450 50 0001 C CNN 375 | 1 3400 2450 376 | 1 0 0 -1 377 | $EndComp 378 | $Comp 379 | L Device:D D3 380 | U 1 1 60077DB3 381 | P 3700 2300 382 | F 0 "D3" H 3700 2083 50 0000 C CNN 383 | F 1 "1n4148" H 3700 2174 50 0000 C CNN 384 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 3700 2300 50 0001 C CNN 385 | F 3 "~" H 3700 2300 50 0001 C CNN 386 | 1 3700 2300 387 | -1 0 0 1 388 | $EndComp 389 | Wire Wire Line 390 | 4150 2300 3850 2300 391 | Wire Wire Line 392 | 3550 2300 3400 2300 393 | Connection ~ 3400 2300 394 | Wire Wire Line 395 | 3400 2300 3250 2300 396 | Wire Wire Line 397 | 2950 2300 2800 2300 398 | Wire Wire Line 399 | 2200 2400 2200 2850 400 | Wire Wire Line 401 | 2200 2850 2250 2850 402 | Wire Wire Line 403 | 2200 2850 2100 2850 404 | Connection ~ 2200 2850 405 | Wire Wire Line 406 | 2100 1300 1750 1300 407 | Connection ~ 1750 1300 408 | Wire Wire Line 409 | 1750 1300 1550 1300 410 | $Comp 411 | L power:GND #PWR0107 412 | U 1 1 6007F9DE 413 | P 1600 1600 414 | F 0 "#PWR0107" H 1600 1350 50 0001 C CNN 415 | F 1 "GND" H 1605 1427 50 0000 C CNN 416 | F 2 "" H 1600 1600 50 0001 C CNN 417 | F 3 "" H 1600 1600 50 0001 C CNN 418 | 1 1600 1600 419 | 1 0 0 -1 420 | $EndComp 421 | $Comp 422 | L power:GND #PWR0108 423 | U 1 1 6008046D 424 | P 2700 2850 425 | F 0 "#PWR0108" H 2700 2600 50 0001 C CNN 426 | F 1 "GND" H 2705 2677 50 0000 C CNN 427 | F 2 "" H 2700 2850 50 0001 C CNN 428 | F 3 "" H 2700 2850 50 0001 C CNN 429 | 1 2700 2850 430 | 1 0 0 -1 431 | $EndComp 432 | $Comp 433 | L power:GND #PWR0109 434 | U 1 1 60080DB8 435 | P 3400 2750 436 | F 0 "#PWR0109" H 3400 2500 50 0001 C CNN 437 | F 1 "GND" H 3405 2577 50 0000 C CNN 438 | F 2 "" H 3400 2750 50 0001 C CNN 439 | F 3 "" H 3400 2750 50 0001 C CNN 440 | 1 3400 2750 441 | 1 0 0 -1 442 | $EndComp 443 | Wire Wire Line 444 | 3400 2600 3400 2750 445 | Wire Wire Line 446 | 2700 2850 2550 2850 447 | Wire Wire Line 448 | 1600 1600 1750 1600 449 | $Comp 450 | L power:+12V #PWR0110 451 | U 1 1 60083C24 452 | P 4350 1850 453 | F 0 "#PWR0110" H 4350 1700 50 0001 C CNN 454 | F 1 "+12V" H 4365 2023 50 0000 C CNN 455 | F 2 "" H 4350 1850 50 0001 C CNN 456 | F 3 "" H 4350 1850 50 0001 C CNN 457 | 1 4350 1850 458 | 1 0 0 -1 459 | $EndComp 460 | $Comp 461 | L power:+12V #PWR0111 462 | U 1 1 60084A0A 463 | P 1700 2850 464 | F 0 "#PWR0111" H 1700 2700 50 0001 C CNN 465 | F 1 "+12V" V 1715 2978 50 0000 L CNN 466 | F 2 "" H 1700 2850 50 0001 C CNN 467 | F 3 "" H 1700 2850 50 0001 C CNN 468 | 1 1700 2850 469 | 0 -1 -1 0 470 | $EndComp 471 | Wire Wire Line 472 | 1800 2850 1700 2850 473 | Wire Wire Line 474 | 4350 1850 4350 2000 475 | $Comp 476 | L power:-12V #PWR0112 477 | U 1 1 60086FBA 478 | P 4350 2700 479 | F 0 "#PWR0112" H 4350 2800 50 0001 C CNN 480 | F 1 "-12V" H 4365 2873 50 0000 C CNN 481 | F 2 "" H 4350 2700 50 0001 C CNN 482 | F 3 "" H 4350 2700 50 0001 C CNN 483 | 1 4350 2700 484 | -1 0 0 1 485 | $EndComp 486 | Wire Wire Line 487 | 4350 2600 4350 2700 488 | $Comp 489 | L power:GND #PWR0113 490 | U 1 1 6008867F 491 | P 4050 2400 492 | F 0 "#PWR0113" H 4050 2150 50 0001 C CNN 493 | F 1 "GND" H 4055 2227 50 0000 C CNN 494 | F 2 "" H 4050 2400 50 0001 C CNN 495 | F 3 "" H 4050 2400 50 0001 C CNN 496 | 1 4050 2400 497 | 1 0 0 -1 498 | $EndComp 499 | $Comp 500 | L Device:R R6 501 | U 1 1 60088EF1 502 | P 3250 1150 503 | F 0 "R6" H 3320 1196 50 0000 L CNN 504 | F 1 "100K" H 3320 1105 50 0000 L CNN 505 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 3180 1150 50 0001 C CNN 506 | F 3 "~" H 3250 1150 50 0001 C CNN 507 | 1 3250 1150 508 | 1 0 0 -1 509 | $EndComp 510 | $Comp 511 | L Connector:AudioJack2_SwitchT J3 512 | U 1 1 6008A9B8 513 | P 2650 1000 514 | F 0 "J3" H 2470 933 50 0000 R CNN 515 | F 1 "SH_IN" H 2470 1024 50 0000 R CNN 516 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 2650 1000 50 0001 C CNN 517 | F 3 "~" H 2650 1000 50 0001 C CNN 518 | 1 2650 1000 519 | 1 0 0 1 520 | $EndComp 521 | Wire Wire Line 522 | 2850 1000 3250 1000 523 | Wire Wire Line 524 | 4150 2200 4150 1500 525 | Wire Wire Line 526 | 3550 1000 3250 1000 527 | Connection ~ 3250 1000 528 | $Comp 529 | L power:GND #PWR0114 530 | U 1 1 6008EF91 531 | P 3250 1400 532 | F 0 "#PWR0114" H 3250 1150 50 0001 C CNN 533 | F 1 "GND" H 3255 1227 50 0000 C CNN 534 | F 2 "" H 3250 1400 50 0001 C CNN 535 | F 3 "" H 3250 1400 50 0001 C CNN 536 | 1 3250 1400 537 | 1 0 0 -1 538 | $EndComp 539 | Wire Wire Line 540 | 3250 1300 3250 1350 541 | Wire Wire Line 542 | 4050 2400 4150 2400 543 | Wire Wire Line 544 | 4550 2600 4650 2600 545 | $Comp 546 | L power:GND #PWR0115 547 | U 1 1 60092F70 548 | P 5100 2600 549 | F 0 "#PWR0115" H 5100 2350 50 0001 C CNN 550 | F 1 "GND" H 5105 2427 50 0000 C CNN 551 | F 2 "" H 5100 2600 50 0001 C CNN 552 | F 3 "" H 5100 2600 50 0001 C CNN 553 | 1 5100 2600 554 | 1 0 0 -1 555 | $EndComp 556 | Wire Wire Line 557 | 4950 2600 5100 2600 558 | NoConn ~ 4550 2000 559 | $Comp 560 | L Device:R R8 561 | U 1 1 60095999 562 | P 5350 1100 563 | F 0 "R8" V 5143 1100 50 0000 C CNN 564 | F 1 "1K" V 5234 1100 50 0000 C CNN 565 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5280 1100 50 0001 C CNN 566 | F 3 "~" H 5350 1100 50 0001 C CNN 567 | 1 5350 1100 568 | 0 1 1 0 569 | $EndComp 570 | $Comp 571 | L Connector:AudioJack2_SwitchT J4 572 | U 1 1 60096110 573 | P 5900 1100 574 | F 0 "J4" H 5720 1033 50 0000 R CNN 575 | F 1 "SH_OUT" H 5720 1124 50 0000 R CNN 576 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5900 1100 50 0001 C CNN 577 | F 3 "~" H 5900 1100 50 0001 C CNN 578 | 1 5900 1100 579 | -1 0 0 1 580 | $EndComp 581 | Wire Wire Line 582 | 5700 1100 5500 1100 583 | Wire Wire Line 584 | 4750 2300 4950 2300 585 | NoConn ~ 5700 1000 586 | Wire Wire Line 587 | 3250 1350 2850 1350 588 | Wire Wire Line 589 | 2850 1350 2850 1100 590 | Connection ~ 3250 1350 591 | Wire Wire Line 592 | 3250 1350 3250 1400 593 | NoConn ~ 10800 750 594 | Text GLabel 1050 850 0 50 Input ~ 0 595 | BUTTON 596 | $Comp 597 | L Connector:AudioJack2_SwitchT J1 598 | U 1 1 600A2D69 599 | P 850 1300 600 | F 0 "J1" H 670 1233 50 0000 R CNN 601 | F 1 "SH_TRIG" H 670 1324 50 0000 R CNN 602 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 850 1300 50 0001 C CNN 603 | F 3 "~" H 850 1300 50 0001 C CNN 604 | 1 850 1300 605 | 1 0 0 1 606 | $EndComp 607 | Wire Wire Line 608 | 1250 1300 1050 1300 609 | Wire Wire Line 610 | 1050 1400 1600 1400 611 | Wire Wire Line 612 | 1600 1400 1600 1600 613 | Connection ~ 1600 1600 614 | Wire Wire Line 615 | 1050 850 1050 1200 616 | Wire Notes Line 617 | 450 3750 6450 3750 618 | $Comp 619 | L Amplifier_Operational:TL074 U1 620 | U 1 1 600E4DB1 621 | P 2500 2300 622 | F 0 "U1" H 2500 2667 50 0000 C CNN 623 | F 1 "TL074" H 2500 2576 50 0000 C CNN 624 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 2450 2400 50 0001 C CNN 625 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 2550 2500 50 0001 C CNN 626 | 1 2500 2300 627 | 1 0 0 -1 628 | $EndComp 629 | $Comp 630 | L Amplifier_Operational:TL074 U1 631 | U 2 1 600E624A 632 | P 8100 3900 633 | F 0 "U1" H 8100 4267 50 0000 C CNN 634 | F 1 "TL074" H 8100 4176 50 0000 C CNN 635 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 8050 4000 50 0001 C CNN 636 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 8150 4100 50 0001 C CNN 637 | 2 8100 3900 638 | 1 0 0 -1 639 | $EndComp 640 | $Comp 641 | L Amplifier_Operational:TL074 U1 642 | U 3 1 600E74AD 643 | P 9650 4000 644 | F 0 "U1" H 9650 4367 50 0000 C CNN 645 | F 1 "TL074" H 9650 4276 50 0000 C CNN 646 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 9600 4100 50 0001 C CNN 647 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 9700 4200 50 0001 C CNN 648 | 3 9650 4000 649 | 1 0 0 -1 650 | $EndComp 651 | $Comp 652 | L Amplifier_Operational:TL074 U1 653 | U 5 1 600E89D0 654 | P 3300 5350 655 | F 0 "U1" H 3258 5396 50 0000 L CNN 656 | F 1 "TL074" H 3258 5305 50 0000 L CNN 657 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 3250 5450 50 0001 C CNN 658 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 3350 5550 50 0001 C CNN 659 | 5 3300 5350 660 | 1 0 0 -1 661 | $EndComp 662 | $Comp 663 | L Connector:AudioJack2_SwitchT J5 664 | U 1 1 600F45F4 665 | P 7000 4700 666 | F 0 "J5" H 6820 4633 50 0000 R CNN 667 | F 1 "GLIDE_IN" H 6820 4724 50 0000 R CNN 668 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 7000 4700 50 0001 C CNN 669 | F 3 "~" H 7000 4700 50 0001 C CNN 670 | 1 7000 4700 671 | 1 0 0 1 672 | $EndComp 673 | $Comp 674 | L Connector:AudioJack2_SwitchT J6 675 | U 1 1 600F526B 676 | P 10550 4750 677 | F 0 "J6" H 10370 4683 50 0000 R CNN 678 | F 1 "GLIDE_OUT" H 10370 4774 50 0000 R CNN 679 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 10550 4750 50 0001 C CNN 680 | F 3 "~" H 10550 4750 50 0001 C CNN 681 | 1 10550 4750 682 | -1 0 0 1 683 | $EndComp 684 | $Comp 685 | L Device:R_POT RV1 686 | U 1 1 600F6027 687 | P 8550 4750 688 | F 0 "RV1" V 8435 4750 50 0000 C CNN 689 | F 1 "A200K GLIDE" V 8344 4750 50 0000 C CNN 690 | F 2 "MusicThingModular:9MM_SNAP-IN_POT" H 8550 4750 50 0001 C CNN 691 | F 3 "~" H 8550 4750 50 0001 C CNN 692 | 1 8550 4750 693 | 0 -1 -1 0 694 | $EndComp 695 | $Comp 696 | L Device:CP C10 697 | U 1 1 600F6E96 698 | P 9050 4050 699 | F 0 "C10" H 9168 4096 50 0000 L CNN 700 | F 1 "2.2uF" H 9168 4005 50 0000 L CNN 701 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 9088 3900 50 0001 C CNN 702 | F 3 "~" H 9050 4050 50 0001 C CNN 703 | 1 9050 4050 704 | 1 0 0 -1 705 | $EndComp 706 | Wire Wire Line 707 | 8850 3900 9050 3900 708 | Connection ~ 9050 3900 709 | Wire Wire Line 710 | 9050 3900 9350 3900 711 | Wire Wire Line 712 | 9950 4000 10000 4000 713 | Wire Wire Line 714 | 9350 4100 9350 4250 715 | Wire Wire Line 716 | 9350 4250 10000 4250 717 | Wire Wire Line 718 | 10000 4250 10000 4000 719 | Wire Wire Line 720 | 7800 4000 7800 4150 721 | Wire Wire Line 722 | 7800 4150 8400 4150 723 | Wire Wire Line 724 | 8400 4150 8400 3900 725 | $Comp 726 | L power:GND #PWR0116 727 | U 1 1 6010F3F2 728 | P 9050 4350 729 | F 0 "#PWR0116" H 9050 4100 50 0001 C CNN 730 | F 1 "GND" H 9055 4177 50 0000 C CNN 731 | F 2 "" H 9050 4350 50 0001 C CNN 732 | F 3 "" H 9050 4350 50 0001 C CNN 733 | 1 9050 4350 734 | 1 0 0 -1 735 | $EndComp 736 | Wire Wire Line 737 | 9050 4200 9050 4350 738 | $Comp 739 | L power:GND #PWR0117 740 | U 1 1 60111F47 741 | P 10350 5000 742 | F 0 "#PWR0117" H 10350 4750 50 0001 C CNN 743 | F 1 "GND" H 10355 4827 50 0000 C CNN 744 | F 2 "" H 10350 5000 50 0001 C CNN 745 | F 3 "" H 10350 5000 50 0001 C CNN 746 | 1 10350 5000 747 | 1 0 0 -1 748 | $EndComp 749 | $Comp 750 | L power:GND #PWR0118 751 | U 1 1 601129BE 752 | P 7250 5050 753 | F 0 "#PWR0118" H 7250 4800 50 0001 C CNN 754 | F 1 "GND" H 7255 4877 50 0000 C CNN 755 | F 2 "" H 7250 5050 50 0001 C CNN 756 | F 3 "" H 7250 5050 50 0001 C CNN 757 | 1 7250 5050 758 | 1 0 0 -1 759 | $EndComp 760 | Wire Wire Line 761 | 7200 4800 7250 4800 762 | Wire Wire Line 763 | 7250 4800 7250 5050 764 | Wire Wire Line 765 | 10350 4850 10350 5000 766 | NoConn ~ 10350 4650 767 | NoConn ~ 7200 4600 768 | $Comp 769 | L Device:D D1 770 | U 1 1 6011EA45 771 | P 2950 6550 772 | F 0 "D1" H 2950 6333 50 0000 C CNN 773 | F 1 "1n4001" H 2950 6424 50 0000 C CNN 774 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 2950 6550 50 0001 C CNN 775 | F 3 "~" H 2950 6550 50 0001 C CNN 776 | 1 2950 6550 777 | -1 0 0 1 778 | $EndComp 779 | $Comp 780 | L Device:D D2 781 | U 1 1 601216EB 782 | P 2950 6950 783 | F 0 "D2" H 2950 7167 50 0000 C CNN 784 | F 1 "1n4001" H 2950 7076 50 0000 C CNN 785 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 2950 6950 50 0001 C CNN 786 | F 3 "~" H 2950 6950 50 0001 C CNN 787 | 1 2950 6950 788 | 1 0 0 -1 789 | $EndComp 790 | $Comp 791 | L Device:R R7 792 | U 1 1 60124B25 793 | P 4350 6550 794 | F 0 "R7" V 4143 6550 50 0000 C CNN 795 | F 1 "100" V 4234 6550 50 0000 C CNN 796 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 4280 6550 50 0001 C CNN 797 | F 3 "~" H 4350 6550 50 0001 C CNN 798 | 1 4350 6550 799 | 0 1 1 0 800 | $EndComp 801 | $Comp 802 | L Device:CP C6 803 | U 1 1 6012577B 804 | P 4650 6700 805 | F 0 "C6" H 4768 6746 50 0000 L CNN 806 | F 1 "10uF" H 4768 6655 50 0000 L CNN 807 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 4688 6550 50 0001 C CNN 808 | F 3 "~" H 4650 6700 50 0001 C CNN 809 | 1 4650 6700 810 | 1 0 0 -1 811 | $EndComp 812 | $Comp 813 | L Device:C C8 814 | U 1 1 601263F6 815 | P 5750 6700 816 | F 0 "C8" H 5865 6746 50 0000 L CNN 817 | F 1 "100nF" H 5865 6655 50 0000 L CNN 818 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 5788 6550 50 0001 C CNN 819 | F 3 "~" H 5750 6700 50 0001 C CNN 820 | 1 5750 6700 821 | 1 0 0 -1 822 | $EndComp 823 | Wire Wire Line 824 | 5750 6850 5250 6850 825 | Connection ~ 5250 6850 826 | Wire Wire Line 827 | 5250 6850 4650 6850 828 | Wire Wire Line 829 | 4850 6550 4650 6550 830 | Connection ~ 4650 6550 831 | Wire Wire Line 832 | 4650 6550 4500 6550 833 | Wire Wire Line 834 | 3100 6550 3200 6550 835 | Connection ~ 3200 6550 836 | Wire Wire Line 837 | 3200 6550 3700 6550 838 | Wire Wire Line 839 | 3300 6650 3300 6850 840 | Wire Wire Line 841 | 3300 6850 3200 6850 842 | Connection ~ 3200 6850 843 | Wire Wire Line 844 | 3200 6850 2750 6850 845 | Wire Wire Line 846 | 2800 6950 2750 6950 847 | Wire Wire Line 848 | 2750 6650 2750 6750 849 | Connection ~ 2750 6850 850 | Connection ~ 2750 6750 851 | Wire Wire Line 852 | 2750 6750 2750 6850 853 | Wire Wire Line 854 | 2750 6550 2800 6550 855 | $Comp 856 | L power:GND #PWR0119 857 | U 1 1 6014DBD7 858 | P 3650 6750 859 | F 0 "#PWR0119" H 3650 6500 50 0001 C CNN 860 | F 1 "GND" V 3655 6622 50 0000 R CNN 861 | F 2 "" H 3650 6750 50 0001 C CNN 862 | F 3 "" H 3650 6750 50 0001 C CNN 863 | 1 3650 6750 864 | 0 -1 -1 0 865 | $EndComp 866 | Wire Wire Line 867 | 3650 6750 3650 6650 868 | $Comp 869 | L power:-12V #PWR0120 870 | U 1 1 60151945 871 | P 3650 6950 872 | F 0 "#PWR0120" H 3650 7050 50 0001 C CNN 873 | F 1 "-12V" V 3665 7078 50 0000 L CNN 874 | F 2 "" H 3650 6950 50 0001 C CNN 875 | F 3 "" H 3650 6950 50 0001 C CNN 876 | 1 3650 6950 877 | 0 1 1 0 878 | $EndComp 879 | $Comp 880 | L power:+12V #PWR0121 881 | U 1 1 60155F00 882 | P 3900 6550 883 | F 0 "#PWR0121" H 3900 6400 50 0001 C CNN 884 | F 1 "+12V" H 3915 6723 50 0000 C CNN 885 | F 2 "" H 3900 6550 50 0001 C CNN 886 | F 3 "" H 3900 6550 50 0001 C CNN 887 | 1 3900 6550 888 | 1 0 0 -1 889 | $EndComp 890 | Connection ~ 3900 6550 891 | Wire Wire Line 892 | 3900 6550 4200 6550 893 | $Comp 894 | L power:+5V #PWR0122 895 | U 1 1 60156952 896 | P 6050 6550 897 | F 0 "#PWR0122" H 6050 6400 50 0001 C CNN 898 | F 1 "+5V" V 6065 6678 50 0000 L CNN 899 | F 2 "" H 6050 6550 50 0001 C CNN 900 | F 3 "" H 6050 6550 50 0001 C CNN 901 | 1 6050 6550 902 | 0 1 1 0 903 | $EndComp 904 | Wire Wire Line 905 | 6050 6550 5750 6550 906 | Connection ~ 5750 6550 907 | Wire Wire Line 908 | 5750 6550 5650 6550 909 | Wire Wire Line 910 | 1850 6950 1850 7100 911 | Wire Wire Line 912 | 1850 7100 2650 7100 913 | Wire Wire Line 914 | 2800 7100 2800 6950 915 | Connection ~ 2800 6950 916 | Wire Wire Line 917 | 1850 6550 1850 6200 918 | Wire Wire Line 919 | 1850 6200 2600 6200 920 | Wire Wire Line 921 | 2800 6200 2800 6550 922 | Connection ~ 2800 6550 923 | Wire Wire Line 924 | 1850 6650 1850 6750 925 | Connection ~ 1850 6750 926 | Wire Wire Line 927 | 1850 6750 1850 6850 928 | $Comp 929 | L power:GND #PWR0123 930 | U 1 1 60167AAF 931 | P 1850 6750 932 | F 0 "#PWR0123" H 1850 6500 50 0001 C CNN 933 | F 1 "GND" V 1855 6622 50 0000 R CNN 934 | F 2 "" H 1850 6750 50 0001 C CNN 935 | F 3 "" H 1850 6750 50 0001 C CNN 936 | 1 1850 6750 937 | 0 1 1 0 938 | $EndComp 939 | Wire Notes Line 940 | 11350 5300 11350 5350 941 | Wire Notes Line 942 | 6450 450 6450 5300 943 | Wire Notes Line 944 | 6450 5300 11350 5300 945 | $Comp 946 | L Device:C C4 947 | U 1 1 6017A32A 948 | P 3550 5050 949 | F 0 "C4" V 3298 5050 50 0000 C CNN 950 | F 1 "100nF" V 3389 5050 50 0000 C CNN 951 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3588 4900 50 0001 C CNN 952 | F 3 "~" H 3550 5050 50 0001 C CNN 953 | 1 3550 5050 954 | 0 1 1 0 955 | $EndComp 956 | $Comp 957 | L Device:C C5 958 | U 1 1 6017AFED 959 | P 3550 5650 960 | F 0 "C5" V 3298 5650 50 0000 C CNN 961 | F 1 "100nF" V 3389 5650 50 0000 C CNN 962 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3588 5500 50 0001 C CNN 963 | F 3 "~" H 3550 5650 50 0001 C CNN 964 | 1 3550 5650 965 | 0 1 1 0 966 | $EndComp 967 | $Comp 968 | L power:GND #PWR0124 969 | U 1 1 6017BCAD 970 | P 3950 5050 971 | F 0 "#PWR0124" H 3950 4800 50 0001 C CNN 972 | F 1 "GND" V 3955 4922 50 0000 R CNN 973 | F 2 "" H 3950 5050 50 0001 C CNN 974 | F 3 "" H 3950 5050 50 0001 C CNN 975 | 1 3950 5050 976 | 0 -1 -1 0 977 | $EndComp 978 | $Comp 979 | L power:GND #PWR0125 980 | U 1 1 6017C74C 981 | P 3950 5650 982 | F 0 "#PWR0125" H 3950 5400 50 0001 C CNN 983 | F 1 "GND" V 3955 5522 50 0000 R CNN 984 | F 2 "" H 3950 5650 50 0001 C CNN 985 | F 3 "" H 3950 5650 50 0001 C CNN 986 | 1 3950 5650 987 | 0 -1 -1 0 988 | $EndComp 989 | Wire Wire Line 990 | 3950 5050 3700 5050 991 | Wire Wire Line 992 | 3950 5650 3700 5650 993 | Wire Wire Line 994 | 3400 5650 3200 5650 995 | Wire Wire Line 996 | 3400 5050 3200 5050 997 | $Comp 998 | L power:+12V #PWR0126 999 | U 1 1 6018ED0C 1000 | P 3200 4900 1001 | F 0 "#PWR0126" H 3200 4750 50 0001 C CNN 1002 | F 1 "+12V" H 3215 5073 50 0000 C CNN 1003 | F 2 "" H 3200 4900 50 0001 C CNN 1004 | F 3 "" H 3200 4900 50 0001 C CNN 1005 | 1 3200 4900 1006 | 1 0 0 -1 1007 | $EndComp 1008 | $Comp 1009 | L power:-12V #PWR0127 1010 | U 1 1 601900CE 1011 | P 3200 5800 1012 | F 0 "#PWR0127" H 3200 5900 50 0001 C CNN 1013 | F 1 "-12V" H 3215 5973 50 0000 C CNN 1014 | F 2 "" H 3200 5800 50 0001 C CNN 1015 | F 3 "" H 3200 5800 50 0001 C CNN 1016 | 1 3200 5800 1017 | -1 0 0 1 1018 | $EndComp 1019 | Wire Wire Line 1020 | 3200 4900 3200 5050 1021 | Connection ~ 3200 5050 1022 | Wire Wire Line 1023 | 3200 5800 3200 5650 1024 | Connection ~ 3200 5650 1025 | $Comp 1026 | L power:PWR_FLAG #FLG0101 1027 | U 1 1 6019A18C 1028 | P 2600 6200 1029 | F 0 "#FLG0101" H 2600 6275 50 0001 C CNN 1030 | F 1 "PWR_FLAG" H 2600 6373 50 0000 C CNN 1031 | F 2 "" H 2600 6200 50 0001 C CNN 1032 | F 3 "~" H 2600 6200 50 0001 C CNN 1033 | 1 2600 6200 1034 | 1 0 0 -1 1035 | $EndComp 1036 | Connection ~ 2600 6200 1037 | Wire Wire Line 1038 | 2600 6200 2800 6200 1039 | $Comp 1040 | L power:PWR_FLAG #FLG0102 1041 | U 1 1 6019AB66 1042 | P 2650 7100 1043 | F 0 "#FLG0102" H 2650 7175 50 0001 C CNN 1044 | F 1 "PWR_FLAG" H 2650 7273 50 0000 C CNN 1045 | F 2 "" H 2650 7100 50 0001 C CNN 1046 | F 3 "~" H 2650 7100 50 0001 C CNN 1047 | 1 2650 7100 1048 | -1 0 0 1 1049 | $EndComp 1050 | Connection ~ 2650 7100 1051 | Wire Wire Line 1052 | 2650 7100 2800 7100 1053 | $Comp 1054 | L power:PWR_FLAG #FLG0103 1055 | U 1 1 6019B861 1056 | P 3650 6650 1057 | F 0 "#FLG0103" H 3650 6725 50 0001 C CNN 1058 | F 1 "PWR_FLAG" V 3650 6778 50 0000 L CNN 1059 | F 2 "" H 3650 6650 50 0001 C CNN 1060 | F 3 "~" H 3650 6650 50 0001 C CNN 1061 | 1 3650 6650 1062 | 0 1 1 0 1063 | $EndComp 1064 | Connection ~ 3650 6650 1065 | NoConn ~ 2850 900 1066 | $Comp 1067 | L power:PWR_FLAG #FLG0104 1068 | U 1 1 601A1689 1069 | P 3700 6550 1070 | F 0 "#FLG0104" H 3700 6625 50 0001 C CNN 1071 | F 1 "PWR_FLAG" H 3700 6723 50 0000 C CNN 1072 | F 2 "" H 3700 6550 50 0001 C CNN 1073 | F 3 "~" H 3700 6550 50 0001 C CNN 1074 | 1 3700 6550 1075 | 1 0 0 -1 1076 | $EndComp 1077 | Connection ~ 3700 6550 1078 | Wire Wire Line 1079 | 3700 6550 3900 6550 1080 | $Comp 1081 | L power:PWR_FLAG #FLG0105 1082 | U 1 1 601A1A83 1083 | P 3650 6950 1084 | F 0 "#FLG0105" H 3650 7025 50 0001 C CNN 1085 | F 1 "PWR_FLAG" H 3650 7123 50 0000 C CNN 1086 | F 2 "" H 3650 6950 50 0001 C CNN 1087 | F 3 "~" H 3650 6950 50 0001 C CNN 1088 | 1 3650 6950 1089 | -1 0 0 1 1090 | $EndComp 1091 | Connection ~ 3650 6950 1092 | Wire Wire Line 1093 | 3100 6950 3450 6950 1094 | Wire Wire Line 1095 | 3300 6650 3450 6650 1096 | Connection ~ 3450 6650 1097 | Wire Wire Line 1098 | 3450 6650 3650 6650 1099 | Connection ~ 3450 6950 1100 | Wire Wire Line 1101 | 3450 6950 3650 6950 1102 | $Comp 1103 | L Device:C C1 1104 | U 1 1 60210EA0 1105 | P 3100 2300 1106 | F 0 "C1" V 2848 2300 50 0000 C CNN 1107 | F 1 "1nF" V 2939 2300 50 0000 C CNN 1108 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3138 2150 50 0001 C CNN 1109 | F 3 "~" H 3100 2300 50 0001 C CNN 1110 | 1 3100 2300 1111 | 0 1 1 0 1112 | $EndComp 1113 | $Comp 1114 | L Analog:LF398_DIP8 U2 1115 | U 1 1 60078C2E 1116 | P 4450 2300 1117 | F 0 "U2" H 4794 2346 50 0000 L CNN 1118 | F 1 "LF398_DIP8" H 4794 2255 50 0000 L CNN 1119 | F 2 "Package_DIP:DIP-8_W7.62mm_Socket" H 4450 2300 50 0001 C CNN 1120 | F 3 "http://www.ti.com/lit/ds/symlink/lf398-n.pdf" H 4450 2300 50 0001 C CNN 1121 | 1 4450 2300 1122 | 1 0 0 -1 1123 | $EndComp 1124 | $Comp 1125 | L Device:C C7 1126 | U 1 1 6021D154 1127 | P 4800 2600 1128 | F 0 "C7" V 4548 2600 50 0000 C CNN 1129 | F 1 "10nF" V 4639 2600 50 0000 C CNN 1130 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 4838 2450 50 0001 C CNN 1131 | F 3 "~" H 4800 2600 50 0001 C CNN 1132 | 1 4800 2600 1133 | 0 1 1 0 1134 | $EndComp 1135 | $Comp 1136 | L power:GND #PWR0128 1137 | U 1 1 60260FDD 1138 | P 4700 3950 1139 | F 0 "#PWR0128" H 4700 3700 50 0001 C CNN 1140 | F 1 "GND" V 4705 3822 50 0000 R CNN 1141 | F 2 "" H 4700 3950 50 0001 C CNN 1142 | F 3 "" H 4700 3950 50 0001 C CNN 1143 | 1 4700 3950 1144 | 0 1 1 0 1145 | $EndComp 1146 | $Comp 1147 | L power:GND #PWR0129 1148 | U 1 1 60262672 1149 | P 5750 3950 1150 | F 0 "#PWR0129" H 5750 3700 50 0001 C CNN 1151 | F 1 "GND" V 5755 3822 50 0000 R CNN 1152 | F 2 "" H 5750 3950 50 0001 C CNN 1153 | F 3 "" H 5750 3950 50 0001 C CNN 1154 | 1 5750 3950 1155 | 0 -1 -1 0 1156 | $EndComp 1157 | $Comp 1158 | L power:+5V #PWR0130 1159 | U 1 1 60263349 1160 | P 4700 4050 1161 | F 0 "#PWR0130" H 4700 3900 50 0001 C CNN 1162 | F 1 "+5V" V 4715 4178 50 0000 L CNN 1163 | F 2 "" H 4700 4050 50 0001 C CNN 1164 | F 3 "" H 4700 4050 50 0001 C CNN 1165 | 1 4700 4050 1166 | 0 -1 -1 0 1167 | $EndComp 1168 | $Comp 1169 | L power:+5V #PWR0131 1170 | U 1 1 60264079 1171 | P 5750 4050 1172 | F 0 "#PWR0131" H 5750 3900 50 0001 C CNN 1173 | F 1 "+5V" V 5765 4178 50 0000 L CNN 1174 | F 2 "" H 5750 4050 50 0001 C CNN 1175 | F 3 "" H 5750 4050 50 0001 C CNN 1176 | 1 5750 4050 1177 | 0 1 1 0 1178 | $EndComp 1179 | Text GLabel 4600 4150 0 50 Input ~ 0 1180 | GLIDE_IN 1181 | Text GLabel 7300 4700 2 50 Input ~ 0 1182 | GLIDE_IN 1183 | Text GLabel 4600 4250 0 50 Input ~ 0 1184 | GLIDE_OUT 1185 | Wire Notes Line 1186 | 6450 3350 11250 3350 1187 | Text GLabel 5750 4150 2 50 Input ~ 0 1188 | GLIDE_PCB1 1189 | Text GLabel 5750 4250 2 50 Input ~ 0 1190 | GLIDE_PCB2 1191 | Text GLabel 7650 3800 0 50 Input ~ 0 1192 | GLIDE_PCB1 1193 | Text GLabel 10150 4000 2 50 Input ~ 0 1194 | GLIDE_PCB2 1195 | Wire Wire Line 1196 | 10150 4000 10000 4000 1197 | Connection ~ 10000 4000 1198 | Wire Wire Line 1199 | 7800 3800 7650 3800 1200 | Text GLabel 4600 4350 0 50 Input ~ 0 1201 | SH_IN 1202 | Text GLabel 4600 4550 0 50 Input ~ 0 1203 | SH_OUT 1204 | Text GLabel 4600 4450 0 50 Input ~ 0 1205 | SH_TRIG 1206 | Text GLabel 2100 1300 2 50 Input ~ 0 1207 | SH_TRIG 1208 | Text GLabel 3550 1000 2 50 Input ~ 0 1209 | SH_IN 1210 | Text GLabel 5050 1100 0 50 Input ~ 0 1211 | SH_OUT 1212 | $Comp 1213 | L power:GND #PWR0132 1214 | U 1 1 602DA0FA 1215 | P 5700 1300 1216 | F 0 "#PWR0132" H 5700 1050 50 0001 C CNN 1217 | F 1 "GND" H 5705 1127 50 0000 C CNN 1218 | F 2 "" H 5700 1300 50 0001 C CNN 1219 | F 3 "" H 5700 1300 50 0001 C CNN 1220 | 1 5700 1300 1221 | 1 0 0 -1 1222 | $EndComp 1223 | Wire Wire Line 1224 | 5700 1200 5700 1300 1225 | Wire Wire Line 1226 | 5200 1100 5050 1100 1227 | Text GLabel 5750 4350 2 50 Input ~ 0 1228 | SH_PCB1 1229 | Text GLabel 5750 4450 2 50 Input ~ 0 1230 | SH_PCB2 1231 | Text GLabel 5750 4550 2 50 Input ~ 0 1232 | SH_PCB3 1233 | Text GLabel 4150 1500 0 50 Input ~ 0 1234 | SH_PCB1 1235 | Text GLabel 2100 2200 0 50 Input ~ 0 1236 | SH_PCB2 1237 | Text GLabel 4950 2300 2 50 Input ~ 0 1238 | SH_PCB3 1239 | Wire Wire Line 1240 | 2200 2200 2100 2200 1241 | Text GLabel 4600 4650 0 50 Input ~ 0 1242 | BUTTON_INV 1243 | Text GLabel 5750 4650 2 50 Input ~ 0 1244 | BUTTON_PCB1 1245 | Text GLabel 8950 1550 2 50 Input ~ 0 1246 | BUTTON_PCB1 1247 | Wire Wire Line 1248 | 8950 1550 8750 1550 1249 | Text GLabel 9250 850 3 50 Input ~ 0 1250 | BUTTON_INV 1251 | Wire Wire Line 1252 | 4850 3950 4700 3950 1253 | Wire Wire Line 1254 | 4850 4050 4700 4050 1255 | Wire Wire Line 1256 | 4600 4150 4850 4150 1257 | Wire Wire Line 1258 | 4850 4250 4600 4250 1259 | Wire Wire Line 1260 | 4600 4350 4850 4350 1261 | Wire Wire Line 1262 | 4850 4450 4600 4450 1263 | Wire Wire Line 1264 | 4600 4550 4850 4550 1265 | Wire Wire Line 1266 | 4850 4650 4600 4650 1267 | Wire Wire Line 1268 | 5600 4650 5750 4650 1269 | Wire Wire Line 1270 | 5750 4550 5600 4550 1271 | Wire Wire Line 1272 | 5750 4450 5600 4450 1273 | Wire Wire Line 1274 | 5750 4350 5600 4350 1275 | Wire Wire Line 1276 | 5750 4250 5600 4250 1277 | Wire Wire Line 1278 | 5750 4150 5600 4150 1279 | Wire Wire Line 1280 | 5750 4050 5600 4050 1281 | Wire Wire Line 1282 | 5750 3950 5600 3950 1283 | Wire Wire Line 1284 | 9150 2500 9850 2500 1285 | Wire Wire Line 1286 | 9850 2350 9850 2500 1287 | Text GLabel 9850 2350 0 50 Input ~ 0 1288 | BUTTON 1289 | Connection ~ 9850 2500 1290 | Wire Wire Line 1291 | 9850 2500 10300 2500 1292 | NoConn ~ 10300 2400 1293 | Connection ~ 10000 2900 1294 | Wire Wire Line 1295 | 10300 2900 10000 2900 1296 | Wire Wire Line 1297 | 10300 2600 10300 2900 1298 | $Comp 1299 | L Connector:AudioJack2_SwitchT J8 1300 | U 1 1 60053EE1 1301 | P 10500 2500 1302 | F 0 "J8" H 10320 2433 50 0000 R CNN 1303 | F 1 "BUTTONOUT" H 10320 2524 50 0000 R CNN 1304 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 10500 2500 50 0001 C CNN 1305 | F 3 "~" H 10500 2500 50 0001 C CNN 1306 | 1 10500 2500 1307 | -1 0 0 1 1308 | $EndComp 1309 | Text GLabel 4600 4750 0 50 Input ~ 0 1310 | BUTTON_OUT 1311 | Text GLabel 5750 4750 2 50 Input ~ 0 1312 | BUTTON_PCB2 1313 | Text GLabel 8050 1800 0 50 Input ~ 0 1314 | BUTTON_PCB2 1315 | Text GLabel 8450 2300 2 50 Input ~ 0 1316 | BUTTON_OUT 1317 | Wire Wire Line 1318 | 8150 1800 8050 1800 1319 | Wire Wire Line 1320 | 5750 4750 5600 4750 1321 | Wire Wire Line 1322 | 4850 4750 4600 4750 1323 | Text GLabel 8250 4750 0 50 Input ~ 0 1324 | POT_IN 1325 | Text GLabel 8800 4750 2 50 Input ~ 0 1326 | POT_OUT 1327 | Wire Wire Line 1328 | 8800 4750 8750 4750 1329 | Text GLabel 4600 4850 0 50 Input ~ 0 1330 | POT_IN 1331 | Text GLabel 4600 4950 0 50 Input ~ 0 1332 | POT_OUT 1333 | Text GLabel 8400 4150 2 50 Input ~ 0 1334 | POT_PCB1 1335 | Text GLabel 8850 3900 0 50 Input ~ 0 1336 | POT_PCB2 1337 | Text GLabel 5750 4850 2 50 Input ~ 0 1338 | POT_PCB1 1339 | Text GLabel 5750 4950 2 50 Input ~ 0 1340 | POT_PCB2 1341 | $Comp 1342 | L Connector:Conn_01x11_Female J10 1343 | U 1 1 60489BC7 1344 | P 5400 4450 1345 | F 0 "J10" H 5292 5135 50 0000 C CNN 1346 | F 1 "MAIN" H 5292 5044 50 0000 C CNN 1347 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x11_P2.54mm_Vertical" H 5400 4450 50 0001 C CNN 1348 | F 3 "~" H 5400 4450 50 0001 C CNN 1349 | 1 5400 4450 1350 | -1 0 0 -1 1351 | $EndComp 1352 | Wire Wire Line 1353 | 5750 4850 5600 4850 1354 | Wire Wire Line 1355 | 5750 4950 5600 4950 1356 | $Comp 1357 | L Connector:Conn_01x11_Male J9 1358 | U 1 1 604A9E5E 1359 | P 5050 4450 1360 | F 0 "J9" H 5022 4474 50 0000 R CNN 1361 | F 1 "CONTR" H 5022 4383 50 0000 R CNN 1362 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x11_P2.54mm_Vertical" H 5050 4450 50 0001 C CNN 1363 | F 3 "~" H 5050 4450 50 0001 C CNN 1364 | 1 5050 4450 1365 | -1 0 0 -1 1366 | $EndComp 1367 | Wire Wire Line 1368 | 4850 4850 4600 4850 1369 | Wire Wire Line 1370 | 4600 4950 4850 4950 1371 | Wire Wire Line 1372 | 8250 4750 8400 4750 1373 | Wire Wire Line 1374 | 8550 4600 8750 4600 1375 | Wire Wire Line 1376 | 8750 4600 8750 4750 1377 | Connection ~ 8750 4750 1378 | Wire Wire Line 1379 | 8750 4750 8700 4750 1380 | Text GLabel 10100 4750 0 50 Input ~ 0 1381 | GLIDE_OUT 1382 | Wire Wire Line 1383 | 10100 4750 10350 4750 1384 | Wire Wire Line 1385 | 7200 4700 7300 4700 1386 | $Comp 1387 | L Connector:Conn_01x02_Female J11 1388 | U 1 1 6011D161 1389 | P 7450 2600 1390 | F 0 "J11" H 7342 2275 50 0000 C CNN 1391 | F 1 "BUTTON" H 7342 2366 50 0000 C CNN 1392 | F 2 "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" H 7450 2600 50 0001 C CNN 1393 | F 3 "~" H 7450 2600 50 0001 C CNN 1394 | 1 7450 2600 1395 | -1 0 0 1 1396 | $EndComp 1397 | $EndSCHEMATC 1398 | -------------------------------------------------------------------------------- /Omnitool/OmnitoolCONTRV1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Omnitool/OmnitoolCONTRV1.zip -------------------------------------------------------------------------------- /Omnitool/OmnitoolMAINV1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Omnitool/OmnitoolMAINV1.zip -------------------------------------------------------------------------------- /Omnitool/OmnitoolpanelV1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Omnitool/OmnitoolpanelV1.stl -------------------------------------------------------------------------------- /Paco/PACOguide2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PACOguide2.pdf -------------------------------------------------------------------------------- /Paco/Paco.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A4 11693 8268 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L Switch:SW_SPDT SW1 18 | U 1 1 5FD7D5B5 19 | P 4800 3750 20 | F 0 "SW1" H 4800 3425 50 0000 C CNN 21 | F 1 "SW_SPDT" H 4800 3516 50 0000 C CNN 22 | F 2 "digikey-footprints:Toggle_Switch_100SP1T1B4M2QE" H 4800 3750 50 0001 C CNN 23 | F 3 "~" H 4800 3750 50 0001 C CNN 24 | 1 4800 3750 25 | -1 0 0 1 26 | $EndComp 27 | NoConn ~ 4300 2700 28 | NoConn ~ 4300 3350 29 | NoConn ~ 4300 4500 30 | NoConn ~ 4300 5150 31 | NoConn ~ 5250 3550 32 | NoConn ~ 5250 4000 33 | NoConn ~ 5250 3100 34 | Wire Wire Line 35 | 5000 3200 5000 3650 36 | Wire Wire Line 37 | 5250 4100 5000 4100 38 | Wire Wire Line 39 | 5000 4100 5000 3750 40 | Connection ~ 5000 3750 41 | Wire Wire Line 42 | 5250 3650 5000 3650 43 | Connection ~ 5000 3650 44 | Wire Wire Line 45 | 5000 3650 5000 3750 46 | Wire Wire Line 47 | 4300 5050 4600 5050 48 | Wire Wire Line 49 | 4600 5050 4600 4400 50 | Wire Wire Line 51 | 4300 4400 4600 4400 52 | Connection ~ 4600 4400 53 | Wire Wire Line 54 | 4300 3250 4600 3250 55 | Wire Wire Line 56 | 4600 3250 4600 3650 57 | Wire Wire Line 58 | 4300 2600 4600 2600 59 | Wire Wire Line 60 | 4600 2600 4600 3250 61 | Connection ~ 4600 3250 62 | $Comp 63 | L power:GND #PWR0101 64 | U 1 1 5FD7F1B1 65 | P 4300 2500 66 | F 0 "#PWR0101" H 4300 2250 50 0001 C CNN 67 | F 1 "GND" V 4305 2372 50 0000 R CNN 68 | F 2 "" H 4300 2500 50 0001 C CNN 69 | F 3 "" H 4300 2500 50 0001 C CNN 70 | 1 4300 2500 71 | 0 -1 -1 0 72 | $EndComp 73 | $Comp 74 | L power:GND #PWR0102 75 | U 1 1 5FD803FF 76 | P 4300 3150 77 | F 0 "#PWR0102" H 4300 2900 50 0001 C CNN 78 | F 1 "GND" V 4305 3022 50 0000 R CNN 79 | F 2 "" H 4300 3150 50 0001 C CNN 80 | F 3 "" H 4300 3150 50 0001 C CNN 81 | 1 4300 3150 82 | 0 -1 -1 0 83 | $EndComp 84 | $Comp 85 | L power:GND #PWR0103 86 | U 1 1 5FD807C3 87 | P 4300 4300 88 | F 0 "#PWR0103" H 4300 4050 50 0001 C CNN 89 | F 1 "GND" V 4305 4172 50 0000 R CNN 90 | F 2 "" H 4300 4300 50 0001 C CNN 91 | F 3 "" H 4300 4300 50 0001 C CNN 92 | 1 4300 4300 93 | 0 -1 -1 0 94 | $EndComp 95 | $Comp 96 | L power:GND #PWR0104 97 | U 1 1 5FD80B7F 98 | P 4300 4950 99 | F 0 "#PWR0104" H 4300 4700 50 0001 C CNN 100 | F 1 "GND" V 4305 4822 50 0000 R CNN 101 | F 2 "" H 4300 4950 50 0001 C CNN 102 | F 3 "" H 4300 4950 50 0001 C CNN 103 | 1 4300 4950 104 | 0 -1 -1 0 105 | $EndComp 106 | $Comp 107 | L power:GND #PWR0105 108 | U 1 1 5FD8130E 109 | P 5250 4200 110 | F 0 "#PWR0105" H 5250 3950 50 0001 C CNN 111 | F 1 "GND" V 5255 4072 50 0000 R CNN 112 | F 2 "" H 5250 4200 50 0001 C CNN 113 | F 3 "" H 5250 4200 50 0001 C CNN 114 | 1 5250 4200 115 | 0 1 1 0 116 | $EndComp 117 | $Comp 118 | L power:GND #PWR0106 119 | U 1 1 5FD81B69 120 | P 5250 3750 121 | F 0 "#PWR0106" H 5250 3500 50 0001 C CNN 122 | F 1 "GND" V 5255 3622 50 0000 R CNN 123 | F 2 "" H 5250 3750 50 0001 C CNN 124 | F 3 "" H 5250 3750 50 0001 C CNN 125 | 1 5250 3750 126 | 0 1 1 0 127 | $EndComp 128 | $Comp 129 | L power:GND #PWR0107 130 | U 1 1 5FD823E0 131 | P 5250 3300 132 | F 0 "#PWR0107" H 5250 3050 50 0001 C CNN 133 | F 1 "GND" V 5255 3172 50 0000 R CNN 134 | F 2 "" H 5250 3300 50 0001 C CNN 135 | F 3 "" H 5250 3300 50 0001 C CNN 136 | 1 5250 3300 137 | 0 1 1 0 138 | $EndComp 139 | $Comp 140 | L Connector:AudioJack2_SwitchT J1 141 | U 1 1 5FD89FC5 142 | P 4100 2600 143 | F 0 "J1" H 4132 2925 50 0000 C CNN 144 | F 1 "AudioJack2_SwitchT" H 4132 2834 50 0000 C CNN 145 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 2600 50 0001 C CNN 146 | F 3 "~" H 4100 2600 50 0001 C CNN 147 | 1 4100 2600 148 | 1 0 0 -1 149 | $EndComp 150 | $Comp 151 | L Connector:AudioJack2_SwitchT J2 152 | U 1 1 5FD90A6A 153 | P 4100 3250 154 | F 0 "J2" H 4132 3575 50 0000 C CNN 155 | F 1 "AudioJack2_SwitchT" H 4132 3484 50 0000 C CNN 156 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 3250 50 0001 C CNN 157 | F 3 "~" H 4100 3250 50 0001 C CNN 158 | 1 4100 3250 159 | 1 0 0 -1 160 | $EndComp 161 | $Comp 162 | L Connector:AudioJack2_SwitchT J3 163 | U 1 1 5FD910BC 164 | P 4100 4400 165 | F 0 "J3" H 4132 4725 50 0000 C CNN 166 | F 1 "AudioJack2_SwitchT" H 4132 4634 50 0000 C CNN 167 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 4400 50 0001 C CNN 168 | F 3 "~" H 4100 4400 50 0001 C CNN 169 | 1 4100 4400 170 | 1 0 0 -1 171 | $EndComp 172 | $Comp 173 | L Connector:AudioJack2_SwitchT J4 174 | U 1 1 5FD918B0 175 | P 4100 5050 176 | F 0 "J4" H 4132 5375 50 0000 C CNN 177 | F 1 "AudioJack2_SwitchT" H 4132 5284 50 0000 C CNN 178 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 5050 50 0001 C CNN 179 | F 3 "~" H 4100 5050 50 0001 C CNN 180 | 1 4100 5050 181 | 1 0 0 -1 182 | $EndComp 183 | $Comp 184 | L Connector:AudioJack2_SwitchT J5 185 | U 1 1 5FD91F8A 186 | P 5450 3200 187 | F 0 "J5" H 5270 3133 50 0000 R CNN 188 | F 1 "AudioJack2_SwitchT" H 5270 3224 50 0000 R CNN 189 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5450 3200 50 0001 C CNN 190 | F 3 "~" H 5450 3200 50 0001 C CNN 191 | 1 5450 3200 192 | -1 0 0 1 193 | $EndComp 194 | $Comp 195 | L Connector:AudioJack2_SwitchT J6 196 | U 1 1 5FD92803 197 | P 5450 3650 198 | F 0 "J6" H 5270 3583 50 0000 R CNN 199 | F 1 "AudioJack2_SwitchT" H 5270 3674 50 0000 R CNN 200 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5450 3650 50 0001 C CNN 201 | F 3 "~" H 5450 3650 50 0001 C CNN 202 | 1 5450 3650 203 | -1 0 0 1 204 | $EndComp 205 | $Comp 206 | L Connector:AudioJack2_SwitchT J7 207 | U 1 1 5FD930D0 208 | P 5450 4100 209 | F 0 "J7" H 5270 4033 50 0000 R CNN 210 | F 1 "AudioJack2_SwitchT" H 5270 4124 50 0000 R CNN 211 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5450 4100 50 0001 C CNN 212 | F 3 "~" H 5450 4100 50 0001 C CNN 213 | 1 5450 4100 214 | -1 0 0 1 215 | $EndComp 216 | Wire Wire Line 217 | 5000 3200 5250 3200 218 | $Comp 219 | L Connector:AudioJack2_SwitchT J9 220 | U 1 1 6007618D 221 | P 4100 5600 222 | F 0 "J9" H 4132 5925 50 0000 C CNN 223 | F 1 "AudioJack2_SwitchT" H 4132 5834 50 0000 C CNN 224 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 5600 50 0001 C CNN 225 | F 3 "~" H 4100 5600 50 0001 C CNN 226 | 1 4100 5600 227 | 1 0 0 -1 228 | $EndComp 229 | $Comp 230 | L Connector:AudioJack2_SwitchT J8 231 | U 1 1 60076A13 232 | P 4100 2000 233 | F 0 "J8" H 4132 2325 50 0000 C CNN 234 | F 1 "AudioJack2_SwitchT" H 4132 2234 50 0000 C CNN 235 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 2000 50 0001 C CNN 236 | F 3 "~" H 4100 2000 50 0001 C CNN 237 | 1 4100 2000 238 | 1 0 0 -1 239 | $EndComp 240 | Wire Wire Line 241 | 4300 2000 4600 2000 242 | Wire Wire Line 243 | 4600 2000 4600 2600 244 | Connection ~ 4600 2600 245 | Wire Wire Line 246 | 4300 5600 4600 5600 247 | Wire Wire Line 248 | 4600 5600 4600 5050 249 | Connection ~ 4600 5050 250 | NoConn ~ 4300 5700 251 | NoConn ~ 4300 2100 252 | $Comp 253 | L power:GND #PWR0108 254 | U 1 1 60077EA1 255 | P 4300 5500 256 | F 0 "#PWR0108" H 4300 5250 50 0001 C CNN 257 | F 1 "GND" V 4305 5372 50 0000 R CNN 258 | F 2 "" H 4300 5500 50 0001 C CNN 259 | F 3 "" H 4300 5500 50 0001 C CNN 260 | 1 4300 5500 261 | 0 -1 -1 0 262 | $EndComp 263 | $Comp 264 | L power:GND #PWR0109 265 | U 1 1 6007872B 266 | P 4300 1900 267 | F 0 "#PWR0109" H 4300 1650 50 0001 C CNN 268 | F 1 "GND" V 4305 1772 50 0000 R CNN 269 | F 2 "" H 4300 1900 50 0001 C CNN 270 | F 3 "" H 4300 1900 50 0001 C CNN 271 | 1 4300 1900 272 | 0 -1 -1 0 273 | $EndComp 274 | $Comp 275 | L power:PWR_FLAG #FLG0101 276 | U 1 1 600792B3 277 | P 5250 4200 278 | F 0 "#FLG0101" H 5250 4275 50 0001 C CNN 279 | F 1 "PWR_FLAG" V 5250 4328 50 0000 L CNN 280 | F 2 "" H 5250 4200 50 0001 C CNN 281 | F 3 "~" H 5250 4200 50 0001 C CNN 282 | 1 5250 4200 283 | -1 0 0 1 284 | $EndComp 285 | Connection ~ 5250 4200 286 | Wire Wire Line 287 | 4600 3850 4600 4400 288 | $EndSCHEMATC 289 | -------------------------------------------------------------------------------- /Paco/PacoGerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PacoGerbers.zip -------------------------------------------------------------------------------- /Paco/PacoPanelV1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PacoPanelV1.stl -------------------------------------------------------------------------------- /Paco/PacoPanelV2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PacoPanelV2.stl -------------------------------------------------------------------------------- /PrintablePanels/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /PrintablePanels/EricaMIDICVpanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/EricaMIDICVpanel.stl -------------------------------------------------------------------------------- /PrintablePanels/FCMAmpPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/FCMAmpPanel.stl -------------------------------------------------------------------------------- /PrintablePanels/FCMoreVCAspanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/FCMoreVCAspanel.stl -------------------------------------------------------------------------------- /PrintablePanels/FCRagingBullPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/FCRagingBullPanel.stl -------------------------------------------------------------------------------- /PrintablePanels/KassutronicsASRpanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/KassutronicsASRpanel.stl -------------------------------------------------------------------------------- /PrintablePanels/KassutronicsKS20Panel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/KassutronicsKS20Panel.stl -------------------------------------------------------------------------------- /PrintablePanels/KassutronicsVCOPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/KassutronicsVCOPanel.stl -------------------------------------------------------------------------------- /PrintablePanels/SVCOPanel1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/SVCOPanel1.stl -------------------------------------------------------------------------------- /PrintablePanels/TheTiger.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/TheTiger.stl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/LOGO.png) ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/LOGO.png) 2 | 3 | 4 | # ModularSynthStuff 5 | Mostly Eurorack modules. Mostly designed by me. 6 | These PCBs are made in Kicad. 7 | You can use the zipped Gerber files to order these PCBs from a manufacturer (I use JLCPCB). Be aware that you need to order more than one copy of a PCB. 8 | If you have a 3D printer, you can save a few bucks by printing the panels. Just download the STL files. 9 | 10 | There is still a lot of things to do, like ordering my own PCBs to test them (Yes, I still don't know if all the modules will work.). 11 | 12 | [You can now visit the shop!!!](https://www.tindie.com/stores/tswts/) 13 | 14 | 15 | # [DIY Case](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/DIYcase) 16 | Plans for a case with 50cm rails. I'm planning to build this sometime out of OSB plates. The back of the case has a big "SYNTHESIZER" print, so that normal people know wtf it is. 17 | 18 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/Case6u98HPfront.png) ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/Case6u98HPback.png) 19 | 20 | 21 | # [Doei](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/HeadphoneOutV1) 22 | Doei is a headphone amp, based on the CMoy schematic. V1 ready to go! Now including a zine! 23 | 24 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/DOEIFOTO.png) 25 | 26 | V1 Test notes: Use UNSHROUDED header for power. A100K pot works, but A200K might be even better. 27 | 28 | 29 | # [PACO!](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Paco) 30 | PACO! is a simple routing module, double signal splitter or bypasser. It's just a bunch of jacks connected to a toggle switch. 31 | 32 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/PACOFOTO.png) 33 | 34 | V1 Test Notes: Use a SPDT switch with round legs. The common ones with rectangular legs won't fit right. V2 will have a better footprint for the switch. 35 | 36 | Ready to go! Features a zine to print out. 37 | 38 | 39 | # [Tuner](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Tuner) 40 | Handy for keeping your synth in tune during gigs. It's a Eurorack recreation of LMNC's tuner schematic, as seen in his VCO module. This one also features a zine! 41 | 42 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/TUNAFOTO.png) 43 | 44 | Link: https://www.lookmumnocomputer.com/projects#/1222-performance-vco 45 | 46 | This module isn't supposed to be super accurate, so don't trust it too much. I just use it to make sure my oscillator is set to the right frequency. (It sounds like an A when I hit the A on my keyboard) 47 | 48 | The module is 5HP wide. It only takes power from the +12V rail and converts it to 5V. 49 | 50 | V1 Test Notes: Use UNSHROUDED header for power. IT WORKS!! LEDs are a bit bright, so I might increase the resistor values. 51 | 52 | V2 Notes: Printing error at the powerheader :/ 53 | 54 | Copyright notes: This module is obviously ripped from LMNC's VCO (which is copied from someone elses tuner). I'm not selling this design, untill I have premission. 55 | 56 | 57 | # Braids 58 | I added some files for people who want to make a Through-hole Braids. You can download a PDF of my building instructions and a 3D file of the front panel. 59 | 60 | 61 | # [Distortion](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Distortion) 62 | 63 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/DISTFOTO.png) 64 | 65 | A straight-forward distortion module to bring a bit more character to your boring oscillators. The circuit is based on Niklas Ronnberg's distortion. My version removes the hardclipping (now it only does softclipping) and adds a bypass switch. 66 | 67 | Link: http://familjenronnberg.se/~niklas/diy/eurorack/dist/ 68 | 69 | The module is 5HP wide. A TL072 should work as well. 70 | You can also choose to download the PCB version of the panel. 71 | 72 | V1 Test notes: The pot is reversed :( It hase the same SPDT footprint as PACO!, so make sure you use a switch with round legs. Alternatively, you can connect the lower two pins on the switch's footprint, so it's always on. That way can ditch the switch altogether. Also, the position of the switch makes it look a little weird... 73 | V2 Notes: All bugs are fixed, everything works! I'm using blue clipping LEDs, but red ones are probably better. 74 | 75 | 76 | # [Wesp](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Wesp) 77 | 78 | ![image](https://github.com/BurningForceKin/ModularSynthStuff/blob/gh-pages/images/WESPFOTO.png) 79 | 80 | A Wasp-type filter. I based it on Jurgen Haibles'schematic, so all the credit should to him. This version uses a LM13700 instead of two CA3080s. The only options to get your hands on a Wasp filter nowadays is to get the Doepfer filter or the Berhinger Wasp Deluxe. If you want to DIY it you can get the Random Source dual filter or Forestcaver's SMD PCB (or maybe something else). All of which are great filters! Unfortunately I'm a stubborn idiot, so I tried designing my own version. 81 | This is the first dubble-PCB design. It only needs the +12V line to make +5V. Not sure if the PSU will like this, though. 82 | 83 | Link: http://modular.fonik.de/pdf/Wasp%20Filter%20clone.pdf 84 | 85 | V1 Test notes: IT WORKS DUDE! There are a few things to update. Add a voltageclamp and diode on the CV input. Add attenuator? Cuttoff is logaritmic. Discard or fix distortion (make it louder plz). 5V regulator footprint is the wrong way around. 86 | The resonance is the right way around, i think. Also, Schmitt-triggers make it go nuts. 87 | 88 | Copyright note: Jurgen's new site states that all his designs are for educational purposes only, and I want to respect that. So, I won't be selling this module in the future, unless I turn it into a truely unique thing. 89 | V2 removed the distortion and added CV-attenuation. To make it even more original, V3 should have a boosted distortion, only LP/HP/BP, CV-att, and self-oscillation. 90 | 91 | 92 | # [Omnitool](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Omnitool) 93 | A utility module inspired by the MS-20. It features a glide, S&H and manual button. The button is normalled to the S&H clock-input. It also has a negative output, which should act as an S-Trig. 94 | 95 | The module uses little parts, so the build will be really easy. The only part that is tricky to find is the LF398 IC. Luckily, I found one on Aliexpress. The button can be any single-pole momentary switch, as long as it fits the panel. I will design the panel for a Cherry switch. 96 | 97 | V1 Notes: The glide works, but is a bit twitchy. (Make the cap smaller?) The button only works on the 0>5V side, but with a noticable delay when combined with a Doepfer EG. The LED is routed wrong :( The LF398 is yet to be tested. Als, the transistor/powerconverter footprints are wrong. And the Cherry switch needs to fit better. 98 | A total failure? Yes, but also no. 99 | 100 | 101 | # [Printable Panels](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/printablepanels) 102 | These are the panels I designed for the DIY modules in my system. It saves me some money (I think ±60,-) when buying PCB-sets. It also allows me to make my system look a little more visually consistent. In comparison to metal faceplates they're kinda flimsy, but the PCB on the back makes up for it. Feel free to download and print them for yr rack. 103 | 104 | Folder includes panels for: 105 | 116 | 117 | # [Marble Hornet](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/marblehornet) 118 | I was messing with the Wasp filter to make it more unique until I found a few mods that worked. I renamed this version of the Wesp to Marble Hornet. 119 | This folder has a version in the Kosmo format. I'm not planning on ordering these big PCBs, so don't expect a revision. That said, I fixed all the bugs (lol) from the V1 Wesp, so it should work first try. 120 | -------------------------------------------------------------------------------- /THT BRAIDS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/THT BRAIDS.pdf -------------------------------------------------------------------------------- /Tuner/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Tuner/Schermafbeelding 2021-01-26 155520.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Tuner/Schermafbeelding 2021-01-26 155520.jpg -------------------------------------------------------------------------------- /Tuner/TUNAV2Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Tuner/TUNAV2Guide.pdf -------------------------------------------------------------------------------- /Tuner/TunerGerbs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Tuner/TunerGerbs.zip -------------------------------------------------------------------------------- /Tuner/TunerGuide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Tuner/TunerGuide.pdf -------------------------------------------------------------------------------- /Tuner/TunerPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Tuner/TunerPanel.stl -------------------------------------------------------------------------------- /Tuner/TunerPanelTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Tuner/TunerPanelTest.stl -------------------------------------------------------------------------------- /Wesp/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Wesp/WESPV1Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Wesp/WESPV1Guide.pdf -------------------------------------------------------------------------------- /Wesp/Wesp.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A4 11693 8268 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L 4xxx:4069 U2 18 | U 6 1 60241E0D 19 | P 10500 1050 20 | F 0 "U2" H 10500 1367 50 0000 C CNN 21 | F 1 "4069" H 10500 1276 50 0000 C CNN 22 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 10500 1050 50 0001 C CNN 23 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 10500 1050 50 0001 C CNN 24 | 6 10500 1050 25 | 1 0 0 -1 26 | $EndComp 27 | $Comp 28 | L Device:R R27 29 | U 1 1 60245632 30 | P 9850 1050 31 | F 0 "R27" V 9643 1050 50 0000 C CNN 32 | F 1 "100K" V 9734 1050 50 0000 C CNN 33 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9780 1050 50 0001 C CNN 34 | F 3 "~" H 9850 1050 50 0001 C CNN 35 | 1 9850 1050 36 | 0 1 1 0 37 | $EndComp 38 | $Comp 39 | L Device:R R28 40 | U 1 1 602462EA 41 | P 10450 1400 42 | F 0 "R28" V 10243 1400 50 0000 C CNN 43 | F 1 "33K" V 10334 1400 50 0000 C CNN 44 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 10380 1400 50 0001 C CNN 45 | F 3 "~" H 10450 1400 50 0001 C CNN 46 | 1 10450 1400 47 | 0 1 1 0 48 | $EndComp 49 | $Comp 50 | L Device:C C12 51 | U 1 1 6024896B 52 | P 10450 1650 53 | F 0 "C12" V 10198 1650 50 0000 C CNN 54 | F 1 "1n" V 10289 1650 50 0000 C CNN 55 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 10488 1500 50 0001 C CNN 56 | F 3 "~" H 10450 1650 50 0001 C CNN 57 | 1 10450 1650 58 | 0 1 1 0 59 | $EndComp 60 | Wire Wire Line 61 | 10200 1050 10150 1050 62 | Wire Wire Line 63 | 10150 1050 10150 1400 64 | Wire Wire Line 65 | 10150 1650 10300 1650 66 | Connection ~ 10150 1050 67 | Wire Wire Line 68 | 10150 1050 10000 1050 69 | Wire Wire Line 70 | 10600 1650 10800 1650 71 | Wire Wire Line 72 | 10800 1650 10800 1400 73 | Wire Wire Line 74 | 10600 1400 10800 1400 75 | Connection ~ 10800 1400 76 | Wire Wire Line 77 | 10800 1400 10800 1050 78 | Wire Wire Line 79 | 10300 1400 10150 1400 80 | Connection ~ 10150 1400 81 | Wire Wire Line 82 | 10150 1400 10150 1650 83 | Text GLabel 10800 1200 2 50 Input ~ 0 84 | W6 85 | $Comp 86 | L Device:R_POT RV1 87 | U 1 1 602502CF 88 | P 2400 6450 89 | F 0 "RV1" H 2331 6496 50 0000 R CNN 90 | F 1 "INPUT 50K" H 2331 6405 50 0000 R CNN 91 | F 2 "MusicThingModular:9MM_SNAP-IN_POT" H 2400 6450 50 0001 C CNN 92 | F 3 "~" H 2400 6450 50 0001 C CNN 93 | 1 2400 6450 94 | 1 0 0 1 95 | $EndComp 96 | $Comp 97 | L Device:R R1 98 | U 1 1 60250E80 99 | P 2800 6450 100 | F 0 "R1" V 2593 6450 50 0000 C CNN 101 | F 1 "33K" V 2684 6450 50 0000 C CNN 102 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 2730 6450 50 0001 C CNN 103 | F 3 "~" H 2800 6450 50 0001 C CNN 104 | 1 2800 6450 105 | 0 1 1 0 106 | $EndComp 107 | $Comp 108 | L Device:C C1 109 | U 1 1 60251880 110 | P 3200 6450 111 | F 0 "C1" V 2948 6450 50 0000 C CNN 112 | F 1 "220n" V 3039 6450 50 0000 C CNN 113 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3238 6300 50 0001 C CNN 114 | F 3 "~" H 3200 6450 50 0001 C CNN 115 | 1 3200 6450 116 | 0 1 1 0 117 | $EndComp 118 | $Comp 119 | L Device:D D4 120 | U 1 1 60253837 121 | P 4300 6700 122 | F 0 "D4" H 4300 6917 50 0000 C CNN 123 | F 1 "1N4148" H 4300 6826 50 0000 C CNN 124 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 4300 6700 50 0001 C CNN 125 | F 3 "~" H 4300 6700 50 0001 C CNN 126 | 1 4300 6700 127 | 1 0 0 -1 128 | $EndComp 129 | $Comp 130 | L Device:D D3 131 | U 1 1 6025425F 132 | P 4300 6450 133 | F 0 "D3" H 4300 6233 50 0000 C CNN 134 | F 1 "1N4148" H 4300 6324 50 0000 C CNN 135 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 4300 6450 50 0001 C CNN 136 | F 3 "~" H 4300 6450 50 0001 C CNN 137 | 1 4300 6450 138 | -1 0 0 1 139 | $EndComp 140 | Wire Wire Line 141 | 2550 6450 2650 6450 142 | Wire Wire Line 143 | 2950 6450 3050 6450 144 | $Comp 145 | L power:GND #PWR0103 146 | U 1 1 6025DD5F 147 | P 3650 6900 148 | F 0 "#PWR0103" H 3650 6650 50 0001 C CNN 149 | F 1 "GND" H 3655 6727 50 0000 C CNN 150 | F 2 "" H 3650 6900 50 0001 C CNN 151 | F 3 "" H 3650 6900 50 0001 C CNN 152 | 1 3650 6900 153 | 1 0 0 -1 154 | $EndComp 155 | Wire Wire Line 156 | 3650 6900 3650 6750 157 | $Comp 158 | L Device:R R14 159 | U 1 1 602C6127 160 | P 1300 4550 161 | F 0 "R14" H 1370 4596 50 0000 L CNN 162 | F 1 "4K7" H 1370 4505 50 0000 L CNN 163 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1230 4550 50 0001 C CNN 164 | F 3 "~" H 1300 4550 50 0001 C CNN 165 | 1 1300 4550 166 | 0 -1 -1 0 167 | $EndComp 168 | $Comp 169 | L Device:R R20 170 | U 1 1 602C6C48 171 | P 1500 5200 172 | F 0 "R20" H 1570 5246 50 0000 L CNN 173 | F 1 "4K7" H 1570 5155 50 0000 L CNN 174 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1430 5200 50 0001 C CNN 175 | F 3 "~" H 1500 5200 50 0001 C CNN 176 | 1 1500 5200 177 | 0 -1 -1 0 178 | $EndComp 179 | $Comp 180 | L Device:R R21 181 | U 1 1 602CF0CF 182 | P 1800 4550 183 | F 0 "R21" V 1593 4550 50 0000 C CNN 184 | F 1 "10K" V 1684 4550 50 0000 C CNN 185 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1730 4550 50 0001 C CNN 186 | F 3 "~" H 1800 4550 50 0001 C CNN 187 | 1 1800 4550 188 | 0 1 1 0 189 | $EndComp 190 | Wire Wire Line 191 | 1650 4550 1650 5100 192 | $Comp 193 | L Connector:AudioJack2_SwitchT J5 194 | U 1 1 602D355E 195 | P 2400 4550 196 | F 0 "J5" H 2220 4483 50 0000 R CNN 197 | F 1 "CUTOFF" H 2220 4574 50 0000 R CNN 198 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 2400 4550 50 0001 C CNN 199 | F 3 "~" H 2400 4550 50 0001 C CNN 200 | 1 2400 4550 201 | -1 0 0 1 202 | $EndComp 203 | Wire Wire Line 204 | 2200 4550 1950 4550 205 | $Comp 206 | L power:GND #PWR0108 207 | U 1 1 602D6D19 208 | P 2200 4750 209 | F 0 "#PWR0108" H 2200 4500 50 0001 C CNN 210 | F 1 "GND" H 2205 4577 50 0000 C CNN 211 | F 2 "" H 2200 4750 50 0001 C CNN 212 | F 3 "" H 2200 4750 50 0001 C CNN 213 | 1 2200 4750 214 | 1 0 0 -1 215 | $EndComp 216 | Wire Wire Line 217 | 2200 4750 2200 4650 218 | NoConn ~ 2200 4450 219 | $Comp 220 | L Device:R_POT RV3 221 | U 1 1 602DD7F8 222 | P 3300 5100 223 | F 0 "RV3" H 3230 5054 50 0000 R CNN 224 | F 1 "CUTOFF B10K" H 3230 5145 50 0000 R CNN 225 | F 2 "MusicThingModular:9MM_SNAP-IN_POT" H 3300 5100 50 0001 C CNN 226 | F 3 "~" H 3300 5100 50 0001 C CNN 227 | 1 3300 5100 228 | -1 0 0 1 229 | $EndComp 230 | $Comp 231 | L Device:R R25 232 | U 1 1 602E08F0 233 | P 3300 4700 234 | F 0 "R25" H 3370 4746 50 0000 L CNN 235 | F 1 "1K" H 3370 4655 50 0000 L CNN 236 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 3230 4700 50 0001 C CNN 237 | F 3 "~" H 3300 4700 50 0001 C CNN 238 | 1 3300 4700 239 | 1 0 0 -1 240 | $EndComp 241 | $Comp 242 | L Device:R R26 243 | U 1 1 602E0E59 244 | P 3600 5500 245 | F 0 "R26" H 3670 5546 50 0000 L CNN 246 | F 1 "1K" H 3670 5455 50 0000 L CNN 247 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 3530 5500 50 0001 C CNN 248 | F 3 "~" H 3600 5500 50 0001 C CNN 249 | 1 3600 5500 250 | 1 0 0 -1 251 | $EndComp 252 | $Comp 253 | L Device:D D6 254 | U 1 1 602E1F88 255 | P 3300 5500 256 | F 0 "D6" V 3346 5420 50 0000 R CNN 257 | F 1 "1N4148" V 3255 5420 50 0000 R CNN 258 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 3300 5500 50 0001 C CNN 259 | F 3 "~" H 3300 5500 50 0001 C CNN 260 | 1 3300 5500 261 | 0 -1 -1 0 262 | $EndComp 263 | Wire Wire Line 264 | 3300 4850 3300 4950 265 | Wire Wire Line 266 | 3300 5250 3300 5350 267 | Wire Wire Line 268 | 3300 5350 3600 5350 269 | Connection ~ 3300 5350 270 | Wire Wire Line 271 | 3600 5650 3450 5650 272 | $Comp 273 | L Device:R R23 274 | U 1 1 602F09AC 275 | P 2750 5100 276 | F 0 "R23" V 2543 5100 50 0000 C CNN 277 | F 1 "1K" V 2634 5100 50 0000 C CNN 278 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 2680 5100 50 0001 C CNN 279 | F 3 "~" H 2750 5100 50 0001 C CNN 280 | 1 2750 5100 281 | 0 1 1 0 282 | $EndComp 283 | Wire Wire Line 284 | 3150 5100 2900 5100 285 | Wire Wire Line 286 | 2600 5100 1650 5100 287 | Connection ~ 1650 5100 288 | Wire Wire Line 289 | 1650 5100 1650 5200 290 | $Comp 291 | L power:+5V #PWR0109 292 | U 1 1 602F7134 293 | P 3300 4400 294 | F 0 "#PWR0109" H 3300 4250 50 0001 C CNN 295 | F 1 "+5V" H 3315 4573 50 0000 C CNN 296 | F 2 "" H 3300 4400 50 0001 C CNN 297 | F 3 "" H 3300 4400 50 0001 C CNN 298 | 1 3300 4400 299 | 1 0 0 -1 300 | $EndComp 301 | Wire Wire Line 302 | 3300 4550 3300 4400 303 | $Comp 304 | L power:GND #PWR0110 305 | U 1 1 602FAAF9 306 | P 3450 5650 307 | F 0 "#PWR0110" H 3450 5400 50 0001 C CNN 308 | F 1 "GND" H 3455 5477 50 0000 C CNN 309 | F 2 "" H 3450 5650 50 0001 C CNN 310 | F 3 "" H 3450 5650 50 0001 C CNN 311 | 1 3450 5650 312 | 1 0 0 -1 313 | $EndComp 314 | Connection ~ 3450 5650 315 | Wire Wire Line 316 | 3450 5650 3300 5650 317 | Wire Wire Line 318 | 4150 6450 4150 6700 319 | $Comp 320 | L Device:R R2 321 | U 1 1 60301876 322 | P 4150 7000 323 | F 0 "R2" V 3943 7000 50 0000 C CNN 324 | F 1 "33K" V 4034 7000 50 0000 C CNN 325 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 4080 7000 50 0001 C CNN 326 | F 3 "~" H 4150 7000 50 0001 C CNN 327 | 1 4150 7000 328 | 1 0 0 -1 329 | $EndComp 330 | $Comp 331 | L Device:R R6 332 | U 1 1 6030253D 333 | P 4800 6600 334 | F 0 "R6" H 4870 6646 50 0000 L CNN 335 | F 1 "100K" H 4870 6555 50 0000 L CNN 336 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 4730 6600 50 0001 C CNN 337 | F 3 "~" H 4800 6600 50 0001 C CNN 338 | 1 4800 6600 339 | 1 0 0 -1 340 | $EndComp 341 | $Comp 342 | L Device:R R8 343 | U 1 1 60303189 344 | P 5200 6450 345 | F 0 "R8" V 4993 6450 50 0000 C CNN 346 | F 1 "100K" V 5084 6450 50 0000 C CNN 347 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5130 6450 50 0001 C CNN 348 | F 3 "~" H 5200 6450 50 0001 C CNN 349 | 1 5200 6450 350 | 0 1 1 0 351 | $EndComp 352 | $Comp 353 | L Device:R_POT RV2 354 | U 1 1 60303C6E 355 | P 5700 6600 356 | F 0 "RV2" H 5630 6646 50 0000 R CNN 357 | F 1 "Resonance 47K" H 5630 6555 50 0000 R CNN 358 | F 2 "MusicThingModular:9MM_SNAP-IN_POT" H 5700 6600 50 0001 C CNN 359 | F 3 "~" H 5700 6600 50 0001 C CNN 360 | 1 5700 6600 361 | 1 0 0 1 362 | $EndComp 363 | $Comp 364 | L Device:C C4 365 | U 1 1 6030518A 366 | P 5700 7000 367 | F 0 "C4" H 5815 7046 50 0000 L CNN 368 | F 1 "220n" H 5815 6955 50 0000 L CNN 369 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 5738 6850 50 0001 C CNN 370 | F 3 "~" H 5700 7000 50 0001 C CNN 371 | 1 5700 7000 372 | 1 0 0 -1 373 | $EndComp 374 | Wire Wire Line 375 | 4450 6450 4450 6700 376 | Connection ~ 4450 6450 377 | Wire Wire Line 378 | 4450 6450 4800 6450 379 | Wire Wire Line 380 | 4800 6450 5050 6450 381 | Connection ~ 4800 6450 382 | Wire Wire Line 383 | 5700 6450 5350 6450 384 | Wire Wire Line 385 | 5700 6850 5700 6800 386 | Wire Wire Line 387 | 4800 6750 4800 6800 388 | Wire Wire Line 389 | 4800 6800 5700 6800 390 | Connection ~ 5700 6800 391 | Wire Wire Line 392 | 5700 6800 5700 6750 393 | Wire Wire Line 394 | 4150 6700 4150 6850 395 | Connection ~ 4150 6700 396 | Wire Wire Line 397 | 6150 7500 6150 6600 398 | Wire Wire Line 399 | 6150 6600 5850 6600 400 | $Comp 401 | L power:GND #PWR0111 402 | U 1 1 6032C0D6 403 | P 5700 7250 404 | F 0 "#PWR0111" H 5700 7000 50 0001 C CNN 405 | F 1 "GND" H 5705 7077 50 0000 C CNN 406 | F 2 "" H 5700 7250 50 0001 C CNN 407 | F 3 "" H 5700 7250 50 0001 C CNN 408 | 1 5700 7250 409 | 1 0 0 -1 410 | $EndComp 411 | Wire Wire Line 412 | 5700 7250 5700 7150 413 | $Comp 414 | L Connector:AudioJack2_SwitchT J1 415 | U 1 1 60331259 416 | P 1700 6300 417 | F 0 "J1" H 1732 6625 50 0000 C CNN 418 | F 1 "INPUT" H 1732 6534 50 0000 C CNN 419 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 1700 6300 50 0001 C CNN 420 | F 3 "~" H 1700 6300 50 0001 C CNN 421 | 1 1700 6300 422 | 1 0 0 -1 423 | $EndComp 424 | Wire Wire Line 425 | 1900 6300 2400 6300 426 | NoConn ~ 1900 6400 427 | $Comp 428 | L power:GND #PWR0112 429 | U 1 1 6033A8DC 430 | P 2400 6700 431 | F 0 "#PWR0112" H 2400 6450 50 0001 C CNN 432 | F 1 "GND" H 2405 6527 50 0000 C CNN 433 | F 2 "" H 2400 6700 50 0001 C CNN 434 | F 3 "" H 2400 6700 50 0001 C CNN 435 | 1 2400 6700 436 | 1 0 0 -1 437 | $EndComp 438 | $Comp 439 | L power:GND #PWR0113 440 | U 1 1 6033ADA7 441 | P 2100 6200 442 | F 0 "#PWR0113" H 2100 5950 50 0001 C CNN 443 | F 1 "GND" V 2105 6072 50 0000 R CNN 444 | F 2 "" H 2100 6200 50 0001 C CNN 445 | F 3 "" H 2100 6200 50 0001 C CNN 446 | 1 2100 6200 447 | 0 -1 -1 0 448 | $EndComp 449 | Wire Wire Line 450 | 1900 6200 2100 6200 451 | Wire Wire Line 452 | 2400 6700 2400 6600 453 | $Comp 454 | L eurocad:EURO_PWR_2x5 J4 455 | U 1 1 6036B786 456 | P 7650 5650 457 | F 0 "J4" H 7650 6097 60 0000 C CNN 458 | F 1 "EURO_PWR_2x5" H 7650 5991 60 0000 C CNN 459 | F 2 "Connector_PinHeader_2.54mm:PinHeader_2x05_P2.54mm_Vertical" H 7650 5650 60 0001 C CNN 460 | F 3 "" H 7650 5650 60 0000 C CNN 461 | 1 7650 5650 462 | 1 0 0 -1 463 | $EndComp 464 | $Comp 465 | L eurocad:78L05 U3 466 | U 1 1 6036CF71 467 | P 9550 5500 468 | F 0 "U3" H 9550 5905 50 0000 C CNN 469 | F 1 "78L05" H 9550 5814 50 0000 C CNN 470 | F 2 "Package_TO_SOT_THT:TO-92_Inline_Wide" H 9550 5500 50 0001 C CNN 471 | F 3 "regulator\\lm78lxx.pdf" H 9550 5723 50 0000 C CNN 472 | 1 9550 5500 473 | 1 0 0 -1 474 | $EndComp 475 | Wire Wire Line 476 | 9150 5450 8800 5450 477 | Wire Wire Line 478 | 9550 5750 8800 5750 479 | $Comp 480 | L power:+5V #PWR0114 481 | U 1 1 60382B29 482 | P 10200 5450 483 | F 0 "#PWR0114" H 10200 5300 50 0001 C CNN 484 | F 1 "+5V" V 10215 5578 50 0000 L CNN 485 | F 2 "" H 10200 5450 50 0001 C CNN 486 | F 3 "" H 10200 5450 50 0001 C CNN 487 | 1 10200 5450 488 | 0 1 1 0 489 | $EndComp 490 | Wire Wire Line 491 | 10200 5450 10000 5450 492 | $Comp 493 | L Device:CP C11 494 | U 1 1 6038FA31 495 | P 10000 5600 496 | F 0 "C11" H 10118 5646 50 0000 L CNN 497 | F 1 "10u" H 10118 5555 50 0000 L CNN 498 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 10038 5450 50 0001 C CNN 499 | F 3 "~" H 10000 5600 50 0001 C CNN 500 | 1 10000 5600 501 | 1 0 0 -1 502 | $EndComp 503 | Connection ~ 10000 5450 504 | Wire Wire Line 505 | 10000 5450 9950 5450 506 | $Comp 507 | L Device:C C9 508 | U 1 1 60390868 509 | P 8800 5600 510 | F 0 "C9" H 8915 5646 50 0000 L CNN 511 | F 1 "10n" H 8915 5555 50 0000 L CNN 512 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 8838 5450 50 0001 C CNN 513 | F 3 "~" H 8800 5600 50 0001 C CNN 514 | 1 8800 5600 515 | 1 0 0 -1 516 | $EndComp 517 | Connection ~ 8800 5750 518 | Wire Wire Line 519 | 8800 5750 8100 5750 520 | Wire Wire Line 521 | 9550 5750 10000 5750 522 | Connection ~ 9550 5750 523 | $Comp 524 | L power:GND #PWR0115 525 | U 1 1 603965D0 526 | P 10200 5750 527 | F 0 "#PWR0115" H 10200 5500 50 0001 C CNN 528 | F 1 "GND" V 10205 5622 50 0000 R CNN 529 | F 2 "" H 10200 5750 50 0001 C CNN 530 | F 3 "" H 10200 5750 50 0001 C CNN 531 | 1 10200 5750 532 | 0 -1 -1 0 533 | $EndComp 534 | Wire Wire Line 535 | 10200 5750 10000 5750 536 | Connection ~ 10000 5750 537 | Wire Wire Line 538 | 10650 2250 10150 2250 539 | $Comp 540 | L power:+5V #PWR0116 541 | U 1 1 603A887B 542 | P 10150 2250 543 | F 0 "#PWR0116" H 10150 2100 50 0001 C CNN 544 | F 1 "+5V" H 10165 2423 50 0000 C CNN 545 | F 2 "" H 10150 2250 50 0001 C CNN 546 | F 3 "" H 10150 2250 50 0001 C CNN 547 | 1 10150 2250 548 | 1 0 0 -1 549 | $EndComp 550 | Connection ~ 10150 2250 551 | Wire Wire Line 552 | 10150 2250 9700 2250 553 | Wire Wire Line 554 | 8100 5750 8100 5650 555 | Connection ~ 8100 5750 556 | Connection ~ 8100 5650 557 | Wire Wire Line 558 | 8100 5650 8100 5550 559 | Wire Wire Line 560 | 7200 5750 7200 5650 561 | Connection ~ 7200 5650 562 | Wire Wire Line 563 | 7200 5650 7200 5550 564 | Wire Wire Line 565 | 8200 5450 8200 5200 566 | Wire Wire Line 567 | 8200 5200 7700 5200 568 | Wire Wire Line 569 | 7200 5200 7200 5450 570 | Wire Wire Line 571 | 8200 5450 8100 5450 572 | Wire Wire Line 573 | 8100 5850 8100 6100 574 | Wire Wire Line 575 | 8100 6100 7700 6100 576 | Wire Wire Line 577 | 7200 6100 7200 5850 578 | $Comp 579 | L power:GND #PWR0118 580 | U 1 1 603C4CAC 581 | P 7200 5650 582 | F 0 "#PWR0118" H 7200 5400 50 0001 C CNN 583 | F 1 "GND" V 7205 5522 50 0000 R CNN 584 | F 2 "" H 7200 5650 50 0001 C CNN 585 | F 3 "" H 7200 5650 50 0001 C CNN 586 | 1 7200 5650 587 | 0 1 1 0 588 | $EndComp 589 | $Comp 590 | L Switch:SW_SPDT SW1 591 | U 1 1 603C5CDA 592 | P 1650 3600 593 | F 0 "SW1" H 1650 3885 50 0000 C CNN 594 | F 1 "DIST" H 1650 3794 50 0000 C CNN 595 | F 2 "DasSwitch:SW_Toggle_Blue_wSlots" H 1650 3600 50 0001 C CNN 596 | F 3 "~" H 1650 3600 50 0001 C CNN 597 | 1 1650 3600 598 | -1 0 0 1 599 | $EndComp 600 | Text GLabel 1250 3700 0 50 Input ~ 0 601 | jW6 602 | Text GLabel 1250 3500 0 50 Input ~ 0 603 | jW5 604 | $Comp 605 | L Connector:AudioJack2_SwitchT J3 606 | U 1 1 603C87DF 607 | P 3200 3600 608 | F 0 "J3" H 3020 3533 50 0000 R CNN 609 | F 1 "OUT" H 3020 3624 50 0000 R CNN 610 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 3200 3600 50 0001 C CNN 611 | F 3 "~" H 3200 3600 50 0001 C CNN 612 | 1 3200 3600 613 | -1 0 0 1 614 | $EndComp 615 | $Comp 616 | L Device:CP C6 617 | U 1 1 603E6669 618 | P 2200 3600 619 | F 0 "C6" V 1945 3600 50 0000 C CNN 620 | F 1 "10u" V 2036 3600 50 0000 C CNN 621 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 2238 3450 50 0001 C CNN 622 | F 3 "~" H 2200 3600 50 0001 C CNN 623 | 1 2200 3600 624 | 0 -1 -1 0 625 | $EndComp 626 | $Comp 627 | L Device:R R17 628 | U 1 1 603EEB89 629 | P 2600 3750 630 | F 0 "R17" H 2670 3796 50 0000 L CNN 631 | F 1 "470K" H 2670 3705 50 0000 L CNN 632 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 2530 3750 50 0001 C CNN 633 | F 3 "~" H 2600 3750 50 0001 C CNN 634 | 1 2600 3750 635 | 1 0 0 -1 636 | $EndComp 637 | Wire Wire Line 638 | 3000 3600 2600 3600 639 | Connection ~ 2600 3600 640 | Wire Wire Line 641 | 2600 3600 2350 3600 642 | Wire Wire Line 643 | 2050 3600 1850 3600 644 | Wire Wire Line 645 | 3000 3700 3000 3900 646 | Wire Wire Line 647 | 3000 3900 2800 3900 648 | $Comp 649 | L power:GND #PWR0119 650 | U 1 1 604060C5 651 | P 2800 3900 652 | F 0 "#PWR0119" H 2800 3650 50 0001 C CNN 653 | F 1 "GND" H 2805 3727 50 0000 C CNN 654 | F 2 "" H 2800 3900 50 0001 C CNN 655 | F 3 "" H 2800 3900 50 0001 C CNN 656 | 1 2800 3900 657 | 1 0 0 -1 658 | $EndComp 659 | Connection ~ 2800 3900 660 | Wire Wire Line 661 | 2800 3900 2600 3900 662 | Wire Wire Line 663 | 1450 3500 1250 3500 664 | Wire Wire Line 665 | 1250 3700 1450 3700 666 | NoConn ~ 3000 3500 667 | $Comp 668 | L Device:D D5 669 | U 1 1 5FFE0966 670 | P 8500 5450 671 | F 0 "D5" H 8500 5233 50 0000 C CNN 672 | F 1 "1N4001" H 8500 5324 50 0000 C CNN 673 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 8500 5450 50 0001 C CNN 674 | F 3 "~" H 8500 5450 50 0001 C CNN 675 | 1 8500 5450 676 | -1 0 0 1 677 | $EndComp 678 | Wire Wire Line 679 | 8800 5450 8650 5450 680 | Connection ~ 8800 5450 681 | Wire Wire Line 682 | 8350 5450 8200 5450 683 | Connection ~ 8200 5450 684 | $Comp 685 | L Device:D D2 686 | U 1 1 60252B29 687 | P 3650 6600 688 | F 0 "D2" H 3650 6817 50 0000 C CNN 689 | F 1 "BAT85" H 3650 6726 50 0000 C CNN 690 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 3650 6600 50 0001 C CNN 691 | F 3 "~" H 3650 6600 50 0001 C CNN 692 | 1 3650 6600 693 | 0 1 1 0 694 | $EndComp 695 | Wire Wire Line 696 | 3350 6450 3650 6450 697 | Text GLabel 3650 6250 1 50 Input ~ 0 698 | j1 699 | Wire Wire Line 700 | 3650 6250 3650 6450 701 | Text GLabel 5950 6450 2 50 Input ~ 0 702 | j2 703 | Wire Wire Line 704 | 1650 4550 1450 4550 705 | Connection ~ 1650 4550 706 | Text GLabel 1000 4550 0 50 Input ~ 0 707 | j3 708 | Wire Wire Line 709 | 1150 4550 1000 4550 710 | Text GLabel 1250 5200 0 50 Input ~ 0 711 | j4 712 | Wire Wire Line 713 | 1350 5200 1250 5200 714 | Wire Wire Line 715 | 10150 3250 10650 3250 716 | Connection ~ 10150 3250 717 | $Comp 718 | L power:GND #PWR0117 719 | U 1 1 603A975C 720 | P 10150 3250 721 | F 0 "#PWR0117" H 10150 3000 50 0001 C CNN 722 | F 1 "GND" H 10155 3077 50 0000 C CNN 723 | F 2 "" H 10150 3250 50 0001 C CNN 724 | F 3 "" H 10150 3250 50 0001 C CNN 725 | 1 10150 3250 726 | 1 0 0 -1 727 | $EndComp 728 | Wire Wire Line 729 | 9700 3250 9950 3250 730 | Wire Wire Line 731 | 9700 2950 9700 3250 732 | Wire Wire Line 733 | 9700 2250 9700 2350 734 | Wire Wire Line 735 | 4150 7500 6150 7500 736 | Wire Wire Line 737 | 4150 7150 4150 7500 738 | $Comp 739 | L 4xxx:4069 U2 740 | U 7 1 6023C7E0 741 | P 10650 2750 742 | F 0 "U2" H 10880 2796 50 0000 L CNN 743 | F 1 "4069" H 10880 2705 50 0000 L CNN 744 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 10650 2750 50 0001 C CNN 745 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 10650 2750 50 0001 C CNN 746 | 7 10650 2750 747 | 1 0 0 -1 748 | $EndComp 749 | $Comp 750 | L Amplifier_Operational:LM13700 U1 751 | U 5 1 60237DEF 752 | P 9800 2650 753 | F 0 "U1" H 9758 2696 50 0000 L CNN 754 | F 1 "LM13700" H 9758 2605 50 0000 L CNN 755 | F 2 "Package_DIP:DIP-16_W7.62mm_Socket" H 9500 2675 50 0001 C CNN 756 | F 3 "http://www.ti.com/lit/ds/symlink/lm13700.pdf" H 9500 2675 50 0001 C CNN 757 | 5 9800 2650 758 | 1 0 0 -1 759 | $EndComp 760 | Connection ~ 3650 6450 761 | Wire Wire Line 762 | 4150 6450 3650 6450 763 | Connection ~ 4150 6450 764 | Wire Wire Line 765 | 5950 6450 5700 6450 766 | Connection ~ 5700 6450 767 | Wire Wire Line 768 | 3950 2250 3950 2350 769 | Connection ~ 3950 2250 770 | Connection ~ 3950 2350 771 | Wire Wire Line 772 | 3950 2150 3950 2250 773 | Wire Wire Line 774 | 4150 2050 3950 2050 775 | Wire Wire Line 776 | 4150 1950 3950 1950 777 | Text GLabel 4150 2050 2 50 Input ~ 0 778 | W6 779 | Text GLabel 4150 1950 2 50 Input ~ 0 780 | W5 781 | Wire Wire Line 782 | 4150 1850 3950 1850 783 | Wire Wire Line 784 | 4150 1750 3950 1750 785 | Wire Wire Line 786 | 4150 1650 3950 1650 787 | Wire Wire Line 788 | 4150 1550 3950 1550 789 | Text GLabel 4150 1850 2 50 Input ~ 0 790 | p4 791 | Text GLabel 4150 1750 2 50 Input ~ 0 792 | p3 793 | Text GLabel 4150 1650 2 50 Input ~ 0 794 | p2 795 | Text GLabel 4150 1550 2 50 Input ~ 0 796 | p1 797 | Wire Wire Line 798 | 4200 2350 3950 2350 799 | Wire Wire Line 800 | 4200 1450 3950 1450 801 | $Comp 802 | L power:+5V #PWR0120 803 | U 1 1 601C0EDD 804 | P 4200 1450 805 | F 0 "#PWR0120" H 4200 1300 50 0001 C CNN 806 | F 1 "+5V" V 4215 1578 50 0000 L CNN 807 | F 2 "" H 4200 1450 50 0001 C CNN 808 | F 3 "" H 4200 1450 50 0001 C CNN 809 | 1 4200 1450 810 | 0 1 1 0 811 | $EndComp 812 | $Comp 813 | L power:GND #PWR0121 814 | U 1 1 601C0662 815 | P 4200 2350 816 | F 0 "#PWR0121" H 4200 2100 50 0001 C CNN 817 | F 1 "GND" V 4205 2222 50 0000 R CNN 818 | F 2 "" H 4200 2350 50 0001 C CNN 819 | F 3 "" H 4200 2350 50 0001 C CNN 820 | 1 4200 2350 821 | 0 -1 -1 0 822 | $EndComp 823 | $Comp 824 | L Connector:Conn_01x10_Male J7 825 | U 1 1 601BD639 826 | P 3750 1850 827 | F 0 "J7" H 3858 2431 50 0000 C CNN 828 | F 1 "Conn_01x10_Male" H 3858 2340 50 0000 C CNN 829 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical" H 3750 1850 50 0001 C CNN 830 | F 3 "~" H 3750 1850 50 0001 C CNN 831 | 1 3750 1850 832 | 1 0 0 -1 833 | $EndComp 834 | Wire Wire Line 835 | 9600 3950 9600 4150 836 | Text GLabel 9600 3950 1 50 Input ~ 0 837 | p4 838 | $Comp 839 | L Amplifier_Operational:LM13700 U1 840 | U 1 1 6023B0C6 841 | P 9300 4250 842 | F 0 "U1" H 9300 4617 50 0000 C CNN 843 | F 1 "LM13700" H 9300 4526 50 0000 C CNN 844 | F 2 "Package_DIP:DIP-16_W7.62mm_Socket" H 9000 4275 50 0001 C CNN 845 | F 3 "http://www.ti.com/lit/ds/symlink/lm13700.pdf" H 9000 4275 50 0001 C CNN 846 | 1 9300 4250 847 | 1 0 0 1 848 | $EndComp 849 | Wire Wire Line 850 | 9600 4250 10000 4250 851 | Wire Wire Line 852 | 7050 4250 7050 4100 853 | Text GLabel 7050 4100 1 50 Input ~ 0 854 | p3 855 | Text GLabel 7950 4700 2 50 Input ~ 0 856 | p2 857 | Text GLabel 4700 3700 2 50 Input ~ 0 858 | p1 859 | $Comp 860 | L 4xxx:4069 U2 861 | U 1 1 6023D5D3 862 | P 5000 4450 863 | F 0 "U2" H 5000 4767 50 0000 C CNN 864 | F 1 "4069" H 5000 4676 50 0000 C CNN 865 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 5000 4450 50 0001 C CNN 866 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 5000 4450 50 0001 C CNN 867 | 1 5000 4450 868 | 1 0 0 -1 869 | $EndComp 870 | Connection ~ 5300 4450 871 | $Comp 872 | L Device:D D1 873 | U 1 1 60252218 874 | P 4550 3900 875 | F 0 "D1" H 4550 3683 50 0000 C CNN 876 | F 1 "BAT85" H 4550 3774 50 0000 C CNN 877 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 4550 3900 50 0001 C CNN 878 | F 3 "~" H 4550 3900 50 0001 C CNN 879 | 1 4550 3900 880 | 1 0 0 -1 881 | $EndComp 882 | Wire Wire Line 883 | 3950 2650 4250 2650 884 | Wire Wire Line 885 | 4250 2750 3950 2750 886 | Wire Wire Line 887 | 3950 2850 4250 2850 888 | Wire Wire Line 889 | 4250 2950 3950 2950 890 | Wire Wire Line 891 | 3950 3050 4250 3050 892 | Text GLabel 4250 2650 2 50 Input ~ 0 893 | W3 894 | Text GLabel 4250 2750 2 50 Input ~ 0 895 | W1 896 | Text GLabel 4250 2850 2 50 Input ~ 0 897 | W4 898 | Text GLabel 4250 2950 2 50 Input ~ 0 899 | W2 900 | Text GLabel 4250 3050 2 50 Input ~ 0 901 | W5 902 | $Comp 903 | L Connector:Conn_01x05_Female J2 904 | U 1 1 60424B16 905 | P 3750 2850 906 | F 0 "J2" H 3778 2876 50 0000 L CNN 907 | F 1 "Rotary" H 3778 2785 50 0000 L CNN 908 | F 2 "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" H 3750 2850 50 0001 C CNN 909 | F 3 "~" H 3750 2850 50 0001 C CNN 910 | 1 3750 2850 911 | -1 0 0 1 912 | $EndComp 913 | Wire Wire Line 914 | 4700 3900 4700 3500 915 | Connection ~ 4700 3900 916 | Wire Wire Line 917 | 8700 3550 8700 3400 918 | Wire Wire Line 919 | 8400 3550 8150 3550 920 | $Comp 921 | L power:GND #PWR0107 922 | U 1 1 602BEE1F 923 | P 8150 3550 924 | F 0 "#PWR0107" H 8150 3300 50 0001 C CNN 925 | F 1 "GND" H 8155 3377 50 0000 C CNN 926 | F 2 "" H 8150 3550 50 0001 C CNN 927 | F 3 "" H 8150 3550 50 0001 C CNN 928 | 1 8150 3550 929 | 1 0 0 -1 930 | $EndComp 931 | $Comp 932 | L power:+5V #PWR0106 933 | U 1 1 602BE2D4 934 | P 8700 3400 935 | F 0 "#PWR0106" H 8700 3250 50 0001 C CNN 936 | F 1 "+5V" H 8715 3573 50 0000 C CNN 937 | F 2 "" H 8700 3400 50 0001 C CNN 938 | F 3 "" H 8700 3400 50 0001 C CNN 939 | 1 8700 3400 940 | 1 0 0 -1 941 | $EndComp 942 | Connection ~ 10650 4250 943 | Wire Wire Line 944 | 10800 4250 10650 4250 945 | Text GLabel 10800 4250 2 50 Input ~ 0 946 | W3 947 | Wire Wire Line 948 | 10650 4650 10650 4250 949 | Wire Wire Line 950 | 10450 4650 10650 4650 951 | Wire Wire Line 952 | 10000 4250 10050 4250 953 | Connection ~ 10000 4250 954 | Wire Wire Line 955 | 10000 4650 10000 4250 956 | Wire Wire Line 957 | 10150 4650 10000 4650 958 | Connection ~ 8700 3850 959 | Wire Wire Line 960 | 8400 3850 8700 3850 961 | Connection ~ 8700 4050 962 | Wire Wire Line 963 | 8700 4050 8700 3850 964 | Wire Wire Line 965 | 9000 4050 8700 4050 966 | Wire Wire Line 967 | 9000 4150 9000 4050 968 | Wire Wire Line 969 | 8700 4350 9000 4350 970 | Connection ~ 8700 4350 971 | Wire Wire Line 972 | 8350 4350 8700 4350 973 | Wire Wire Line 974 | 7950 4350 8050 4350 975 | $Comp 976 | L Device:C C8 977 | U 1 1 602A35FA 978 | P 10300 4650 979 | F 0 "C8" V 10048 4650 50 0000 C CNN 980 | F 1 "C" V 10139 4650 50 0000 C CNN 981 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 10338 4500 50 0001 C CNN 982 | F 3 "~" H 10300 4650 50 0001 C CNN 983 | 1 10300 4650 984 | 0 1 1 0 985 | $EndComp 986 | $Comp 987 | L Device:R R16 988 | U 1 1 602A09CB 989 | P 8400 3700 990 | F 0 "R16" H 8470 3746 50 0000 L CNN 991 | F 1 "33K" H 8470 3655 50 0000 L CNN 992 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8330 3700 50 0001 C CNN 993 | F 3 "~" H 8400 3700 50 0001 C CNN 994 | 1 8400 3700 995 | 1 0 0 -1 996 | $EndComp 997 | $Comp 998 | L Device:R R18 999 | U 1 1 602A01D9 1000 | P 8700 3700 1001 | F 0 "R18" H 8770 3746 50 0000 L CNN 1002 | F 1 "33K" H 8770 3655 50 0000 L CNN 1003 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8630 3700 50 0001 C CNN 1004 | F 3 "~" H 8700 3700 50 0001 C CNN 1005 | 1 8700 3700 1006 | 1 0 0 -1 1007 | $EndComp 1008 | $Comp 1009 | L Device:R R19 1010 | U 1 1 6029F483 1011 | P 8700 4200 1012 | F 0 "R19" H 8770 4246 50 0000 L CNN 1013 | F 1 "1K" H 8770 4155 50 0000 L CNN 1014 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8630 4200 50 0001 C CNN 1015 | F 3 "~" H 8700 4200 50 0001 C CNN 1016 | 1 8700 4200 1017 | 1 0 0 -1 1018 | $EndComp 1019 | $Comp 1020 | L Device:R R15 1021 | U 1 1 6029C22D 1022 | P 8200 4350 1023 | F 0 "R15" V 7993 4350 50 0000 C CNN 1024 | F 1 "51K" V 8084 4350 50 0000 C CNN 1025 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8130 4350 50 0001 C CNN 1026 | F 3 "~" H 8200 4350 50 0001 C CNN 1027 | 1 8200 4350 1028 | 0 1 1 0 1029 | $EndComp 1030 | Connection ~ 7950 4350 1031 | Wire Wire Line 1032 | 7950 4350 7950 4000 1033 | Text GLabel 7950 4000 1 50 Input ~ 0 1034 | W4 1035 | Wire Wire Line 1036 | 7950 4700 7950 4350 1037 | Wire Wire Line 1038 | 7750 4700 7950 4700 1039 | Wire Wire Line 1040 | 7250 4350 7050 4350 1041 | Connection ~ 7250 4350 1042 | Wire Wire Line 1043 | 7250 4700 7250 4350 1044 | Wire Wire Line 1045 | 7450 4700 7250 4700 1046 | $Comp 1047 | L Device:C C5 1048 | U 1 1 6028EA51 1049 | P 7600 4700 1050 | F 0 "C5" V 7348 4700 50 0000 C CNN 1051 | F 1 "1n" V 7439 4700 50 0000 C CNN 1052 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 7638 4550 50 0001 C CNN 1053 | F 3 "~" H 7600 4700 50 0001 C CNN 1054 | 1 7600 4700 1055 | 0 1 1 0 1056 | $EndComp 1057 | Wire Wire Line 1058 | 7350 4350 7250 4350 1059 | Wire Wire Line 1060 | 5850 3650 5600 3650 1061 | Wire Wire Line 1062 | 6200 3650 6200 3500 1063 | $Comp 1064 | L power:+5V #PWR0105 1065 | U 1 1 602889FC 1066 | P 6200 3500 1067 | F 0 "#PWR0105" H 6200 3350 50 0001 C CNN 1068 | F 1 "+5V" H 6215 3673 50 0000 C CNN 1069 | F 2 "" H 6200 3500 50 0001 C CNN 1070 | F 3 "" H 6200 3500 50 0001 C CNN 1071 | 1 6200 3500 1072 | 1 0 0 -1 1073 | $EndComp 1074 | $Comp 1075 | L power:GND #PWR0104 1076 | U 1 1 60287FAF 1077 | P 5600 3650 1078 | F 0 "#PWR0104" H 5600 3400 50 0001 C CNN 1079 | F 1 "GND" H 5605 3477 50 0000 C CNN 1080 | F 2 "" H 5600 3650 50 0001 C CNN 1081 | F 3 "" H 5600 3650 50 0001 C CNN 1082 | 1 5600 3650 1083 | 1 0 0 -1 1084 | $EndComp 1085 | Wire Wire Line 1086 | 5650 4450 5300 4450 1087 | Connection ~ 6200 3950 1088 | Wire Wire Line 1089 | 6200 3950 5850 3950 1090 | Connection ~ 6200 4150 1091 | Wire Wire Line 1092 | 6200 4150 6200 3950 1093 | Wire Wire Line 1094 | 6450 4150 6200 4150 1095 | Wire Wire Line 1096 | 6450 4250 6450 4150 1097 | Wire Wire Line 1098 | 6200 4450 5950 4450 1099 | Connection ~ 6200 4450 1100 | Wire Wire Line 1101 | 6450 4450 6200 4450 1102 | $Comp 1103 | L Device:R R10 1104 | U 1 1 602776C0 1105 | P 5850 3800 1106 | F 0 "R10" H 5920 3846 50 0000 L CNN 1107 | F 1 "33K" H 5920 3755 50 0000 L CNN 1108 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5780 3800 50 0001 C CNN 1109 | F 3 "~" H 5850 3800 50 0001 C CNN 1110 | 1 5850 3800 1111 | 1 0 0 -1 1112 | $EndComp 1113 | $Comp 1114 | L Device:R R11 1115 | U 1 1 60276DC9 1116 | P 6200 3800 1117 | F 0 "R11" H 6270 3846 50 0000 L CNN 1118 | F 1 "33K" H 6270 3755 50 0000 L CNN 1119 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 6130 3800 50 0001 C CNN 1120 | F 3 "~" H 6200 3800 50 0001 C CNN 1121 | 1 6200 3800 1122 | 1 0 0 -1 1123 | $EndComp 1124 | $Comp 1125 | L Device:R R12 1126 | U 1 1 602766D5 1127 | P 6200 4300 1128 | F 0 "R12" H 6270 4346 50 0000 L CNN 1129 | F 1 "1K" H 6270 4255 50 0000 L CNN 1130 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 6130 4300 50 0001 C CNN 1131 | F 3 "~" H 6200 4300 50 0001 C CNN 1132 | 1 6200 4300 1133 | 1 0 0 -1 1134 | $EndComp 1135 | $Comp 1136 | L Device:R R9 1137 | U 1 1 602750EA 1138 | P 5800 4450 1139 | F 0 "R9" V 5593 4450 50 0000 C CNN 1140 | F 1 "51K" V 5684 4450 50 0000 C CNN 1141 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5730 4450 50 0001 C CNN 1142 | F 3 "~" H 5800 4450 50 0001 C CNN 1143 | 1 5800 4450 1144 | 0 1 1 0 1145 | $EndComp 1146 | Wire Wire Line 1147 | 5650 2600 5650 3500 1148 | Connection ~ 5650 2600 1149 | Wire Wire Line 1150 | 5800 2600 5650 2600 1151 | Text GLabel 5800 2600 2 50 Input ~ 0 1152 | W2 1153 | Wire Wire Line 1154 | 5650 2450 5650 2600 1155 | Connection ~ 5300 3500 1156 | Wire Wire Line 1157 | 5650 3500 5300 3500 1158 | Wire Wire Line 1159 | 5100 2550 5100 3000 1160 | Connection ~ 5100 3000 1161 | Wire Wire Line 1162 | 5200 3000 5100 3000 1163 | Text GLabel 5200 3000 2 50 Input ~ 0 1164 | W3 1165 | Wire Wire Line 1166 | 7200 2300 7200 2150 1167 | Connection ~ 7200 2300 1168 | Wire Wire Line 1169 | 7400 2300 7200 2300 1170 | Text GLabel 7400 2300 2 50 Input ~ 0 1171 | W1 1172 | Wire Wire Line 1173 | 7200 2450 7200 2300 1174 | Wire Wire Line 1175 | 6900 2450 7200 2450 1176 | Connection ~ 6600 2150 1177 | Wire Wire Line 1178 | 6600 2450 6600 2150 1179 | Wire Wire Line 1180 | 6250 2150 6600 2150 1181 | Wire Wire Line 1182 | 5650 2150 5300 2150 1183 | Connection ~ 5650 2150 1184 | Wire Wire Line 1185 | 5950 2150 5650 2150 1186 | Wire Wire Line 1187 | 5100 2550 5100 2450 1188 | Connection ~ 5100 2550 1189 | Wire Wire Line 1190 | 5100 2450 5300 2450 1191 | Wire Wire Line 1192 | 5300 3500 5300 4450 1193 | Wire Wire Line 1194 | 5100 3500 5300 3500 1195 | Connection ~ 4700 3000 1196 | Wire Wire Line 1197 | 4700 2550 4800 2550 1198 | Wire Wire Line 1199 | 4700 3000 4700 2550 1200 | Connection ~ 4700 3500 1201 | Wire Wire Line 1202 | 4700 3000 4800 3000 1203 | Wire Wire Line 1204 | 4700 3500 4700 3000 1205 | Wire Wire Line 1206 | 4700 3500 4800 3500 1207 | Wire Wire Line 1208 | 4700 4450 4700 3900 1209 | Wire Wire Line 1210 | 4400 3900 4250 3900 1211 | $Comp 1212 | L power:+5V #PWR0102 1213 | U 1 1 6025D203 1214 | P 4250 3900 1215 | F 0 "#PWR0102" H 4250 3750 50 0001 C CNN 1216 | F 1 "+5V" H 4265 4073 50 0000 C CNN 1217 | F 2 "" H 4250 3900 50 0001 C CNN 1218 | F 3 "" H 4250 3900 50 0001 C CNN 1219 | 1 4250 3900 1220 | 0 -1 -1 0 1221 | $EndComp 1222 | $Comp 1223 | L Device:R R13 1224 | U 1 1 6025887A 1225 | P 6750 2450 1226 | F 0 "R13" V 6543 2450 50 0000 C CNN 1227 | F 1 "100K" V 6634 2450 50 0000 C CNN 1228 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 6680 2450 50 0001 C CNN 1229 | F 3 "~" H 6750 2450 50 0001 C CNN 1230 | 1 6750 2450 1231 | 0 1 1 0 1232 | $EndComp 1233 | $Comp 1234 | L Device:C C3 1235 | U 1 1 60258238 1236 | P 6100 2150 1237 | F 0 "C3" V 5848 2150 50 0000 C CNN 1238 | F 1 "220n" V 5939 2150 50 0000 C CNN 1239 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 6138 2000 50 0001 C CNN 1240 | F 3 "~" H 6100 2150 50 0001 C CNN 1241 | 1 6100 2150 1242 | 0 1 1 0 1243 | $EndComp 1244 | $Comp 1245 | L Device:R R7 1246 | U 1 1 60257555 1247 | P 5650 2300 1248 | F 0 "R7" H 5720 2346 50 0000 L CNN 1249 | F 1 "100K" H 5720 2255 50 0000 L CNN 1250 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5580 2300 50 0001 C CNN 1251 | F 3 "~" H 5650 2300 50 0001 C CNN 1252 | 1 5650 2300 1253 | 1 0 0 -1 1254 | $EndComp 1255 | $Comp 1256 | L Device:R R5 1257 | U 1 1 60256A9E 1258 | P 5300 2300 1259 | F 0 "R5" H 5370 2346 50 0000 L CNN 1260 | F 1 "100K" H 5370 2255 50 0000 L CNN 1261 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5230 2300 50 0001 C CNN 1262 | F 3 "~" H 5300 2300 50 0001 C CNN 1263 | 1 5300 2300 1264 | 1 0 0 -1 1265 | $EndComp 1266 | $Comp 1267 | L Device:C C2 1268 | U 1 1 60256365 1269 | P 4950 2550 1270 | F 0 "C2" V 4698 2550 50 0000 C CNN 1271 | F 1 "68p" V 4789 2550 50 0000 C CNN 1272 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 4988 2400 50 0001 C CNN 1273 | F 3 "~" H 4950 2550 50 0001 C CNN 1274 | 1 4950 2550 1275 | 0 1 1 0 1276 | $EndComp 1277 | $Comp 1278 | L Device:R R3 1279 | U 1 1 602555E9 1280 | P 4950 3000 1281 | F 0 "R3" V 4743 3000 50 0000 C CNN 1282 | F 1 "33K" V 4834 3000 50 0000 C CNN 1283 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 4880 3000 50 0001 C CNN 1284 | F 3 "~" H 4950 3000 50 0001 C CNN 1285 | 1 4950 3000 1286 | 0 1 1 0 1287 | $EndComp 1288 | $Comp 1289 | L Device:R R4 1290 | U 1 1 60254BF0 1291 | P 4950 3500 1292 | F 0 "R4" V 4743 3500 50 0000 C CNN 1293 | F 1 "33K" V 4834 3500 50 0000 C CNN 1294 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 4880 3500 50 0001 C CNN 1295 | F 3 "~" H 4950 3500 50 0001 C CNN 1296 | 1 4950 3500 1297 | 0 1 1 0 1298 | $EndComp 1299 | Wire Wire Line 1300 | 7950 1500 7900 1500 1301 | Text GLabel 7900 1500 0 50 Input ~ 0 1302 | W5 1303 | Wire Wire Line 1304 | 9550 1600 9550 1500 1305 | $Comp 1306 | L power:GND #PWR0101 1307 | U 1 1 6024DBFD 1308 | P 9550 1600 1309 | F 0 "#PWR0101" H 9550 1350 50 0001 C CNN 1310 | F 1 "GND" H 9555 1427 50 0000 C CNN 1311 | F 2 "" H 9550 1600 50 0001 C CNN 1312 | F 3 "" H 9550 1600 50 0001 C CNN 1313 | 1 9550 1600 1314 | 1 0 0 -1 1315 | $EndComp 1316 | Wire Wire Line 1317 | 9100 1050 9150 1050 1318 | Connection ~ 9100 1050 1319 | Wire Wire Line 1320 | 9100 1500 9100 1050 1321 | Wire Wire Line 1322 | 9050 1500 9100 1500 1323 | Wire Wire Line 1324 | 9550 1050 9700 1050 1325 | Connection ~ 9550 1050 1326 | Wire Wire Line 1327 | 9550 1200 9550 1050 1328 | Wire Wire Line 1329 | 9450 1050 9550 1050 1330 | Wire Wire Line 1331 | 8950 1050 9100 1050 1332 | Wire Wire Line 1333 | 8400 1500 8450 1500 1334 | Connection ~ 8400 1500 1335 | Wire Wire Line 1336 | 8400 1050 8650 1050 1337 | Wire Wire Line 1338 | 8400 1500 8400 1050 1339 | Wire Wire Line 1340 | 8250 1500 8400 1500 1341 | $Comp 1342 | L Device:C C7 1343 | U 1 1 60248E5D 1344 | P 8100 1500 1345 | F 0 "C7" V 7848 1500 50 0000 C CNN 1346 | F 1 "100n" V 7939 1500 50 0000 C CNN 1347 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 8138 1350 50 0001 C CNN 1348 | F 3 "~" H 8100 1500 50 0001 C CNN 1349 | 1 8100 1500 1350 | 0 1 1 0 1351 | $EndComp 1352 | $Comp 1353 | L Device:C C10 1354 | U 1 1 60247D49 1355 | P 9550 1350 1356 | F 0 "C10" H 9665 1396 50 0000 L CNN 1357 | F 1 "1n" H 9665 1305 50 0000 L CNN 1358 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 9588 1200 50 0001 C CNN 1359 | F 3 "~" H 9550 1350 50 0001 C CNN 1360 | 1 9550 1350 1361 | 1 0 0 -1 1362 | $EndComp 1363 | $Comp 1364 | L Device:R R24 1365 | U 1 1 60244F1E 1366 | P 9300 1050 1367 | F 0 "R24" V 9093 1050 50 0000 C CNN 1368 | F 1 "51K" V 9184 1050 50 0000 C CNN 1369 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9230 1050 50 0001 C CNN 1370 | F 3 "~" H 9300 1050 50 0001 C CNN 1371 | 1 9300 1050 1372 | 0 1 1 0 1373 | $EndComp 1374 | $Comp 1375 | L Device:R R22 1376 | U 1 1 602443A7 1377 | P 8800 1050 1378 | F 0 "R22" V 8593 1050 50 0000 C CNN 1379 | F 1 "1M" V 8684 1050 50 0000 C CNN 1380 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8730 1050 50 0001 C CNN 1381 | F 3 "~" H 8800 1050 50 0001 C CNN 1382 | 1 8800 1050 1383 | 0 1 1 0 1384 | $EndComp 1385 | $Comp 1386 | L 4xxx:4069 U2 1387 | U 5 1 602414C6 1388 | P 8750 1500 1389 | F 0 "U2" H 8750 1817 50 0000 C CNN 1390 | F 1 "4069" H 8750 1726 50 0000 C CNN 1391 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 8750 1500 50 0001 C CNN 1392 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 8750 1500 50 0001 C CNN 1393 | 5 8750 1500 1394 | 1 0 0 -1 1395 | $EndComp 1396 | $Comp 1397 | L 4xxx:4069 U2 1398 | U 4 1 602406FD 1399 | P 6900 2150 1400 | F 0 "U2" H 6900 2467 50 0000 C CNN 1401 | F 1 "4069" H 6900 2376 50 0000 C CNN 1402 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 6900 2150 50 0001 C CNN 1403 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 6900 2150 50 0001 C CNN 1404 | 4 6900 2150 1405 | 1 0 0 -1 1406 | $EndComp 1407 | $Comp 1408 | L 4xxx:4069 U2 1409 | U 3 1 6023F34F 1410 | P 10350 4250 1411 | F 0 "U2" H 10350 4567 50 0000 C CNN 1412 | F 1 "4069" H 10350 4476 50 0000 C CNN 1413 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 10350 4250 50 0001 C CNN 1414 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 10350 4250 50 0001 C CNN 1415 | 3 10350 4250 1416 | 1 0 0 -1 1417 | $EndComp 1418 | $Comp 1419 | L 4xxx:4069 U2 1420 | U 2 1 6023E1CC 1421 | P 7650 4350 1422 | F 0 "U2" H 7650 4667 50 0000 C CNN 1423 | F 1 "4069" H 7650 4576 50 0000 C CNN 1424 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 7650 4350 50 0001 C CNN 1425 | F 3 "http://www.intersil.com/content/dam/Intersil/documents/cd40/cd4069ubms.pdf" H 7650 4350 50 0001 C CNN 1426 | 2 7650 4350 1427 | 1 0 0 -1 1428 | $EndComp 1429 | $Comp 1430 | L Amplifier_Operational:LM13700 U1 1431 | U 3 1 60239503 1432 | P 6750 4350 1433 | F 0 "U1" H 6750 4717 50 0000 C CNN 1434 | F 1 "LM13700" H 6750 4626 50 0000 C CNN 1435 | F 2 "Package_DIP:DIP-16_W7.62mm_Socket" H 6450 4375 50 0001 C CNN 1436 | F 3 "http://www.ti.com/lit/ds/symlink/lm13700.pdf" H 6450 4375 50 0001 C CNN 1437 | 3 6750 4350 1438 | 1 0 0 1 1439 | $EndComp 1440 | $Comp 1441 | L Connector:Conn_01x10_Female J6 1442 | U 1 1 60170921 1443 | P 2150 2350 1444 | F 0 "J6" H 2178 2326 50 0000 L CNN 1445 | F 1 "Conn_01x10_Female" H 2178 2235 50 0000 L CNN 1446 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical" H 2150 2350 50 0001 C CNN 1447 | F 3 "~" H 2150 2350 50 0001 C CNN 1448 | 1 2150 2350 1449 | 1 0 0 -1 1450 | $EndComp 1451 | Text GLabel 1650 2050 0 50 Input ~ 0 1452 | j1 1453 | Text GLabel 1650 2150 0 50 Input ~ 0 1454 | j2 1455 | Text GLabel 1650 2250 0 50 Input ~ 0 1456 | j3 1457 | Text GLabel 1650 2350 0 50 Input ~ 0 1458 | j4 1459 | $Comp 1460 | L power:+5V #PWR0122 1461 | U 1 1 6017D22F 1462 | P 1650 1950 1463 | F 0 "#PWR0122" H 1650 1800 50 0001 C CNN 1464 | F 1 "+5V" V 1665 2078 50 0000 L CNN 1465 | F 2 "" H 1650 1950 50 0001 C CNN 1466 | F 3 "" H 1650 1950 50 0001 C CNN 1467 | 1 1650 1950 1468 | 0 -1 -1 0 1469 | $EndComp 1470 | $Comp 1471 | L power:GND #PWR0123 1472 | U 1 1 6017E2B1 1473 | P 1700 2850 1474 | F 0 "#PWR0123" H 1700 2600 50 0001 C CNN 1475 | F 1 "GND" V 1705 2722 50 0000 R CNN 1476 | F 2 "" H 1700 2850 50 0001 C CNN 1477 | F 3 "" H 1700 2850 50 0001 C CNN 1478 | 1 1700 2850 1479 | 0 1 1 0 1480 | $EndComp 1481 | Wire Wire Line 1482 | 1650 1950 1950 1950 1483 | Wire Wire Line 1484 | 1650 2050 1950 2050 1485 | Wire Wire Line 1486 | 1650 2150 1950 2150 1487 | Wire Wire Line 1488 | 1650 2250 1950 2250 1489 | Wire Wire Line 1490 | 1650 2350 1950 2350 1491 | Wire Wire Line 1492 | 1700 2850 1950 2850 1493 | Text GLabel 1650 2450 0 50 Input ~ 0 1494 | jW5 1495 | Text GLabel 1650 2550 0 50 Input ~ 0 1496 | jW6 1497 | Wire Wire Line 1498 | 1650 2450 1950 2450 1499 | Wire Wire Line 1500 | 1650 2550 1950 2550 1501 | Wire Wire Line 1502 | 1950 2650 1950 2750 1503 | Connection ~ 1950 2850 1504 | Connection ~ 1950 2750 1505 | Wire Wire Line 1506 | 1950 2750 1950 2850 1507 | Wire Notes Line 1508 | 3050 450 3050 3100 1509 | Wire Notes Line 1510 | 3050 3100 3950 3100 1511 | Wire Notes Line 1512 | 3950 3100 3950 6050 1513 | Wire Notes Line 1514 | 3950 6050 6600 6050 1515 | Wire Notes Line 1516 | 6600 6050 6600 7800 1517 | NoConn ~ 6450 4350 1518 | NoConn ~ 9000 4250 1519 | $Comp 1520 | L power:PWR_FLAG #FLG0101 1521 | U 1 1 60459C23 1522 | P 9950 3250 1523 | F 0 "#FLG0101" H 9950 3325 50 0001 C CNN 1524 | F 1 "PWR_FLAG" H 9950 3423 50 0000 C CNN 1525 | F 2 "" H 9950 3250 50 0001 C CNN 1526 | F 3 "~" H 9950 3250 50 0001 C CNN 1527 | 1 9950 3250 1528 | 1 0 0 -1 1529 | $EndComp 1530 | Connection ~ 9950 3250 1531 | Wire Wire Line 1532 | 9950 3250 10150 3250 1533 | $Comp 1534 | L power:PWR_FLAG #FLG0102 1535 | U 1 1 6045A06B 1536 | P 7700 5200 1537 | F 0 "#FLG0102" H 7700 5275 50 0001 C CNN 1538 | F 1 "PWR_FLAG" H 7700 5373 50 0000 C CNN 1539 | F 2 "" H 7700 5200 50 0001 C CNN 1540 | F 3 "~" H 7700 5200 50 0001 C CNN 1541 | 1 7700 5200 1542 | 1 0 0 -1 1543 | $EndComp 1544 | Connection ~ 7700 5200 1545 | Wire Wire Line 1546 | 7700 5200 7200 5200 1547 | $Comp 1548 | L power:PWR_FLAG #FLG0103 1549 | U 1 1 6045AD13 1550 | P 7700 6100 1551 | F 0 "#FLG0103" H 7700 6175 50 0001 C CNN 1552 | F 1 "PWR_FLAG" H 7700 6273 50 0000 C CNN 1553 | F 2 "" H 7700 6100 50 0001 C CNN 1554 | F 3 "~" H 7700 6100 50 0001 C CNN 1555 | 1 7700 6100 1556 | -1 0 0 1 1557 | $EndComp 1558 | Connection ~ 7700 6100 1559 | Wire Wire Line 1560 | 7700 6100 7200 6100 1561 | $Comp 1562 | L Connector:Conn_01x03_Female J8 1563 | U 1 1 60253E0E 1564 | P 1950 1350 1565 | F 0 "J8" H 1978 1376 50 0000 L CNN 1566 | F 1 "Conn_01x03_Female" H 1978 1285 50 0000 L CNN 1567 | F 2 "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" H 1950 1350 50 0001 C CNN 1568 | F 3 "~" H 1950 1350 50 0001 C CNN 1569 | 1 1950 1350 1570 | 1 0 0 -1 1571 | $EndComp 1572 | $Comp 1573 | L Connector:Conn_01x03_Male J9 1574 | U 1 1 602551E6 1575 | P 4950 1150 1576 | F 0 "J9" H 5058 1431 50 0000 C CNN 1577 | F 1 "Conn_01x03_Male" H 5058 1340 50 0000 C CNN 1578 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" H 4950 1150 50 0001 C CNN 1579 | F 3 "~" H 4950 1150 50 0001 C CNN 1580 | 1 4950 1150 1581 | 1 0 0 -1 1582 | $EndComp 1583 | NoConn ~ 5150 1050 1584 | NoConn ~ 5150 1150 1585 | NoConn ~ 5150 1250 1586 | NoConn ~ 1750 1250 1587 | NoConn ~ 1750 1350 1588 | NoConn ~ 1750 1450 1589 | $EndSCHEMATC 1590 | -------------------------------------------------------------------------------- /Wesp/WespCONTRV1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Wesp/WespCONTRV1.zip -------------------------------------------------------------------------------- /Wesp/WespMAINV1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Wesp/WespMAINV1.zip -------------------------------------------------------------------------------- /Wesp/WespV2/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Wesp/WespV2/WespV2CONTR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Wesp/WespV2/WespV2CONTR.zip -------------------------------------------------------------------------------- /Wesp/WespV2/WespV2MAIN.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Wesp/WespV2/WespV2MAIN.zip -------------------------------------------------------------------------------- /Wesp/WesppanelV1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Wesp/WesppanelV1.stl -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal -------------------------------------------------------------------------------- /docs/hulp.md: -------------------------------------------------------------------------------- 1 | ## Welcome to GitHub Pages 2 | 3 | You can use the [editor on GitHub](https://github.com/BurningForceKin/ModularSynthStuff/edit/gh-pages/docs/index.md) to maintain and preview the content for your website in Markdown files. 4 | 5 | Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. 6 | 7 | ### Markdown 8 | 9 | Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for 10 | 11 | ```markdown 12 | Syntax highlighted code block 13 | 14 | # Header 1 15 | ## Header 2 16 | ### Header 3 17 | 18 | - Bulleted 19 | - List 20 | 21 | 1. Numbered 22 | 2. List 23 | 24 | **Bold** and _Italic_ and `Code` text 25 | 26 | [Link](url) and ![Image](src) 27 | ``` 28 | 29 | For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). 30 | 31 | ### Jekyll Themes 32 | 33 | Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/BurningForceKin/ModularSynthStuff/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. 34 | 35 | ### Support or Contact 36 | 37 | Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. 38 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | # David's Modular Synth Stuff 2 | _Mostly Eurorack modules. Mostly designed by me._ 3 | 4 | These PCBs are made in Kicad. 5 | You can use the zipped Gerber files to order these PCBs from a manufacturer (I use JLCPCB). Be aware that you need to order more than one copy of a PCB. 6 | 7 | If you have a 3D printer, you can save a few bucks by printing the panels. Just download the STL files. 8 | 9 | There is still a lot of things to do, like ordering my own PCBs to test them (Yes, I still don't know if all the modules will work.) and opening a little shop to sell single boards/partial kits. 10 | 11 | 12 | # [Doei](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/HeadphoneOutV1) 13 | Doei is a headphone amp, based on the CMoy schematic. V1 ready to go! Now including a zine! 14 | 15 | V1 notes: Use UNSHROUDED header for power. A100K pot works, but A200K might be even better. 16 | 17 | 18 | # PACO! 19 | PACO! is a simple routing module, double signal splitter or bypasser. It's just a bunch of jacks connected to a toggle switch. 20 | 21 | V1 Notes: Use a SPDT switch with round legs. The common ones with rectangular legs won't fit right. V2 will have a better footprint for the switch. 22 | 23 | V2 eady to go! Features a zine to print out. 24 | 25 | 26 | # Tuner 27 | Handy for keeping your synth in tune during gigs. It's a Eurorack recreation of LMNC's tuner schematic, as seen in his VCO module. This one also features a zine! 28 | 29 | Link: https://www.lookmumnocomputer.com/projects#/1222-performance-vco 30 | 31 | This module isn't supposed to be super accurate, so don't trust it too much. I just use it to make sure my oscillator is set to the right frequency. (It sounds like an A when I hit the A on my keyboard) 32 | 33 | The module is 5HP wide. It only takes power from the +12V rail and converts it to 5V. 34 | 35 | V1 Test Notes: Use UNSHROUDED header for power. IT WORKS!! LEDs are a bit bright, so I might increase the resistor values. 36 | 37 | V2 Notes: Printing error at the powerheader :/ 38 | 39 | 40 | # Braids 41 | I added some files for people who want to make a Through-hole Braids. You can download a PDF of my building instructions and a 3D file of the front panel. 42 | 43 | 44 | # Distortion 45 | A straight-forward distortion module to bring a bit more character to your boring oscillators. The circuit is based on Niklas Ronnberg's distortion. My version removes the hardclipping (now it only does softclipping) and adds a bypass switch. 46 | 47 | Link: http://familjenronnberg.se/~niklas/diy/eurorack/dist/ 48 | 49 | The module is 5HP wide. A TL072 should work as well. 50 | You can also choose to download the PCB version of the panel. 51 | 52 | V1 Test notes: The pot is reversed :( It hase the same SPDT footprint as PACO!, so make sure you use a switch with round legs. Alternatively, you can connect the lower two pins on the switch's footprint, so it's always on. That way can ditch the switch altogether. Also, the position of the switch makes it look a little weird... 53 | 54 | To Do: Make PCb 4HP. Add LED clipping. Reverse pot. Redesign panel. 55 | 56 | 57 | # Wesp 58 | A Wasp-type filter. I based it on Jurgen Haibles'schematic, so all the credit should to him. This version uses a LM13700 instead of two CA3080s. The only options to get your hands on a Wasp filter nowadays is to get the Doepfer filter or the Berhinger Wasp Deluxe. If you want to DIY it you can get the Random Source dual filter or Forestcaver's SMD PCB (or maybe something else). All of which are great filters! Unfortunately I'm a stubborn idiot, so I tried designing my own version. 59 | This is the first dubble-PCB design. It only needs the +12V line to make +5V. Not sure if the PSU will like this, though. 60 | 61 | Link: http://modular.fonik.de/pdf/Wasp%20Filter%20clone.pdf 62 | 63 | V1 Test notes: IT WORKS DUDE! There are a few things to update. Add a voltageclamp and diode on the CV input. Add attenuator? Cuttoff is logaritmic. Discard or fix distortion (make it louder plz). 5V regulator footprint is the wrong way around. 64 | The resonance is the right way around, i think. Also, Schmitt-triggers make it go nuts. 65 | 66 | 67 | # Omnitool 68 | A utility module inspired by the MS-20. It features a glide, S&H and manual button. The button is normalled to the S&H clock-input. It also has a negative output, which should act as an S-Trig. 69 | 70 | The module uses little parts, so the build will be really easy. The only part that is tricky to find is the LF398 IC. Luckily, I found one on Aliexpress. The button can be any single-pole momentary switch, as long as it fits the panel. I will design the panel for a Cherry switch. 71 | 72 | To Do: Test V1. 73 | -------------------------------------------------------------------------------- /images/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/Case6u98HPback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/Case6u98HPback.png -------------------------------------------------------------------------------- /images/Case6u98HPfront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/Case6u98HPfront.png -------------------------------------------------------------------------------- /images/DISTFOTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/DISTFOTO.png -------------------------------------------------------------------------------- /images/DOEIFOTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/DOEIFOTO.png -------------------------------------------------------------------------------- /images/LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/LOGO.png -------------------------------------------------------------------------------- /images/PACOFOTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/PACOFOTO.png -------------------------------------------------------------------------------- /images/TUNAFOTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/TUNAFOTO.png -------------------------------------------------------------------------------- /images/WESPFOTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/images/WESPFOTO.png --------------------------------------------------------------------------------