From 3744160233722fac5180b79c1b459d044be37f5d Mon Sep 17 00:00:00 2001 From: Fisch Date: Mon, 6 May 2019 13:31:55 +0200 Subject: [PATCH] add baseplate edgesolderstrips --- .../Inputopampcircuit_1.png | Bin 0 -> 9583 bytes .../mixerin_output-cache.lib | 217 ++ .../mixerin_output.kicad_pcb | 1278 ++++++++++++ .../mixerin_output.pro | 33 + .../mixerin_output.sch | 835 ++++++++ .../Inputopampcircuit_1.png | Bin 0 -> 9583 bytes .../mixerin_output-cache.lib | 217 ++ .../mixerin_output.kicad_pcb | 1776 +++++++++++++++++ .../mixerin_output.pro | 33 + .../mixerin_output.sch | 835 ++++++++ .../Inputopampcircuit_1.png | Bin 0 -> 9583 bytes .../mixerin_output-cache.lib | 217 ++ .../mixerin_output.kicad_pcb | 1159 +++++++++++ .../mixerin_output_kaputt/mixerin_output.pro | 33 + .../mixerin_output_kaputt/mixerin_output.sch | 834 ++++++++ .../Inputopampcircuit_1.png | Bin 0 -> 9583 bytes .../fp-lib-table | 2 + .../inputbuffer.sch | 546 +++++ .../mixerinput-cache.lib | 291 +++ .../mixerinput.kicad_pcb | 1082 ++++++++++ .../mixerinput.pro | 33 + .../mixerinput.sch | 224 +++ .../mixerinput/Inputopampcircuit_1.png | Bin 0 -> 9583 bytes schematic/backups/mixerinput/fp-lib-table | 3 + schematic/backups/mixerinput/inputbuffer.sch | 486 +++++ .../backups/mixerinput/mixerinput-cache.lib | 217 ++ .../backups/mixerinput/mixerinput.kicad_pcb | 976 +++++++++ schematic/backups/mixerinput/mixerinput.pro | 33 + schematic/backups/mixerinput/mixerinput.sch | 645 ++++++ .../backups/mixeroutput/mixeroutput-cache.lib | 184 ++ schematic/backups/mixeroutput/mixeroutput.pro | 33 + schematic/backups/mixeroutput/mixeroutput.sch | 174 ++ .../backups/mixeroutput/outputbuffer.sch | 298 +++ .../baseplate_in_output-cache.lib | 95 +- .../baseplate_in_output.bak | 738 ++++--- .../baseplate_in_output.kicad_pcb | 574 +++++- .../baseplate_in_output.kicad_pcb-bak | 650 +++++- .../baseplate_in_output.net | 182 +- .../baseplate_in_output.sch | 262 ++- .../coax_solder_pad_flipped.kicad_mod | 16 + .../edge_solderstrip_1mm5x6mm.kicad_mod | 9 + .../footprints/edge_solderstrip_th.kicad_mod | 9 + schematic/mixer-cache.lib | 91 + schematic/mixerin_output/mixerin_output.bak | 429 ++-- .../mixerin_output.kicad_pcb-bak | 1000 +++------- 45 files changed, 15377 insertions(+), 1372 deletions(-) create mode 100644 schematic/backups/mixerin_output (backup 20190401)/Inputopampcircuit_1.png create mode 100644 schematic/backups/mixerin_output (backup 20190401)/mixerin_output-cache.lib create mode 100644 schematic/backups/mixerin_output (backup 20190401)/mixerin_output.kicad_pcb create mode 100644 schematic/backups/mixerin_output (backup 20190401)/mixerin_output.pro create mode 100644 schematic/backups/mixerin_output (backup 20190401)/mixerin_output.sch create mode 100644 schematic/backups/mixerin_output (backup 20190401b)/Inputopampcircuit_1.png create mode 100644 schematic/backups/mixerin_output (backup 20190401b)/mixerin_output-cache.lib create mode 100644 schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.kicad_pcb create mode 100644 schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.pro create mode 100644 schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.sch create mode 100644 schematic/backups/mixerin_output_kaputt/Inputopampcircuit_1.png create mode 100644 schematic/backups/mixerin_output_kaputt/mixerin_output-cache.lib create mode 100644 schematic/backups/mixerin_output_kaputt/mixerin_output.kicad_pcb create mode 100644 schematic/backups/mixerin_output_kaputt/mixerin_output.pro create mode 100644 schematic/backups/mixerin_output_kaputt/mixerin_output.sch create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/Inputopampcircuit_1.png create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/fp-lib-table create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/inputbuffer.sch create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/mixerinput-cache.lib create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/mixerinput.kicad_pcb create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/mixerinput.pro create mode 100644 schematic/backups/mixerinput (Backup_squareboard)/mixerinput.sch create mode 100644 schematic/backups/mixerinput/Inputopampcircuit_1.png create mode 100644 schematic/backups/mixerinput/fp-lib-table create mode 100644 schematic/backups/mixerinput/inputbuffer.sch create mode 100644 schematic/backups/mixerinput/mixerinput-cache.lib create mode 100644 schematic/backups/mixerinput/mixerinput.kicad_pcb create mode 100644 schematic/backups/mixerinput/mixerinput.pro create mode 100644 schematic/backups/mixerinput/mixerinput.sch create mode 100644 schematic/backups/mixeroutput/mixeroutput-cache.lib create mode 100644 schematic/backups/mixeroutput/mixeroutput.pro create mode 100644 schematic/backups/mixeroutput/mixeroutput.sch create mode 100644 schematic/backups/mixeroutput/outputbuffer.sch create mode 100644 schematic/footprints/coax_solder_pad_flipped.kicad_mod create mode 100644 schematic/footprints/edge_solderstrip_1mm5x6mm.kicad_mod create mode 100644 schematic/footprints/edge_solderstrip_th.kicad_mod create mode 100644 schematic/mixer-cache.lib diff --git a/schematic/backups/mixerin_output (backup 20190401)/Inputopampcircuit_1.png b/schematic/backups/mixerin_output (backup 20190401)/Inputopampcircuit_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3f21eddd38365e35c9a646ab6b27833125c2ef GIT binary patch literal 9583 zcmb7~dpy(s`~MduhnzzQo#Z(0DCbk5l;tdHLnJxOHWKDA6qOEm7flXP35AVf2Q!D% z8#$J-#bzTRhdG2z7QU6&^0o^XtOSeI7{o&p_kR_cO~vigp4GnP;b60%g{VcbxZ(i7nN{l; zF90C(N?~y!68*Iu5uyOFmrtJt?KP+whkJtJ7!wZs|aO};EB|_t7Qw2Ad z+2}DB-jv<;5H9$34|&VhBMQ{k*U$u>w^V+fm_Iag%Uj$aY$#CgcJBZ2_F5A*A5EGc zJh!E9Alx*)m$JEUmeSmR_X)TnHCFId6f8bQZe#Vp?!E~yb|229dmspt0a|*C|hnCApZGVy<@g31&REHKA@g4;6 z&#J>>XkX6SuA{mw%15us01+jE_up@uKS176Ra-UyBW|jor*kPkSDbE9UI4qkap<_O zI+j$%JtcDCMW+5nQa??Mc>*c;yi0DcgG&lA)mRwIo-6A9wjLED-iLAYUR`S}l~|u- zzEi%YV8K6oIimTFBSqu+Pl0l;jAo+7Lw3sU4HN90Xj%S;%h>&NCK0it(jN}$0W2P% zf7l_Ie+CTHvAATyU|8%7NpEJ$WkRMK|9)}dvv4C=OCM}ilq7Iv@0nV%2Zg@5{o$^4GJP3V5&o_A& zQC5fT=|76EogXTTEyk!GD7wQ%qLA@%o&D}b3Q?y9CD|3#neQy;SJoD&N1T+LbJp1X zS0$h4j?v=DiTDtVIj>eHlzrLuyY6?=5y*#`t^Hm4vp&9R%uu7P_e$i8>mE$!N;djx zJoe1+pI^#bz*En79^S%!h%@{O2;EC;pcJ=}(^GQCg_zxyx{tH5uzY70%O|}wWOpZX z`okzN5Esq#pE9`MI$$9dHv@9N^_80)AC2Pl7q@b=n)uF24}hlnRsZn*Xq^eTTFIZ` z><@G44<}mO&|h(LkuGW@ZoIIS?Ln%J(G147dOekhMdPVnMaxR|E%Ay|p-7#}rCKds*5TOC&igXi8k!YZbW6Wle7i%ff|zFQkP!t4wl=ag&O%Nn-@f0LJ4G zRjY|~7S-valTuWp5cG+kP9+dlKiL>RLkgl-c&4*N)5l1&D44gafJxSZ=e>fgpck*w zsyO3_ywdNHXQAUAAuvl4rdRFPF=`akVfW**z-+TGMX_H^ipe#;+ox-Sk~icsx+H+> zyU`s=)>L0py1-{-_r8Xh+w#v6W|FYMJTQgPWYLyaK>D_0OH3V*EWYLG^1Fk5TcX%~ zXY4y}FEdQ+I}D+16RqG!(jysjNuYq=u)?{JfJujev6G5k4MN!z9J{D!l&jN#DVzTC zRkN=5CAv4TT^|u2R1AZeM;`&GXq8?0sJ${OClH`q^f763bEb$FmW~6HP;71q{I@9> zh&ReWp{I>e86W~?z_dganpty(hNB%UVc_CafGND}JQzuS4O{p@3D&d}ds4xGj2V>u zETn#^>w&HY_vOvDAo>umHu^Eq{4?B=GsIS(vGnqE8g`ra`r7&7T-BLdw82x;2`~cF zhO<5&QykuEdB&L)bh(H{IbZaeJ<0}}U)+j_f8-7chQ|9~%b|`{B9&9tIzX_(`~(Py zu!jueGXjIS9^!QGm%d|tFXN^RPrjgoGi_hQ6^)`7j1rHTUP5?L`dEdb(9`4Iw4r>y z_wNr(Cza4O=R2?;bmGbtT#@-n(c|lR9Z%zjxE5o zsU#+iIYr~{SH0xkEgLkuH^d5vjdUJ3QaLAb)j5XukYHLOWH;Y{2$8rJCCflQ#ZY(f z5-gm9Re*yK&l%+S{h`JfoKGP%1Tar!?R(Tdg!NGichvmAtRiHF+~Fi< z)iYhKE6)ggH^z4iANGGD)S{e;HZTtfsV}{?_`31aXTB?pLr+_tsjdFipl0nIaMuT> zq^AFpsF=^C&C7Ef*T2;s4pe{GiD~NU?UTJ@3!GxPu}rLz+GuRHX0e@$192_3Yn$B80=4krwbqhv9Mg zSz-vI^%mDpVrf#_!<))m=$<+)%ZRa+ipx&Aq_pQBt`w;?j${j;v)PSX-3ZNVP1vDY znzs=B`RyTix_Mlm5?*%X!mZ`R{+*raUpfENb1Jce#iM~9e@4t8Q;=&Zqnyz9x zYQE(+SuNtg=Pp|J+Z!Z)<|rz{RHWG%8lP^pYJ;RAVs+Mm%(p3%L>{Vg>OjOmVwL(_ zBE*086c9RAcyDU8r}Sm-qW76v@`DlEF39lW_2VE0>V`bdl3RsafrXsBGiK?mU`8%U zh*vUxfOxd)GRb)~6hp&YzSn`IWsL-_m1KCr@II;!TKYjP)t}nc%+mEOGSBsye%S+VQygi zF{+B^MUk({Ax!KD;3#I_d_DNnoS{URbFe?1^vUVnFUwM|FCk}0*l!mTh?!y5K6i}? zcPkQ5RjiHmGZPURs$mWd2O+&RscuyRc?=ZK*;J=$MzLz3c7`)9qR|8h*YB8=7ceduKr;5<}5 z$u=u?+E54NLpQju2|N-s5KsZVGEXD`t$PDZD}4fYe-esm>Wx=X%x{mdx4!9`u|M1n z7r;cf;v4o77sH?$8)Y{I0zLuoXDlaRdd($UjakGr?B?=jZL_5%FU?<=`+gLrYutR?VizD5D;hCopaSYKCilc7xhfN|m~DqJaBpA&Qdvzm zGx1>&k*c^bHY=sTCQ7RxEnFel3Bw(ixLdE+(edE1t;Rhv(OvY9tG47Ii?_>-(h@?= zvHR}cGN)%1cFMGco>gcZhaF0I*oFy@Cv0Pmir2W$C#VJqwQFMF0U%5m1cR_|eRu43 zXbau1_hDA>cEAW2Aspc>%|@LgP0Uc&g{~5(%F{-)QM-P&2$?Vv@4p`Jz81CuR3{ zC?bu%w!3>9VG$<4c*T(0I+AV_lpmd&v(i3n8V9Yeq%xUx<7G^1V?!p|7+D?RSE0U247PYi`NVN*QMT}aU9}J1 z-$uFQ{wA**PSL9|HHzVB{<~VnLu-;qM)Q+!&~UN+wfuE$C%(3JeJY`DhgAK0D7lp1 zlD==Y9#rE&W%}GUl};kJ&(rYL-Hal^6N+NfS)S({^wc}2KY^1H^#3)o0E3P zS9XpsgUfQoVCN5~T*(p0_cTWDpb>qimE`7-2BYGdaA?GE|I7(dc;%pI_<{#tubrNj zlfL1Cmw&(2*iDxmAfV#xd7NKlY%ocgk_Iuz&c+!7PrH?sb#Ce|fi4ledK_kMT#C;>of6gd@(uU$C?Kwy5Vk z7*jQ^Iv~T3dFA|=H>L6VxrQ~fVgf~bXq0SHE{4$BSNMI;@miEuFhBL?=_3N50clSk zefO(GqhicTF(G^)pji%!&7Zk;`^wi8^?Tgm5I?BW6Y)KH+WhM^=6P3B!}_Fj1nUtr z$|-3AN;blUj(`zP#iK4;*! zM(CHl3g6{WGd}@|gWI;pPcKb8Ea~hnVYcx}jixseWNK2z2#T}0(mWZ)8IGkKHRBev zVi2I$e3-xl2EClg9@#E^T@2x+QgBnYUDhe%tsm=A4!BLJP)uJ%BwT*JUp%kz=eF7T9#jQ`k%+j^qphY`e z+3^eP)Uv>o!yjWtRiVJ}Ys${j<>Rn!(=|lonCQ>ZvL#(i zipp<_v-RPb5y||z^XG+Hf^0C^H|1|FIui^MgI~mllGllNq`|c*v{O*EzvD6!Ryss-x$K!egv6|GJlZ33u`HD3vW=?ZCf)#Kab^Jkihv zEFKqy0}w91Jv83aSPvnmo*V(z{^Tt`75^V_2Jm@mVQRDBtK z2XEIlbYI=8;OYKUwuX*kEgGv|IgtK^ABv@XrwtQw1O|OeI<6l6lUY6Q8G4pd;91iz zZ$-?~NALkeYvW>AP&9N}Pu&cN0HhL(D@&M3*aw)+gpKdQm+hX7i??6qZkvkD+pGqNqN6dKHiH{8f0~UPQXkKGk3XuO`4?G#(Q7U7w_M z0olf3)-juP1`TQvzr(A?TzN|TB9$q?oWlVT2rz5%U2nSC_*^C@Xr$Yh^3`YsozgUN zV(S?C70z>^A#e-%0~Eq+E!-VmxJG{7cExp|DnJ%<6?93V5y%5@%x@$K=I99kx~#}Q4;U3PodzjSe=(|O0GC&YZ?iz>J}bMuBOeS6 zO0uRn3!ZC`=w~XiabG`7w<=zs62S^Nc`XRVUCNR9o zJO$D-3oR_^7%Y8p3_i7?4wkxni8*e?Sy;88G|jKjCQxpOPE6x7etiZK^nUk?fkhj86d0s0%gZ7 zNEGFx?JQ@+grn-!$?0WZnvPE$3V)_E4O9DyS)aLkuEQ(Msx|$rTjO)xVWGEIAf0q3 zwl~j5ZpUt9l5*yLGg5MB&-&gx+%MXZZ5MdvZ=-o(l+tr*&n&r^#o&+iV+Us6CNAEMfZkG(*1pgfEI zQI3ch$U&ly9QjBqxxPd<>Hraw-*bpP#KE81A@!8L6MKXPTjpe;kJ}f)7%JLCm8B_O zQX!wVv>@r`iEKI1WzvZ#1Udn0%JyPpkKM%oH7`qh<4SaAmEeZBvrH;0z z1P-}Fv|slYMm$hTiieo*dd8H@n}|t<=AB53&wZ|;`IYVCzS6$#4vuke+;iHNHni^E zY2NqM+ZKcq5o@-#TCcJ`2KRFlWatDvqU7xu8+M~6r7K~3I1d*l-U^I6+A@3uD@HM` zK1m2+ctB(hDuE8Iel`TB)XBClBS^82?}o&bV?BsH_w?EitHxyFULx%~9#(iwU52_1 zhf#33Wb=Axwv)tW4_qyNH;kOv8c$tyLewFPJYy zQDhX}fcGeGCkzG6i}RMQG~ro`SN>oYbf0gE?`2|&8iorEw-ZZlg=TOqe7^9*1l`?< zt7Y+eK*MnFT%3B)mx1Q@@=VPuNKnMULscS}j&r2rk~WHFdV1R!14;?LV{t>zwjuKt z0+`gUbk?8}rG~3Kw7NB5_cpIwF=%{_#lvW=;RY579(vkYJd~qVSUI$S-`O`IR5cL} z7zyRG40{3ZBR1X%kqXNhm*Cf0?&Ij}$o^n{>&b_fU|`j3k1xW@e?~_@^dstvdY4}CpGoe=+ zTaA$wp+Wh2nE9-}=}V=`_b|92@~BceW&C(vYmmHOI7n^NjUplEmEmJ^xVS3xKwcj zX!z-&>LhaKqrLEu^Rjz7Z&}raTA0VcOXu7VCcE6M9>s(t3V6T3%CJ5@NsLJ)*1bZ- zY6i`r{4s`u=KE++qo5DL`vI{Wz zP*4AB|M>C3)q+yy!tTBHt7yV&DRS#iU{N?fizW&W$2vyNN3grX<;GW3AfbWuP!t8$ zajrZ#R++x^WMdgcOaX+a6KdaDo_aQ7q|om+XDr1qaW@1a0w|I(&m=9RIv)glx^ex% z%_Ph~&Rhtsg1-;mHjqF zYqcy2Vth3+xvV>=ME86}KVl;`IuLbIBs_jbW;80b`1DzTZy9uxr$HRo1=h;<+>Oye zAgi##z7)_!M+Ag~g4OTO+!nyE9IIT*OJGi$Q=1`I`S5~7dJv{V#Q0c=_3%4_nK74w zm1U_t5%#nRsdlsg!=$prdvd3P3^Tcnq+L7wI;=Aiv+bo$%8-eLlUk&b?)5gVunKcR z!ijRH-+KJ$j*=2={)(Nm1Rq;yd~qcB%#<7Y&iU|Nr!+!Kw|x=c+o5bjrxf;PO*xF~ z4s;u>FE`8yjQmm(lxZUZ4Vc)&x4rQQaZ%xshET3?ZLM_gPpRhpqGO?SMZC`<>hAOR zt%I$=OQ7K*XqLzgR;2B4UqJ9cys_8WWQAN_W&f4y+n%Jqc!HEK2LQGy{g?$P_HsZD z$;scXiqGL&HaSLm=tpaO!G+?9SAsmhZgdt;g>}}5AQt@8HTYM#s&wqe z0N4_=!+`=5?aC9Xy&u3#HR?H7yLhohIb4yiuZtFh4!jGAk{tqcNHdcu!mtAMj*H5~ zlm(%ke2|0pPXa5^4>Eo%ce(q%bpXxzg{R`o?`;pJ8YRzoyzGJ8nm}mC%(=X2tgr2X z4B>5*U*h;VT#a|2*X?*Gy==aQI;+pQT5l1>k{bfdxgSSD^Tsrei5XrdXt3*Tl$+Pf zMG%fPn+J9+er_`#Xq*>?0V4RxEAJrt!0O=}ZSSs|gfe2T8zm$86v443QRXi7!j=Hs zEdSA?-e+zQN^`A6PMCdreZQTDeJ>=%+N`S=FujrGM|o@d?bz)!-rNx)YR$^70kBH{ zL7acKds*81qxK+|CnL`M2?N`K`(qUE$wWPjJWxBl4n}MLYobEa_2zul>^>Wd%)du$ zZTYEf$@`zyhS{Dv6O%6hAgBLBbpE~PFH+}m(j3ft##efEuo(pVB0GC(oz`(}H^+xa zt^OD#0lMXqAD+|ZV5(K}lK?y&3*-Og+jD_NO)mDVVjHPA-KL-=(s~-jl9bQG^&X6z z=(f2|==T)T(0lrFzNLY)m9NZ)u8SgqatjYd9d{Mu={*C9{1EX{W@MZXcQPmxA=cU_ z;tUcFs-71JN4t!|;tZzwIMMS)e-@2_qB>!#b5IHw&O%X?=~nmDe3+RAAzw3)Q#hyD zoHoKu#Bv9NQEIk{- QpP&MqI__kLweh?5KR`Y5C;$Ke literal 0 HcmV?d00001 diff --git a/schematic/backups/mixerin_output (backup 20190401)/mixerin_output-cache.lib b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output-cache.lib new file mode 100644 index 0000000..79a27df --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output-cache.lib @@ -0,0 +1,217 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x02_Male +# +DEF Connector_Conn_01x02_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Male" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +X Pin_2 2 200 -100 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x18_Row_Letter_Last +# +DEF Connector_Generic_Conn_02x18_Row_Letter_Last J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Row_Letter_Last" 50 -1000 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -895 0 -905 1 1 6 N +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -950 1 1 10 f +S 150 -895 100 -905 1 1 6 N +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_10a 10a -200 -100 150 R 50 50 1 1 P +X Pin_10b 10b 300 -100 150 L 50 50 1 1 P +X Pin_11a 11a -200 -200 150 R 50 50 1 1 P +X Pin_11b 11b 300 -200 150 L 50 50 1 1 P +X Pin_12a 12a -200 -300 150 R 50 50 1 1 P +X Pin_12b 12b 300 -300 150 L 50 50 1 1 P +X Pin_13a 13a -200 -400 150 R 50 50 1 1 P +X Pin_13b 13b 300 -400 150 L 50 50 1 1 P +X Pin_14a 14a -200 -500 150 R 50 50 1 1 P +X Pin_14b 14b 300 -500 150 L 50 50 1 1 P +X Pin_15a 15a -200 -600 150 R 50 50 1 1 P +X Pin_15b 15b 300 -600 150 L 50 50 1 1 P +X Pin_16a 16a -200 -700 150 R 50 50 1 1 P +X Pin_16b 16b 300 -700 150 L 50 50 1 1 P +X Pin_17a 17a -200 -800 150 R 50 50 1 1 P +X Pin_17b 17b 300 -800 150 L 50 50 1 1 P +X Pin_18a 18a -200 -900 150 R 50 50 1 1 P +X Pin_18b 18b 300 -900 150 L 50 50 1 1 P +X Pin_1a 1a -200 800 150 R 50 50 1 1 P +X Pin_1b 1b 300 800 150 L 50 50 1 1 P +X Pin_2a 2a -200 700 150 R 50 50 1 1 P +X Pin_2b 2b 300 700 150 L 50 50 1 1 P +X Pin_3a 3a -200 600 150 R 50 50 1 1 P +X Pin_3b 3b 300 600 150 L 50 50 1 1 P +X Pin_4a 4a -200 500 150 R 50 50 1 1 P +X Pin_4b 4b 300 500 150 L 50 50 1 1 P +X Pin_5a 5a -200 400 150 R 50 50 1 1 P +X Pin_5b 5b 300 400 150 L 50 50 1 1 P +X Pin_6a 6a -200 300 150 R 50 50 1 1 P +X Pin_6b 6b 300 300 150 L 50 50 1 1 P +X Pin_7a 7a -200 200 150 R 50 50 1 1 P +X Pin_7b 7b 300 200 150 L 50 50 1 1 P +X Pin_8a 8a -200 100 150 R 50 50 1 1 P +X Pin_8b 8b 300 100 150 L 50 50 1 1 P +X Pin_9a 9a -200 0 150 R 50 50 1 1 P +X Pin_9b 9b 300 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Opamp_Dual_Generic +# +DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 F N +F0 "U" 0 200 50 H V L CNN +F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + SOIC*3.9x4.9mm*P1.27mm* + DIP*W7.62mm* + MSOP*3x3mm*P0.65mm* + SSOP*2.95x2.8mm*P0.65mm* + TSSOP*3x3mm*P0.65mm* + VSSOP*P0.5mm* + TO?99* +$ENDFPLIST +DRAW +P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f +P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X - 2 -300 -100 100 R 50 50 1 1 I +X + 3 -300 100 100 R 50 50 1 1 I +X + 5 -300 100 100 R 50 50 2 1 I +X - 6 -300 -100 100 R 50 50 2 1 I +X ~ 7 300 0 100 L 50 50 2 1 O +X V- 4 -100 -300 150 U 50 50 3 1 W +X V+ 8 -100 300 150 D 50 50 3 1 W +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+15V +# +DEF power_+15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+15V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +15V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_-15V +# +DEF power_-15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 50 H I C CNN +F1 "power_-15V" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +X -15V 1 0 0 0 U 50 50 0 0 W N +ENDDRAW +ENDDEF +# +# power_GNDA +# +DEF power_GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDA" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GNDA 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.kicad_pcb b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.kicad_pcb new file mode 100644 index 0000000..56b2de9 --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.kicad_pcb @@ -0,0 +1,1278 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu16.04.1) + + (general + (thickness 1.6) + (drawings 0) + (tracks 202) + (zones 0) + (modules 20) + (nets 18) + ) + + (page A4) + (layers + (0 F.Cu signal hide) + (31 B.Cu signal hide) + (32 B.Adhes user hide) + (33 F.Adhes user hide) + (34 B.Paste user hide) + (35 F.Paste user hide) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user hide) + (41 Cmts.User user hide) + (42 Eco1.User user hide) + (43 Eco2.User user hide) + (44 Edge.Cuts user hide) + (45 Margin user hide) + (46 B.CrtYd user hide) + (47 F.CrtYd user hide) + (48 B.Fab user hide) + (49 F.Fab user hide) + ) + + (setup + (last_trace_width 0.5) + (trace_clearance 0.4) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1 0.5) + (pad_drill 0) + (pad_to_mask_clearance 0) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 +15V) + (net 2 GNDA) + (net 3 -15V) + (net 4 "Net-(J1-Pad2)") + (net 5 "Net-(J2-Pad2)") + (net 6 "Net-(RA3-Pad2)") + (net 7 "Net-(RB3-Pad2)") + (net 8 in_outA) + (net 9 out_inA) + (net 10 out_inB) + (net 11 in_outB) + (net 12 inB+) + (net 13 inA+) + (net 14 inB-) + (net 15 inA-) + (net 16 outA) + (net 17 outB) + + (net_class Default "This is the default net class." + (clearance 0.4) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net "Net-(J1-Pad2)") + (add_net "Net-(J2-Pad2)") + (add_net "Net-(RA3-Pad2)") + (add_net "Net-(RB3-Pad2)") + (add_net inA+) + (add_net inA-) + (add_net inB+) + (add_net inB-) + (add_net in_outA) + (add_net in_outB) + (add_net outA) + (add_net outB) + (add_net out_inA) + (add_net out_inB) + ) + + (net_class power "" + (clearance 0.4) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +15V) + (add_net -15V) + (add_net GNDA) + ) + + (module Package_DIP:DIP-8_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5CA24E4D) + (at 101.6 39.37) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path /5C54CA7D) + (fp_text reference U1 (at 3.81 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LM4562 (at 3.81 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 in_outA)) + (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 out_inA)) + (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 out_inB)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 "Net-(RA3-Pad2)")) + (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 in_outB)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:PCIexpress_1x_letters (layer F.Cu) (tedit 5C5476B0) (tstamp 5C54794C) + (at 96.52 66.04) + (descr "PCIexpress Bus Edge Connector") + (tags "PCIexpress Bus Edge Connector") + (path /5C5482AB) + (attr virtual) + (fp_text reference J3 (at 5.05 -3.31) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_02x18_Row_Letter_First (at 16.48 -3.31) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 19.95 4.05) (end -0.95 4.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 19.95 4.05) (end 19.95 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -5.45) (end -0.95 4.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -5.45) (end 19.95 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 19.7 -2) (end 19.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 -2) (end 12.4 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 3.8) (end 19.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 19.7 -2) (end 12.4 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 3.8) (end -0.7 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 3.8) (end -0.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -2) (end 10.6 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -2) (end 10.6 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 -5.2) (end 12.4 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -5.2) (end 12.4 -5.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -2) (end 10.6 -5.2) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 9.5 0.662) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" connect oval (at 1 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 19 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 18 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 13 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 10 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 17 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 14 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 2 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 16 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 15 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 9 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 8 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 7 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 6 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 5 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 4 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 3 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect circle (at 1 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 17 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 16 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 15 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 14 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 13 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 0 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 10 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 9 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 8 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 7 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 6 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 5 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 4 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 3 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 2 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad 13a connect rect (at 14 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 13 inA+)) + (pad 12a connect rect (at 13 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 18a connect rect (at 19 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 12 inB+)) + (pad 17a connect rect (at 18 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 10 out_inB)) + (pad 16a connect rect (at 17 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 14 inB-)) + (pad 15a connect rect (at 16 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 15 inA-)) + (pad 14a connect rect (at 15 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 9 out_inA)) + (pad 11a connect rect (at 10 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 10a connect rect (at 9 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 9a connect rect (at 8 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 8a connect rect (at 7 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 7a connect rect (at 6 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 6a connect rect (at 5 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 5a connect rect (at 4 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 4a connect rect (at 3 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 3a connect rect (at 2 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 2a connect rect (at 1 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 1a connect rect (at 0 0) (size 0.65 3.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 13b connect rect (at 14 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 16 outA)) + (pad 12b connect rect (at 13 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 18b connect rect (at 19 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 17b connect rect (at 18 0) (size 0.65 3.6) (layers F.Cu F.Mask) + (net 11 in_outB)) + (pad 16b connect rect (at 17 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 17 outB)) + (pad 15b connect rect (at 16 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 14b connect rect (at 15 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 8 in_outA)) + (pad 11b connect rect (at 10 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 10b connect rect (at 9 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 9b connect rect (at 8 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 8b connect rect (at 7 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 7b connect rect (at 6 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 6b connect rect (at 5 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 5b connect rect (at 4 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 4b connect rect (at 3 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 3b connect rect (at 2 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad 2b connect rect (at 1 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad 1b connect rect (at 0 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad "" connect circle (at 19 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24D4F) + (at 96.52 54.61 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA8C) + (fp_text reference RA2 (at -2.54 -2.54 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 15 inA-)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 out_inA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24B48) + (at 91.44 44.45) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAA4) + (fp_text reference RA3 (at 3.81 -1.92) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 "Net-(RA3-Pad2)")) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 13 inA+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24BBD) + (at 93.98 46.99 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAB9) + (fp_text reference RA4 (at 10.16 -2.54 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(J2-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24D91) + (at 99.06 46.99 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAAC) + (fp_text reference RA5 (at 10.16 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 "Net-(RA3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24E06) + (at 119.38 41.91 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CB19) + (fp_text reference RB1 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 out_inB)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 in_outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24C29) + (at 114.3 57.15 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAD8) + (fp_text reference RB2 (at 1.905 -1.905 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 14 inB-)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 out_inB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24AD9) + (at 119.38 46.99 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAE4) + (fp_text reference RB3 (at 3.81 1.905 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 "Net-(RB3-Pad2)")) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 12 inB+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24C6B) + (at 116.84 49.53 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAF8) + (fp_text reference RB4 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(J1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24CF2) + (at 111.76 52.07 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAEC) + (fp_text reference RB5 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA24DCE) + (at 118.76 44.45 180) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CB0B) + (attr virtual) + (fp_text reference J1 (at 2.555 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 0 -1.9 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (pad 2 smd custom (at 0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 4 "Net-(J1-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 1 smd custom (at -0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 12 inB+) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA24B85) + (at 92.06 41.91) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CACC) + (attr virtual) + (fp_text reference J2 (at 2.555 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 0 -1.9) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (pad 1 smd custom (at -0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 13 inA+) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 2 smd custom (at 0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 5 "Net-(J2-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24CAD) + (at 91.44 39.37) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA95) + (fp_text reference RA1 (at 3.81 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 out_inA)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 in_outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA24838) + (at 109.18 36.83 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB2B) + (fp_text reference C1 (at 1.23 1.905 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA24849) + (at 104.14 49.53 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB3A) + (fp_text reference C2 (at -2.54 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2485C) + (at 99.06 33.655 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor") + (path /5CA42A5F) + (fp_text reference ClpA1 (at -3.175 0.635 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330p (at 2.5 3 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 1.75) (end 6 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 -1.75) (end -1 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.12 -1.87) (end 6.12 -1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end -1.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.12 -1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.25 -2) (end -1.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2) (end 6.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 2) (end 6.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -2) (end -1.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 2.5 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 in_outA)) + (pad 2 thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 out_inA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2486F) + (at 111.76 36.195) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor") + (path /5CA46ED4) + (fp_text reference ClpB1 (at 2.5 -3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330p (at 2.5 3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 2.5 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.25 -2) (end -1.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 2) (end 6.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2) (end 6.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2) (end -1.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.12 -1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end -1.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end 6.12 -1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -1.75) (end -1 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 1.75) (end 6 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 out_inB)) + (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 in_outB)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24886) + (at 99.06 36.83 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5CA39C35) + (fp_text reference RA7 (at -2.54 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220 (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 16 outA)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 in_outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA2489D) + (at 111.76 39.37) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5CA3D551) + (fp_text reference RB6 (at 7.62 -1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220 (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 in_outB)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 17 outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (segment (start 102.52 66.54) (end 102.52 62.58) (width 0.5) (layer B.Cu) (net 1) (status 10)) + (segment (start 102.52 62.58) (end 102.87 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.52 62.61) (end 104.52 66.54) (width 0.5) (layer B.Cu) (net 1) (status 20)) + (segment (start 104.14 62.23) (end 104.52 62.61) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer B.Cu) (net 1) (status 10)) + (segment (start 103.505 62.23) (end 104.14 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.87 62.23) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 63.215) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 104.52 63.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (via (at 103.505 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) + (segment (start 109.22 36.87) (end 109.18 36.83) (width 0.5) (layer F.Cu) (net 1) (status 30)) + (segment (start 109.22 39.37) (end 109.22 36.87) (width 0.5) (layer F.Cu) (net 1) (status 30)) + (segment (start 103.505 54.703002) (end 106.045 52.163002) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.505 62.23) (end 103.505 54.703002) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 106.045 52.163002) (end 106.045 40.64) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 107.315 39.37) (end 106.045 40.64) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 109.22 39.37) (end 107.315 39.37) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 104.1 49.53) (end 104.1 53.38) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24D22) (status 10)) + (segment (start 104.1 53.38) (end 102.87 54.61) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24D1F)) + (segment (start 99.52 66.54) (end 99.52 62.405) (width 0.5) (layer B.Cu) (net 2) (status 10)) + (segment (start 101.52 62.785) (end 101.52 66.54) (width 0.5) (layer B.Cu) (net 2) (status 20)) + (segment (start 100.965 62.23) (end 101.52 62.785) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 62.675) (end 100.965 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.675) (width 0.5) (layer B.Cu) (net 2) (status 10)) + (segment (start 99.695 62.23) (end 100.33 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.33 62.23) (end 100.965 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 63.04) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 63.04) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 100.52 62.42) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.42) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 101.52 63.42) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 66.54) (end 101.52 63.42) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 99.52 62.405) (end 99.695 62.23) (width 0.5) (layer B.Cu) (net 2)) + (via (at 100.33 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.33 54.61) (end 99.06 54.61) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24CDA) (status 20)) + (segment (start 93.98 54.61) (end 93.98 53.34) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C11) (status 10)) + (segment (start 95.25 52.07) (end 97.79 52.07) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C0E)) + (segment (start 93.98 53.34) (end 95.25 52.07) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C0B)) + (segment (start 99.06 53.34) (end 99.06 54.61) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C08) (status 20)) + (segment (start 97.79 52.07) (end 99.06 53.34) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C05)) + (segment (start 116.84 57.15) (end 116.84 55.88) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C02) (status 10)) + (segment (start 116.84 55.88) (end 115.57 54.61) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24BFF)) + (segment (start 99.06 60.96) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.06 54.61) (end 99.06 60.96) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 104.939999 38.570001) (end 105.880001 37.629999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.880001 37.629999) (end 106.68 36.83) (width 0.5) (layer F.Cu) (net 2) (status 20)) + (segment (start 104.939999 48.730001) (end 104.939999 38.570001) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 104.14 49.53) (end 104.939999 48.730001) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 116.140001 56.450001) (end 116.84 57.15) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.489999 55.799999) (end 116.140001 56.450001) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 113.651999 55.799999) (end 115.489999 55.799999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 56.931998) (end 113.651999 55.799999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 66.54) (end 112.52 56.931998) (width 0.5) (layer F.Cu) (net 2)) + (via (at 101.6 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 102.87 54.61) (end 101.6 54.61) (width 1) (layer B.Cu) (net 2)) + (segment (start 101.6 54.61) (end 100.33 54.61) (width 1) (layer B.Cu) (net 2)) + (via (at 105.41 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 107.95 54.61) (end 105.41 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 115.57 54.61) (end 107.95 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 107.95 54.61) (end 102.87 54.61) (width 0.5) (layer B.Cu) (net 2)) + (via (at 109.22 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 105.41 54.61) (end 109.22 54.61) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.52 63.013614) (end 117.573614 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.52 66.54) (end 115.52 63.013614) (width 0.5) (layer F.Cu) (net 2)) + (via (at 120.65 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 117.573614 60.96) (end 120.65 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 108.765001 34.744999) (end 107.479999 36.030001) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 117.456001 34.744999) (end 108.765001 34.744999) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 107.479999 36.030001) (end 106.68 36.83) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 121.049999 38.338997) (end 117.456001 34.744999) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 121.049999 60.560001) (end 121.049999 38.338997) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 120.65 60.96) (end 121.049999 60.560001) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 98.52 66.54) (end 98.52 62.325) (width 0.5) (layer B.Cu) (net 3) (status 10)) + (segment (start 98.52 62.325) (end 98.425 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 62.23) (end 96.52 66.04) (width 0.5) (layer B.Cu) (net 3) (status 20)) + (segment (start 97.52 62.595) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 97.52 66.54) (end 97.52 62.595) (width 0.5) (layer B.Cu) (net 3) (status 10)) + (segment (start 97.155 62.23) (end 96.52 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.425 62.23) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 66.54) (end 96.52 62.23) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 98.52 62.325) (end 98.52 66.54) (width 0.5) (layer F.Cu) (net 3) (status 20)) + (segment (start 98.425 62.23) (end 98.52 62.325) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.52 62.595) (end 97.52 66.54) (width 0.5) (layer F.Cu) (net 3) (status 20)) + (segment (start 97.155 62.23) (end 97.52 62.595) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 62.23) (end 97.155 62.23) (width 0.5) (layer F.Cu) (net 3)) + (via (at 97.79 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3) (tstamp 5C54983B)) + (segment (start 96.52 62.23) (end 97.79 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 62.23) (end 98.425 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 101.6 46.99) (end 101.6 49.53) (width 1) (layer B.Cu) (net 3) (tstamp 5CA24E84) (status 30)) + (segment (start 92.629999 53.961999) (end 92.629999 55.799999) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.061998 49.53) (end 92.629999 53.961999) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 101.64 49.53) (end 97.061998 49.53) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 92.790001 55.960001) (end 97.074999 55.960001) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 92.629999 55.799999) (end 92.790001 55.960001) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 56.675002) (end 97.79 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.074999 55.960001) (end 97.79 56.675002) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 118.11 44.45) (end 116.84 45.72) (width 1) (layer B.Cu) (net 4) (tstamp 5CA24B27) (status 10)) + (segment (start 116.84 45.72) (end 116.84 49.53) (width 1) (layer B.Cu) (net 4) (tstamp 5CA24D34) (status 20)) + (segment (start 92.71 41.91) (end 93.98 43.18) (width 1) (layer B.Cu) (net 5) (tstamp 5CA24D31) (status 10)) + (segment (start 93.98 46.99) (end 93.98 43.18) (width 1) (layer B.Cu) (net 5) (tstamp 5CA24D2E) (status 10)) + (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer F.Cu) (net 12) (tstamp 5CA24D2B) (status 30)) + (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer B.Cu) (net 12) (tstamp 5CA24D28) (status 30)) + (segment (start 119.41 44.45) (end 119.41 46.96) (width 1) (layer B.Cu) (net 12) (tstamp 5CA24D25) (status 30)) + (segment (start 91.41 44.42) (end 91.44 44.45) (width 1) (layer B.Cu) (net 13) (tstamp 5CA24BFC) (status 30)) + (segment (start 91.41 41.91) (end 91.41 44.42) (width 1) (layer B.Cu) (net 13) (tstamp 5CA24BF9) (status 30)) + (segment (start 99.06 41.91) (end 96.52 41.91) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24BF6)) + (segment (start 96.52 41.91) (end 93.98 39.37) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24BF3)) + (segment (start 93.98 39.37) (end 91.44 39.37) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24BF0) (status 20)) + (segment (start 101.6 41.91) (end 99.06 41.91) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24BED) (status 10)) + (segment (start 96.52 46.99) (end 96.52 41.91) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24BEA) (status 10)) + (segment (start 99.06 39.37) (end 101.6 39.37) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B1B) (status 30)) + (segment (start 101.6 44.45) (end 99.06 44.45) (width 1) (layer B.Cu) (net 6) (tstamp 5CA24B18) (status 30)) + (segment (start 99.06 44.45) (end 99.06 46.99) (width 1) (layer B.Cu) (net 6) (tstamp 5CA24B15) (status 30)) + (segment (start 109.22 44.45) (end 111.76 44.45) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24B12) (status 10)) + (segment (start 119.38 41.91) (end 116.84 41.91) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24B0F) (status 10)) + (segment (start 114.3 44.45) (end 111.76 44.45) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24B0C)) + (segment (start 116.84 41.91) (end 114.3 44.45) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24B09)) + (segment (start 114.3 49.53) (end 114.3 44.45) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24B06) (status 10)) + (segment (start 111.76 41.91) (end 109.22 41.91) (width 1) (layer B.Cu) (net 11) (tstamp 5CA24B24) (status 30)) + (segment (start 111.76 46.99) (end 109.22 46.99) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24B21) (status 30)) + (segment (start 111.76 46.99) (end 111.76 52.07) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24B1E) (status 30)) + (segment (start 99.06 33.655) (end 99.06 36.83) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 99.06 36.83) (end 99.06 39.37) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 101.6 39.37) (end 102.9 39.37) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 102.9 39.37) (end 106.68 39.37) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 106.68 39.37) (end 107.315 40.005) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 107.315 40.005) (end 107.315 48.166998) (width 0.5) (layer B.Cu) (net 8)) + (via (at 107.315 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 8)) + (segment (start 107.315 48.166998) (end 107.315 49.53) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 107.315 49.53) (end 107.315 50.8) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 111.52 55.005) (end 111.52 66.54) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 107.315 50.8) (end 111.52 55.005) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 94.06 39.29) (end 93.98 39.37) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 94.06 33.655) (end 94.06 39.29) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 111.52 66.54) (end 111.52 58.18) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 110.75501 57.41501) (end 96.78501 57.41501) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 111.52 58.18) (end 110.75501 57.41501) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 92.792807 55.960001) (end 92.075 55.242194) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 95.330001 55.960001) (end 92.792807 55.960001) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 96.78501 57.41501) (end 95.330001 55.960001) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 92.075 53.972194) (end 96.52 49.527194) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 92.075 55.242194) (end 92.075 53.972194) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 96.52 49.527194) (end 96.52 46.99) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 116.76 41.83) (end 116.84 41.91) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 116.76 36.195) (end 116.76 41.83) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 114.3 52.067194) (end 114.3 49.53) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 118.190001 57.798001) (end 118.190001 55.957195) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 118.190001 55.957195) (end 114.3 52.067194) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 114.52 66.54) (end 114.52 59.47) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 114.52 59.47) (end 115.489999 58.500001) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 115.489999 58.500001) (end 117.488001 58.500001) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 117.488001 58.500001) (end 118.190001 57.798001) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 111.76 36.195) (end 111.76 39.37) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 111.76 39.37) (end 111.76 41.91) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 114.52 60.74) (end 114.52 63.74) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 116.935808 60.325) (end 114.935 60.325) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 114.52 63.74) (end 114.52 66.04) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 121.630011 55.630797) (end 116.935808 60.325) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 113.210001 34.744999) (end 117.456001 34.744999) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 117.456001 34.744999) (end 121.630011 38.919009) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 114.935 60.325) (end 114.52 60.74) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 111.76 36.195) (end 113.210001 34.744999) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 121.630011 38.919009) (end 121.630011 55.630797) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 115.52 61.740808) (end 115.52 66.54) (width 0.5) (layer B.Cu) (net 12)) + (segment (start 119.38 57.880808) (end 115.52 61.740808) (width 0.5) (layer B.Cu) (net 12)) + (segment (start 119.38 46.99) (end 119.38 57.880808) (width 0.5) (layer B.Cu) (net 12)) + (segment (start 95.78002 58.31502) (end 94.325011 56.860011) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 109.75002 58.31502) (end 95.78002 58.31502) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 110.52 59.085) (end 109.75002 58.31502) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 110.52 66.54) (end 110.52 59.085) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 94.325011 56.860011) (end 92.207891 56.860011) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 91.17499 55.82711) (end 92.207891 56.860011) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 91.44 45.439949) (end 91.17499 45.704959) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 91.17499 45.704959) (end 91.17499 55.82711) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 91.44 44.45) (end 91.44 45.439949) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 113.52 57.93) (end 114.3 57.15) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 113.52 66.54) (end 113.52 57.93) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 96.52 55.599949) (end 97.435051 56.515) (width 0.5) (layer B.Cu) (net 15)) + (segment (start 96.52 54.61) (end 96.52 55.599949) (width 0.5) (layer B.Cu) (net 15)) + (segment (start 97.435051 56.515) (end 111.76 56.515) (width 0.5) (layer B.Cu) (net 15)) + (segment (start 112.52 57.275) (end 112.52 66.54) (width 0.5) (layer B.Cu) (net 15)) + (segment (start 111.76 56.515) (end 112.52 57.275) (width 0.5) (layer B.Cu) (net 15)) + (segment (start 110.52 63.74) (end 110.49 63.71) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 110.52 66.54) (end 110.52 63.74) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 110.49 63.71) (end 110.49 60.96) (width 0.5) (layer F.Cu) (net 16)) + (via (at 109.22 59.69) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 16)) + (segment (start 110.49 60.96) (end 109.22 59.69) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 90.089999 38.180001) (end 91.44 36.83) (width 0.5) (layer B.Cu) (net 16)) + (segment (start 90.089999 56.296121) (end 90.089999 38.180001) (width 0.5) (layer B.Cu) (net 16)) + (segment (start 93.483878 59.69) (end 90.089999 56.296121) (width 0.5) (layer B.Cu) (net 16)) + (segment (start 109.22 59.69) (end 93.483878 59.69) (width 0.5) (layer B.Cu) (net 16)) + (segment (start 120.730001 55.258001) (end 116.933002 59.055) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 120.730001 40.720001) (end 120.730001 55.258001) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 119.38 39.37) (end 120.730001 40.720001) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 116.933002 59.055) (end 114.3 59.055) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 113.52 59.835) (end 113.52 66.54) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 114.3 59.055) (end 113.52 59.835) (width 0.5) (layer F.Cu) (net 17)) + + (zone (net 2) (net_name GNDA) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 88.9 31.75) (xy 121.92 31.75) (xy 121.92 63.5) (xy 88.9 63.5) + ) + ) + ) + (zone (net 2) (net_name GNDA) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 88.9 31.75) (xy 121.92 31.75) (xy 121.92 63.5) (xy 88.9 63.5) + ) + ) + ) +) diff --git a/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.pro b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.sch b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.sch new file mode 100644 index 0000000..62c6871 --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401)/mixerin_output.sch @@ -0,0 +1,835 @@ +EESchema Schematic File Version 4 +LIBS:mixerin_output-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:+15V #PWR0110 +U 1 1 5C54757E +P 3700 1700 +F 0 "#PWR0110" H 3700 1550 50 0001 C CNN +F 1 "+15V" H 3715 1873 50 0000 C CNN +F 2 "" H 3700 1700 50 0001 C CNN +F 3 "" H 3700 1700 50 0001 C CNN + 1 3700 1700 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0111 +U 1 1 5C5477E1 +P 1950 1000 +F 0 "#PWR0111" H 1950 1100 50 0001 C CNN +F 1 "-15V" H 1965 1173 50 0000 C CNN +F 2 "" H 1950 1000 50 0001 C CNN +F 3 "" H 1950 1000 50 0001 C CNN + 1 1950 1000 + -1 0 0 1 +$EndComp +$Comp +L power:GNDA #PWR0112 +U 1 1 5C547AD0 +P 2200 1300 +F 0 "#PWR0112" H 2200 1050 50 0001 C CNN +F 1 "GNDA" H 2205 1127 50 0000 C CNN +F 2 "" H 2200 1300 50 0001 C CNN +F 3 "" H 2200 1300 50 0001 C CNN + 1 2200 1300 + 1 0 0 -1 +$EndComp +$Comp +L Connector_Generic:Conn_02x18_Row_Letter_Last J3 +U 1 1 5C5482AB +P 2750 1800 +F 0 "J3" H 2800 2817 50 0000 C CNN +F 1 "Conn_02x18_Row_Letter_First" H 2800 2726 50 0000 C CNN +F 2 "footprints:PCIexpress_1x_letters" H 2750 1800 50 0001 C CNN +F 3 "~" H 2750 1800 50 0001 C CNN + 1 2750 1800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1950 1000 2450 1000 +Wire Wire Line + 2550 1100 2450 1100 +Wire Wire Line + 2450 1100 2450 1000 +Connection ~ 2450 1000 +Wire Wire Line + 2450 1000 2550 1000 +Wire Wire Line + 2550 1200 2450 1200 +Wire Wire Line + 2450 1200 2450 1100 +Connection ~ 2450 1100 +$Comp +L power:+15V #PWR0101 +U 1 1 5C548E75 +P 1950 1700 +F 0 "#PWR0101" H 1950 1550 50 0001 C CNN +F 1 "+15V" H 1965 1873 50 0000 C CNN +F 2 "" H 1950 1700 50 0001 C CNN +F 3 "" H 1950 1700 50 0001 C CNN + 1 1950 1700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3050 1100 3150 1100 +Wire Wire Line + 3150 1100 3150 1000 +Wire Wire Line + 3150 1000 3050 1000 +Wire Wire Line + 3150 1100 3150 1200 +Wire Wire Line + 3150 1200 3050 1200 +Connection ~ 3150 1100 +$Comp +L power:GNDA #PWR0109 +U 1 1 5C54A2E8 +P 3400 1300 +F 0 "#PWR0109" H 3400 1050 50 0001 C CNN +F 1 "GNDA" H 3405 1127 50 0000 C CNN +F 2 "" H 3400 1300 50 0001 C CNN +F 3 "" H 3400 1300 50 0001 C CNN + 1 3400 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2200 1300 2450 1300 +$Comp +L power:-15V #PWR0113 +U 1 1 5C54D177 +P 3700 1000 +F 0 "#PWR0113" H 3700 1100 50 0001 C CNN +F 1 "-15V" H 3715 1173 50 0000 C CNN +F 2 "" H 3700 1000 50 0001 C CNN +F 3 "" H 3700 1000 50 0001 C CNN + 1 3700 1000 + -1 0 0 1 +$EndComp +Wire Wire Line + 3150 1000 3700 1000 +Connection ~ 3150 1000 +Wire Wire Line + 3050 1300 3150 1300 +Wire Wire Line + 2550 1400 2450 1400 +Wire Wire Line + 2450 1400 2450 1300 +Connection ~ 2450 1300 +Wire Wire Line + 2450 1300 2550 1300 +Wire Wire Line + 2550 1500 2450 1500 +Wire Wire Line + 2450 1500 2450 1400 +Connection ~ 2450 1400 +Wire Wire Line + 3050 1400 3150 1400 +Wire Wire Line + 3150 1400 3150 1300 +Connection ~ 3150 1300 +Wire Wire Line + 3150 1300 3400 1300 +Wire Wire Line + 3150 1400 3150 1500 +Wire Wire Line + 3150 1500 3050 1500 +Connection ~ 3150 1400 +Wire Wire Line + 2550 1600 2450 1600 +Wire Wire Line + 2450 1600 2450 1700 +Wire Wire Line + 2450 1800 2550 1800 +Wire Wire Line + 2550 1700 2450 1700 +Connection ~ 2450 1700 +Wire Wire Line + 2450 1700 2450 1800 +Wire Wire Line + 3050 1600 3150 1600 +Wire Wire Line + 3150 1600 3150 1700 +Wire Wire Line + 3150 1800 3050 1800 +Wire Wire Line + 3050 1700 3150 1700 +Connection ~ 3150 1700 +Wire Wire Line + 3150 1700 3150 1800 +Wire Wire Line + 3700 1700 3150 1700 +Wire Wire Line + 1950 1700 2450 1700 +$Comp +L Device:Opamp_Dual_Generic U1 +U 2 1 5C54CA7D +P 4150 5500 +AR Path="/5C54CA7D" Ref="U1" Part="2" +AR Path="/5C06F581/5C54CA7D" Ref="U?" Part="2" +AR Path="/5C0574B7/5C54CA7D" Ref="U?" Part="1" +AR Path="/5C05A497/5C54CA7D" Ref="U?" Part="2" +F 0 "U1" H 4150 5200 50 0000 C CNN +F 1 "LM4562" H 4200 5300 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 5500 50 0001 C CNN +F 3 "~" H 4150 5500 50 0001 C CNN + 2 4150 5500 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U1 +U 1 1 5C54CA84 +P 4150 3650 +AR Path="/5C54CA84" Ref="U1" Part="1" +AR Path="/5C06F581/5C54CA84" Ref="U?" Part="3" +AR Path="/5C0574B7/5C54CA84" Ref="U?" Part="2" +AR Path="/5C05A497/5C54CA84" Ref="U?" Part="1" +F 0 "U1" H 4200 3350 50 0000 C CNN +F 1 "LM4562" H 4250 3450 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 3650 50 0001 C CNN +F 3 "~" H 4150 3650 50 0001 C CNN + 1 4150 3650 + 1 0 0 1 +$EndComp +$Comp +L Device:R RA2 +U 1 1 5C54CA8C +P 3550 3550 +AR Path="/5C54CA8C" Ref="RA2" Part="1" +AR Path="/5C06F581/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA8C" Ref="R?" Part="1" +F 0 "RA2" V 3800 3550 50 0000 C CNN +F 1 "10k" V 3700 3550 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3480 3550 50 0001 C CNN +F 3 "~" H 3550 3550 50 0001 C CNN +F 4 "Metallfilm" V 3550 3550 50 0001 C CNN "Notes" + 1 3550 3550 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3850 3550 3800 3550 +$Comp +L Device:R RA1 +U 1 1 5C54CA95 +P 4150 3200 +AR Path="/5C54CA95" Ref="RA1" Part="1" +AR Path="/5C06F581/5C54CA95" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA95" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA95" Ref="R?" Part="1" +F 0 "RA1" V 4357 3200 50 0000 C CNN +F 1 "10k" V 4266 3200 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 3200 50 0001 C CNN +F 3 "~" H 4150 3200 50 0001 C CNN +F 4 "Metallfilm" V 4150 3200 50 0001 C CNN "Notes" + 1 4150 3200 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 3650 4450 3200 +Wire Wire Line + 4450 3200 4300 3200 +Wire Wire Line + 4000 3200 3800 3200 +Wire Wire Line + 3800 3200 3800 3550 +Wire Wire Line + 3800 3550 3700 3550 +Connection ~ 3800 3550 +Text Notes 4300 3200 0 50 ~ 0 +v = -R2/R1 +$Comp +L Device:R RA3 +U 1 1 5C54CAA4 +P 3350 3750 +AR Path="/5C54CAA4" Ref="RA3" Part="1" +AR Path="/5C06F581/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAA4" Ref="R?" Part="1" +F 0 "RA3" V 3250 3750 50 0000 C CNN +F 1 "10k" V 3150 3750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3280 3750 50 0001 C CNN +F 3 "~" H 3350 3750 50 0001 C CNN +F 4 "Metallfilm" V 3350 3750 50 0001 C CNN "Notes" + 1 3350 3750 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RA5 +U 1 1 5C54CAAC +P 3650 4150 +AR Path="/5C54CAAC" Ref="RA5" Part="1" +AR Path="/5C06F581/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAAC" Ref="R?" Part="1" +F 0 "RA5" V 3857 4150 50 0000 C CNN +F 1 "10k" V 3766 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3580 4150 50 0001 C CNN +F 3 "~" H 3650 4150 50 0001 C CNN +F 4 "Metallfilm" V 3650 4150 50 0001 C CNN "Notes" + 1 3650 4150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3500 3750 3650 3750 +Connection ~ 3650 3750 +Wire Wire Line + 3200 3750 3100 3750 +$Comp +L Device:R RA4 +U 1 1 5C54CAB9 +P 3100 4150 +AR Path="/5C54CAB9" Ref="RA4" Part="1" +AR Path="/5C06F581/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAB9" Ref="R?" Part="1" +F 0 "RA4" V 3307 4150 50 0000 C CNN +F 1 "10" V 3216 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3030 4150 50 0001 C CNN +F 3 "~" H 3100 4150 50 0001 C CNN +F 4 "Metallfilm" V 3100 4150 50 0001 C CNN "Notes" + 1 3100 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0102 +U 1 1 5C54CAC0 +P 3100 4300 +AR Path="/5C54CAC0" Ref="#PWR0102" Part="1" +AR Path="/5C06F581/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC0" Ref="#PWR?" Part="1" +F 0 "#PWR0102" H 3100 4050 50 0001 C CNN +F 1 "GNDA" H 3105 4127 50 0000 C CNN +F 2 "" H 3100 4300 50 0001 C CNN +F 3 "" H 3100 4300 50 0001 C CNN + 1 3100 4300 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0103 +U 1 1 5C54CAC6 +P 3650 4300 +AR Path="/5C54CAC6" Ref="#PWR0103" Part="1" +AR Path="/5C06F581/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC6" Ref="#PWR?" Part="1" +F 0 "#PWR0103" H 3650 4050 50 0001 C CNN +F 1 "GNDA" H 3655 4127 50 0000 C CNN +F 2 "" H 3650 4300 50 0001 C CNN +F 3 "" H 3650 4300 50 0001 C CNN + 1 3650 4300 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J2 +U 1 1 5C54CACC +P 2900 3800 +AR Path="/5C54CACC" Ref="J2" Part="1" +AR Path="/5C06F581/5C54CACC" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CACC" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CACC" Ref="J?" Part="1" +F 0 "J2" H 2950 3550 50 0000 C CNN +F 1 "Jumper" H 2950 3650 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2900 3800 50 0001 C CNN +F 3 "~" H 2900 3800 50 0001 C CNN + 1 2900 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3100 4000 3100 3900 +Wire Wire Line + 3100 3800 3100 3750 +Wire Wire Line + 3650 3750 3650 4000 +$Comp +L Device:R RB2 +U 1 1 5C54CAD8 +P 3400 5400 +AR Path="/5C54CAD8" Ref="RB2" Part="1" +AR Path="/5C06F581/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAD8" Ref="R?" Part="1" +F 0 "RB2" V 3607 5400 50 0000 C CNN +F 1 "10k" V 3516 5400 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 5400 50 0001 C CNN +F 3 "~" H 3400 5400 50 0001 C CNN +F 4 "Metallfilm" V 3400 5400 50 0001 C CNN "Notes" + 1 3400 5400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4000 5050 3800 5050 +Wire Wire Line + 3800 5050 3800 5400 +Connection ~ 3800 5400 +$Comp +L Device:R RB3 +U 1 1 5C54CAE4 +P 3200 5600 +AR Path="/5C54CAE4" Ref="RB3" Part="1" +AR Path="/5C06F581/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAE4" Ref="R?" Part="1" +F 0 "RB3" V 3100 5600 50 0000 C CNN +F 1 "10k" V 3000 5600 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3130 5600 50 0001 C CNN +F 3 "~" H 3200 5600 50 0001 C CNN +F 4 "Metallfilm" V 3200 5600 50 0001 C CNN "Notes" + 1 3200 5600 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RB5 +U 1 1 5C54CAEC +P 3500 6000 +AR Path="/5C54CAEC" Ref="RB5" Part="1" +AR Path="/5C06F581/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAEC" Ref="R?" Part="1" +F 0 "RB5" V 3707 6000 50 0000 C CNN +F 1 "10k" V 3616 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3430 6000 50 0001 C CNN +F 3 "~" H 3500 6000 50 0001 C CNN +F 4 "Metallfilm" V 3500 6000 50 0001 C CNN "Notes" + 1 3500 6000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 5600 3500 5600 +Connection ~ 3500 5600 +$Comp +L Device:R RB4 +U 1 1 5C54CAF8 +P 2950 6000 +AR Path="/5C54CAF8" Ref="RB4" Part="1" +AR Path="/5C06F581/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAF8" Ref="R?" Part="1" +F 0 "RB4" V 3157 6000 50 0000 C CNN +F 1 "10" V 3066 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2880 6000 50 0001 C CNN +F 3 "~" H 2950 6000 50 0001 C CNN +F 4 "Metallfilm" V 2950 6000 50 0001 C CNN "Notes" + 1 2950 6000 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0104 +U 1 1 5C54CAFF +P 2950 6150 +AR Path="/5C54CAFF" Ref="#PWR0104" Part="1" +AR Path="/5C06F581/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAFF" Ref="#PWR?" Part="1" +F 0 "#PWR0104" H 2950 5900 50 0001 C CNN +F 1 "GNDA" H 2955 5977 50 0000 C CNN +F 2 "" H 2950 6150 50 0001 C CNN +F 3 "" H 2950 6150 50 0001 C CNN + 1 2950 6150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0105 +U 1 1 5C54CB05 +P 3500 6150 +AR Path="/5C54CB05" Ref="#PWR0105" Part="1" +AR Path="/5C06F581/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB05" Ref="#PWR?" Part="1" +F 0 "#PWR0105" H 3500 5900 50 0001 C CNN +F 1 "GNDA" H 3505 5977 50 0000 C CNN +F 2 "" H 3500 6150 50 0001 C CNN +F 3 "" H 3500 6150 50 0001 C CNN + 1 3500 6150 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J1 +U 1 1 5C54CB0B +P 2750 5650 +AR Path="/5C54CB0B" Ref="J1" Part="1" +AR Path="/5C06F581/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CB0B" Ref="J?" Part="1" +F 0 "J1" H 2856 5828 50 0000 C CNN +F 1 "Jumper" H 2800 5500 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2750 5650 50 0001 C CNN +F 3 "~" H 2750 5650 50 0001 C CNN + 1 2750 5650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2950 5850 2950 5750 +Wire Wire Line + 2950 5650 2950 5600 +Wire Wire Line + 3500 5600 3500 5850 +Wire Wire Line + 3800 5400 3850 5400 +Wire Wire Line + 3500 5600 3850 5600 +$Comp +L Device:R RB1 +U 1 1 5C54CB19 +P 4150 5050 +AR Path="/5C54CB19" Ref="RB1" Part="1" +AR Path="/5C06F581/5C54CB19" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CB19" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CB19" Ref="R?" Part="1" +F 0 "RB1" V 4357 5050 50 0000 C CNN +F 1 "10k" V 4266 5050 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 5050 50 0001 C CNN +F 3 "~" H 4150 5050 50 0001 C CNN +F 4 "Metallfilm" V 4150 5050 50 0001 C CNN "Notes" + 1 4150 5050 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 5500 4450 5050 +Wire Wire Line + 4450 5050 4300 5050 +Text Notes 2350 4050 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 3650 +$Comp +L Device:Opamp_Dual_Generic U1 +U 3 1 5C54CB24 +P 1400 1400 +AR Path="/5C54CB24" Ref="U1" Part="3" +AR Path="/5C06F581/5C54CB24" Ref="U?" Part="1" +AR Path="/5C0574B7/5C54CB24" Ref="U?" Part="3" +AR Path="/5C05A497/5C54CB24" Ref="U?" Part="3" +F 0 "U1" H 1400 1550 50 0000 L CNN +F 1 "LM4562" H 1400 1250 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1400 1400 50 0001 C CNN +F 3 "~" H 1400 1400 50 0001 C CNN + 3 1400 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C1 +U 1 1 5C54CB2B +P 1100 1250 +AR Path="/5C54CB2B" Ref="C1" Part="1" +AR Path="/5C06F581/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C0574B7/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C05A497/5C54CB2B" Ref="CU1+?" Part="1" +F 0 "C1" H 750 1300 50 0000 L CNN +F 1 "100n" H 800 1200 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1100 50 0001 C CNN +F 3 "~" H 1100 1250 50 0001 C CNN + 1 1100 1250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1300 1750 1300 1700 +Wire Wire Line + 1300 1100 1300 1050 +$Comp +L power:GNDA #PWR0106 +U 1 1 5C54CB34 +P 900 1400 +AR Path="/5C54CB34" Ref="#PWR0106" Part="1" +AR Path="/5C06F581/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB34" Ref="#PWR?" Part="1" +F 0 "#PWR0106" H 900 1150 50 0001 C CNN +F 1 "GNDA" H 905 1227 50 0000 C CNN +F 2 "" H 900 1400 50 0001 C CNN +F 3 "" H 900 1400 50 0001 C CNN + 1 900 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C2 +U 1 1 5C54CB3A +P 1100 1550 +AR Path="/5C54CB3A" Ref="C2" Part="1" +AR Path="/5C06F581/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C0574B7/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C05A497/5C54CB3A" Ref="CU1-?" Part="1" +F 0 "C2" H 800 1400 50 0000 L CNN +F 1 "100n" H 850 1300 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1400 50 0001 C CNN +F 3 "~" H 1100 1550 50 0001 C CNN + 1 1100 1550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 1700 1300 1700 +Wire Wire Line + 900 1400 1100 1400 +Connection ~ 1100 1400 +Wire Wire Line + 1100 1100 1300 1100 +$Comp +L power:+15V #PWR0107 +U 1 1 5C54CB45 +P 1300 1050 +AR Path="/5C54CB45" Ref="#PWR0107" Part="1" +AR Path="/5C06F581/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB45" Ref="#PWR?" Part="1" +F 0 "#PWR0107" H 1300 900 50 0001 C CNN +F 1 "+15V" H 1315 1223 50 0000 C CNN +F 2 "" H 1300 1050 50 0001 C CNN +F 3 "" H 1300 1050 50 0001 C CNN + 1 1300 1050 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0108 +U 1 1 5C54CB4B +P 1300 1750 +AR Path="/5C54CB4B" Ref="#PWR0108" Part="1" +AR Path="/5C06F581/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB4B" Ref="#PWR?" Part="1" +F 0 "#PWR0108" H 1300 1850 50 0001 C CNN +F 1 "-15V" H 1315 1923 50 0000 C CNN +F 2 "" H 1300 1750 50 0001 C CNN +F 3 "" H 1300 1750 50 0001 C CNN + 1 1300 1750 + -1 0 0 1 +$EndComp +Wire Wire Line + 4450 3650 4600 3650 +Text Notes 2200 5900 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 5500 +Connection ~ 1300 1700 +Connection ~ 1300 1100 +Text Notes 3950 4350 0 50 ~ 0 +Rlow for minimum offset error\ndue to input bias current.\nRlow = R1//R2//R3 ... (inputs) +Connection ~ 3700 3550 +Wire Wire Line + 3650 3750 3850 3750 +Wire Wire Line + 3550 5400 3650 5400 +Wire Wire Line + 3650 5400 3650 5300 +Connection ~ 3650 5400 +Wire Wire Line + 3650 5400 3800 5400 +Text Notes 3800 6150 0 50 ~ 0 +For Output Stage exchange \nRA5 and RB5 for Rlow=1k. +Text Notes 3950 4100 0 50 ~ 0 +For Output Stage exchange \nRA5 and RB5 for Rlow=1k. +$Comp +L Device:R RA7 +U 1 1 5CA39C35 +P 4850 3500 +AR Path="/5CA39C35" Ref="RA7" Part="1" +AR Path="/5C06F581/5CA39C35" Ref="RA?" Part="1" +AR Path="/5C0574B7/5CA39C35" Ref="RA?" Part="1" +AR Path="/5C05A497/5CA39C35" Ref="RA?" Part="1" +F 0 "RA7" V 5057 3500 50 0000 C CNN +F 1 "220" V 4966 3500 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4780 3500 50 0001 C CNN +F 3 "~" H 4850 3500 50 0001 C CNN +F 4 "Metallfilm" V 4850 3500 50 0001 C CNN "Notes" + 1 4850 3500 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4700 3500 4600 3500 +Wire Wire Line + 4600 3500 4600 3650 +$Comp +L Device:R RB6 +U 1 1 5CA3D551 +P 4800 5350 +AR Path="/5CA3D551" Ref="RB6" Part="1" +AR Path="/5C06F581/5CA3D551" Ref="RA?" Part="1" +AR Path="/5C0574B7/5CA3D551" Ref="RA?" Part="1" +AR Path="/5C05A497/5CA3D551" Ref="RA?" Part="1" +F 0 "RB6" V 5007 5350 50 0000 C CNN +F 1 "220" V 4916 5350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4730 5350 50 0001 C CNN +F 3 "~" H 4800 5350 50 0001 C CNN +F 4 "Metallfilm" V 4800 5350 50 0001 C CNN "Notes" + 1 4800 5350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4650 5350 4600 5350 +Wire Wire Line + 4600 5350 4600 5500 +Wire Wire Line + 4600 5500 4450 5500 +Text Notes 4300 2750 0 50 ~ 0 +Lowpass:\nf_c = 1 /\n (2 * Pi * R * C) +$Comp +L Device:C ClpA1 +U 1 1 5CA42A5F +P 4150 2800 +F 0 "ClpA1" V 3898 2800 50 0000 C CNN +F 1 "330p" V 3989 2800 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 4188 2650 50 0001 C CNN +F 3 "~" H 4150 2800 50 0001 C CNN + 1 4150 2800 + 0 1 1 0 +$EndComp +Wire Wire Line + 4300 2800 4450 2800 +Wire Wire Line + 4450 2800 4450 3200 +Connection ~ 4450 3200 +Wire Wire Line + 4000 2800 3800 2800 +Wire Wire Line + 3800 2800 3800 3200 +Connection ~ 3800 3200 +$Comp +L Device:C ClpB1 +U 1 1 5CA46ED4 +P 4150 4700 +F 0 "ClpB1" V 3898 4700 50 0000 C CNN +F 1 "330p" V 3989 4700 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 4188 4550 50 0001 C CNN +F 3 "~" H 4150 4700 50 0001 C CNN + 1 4150 4700 + 0 1 1 0 +$EndComp +Wire Wire Line + 4300 4700 4450 4700 +Wire Wire Line + 4450 4700 4450 5050 +Connection ~ 4450 5050 +Wire Wire Line + 4000 4700 3800 4700 +Wire Wire Line + 3800 4700 3800 5050 +Connection ~ 3800 5050 +Wire Wire Line + 3050 2700 3350 2700 +Wire Wire Line + 3050 2400 3350 2400 +$Comp +L power:GNDA #PWR0114 +U 1 1 5CA73175 +P 3350 2400 +F 0 "#PWR0114" H 3350 2150 50 0001 C CNN +F 1 "GNDA" V 3350 2150 50 0000 C CNN +F 2 "" H 3350 2400 50 0001 C CNN +F 3 "" H 3350 2400 50 0001 C CNN + 1 3350 2400 + 0 -1 -1 0 +$EndComp +$Comp +L power:GNDA #PWR0115 +U 1 1 5CA73272 +P 3350 2700 +F 0 "#PWR0115" H 3350 2450 50 0001 C CNN +F 1 "GNDA" V 3350 2450 50 0000 C CNN +F 2 "" H 3350 2700 50 0001 C CNN +F 3 "" H 3350 2700 50 0001 C CNN + 1 3350 2700 + 0 -1 -1 0 +$EndComp +Text GLabel 2000 3400 0 50 Input ~ 0 +out_inA +Text GLabel 1900 3550 0 50 Input ~ 0 +inA- +Text GLabel 1850 3750 0 50 Input ~ 0 +inA+ +Text GLabel 5550 3500 2 50 Input ~ 0 +outA +Text GLabel 5450 3650 2 50 Input ~ 0 +in_outA +Text GLabel 3700 2300 2 50 Input ~ 0 +in_outA +Text GLabel 3150 2200 2 50 Input ~ 0 +outA +Text GLabel 5500 5350 2 50 Input ~ 0 +outB +Text GLabel 5350 5500 2 50 Input ~ 0 +in_outB +Wire Wire Line + 5000 3500 5550 3500 +Wire Wire Line + 5450 3650 4600 3650 +Connection ~ 4600 3650 +Wire Wire Line + 5500 5350 4950 5350 +Wire Wire Line + 5350 5500 4600 5500 +Connection ~ 4600 5500 +Text GLabel 3700 2600 2 50 Input ~ 0 +in_outB +Text GLabel 3150 2500 2 50 Input ~ 0 +outB +Text GLabel 2200 2300 0 50 Input ~ 0 +out_inA +Text GLabel 2100 2400 0 50 Input ~ 0 +inA- +Text GLabel 2100 2200 0 50 Input ~ 0 +inA+ +Wire Wire Line + 2100 2400 2550 2400 +Wire Wire Line + 2000 3400 3700 3400 +Wire Wire Line + 3700 3400 3700 3550 +Wire Wire Line + 3400 3550 1900 3550 +Wire Wire Line + 1850 3750 3100 3750 +Connection ~ 3100 3750 +Text GLabel 2300 5300 0 50 Input ~ 0 +out_inB +Text GLabel 2200 5450 0 50 Input ~ 0 +inB- +Text GLabel 2200 5600 0 50 Input ~ 0 +inB+ +Wire Wire Line + 2200 5600 2950 5600 +Connection ~ 2950 5600 +Wire Wire Line + 2950 5600 3050 5600 +Wire Wire Line + 3250 5400 2500 5400 +Wire Wire Line + 2500 5400 2500 5450 +Wire Wire Line + 2500 5450 2200 5450 +Wire Wire Line + 2300 5300 3650 5300 +Text GLabel 2200 2600 0 50 Input ~ 0 +out_inB +Text GLabel 2100 2700 0 50 Input ~ 0 +inB+ +Text GLabel 2100 2500 0 50 Input ~ 0 +inB- +Wire Wire Line + 3700 2600 3050 2600 +Wire Wire Line + 3050 2500 3150 2500 +Wire Wire Line + 3700 2300 3050 2300 +Wire Wire Line + 3150 2200 3050 2200 +Wire Wire Line + 2100 2200 2550 2200 +Wire Wire Line + 2550 2300 2200 2300 +Wire Wire Line + 2100 2500 2550 2500 +Wire Wire Line + 2200 2600 2550 2600 +Wire Wire Line + 2550 2700 2100 2700 +$EndSCHEMATC diff --git a/schematic/backups/mixerin_output (backup 20190401b)/Inputopampcircuit_1.png b/schematic/backups/mixerin_output (backup 20190401b)/Inputopampcircuit_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3f21eddd38365e35c9a646ab6b27833125c2ef GIT binary patch literal 9583 zcmb7~dpy(s`~MduhnzzQo#Z(0DCbk5l;tdHLnJxOHWKDA6qOEm7flXP35AVf2Q!D% z8#$J-#bzTRhdG2z7QU6&^0o^XtOSeI7{o&p_kR_cO~vigp4GnP;b60%g{VcbxZ(i7nN{l; zF90C(N?~y!68*Iu5uyOFmrtJt?KP+whkJtJ7!wZs|aO};EB|_t7Qw2Ad z+2}DB-jv<;5H9$34|&VhBMQ{k*U$u>w^V+fm_Iag%Uj$aY$#CgcJBZ2_F5A*A5EGc zJh!E9Alx*)m$JEUmeSmR_X)TnHCFId6f8bQZe#Vp?!E~yb|229dmspt0a|*C|hnCApZGVy<@g31&REHKA@g4;6 z&#J>>XkX6SuA{mw%15us01+jE_up@uKS176Ra-UyBW|jor*kPkSDbE9UI4qkap<_O zI+j$%JtcDCMW+5nQa??Mc>*c;yi0DcgG&lA)mRwIo-6A9wjLED-iLAYUR`S}l~|u- zzEi%YV8K6oIimTFBSqu+Pl0l;jAo+7Lw3sU4HN90Xj%S;%h>&NCK0it(jN}$0W2P% zf7l_Ie+CTHvAATyU|8%7NpEJ$WkRMK|9)}dvv4C=OCM}ilq7Iv@0nV%2Zg@5{o$^4GJP3V5&o_A& zQC5fT=|76EogXTTEyk!GD7wQ%qLA@%o&D}b3Q?y9CD|3#neQy;SJoD&N1T+LbJp1X zS0$h4j?v=DiTDtVIj>eHlzrLuyY6?=5y*#`t^Hm4vp&9R%uu7P_e$i8>mE$!N;djx zJoe1+pI^#bz*En79^S%!h%@{O2;EC;pcJ=}(^GQCg_zxyx{tH5uzY70%O|}wWOpZX z`okzN5Esq#pE9`MI$$9dHv@9N^_80)AC2Pl7q@b=n)uF24}hlnRsZn*Xq^eTTFIZ` z><@G44<}mO&|h(LkuGW@ZoIIS?Ln%J(G147dOekhMdPVnMaxR|E%Ay|p-7#}rCKds*5TOC&igXi8k!YZbW6Wle7i%ff|zFQkP!t4wl=ag&O%Nn-@f0LJ4G zRjY|~7S-valTuWp5cG+kP9+dlKiL>RLkgl-c&4*N)5l1&D44gafJxSZ=e>fgpck*w zsyO3_ywdNHXQAUAAuvl4rdRFPF=`akVfW**z-+TGMX_H^ipe#;+ox-Sk~icsx+H+> zyU`s=)>L0py1-{-_r8Xh+w#v6W|FYMJTQgPWYLyaK>D_0OH3V*EWYLG^1Fk5TcX%~ zXY4y}FEdQ+I}D+16RqG!(jysjNuYq=u)?{JfJujev6G5k4MN!z9J{D!l&jN#DVzTC zRkN=5CAv4TT^|u2R1AZeM;`&GXq8?0sJ${OClH`q^f763bEb$FmW~6HP;71q{I@9> zh&ReWp{I>e86W~?z_dganpty(hNB%UVc_CafGND}JQzuS4O{p@3D&d}ds4xGj2V>u zETn#^>w&HY_vOvDAo>umHu^Eq{4?B=GsIS(vGnqE8g`ra`r7&7T-BLdw82x;2`~cF zhO<5&QykuEdB&L)bh(H{IbZaeJ<0}}U)+j_f8-7chQ|9~%b|`{B9&9tIzX_(`~(Py zu!jueGXjIS9^!QGm%d|tFXN^RPrjgoGi_hQ6^)`7j1rHTUP5?L`dEdb(9`4Iw4r>y z_wNr(Cza4O=R2?;bmGbtT#@-n(c|lR9Z%zjxE5o zsU#+iIYr~{SH0xkEgLkuH^d5vjdUJ3QaLAb)j5XukYHLOWH;Y{2$8rJCCflQ#ZY(f z5-gm9Re*yK&l%+S{h`JfoKGP%1Tar!?R(Tdg!NGichvmAtRiHF+~Fi< z)iYhKE6)ggH^z4iANGGD)S{e;HZTtfsV}{?_`31aXTB?pLr+_tsjdFipl0nIaMuT> zq^AFpsF=^C&C7Ef*T2;s4pe{GiD~NU?UTJ@3!GxPu}rLz+GuRHX0e@$192_3Yn$B80=4krwbqhv9Mg zSz-vI^%mDpVrf#_!<))m=$<+)%ZRa+ipx&Aq_pQBt`w;?j${j;v)PSX-3ZNVP1vDY znzs=B`RyTix_Mlm5?*%X!mZ`R{+*raUpfENb1Jce#iM~9e@4t8Q;=&Zqnyz9x zYQE(+SuNtg=Pp|J+Z!Z)<|rz{RHWG%8lP^pYJ;RAVs+Mm%(p3%L>{Vg>OjOmVwL(_ zBE*086c9RAcyDU8r}Sm-qW76v@`DlEF39lW_2VE0>V`bdl3RsafrXsBGiK?mU`8%U zh*vUxfOxd)GRb)~6hp&YzSn`IWsL-_m1KCr@II;!TKYjP)t}nc%+mEOGSBsye%S+VQygi zF{+B^MUk({Ax!KD;3#I_d_DNnoS{URbFe?1^vUVnFUwM|FCk}0*l!mTh?!y5K6i}? zcPkQ5RjiHmGZPURs$mWd2O+&RscuyRc?=ZK*;J=$MzLz3c7`)9qR|8h*YB8=7ceduKr;5<}5 z$u=u?+E54NLpQju2|N-s5KsZVGEXD`t$PDZD}4fYe-esm>Wx=X%x{mdx4!9`u|M1n z7r;cf;v4o77sH?$8)Y{I0zLuoXDlaRdd($UjakGr?B?=jZL_5%FU?<=`+gLrYutR?VizD5D;hCopaSYKCilc7xhfN|m~DqJaBpA&Qdvzm zGx1>&k*c^bHY=sTCQ7RxEnFel3Bw(ixLdE+(edE1t;Rhv(OvY9tG47Ii?_>-(h@?= zvHR}cGN)%1cFMGco>gcZhaF0I*oFy@Cv0Pmir2W$C#VJqwQFMF0U%5m1cR_|eRu43 zXbau1_hDA>cEAW2Aspc>%|@LgP0Uc&g{~5(%F{-)QM-P&2$?Vv@4p`Jz81CuR3{ zC?bu%w!3>9VG$<4c*T(0I+AV_lpmd&v(i3n8V9Yeq%xUx<7G^1V?!p|7+D?RSE0U247PYi`NVN*QMT}aU9}J1 z-$uFQ{wA**PSL9|HHzVB{<~VnLu-;qM)Q+!&~UN+wfuE$C%(3JeJY`DhgAK0D7lp1 zlD==Y9#rE&W%}GUl};kJ&(rYL-Hal^6N+NfS)S({^wc}2KY^1H^#3)o0E3P zS9XpsgUfQoVCN5~T*(p0_cTWDpb>qimE`7-2BYGdaA?GE|I7(dc;%pI_<{#tubrNj zlfL1Cmw&(2*iDxmAfV#xd7NKlY%ocgk_Iuz&c+!7PrH?sb#Ce|fi4ledK_kMT#C;>of6gd@(uU$C?Kwy5Vk z7*jQ^Iv~T3dFA|=H>L6VxrQ~fVgf~bXq0SHE{4$BSNMI;@miEuFhBL?=_3N50clSk zefO(GqhicTF(G^)pji%!&7Zk;`^wi8^?Tgm5I?BW6Y)KH+WhM^=6P3B!}_Fj1nUtr z$|-3AN;blUj(`zP#iK4;*! zM(CHl3g6{WGd}@|gWI;pPcKb8Ea~hnVYcx}jixseWNK2z2#T}0(mWZ)8IGkKHRBev zVi2I$e3-xl2EClg9@#E^T@2x+QgBnYUDhe%tsm=A4!BLJP)uJ%BwT*JUp%kz=eF7T9#jQ`k%+j^qphY`e z+3^eP)Uv>o!yjWtRiVJ}Ys${j<>Rn!(=|lonCQ>ZvL#(i zipp<_v-RPb5y||z^XG+Hf^0C^H|1|FIui^MgI~mllGllNq`|c*v{O*EzvD6!Ryss-x$K!egv6|GJlZ33u`HD3vW=?ZCf)#Kab^Jkihv zEFKqy0}w91Jv83aSPvnmo*V(z{^Tt`75^V_2Jm@mVQRDBtK z2XEIlbYI=8;OYKUwuX*kEgGv|IgtK^ABv@XrwtQw1O|OeI<6l6lUY6Q8G4pd;91iz zZ$-?~NALkeYvW>AP&9N}Pu&cN0HhL(D@&M3*aw)+gpKdQm+hX7i??6qZkvkD+pGqNqN6dKHiH{8f0~UPQXkKGk3XuO`4?G#(Q7U7w_M z0olf3)-juP1`TQvzr(A?TzN|TB9$q?oWlVT2rz5%U2nSC_*^C@Xr$Yh^3`YsozgUN zV(S?C70z>^A#e-%0~Eq+E!-VmxJG{7cExp|DnJ%<6?93V5y%5@%x@$K=I99kx~#}Q4;U3PodzjSe=(|O0GC&YZ?iz>J}bMuBOeS6 zO0uRn3!ZC`=w~XiabG`7w<=zs62S^Nc`XRVUCNR9o zJO$D-3oR_^7%Y8p3_i7?4wkxni8*e?Sy;88G|jKjCQxpOPE6x7etiZK^nUk?fkhj86d0s0%gZ7 zNEGFx?JQ@+grn-!$?0WZnvPE$3V)_E4O9DyS)aLkuEQ(Msx|$rTjO)xVWGEIAf0q3 zwl~j5ZpUt9l5*yLGg5MB&-&gx+%MXZZ5MdvZ=-o(l+tr*&n&r^#o&+iV+Us6CNAEMfZkG(*1pgfEI zQI3ch$U&ly9QjBqxxPd<>Hraw-*bpP#KE81A@!8L6MKXPTjpe;kJ}f)7%JLCm8B_O zQX!wVv>@r`iEKI1WzvZ#1Udn0%JyPpkKM%oH7`qh<4SaAmEeZBvrH;0z z1P-}Fv|slYMm$hTiieo*dd8H@n}|t<=AB53&wZ|;`IYVCzS6$#4vuke+;iHNHni^E zY2NqM+ZKcq5o@-#TCcJ`2KRFlWatDvqU7xu8+M~6r7K~3I1d*l-U^I6+A@3uD@HM` zK1m2+ctB(hDuE8Iel`TB)XBClBS^82?}o&bV?BsH_w?EitHxyFULx%~9#(iwU52_1 zhf#33Wb=Axwv)tW4_qyNH;kOv8c$tyLewFPJYy zQDhX}fcGeGCkzG6i}RMQG~ro`SN>oYbf0gE?`2|&8iorEw-ZZlg=TOqe7^9*1l`?< zt7Y+eK*MnFT%3B)mx1Q@@=VPuNKnMULscS}j&r2rk~WHFdV1R!14;?LV{t>zwjuKt z0+`gUbk?8}rG~3Kw7NB5_cpIwF=%{_#lvW=;RY579(vkYJd~qVSUI$S-`O`IR5cL} z7zyRG40{3ZBR1X%kqXNhm*Cf0?&Ij}$o^n{>&b_fU|`j3k1xW@e?~_@^dstvdY4}CpGoe=+ zTaA$wp+Wh2nE9-}=}V=`_b|92@~BceW&C(vYmmHOI7n^NjUplEmEmJ^xVS3xKwcj zX!z-&>LhaKqrLEu^Rjz7Z&}raTA0VcOXu7VCcE6M9>s(t3V6T3%CJ5@NsLJ)*1bZ- zY6i`r{4s`u=KE++qo5DL`vI{Wz zP*4AB|M>C3)q+yy!tTBHt7yV&DRS#iU{N?fizW&W$2vyNN3grX<;GW3AfbWuP!t8$ zajrZ#R++x^WMdgcOaX+a6KdaDo_aQ7q|om+XDr1qaW@1a0w|I(&m=9RIv)glx^ex% z%_Ph~&Rhtsg1-;mHjqF zYqcy2Vth3+xvV>=ME86}KVl;`IuLbIBs_jbW;80b`1DzTZy9uxr$HRo1=h;<+>Oye zAgi##z7)_!M+Ag~g4OTO+!nyE9IIT*OJGi$Q=1`I`S5~7dJv{V#Q0c=_3%4_nK74w zm1U_t5%#nRsdlsg!=$prdvd3P3^Tcnq+L7wI;=Aiv+bo$%8-eLlUk&b?)5gVunKcR z!ijRH-+KJ$j*=2={)(Nm1Rq;yd~qcB%#<7Y&iU|Nr!+!Kw|x=c+o5bjrxf;PO*xF~ z4s;u>FE`8yjQmm(lxZUZ4Vc)&x4rQQaZ%xshET3?ZLM_gPpRhpqGO?SMZC`<>hAOR zt%I$=OQ7K*XqLzgR;2B4UqJ9cys_8WWQAN_W&f4y+n%Jqc!HEK2LQGy{g?$P_HsZD z$;scXiqGL&HaSLm=tpaO!G+?9SAsmhZgdt;g>}}5AQt@8HTYM#s&wqe z0N4_=!+`=5?aC9Xy&u3#HR?H7yLhohIb4yiuZtFh4!jGAk{tqcNHdcu!mtAMj*H5~ zlm(%ke2|0pPXa5^4>Eo%ce(q%bpXxzg{R`o?`;pJ8YRzoyzGJ8nm}mC%(=X2tgr2X z4B>5*U*h;VT#a|2*X?*Gy==aQI;+pQT5l1>k{bfdxgSSD^Tsrei5XrdXt3*Tl$+Pf zMG%fPn+J9+er_`#Xq*>?0V4RxEAJrt!0O=}ZSSs|gfe2T8zm$86v443QRXi7!j=Hs zEdSA?-e+zQN^`A6PMCdreZQTDeJ>=%+N`S=FujrGM|o@d?bz)!-rNx)YR$^70kBH{ zL7acKds*81qxK+|CnL`M2?N`K`(qUE$wWPjJWxBl4n}MLYobEa_2zul>^>Wd%)du$ zZTYEf$@`zyhS{Dv6O%6hAgBLBbpE~PFH+}m(j3ft##efEuo(pVB0GC(oz`(}H^+xa zt^OD#0lMXqAD+|ZV5(K}lK?y&3*-Og+jD_NO)mDVVjHPA-KL-=(s~-jl9bQG^&X6z z=(f2|==T)T(0lrFzNLY)m9NZ)u8SgqatjYd9d{Mu={*C9{1EX{W@MZXcQPmxA=cU_ z;tUcFs-71JN4t!|;tZzwIMMS)e-@2_qB>!#b5IHw&O%X?=~nmDe3+RAAzw3)Q#hyD zoHoKu#Bv9NQEIk{- QpP&MqI__kLweh?5KR`Y5C;$Ke literal 0 HcmV?d00001 diff --git a/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output-cache.lib b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output-cache.lib new file mode 100644 index 0000000..79a27df --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output-cache.lib @@ -0,0 +1,217 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x02_Male +# +DEF Connector_Conn_01x02_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Male" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +X Pin_2 2 200 -100 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x18_Row_Letter_Last +# +DEF Connector_Generic_Conn_02x18_Row_Letter_Last J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Row_Letter_Last" 50 -1000 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -895 0 -905 1 1 6 N +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -950 1 1 10 f +S 150 -895 100 -905 1 1 6 N +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_10a 10a -200 -100 150 R 50 50 1 1 P +X Pin_10b 10b 300 -100 150 L 50 50 1 1 P +X Pin_11a 11a -200 -200 150 R 50 50 1 1 P +X Pin_11b 11b 300 -200 150 L 50 50 1 1 P +X Pin_12a 12a -200 -300 150 R 50 50 1 1 P +X Pin_12b 12b 300 -300 150 L 50 50 1 1 P +X Pin_13a 13a -200 -400 150 R 50 50 1 1 P +X Pin_13b 13b 300 -400 150 L 50 50 1 1 P +X Pin_14a 14a -200 -500 150 R 50 50 1 1 P +X Pin_14b 14b 300 -500 150 L 50 50 1 1 P +X Pin_15a 15a -200 -600 150 R 50 50 1 1 P +X Pin_15b 15b 300 -600 150 L 50 50 1 1 P +X Pin_16a 16a -200 -700 150 R 50 50 1 1 P +X Pin_16b 16b 300 -700 150 L 50 50 1 1 P +X Pin_17a 17a -200 -800 150 R 50 50 1 1 P +X Pin_17b 17b 300 -800 150 L 50 50 1 1 P +X Pin_18a 18a -200 -900 150 R 50 50 1 1 P +X Pin_18b 18b 300 -900 150 L 50 50 1 1 P +X Pin_1a 1a -200 800 150 R 50 50 1 1 P +X Pin_1b 1b 300 800 150 L 50 50 1 1 P +X Pin_2a 2a -200 700 150 R 50 50 1 1 P +X Pin_2b 2b 300 700 150 L 50 50 1 1 P +X Pin_3a 3a -200 600 150 R 50 50 1 1 P +X Pin_3b 3b 300 600 150 L 50 50 1 1 P +X Pin_4a 4a -200 500 150 R 50 50 1 1 P +X Pin_4b 4b 300 500 150 L 50 50 1 1 P +X Pin_5a 5a -200 400 150 R 50 50 1 1 P +X Pin_5b 5b 300 400 150 L 50 50 1 1 P +X Pin_6a 6a -200 300 150 R 50 50 1 1 P +X Pin_6b 6b 300 300 150 L 50 50 1 1 P +X Pin_7a 7a -200 200 150 R 50 50 1 1 P +X Pin_7b 7b 300 200 150 L 50 50 1 1 P +X Pin_8a 8a -200 100 150 R 50 50 1 1 P +X Pin_8b 8b 300 100 150 L 50 50 1 1 P +X Pin_9a 9a -200 0 150 R 50 50 1 1 P +X Pin_9b 9b 300 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Opamp_Dual_Generic +# +DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 F N +F0 "U" 0 200 50 H V L CNN +F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + SOIC*3.9x4.9mm*P1.27mm* + DIP*W7.62mm* + MSOP*3x3mm*P0.65mm* + SSOP*2.95x2.8mm*P0.65mm* + TSSOP*3x3mm*P0.65mm* + VSSOP*P0.5mm* + TO?99* +$ENDFPLIST +DRAW +P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f +P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X - 2 -300 -100 100 R 50 50 1 1 I +X + 3 -300 100 100 R 50 50 1 1 I +X + 5 -300 100 100 R 50 50 2 1 I +X - 6 -300 -100 100 R 50 50 2 1 I +X ~ 7 300 0 100 L 50 50 2 1 O +X V- 4 -100 -300 150 U 50 50 3 1 W +X V+ 8 -100 300 150 D 50 50 3 1 W +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+15V +# +DEF power_+15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+15V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +15V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_-15V +# +DEF power_-15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 50 H I C CNN +F1 "power_-15V" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +X -15V 1 0 0 0 U 50 50 0 0 W N +ENDDRAW +ENDDEF +# +# power_GNDA +# +DEF power_GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDA" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GNDA 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.kicad_pcb b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.kicad_pcb new file mode 100644 index 0000000..9e76a19 --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.kicad_pcb @@ -0,0 +1,1776 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu16.04.1) + + (general + (thickness 1.6) + (drawings 0) + (tracks 216) + (zones 0) + (modules 20) + (nets 18) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.5) + (trace_clearance 0.3) + (zone_clearance 0.3) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1 0.5) + (pad_drill 0) + (pad_to_mask_clearance 0) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 +15V) + (net 2 GNDA) + (net 3 -15V) + (net 4 "Net-(RA3-Pad2)") + (net 5 "Net-(RB3-Pad2)") + (net 6 in_outA) + (net 7 out_inA) + (net 8 out_inB) + (net 9 in_outB) + (net 10 inB+) + (net 11 inA+) + (net 12 inB-) + (net 13 inA-) + (net 14 outA) + (net 15 outB) + (net 16 "Net-(JA2-Pad2)") + (net 17 "Net-(JB1-Pad2)") + + (net_class Default "This is the default net class." + (clearance 0.3) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net "Net-(JA2-Pad2)") + (add_net "Net-(JB1-Pad2)") + (add_net "Net-(RA3-Pad2)") + (add_net "Net-(RB3-Pad2)") + (add_net inA+) + (add_net inA-) + (add_net inB+) + (add_net inB-) + (add_net in_outA) + (add_net in_outB) + (add_net outA) + (add_net outB) + (add_net out_inA) + (add_net out_inB) + ) + + (net_class power "" + (clearance 0.3) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +15V) + (add_net -15V) + (add_net GNDA) + ) + + (module Package_DIP:DIP-8_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5CA24E4D) + (at 101.6 39.37) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path /5C54CA7D) + (fp_text reference U1 (at 3.81 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LM4562 (at 3.81 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 in_outA)) + (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 out_inA)) + (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 out_inB)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 "Net-(RA3-Pad2)")) + (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 in_outB)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:PCIexpress_1x_letters (layer F.Cu) (tedit 5C5476B0) (tstamp 5C54794C) + (at 96.52 66.04) + (descr "PCIexpress Bus Edge Connector") + (tags "PCIexpress Bus Edge Connector") + (path /5C5482AB) + (attr virtual) + (fp_text reference J3 (at 5.05 -3.31) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_02x18_Row_Letter_First (at 16.48 -3.31) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 19.95 4.05) (end -0.95 4.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 19.95 4.05) (end 19.95 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -5.45) (end -0.95 4.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -5.45) (end 19.95 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 19.7 -2) (end 19.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 -2) (end 12.4 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 3.8) (end 19.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 19.7 -2) (end 12.4 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 3.8) (end -0.7 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 3.8) (end -0.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -2) (end 10.6 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -2) (end 10.6 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 -5.2) (end 12.4 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -5.2) (end 12.4 -5.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -2) (end 10.6 -5.2) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 9.5 0.662) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" connect oval (at 1 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 19 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 18 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 13 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 10 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 17 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 14 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 2 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 16 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 15 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 9 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 8 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 7 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 6 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 5 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 4 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 3 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect circle (at 1 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 17 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 16 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 15 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 14 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 13 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 0 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 10 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 9 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 8 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 7 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 6 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 5 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 4 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 3 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 2 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad 13a connect rect (at 14 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 11 inA+)) + (pad 12a connect rect (at 13 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 18a connect rect (at 19 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 10 inB+)) + (pad 17a connect rect (at 18 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 8 out_inB)) + (pad 16a connect rect (at 17 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 12 inB-)) + (pad 15a connect rect (at 16 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 13 inA-)) + (pad 14a connect rect (at 15 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 7 out_inA)) + (pad 11a connect rect (at 10 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 10a connect rect (at 9 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 9a connect rect (at 8 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 8a connect rect (at 7 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 7a connect rect (at 6 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 6a connect rect (at 5 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 5a connect rect (at 4 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 4a connect rect (at 3 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 3a connect rect (at 2 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 2a connect rect (at 1 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 1a connect rect (at 0 0) (size 0.65 3.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 13b connect rect (at 14 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 14 outA)) + (pad 12b connect rect (at 13 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 18b connect rect (at 19 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 17b connect rect (at 18 0) (size 0.65 3.6) (layers F.Cu F.Mask) + (net 9 in_outB)) + (pad 16b connect rect (at 17 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 15 outB)) + (pad 15b connect rect (at 16 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 14b connect rect (at 15 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 6 in_outA)) + (pad 11b connect rect (at 10 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 10b connect rect (at 9 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 9b connect rect (at 8 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 8b connect rect (at 7 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 7b connect rect (at 6 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 6b connect rect (at 5 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 5b connect rect (at 4 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 4b connect rect (at 3 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 3b connect rect (at 2 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad 2b connect rect (at 1 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad 1b connect rect (at 0 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad "" connect circle (at 19 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24D4F) + (at 96.52 54.61 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA8C) + (fp_text reference RA2 (at -2.54 -2.54 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 13 inA-)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 out_inA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24B48) + (at 91.44 44.45) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAA4) + (fp_text reference RA3 (at 3.81 -1.92) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(RA3-Pad2)")) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 inA+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24BBD) + (at 93.98 46.99 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAB9) + (fp_text reference RA4 (at 10.16 -2.54 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 16 "Net-(JA2-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24D91) + (at 99.06 46.99 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAAC) + (fp_text reference RA5 (at 10.16 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(RA3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24E06) + (at 119.38 41.91 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CB19) + (fp_text reference RB1 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 out_inB)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 in_outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24C29) + (at 114.3 57.15 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAD8) + (fp_text reference RB2 (at 1.905 -1.905 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 12 inB-)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 out_inB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24AD9) + (at 119.38 46.99 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAE4) + (fp_text reference RB3 (at 3.81 1.905 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(RB3-Pad2)")) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 inB+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24C6B) + (at 116.84 49.53 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAF8) + (fp_text reference RB4 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 17 "Net-(JB1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24CF2) + (at 111.76 52.07 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAEC) + (fp_text reference RB5 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24CAD) + (at 91.44 39.37) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA95) + (fp_text reference RA1 (at 3.81 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 out_inA)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 in_outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA24838) + (at 109.18 36.83 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB2B) + (fp_text reference C1 (at 1.23 1.905 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA24849) + (at 104.14 49.53 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB3A) + (fp_text reference C2 (at -2.54 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2485C) + (at 99.06 33.655 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor") + (path /5CA42A5F) + (fp_text reference ClpA1 (at -3.175 0.635 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330p (at 2.5 3 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 1.75) (end 6 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 -1.75) (end -1 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.12 -1.87) (end 6.12 -1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end -1.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.12 -1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.25 -2) (end -1.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2) (end 6.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 2) (end 6.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -2) (end -1.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 2.5 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 in_outA)) + (pad 2 thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 out_inA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2486F) + (at 111.76 36.195) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor") + (path /5CA46ED4) + (fp_text reference ClpB1 (at 2.5 -3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330p (at 2.5 3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 2.5 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.25 -2) (end -1.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 2) (end 6.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2) (end 6.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2) (end -1.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.12 -1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end -1.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end 6.12 -1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -1.75) (end -1 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 1.75) (end 6 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 out_inB)) + (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 in_outB)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA24886) + (at 99.06 36.83 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5CA39C35) + (fp_text reference RA7 (at -2.54 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220 (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 14 outA)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 in_outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA2489D) + (at 111.76 39.37) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5CA3D551) + (fp_text reference RB6 (at 7.62 -1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220 (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 in_outB)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 15 outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA25528) + (at 92.075 41.91) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CACC) + (attr virtual) + (fp_text reference JA2 (at 3.175 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 0 -1.9) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (pad 2 smd custom (at 0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 16 "Net-(JA2-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 1 smd custom (at -0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 11 inA+) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA2553A) + (at 118.745 44.45 180) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CB0B) + (attr virtual) + (fp_text reference JB1 (at 3.175 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 0 -1.9 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (pad 1 smd custom (at -0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 10 inB+) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 2 smd custom (at 0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 17 "Net-(JB1-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (via (at 103.505 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) + (segment (start 109.22 36.87) (end 109.18 36.83) (width 0.5) (layer F.Cu) (net 1) (status 30)) + (segment (start 109.22 39.37) (end 109.22 36.87) (width 0.5) (layer F.Cu) (net 1) (status 30)) + (segment (start 103.505 54.703002) (end 106.045 52.163002) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.505 62.23) (end 103.505 54.703002) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 106.045 52.163002) (end 106.045 40.64) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 107.315 39.37) (end 106.045 40.64) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 109.22 39.37) (end 107.315 39.37) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 103.505 66.525) (end 103.52 66.54) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.505 62.23) (end 103.505 66.525) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 63.215) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.52 63.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 63.215) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 63.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.1 49.53) (end 104.1 53.38) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24D22) (status 10)) + (segment (start 104.1 53.38) (end 102.87 54.61) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24D1F)) + (segment (start 100.33 54.61) (end 99.06 54.61) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24CDA) (status 20)) + (segment (start 93.98 54.61) (end 93.98 53.34) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C11) (status 10)) + (segment (start 95.25 52.07) (end 97.79 52.07) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C0E)) + (segment (start 93.98 53.34) (end 95.25 52.07) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C0B)) + (segment (start 99.06 53.34) (end 99.06 54.61) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C08) (status 20)) + (segment (start 97.79 52.07) (end 99.06 53.34) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C05)) + (segment (start 116.84 57.15) (end 116.84 55.88) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C02) (status 10)) + (segment (start 116.84 55.88) (end 115.57 54.61) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24BFF)) + (segment (start 104.939999 38.570001) (end 105.880001 37.629999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.880001 37.629999) (end 106.68 36.83) (width 0.5) (layer F.Cu) (net 2) (status 20)) + (segment (start 104.939999 48.730001) (end 104.939999 38.570001) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 104.14 49.53) (end 104.939999 48.730001) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 116.140001 56.450001) (end 116.84 57.15) (width 0.5) (layer F.Cu) (net 2) (status 30)) + (segment (start 115.489999 55.799999) (end 116.140001 56.450001) (width 0.5) (layer F.Cu) (net 2) (status 20)) + (segment (start 113.651999 55.799999) (end 115.489999 55.799999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 56.931998) (end 113.651999 55.799999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 66.54) (end 112.52 56.931998) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 102.87 54.61) (end 101.6 54.61) (width 1) (layer B.Cu) (net 2)) + (via (at 105.41 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 107.95 54.61) (end 105.41 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 115.57 54.61) (end 107.95 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 107.95 54.61) (end 102.87 54.61) (width 0.5) (layer B.Cu) (net 2)) + (via (at 109.22 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 105.41 54.61) (end 109.22 54.61) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.52 63.013614) (end 117.573614 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.52 66.54) (end 115.52 63.013614) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (via (at 120.65 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 117.573614 60.96) (end 120.65 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 63.74) (end 100.5205 63.7395) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 63.74) (width 0.5) (layer B.Cu) (net 2)) + (via (at 100.5205 62.2935) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.5205 63.7395) (end 100.5205 62.2935) (width 0.5) (layer B.Cu) (net 2)) + (via (at 100.838 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.33 54.61) (end 100.838 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.6 54.61) (end 100.838 54.61) (width 1) (layer B.Cu) (net 2)) + (segment (start 100.5205 54.9275) (end 100.838 54.61) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 63.294) (end 100.5205 62.2935) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 63.294) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.52 63.293) (end 100.5205 62.2935) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.52 66.54) (end 101.52 63.293) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 63.294) (end 100.5205 62.2935) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 63.294) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 62.294) (end 100.5205 62.2935) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.294) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 63.293) (end 100.5205 62.2935) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 66.54) (end 101.52 63.293) (width 0.5) (layer F.Cu) (net 2)) + (via (at 100.5205 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.5205 62.2935) (end 100.5205 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.5205 60.96) (end 100.5205 54.9275) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.5205 60.96) (end 93.98 60.96) (width 0.5) (layer B.Cu) (net 2)) + (via (at 93.98 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (via (at 97.79 52.07) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 107.479999 36.030001) (end 106.68 36.83) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 109.855 33.655) (end 107.479999 36.030001) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 120.65 60.96) (end 121.049999 60.560001) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 121.049999 60.560001) (end 121.049999 36.594999) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 121.049999 36.594999) (end 118.11 33.655) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 118.11 33.655) (end 109.855 33.655) (width 0.5) (layer B.Cu) (net 2)) + (via (at 118.11 33.655) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (via (at 109.855 33.655) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 89.289989 56.835674) (end 89.289989 50.410011) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.414315 60.96) (end 89.289989 56.835674) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.98 60.96) (end 93.414315 60.96) (width 0.5) (layer B.Cu) (net 2)) + (via (at 90.17 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 89.289989 50.410011) (end 90.17 49.53) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 90.17 49.53) (end 93.98 49.53) (width 0.5) (layer F.Cu) (net 2)) + (via (at 93.98 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 101.6 46.99) (end 101.6 49.53) (width 1) (layer B.Cu) (net 3) (tstamp 5CA24E84) (status 30)) + (segment (start 92.629999 53.961999) (end 92.629999 55.799999) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.061998 49.53) (end 92.629999 53.961999) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 101.64 49.53) (end 97.061998 49.53) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 92.790001 55.960001) (end 97.074999 55.960001) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 92.629999 55.799999) (end 92.790001 55.960001) (width 0.5) (layer F.Cu) (net 3)) + (via (at 97.52 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3)) + (segment (start 97.52 56.405002) (end 97.074999 55.960001) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.52 62.23) (end 97.52 66.54) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 97.52 62.23) (end 97.52 56.405002) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 96.52 63.23) (end 97.52 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 66.04) (end 96.52 63.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.52 63.23) (end 97.52 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.52 66.54) (end 98.52 63.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 63.23) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 96.52 66.54) (end 96.52 63.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 98.52 63.23) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 98.52 66.54) (end 98.52 63.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.52 66.54) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 118.11 44.45) (end 116.84 45.72) (width 1) (layer B.Cu) (net 17) (tstamp 5CA24B27)) + (segment (start 116.84 45.72) (end 116.84 49.53) (width 1) (layer B.Cu) (net 17) (tstamp 5CA24D34) (status 20)) + (segment (start 92.71 41.91) (end 93.98 43.18) (width 1) (layer B.Cu) (net 16) (tstamp 5CA24D31)) + (segment (start 93.98 46.99) (end 93.98 43.18) (width 1) (layer B.Cu) (net 16) (tstamp 5CA24D2E) (status 10)) + (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer F.Cu) (net 10) (tstamp 5CA24D2B) (status 30)) + (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24D28) (status 30)) + (segment (start 119.41 44.45) (end 119.41 46.96) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24D25) (status 20)) + (segment (start 91.41 44.42) (end 91.44 44.45) (width 1) (layer B.Cu) (net 11) (tstamp 5CA24BFC) (status 30)) + (segment (start 91.41 41.91) (end 91.41 44.42) (width 1) (layer B.Cu) (net 11) (tstamp 5CA24BF9) (status 20)) + (segment (start 99.06 41.91) (end 96.52 41.91) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF6)) + (segment (start 96.52 41.91) (end 93.98 39.37) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF3)) + (segment (start 93.98 39.37) (end 91.44 39.37) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF0) (status 20)) + (segment (start 101.6 41.91) (end 99.06 41.91) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BED) (status 10)) + (segment (start 96.52 46.99) (end 96.52 41.91) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BEA) (status 10)) + (segment (start 99.06 39.37) (end 101.6 39.37) (width 1) (layer B.Cu) (net 6) (tstamp 5CA24B1B) (status 30)) + (segment (start 101.6 44.45) (end 99.06 44.45) (width 1) (layer B.Cu) (net 4) (tstamp 5CA24B18) (status 30)) + (segment (start 99.06 44.45) (end 99.06 46.99) (width 1) (layer B.Cu) (net 4) (tstamp 5CA24B15) (status 30)) + (segment (start 109.22 44.45) (end 111.76 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B12) (status 10)) + (segment (start 119.38 41.91) (end 116.84 41.91) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B0F) (status 10)) + (segment (start 114.3 44.45) (end 111.76 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B0C)) + (segment (start 116.84 41.91) (end 114.3 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B09)) + (segment (start 114.3 49.53) (end 114.3 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B06) (status 10)) + (segment (start 111.76 41.91) (end 109.22 41.91) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24B24) (status 30)) + (segment (start 111.76 46.99) (end 109.22 46.99) (width 1) (layer B.Cu) (net 5) (tstamp 5CA24B21) (status 30)) + (segment (start 111.76 46.99) (end 111.76 52.07) (width 1) (layer B.Cu) (net 5) (tstamp 5CA24B1E) (status 30)) + (segment (start 99.06 33.655) (end 99.06 36.83) (width 0.5) (layer B.Cu) (net 6) (status 30)) + (segment (start 99.06 36.83) (end 99.06 39.37) (width 0.5) (layer B.Cu) (net 6) (status 30)) + (segment (start 101.6 39.37) (end 102.9 39.37) (width 0.5) (layer B.Cu) (net 6) (status 10)) + (segment (start 102.9 39.37) (end 106.68 39.37) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 106.68 39.37) (end 107.315 40.005) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 107.315 40.005) (end 107.315 48.166998) (width 0.5) (layer B.Cu) (net 6)) + (via (at 107.315 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 6)) + (segment (start 107.315 48.166998) (end 107.315 49.53) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 107.315 49.53) (end 107.315 50.8) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 111.52 55.005) (end 111.52 66.54) (width 0.5) (layer F.Cu) (net 6) (status 20)) + (segment (start 107.315 50.8) (end 111.52 55.005) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 94.06 39.29) (end 93.98 39.37) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 94.06 33.655) (end 94.06 39.29) (width 0.5) (layer B.Cu) (net 7) (status 10)) + (segment (start 111.52 66.54) (end 111.52 58.18) (width 0.5) (layer B.Cu) (net 7) (status 10)) + (segment (start 110.75501 57.41501) (end 96.78501 57.41501) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 111.52 58.18) (end 110.75501 57.41501) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 92.792807 55.960001) (end 92.075 55.242194) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 95.330001 55.960001) (end 92.792807 55.960001) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 96.78501 57.41501) (end 95.330001 55.960001) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 92.075 53.972194) (end 96.52 49.527194) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 92.075 55.242194) (end 92.075 53.972194) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 96.52 49.527194) (end 96.52 46.99) (width 0.5) (layer B.Cu) (net 7) (status 20)) + (segment (start 116.76 41.83) (end 116.84 41.91) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 116.76 36.195) (end 116.76 41.83) (width 0.5) (layer B.Cu) (net 8) (status 10)) + (segment (start 114.3 52.067194) (end 114.3 49.53) (width 0.5) (layer B.Cu) (net 8) (status 20)) + (segment (start 118.190001 57.798001) (end 118.190001 55.957195) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 118.190001 55.957195) (end 114.3 52.067194) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 114.52 66.54) (end 114.52 59.47) (width 0.5) (layer B.Cu) (net 8) (status 10)) + (segment (start 114.52 59.47) (end 115.489999 58.500001) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 115.489999 58.500001) (end 117.488001 58.500001) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 117.488001 58.500001) (end 118.190001 57.798001) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 111.76 36.195) (end 111.76 39.37) (width 0.5) (layer B.Cu) (net 9) (status 30)) + (segment (start 111.76 39.37) (end 111.76 41.91) (width 0.5) (layer B.Cu) (net 9) (status 30)) + (segment (start 114.52 60.74) (end 114.52 63.74) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 116.935808 60.325) (end 114.935 60.325) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 114.52 63.74) (end 114.52 66.04) (width 0.5) (layer F.Cu) (net 9) (status 20)) + (segment (start 121.630011 55.630797) (end 116.935808 60.325) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 113.210001 34.744999) (end 117.456001 34.744999) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 117.456001 34.744999) (end 121.630011 38.919009) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 114.935 60.325) (end 114.52 60.74) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 111.76 36.195) (end 113.210001 34.744999) (width 0.5) (layer F.Cu) (net 9) (status 10)) + (segment (start 121.630011 38.919009) (end 121.630011 55.630797) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 115.52 61.740808) (end 115.52 66.54) (width 0.5) (layer B.Cu) (net 10) (status 20)) + (segment (start 119.38 57.880808) (end 115.52 61.740808) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 119.38 46.99) (end 119.38 57.880808) (width 0.5) (layer B.Cu) (net 10) (status 10)) + (segment (start 95.78002 58.31502) (end 94.325011 56.860011) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 109.75002 58.31502) (end 95.78002 58.31502) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 110.52 59.085) (end 109.75002 58.31502) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 110.52 66.54) (end 110.52 59.085) (width 0.5) (layer B.Cu) (net 11) (status 10)) + (segment (start 94.325011 56.860011) (end 92.207891 56.860011) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 91.17499 55.82711) (end 92.207891 56.860011) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 91.17499 53.74082) (end 92.71 52.20581) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 91.17499 55.82711) (end 91.17499 53.74082) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 92.71 45.72) (end 91.44 44.45) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 92.71 52.20581) (end 92.71 45.72) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 113.52 57.93) (end 114.3 57.15) (width 0.5) (layer B.Cu) (net 12) (status 20)) + (segment (start 113.52 66.54) (end 113.52 57.93) (width 0.5) (layer B.Cu) (net 12) (status 10)) + (segment (start 96.52 55.599949) (end 97.435051 56.515) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 96.52 54.61) (end 96.52 55.599949) (width 0.5) (layer B.Cu) (net 13) (status 10)) + (segment (start 97.435051 56.515) (end 111.76 56.515) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 112.52 57.275) (end 112.52 66.54) (width 0.5) (layer B.Cu) (net 13) (status 20)) + (segment (start 111.76 56.515) (end 112.52 57.275) (width 0.5) (layer B.Cu) (net 13)) + (segment (start 110.52 63.74) (end 110.49 63.71) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 110.52 66.54) (end 110.52 63.74) (width 0.5) (layer F.Cu) (net 14) (status 10)) + (segment (start 110.49 63.71) (end 110.49 60.96) (width 0.5) (layer F.Cu) (net 14)) + (via (at 109.22 59.69) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 14)) + (segment (start 110.49 60.96) (end 109.22 59.69) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 93.483878 59.69) (end 109.22 59.69) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 90.089999 56.296121) (end 93.483878 59.69) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 91.44 52.344426) (end 90.089999 53.694427) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 91.44 36.83) (end 90.450051 36.83) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 90.17 37.110051) (end 90.17 45.72) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 90.089999 53.694427) (end 90.089999 56.296121) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 90.450051 36.83) (end 90.17 37.110051) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 91.44 46.99) (end 91.44 52.344426) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 90.17 45.72) (end 91.44 46.99) (width 0.5) (layer B.Cu) (net 14)) + (segment (start 120.730001 55.258001) (end 116.933002 59.055) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 120.730001 40.720001) (end 120.730001 55.258001) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 119.38 39.37) (end 120.730001 40.720001) (width 0.5) (layer F.Cu) (net 15) (status 10)) + (segment (start 116.933002 59.055) (end 114.3 59.055) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 113.52 59.835) (end 113.52 66.54) (width 0.5) (layer F.Cu) (net 15) (status 20)) + (segment (start 114.3 59.055) (end 113.52 59.835) (width 0.5) (layer F.Cu) (net 15)) + + (zone (net 2) (net_name GNDA) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.3)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 88.9 31.75) (xy 122.555 31.75) (xy 122.555 63.5) (xy 88.9 63.5) + ) + ) + (filled_polygon + (pts + (xy 122.428 63.373) (xy 116.197 63.373) (xy 116.197 62.021229) (xy 119.811563 58.406668) (xy 119.86809 58.368898) + (xy 120.01772 58.14496) (xy 120.057 57.947486) (xy 120.057 57.947485) (xy 120.070263 57.880809) (xy 120.057 57.814132) + (xy 120.057 47.906818) (xy 120.335424 47.628394) (xy 120.507 47.214174) (xy 120.507 46.765826) (xy 120.337 46.355411) + (xy 120.337 44.358698) (xy 120.330365 44.325342) (xy 120.330365 44.2) (xy 120.327957 44.187894) (xy 120.327957 44.150991) + (xy 120.319592 44.066056) (xy 120.30047 43.969923) (xy 120.275696 43.888253) (xy 120.238187 43.797697) (xy 120.197954 43.722426) + (xy 120.143498 43.640927) (xy 120.089355 43.574953) (xy 120.020047 43.505645) (xy 119.954073 43.451502) (xy 119.872574 43.397046) + (xy 119.797303 43.356813) (xy 119.706747 43.319304) (xy 119.625077 43.29453) (xy 119.528944 43.275408) (xy 119.444009 43.267043) + (xy 119.407106 43.267043) (xy 119.395 43.264635) (xy 118.895 43.264635) (xy 118.745 43.294472) (xy 118.595 43.264635) + (xy 118.095 43.264635) (xy 118.082894 43.267043) (xy 118.045991 43.267043) (xy 117.961056 43.275408) (xy 117.864923 43.29453) + (xy 117.783253 43.319304) (xy 117.692697 43.356813) (xy 117.617426 43.397046) (xy 117.535927 43.451502) (xy 117.469953 43.505645) + (xy 117.400645 43.574953) (xy 117.346502 43.640927) (xy 117.292046 43.722426) (xy 117.251813 43.797697) (xy 117.214304 43.888253) + (xy 117.18953 43.969923) (xy 117.170408 44.066056) (xy 117.169036 44.079988) (xy 116.249075 44.99995) (xy 116.17167 45.05167) + (xy 115.966785 45.358304) (xy 115.913817 45.624592) (xy 115.894839 45.72) (xy 115.913 45.8113) (xy 115.913001 48.863181) + (xy 115.884576 48.891606) (xy 115.713 49.305826) (xy 115.713 49.754174) (xy 115.884576 50.168394) (xy 116.201606 50.485424) + (xy 116.615826 50.657) (xy 117.064174 50.657) (xy 117.478394 50.485424) (xy 117.795424 50.168394) (xy 117.967 49.754174) + (xy 117.967 49.305826) (xy 117.795424 48.891606) (xy 117.767 48.863182) (xy 117.767 46.103975) (xy 118.235611 45.635365) + (xy 118.483 45.635365) (xy 118.483001 46.293181) (xy 118.424576 46.351606) (xy 118.253 46.765826) (xy 118.253 47.214174) + (xy 118.424576 47.628394) (xy 118.703 47.906818) (xy 118.703001 55.506385) (xy 118.678091 55.469105) (xy 118.621561 55.431333) + (xy 114.977 51.786773) (xy 114.977 50.433075) (xy 115.112522 50.342522) (xy 115.361611 49.969733) (xy 115.449079 49.53) + (xy 115.361611 49.090267) (xy 115.227 48.888807) (xy 115.227 44.833975) (xy 117.223976 42.837) (xy 118.713182 42.837) + (xy 118.741606 42.865424) (xy 119.155826 43.037) (xy 119.604174 43.037) (xy 120.018394 42.865424) (xy 120.335424 42.548394) + (xy 120.507 42.134174) (xy 120.507 41.685826) (xy 120.335424 41.271606) (xy 120.018394 40.954576) (xy 119.604174 40.783) + (xy 119.155826 40.783) (xy 118.741606 40.954576) (xy 118.713182 40.983) (xy 117.437 40.983) (xy 117.437 39.37) + (xy 118.230921 39.37) (xy 118.318389 39.809733) (xy 118.567478 40.182522) (xy 118.940267 40.431611) (xy 119.269001 40.497) + (xy 119.490999 40.497) (xy 119.819733 40.431611) (xy 120.192522 40.182522) (xy 120.441611 39.809733) (xy 120.529079 39.37) + (xy 120.441611 38.930267) (xy 120.192522 38.557478) (xy 119.819733 38.308389) (xy 119.490999 38.243) (xy 119.269001 38.243) + (xy 118.940267 38.308389) (xy 118.567478 38.557478) (xy 118.318389 38.930267) (xy 118.230921 39.37) (xy 117.437 39.37) + (xy 117.437 37.242672) (xy 117.455039 37.2352) (xy 117.8002 36.890039) (xy 117.987 36.439065) (xy 117.987 35.950935) + (xy 117.8002 35.499961) (xy 117.455039 35.1548) (xy 117.004065 34.968) (xy 116.515935 34.968) (xy 116.064961 35.1548) + (xy 115.7198 35.499961) (xy 115.533 35.950935) (xy 115.533 36.439065) (xy 115.7198 36.890039) (xy 116.064961 37.2352) + (xy 116.083 37.242672) (xy 116.083001 41.356023) (xy 113.916025 43.523) (xy 110.041187 43.523) (xy 109.698752 43.294192) + (xy 109.340847 43.223) (xy 109.099153 43.223) (xy 108.741248 43.294192) (xy 108.335383 43.565383) (xy 108.064192 43.971248) + (xy 107.992 44.334181) (xy 107.992 42.025819) (xy 108.064192 42.388752) (xy 108.335383 42.794617) (xy 108.741248 43.065808) + (xy 109.099153 43.137) (xy 109.340847 43.137) (xy 109.698752 43.065808) (xy 110.041187 42.837) (xy 111.118807 42.837) + (xy 111.320267 42.971611) (xy 111.649001 43.037) (xy 111.870999 43.037) (xy 112.199733 42.971611) (xy 112.572522 42.722522) + (xy 112.821611 42.349733) (xy 112.909079 41.91) (xy 112.821611 41.470267) (xy 112.572522 41.097478) (xy 112.437 41.006925) + (xy 112.437 40.286818) (xy 112.715424 40.008394) (xy 112.887 39.594174) (xy 112.887 39.145826) (xy 112.715424 38.731606) + (xy 112.437 38.453182) (xy 112.437 37.242672) (xy 112.455039 37.2352) (xy 112.8002 36.890039) (xy 112.987 36.439065) + (xy 112.987 35.950935) (xy 112.8002 35.499961) (xy 112.455039 35.1548) (xy 112.004065 34.968) (xy 111.515935 34.968) + (xy 111.064961 35.1548) (xy 110.7198 35.499961) (xy 110.533 35.950935) (xy 110.533 36.439065) (xy 110.7198 36.890039) + (xy 111.064961 37.2352) (xy 111.083 37.242672) (xy 111.083001 38.453181) (xy 110.804576 38.731606) (xy 110.633 39.145826) + (xy 110.633 39.594174) (xy 110.804576 40.008394) (xy 111.083 40.286818) (xy 111.083001 40.983) (xy 110.041187 40.983) + (xy 109.698752 40.754192) (xy 109.340847 40.683) (xy 109.099153 40.683) (xy 108.741248 40.754192) (xy 108.335383 41.025383) + (xy 108.064192 41.431248) (xy 107.992 41.794181) (xy 107.992 40.071678) (xy 108.005263 40.005) (xy 107.95272 39.740847) + (xy 107.84086 39.573437) (xy 107.840858 39.573435) (xy 107.803089 39.51691) (xy 107.746564 39.479142) (xy 107.637422 39.37) + (xy 107.968962 39.37) (xy 108.064192 39.848752) (xy 108.335383 40.254617) (xy 108.741248 40.525808) (xy 109.099153 40.597) + (xy 109.340847 40.597) (xy 109.698752 40.525808) (xy 110.104617 40.254617) (xy 110.375808 39.848752) (xy 110.471038 39.37) + (xy 110.375808 38.891248) (xy 110.104617 38.485383) (xy 109.698752 38.214192) (xy 109.340847 38.143) (xy 109.099153 38.143) + (xy 108.741248 38.214192) (xy 108.335383 38.485383) (xy 108.064192 38.891248) (xy 107.968962 39.37) (xy 107.637422 39.37) + (xy 107.205863 38.938442) (xy 107.16809 38.88191) (xy 106.944152 38.73228) (xy 106.746678 38.693) (xy 106.746676 38.693) + (xy 106.68 38.679737) (xy 106.613324 38.693) (xy 102.835365 38.693) (xy 102.835365 38.57) (xy 102.802225 38.403393) + (xy 102.70785 38.26215) (xy 102.566607 38.167775) (xy 102.4 38.134635) (xy 100.8 38.134635) (xy 100.633393 38.167775) + (xy 100.49215 38.26215) (xy 100.397775 38.403393) (xy 100.389897 38.443) (xy 99.737 38.443) (xy 99.737 37.837745) + (xy 105.851861 37.837745) (xy 105.925995 38.083864) (xy 106.463223 38.276965) (xy 107.033454 38.249778) (xy 107.434005 38.083864) + (xy 107.508139 37.837745) (xy 106.68 37.009605) (xy 105.851861 37.837745) (xy 99.737 37.837745) (xy 99.737 37.746818) + (xy 100.015424 37.468394) (xy 100.187 37.054174) (xy 100.187 36.613223) (xy 105.233035 36.613223) (xy 105.260222 37.183454) + (xy 105.426136 37.584005) (xy 105.672255 37.658139) (xy 106.500395 36.83) (xy 106.859605 36.83) (xy 107.687745 37.658139) + (xy 107.933864 37.584005) (xy 108.040889 37.286248) (xy 108.1398 37.525039) (xy 108.484961 37.8702) (xy 108.935935 38.057) + (xy 109.424065 38.057) (xy 109.875039 37.8702) (xy 110.2202 37.525039) (xy 110.407 37.074065) (xy 110.407 36.585935) + (xy 110.2202 36.134961) (xy 109.875039 35.7898) (xy 109.424065 35.603) (xy 108.935935 35.603) (xy 108.484961 35.7898) + (xy 108.1398 36.134961) (xy 108.049044 36.354064) (xy 107.933864 36.075995) (xy 107.687745 36.001861) (xy 106.859605 36.83) + (xy 106.500395 36.83) (xy 105.672255 36.001861) (xy 105.426136 36.075995) (xy 105.233035 36.613223) (xy 100.187 36.613223) + (xy 100.187 36.605826) (xy 100.015424 36.191606) (xy 99.737 35.913182) (xy 99.737 35.822255) (xy 105.851861 35.822255) + (xy 106.68 36.650395) (xy 107.508139 35.822255) (xy 107.434005 35.576136) (xy 106.896777 35.383035) (xy 106.326546 35.410222) + (xy 105.925995 35.576136) (xy 105.851861 35.822255) (xy 99.737 35.822255) (xy 99.737 34.702672) (xy 99.755039 34.6952) + (xy 100.1002 34.350039) (xy 100.287 33.899065) (xy 100.287 33.410935) (xy 100.1002 32.959961) (xy 99.755039 32.6148) + (xy 99.304065 32.428) (xy 98.815935 32.428) (xy 98.364961 32.6148) (xy 98.0198 32.959961) (xy 97.833 33.410935) + (xy 97.833 33.899065) (xy 98.0198 34.350039) (xy 98.364961 34.6952) (xy 98.383 34.702672) (xy 98.383001 35.913181) + (xy 98.104576 36.191606) (xy 97.933 36.605826) (xy 97.933 37.054174) (xy 98.104576 37.468394) (xy 98.383 37.746818) + (xy 98.383001 38.466925) (xy 98.247478 38.557478) (xy 97.998389 38.930267) (xy 97.910921 39.37) (xy 97.998389 39.809733) + (xy 98.247478 40.182522) (xy 98.620267 40.431611) (xy 98.949001 40.497) (xy 99.170999 40.497) (xy 99.499733 40.431611) + (xy 99.701193 40.297) (xy 100.389897 40.297) (xy 100.397775 40.336607) (xy 100.49215 40.47785) (xy 100.633393 40.572225) + (xy 100.8 40.605365) (xy 102.4 40.605365) (xy 102.566607 40.572225) (xy 102.70785 40.47785) (xy 102.802225 40.336607) + (xy 102.835365 40.17) (xy 102.835365 40.047) (xy 106.399578 40.047) (xy 106.638 40.285422) (xy 106.638001 48.100316) + (xy 106.638 48.100321) (xy 106.638001 49.037444) (xy 106.613903 49.061542) (xy 106.488 49.365499) (xy 106.488 49.694501) + (xy 106.613903 49.998458) (xy 106.846542 50.231097) (xy 107.150499 50.357) (xy 107.479501 50.357) (xy 107.783458 50.231097) + (xy 108.016097 49.998458) (xy 108.142 49.694501) (xy 108.142 49.365499) (xy 108.016097 49.061542) (xy 107.992 49.037445) + (xy 107.992 47.105819) (xy 108.064192 47.468752) (xy 108.335383 47.874617) (xy 108.741248 48.145808) (xy 109.099153 48.217) + (xy 109.340847 48.217) (xy 109.698752 48.145808) (xy 110.041187 47.917) (xy 110.833 47.917) (xy 110.833001 51.403181) + (xy 110.804576 51.431606) (xy 110.633 51.845826) (xy 110.633 52.294174) (xy 110.804576 52.708394) (xy 111.121606 53.025424) + (xy 111.535826 53.197) (xy 111.984174 53.197) (xy 112.398394 53.025424) (xy 112.715424 52.708394) (xy 112.887 52.294174) + (xy 112.887 51.845826) (xy 112.715424 51.431606) (xy 112.687 51.403182) (xy 112.687 47.631193) (xy 112.821611 47.429733) + (xy 112.909079 46.99) (xy 112.821611 46.550267) (xy 112.572522 46.177478) (xy 112.199733 45.928389) (xy 111.870999 45.863) + (xy 111.649001 45.863) (xy 111.320267 45.928389) (xy 111.118807 46.063) (xy 110.041187 46.063) (xy 109.698752 45.834192) + (xy 109.340847 45.763) (xy 109.099153 45.763) (xy 108.741248 45.834192) (xy 108.335383 46.105383) (xy 108.064192 46.511248) + (xy 107.992 46.874181) (xy 107.992 44.565819) (xy 108.064192 44.928752) (xy 108.335383 45.334617) (xy 108.741248 45.605808) + (xy 109.099153 45.677) (xy 109.340847 45.677) (xy 109.698752 45.605808) (xy 110.041187 45.377) (xy 113.373001 45.377) + (xy 113.373 48.888807) (xy 113.238389 49.090267) (xy 113.150921 49.53) (xy 113.238389 49.969733) (xy 113.487478 50.342522) + (xy 113.623001 50.433075) (xy 113.623 52.000517) (xy 113.609737 52.067194) (xy 113.623 52.13387) (xy 113.623 52.133871) + (xy 113.66228 52.331345) (xy 113.81191 52.555283) (xy 113.868441 52.593056) (xy 117.147881 55.872497) (xy 116.967 55.980626) + (xy 116.967 57.023) (xy 116.987 57.023) (xy 116.987 57.277) (xy 116.967 57.277) (xy 116.967 57.297) + (xy 116.713 57.297) (xy 116.713 57.277) (xy 115.669794 57.277) (xy 115.547273 57.483331) (xy 115.710809 57.823001) + (xy 115.556675 57.823001) (xy 115.489999 57.809738) (xy 115.423322 57.823001) (xy 115.423321 57.823001) (xy 115.225847 57.862281) + (xy 115.092312 57.951506) (xy 115.255424 57.788394) (xy 115.427 57.374174) (xy 115.427 56.925826) (xy 115.381786 56.816669) + (xy 115.547273 56.816669) (xy 115.669794 57.023) (xy 116.713 57.023) (xy 116.713 55.980626) (xy 116.506671 55.857284) + (xy 116.161604 56.000203) (xy 115.773236 56.347337) (xy 115.547273 56.816669) (xy 115.381786 56.816669) (xy 115.255424 56.511606) + (xy 114.938394 56.194576) (xy 114.524174 56.023) (xy 114.075826 56.023) (xy 113.661606 56.194576) (xy 113.344576 56.511606) + (xy 113.173 56.925826) (xy 113.173 57.087666) (xy 113.15772 57.010848) (xy 113.10091 56.925826) (xy 113.045859 56.843436) + (xy 113.045858 56.843435) (xy 113.008089 56.78691) (xy 112.951564 56.749142) (xy 112.285864 56.083442) (xy 112.24809 56.02691) + (xy 112.024152 55.87728) (xy 111.826678 55.838) (xy 111.826676 55.838) (xy 111.76 55.824737) (xy 111.693324 55.838) + (xy 99.549581 55.838) (xy 99.738396 55.759797) (xy 100.126764 55.412663) (xy 100.352727 54.943331) (xy 100.230206 54.737) + (xy 99.187 54.737) (xy 99.187 54.757) (xy 98.933 54.757) (xy 98.933 54.737) (xy 97.889794 54.737) + (xy 97.767273 54.943331) (xy 97.993236 55.412663) (xy 98.381604 55.759797) (xy 98.570419 55.838) (xy 97.715474 55.838) + (xy 97.300645 55.423173) (xy 97.475424 55.248394) (xy 97.647 54.834174) (xy 97.647 54.385826) (xy 97.601786 54.276669) + (xy 97.767273 54.276669) (xy 97.889794 54.483) (xy 98.933 54.483) (xy 98.933 53.440626) (xy 99.187 53.440626) + (xy 99.187 54.483) (xy 100.230206 54.483) (xy 100.352727 54.276669) (xy 100.126764 53.807337) (xy 99.738396 53.460203) + (xy 99.393329 53.317284) (xy 99.187 53.440626) (xy 98.933 53.440626) (xy 98.726671 53.317284) (xy 98.381604 53.460203) + (xy 97.993236 53.807337) (xy 97.767273 54.276669) (xy 97.601786 54.276669) (xy 97.475424 53.971606) (xy 97.158394 53.654576) + (xy 96.744174 53.483) (xy 96.295826 53.483) (xy 95.881606 53.654576) (xy 95.564576 53.971606) (xy 95.393 54.385826) + (xy 95.393 54.834174) (xy 95.564576 55.248394) (xy 95.727688 55.411506) (xy 95.594153 55.322281) (xy 95.396679 55.283001) + (xy 95.396677 55.283001) (xy 95.330001 55.269738) (xy 95.263325 55.283001) (xy 95.109191 55.283001) (xy 95.272727 54.943331) + (xy 95.150206 54.737) (xy 94.107 54.737) (xy 94.107 54.757) (xy 93.853 54.757) (xy 93.853 54.737) + (xy 93.833 54.737) (xy 93.833 54.483) (xy 93.853 54.483) (xy 93.853 53.440626) (xy 94.107 53.440626) + (xy 94.107 54.483) (xy 95.150206 54.483) (xy 95.272727 54.276669) (xy 95.046764 53.807337) (xy 94.658396 53.460203) + (xy 94.313329 53.317284) (xy 94.107 53.440626) (xy 93.853 53.440626) (xy 93.672119 53.332497) (xy 94.601287 52.403329) + (xy 102.847284 52.403329) (xy 102.990203 52.748396) (xy 103.337337 53.136764) (xy 103.806669 53.362727) (xy 104.013 53.240206) + (xy 104.013 52.197) (xy 104.267 52.197) (xy 104.267 53.240206) (xy 104.473331 53.362727) (xy 104.942663 53.136764) + (xy 105.289797 52.748396) (xy 105.432716 52.403329) (xy 105.309374 52.197) (xy 104.267 52.197) (xy 104.013 52.197) + (xy 102.970626 52.197) (xy 102.847284 52.403329) (xy 94.601287 52.403329) (xy 95.267945 51.736671) (xy 102.847284 51.736671) + (xy 102.970626 51.943) (xy 104.013 51.943) (xy 104.013 51.923) (xy 104.267 51.923) (xy 104.267 51.943) + (xy 105.309374 51.943) (xy 105.432716 51.736671) (xy 105.289797 51.391604) (xy 104.942663 51.003236) (xy 104.675236 50.874481) + (xy 104.894005 50.783864) (xy 104.968139 50.537745) (xy 104.14 49.709605) (xy 103.311861 50.537745) (xy 103.385995 50.783864) + (xy 103.619015 50.86762) (xy 103.337337 51.003236) (xy 102.990203 51.391604) (xy 102.847284 51.736671) (xy 95.267945 51.736671) + (xy 96.951565 50.053052) (xy 97.008089 50.015284) (xy 97.090668 49.891697) (xy 97.157719 49.791347) (xy 97.15772 49.791346) + (xy 97.197 49.593872) (xy 97.197 49.593871) (xy 97.210263 49.527195) (xy 97.197 49.460518) (xy 97.197 47.893075) + (xy 97.332522 47.802522) (xy 97.581611 47.429733) (xy 97.669079 46.99) (xy 97.581611 46.550267) (xy 97.447 46.348807) + (xy 97.447 44.45) (xy 97.910921 44.45) (xy 97.998389 44.889733) (xy 98.133 45.091194) (xy 98.133001 46.323181) + (xy 98.104576 46.351606) (xy 97.933 46.765826) (xy 97.933 47.214174) (xy 98.104576 47.628394) (xy 98.421606 47.945424) + (xy 98.835826 48.117) (xy 99.284174 48.117) (xy 99.698394 47.945424) (xy 100.015424 47.628394) (xy 100.187 47.214174) + (xy 100.187 46.99) (xy 100.348962 46.99) (xy 100.444192 47.468752) (xy 100.673 47.811187) (xy 100.673001 48.76176) + (xy 100.5998 48.834961) (xy 100.413 49.285935) (xy 100.413 49.774065) (xy 100.5998 50.225039) (xy 100.944961 50.5702) + (xy 101.395935 50.757) (xy 101.884065 50.757) (xy 102.335039 50.5702) (xy 102.6802 50.225039) (xy 102.770956 50.005936) + (xy 102.886136 50.284005) (xy 103.132255 50.358139) (xy 103.960395 49.53) (xy 104.319605 49.53) (xy 105.147745 50.358139) + (xy 105.393864 50.284005) (xy 105.586965 49.746777) (xy 105.559778 49.176546) (xy 105.393864 48.775995) (xy 105.147745 48.701861) + (xy 104.319605 49.53) (xy 103.960395 49.53) (xy 103.132255 48.701861) (xy 102.886136 48.775995) (xy 102.779111 49.073752) + (xy 102.6802 48.834961) (xy 102.527 48.681761) (xy 102.527 48.522255) (xy 103.311861 48.522255) (xy 104.14 49.350395) + (xy 104.968139 48.522255) (xy 104.894005 48.276136) (xy 104.356777 48.083035) (xy 103.786546 48.110222) (xy 103.385995 48.276136) + (xy 103.311861 48.522255) (xy 102.527 48.522255) (xy 102.527 47.811187) (xy 102.755808 47.468752) (xy 102.851038 46.99) + (xy 102.755808 46.511248) (xy 102.484617 46.105383) (xy 102.078752 45.834192) (xy 101.720847 45.763) (xy 101.479153 45.763) + (xy 101.121248 45.834192) (xy 100.715383 46.105383) (xy 100.444192 46.511248) (xy 100.348962 46.99) (xy 100.187 46.99) + (xy 100.187 46.765826) (xy 100.015424 46.351606) (xy 99.987 46.323182) (xy 99.987 45.377) (xy 100.778813 45.377) + (xy 101.121248 45.605808) (xy 101.479153 45.677) (xy 101.720847 45.677) (xy 102.078752 45.605808) (xy 102.484617 45.334617) + (xy 102.755808 44.928752) (xy 102.851038 44.45) (xy 102.755808 43.971248) (xy 102.484617 43.565383) (xy 102.078752 43.294192) + (xy 101.720847 43.223) (xy 101.479153 43.223) (xy 101.121248 43.294192) (xy 100.778813 43.523) (xy 99.701193 43.523) + (xy 99.499733 43.388389) (xy 99.170999 43.323) (xy 98.949001 43.323) (xy 98.620267 43.388389) (xy 98.247478 43.637478) + (xy 97.998389 44.010267) (xy 97.910921 44.45) (xy 97.447 44.45) (xy 97.447 42.837) (xy 100.778813 42.837) + (xy 101.121248 43.065808) (xy 101.479153 43.137) (xy 101.720847 43.137) (xy 102.078752 43.065808) (xy 102.484617 42.794617) + (xy 102.755808 42.388752) (xy 102.851038 41.91) (xy 102.755808 41.431248) (xy 102.484617 41.025383) (xy 102.078752 40.754192) + (xy 101.720847 40.683) (xy 101.479153 40.683) (xy 101.121248 40.754192) (xy 100.778813 40.983) (xy 96.903976 40.983) + (xy 94.737 38.816025) (xy 94.737 34.702672) (xy 94.755039 34.6952) (xy 95.1002 34.350039) (xy 95.287 33.899065) + (xy 95.287 33.410935) (xy 95.1002 32.959961) (xy 94.755039 32.6148) (xy 94.304065 32.428) (xy 93.815935 32.428) + (xy 93.364961 32.6148) (xy 93.0198 32.959961) (xy 92.833 33.410935) (xy 92.833 33.899065) (xy 93.0198 34.350039) + (xy 93.364961 34.6952) (xy 93.383 34.702672) (xy 93.383001 38.443) (xy 92.106818 38.443) (xy 92.078394 38.414576) + (xy 91.664174 38.243) (xy 91.215826 38.243) (xy 90.847 38.395773) (xy 90.847 37.789202) (xy 91.000267 37.891611) + (xy 91.329001 37.957) (xy 91.550999 37.957) (xy 91.879733 37.891611) (xy 92.252522 37.642522) (xy 92.501611 37.269733) + (xy 92.589079 36.83) (xy 92.501611 36.390267) (xy 92.252522 36.017478) (xy 91.879733 35.768389) (xy 91.550999 35.703) + (xy 91.329001 35.703) (xy 91.000267 35.768389) (xy 90.627478 36.017478) (xy 90.536925 36.153) (xy 90.516727 36.153) + (xy 90.450051 36.139737) (xy 90.383374 36.153) (xy 90.383373 36.153) (xy 90.185899 36.19228) (xy 89.961961 36.34191) + (xy 89.924187 36.398443) (xy 89.738441 36.584189) (xy 89.68191 36.621962) (xy 89.53228 36.8459) (xy 89.52218 36.896678) + (xy 89.479737 37.110051) (xy 89.493 37.176728) (xy 89.493001 45.653319) (xy 89.479737 45.72) (xy 89.502452 45.834192) + (xy 89.532281 45.984152) (xy 89.681911 46.20809) (xy 89.738441 46.245862) (xy 90.763 47.270422) (xy 90.763001 52.064003) + (xy 89.65844 53.168565) (xy 89.601909 53.206338) (xy 89.452279 53.430276) (xy 89.430328 53.540632) (xy 89.399736 53.694427) + (xy 89.412999 53.761104) (xy 89.413 56.22944) (xy 89.399736 56.296121) (xy 89.443747 56.517373) (xy 89.45228 56.560273) + (xy 89.60191 56.784211) (xy 89.65844 56.821983) (xy 92.958016 60.12156) (xy 92.995788 60.17809) (xy 93.152082 60.282522) + (xy 93.219725 60.32772) (xy 93.483878 60.380263) (xy 93.550556 60.367) (xy 108.727445 60.367) (xy 108.751542 60.391097) + (xy 109.055499 60.517) (xy 109.384501 60.517) (xy 109.688458 60.391097) (xy 109.843001 60.236554) (xy 109.843 63.373) + (xy 105.197 63.373) (xy 105.197 63.311676) (xy 105.210263 63.245) (xy 105.194016 63.163322) (xy 105.15772 62.980848) + (xy 105.00809 62.75691) (xy 104.95156 62.719138) (xy 104.332 62.099579) (xy 104.332 62.065499) (xy 104.206097 61.761542) + (xy 103.973458 61.528903) (xy 103.669501 61.403) (xy 103.340499 61.403) (xy 103.036542 61.528903) (xy 102.803903 61.761542) + (xy 102.678 62.065499) (xy 102.678 62.099578) (xy 102.08844 62.689138) (xy 102.031911 62.72691) (xy 101.984118 62.798438) + (xy 101.882281 62.950848) (xy 101.829737 63.215) (xy 101.843001 63.281681) (xy 101.843001 63.373) (xy 99.197 63.373) + (xy 99.197 63.296678) (xy 99.210263 63.23) (xy 99.15772 62.965847) (xy 99.04586 62.798437) (xy 99.00809 62.74191) + (xy 98.951563 62.70414) (xy 98.347 62.099578) (xy 98.347 62.065499) (xy 98.221097 61.761542) (xy 97.988458 61.528903) + (xy 97.684501 61.403) (xy 97.355499 61.403) (xy 97.051542 61.528903) (xy 96.818903 61.761542) (xy 96.693 62.065499) + (xy 96.693 62.099578) (xy 96.08844 62.704138) (xy 96.031911 62.74191) (xy 95.937826 62.882719) (xy 95.882281 62.965848) + (xy 95.829737 63.23) (xy 95.843001 63.296681) (xy 95.843001 63.373) (xy 89.027 63.373) (xy 89.027 31.877) + (xy 122.428 31.877) + ) + ) + (filled_polygon + (pts + (xy 95.593001 42.293977) (xy 95.593 46.348807) (xy 95.458389 46.550267) (xy 95.370921 46.99) (xy 95.458389 47.429733) + (xy 95.707478 47.802522) (xy 95.843001 47.893075) (xy 95.843 49.246771) (xy 93.387 51.702772) (xy 93.387 47.964227) + (xy 93.755826 48.117) (xy 94.204174 48.117) (xy 94.618394 47.945424) (xy 94.935424 47.628394) (xy 95.107 47.214174) + (xy 95.107 46.765826) (xy 94.935424 46.351606) (xy 94.907 46.323182) (xy 94.907 43.2713) (xy 94.925161 43.179999) + (xy 94.897452 43.040696) (xy 94.853215 42.818303) (xy 94.82977 42.783214) (xy 94.700048 42.589072) (xy 94.64833 42.51167) + (xy 94.570927 42.459951) (xy 93.650964 41.539989) (xy 93.649592 41.526056) (xy 93.63047 41.429923) (xy 93.605696 41.348253) + (xy 93.568187 41.257697) (xy 93.527954 41.182426) (xy 93.473498 41.100927) (xy 93.419355 41.034953) (xy 93.350047 40.965645) + (xy 93.284073 40.911502) (xy 93.202574 40.857046) (xy 93.127303 40.816813) (xy 93.036747 40.779304) (xy 92.955077 40.75453) + (xy 92.858944 40.735408) (xy 92.774009 40.727043) (xy 92.737106 40.727043) (xy 92.725 40.724635) (xy 92.225 40.724635) + (xy 92.075 40.754472) (xy 91.925 40.724635) (xy 91.425 40.724635) (xy 91.412894 40.727043) (xy 91.375991 40.727043) + (xy 91.291056 40.735408) (xy 91.194923 40.75453) (xy 91.113253 40.779304) (xy 91.022697 40.816813) (xy 90.947426 40.857046) + (xy 90.865927 40.911502) (xy 90.847 40.927035) (xy 90.847 40.344227) (xy 91.215826 40.497) (xy 91.664174 40.497) + (xy 92.078394 40.325424) (xy 92.106818 40.297) (xy 93.596025 40.297) + ) + ) + ) + (zone (net 2) (net_name GNDA) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.3)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 88.9 31.75) (xy 122.555 31.75) (xy 122.555 63.5) (xy 88.9 63.5) + ) + ) + (filled_polygon + (pts + (xy 106.826911 51.28809) (xy 106.883441 51.325862) (xy 110.843 55.285422) (xy 110.843 60.355579) (xy 110.047 59.559579) + (xy 110.047 59.525499) (xy 109.921097 59.221542) (xy 109.688458 58.988903) (xy 109.384501 58.863) (xy 109.055499 58.863) + (xy 108.751542 58.988903) (xy 108.518903 59.221542) (xy 108.393 59.525499) (xy 108.393 59.854501) (xy 108.518903 60.158458) + (xy 108.751542 60.391097) (xy 109.055499 60.517) (xy 109.089579 60.517) (xy 109.813001 61.240423) (xy 109.813 63.373) + (xy 105.197 63.373) (xy 105.197 63.311676) (xy 105.210263 63.245) (xy 105.194016 63.163322) (xy 105.15772 62.980848) + (xy 105.00809 62.75691) (xy 104.95156 62.719138) (xy 104.332 62.099579) (xy 104.332 62.065499) (xy 104.206097 61.761542) + (xy 104.182 61.737445) (xy 104.182 54.983423) (xy 106.476565 52.68886) (xy 106.533089 52.651092) (xy 106.68272 52.427154) + (xy 106.722 52.22968) (xy 106.722 52.229679) (xy 106.735263 52.163003) (xy 106.722 52.096326) (xy 106.722 51.131079) + ) + ) + (filled_polygon + (pts + (xy 122.428 63.373) (xy 115.197 63.373) (xy 115.197 61.020421) (xy 115.215422 61.002) (xy 116.869132 61.002) + (xy 116.935808 61.015263) (xy 117.002484 61.002) (xy 117.002486 61.002) (xy 117.19996 60.96272) (xy 117.423898 60.81309) + (xy 117.461672 60.756557) (xy 122.061574 56.156657) (xy 122.118101 56.118887) (xy 122.155871 56.06236) (xy 122.267731 55.89495) + (xy 122.320274 55.630797) (xy 122.307011 55.564119) (xy 122.307011 38.985687) (xy 122.320274 38.919009) (xy 122.267731 38.654856) + (xy 122.155871 38.487446) (xy 122.155869 38.487444) (xy 122.1181 38.430919) (xy 122.061576 38.393151) (xy 117.981865 34.313442) + (xy 117.944091 34.256909) (xy 117.720153 34.107279) (xy 117.522679 34.067999) (xy 117.522677 34.067999) (xy 117.456001 34.054736) + (xy 117.389325 34.067999) (xy 113.276677 34.067999) (xy 113.21 34.054736) (xy 113.143324 34.067999) (xy 113.143323 34.067999) + (xy 112.945849 34.107279) (xy 112.721911 34.256909) (xy 112.684139 34.313439) (xy 112.022106 34.975473) (xy 112.004065 34.968) + (xy 111.515935 34.968) (xy 111.064961 35.1548) (xy 110.7198 35.499961) (xy 110.533 35.950935) (xy 110.533 36.439065) + (xy 110.7198 36.890039) (xy 111.064961 37.2352) (xy 111.515935 37.422) (xy 112.004065 37.422) (xy 112.455039 37.2352) + (xy 112.8002 36.890039) (xy 112.987 36.439065) (xy 112.987 35.950935) (xy 112.979527 35.932894) (xy 113.490423 35.421999) + (xy 115.797762 35.421999) (xy 115.7198 35.499961) (xy 115.533 35.950935) (xy 115.533 36.439065) (xy 115.7198 36.890039) + (xy 116.064961 37.2352) (xy 116.515935 37.422) (xy 117.004065 37.422) (xy 117.455039 37.2352) (xy 117.8002 36.890039) + (xy 117.987 36.439065) (xy 117.987 36.233419) (xy 120.953011 39.199432) (xy 120.953011 39.985589) (xy 120.497281 39.52986) + (xy 120.529079 39.37) (xy 120.441611 38.930267) (xy 120.192522 38.557478) (xy 119.819733 38.308389) (xy 119.490999 38.243) + (xy 119.269001 38.243) (xy 118.940267 38.308389) (xy 118.567478 38.557478) (xy 118.318389 38.930267) (xy 118.230921 39.37) + (xy 118.318389 39.809733) (xy 118.567478 40.182522) (xy 118.940267 40.431611) (xy 119.269001 40.497) (xy 119.490999 40.497) + (xy 119.53986 40.487281) (xy 119.999206 40.946628) (xy 119.604174 40.783) (xy 119.155826 40.783) (xy 118.741606 40.954576) + (xy 118.424576 41.271606) (xy 118.253 41.685826) (xy 118.253 42.134174) (xy 118.424576 42.548394) (xy 118.741606 42.865424) + (xy 119.155826 43.037) (xy 119.604174 43.037) (xy 120.018394 42.865424) (xy 120.053001 42.830817) (xy 120.053001 46.069183) + (xy 120.018394 46.034576) (xy 119.604174 45.863) (xy 119.155826 45.863) (xy 118.741606 46.034576) (xy 118.424576 46.351606) + (xy 118.253 46.765826) (xy 118.253 47.214174) (xy 118.424576 47.628394) (xy 118.741606 47.945424) (xy 119.155826 48.117) + (xy 119.604174 48.117) (xy 120.018394 47.945424) (xy 120.053001 47.910817) (xy 120.053002 54.977577) (xy 118.014045 57.016536) + (xy 118.132727 56.816669) (xy 117.906764 56.347337) (xy 117.518396 56.000203) (xy 117.173329 55.857284) (xy 116.967 55.980626) + (xy 116.967 57.023) (xy 116.987 57.023) (xy 116.987 57.277) (xy 116.967 57.277) (xy 116.967 57.297) + (xy 116.713 57.297) (xy 116.713 57.277) (xy 115.669794 57.277) (xy 115.547273 57.483331) (xy 115.773236 57.952663) + (xy 116.161604 58.299797) (xy 116.350419 58.378) (xy 114.366678 58.378) (xy 114.3 58.364737) (xy 114.035847 58.41728) + (xy 113.868437 58.52914) (xy 113.81191 58.56691) (xy 113.77414 58.623438) (xy 113.08844 59.309139) (xy 113.03191 59.346911) + (xy 112.88228 59.570849) (xy 112.850225 59.732) (xy 112.829737 59.835) (xy 112.843 59.901677) (xy 112.843001 63.373) + (xy 112.197 63.373) (xy 112.197 56.925826) (xy 113.173 56.925826) (xy 113.173 57.374174) (xy 113.344576 57.788394) + (xy 113.661606 58.105424) (xy 114.075826 58.277) (xy 114.524174 58.277) (xy 114.938394 58.105424) (xy 115.255424 57.788394) + (xy 115.427 57.374174) (xy 115.427 56.925826) (xy 115.381786 56.816669) (xy 115.547273 56.816669) (xy 115.669794 57.023) + (xy 116.713 57.023) (xy 116.713 55.980626) (xy 116.506671 55.857284) (xy 116.161604 56.000203) (xy 115.773236 56.347337) + (xy 115.547273 56.816669) (xy 115.381786 56.816669) (xy 115.255424 56.511606) (xy 114.938394 56.194576) (xy 114.524174 56.023) + (xy 114.075826 56.023) (xy 113.661606 56.194576) (xy 113.344576 56.511606) (xy 113.173 56.925826) (xy 112.197 56.925826) + (xy 112.197 55.071676) (xy 112.210263 55.004999) (xy 112.197 54.938322) (xy 112.15772 54.740848) (xy 112.008089 54.51691) + (xy 111.951562 54.47914) (xy 109.318248 51.845826) (xy 110.633 51.845826) (xy 110.633 52.294174) (xy 110.804576 52.708394) + (xy 111.121606 53.025424) (xy 111.535826 53.197) (xy 111.984174 53.197) (xy 112.398394 53.025424) (xy 112.715424 52.708394) + (xy 112.887 52.294174) (xy 112.887 51.845826) (xy 112.715424 51.431606) (xy 112.398394 51.114576) (xy 111.984174 50.943) + (xy 111.535826 50.943) (xy 111.121606 51.114576) (xy 110.804576 51.431606) (xy 110.633 51.845826) (xy 109.318248 51.845826) + (xy 107.992 50.519579) (xy 107.992 50.022555) (xy 108.016097 49.998458) (xy 108.142 49.694501) (xy 108.142 49.53) + (xy 113.150921 49.53) (xy 113.238389 49.969733) (xy 113.487478 50.342522) (xy 113.860267 50.591611) (xy 114.189001 50.657) + (xy 114.410999 50.657) (xy 114.739733 50.591611) (xy 115.112522 50.342522) (xy 115.361611 49.969733) (xy 115.449079 49.53) + (xy 115.404489 49.305826) (xy 115.713 49.305826) (xy 115.713 49.754174) (xy 115.884576 50.168394) (xy 116.201606 50.485424) + (xy 116.615826 50.657) (xy 117.064174 50.657) (xy 117.478394 50.485424) (xy 117.795424 50.168394) (xy 117.967 49.754174) + (xy 117.967 49.305826) (xy 117.795424 48.891606) (xy 117.478394 48.574576) (xy 117.064174 48.403) (xy 116.615826 48.403) + (xy 116.201606 48.574576) (xy 115.884576 48.891606) (xy 115.713 49.305826) (xy 115.404489 49.305826) (xy 115.361611 49.090267) + (xy 115.112522 48.717478) (xy 114.739733 48.468389) (xy 114.410999 48.403) (xy 114.189001 48.403) (xy 113.860267 48.468389) + (xy 113.487478 48.717478) (xy 113.238389 49.090267) (xy 113.150921 49.53) (xy 108.142 49.53) (xy 108.142 49.365499) + (xy 108.016097 49.061542) (xy 107.783458 48.828903) (xy 107.479501 48.703) (xy 107.150499 48.703) (xy 106.846542 48.828903) + (xy 106.722 48.953445) (xy 106.722 46.99) (xy 107.968962 46.99) (xy 108.064192 47.468752) (xy 108.335383 47.874617) + (xy 108.741248 48.145808) (xy 109.099153 48.217) (xy 109.340847 48.217) (xy 109.698752 48.145808) (xy 110.104617 47.874617) + (xy 110.375808 47.468752) (xy 110.471038 46.99) (xy 110.610921 46.99) (xy 110.698389 47.429733) (xy 110.947478 47.802522) + (xy 111.320267 48.051611) (xy 111.649001 48.117) (xy 111.870999 48.117) (xy 112.199733 48.051611) (xy 112.572522 47.802522) + (xy 112.821611 47.429733) (xy 112.909079 46.99) (xy 112.821611 46.550267) (xy 112.572522 46.177478) (xy 112.199733 45.928389) + (xy 111.870999 45.863) (xy 111.649001 45.863) (xy 111.320267 45.928389) (xy 110.947478 46.177478) (xy 110.698389 46.550267) + (xy 110.610921 46.99) (xy 110.471038 46.99) (xy 110.375808 46.511248) (xy 110.104617 46.105383) (xy 109.698752 45.834192) + (xy 109.340847 45.763) (xy 109.099153 45.763) (xy 108.741248 45.834192) (xy 108.335383 46.105383) (xy 108.064192 46.511248) + (xy 107.968962 46.99) (xy 106.722 46.99) (xy 106.722 44.45) (xy 107.968962 44.45) (xy 108.064192 44.928752) + (xy 108.335383 45.334617) (xy 108.741248 45.605808) (xy 109.099153 45.677) (xy 109.340847 45.677) (xy 109.698752 45.605808) + (xy 110.104617 45.334617) (xy 110.375808 44.928752) (xy 110.471038 44.45) (xy 110.375808 43.971248) (xy 110.104617 43.565383) + (xy 109.698752 43.294192) (xy 109.340847 43.223) (xy 109.099153 43.223) (xy 108.741248 43.294192) (xy 108.335383 43.565383) + (xy 108.064192 43.971248) (xy 107.968962 44.45) (xy 106.722 44.45) (xy 106.722 41.91) (xy 107.968962 41.91) + (xy 108.064192 42.388752) (xy 108.335383 42.794617) (xy 108.741248 43.065808) (xy 109.099153 43.137) (xy 109.340847 43.137) + (xy 109.698752 43.065808) (xy 110.104617 42.794617) (xy 110.375808 42.388752) (xy 110.471038 41.91) (xy 110.610921 41.91) + (xy 110.698389 42.349733) (xy 110.947478 42.722522) (xy 111.320267 42.971611) (xy 111.649001 43.037) (xy 111.870999 43.037) + (xy 112.199733 42.971611) (xy 112.572522 42.722522) (xy 112.821611 42.349733) (xy 112.909079 41.91) (xy 112.821611 41.470267) + (xy 112.572522 41.097478) (xy 112.199733 40.848389) (xy 111.870999 40.783) (xy 111.649001 40.783) (xy 111.320267 40.848389) + (xy 110.947478 41.097478) (xy 110.698389 41.470267) (xy 110.610921 41.91) (xy 110.471038 41.91) (xy 110.375808 41.431248) + (xy 110.104617 41.025383) (xy 109.698752 40.754192) (xy 109.340847 40.683) (xy 109.099153 40.683) (xy 108.741248 40.754192) + (xy 108.335383 41.025383) (xy 108.064192 41.431248) (xy 107.968962 41.91) (xy 106.722 41.91) (xy 106.722 40.920421) + (xy 107.595422 40.047) (xy 108.196657 40.047) (xy 108.335383 40.254617) (xy 108.741248 40.525808) (xy 109.099153 40.597) + (xy 109.340847 40.597) (xy 109.698752 40.525808) (xy 110.104617 40.254617) (xy 110.375808 39.848752) (xy 110.471038 39.37) + (xy 110.426447 39.145826) (xy 110.633 39.145826) (xy 110.633 39.594174) (xy 110.804576 40.008394) (xy 111.121606 40.325424) + (xy 111.535826 40.497) (xy 111.984174 40.497) (xy 112.398394 40.325424) (xy 112.715424 40.008394) (xy 112.887 39.594174) + (xy 112.887 39.145826) (xy 112.715424 38.731606) (xy 112.398394 38.414576) (xy 111.984174 38.243) (xy 111.535826 38.243) + (xy 111.121606 38.414576) (xy 110.804576 38.731606) (xy 110.633 39.145826) (xy 110.426447 39.145826) (xy 110.375808 38.891248) + (xy 110.104617 38.485383) (xy 109.897 38.346657) (xy 109.897 37.848239) (xy 110.2202 37.525039) (xy 110.407 37.074065) + (xy 110.407 36.585935) (xy 110.2202 36.134961) (xy 109.875039 35.7898) (xy 109.424065 35.603) (xy 108.935935 35.603) + (xy 108.484961 35.7898) (xy 108.1398 36.134961) (xy 108.049044 36.354064) (xy 107.933864 36.075995) (xy 107.687745 36.001861) + (xy 106.859605 36.83) (xy 107.687745 37.658139) (xy 107.933864 37.584005) (xy 108.040889 37.286248) (xy 108.1398 37.525039) + (xy 108.484961 37.8702) (xy 108.543001 37.894241) (xy 108.543 38.346657) (xy 108.335383 38.485383) (xy 108.196657 38.693) + (xy 107.381676 38.693) (xy 107.314999 38.679737) (xy 107.248323 38.693) (xy 107.248322 38.693) (xy 107.050848 38.73228) + (xy 106.82691 38.88191) (xy 106.789138 38.93844) (xy 105.613441 40.114138) (xy 105.556911 40.15191) (xy 105.440973 40.325424) + (xy 105.407281 40.375848) (xy 105.354737 40.64) (xy 105.368001 40.706681) (xy 105.368 48.768205) (xy 105.147745 48.701861) + (xy 104.319605 49.53) (xy 105.147745 50.358139) (xy 105.368 50.291795) (xy 105.368 51.580419) (xy 105.289797 51.391604) + (xy 104.942663 51.003236) (xy 104.675236 50.874481) (xy 104.894005 50.783864) (xy 104.968139 50.537745) (xy 104.14 49.709605) + (xy 103.311861 50.537745) (xy 103.385995 50.783864) (xy 103.619015 50.86762) (xy 103.337337 51.003236) (xy 102.990203 51.391604) + (xy 102.847284 51.736671) (xy 102.970626 51.943) (xy 104.013 51.943) (xy 104.013 51.923) (xy 104.267 51.923) + (xy 104.267 51.943) (xy 104.287 51.943) (xy 104.287 52.197) (xy 104.267 52.197) (xy 104.267 52.217) + (xy 104.013 52.217) (xy 104.013 52.197) (xy 102.970626 52.197) (xy 102.847284 52.403329) (xy 102.990203 52.748396) + (xy 103.337337 53.136764) (xy 103.806669 53.362727) (xy 104.006536 53.244045) (xy 103.073441 54.17714) (xy 103.016911 54.214912) + (xy 102.867281 54.43885) (xy 102.814737 54.703002) (xy 102.828001 54.769683) (xy 102.828 61.737445) (xy 102.803903 61.761542) + (xy 102.678 62.065499) (xy 102.678 62.099578) (xy 102.08844 62.689138) (xy 102.031911 62.72691) (xy 101.984118 62.798438) + (xy 101.882281 62.950848) (xy 101.829737 63.215) (xy 101.843001 63.281681) (xy 101.843001 63.373) (xy 99.197 63.373) + (xy 99.197 63.296678) (xy 99.210263 63.23) (xy 99.15772 62.965847) (xy 99.04586 62.798437) (xy 99.00809 62.74191) + (xy 98.951563 62.70414) (xy 98.347 62.099578) (xy 98.347 62.065499) (xy 98.221097 61.761542) (xy 98.197 61.737445) + (xy 98.197 56.471678) (xy 98.210263 56.405001) (xy 98.193566 56.32106) (xy 98.15772 56.14085) (xy 98.00809 55.916912) + (xy 97.951562 55.879141) (xy 97.600862 55.528443) (xy 97.563089 55.471911) (xy 97.376549 55.347269) (xy 97.475424 55.248394) + (xy 97.601785 54.943331) (xy 97.767273 54.943331) (xy 97.993236 55.412663) (xy 98.381604 55.759797) (xy 98.726671 55.902716) + (xy 98.933 55.779374) (xy 98.933 54.737) (xy 99.187 54.737) (xy 99.187 55.779374) (xy 99.393329 55.902716) + (xy 99.738396 55.759797) (xy 100.126764 55.412663) (xy 100.352727 54.943331) (xy 100.230206 54.737) (xy 99.187 54.737) + (xy 98.933 54.737) (xy 97.889794 54.737) (xy 97.767273 54.943331) (xy 97.601785 54.943331) (xy 97.647 54.834174) + (xy 97.647 54.385826) (xy 97.601786 54.276669) (xy 97.767273 54.276669) (xy 97.889794 54.483) (xy 98.933 54.483) + (xy 98.933 53.440626) (xy 99.187 53.440626) (xy 99.187 54.483) (xy 100.230206 54.483) (xy 100.352727 54.276669) + (xy 100.126764 53.807337) (xy 99.738396 53.460203) (xy 99.393329 53.317284) (xy 99.187 53.440626) (xy 98.933 53.440626) + (xy 98.726671 53.317284) (xy 98.381604 53.460203) (xy 97.993236 53.807337) (xy 97.767273 54.276669) (xy 97.601786 54.276669) + (xy 97.475424 53.971606) (xy 97.158394 53.654576) (xy 96.744174 53.483) (xy 96.295826 53.483) (xy 95.881606 53.654576) + (xy 95.564576 53.971606) (xy 95.393 54.385826) (xy 95.393 54.834174) (xy 95.564576 55.248394) (xy 95.599183 55.283001) + (xy 95.109191 55.283001) (xy 95.272727 54.943331) (xy 95.150206 54.737) (xy 94.107 54.737) (xy 94.107 54.757) + (xy 93.853 54.757) (xy 93.853 54.737) (xy 93.833 54.737) (xy 93.833 54.483) (xy 93.853 54.483) + (xy 93.853 54.463) (xy 94.107 54.463) (xy 94.107 54.483) (xy 95.150206 54.483) (xy 95.272727 54.276669) + (xy 95.046764 53.807337) (xy 94.658396 53.460203) (xy 94.313329 53.317284) (xy 94.111458 53.437961) (xy 97.34242 50.207) + (xy 100.592328 50.207) (xy 100.5998 50.225039) (xy 100.944961 50.5702) (xy 101.395935 50.757) (xy 101.884065 50.757) + (xy 102.335039 50.5702) (xy 102.6802 50.225039) (xy 102.770956 50.005936) (xy 102.886136 50.284005) (xy 103.132255 50.358139) + (xy 103.960395 49.53) (xy 103.132255 48.701861) (xy 102.886136 48.775995) (xy 102.779111 49.073752) (xy 102.6802 48.834961) + (xy 102.367494 48.522255) (xy 103.311861 48.522255) (xy 104.14 49.350395) (xy 104.968139 48.522255) (xy 104.894005 48.276136) + (xy 104.356777 48.083035) (xy 103.786546 48.110222) (xy 103.385995 48.276136) (xy 103.311861 48.522255) (xy 102.367494 48.522255) + (xy 102.335039 48.4898) (xy 101.884065 48.303) (xy 101.395935 48.303) (xy 100.944961 48.4898) (xy 100.5998 48.834961) + (xy 100.592328 48.853) (xy 97.128674 48.853) (xy 97.061997 48.839737) (xy 96.995321 48.853) (xy 96.99532 48.853) + (xy 96.797846 48.89228) (xy 96.573908 49.04191) (xy 96.536136 49.09844) (xy 92.19844 53.436137) (xy 92.141909 53.47391) + (xy 91.992279 53.697848) (xy 91.952999 53.895321) (xy 91.939736 53.961999) (xy 91.952999 54.028676) (xy 91.953 55.733318) + (xy 91.939736 55.799999) (xy 91.991924 56.06236) (xy 91.99228 56.064151) (xy 92.14191 56.288089) (xy 92.19844 56.325861) + (xy 92.264137 56.391558) (xy 92.301911 56.448091) (xy 92.525849 56.597721) (xy 92.723323 56.637001) (xy 92.723325 56.637001) + (xy 92.790001 56.650264) (xy 92.856677 56.637001) (xy 96.794577 56.637001) (xy 96.843001 56.685425) (xy 96.843 61.737445) + (xy 96.818903 61.761542) (xy 96.693 62.065499) (xy 96.693 62.099578) (xy 96.08844 62.704138) (xy 96.031911 62.74191) + (xy 95.947848 62.86772) (xy 95.882281 62.965848) (xy 95.829737 63.23) (xy 95.843001 63.296681) (xy 95.843001 63.373) + (xy 89.027 63.373) (xy 89.027 46.765826) (xy 92.853 46.765826) (xy 92.853 47.214174) (xy 93.024576 47.628394) + (xy 93.341606 47.945424) (xy 93.755826 48.117) (xy 94.204174 48.117) (xy 94.618394 47.945424) (xy 94.935424 47.628394) + (xy 95.107 47.214174) (xy 95.107 46.99) (xy 95.370921 46.99) (xy 95.458389 47.429733) (xy 95.707478 47.802522) + (xy 96.080267 48.051611) (xy 96.409001 48.117) (xy 96.630999 48.117) (xy 96.959733 48.051611) (xy 97.332522 47.802522) + (xy 97.581611 47.429733) (xy 97.669079 46.99) (xy 97.624489 46.765826) (xy 97.933 46.765826) (xy 97.933 47.214174) + (xy 98.104576 47.628394) (xy 98.421606 47.945424) (xy 98.835826 48.117) (xy 99.284174 48.117) (xy 99.698394 47.945424) + (xy 100.015424 47.628394) (xy 100.187 47.214174) (xy 100.187 46.99) (xy 100.348962 46.99) (xy 100.444192 47.468752) + (xy 100.715383 47.874617) (xy 101.121248 48.145808) (xy 101.479153 48.217) (xy 101.720847 48.217) (xy 102.078752 48.145808) + (xy 102.484617 47.874617) (xy 102.755808 47.468752) (xy 102.851038 46.99) (xy 102.755808 46.511248) (xy 102.484617 46.105383) + (xy 102.078752 45.834192) (xy 101.720847 45.763) (xy 101.479153 45.763) (xy 101.121248 45.834192) (xy 100.715383 46.105383) + (xy 100.444192 46.511248) (xy 100.348962 46.99) (xy 100.187 46.99) (xy 100.187 46.765826) (xy 100.015424 46.351606) + (xy 99.698394 46.034576) (xy 99.284174 45.863) (xy 98.835826 45.863) (xy 98.421606 46.034576) (xy 98.104576 46.351606) + (xy 97.933 46.765826) (xy 97.624489 46.765826) (xy 97.581611 46.550267) (xy 97.332522 46.177478) (xy 96.959733 45.928389) + (xy 96.630999 45.863) (xy 96.409001 45.863) (xy 96.080267 45.928389) (xy 95.707478 46.177478) (xy 95.458389 46.550267) + (xy 95.370921 46.99) (xy 95.107 46.99) (xy 95.107 46.765826) (xy 94.935424 46.351606) (xy 94.618394 46.034576) + (xy 94.204174 45.863) (xy 93.755826 45.863) (xy 93.341606 46.034576) (xy 93.024576 46.351606) (xy 92.853 46.765826) + (xy 89.027 46.765826) (xy 89.027 44.225826) (xy 90.313 44.225826) (xy 90.313 44.674174) (xy 90.484576 45.088394) + (xy 90.801606 45.405424) (xy 91.215826 45.577) (xy 91.664174 45.577) (xy 92.078394 45.405424) (xy 92.395424 45.088394) + (xy 92.567 44.674174) (xy 92.567 44.45) (xy 97.910921 44.45) (xy 97.998389 44.889733) (xy 98.247478 45.262522) + (xy 98.620267 45.511611) (xy 98.949001 45.577) (xy 99.170999 45.577) (xy 99.499733 45.511611) (xy 99.872522 45.262522) + (xy 100.121611 44.889733) (xy 100.209079 44.45) (xy 100.348962 44.45) (xy 100.444192 44.928752) (xy 100.715383 45.334617) + (xy 101.121248 45.605808) (xy 101.479153 45.677) (xy 101.720847 45.677) (xy 102.078752 45.605808) (xy 102.484617 45.334617) + (xy 102.755808 44.928752) (xy 102.851038 44.45) (xy 102.755808 43.971248) (xy 102.484617 43.565383) (xy 102.078752 43.294192) + (xy 101.720847 43.223) (xy 101.479153 43.223) (xy 101.121248 43.294192) (xy 100.715383 43.565383) (xy 100.444192 43.971248) + (xy 100.348962 44.45) (xy 100.209079 44.45) (xy 100.121611 44.010267) (xy 99.872522 43.637478) (xy 99.499733 43.388389) + (xy 99.170999 43.323) (xy 98.949001 43.323) (xy 98.620267 43.388389) (xy 98.247478 43.637478) (xy 97.998389 44.010267) + (xy 97.910921 44.45) (xy 92.567 44.45) (xy 92.567 44.225826) (xy 92.395424 43.811606) (xy 92.078394 43.494576) + (xy 91.664174 43.323) (xy 91.215826 43.323) (xy 90.801606 43.494576) (xy 90.484576 43.811606) (xy 90.313 44.225826) + (xy 89.027 44.225826) (xy 89.027 41.91) (xy 100.348962 41.91) (xy 100.444192 42.388752) (xy 100.715383 42.794617) + (xy 101.121248 43.065808) (xy 101.479153 43.137) (xy 101.720847 43.137) (xy 102.078752 43.065808) (xy 102.484617 42.794617) + (xy 102.755808 42.388752) (xy 102.851038 41.91) (xy 102.755808 41.431248) (xy 102.484617 41.025383) (xy 102.078752 40.754192) + (xy 101.720847 40.683) (xy 101.479153 40.683) (xy 101.121248 40.754192) (xy 100.715383 41.025383) (xy 100.444192 41.431248) + (xy 100.348962 41.91) (xy 89.027 41.91) (xy 89.027 39.145826) (xy 90.313 39.145826) (xy 90.313 39.594174) + (xy 90.484576 40.008394) (xy 90.801606 40.325424) (xy 91.215826 40.497) (xy 91.664174 40.497) (xy 92.078394 40.325424) + (xy 92.395424 40.008394) (xy 92.567 39.594174) (xy 92.567 39.37) (xy 97.910921 39.37) (xy 97.998389 39.809733) + (xy 98.247478 40.182522) (xy 98.620267 40.431611) (xy 98.949001 40.497) (xy 99.170999 40.497) (xy 99.499733 40.431611) + (xy 99.872522 40.182522) (xy 100.121611 39.809733) (xy 100.209079 39.37) (xy 100.121611 38.930267) (xy 99.880889 38.57) + (xy 100.364635 38.57) (xy 100.364635 40.17) (xy 100.397775 40.336607) (xy 100.49215 40.47785) (xy 100.633393 40.572225) + (xy 100.8 40.605365) (xy 102.4 40.605365) (xy 102.566607 40.572225) (xy 102.70785 40.47785) (xy 102.802225 40.336607) + (xy 102.835365 40.17) (xy 102.835365 38.57) (xy 102.802225 38.403393) (xy 102.70785 38.26215) (xy 102.566607 38.167775) + (xy 102.4 38.134635) (xy 100.8 38.134635) (xy 100.633393 38.167775) (xy 100.49215 38.26215) (xy 100.397775 38.403393) + (xy 100.364635 38.57) (xy 99.880889 38.57) (xy 99.872522 38.557478) (xy 99.499733 38.308389) (xy 99.170999 38.243) + (xy 98.949001 38.243) (xy 98.620267 38.308389) (xy 98.247478 38.557478) (xy 97.998389 38.930267) (xy 97.910921 39.37) + (xy 92.567 39.37) (xy 92.567 39.145826) (xy 92.395424 38.731606) (xy 92.078394 38.414576) (xy 91.664174 38.243) + (xy 91.215826 38.243) (xy 90.801606 38.414576) (xy 90.484576 38.731606) (xy 90.313 39.145826) (xy 89.027 39.145826) + (xy 89.027 36.83) (xy 90.290921 36.83) (xy 90.378389 37.269733) (xy 90.627478 37.642522) (xy 91.000267 37.891611) + (xy 91.329001 37.957) (xy 91.550999 37.957) (xy 91.879733 37.891611) (xy 92.252522 37.642522) (xy 92.501611 37.269733) + (xy 92.589079 36.83) (xy 92.544489 36.605826) (xy 97.933 36.605826) (xy 97.933 37.054174) (xy 98.104576 37.468394) + (xy 98.421606 37.785424) (xy 98.835826 37.957) (xy 99.284174 37.957) (xy 99.57208 37.837745) (xy 105.851861 37.837745) + (xy 105.925995 38.083864) (xy 106.463223 38.276965) (xy 107.033454 38.249778) (xy 107.434005 38.083864) (xy 107.508139 37.837745) + (xy 106.68 37.009605) (xy 105.851861 37.837745) (xy 99.57208 37.837745) (xy 99.698394 37.785424) (xy 100.015424 37.468394) + (xy 100.187 37.054174) (xy 100.187 36.613223) (xy 105.233035 36.613223) (xy 105.260222 37.183454) (xy 105.426136 37.584005) + (xy 105.672255 37.658139) (xy 106.500395 36.83) (xy 105.672255 36.001861) (xy 105.426136 36.075995) (xy 105.233035 36.613223) + (xy 100.187 36.613223) (xy 100.187 36.605826) (xy 100.015424 36.191606) (xy 99.698394 35.874576) (xy 99.572081 35.822255) + (xy 105.851861 35.822255) (xy 106.68 36.650395) (xy 107.508139 35.822255) (xy 107.434005 35.576136) (xy 106.896777 35.383035) + (xy 106.326546 35.410222) (xy 105.925995 35.576136) (xy 105.851861 35.822255) (xy 99.572081 35.822255) (xy 99.284174 35.703) + (xy 98.835826 35.703) (xy 98.421606 35.874576) (xy 98.104576 36.191606) (xy 97.933 36.605826) (xy 92.544489 36.605826) + (xy 92.501611 36.390267) (xy 92.252522 36.017478) (xy 91.879733 35.768389) (xy 91.550999 35.703) (xy 91.329001 35.703) + (xy 91.000267 35.768389) (xy 90.627478 36.017478) (xy 90.378389 36.390267) (xy 90.290921 36.83) (xy 89.027 36.83) + (xy 89.027 33.410935) (xy 92.833 33.410935) (xy 92.833 33.899065) (xy 93.0198 34.350039) (xy 93.364961 34.6952) + (xy 93.815935 34.882) (xy 94.304065 34.882) (xy 94.755039 34.6952) (xy 95.1002 34.350039) (xy 95.287 33.899065) + (xy 95.287 33.410935) (xy 97.833 33.410935) (xy 97.833 33.899065) (xy 98.0198 34.350039) (xy 98.364961 34.6952) + (xy 98.815935 34.882) (xy 99.304065 34.882) (xy 99.755039 34.6952) (xy 100.1002 34.350039) (xy 100.287 33.899065) + (xy 100.287 33.410935) (xy 100.1002 32.959961) (xy 99.755039 32.6148) (xy 99.304065 32.428) (xy 98.815935 32.428) + (xy 98.364961 32.6148) (xy 98.0198 32.959961) (xy 97.833 33.410935) (xy 95.287 33.410935) (xy 95.1002 32.959961) + (xy 94.755039 32.6148) (xy 94.304065 32.428) (xy 93.815935 32.428) (xy 93.364961 32.6148) (xy 93.0198 32.959961) + (xy 92.833 33.410935) (xy 89.027 33.410935) (xy 89.027 31.877) (xy 122.428 31.877) + ) + ) + ) + (zone (net 3) (net_name -15V) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 96.52 63.246) (xy 97.536 62.23) (xy 98.552 63.246) (xy 98.552 64.008) (xy 96.52 64.008) + ) + ) + (filled_polygon + (pts + (xy 98.425 63.298606) (xy 98.425 63.605) (xy 98.392998 63.605) (xy 98.392998 63.763748) (xy 98.23425 63.605) + (xy 98.068691 63.605) (xy 98.02 63.625168) (xy 97.971309 63.605) (xy 97.80575 63.605) (xy 97.647 63.76375) + (xy 97.647 63.881) (xy 97.393 63.881) (xy 97.393 63.76375) (xy 97.23425 63.605) (xy 97.068691 63.605) + (xy 97.02 63.625168) (xy 96.971309 63.605) (xy 96.80575 63.605) (xy 96.647002 63.763748) (xy 96.647002 63.605) + (xy 96.647 63.605) (xy 96.647 63.298606) (xy 97.536 62.409606) + ) + ) + ) + (zone (net 1) (net_name +15V) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 102.362 63.246) (xy 103.378 61.976) (xy 104.648 63.246) (xy 104.648 64.008) (xy 102.362 64.008) + ) + ) + (filled_polygon + (pts + (xy 104.521 63.298606) (xy 104.521 63.881) (xy 104.393 63.881) (xy 104.393 63.76375) (xy 104.23425 63.605) + (xy 104.068691 63.605) (xy 104.02 63.625168) (xy 103.971309 63.605) (xy 103.80575 63.605) (xy 103.647 63.76375) + (xy 103.647 63.881) (xy 103.393 63.881) (xy 103.393 63.76375) (xy 103.23425 63.605) (xy 103.068691 63.605) + (xy 103.02 63.625168) (xy 102.971309 63.605) (xy 102.80575 63.605) (xy 102.647 63.76375) (xy 102.647 63.881) + (xy 102.489 63.881) (xy 102.489 63.290549) (xy 103.38853 62.166136) + ) + ) + ) + (zone (net 1) (net_name +15V) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 102.362 63.246) (xy 103.378 61.976) (xy 104.648 63.246) (xy 104.648 64.008) (xy 102.362 64.008) + ) + ) + (filled_polygon + (pts + (xy 104.521 63.298606) (xy 104.521 63.881) (xy 104.393 63.881) (xy 104.393 63.76375) (xy 104.23425 63.605) + (xy 104.068691 63.605) (xy 104.02 63.625168) (xy 103.971309 63.605) (xy 103.80575 63.605) (xy 103.647 63.76375) + (xy 103.647 63.881) (xy 103.393 63.881) (xy 103.393 63.76375) (xy 103.23425 63.605) (xy 103.068691 63.605) + (xy 103.02 63.625168) (xy 102.971309 63.605) (xy 102.80575 63.605) (xy 102.647 63.76375) (xy 102.647 63.881) + (xy 102.489 63.881) (xy 102.489 63.290549) (xy 103.38853 62.166136) + ) + ) + ) + (zone (net 3) (net_name -15V) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 96.52 63.246) (xy 97.536 62.23) (xy 98.552 63.246) (xy 98.552 64.008) (xy 96.52 64.008) + ) + ) + (filled_polygon + (pts + (xy 98.425 63.298606) (xy 98.425 63.605) (xy 98.392998 63.605) (xy 98.392998 63.763748) (xy 98.23425 63.605) + (xy 98.068691 63.605) (xy 98.02 63.625168) (xy 97.971309 63.605) (xy 97.80575 63.605) (xy 97.647 63.76375) + (xy 97.647 63.881) (xy 97.393 63.881) (xy 97.393 63.76375) (xy 97.23425 63.605) (xy 97.068691 63.605) + (xy 97.02 63.625168) (xy 96.971309 63.605) (xy 96.80575 63.605) (xy 96.647002 63.763748) (xy 96.647002 63.605) + (xy 96.647 63.605) (xy 96.647 63.298606) (xy 97.536 62.409606) + ) + ) + ) +) diff --git a/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.pro b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.sch b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.sch new file mode 100644 index 0000000..b418359 --- /dev/null +++ b/schematic/backups/mixerin_output (backup 20190401b)/mixerin_output.sch @@ -0,0 +1,835 @@ +EESchema Schematic File Version 4 +LIBS:mixerin_output-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:+15V #PWR0110 +U 1 1 5C54757E +P 3700 1700 +F 0 "#PWR0110" H 3700 1550 50 0001 C CNN +F 1 "+15V" H 3715 1873 50 0000 C CNN +F 2 "" H 3700 1700 50 0001 C CNN +F 3 "" H 3700 1700 50 0001 C CNN + 1 3700 1700 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0111 +U 1 1 5C5477E1 +P 1950 1000 +F 0 "#PWR0111" H 1950 1100 50 0001 C CNN +F 1 "-15V" H 1965 1173 50 0000 C CNN +F 2 "" H 1950 1000 50 0001 C CNN +F 3 "" H 1950 1000 50 0001 C CNN + 1 1950 1000 + -1 0 0 1 +$EndComp +$Comp +L power:GNDA #PWR0112 +U 1 1 5C547AD0 +P 2200 1300 +F 0 "#PWR0112" H 2200 1050 50 0001 C CNN +F 1 "GNDA" H 2205 1127 50 0000 C CNN +F 2 "" H 2200 1300 50 0001 C CNN +F 3 "" H 2200 1300 50 0001 C CNN + 1 2200 1300 + 1 0 0 -1 +$EndComp +$Comp +L Connector_Generic:Conn_02x18_Row_Letter_Last J3 +U 1 1 5C5482AB +P 2750 1800 +F 0 "J3" H 2800 2817 50 0000 C CNN +F 1 "Conn_02x18_Row_Letter_First" H 2800 2726 50 0000 C CNN +F 2 "footprints:PCIexpress_1x_letters" H 2750 1800 50 0001 C CNN +F 3 "~" H 2750 1800 50 0001 C CNN + 1 2750 1800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1950 1000 2450 1000 +Wire Wire Line + 2550 1100 2450 1100 +Wire Wire Line + 2450 1100 2450 1000 +Connection ~ 2450 1000 +Wire Wire Line + 2450 1000 2550 1000 +Wire Wire Line + 2550 1200 2450 1200 +Wire Wire Line + 2450 1200 2450 1100 +Connection ~ 2450 1100 +$Comp +L power:+15V #PWR0101 +U 1 1 5C548E75 +P 1950 1700 +F 0 "#PWR0101" H 1950 1550 50 0001 C CNN +F 1 "+15V" H 1965 1873 50 0000 C CNN +F 2 "" H 1950 1700 50 0001 C CNN +F 3 "" H 1950 1700 50 0001 C CNN + 1 1950 1700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3050 1100 3150 1100 +Wire Wire Line + 3150 1100 3150 1000 +Wire Wire Line + 3150 1000 3050 1000 +Wire Wire Line + 3150 1100 3150 1200 +Wire Wire Line + 3150 1200 3050 1200 +Connection ~ 3150 1100 +$Comp +L power:GNDA #PWR0109 +U 1 1 5C54A2E8 +P 3400 1300 +F 0 "#PWR0109" H 3400 1050 50 0001 C CNN +F 1 "GNDA" H 3405 1127 50 0000 C CNN +F 2 "" H 3400 1300 50 0001 C CNN +F 3 "" H 3400 1300 50 0001 C CNN + 1 3400 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2200 1300 2450 1300 +$Comp +L power:-15V #PWR0113 +U 1 1 5C54D177 +P 3700 1000 +F 0 "#PWR0113" H 3700 1100 50 0001 C CNN +F 1 "-15V" H 3715 1173 50 0000 C CNN +F 2 "" H 3700 1000 50 0001 C CNN +F 3 "" H 3700 1000 50 0001 C CNN + 1 3700 1000 + -1 0 0 1 +$EndComp +Wire Wire Line + 3150 1000 3700 1000 +Connection ~ 3150 1000 +Wire Wire Line + 3050 1300 3150 1300 +Wire Wire Line + 2550 1400 2450 1400 +Wire Wire Line + 2450 1400 2450 1300 +Connection ~ 2450 1300 +Wire Wire Line + 2450 1300 2550 1300 +Wire Wire Line + 2550 1500 2450 1500 +Wire Wire Line + 2450 1500 2450 1400 +Connection ~ 2450 1400 +Wire Wire Line + 3050 1400 3150 1400 +Wire Wire Line + 3150 1400 3150 1300 +Connection ~ 3150 1300 +Wire Wire Line + 3150 1300 3400 1300 +Wire Wire Line + 3150 1400 3150 1500 +Wire Wire Line + 3150 1500 3050 1500 +Connection ~ 3150 1400 +Wire Wire Line + 2550 1600 2450 1600 +Wire Wire Line + 2450 1600 2450 1700 +Wire Wire Line + 2450 1800 2550 1800 +Wire Wire Line + 2550 1700 2450 1700 +Connection ~ 2450 1700 +Wire Wire Line + 2450 1700 2450 1800 +Wire Wire Line + 3050 1600 3150 1600 +Wire Wire Line + 3150 1600 3150 1700 +Wire Wire Line + 3150 1800 3050 1800 +Wire Wire Line + 3050 1700 3150 1700 +Connection ~ 3150 1700 +Wire Wire Line + 3150 1700 3150 1800 +Wire Wire Line + 3700 1700 3150 1700 +Wire Wire Line + 1950 1700 2450 1700 +$Comp +L Device:Opamp_Dual_Generic U1 +U 2 1 5C54CA7D +P 4150 5500 +AR Path="/5C54CA7D" Ref="U1" Part="2" +AR Path="/5C06F581/5C54CA7D" Ref="U?" Part="2" +AR Path="/5C0574B7/5C54CA7D" Ref="U?" Part="1" +AR Path="/5C05A497/5C54CA7D" Ref="U?" Part="2" +F 0 "U1" H 4150 5200 50 0000 C CNN +F 1 "LM4562" H 4200 5300 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 5500 50 0001 C CNN +F 3 "~" H 4150 5500 50 0001 C CNN + 2 4150 5500 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U1 +U 1 1 5C54CA84 +P 4150 3650 +AR Path="/5C54CA84" Ref="U1" Part="1" +AR Path="/5C06F581/5C54CA84" Ref="U?" Part="3" +AR Path="/5C0574B7/5C54CA84" Ref="U?" Part="2" +AR Path="/5C05A497/5C54CA84" Ref="U?" Part="1" +F 0 "U1" H 4200 3350 50 0000 C CNN +F 1 "LM4562" H 4250 3450 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 3650 50 0001 C CNN +F 3 "~" H 4150 3650 50 0001 C CNN + 1 4150 3650 + 1 0 0 1 +$EndComp +$Comp +L Device:R RA2 +U 1 1 5C54CA8C +P 3550 3550 +AR Path="/5C54CA8C" Ref="RA2" Part="1" +AR Path="/5C06F581/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA8C" Ref="R?" Part="1" +F 0 "RA2" V 3800 3550 50 0000 C CNN +F 1 "10k" V 3700 3550 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3480 3550 50 0001 C CNN +F 3 "~" H 3550 3550 50 0001 C CNN +F 4 "Metallfilm" V 3550 3550 50 0001 C CNN "Notes" + 1 3550 3550 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3850 3550 3800 3550 +$Comp +L Device:R RA1 +U 1 1 5C54CA95 +P 4150 3200 +AR Path="/5C54CA95" Ref="RA1" Part="1" +AR Path="/5C06F581/5C54CA95" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA95" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA95" Ref="R?" Part="1" +F 0 "RA1" V 4357 3200 50 0000 C CNN +F 1 "10k" V 4266 3200 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 3200 50 0001 C CNN +F 3 "~" H 4150 3200 50 0001 C CNN +F 4 "Metallfilm" V 4150 3200 50 0001 C CNN "Notes" + 1 4150 3200 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 3650 4450 3200 +Wire Wire Line + 4450 3200 4300 3200 +Wire Wire Line + 4000 3200 3800 3200 +Wire Wire Line + 3800 3200 3800 3550 +Wire Wire Line + 3800 3550 3700 3550 +Connection ~ 3800 3550 +Text Notes 4300 3200 0 50 ~ 0 +v = -R2/R1 +$Comp +L Device:R RA3 +U 1 1 5C54CAA4 +P 3350 3750 +AR Path="/5C54CAA4" Ref="RA3" Part="1" +AR Path="/5C06F581/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAA4" Ref="R?" Part="1" +F 0 "RA3" V 3250 3750 50 0000 C CNN +F 1 "10k" V 3150 3750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3280 3750 50 0001 C CNN +F 3 "~" H 3350 3750 50 0001 C CNN +F 4 "Metallfilm" V 3350 3750 50 0001 C CNN "Notes" + 1 3350 3750 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RA5 +U 1 1 5C54CAAC +P 3650 4150 +AR Path="/5C54CAAC" Ref="RA5" Part="1" +AR Path="/5C06F581/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAAC" Ref="R?" Part="1" +F 0 "RA5" V 3857 4150 50 0000 C CNN +F 1 "10k" V 3766 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3580 4150 50 0001 C CNN +F 3 "~" H 3650 4150 50 0001 C CNN +F 4 "Metallfilm" V 3650 4150 50 0001 C CNN "Notes" + 1 3650 4150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3500 3750 3650 3750 +Connection ~ 3650 3750 +Wire Wire Line + 3200 3750 3100 3750 +$Comp +L Device:R RA4 +U 1 1 5C54CAB9 +P 3100 4150 +AR Path="/5C54CAB9" Ref="RA4" Part="1" +AR Path="/5C06F581/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAB9" Ref="R?" Part="1" +F 0 "RA4" V 3307 4150 50 0000 C CNN +F 1 "10" V 3216 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3030 4150 50 0001 C CNN +F 3 "~" H 3100 4150 50 0001 C CNN +F 4 "Metallfilm" V 3100 4150 50 0001 C CNN "Notes" + 1 3100 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0102 +U 1 1 5C54CAC0 +P 3100 4300 +AR Path="/5C54CAC0" Ref="#PWR0102" Part="1" +AR Path="/5C06F581/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC0" Ref="#PWR?" Part="1" +F 0 "#PWR0102" H 3100 4050 50 0001 C CNN +F 1 "GNDA" H 3105 4127 50 0000 C CNN +F 2 "" H 3100 4300 50 0001 C CNN +F 3 "" H 3100 4300 50 0001 C CNN + 1 3100 4300 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0103 +U 1 1 5C54CAC6 +P 3650 4300 +AR Path="/5C54CAC6" Ref="#PWR0103" Part="1" +AR Path="/5C06F581/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC6" Ref="#PWR?" Part="1" +F 0 "#PWR0103" H 3650 4050 50 0001 C CNN +F 1 "GNDA" H 3655 4127 50 0000 C CNN +F 2 "" H 3650 4300 50 0001 C CNN +F 3 "" H 3650 4300 50 0001 C CNN + 1 3650 4300 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male JA2 +U 1 1 5C54CACC +P 2900 3800 +AR Path="/5C54CACC" Ref="JA2" Part="1" +AR Path="/5C06F581/5C54CACC" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CACC" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CACC" Ref="J?" Part="1" +F 0 "JA2" H 2950 3550 50 0000 C CNN +F 1 "Jumper" H 2950 3650 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2900 3800 50 0001 C CNN +F 3 "~" H 2900 3800 50 0001 C CNN + 1 2900 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3100 4000 3100 3900 +Wire Wire Line + 3100 3800 3100 3750 +Wire Wire Line + 3650 3750 3650 4000 +$Comp +L Device:R RB2 +U 1 1 5C54CAD8 +P 3400 5400 +AR Path="/5C54CAD8" Ref="RB2" Part="1" +AR Path="/5C06F581/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAD8" Ref="R?" Part="1" +F 0 "RB2" V 3607 5400 50 0000 C CNN +F 1 "10k" V 3516 5400 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 5400 50 0001 C CNN +F 3 "~" H 3400 5400 50 0001 C CNN +F 4 "Metallfilm" V 3400 5400 50 0001 C CNN "Notes" + 1 3400 5400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4000 5050 3800 5050 +Wire Wire Line + 3800 5050 3800 5400 +Connection ~ 3800 5400 +$Comp +L Device:R RB3 +U 1 1 5C54CAE4 +P 3200 5600 +AR Path="/5C54CAE4" Ref="RB3" Part="1" +AR Path="/5C06F581/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAE4" Ref="R?" Part="1" +F 0 "RB3" V 3100 5600 50 0000 C CNN +F 1 "10k" V 3000 5600 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3130 5600 50 0001 C CNN +F 3 "~" H 3200 5600 50 0001 C CNN +F 4 "Metallfilm" V 3200 5600 50 0001 C CNN "Notes" + 1 3200 5600 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RB5 +U 1 1 5C54CAEC +P 3500 6000 +AR Path="/5C54CAEC" Ref="RB5" Part="1" +AR Path="/5C06F581/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAEC" Ref="R?" Part="1" +F 0 "RB5" V 3707 6000 50 0000 C CNN +F 1 "10k" V 3616 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3430 6000 50 0001 C CNN +F 3 "~" H 3500 6000 50 0001 C CNN +F 4 "Metallfilm" V 3500 6000 50 0001 C CNN "Notes" + 1 3500 6000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 5600 3500 5600 +Connection ~ 3500 5600 +$Comp +L Device:R RB4 +U 1 1 5C54CAF8 +P 2950 6000 +AR Path="/5C54CAF8" Ref="RB4" Part="1" +AR Path="/5C06F581/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAF8" Ref="R?" Part="1" +F 0 "RB4" V 3157 6000 50 0000 C CNN +F 1 "10" V 3066 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2880 6000 50 0001 C CNN +F 3 "~" H 2950 6000 50 0001 C CNN +F 4 "Metallfilm" V 2950 6000 50 0001 C CNN "Notes" + 1 2950 6000 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0104 +U 1 1 5C54CAFF +P 2950 6150 +AR Path="/5C54CAFF" Ref="#PWR0104" Part="1" +AR Path="/5C06F581/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAFF" Ref="#PWR?" Part="1" +F 0 "#PWR0104" H 2950 5900 50 0001 C CNN +F 1 "GNDA" H 2955 5977 50 0000 C CNN +F 2 "" H 2950 6150 50 0001 C CNN +F 3 "" H 2950 6150 50 0001 C CNN + 1 2950 6150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0105 +U 1 1 5C54CB05 +P 3500 6150 +AR Path="/5C54CB05" Ref="#PWR0105" Part="1" +AR Path="/5C06F581/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB05" Ref="#PWR?" Part="1" +F 0 "#PWR0105" H 3500 5900 50 0001 C CNN +F 1 "GNDA" H 3505 5977 50 0000 C CNN +F 2 "" H 3500 6150 50 0001 C CNN +F 3 "" H 3500 6150 50 0001 C CNN + 1 3500 6150 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male JB1 +U 1 1 5C54CB0B +P 2750 5650 +AR Path="/5C54CB0B" Ref="JB1" Part="1" +AR Path="/5C06F581/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CB0B" Ref="J?" Part="1" +F 0 "JB1" H 2856 5828 50 0000 C CNN +F 1 "Jumper" H 2800 5500 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2750 5650 50 0001 C CNN +F 3 "~" H 2750 5650 50 0001 C CNN + 1 2750 5650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2950 5850 2950 5750 +Wire Wire Line + 2950 5650 2950 5600 +Wire Wire Line + 3500 5600 3500 5850 +Wire Wire Line + 3800 5400 3850 5400 +Wire Wire Line + 3500 5600 3850 5600 +$Comp +L Device:R RB1 +U 1 1 5C54CB19 +P 4150 5050 +AR Path="/5C54CB19" Ref="RB1" Part="1" +AR Path="/5C06F581/5C54CB19" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CB19" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CB19" Ref="R?" Part="1" +F 0 "RB1" V 4357 5050 50 0000 C CNN +F 1 "10k" V 4266 5050 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 5050 50 0001 C CNN +F 3 "~" H 4150 5050 50 0001 C CNN +F 4 "Metallfilm" V 4150 5050 50 0001 C CNN "Notes" + 1 4150 5050 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 5500 4450 5050 +Wire Wire Line + 4450 5050 4300 5050 +Text Notes 2350 4050 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 3650 +$Comp +L Device:Opamp_Dual_Generic U1 +U 3 1 5C54CB24 +P 1400 1400 +AR Path="/5C54CB24" Ref="U1" Part="3" +AR Path="/5C06F581/5C54CB24" Ref="U?" Part="1" +AR Path="/5C0574B7/5C54CB24" Ref="U?" Part="3" +AR Path="/5C05A497/5C54CB24" Ref="U?" Part="3" +F 0 "U1" H 1400 1550 50 0000 L CNN +F 1 "LM4562" H 1400 1250 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1400 1400 50 0001 C CNN +F 3 "~" H 1400 1400 50 0001 C CNN + 3 1400 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C1 +U 1 1 5C54CB2B +P 1100 1250 +AR Path="/5C54CB2B" Ref="C1" Part="1" +AR Path="/5C06F581/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C0574B7/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C05A497/5C54CB2B" Ref="CU1+?" Part="1" +F 0 "C1" H 750 1300 50 0000 L CNN +F 1 "100n" H 800 1200 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1100 50 0001 C CNN +F 3 "~" H 1100 1250 50 0001 C CNN + 1 1100 1250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1300 1750 1300 1700 +Wire Wire Line + 1300 1100 1300 1050 +$Comp +L power:GNDA #PWR0106 +U 1 1 5C54CB34 +P 900 1400 +AR Path="/5C54CB34" Ref="#PWR0106" Part="1" +AR Path="/5C06F581/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB34" Ref="#PWR?" Part="1" +F 0 "#PWR0106" H 900 1150 50 0001 C CNN +F 1 "GNDA" H 905 1227 50 0000 C CNN +F 2 "" H 900 1400 50 0001 C CNN +F 3 "" H 900 1400 50 0001 C CNN + 1 900 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C2 +U 1 1 5C54CB3A +P 1100 1550 +AR Path="/5C54CB3A" Ref="C2" Part="1" +AR Path="/5C06F581/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C0574B7/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C05A497/5C54CB3A" Ref="CU1-?" Part="1" +F 0 "C2" H 800 1400 50 0000 L CNN +F 1 "100n" H 850 1300 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1400 50 0001 C CNN +F 3 "~" H 1100 1550 50 0001 C CNN + 1 1100 1550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 1700 1300 1700 +Wire Wire Line + 900 1400 1100 1400 +Connection ~ 1100 1400 +Wire Wire Line + 1100 1100 1300 1100 +$Comp +L power:+15V #PWR0107 +U 1 1 5C54CB45 +P 1300 1050 +AR Path="/5C54CB45" Ref="#PWR0107" Part="1" +AR Path="/5C06F581/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB45" Ref="#PWR?" Part="1" +F 0 "#PWR0107" H 1300 900 50 0001 C CNN +F 1 "+15V" H 1315 1223 50 0000 C CNN +F 2 "" H 1300 1050 50 0001 C CNN +F 3 "" H 1300 1050 50 0001 C CNN + 1 1300 1050 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0108 +U 1 1 5C54CB4B +P 1300 1750 +AR Path="/5C54CB4B" Ref="#PWR0108" Part="1" +AR Path="/5C06F581/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB4B" Ref="#PWR?" Part="1" +F 0 "#PWR0108" H 1300 1850 50 0001 C CNN +F 1 "-15V" H 1315 1923 50 0000 C CNN +F 2 "" H 1300 1750 50 0001 C CNN +F 3 "" H 1300 1750 50 0001 C CNN + 1 1300 1750 + -1 0 0 1 +$EndComp +Wire Wire Line + 4450 3650 4600 3650 +Text Notes 2200 5900 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 5500 +Connection ~ 1300 1700 +Connection ~ 1300 1100 +Text Notes 3950 4350 0 50 ~ 0 +Rlow for minimum offset error\ndue to input bias current.\nRlow = R1//R2//R3 ... (inputs) +Connection ~ 3700 3550 +Wire Wire Line + 3650 3750 3850 3750 +Wire Wire Line + 3550 5400 3650 5400 +Wire Wire Line + 3650 5400 3650 5300 +Connection ~ 3650 5400 +Wire Wire Line + 3650 5400 3800 5400 +Text Notes 3800 6150 0 50 ~ 0 +For Output Stage exchange \nRA5 and RB5 for Rlow=1k. +Text Notes 3950 4100 0 50 ~ 0 +For Output Stage exchange \nRA5 and RB5 for Rlow=1k. +$Comp +L Device:R RA7 +U 1 1 5CA39C35 +P 4850 3500 +AR Path="/5CA39C35" Ref="RA7" Part="1" +AR Path="/5C06F581/5CA39C35" Ref="RA?" Part="1" +AR Path="/5C0574B7/5CA39C35" Ref="RA?" Part="1" +AR Path="/5C05A497/5CA39C35" Ref="RA?" Part="1" +F 0 "RA7" V 5057 3500 50 0000 C CNN +F 1 "220" V 4966 3500 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4780 3500 50 0001 C CNN +F 3 "~" H 4850 3500 50 0001 C CNN +F 4 "Metallfilm" V 4850 3500 50 0001 C CNN "Notes" + 1 4850 3500 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4700 3500 4600 3500 +Wire Wire Line + 4600 3500 4600 3650 +$Comp +L Device:R RB6 +U 1 1 5CA3D551 +P 4800 5350 +AR Path="/5CA3D551" Ref="RB6" Part="1" +AR Path="/5C06F581/5CA3D551" Ref="RA?" Part="1" +AR Path="/5C0574B7/5CA3D551" Ref="RA?" Part="1" +AR Path="/5C05A497/5CA3D551" Ref="RA?" Part="1" +F 0 "RB6" V 5007 5350 50 0000 C CNN +F 1 "220" V 4916 5350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4730 5350 50 0001 C CNN +F 3 "~" H 4800 5350 50 0001 C CNN +F 4 "Metallfilm" V 4800 5350 50 0001 C CNN "Notes" + 1 4800 5350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4650 5350 4600 5350 +Wire Wire Line + 4600 5350 4600 5500 +Wire Wire Line + 4600 5500 4450 5500 +Text Notes 4300 2750 0 50 ~ 0 +Lowpass:\nf_c = 1 /\n (2 * Pi * R * C) +$Comp +L Device:C ClpA1 +U 1 1 5CA42A5F +P 4150 2800 +F 0 "ClpA1" V 3898 2800 50 0000 C CNN +F 1 "330p" V 3989 2800 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 4188 2650 50 0001 C CNN +F 3 "~" H 4150 2800 50 0001 C CNN + 1 4150 2800 + 0 1 1 0 +$EndComp +Wire Wire Line + 4300 2800 4450 2800 +Wire Wire Line + 4450 2800 4450 3200 +Connection ~ 4450 3200 +Wire Wire Line + 4000 2800 3800 2800 +Wire Wire Line + 3800 2800 3800 3200 +Connection ~ 3800 3200 +$Comp +L Device:C ClpB1 +U 1 1 5CA46ED4 +P 4150 4700 +F 0 "ClpB1" V 3898 4700 50 0000 C CNN +F 1 "330p" V 3989 4700 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 4188 4550 50 0001 C CNN +F 3 "~" H 4150 4700 50 0001 C CNN + 1 4150 4700 + 0 1 1 0 +$EndComp +Wire Wire Line + 4300 4700 4450 4700 +Wire Wire Line + 4450 4700 4450 5050 +Connection ~ 4450 5050 +Wire Wire Line + 4000 4700 3800 4700 +Wire Wire Line + 3800 4700 3800 5050 +Connection ~ 3800 5050 +Wire Wire Line + 3050 2700 3350 2700 +Wire Wire Line + 3050 2400 3350 2400 +$Comp +L power:GNDA #PWR0114 +U 1 1 5CA73175 +P 3350 2400 +F 0 "#PWR0114" H 3350 2150 50 0001 C CNN +F 1 "GNDA" V 3350 2150 50 0000 C CNN +F 2 "" H 3350 2400 50 0001 C CNN +F 3 "" H 3350 2400 50 0001 C CNN + 1 3350 2400 + 0 -1 -1 0 +$EndComp +$Comp +L power:GNDA #PWR0115 +U 1 1 5CA73272 +P 3350 2700 +F 0 "#PWR0115" H 3350 2450 50 0001 C CNN +F 1 "GNDA" V 3350 2450 50 0000 C CNN +F 2 "" H 3350 2700 50 0001 C CNN +F 3 "" H 3350 2700 50 0001 C CNN + 1 3350 2700 + 0 -1 -1 0 +$EndComp +Text GLabel 2000 3400 0 50 Input ~ 0 +out_inA +Text GLabel 1900 3550 0 50 Input ~ 0 +inA- +Text GLabel 1850 3750 0 50 Input ~ 0 +inA+ +Text GLabel 5550 3500 2 50 Input ~ 0 +outA +Text GLabel 5450 3650 2 50 Input ~ 0 +in_outA +Text GLabel 3700 2300 2 50 Input ~ 0 +in_outA +Text GLabel 3150 2200 2 50 Input ~ 0 +outA +Text GLabel 5500 5350 2 50 Input ~ 0 +outB +Text GLabel 5350 5500 2 50 Input ~ 0 +in_outB +Wire Wire Line + 5000 3500 5550 3500 +Wire Wire Line + 5450 3650 4600 3650 +Connection ~ 4600 3650 +Wire Wire Line + 5500 5350 4950 5350 +Wire Wire Line + 5350 5500 4600 5500 +Connection ~ 4600 5500 +Text GLabel 3700 2600 2 50 Input ~ 0 +in_outB +Text GLabel 3150 2500 2 50 Input ~ 0 +outB +Text GLabel 2200 2300 0 50 Input ~ 0 +out_inA +Text GLabel 2100 2400 0 50 Input ~ 0 +inA- +Text GLabel 2100 2200 0 50 Input ~ 0 +inA+ +Wire Wire Line + 2100 2400 2550 2400 +Wire Wire Line + 2000 3400 3700 3400 +Wire Wire Line + 3700 3400 3700 3550 +Wire Wire Line + 3400 3550 1900 3550 +Wire Wire Line + 1850 3750 3100 3750 +Connection ~ 3100 3750 +Text GLabel 2300 5300 0 50 Input ~ 0 +out_inB +Text GLabel 2200 5450 0 50 Input ~ 0 +inB- +Text GLabel 2200 5600 0 50 Input ~ 0 +inB+ +Wire Wire Line + 2200 5600 2950 5600 +Connection ~ 2950 5600 +Wire Wire Line + 2950 5600 3050 5600 +Wire Wire Line + 3250 5400 2500 5400 +Wire Wire Line + 2500 5400 2500 5450 +Wire Wire Line + 2500 5450 2200 5450 +Wire Wire Line + 2300 5300 3650 5300 +Text GLabel 2200 2600 0 50 Input ~ 0 +out_inB +Text GLabel 2100 2700 0 50 Input ~ 0 +inB+ +Text GLabel 2100 2500 0 50 Input ~ 0 +inB- +Wire Wire Line + 3700 2600 3050 2600 +Wire Wire Line + 3050 2500 3150 2500 +Wire Wire Line + 3700 2300 3050 2300 +Wire Wire Line + 3150 2200 3050 2200 +Wire Wire Line + 2100 2200 2550 2200 +Wire Wire Line + 2550 2300 2200 2300 +Wire Wire Line + 2100 2500 2550 2500 +Wire Wire Line + 2200 2600 2550 2600 +Wire Wire Line + 2550 2700 2100 2700 +$EndSCHEMATC diff --git a/schematic/backups/mixerin_output_kaputt/Inputopampcircuit_1.png b/schematic/backups/mixerin_output_kaputt/Inputopampcircuit_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3f21eddd38365e35c9a646ab6b27833125c2ef GIT binary patch literal 9583 zcmb7~dpy(s`~MduhnzzQo#Z(0DCbk5l;tdHLnJxOHWKDA6qOEm7flXP35AVf2Q!D% z8#$J-#bzTRhdG2z7QU6&^0o^XtOSeI7{o&p_kR_cO~vigp4GnP;b60%g{VcbxZ(i7nN{l; zF90C(N?~y!68*Iu5uyOFmrtJt?KP+whkJtJ7!wZs|aO};EB|_t7Qw2Ad z+2}DB-jv<;5H9$34|&VhBMQ{k*U$u>w^V+fm_Iag%Uj$aY$#CgcJBZ2_F5A*A5EGc zJh!E9Alx*)m$JEUmeSmR_X)TnHCFId6f8bQZe#Vp?!E~yb|229dmspt0a|*C|hnCApZGVy<@g31&REHKA@g4;6 z&#J>>XkX6SuA{mw%15us01+jE_up@uKS176Ra-UyBW|jor*kPkSDbE9UI4qkap<_O zI+j$%JtcDCMW+5nQa??Mc>*c;yi0DcgG&lA)mRwIo-6A9wjLED-iLAYUR`S}l~|u- zzEi%YV8K6oIimTFBSqu+Pl0l;jAo+7Lw3sU4HN90Xj%S;%h>&NCK0it(jN}$0W2P% zf7l_Ie+CTHvAATyU|8%7NpEJ$WkRMK|9)}dvv4C=OCM}ilq7Iv@0nV%2Zg@5{o$^4GJP3V5&o_A& zQC5fT=|76EogXTTEyk!GD7wQ%qLA@%o&D}b3Q?y9CD|3#neQy;SJoD&N1T+LbJp1X zS0$h4j?v=DiTDtVIj>eHlzrLuyY6?=5y*#`t^Hm4vp&9R%uu7P_e$i8>mE$!N;djx zJoe1+pI^#bz*En79^S%!h%@{O2;EC;pcJ=}(^GQCg_zxyx{tH5uzY70%O|}wWOpZX z`okzN5Esq#pE9`MI$$9dHv@9N^_80)AC2Pl7q@b=n)uF24}hlnRsZn*Xq^eTTFIZ` z><@G44<}mO&|h(LkuGW@ZoIIS?Ln%J(G147dOekhMdPVnMaxR|E%Ay|p-7#}rCKds*5TOC&igXi8k!YZbW6Wle7i%ff|zFQkP!t4wl=ag&O%Nn-@f0LJ4G zRjY|~7S-valTuWp5cG+kP9+dlKiL>RLkgl-c&4*N)5l1&D44gafJxSZ=e>fgpck*w zsyO3_ywdNHXQAUAAuvl4rdRFPF=`akVfW**z-+TGMX_H^ipe#;+ox-Sk~icsx+H+> zyU`s=)>L0py1-{-_r8Xh+w#v6W|FYMJTQgPWYLyaK>D_0OH3V*EWYLG^1Fk5TcX%~ zXY4y}FEdQ+I}D+16RqG!(jysjNuYq=u)?{JfJujev6G5k4MN!z9J{D!l&jN#DVzTC zRkN=5CAv4TT^|u2R1AZeM;`&GXq8?0sJ${OClH`q^f763bEb$FmW~6HP;71q{I@9> zh&ReWp{I>e86W~?z_dganpty(hNB%UVc_CafGND}JQzuS4O{p@3D&d}ds4xGj2V>u zETn#^>w&HY_vOvDAo>umHu^Eq{4?B=GsIS(vGnqE8g`ra`r7&7T-BLdw82x;2`~cF zhO<5&QykuEdB&L)bh(H{IbZaeJ<0}}U)+j_f8-7chQ|9~%b|`{B9&9tIzX_(`~(Py zu!jueGXjIS9^!QGm%d|tFXN^RPrjgoGi_hQ6^)`7j1rHTUP5?L`dEdb(9`4Iw4r>y z_wNr(Cza4O=R2?;bmGbtT#@-n(c|lR9Z%zjxE5o zsU#+iIYr~{SH0xkEgLkuH^d5vjdUJ3QaLAb)j5XukYHLOWH;Y{2$8rJCCflQ#ZY(f z5-gm9Re*yK&l%+S{h`JfoKGP%1Tar!?R(Tdg!NGichvmAtRiHF+~Fi< z)iYhKE6)ggH^z4iANGGD)S{e;HZTtfsV}{?_`31aXTB?pLr+_tsjdFipl0nIaMuT> zq^AFpsF=^C&C7Ef*T2;s4pe{GiD~NU?UTJ@3!GxPu}rLz+GuRHX0e@$192_3Yn$B80=4krwbqhv9Mg zSz-vI^%mDpVrf#_!<))m=$<+)%ZRa+ipx&Aq_pQBt`w;?j${j;v)PSX-3ZNVP1vDY znzs=B`RyTix_Mlm5?*%X!mZ`R{+*raUpfENb1Jce#iM~9e@4t8Q;=&Zqnyz9x zYQE(+SuNtg=Pp|J+Z!Z)<|rz{RHWG%8lP^pYJ;RAVs+Mm%(p3%L>{Vg>OjOmVwL(_ zBE*086c9RAcyDU8r}Sm-qW76v@`DlEF39lW_2VE0>V`bdl3RsafrXsBGiK?mU`8%U zh*vUxfOxd)GRb)~6hp&YzSn`IWsL-_m1KCr@II;!TKYjP)t}nc%+mEOGSBsye%S+VQygi zF{+B^MUk({Ax!KD;3#I_d_DNnoS{URbFe?1^vUVnFUwM|FCk}0*l!mTh?!y5K6i}? zcPkQ5RjiHmGZPURs$mWd2O+&RscuyRc?=ZK*;J=$MzLz3c7`)9qR|8h*YB8=7ceduKr;5<}5 z$u=u?+E54NLpQju2|N-s5KsZVGEXD`t$PDZD}4fYe-esm>Wx=X%x{mdx4!9`u|M1n z7r;cf;v4o77sH?$8)Y{I0zLuoXDlaRdd($UjakGr?B?=jZL_5%FU?<=`+gLrYutR?VizD5D;hCopaSYKCilc7xhfN|m~DqJaBpA&Qdvzm zGx1>&k*c^bHY=sTCQ7RxEnFel3Bw(ixLdE+(edE1t;Rhv(OvY9tG47Ii?_>-(h@?= zvHR}cGN)%1cFMGco>gcZhaF0I*oFy@Cv0Pmir2W$C#VJqwQFMF0U%5m1cR_|eRu43 zXbau1_hDA>cEAW2Aspc>%|@LgP0Uc&g{~5(%F{-)QM-P&2$?Vv@4p`Jz81CuR3{ zC?bu%w!3>9VG$<4c*T(0I+AV_lpmd&v(i3n8V9Yeq%xUx<7G^1V?!p|7+D?RSE0U247PYi`NVN*QMT}aU9}J1 z-$uFQ{wA**PSL9|HHzVB{<~VnLu-;qM)Q+!&~UN+wfuE$C%(3JeJY`DhgAK0D7lp1 zlD==Y9#rE&W%}GUl};kJ&(rYL-Hal^6N+NfS)S({^wc}2KY^1H^#3)o0E3P zS9XpsgUfQoVCN5~T*(p0_cTWDpb>qimE`7-2BYGdaA?GE|I7(dc;%pI_<{#tubrNj zlfL1Cmw&(2*iDxmAfV#xd7NKlY%ocgk_Iuz&c+!7PrH?sb#Ce|fi4ledK_kMT#C;>of6gd@(uU$C?Kwy5Vk z7*jQ^Iv~T3dFA|=H>L6VxrQ~fVgf~bXq0SHE{4$BSNMI;@miEuFhBL?=_3N50clSk zefO(GqhicTF(G^)pji%!&7Zk;`^wi8^?Tgm5I?BW6Y)KH+WhM^=6P3B!}_Fj1nUtr z$|-3AN;blUj(`zP#iK4;*! zM(CHl3g6{WGd}@|gWI;pPcKb8Ea~hnVYcx}jixseWNK2z2#T}0(mWZ)8IGkKHRBev zVi2I$e3-xl2EClg9@#E^T@2x+QgBnYUDhe%tsm=A4!BLJP)uJ%BwT*JUp%kz=eF7T9#jQ`k%+j^qphY`e z+3^eP)Uv>o!yjWtRiVJ}Ys${j<>Rn!(=|lonCQ>ZvL#(i zipp<_v-RPb5y||z^XG+Hf^0C^H|1|FIui^MgI~mllGllNq`|c*v{O*EzvD6!Ryss-x$K!egv6|GJlZ33u`HD3vW=?ZCf)#Kab^Jkihv zEFKqy0}w91Jv83aSPvnmo*V(z{^Tt`75^V_2Jm@mVQRDBtK z2XEIlbYI=8;OYKUwuX*kEgGv|IgtK^ABv@XrwtQw1O|OeI<6l6lUY6Q8G4pd;91iz zZ$-?~NALkeYvW>AP&9N}Pu&cN0HhL(D@&M3*aw)+gpKdQm+hX7i??6qZkvkD+pGqNqN6dKHiH{8f0~UPQXkKGk3XuO`4?G#(Q7U7w_M z0olf3)-juP1`TQvzr(A?TzN|TB9$q?oWlVT2rz5%U2nSC_*^C@Xr$Yh^3`YsozgUN zV(S?C70z>^A#e-%0~Eq+E!-VmxJG{7cExp|DnJ%<6?93V5y%5@%x@$K=I99kx~#}Q4;U3PodzjSe=(|O0GC&YZ?iz>J}bMuBOeS6 zO0uRn3!ZC`=w~XiabG`7w<=zs62S^Nc`XRVUCNR9o zJO$D-3oR_^7%Y8p3_i7?4wkxni8*e?Sy;88G|jKjCQxpOPE6x7etiZK^nUk?fkhj86d0s0%gZ7 zNEGFx?JQ@+grn-!$?0WZnvPE$3V)_E4O9DyS)aLkuEQ(Msx|$rTjO)xVWGEIAf0q3 zwl~j5ZpUt9l5*yLGg5MB&-&gx+%MXZZ5MdvZ=-o(l+tr*&n&r^#o&+iV+Us6CNAEMfZkG(*1pgfEI zQI3ch$U&ly9QjBqxxPd<>Hraw-*bpP#KE81A@!8L6MKXPTjpe;kJ}f)7%JLCm8B_O zQX!wVv>@r`iEKI1WzvZ#1Udn0%JyPpkKM%oH7`qh<4SaAmEeZBvrH;0z z1P-}Fv|slYMm$hTiieo*dd8H@n}|t<=AB53&wZ|;`IYVCzS6$#4vuke+;iHNHni^E zY2NqM+ZKcq5o@-#TCcJ`2KRFlWatDvqU7xu8+M~6r7K~3I1d*l-U^I6+A@3uD@HM` zK1m2+ctB(hDuE8Iel`TB)XBClBS^82?}o&bV?BsH_w?EitHxyFULx%~9#(iwU52_1 zhf#33Wb=Axwv)tW4_qyNH;kOv8c$tyLewFPJYy zQDhX}fcGeGCkzG6i}RMQG~ro`SN>oYbf0gE?`2|&8iorEw-ZZlg=TOqe7^9*1l`?< zt7Y+eK*MnFT%3B)mx1Q@@=VPuNKnMULscS}j&r2rk~WHFdV1R!14;?LV{t>zwjuKt z0+`gUbk?8}rG~3Kw7NB5_cpIwF=%{_#lvW=;RY579(vkYJd~qVSUI$S-`O`IR5cL} z7zyRG40{3ZBR1X%kqXNhm*Cf0?&Ij}$o^n{>&b_fU|`j3k1xW@e?~_@^dstvdY4}CpGoe=+ zTaA$wp+Wh2nE9-}=}V=`_b|92@~BceW&C(vYmmHOI7n^NjUplEmEmJ^xVS3xKwcj zX!z-&>LhaKqrLEu^Rjz7Z&}raTA0VcOXu7VCcE6M9>s(t3V6T3%CJ5@NsLJ)*1bZ- zY6i`r{4s`u=KE++qo5DL`vI{Wz zP*4AB|M>C3)q+yy!tTBHt7yV&DRS#iU{N?fizW&W$2vyNN3grX<;GW3AfbWuP!t8$ zajrZ#R++x^WMdgcOaX+a6KdaDo_aQ7q|om+XDr1qaW@1a0w|I(&m=9RIv)glx^ex% z%_Ph~&Rhtsg1-;mHjqF zYqcy2Vth3+xvV>=ME86}KVl;`IuLbIBs_jbW;80b`1DzTZy9uxr$HRo1=h;<+>Oye zAgi##z7)_!M+Ag~g4OTO+!nyE9IIT*OJGi$Q=1`I`S5~7dJv{V#Q0c=_3%4_nK74w zm1U_t5%#nRsdlsg!=$prdvd3P3^Tcnq+L7wI;=Aiv+bo$%8-eLlUk&b?)5gVunKcR z!ijRH-+KJ$j*=2={)(Nm1Rq;yd~qcB%#<7Y&iU|Nr!+!Kw|x=c+o5bjrxf;PO*xF~ z4s;u>FE`8yjQmm(lxZUZ4Vc)&x4rQQaZ%xshET3?ZLM_gPpRhpqGO?SMZC`<>hAOR zt%I$=OQ7K*XqLzgR;2B4UqJ9cys_8WWQAN_W&f4y+n%Jqc!HEK2LQGy{g?$P_HsZD z$;scXiqGL&HaSLm=tpaO!G+?9SAsmhZgdt;g>}}5AQt@8HTYM#s&wqe z0N4_=!+`=5?aC9Xy&u3#HR?H7yLhohIb4yiuZtFh4!jGAk{tqcNHdcu!mtAMj*H5~ zlm(%ke2|0pPXa5^4>Eo%ce(q%bpXxzg{R`o?`;pJ8YRzoyzGJ8nm}mC%(=X2tgr2X z4B>5*U*h;VT#a|2*X?*Gy==aQI;+pQT5l1>k{bfdxgSSD^Tsrei5XrdXt3*Tl$+Pf zMG%fPn+J9+er_`#Xq*>?0V4RxEAJrt!0O=}ZSSs|gfe2T8zm$86v443QRXi7!j=Hs zEdSA?-e+zQN^`A6PMCdreZQTDeJ>=%+N`S=FujrGM|o@d?bz)!-rNx)YR$^70kBH{ zL7acKds*81qxK+|CnL`M2?N`K`(qUE$wWPjJWxBl4n}MLYobEa_2zul>^>Wd%)du$ zZTYEf$@`zyhS{Dv6O%6hAgBLBbpE~PFH+}m(j3ft##efEuo(pVB0GC(oz`(}H^+xa zt^OD#0lMXqAD+|ZV5(K}lK?y&3*-Og+jD_NO)mDVVjHPA-KL-=(s~-jl9bQG^&X6z z=(f2|==T)T(0lrFzNLY)m9NZ)u8SgqatjYd9d{Mu={*C9{1EX{W@MZXcQPmxA=cU_ z;tUcFs-71JN4t!|;tZzwIMMS)e-@2_qB>!#b5IHw&O%X?=~nmDe3+RAAzw3)Q#hyD zoHoKu#Bv9NQEIk{- QpP&MqI__kLweh?5KR`Y5C;$Ke literal 0 HcmV?d00001 diff --git a/schematic/backups/mixerin_output_kaputt/mixerin_output-cache.lib b/schematic/backups/mixerin_output_kaputt/mixerin_output-cache.lib new file mode 100644 index 0000000..79a27df --- /dev/null +++ b/schematic/backups/mixerin_output_kaputt/mixerin_output-cache.lib @@ -0,0 +1,217 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x02_Male +# +DEF Connector_Conn_01x02_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Male" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +X Pin_2 2 200 -100 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x18_Row_Letter_Last +# +DEF Connector_Generic_Conn_02x18_Row_Letter_Last J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Row_Letter_Last" 50 -1000 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -895 0 -905 1 1 6 N +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -950 1 1 10 f +S 150 -895 100 -905 1 1 6 N +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_10a 10a -200 -100 150 R 50 50 1 1 P +X Pin_10b 10b 300 -100 150 L 50 50 1 1 P +X Pin_11a 11a -200 -200 150 R 50 50 1 1 P +X Pin_11b 11b 300 -200 150 L 50 50 1 1 P +X Pin_12a 12a -200 -300 150 R 50 50 1 1 P +X Pin_12b 12b 300 -300 150 L 50 50 1 1 P +X Pin_13a 13a -200 -400 150 R 50 50 1 1 P +X Pin_13b 13b 300 -400 150 L 50 50 1 1 P +X Pin_14a 14a -200 -500 150 R 50 50 1 1 P +X Pin_14b 14b 300 -500 150 L 50 50 1 1 P +X Pin_15a 15a -200 -600 150 R 50 50 1 1 P +X Pin_15b 15b 300 -600 150 L 50 50 1 1 P +X Pin_16a 16a -200 -700 150 R 50 50 1 1 P +X Pin_16b 16b 300 -700 150 L 50 50 1 1 P +X Pin_17a 17a -200 -800 150 R 50 50 1 1 P +X Pin_17b 17b 300 -800 150 L 50 50 1 1 P +X Pin_18a 18a -200 -900 150 R 50 50 1 1 P +X Pin_18b 18b 300 -900 150 L 50 50 1 1 P +X Pin_1a 1a -200 800 150 R 50 50 1 1 P +X Pin_1b 1b 300 800 150 L 50 50 1 1 P +X Pin_2a 2a -200 700 150 R 50 50 1 1 P +X Pin_2b 2b 300 700 150 L 50 50 1 1 P +X Pin_3a 3a -200 600 150 R 50 50 1 1 P +X Pin_3b 3b 300 600 150 L 50 50 1 1 P +X Pin_4a 4a -200 500 150 R 50 50 1 1 P +X Pin_4b 4b 300 500 150 L 50 50 1 1 P +X Pin_5a 5a -200 400 150 R 50 50 1 1 P +X Pin_5b 5b 300 400 150 L 50 50 1 1 P +X Pin_6a 6a -200 300 150 R 50 50 1 1 P +X Pin_6b 6b 300 300 150 L 50 50 1 1 P +X Pin_7a 7a -200 200 150 R 50 50 1 1 P +X Pin_7b 7b 300 200 150 L 50 50 1 1 P +X Pin_8a 8a -200 100 150 R 50 50 1 1 P +X Pin_8b 8b 300 100 150 L 50 50 1 1 P +X Pin_9a 9a -200 0 150 R 50 50 1 1 P +X Pin_9b 9b 300 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Opamp_Dual_Generic +# +DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 F N +F0 "U" 0 200 50 H V L CNN +F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + SOIC*3.9x4.9mm*P1.27mm* + DIP*W7.62mm* + MSOP*3x3mm*P0.65mm* + SSOP*2.95x2.8mm*P0.65mm* + TSSOP*3x3mm*P0.65mm* + VSSOP*P0.5mm* + TO?99* +$ENDFPLIST +DRAW +P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f +P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X - 2 -300 -100 100 R 50 50 1 1 I +X + 3 -300 100 100 R 50 50 1 1 I +X + 5 -300 100 100 R 50 50 2 1 I +X - 6 -300 -100 100 R 50 50 2 1 I +X ~ 7 300 0 100 L 50 50 2 1 O +X V- 4 -100 -300 150 U 50 50 3 1 W +X V+ 8 -100 300 150 D 50 50 3 1 W +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+15V +# +DEF power_+15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+15V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +15V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_-15V +# +DEF power_-15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 50 H I C CNN +F1 "power_-15V" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +X -15V 1 0 0 0 U 50 50 0 0 W N +ENDDRAW +ENDDEF +# +# power_GNDA +# +DEF power_GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDA" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GNDA 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/backups/mixerin_output_kaputt/mixerin_output.kicad_pcb b/schematic/backups/mixerin_output_kaputt/mixerin_output.kicad_pcb new file mode 100644 index 0000000..df411b7 --- /dev/null +++ b/schematic/backups/mixerin_output_kaputt/mixerin_output.kicad_pcb @@ -0,0 +1,1159 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu16.04.1) + + (general + (thickness 1.6) + (drawings 0) + (tracks 187) + (zones 0) + (modules 19) + (nets 14) + ) + + (page A4) + (layers + (0 F.Cu signal hide) + (31 B.Cu signal hide) + (32 B.Adhes user hide) + (33 F.Adhes user hide) + (34 B.Paste user) + (35 F.Paste user hide) + (36 B.SilkS user) + (37 F.SilkS user hide) + (38 B.Mask user) + (39 F.Mask user hide) + (40 Dwgs.User user) + (41 Cmts.User user hide) + (42 Eco1.User user) + (43 Eco2.User user hide) + (44 Edge.Cuts user) + (45 Margin user hide) + (46 B.CrtYd user hide) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user hide) + ) + + (setup + (last_trace_width 0.5) + (trace_clearance 0.4) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1 0.5) + (pad_drill 0) + (pad_to_mask_clearance 0) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 +15V) + (net 2 GNDA) + (net 3 -15V) + (net 4 "Net-(RA3-Pad2)") + (net 5 "Net-(RB3-Pad2)") + (net 6 in_outA) + (net 7 out_inA) + (net 8 in_outB) + (net 9 inA+) + (net 10 out_inB) + (net 11 inB+) + (net 12 "Net-(JA1-Pad2)") + (net 13 "Net-(JB1-Pad2)") + + (net_class Default "This is the default net class." + (clearance 0.4) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net "Net-(JA1-Pad2)") + (add_net "Net-(JB1-Pad2)") + (add_net "Net-(RA3-Pad2)") + (add_net "Net-(RB3-Pad2)") + (add_net inA+) + (add_net inB+) + (add_net in_outA) + (add_net in_outB) + (add_net out_inA) + (add_net out_inB) + ) + + (net_class power "" + (clearance 0.4) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +15V) + (add_net -15V) + (add_net GNDA) + ) + + (module Package_DIP:DIP-8_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5C548E98) + (at 101.6 40.64) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path /5C54CA7D) + (fp_text reference U1 (at 3.81 1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LM4562 (at 3.81 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 in_outA)) + (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 out_inA)) + (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 out_inB)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 "Net-(RA3-Pad2)")) + (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 in_outB)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C549AAD) + (at 96.52 55.88 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA8C) + (fp_text reference RA2 (at -2.54 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 out_inA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C5492E5) + (at 91.44 45.72) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAA4) + (fp_text reference RA3 (at 3.81 -1.905) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(RA3-Pad2)")) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 inA+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA2AC0F) + (at 93.98 48.26 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAB9) + (fp_text reference RA4 (at 10.16 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 12 "Net-(JA1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548D58) + (at 99.06 48.26 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAAC) + (fp_text reference RA5 (at 10.16 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(RA3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C5481CB) + (at 119.38 43.18 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CB19) + (fp_text reference RB1 (at 3.81 -1.905 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 out_inB)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 in_outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548E51) + (at 114.3 58.42 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAD8) + (fp_text reference RB2 (at 2.54 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 out_inB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548E0F) + (at 119.38 48.26 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAE4) + (fp_text reference RB3 (at 3.81 1.905 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(RB3-Pad2)")) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 inB+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548D9A) + (at 116.84 50.8 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAF8) + (fp_text reference RB4 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 13 "Net-(JB1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548D16) + (at 111.76 53.34 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAEC) + (fp_text reference RB5 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C549444) + (at 91.44 40.64) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA95) + (fp_text reference RA1 (at 10.16 -2.54) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 out_inA)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 in_outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2366A) + (at 98.98 34.29 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor") + (path /5CA42A5F) + (fp_text reference ClpA1 (at -3.255 1.27 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330p (at 2.5 3 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 1.75) (end 6 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 -1.75) (end -1 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.12 -1.87) (end 6.12 -1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end -1.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.12 -1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.25 -2) (end -1.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2) (end 6.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 2) (end 6.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -2) (end -1.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 2.5 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 in_outA)) + (pad 2 thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 out_inA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2367D) + (at 111.76 36.83) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor") + (path /5CA46ED4) + (fp_text reference ClpB1 (at 3.175 -2.54) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330p (at 2.5 3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 2.5 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.25 -2) (end -1.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 2) (end 6.25 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2) (end 6.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2) (end -1.25 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.12 -1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end -1.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 1.87) (end 6.12 1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.12 -1.87) (end 6.12 -1.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -1.75) (end -1 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start 6 1.75) (end 6 -1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 out_inB)) + (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 in_outB)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA236AB) + (at 99.06 38.1 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5CA39C35) + (fp_text reference RA7 (at 3.81 -4.445 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220 (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 in_outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2B254) + (at 109.22 38.1 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB2B) + (fp_text reference C1 (at 1.25 -2.05 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5CA2B18E) + (at 104.14 50.8 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB3A) + (fp_text reference C2 (at 1.25 -2.05 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5CA2B122) + (at 111.76 40.64) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5CA3D551) + (fp_text reference RB6 (at 3.81 -1.92) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220 (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 in_outB)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA2B5D2) + (at 92.06 43.18) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CACC) + (attr virtual) + (fp_text reference JA1 (at 3.19 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 3.19 -1.905) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (pad 2 smd custom (at 0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 12 "Net-(JA1-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 1 smd custom (at -0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 9 inA+) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA2B950) + (at 118.745 45.72 180) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CB0B) + (attr virtual) + (fp_text reference JB1 (at 3.175 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 2.54 1.905 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (pad 1 smd custom (at -0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 11 inB+) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 2 smd custom (at 0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 13 "Net-(JB1-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (segment (start 109.22 38.14) (end 109.26 38.1) (width 1) (layer B.Cu) (net 1) (status 30)) + (segment (start 109.22 40.64) (end 109.22 38.14) (width 1) (layer B.Cu) (net 1) (status 30)) + (segment (start 102.52 66.54) (end 102.52 62.58) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 62.58) (end 102.87 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.52 62.61) (end 104.52 66.54) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.14 62.23) (end 104.52 62.61) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.505 62.23) (end 104.14 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.87 62.23) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer F.Cu) (net 1)) + (via (at 103.505 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) + (segment (start 106.045 53.975) (end 103.505 56.515) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 106.045 43.815) (end 106.045 53.975) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 109.22 40.64) (end 106.045 43.815) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 103.505 56.515) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.87 62.23) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.52 62.58) (end 102.87 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 62.58) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 62.61) (end 104.14 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.14 62.23) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 62.61) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 106.76 38.1) (end 105.49 39.37) (width 1) (layer B.Cu) (net 2) (status 10)) + (segment (start 105.49 49.41) (end 104.1 50.8) (width 1) (layer B.Cu) (net 2) (status 20)) + (segment (start 105.49 39.37) (end 105.49 49.41) (width 1) (layer B.Cu) (net 2)) + (segment (start 104.1 50.8) (end 104.1 54.65) (width 1) (layer B.Cu) (net 2) (status 10)) + (segment (start 104.1 54.65) (end 102.87 55.88) (width 1) (layer B.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 62.405) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.52 62.785) (end 101.52 66.54) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.965 62.23) (end 101.52 62.785) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 62.675) (end 100.965 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.675) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.695 62.23) (end 100.33 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.33 62.23) (end 100.965 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 63.04) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 63.04) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 62.42) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.42) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 63.42) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 66.54) (end 101.52 63.42) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 62.405) (end 99.695 62.23) (width 0.5) (layer B.Cu) (net 2)) + (via (at 100.33 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.33 55.88) (end 99.06 55.88) (width 1) (layer B.Cu) (net 2) (status 20)) + (segment (start 102.87 55.88) (end 100.33 55.88) (width 1) (layer B.Cu) (net 2)) + (segment (start 93.98 55.88) (end 93.98 54.61) (width 0.5) (layer B.Cu) (net 2) (status 10)) + (segment (start 95.25 53.34) (end 97.79 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.98 54.61) (end 95.25 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.06 54.61) (end 99.06 55.88) (width 0.5) (layer B.Cu) (net 2) (status 20)) + (segment (start 97.79 53.34) (end 99.06 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 116.84 58.42) (end 116.84 57.15) (width 0.5) (layer B.Cu) (net 2) (status 10)) + (segment (start 116.84 57.15) (end 115.57 55.88) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.33 62.23) (end 100.33 53.34) (width 0.5) (layer F.Cu) (net 2)) + (via (at 100.33 55.88) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 115.489999 57.069999) (end 116.140001 57.720001) (width 0.5) (layer F.Cu) (net 2) (status 20)) + (segment (start 113.651999 57.069999) (end 115.489999 57.069999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 116.140001 57.720001) (end 116.84 58.42) (width 0.5) (layer F.Cu) (net 2) (status 30)) + (segment (start 112.52 58.201998) (end 113.651999 57.069999) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 66.54) (end 112.52 58.201998) (width 0.5) (layer F.Cu) (net 2)) + (via (at 107.95 55.88) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 115.57 55.88) (end 107.95 55.88) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 107.95 55.88) (end 102.87 55.88) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 98.52 66.54) (end 98.52 62.325) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.52 62.325) (end 98.425 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 62.23) (end 96.52 66.04) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 97.52 62.595) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 97.52 66.54) (end 97.52 62.595) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.425 62.23) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 66.54) (end 96.52 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 98.52 62.325) (end 98.52 66.54) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 98.425 62.23) (end 98.52 62.325) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.52 62.595) (end 97.52 66.54) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.155 62.23) (end 97.52 62.595) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 62.23) (end 97.155 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 96.52 62.23) (end 97.79 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 62.23) (end 98.425 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 101.6 48.26) (end 101.6 50.8) (width 1) (layer B.Cu) (net 3) (status 30)) + (segment (start 97.155 57.785) (end 97.79 58.42) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 101.6 50.8) (end 95.25 50.8) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 92.075 56.515) (end 93.345 57.785) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 95.25 50.8) (end 92.075 53.975) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 93.345 57.785) (end 97.155 57.785) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 92.075 53.975) (end 92.075 56.515) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 96.52 62.23) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 97.79 58.42) (end 97.79 62.23) (width 0.5) (layer F.Cu) (net 3)) + (via (at 97.79 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3)) + (segment (start 118.11 45.72) (end 116.84 46.99) (width 1) (layer B.Cu) (net 13)) + (segment (start 116.84 46.99) (end 116.84 50.8) (width 1) (layer B.Cu) (net 13) (status 20)) + (segment (start 93.98 48.26) (end 93.98 44.45) (width 1) (layer B.Cu) (net 12) (status 10)) + (segment (start 119.41 48.23) (end 119.38 48.26) (width 1) (layer F.Cu) (net 11) (status 30)) + (segment (start 119.41 48.23) (end 119.38 48.26) (width 1) (layer B.Cu) (net 11) (status 30)) + (segment (start 119.41 45.72) (end 119.41 48.23) (width 1) (layer B.Cu) (net 11) (status 20)) + (segment (start 91.41 45.69) (end 91.44 45.72) (width 1) (layer B.Cu) (net 9) (status 30)) + (segment (start 99.06 43.18) (end 96.52 43.18) (width 1) (layer B.Cu) (net 7)) + (segment (start 96.52 43.18) (end 93.98 40.64) (width 1) (layer B.Cu) (net 7)) + (segment (start 93.98 40.64) (end 91.44 40.64) (width 1) (layer B.Cu) (net 7) (status 20)) + (segment (start 101.6 43.18) (end 99.06 43.18) (width 1) (layer B.Cu) (net 7) (status 10)) + (segment (start 96.52 48.26) (end 96.52 43.18) (width 1) (layer B.Cu) (net 7) (status 10)) + (segment (start 99.06 40.64) (end 101.6 40.64) (width 1) (layer B.Cu) (net 6) (status 30)) + (segment (start 101.6 45.72) (end 99.06 45.72) (width 1) (layer B.Cu) (net 4) (status 30)) + (segment (start 99.06 45.72) (end 99.06 48.26) (width 1) (layer B.Cu) (net 4) (status 30)) + (segment (start 109.22 45.72) (end 111.76 45.72) (width 1) (layer B.Cu) (net 10) (status 10)) + (segment (start 119.38 43.18) (end 116.84 43.18) (width 1) (layer B.Cu) (net 10) (status 10)) + (segment (start 114.3 45.72) (end 111.76 45.72) (width 1) (layer B.Cu) (net 10)) + (segment (start 116.84 43.18) (end 114.3 45.72) (width 1) (layer B.Cu) (net 10)) + (segment (start 114.3 50.8) (end 114.3 45.72) (width 1) (layer B.Cu) (net 10) (status 10)) + (segment (start 111.76 43.18) (end 109.22 43.18) (width 1) (layer B.Cu) (net 8) (status 30)) + (segment (start 111.76 48.26) (end 109.22 48.26) (width 1) (layer B.Cu) (net 5) (status 30)) + (segment (start 111.76 48.26) (end 111.76 53.34) (width 1) (layer B.Cu) (net 5) (status 30)) + (segment (start 98.98 38.02) (end 99.06 38.1) (width 0.5) (layer B.Cu) (net 6) (status 30)) + (segment (start 98.98 34.29) (end 98.98 38.02) (width 0.5) (layer B.Cu) (net 6) (status 30)) + (segment (start 99.06 38.1) (end 99.06 40.64) (width 0.5) (layer B.Cu) (net 6) (status 30)) + (segment (start 107.315 40.64) (end 101.6 40.64) (width 0.5) (layer F.Cu) (net 6) (status 20)) + (segment (start 107.315 45.085) (end 107.315 40.64) (width 0.5) (layer B.Cu) (net 6)) + (via (at 107.315 45.085) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 6)) + (via (at 107.315 40.64) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 6)) + (segment (start 107.315 51.435) (end 107.315 45.085) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 111.52 55.64) (end 107.315 51.435) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 111.52 66.54) (end 111.52 55.64) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 93.98 34.29) (end 93.98 40.64) (width 0.5) (layer B.Cu) (net 7) (status 10)) + (segment (start 92.629999 54.687195) (end 96.52 50.797194) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 96.52 50.797194) (end 96.52 48.26) (width 0.5) (layer B.Cu) (net 7) (status 20)) + (segment (start 92.629999 56.528001) (end 92.629999 54.687195) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 94.787007 58.685009) (end 92.629999 56.528001) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 111.52 60.72) (end 109.48501 58.68501) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 109.48501 58.68501) (end 94.787007 58.685009) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 111.52 60.72) (end 111.52 66.54) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 116.84 38.04137) (end 116.84 43.18) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 116.76 37.96137) (end 116.84 38.04137) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 116.76 36.83) (end 116.76 37.96137) (width 0.5) (layer B.Cu) (net 10) (status 10)) + (segment (start 111.76 36.83) (end 111.76 40.64) (width 0.5) (layer B.Cu) (net 8) (status 30)) + (segment (start 111.76 40.64) (end 111.76 43.18) (width 0.5) (layer B.Cu) (net 8) (status 30)) + (segment (start 113.03 39.37) (end 111.76 40.64) (width 0.5) (layer F.Cu) (net 8) (status 20)) + (segment (start 121.63001 40.35001) (end 120.65 39.37) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 120.65 39.37) (end 120.108002 39.37) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 121.63001 56.902796) (end 121.63001 40.35001) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 119.812002 39.37) (end 120.108002 39.37) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 120.108002 39.37) (end 113.03 39.37) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 114.52 63.74) (end 114.52 66.04) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 121.63001 56.902796) (end 116.302806 62.23) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 116.302806 62.23) (end 115.57 62.23) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 114.52 63.28) (end 114.52 66.04) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 115.57 62.23) (end 114.52 63.28) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 91.44 45.72) (end 91.44 56.610806) (width 0.5) (layer B.Cu) (net 9) (status 10)) + (segment (start 91.44 56.610806) (end 94.519194 59.69) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 94.519194 59.69) (end 108.585 59.69) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 110.52 61.625) (end 110.52 66.54) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 108.585 59.69) (end 110.52 61.625) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 96.52 55.88) (end 96.52 56.869949) (width 0.5) (layer B.Cu) (net 0) (status 10)) + (segment (start 96.52 56.869949) (end 97.435051 57.785) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 97.435051 57.785) (end 110.49 57.785) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 110.49 57.785) (end 112.52 59.815) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 112.52 59.815) (end 112.52 66.54) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 113.52 66.54) (end 113.52 63.74) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 113.52 61.900002) (end 113.52 66.54) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 115.650001 59.770001) (end 113.52 61.900002) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 119.38 40.64) (end 120.730001 41.990001) (width 0.5) (layer F.Cu) (net 0) (status 10)) + (segment (start 120.730001 41.990001) (end 120.730001 56.529999) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 120.728003 56.529999) (end 120.730001 56.529999) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 117.488001 59.770001) (end 120.728003 56.529999) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 115.650001 59.770001) (end 117.488001 59.770001) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 110.52 66.54) (end 110.52 63.74) (width 0.5) (layer F.Cu) (net 0)) + (via (at 107.95 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 0)) + (segment (start 90.089999 56.533611) (end 90.089999 39.450001) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 90.740001 38.799999) (end 91.44 38.1) (width 0.5) (layer B.Cu) (net 0) (status 30)) + (segment (start 94.516388 60.96) (end 90.089999 56.533611) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 90.089999 39.450001) (end 90.740001 38.799999) (width 0.5) (layer B.Cu) (net 0) (status 20)) + (segment (start 107.95 60.96) (end 94.516388 60.96) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 110.495001 63.715001) (end 110.52 63.74) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 110.495001 63.505001) (end 110.495001 63.715001) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 107.95 60.96) (end 110.495001 63.505001) (width 0.5) (layer F.Cu) (net 0)) + (segment (start 114.3 53.337194) (end 114.3 50.8) (width 0.5) (layer B.Cu) (net 10) (status 20)) + (segment (start 118.190001 59.068001) (end 118.190001 57.227195) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 118.190001 57.227195) (end 114.3 53.337194) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 114.52 60.74) (end 114.52 63.74) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 115.489999 59.770001) (end 114.52 60.74) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 114.52 63.74) (end 114.52 66.54) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 117.488001 59.770001) (end 115.489999 59.770001) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 118.190001 59.068001) (end 117.488001 59.770001) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 115.52 63.010808) (end 115.52 66.54) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 119.38 59.150808) (end 115.52 63.010808) (width 0.5) (layer B.Cu) (net 11)) + (segment (start 119.38 48.26) (end 119.38 59.150808) (width 0.5) (layer B.Cu) (net 11) (status 10)) + (segment (start 113.52 59.2) (end 114.3 58.42) (width 0.5) (layer B.Cu) (net 0) (status 20)) + (segment (start 113.52 60.47) (end 113.52 66.54) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 113.52 59.2) (end 113.52 60.47) (width 0.5) (layer B.Cu) (net 0)) + (segment (start 91.41 43.18) (end 91.41 45.69) (width 1) (layer B.Cu) (net 9) (status 30)) + (segment (start 92.71 43.18) (end 93.98 44.45) (width 1) (layer B.Cu) (net 12) (status 10)) + + (zone (net 2) (net_name GNDA) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 88.9 32.385) (xy 123.19 32.385) (xy 123.19 64.77) (xy 88.9 64.77) + ) + ) + ) + (zone (net 2) (net_name GNDA) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 88.9 32.385) (xy 123.19 32.385) (xy 123.19 64.77) (xy 88.9 64.77) + ) + ) + ) + (zone (net 3) (net_name -15V) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 96.52 62.23) (xy 98.425 62.23) (xy 98.425 64.77) (xy 96.52 64.77) + ) + ) + ) + (zone (net 1) (net_name +15V) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 102.87 62.23) (xy 104.14 62.23) (xy 104.775 64.135) (xy 102.235 64.135) + ) + ) + ) + (zone (net 1) (net_name +15V) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 102.87 62.23) (xy 104.14 62.23) (xy 104.775 64.135) (xy 102.235 64.135) + ) + ) + ) + (zone (net 3) (net_name -15V) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 96.52 62.23) (xy 98.425 62.23) (xy 98.425 64.135) (xy 96.52 64.135) + ) + ) + ) +) diff --git a/schematic/backups/mixerin_output_kaputt/mixerin_output.pro b/schematic/backups/mixerin_output_kaputt/mixerin_output.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/schematic/backups/mixerin_output_kaputt/mixerin_output.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/schematic/backups/mixerin_output_kaputt/mixerin_output.sch b/schematic/backups/mixerin_output_kaputt/mixerin_output.sch new file mode 100644 index 0000000..22a3ec0 --- /dev/null +++ b/schematic/backups/mixerin_output_kaputt/mixerin_output.sch @@ -0,0 +1,834 @@ +EESchema Schematic File Version 4 +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:+15V #PWR0110 +U 1 1 5C54757E +P 3700 1700 +F 0 "#PWR0110" H 3700 1550 50 0001 C CNN +F 1 "+15V" H 3715 1873 50 0000 C CNN +F 2 "" H 3700 1700 50 0001 C CNN +F 3 "" H 3700 1700 50 0001 C CNN + 1 3700 1700 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0111 +U 1 1 5C5477E1 +P 1950 1000 +F 0 "#PWR0111" H 1950 1100 50 0001 C CNN +F 1 "-15V" H 1965 1173 50 0000 C CNN +F 2 "" H 1950 1000 50 0001 C CNN +F 3 "" H 1950 1000 50 0001 C CNN + 1 1950 1000 + -1 0 0 1 +$EndComp +$Comp +L power:GNDA #PWR0112 +U 1 1 5C547AD0 +P 2200 1300 +F 0 "#PWR0112" H 2200 1050 50 0001 C CNN +F 1 "GNDA" H 2205 1127 50 0000 C CNN +F 2 "" H 2200 1300 50 0001 C CNN +F 3 "" H 2200 1300 50 0001 C CNN + 1 2200 1300 + 1 0 0 -1 +$EndComp +$Comp +L Connector_Generic:Conn_02x18_Row_Letter_Last J2 +U 1 1 5C5482AB +P 2750 1800 +F 0 "J2" H 2800 2817 50 0000 C CNN +F 1 "Conn_02x18_Row_Letter_First" H 2800 2726 50 0000 C CNN +F 2 "footprints:PCIexpress_1x_letters" H 2750 1800 50 0001 C CNN +F 3 "~" H 2750 1800 50 0001 C CNN + 1 2750 1800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1950 1000 2450 1000 +Wire Wire Line + 2550 1100 2450 1100 +Wire Wire Line + 2450 1100 2450 1000 +Connection ~ 2450 1000 +Wire Wire Line + 2450 1000 2550 1000 +Wire Wire Line + 2550 1200 2450 1200 +Wire Wire Line + 2450 1200 2450 1100 +Connection ~ 2450 1100 +$Comp +L power:+15V #PWR0101 +U 1 1 5C548E75 +P 1950 1700 +F 0 "#PWR0101" H 1950 1550 50 0001 C CNN +F 1 "+15V" H 1965 1873 50 0000 C CNN +F 2 "" H 1950 1700 50 0001 C CNN +F 3 "" H 1950 1700 50 0001 C CNN + 1 1950 1700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3050 1100 3150 1100 +Wire Wire Line + 3150 1100 3150 1000 +Wire Wire Line + 3150 1000 3050 1000 +Wire Wire Line + 3150 1100 3150 1200 +Wire Wire Line + 3150 1200 3050 1200 +Connection ~ 3150 1100 +$Comp +L power:GNDA #PWR0109 +U 1 1 5C54A2E8 +P 3400 1300 +F 0 "#PWR0109" H 3400 1050 50 0001 C CNN +F 1 "GNDA" H 3405 1127 50 0000 C CNN +F 2 "" H 3400 1300 50 0001 C CNN +F 3 "" H 3400 1300 50 0001 C CNN + 1 3400 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2200 1300 2450 1300 +$Comp +L power:-15V #PWR0113 +U 1 1 5C54D177 +P 3700 1000 +F 0 "#PWR0113" H 3700 1100 50 0001 C CNN +F 1 "-15V" H 3715 1173 50 0000 C CNN +F 2 "" H 3700 1000 50 0001 C CNN +F 3 "" H 3700 1000 50 0001 C CNN + 1 3700 1000 + -1 0 0 1 +$EndComp +Wire Wire Line + 3150 1000 3700 1000 +Connection ~ 3150 1000 +Wire Wire Line + 3050 1300 3150 1300 +Wire Wire Line + 2550 1400 2450 1400 +Wire Wire Line + 2450 1400 2450 1300 +Connection ~ 2450 1300 +Wire Wire Line + 2450 1300 2550 1300 +Wire Wire Line + 2550 1500 2450 1500 +Wire Wire Line + 2450 1500 2450 1400 +Connection ~ 2450 1400 +Wire Wire Line + 3050 1400 3150 1400 +Wire Wire Line + 3150 1400 3150 1300 +Connection ~ 3150 1300 +Wire Wire Line + 3150 1300 3400 1300 +Wire Wire Line + 3150 1400 3150 1500 +Wire Wire Line + 3150 1500 3050 1500 +Connection ~ 3150 1400 +Wire Wire Line + 2550 1600 2450 1600 +Wire Wire Line + 2450 1600 2450 1700 +Wire Wire Line + 2450 1800 2550 1800 +Wire Wire Line + 2550 1700 2450 1700 +Connection ~ 2450 1700 +Wire Wire Line + 2450 1700 2450 1800 +Wire Wire Line + 3050 1600 3150 1600 +Wire Wire Line + 3150 1600 3150 1700 +Wire Wire Line + 3150 1800 3050 1800 +Wire Wire Line + 3050 1700 3150 1700 +Connection ~ 3150 1700 +Wire Wire Line + 3150 1700 3150 1800 +Wire Wire Line + 3700 1700 3150 1700 +Wire Wire Line + 1950 1700 2450 1700 +$Comp +L Device:Opamp_Dual_Generic U1 +U 2 1 5C54CA7D +P 4150 5500 +AR Path="/5C54CA7D" Ref="U1" Part="2" +AR Path="/5C06F581/5C54CA7D" Ref="U?" Part="2" +AR Path="/5C0574B7/5C54CA7D" Ref="U?" Part="1" +AR Path="/5C05A497/5C54CA7D" Ref="U?" Part="2" +F 0 "U1" H 4150 5200 50 0000 C CNN +F 1 "LM4562" H 4200 5300 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 5500 50 0001 C CNN +F 3 "~" H 4150 5500 50 0001 C CNN + 2 4150 5500 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U1 +U 1 1 5C54CA84 +P 4150 3650 +AR Path="/5C54CA84" Ref="U1" Part="1" +AR Path="/5C06F581/5C54CA84" Ref="U?" Part="3" +AR Path="/5C0574B7/5C54CA84" Ref="U?" Part="2" +AR Path="/5C05A497/5C54CA84" Ref="U?" Part="1" +F 0 "U1" H 4200 3350 50 0000 C CNN +F 1 "LM4562" H 4250 3450 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 3650 50 0001 C CNN +F 3 "~" H 4150 3650 50 0001 C CNN + 1 4150 3650 + 1 0 0 1 +$EndComp +$Comp +L Device:R RA2 +U 1 1 5C54CA8C +P 3550 3550 +AR Path="/5C54CA8C" Ref="RA2" Part="1" +AR Path="/5C06F581/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA8C" Ref="R?" Part="1" +F 0 "RA2" V 3800 3550 50 0000 C CNN +F 1 "10k" V 3700 3550 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3480 3550 50 0001 C CNN +F 3 "~" H 3550 3550 50 0001 C CNN +F 4 "Metallfilm" V 3550 3550 50 0001 C CNN "Notes" + 1 3550 3550 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3850 3550 3800 3550 +$Comp +L Device:R RA1 +U 1 1 5C54CA95 +P 4150 3200 +AR Path="/5C54CA95" Ref="RA1" Part="1" +AR Path="/5C06F581/5C54CA95" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA95" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA95" Ref="R?" Part="1" +F 0 "RA1" V 4357 3200 50 0000 C CNN +F 1 "10k" V 4266 3200 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 3200 50 0001 C CNN +F 3 "~" H 4150 3200 50 0001 C CNN +F 4 "Metallfilm" V 4150 3200 50 0001 C CNN "Notes" + 1 4150 3200 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 3650 4450 3200 +Wire Wire Line + 4450 3200 4300 3200 +Wire Wire Line + 4000 3200 3800 3200 +Wire Wire Line + 3800 3200 3800 3550 +Wire Wire Line + 3800 3550 3700 3550 +Connection ~ 3800 3550 +Text Notes 4300 3200 0 50 ~ 0 +v = -R2/R1 +$Comp +L Device:R RA3 +U 1 1 5C54CAA4 +P 3350 3750 +AR Path="/5C54CAA4" Ref="RA3" Part="1" +AR Path="/5C06F581/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAA4" Ref="R?" Part="1" +F 0 "RA3" V 3250 3750 50 0000 C CNN +F 1 "10k" V 3150 3750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3280 3750 50 0001 C CNN +F 3 "~" H 3350 3750 50 0001 C CNN +F 4 "Metallfilm" V 3350 3750 50 0001 C CNN "Notes" + 1 3350 3750 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RA5 +U 1 1 5C54CAAC +P 3650 4150 +AR Path="/5C54CAAC" Ref="RA5" Part="1" +AR Path="/5C06F581/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAAC" Ref="R?" Part="1" +F 0 "RA5" V 3857 4150 50 0000 C CNN +F 1 "10k" V 3766 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3580 4150 50 0001 C CNN +F 3 "~" H 3650 4150 50 0001 C CNN +F 4 "Metallfilm" V 3650 4150 50 0001 C CNN "Notes" + 1 3650 4150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3500 3750 3650 3750 +Connection ~ 3650 3750 +Wire Wire Line + 3200 3750 3100 3750 +$Comp +L Device:R RA4 +U 1 1 5C54CAB9 +P 3100 4150 +AR Path="/5C54CAB9" Ref="RA4" Part="1" +AR Path="/5C06F581/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAB9" Ref="R?" Part="1" +F 0 "RA4" V 3307 4150 50 0000 C CNN +F 1 "10" V 3216 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3030 4150 50 0001 C CNN +F 3 "~" H 3100 4150 50 0001 C CNN +F 4 "Metallfilm" V 3100 4150 50 0001 C CNN "Notes" + 1 3100 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0102 +U 1 1 5C54CAC0 +P 3100 4300 +AR Path="/5C54CAC0" Ref="#PWR0102" Part="1" +AR Path="/5C06F581/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC0" Ref="#PWR?" Part="1" +F 0 "#PWR0102" H 3100 4050 50 0001 C CNN +F 1 "GNDA" H 3105 4127 50 0000 C CNN +F 2 "" H 3100 4300 50 0001 C CNN +F 3 "" H 3100 4300 50 0001 C CNN + 1 3100 4300 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0103 +U 1 1 5C54CAC6 +P 3650 4300 +AR Path="/5C54CAC6" Ref="#PWR0103" Part="1" +AR Path="/5C06F581/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC6" Ref="#PWR?" Part="1" +F 0 "#PWR0103" H 3650 4050 50 0001 C CNN +F 1 "GNDA" H 3655 4127 50 0000 C CNN +F 2 "" H 3650 4300 50 0001 C CNN +F 3 "" H 3650 4300 50 0001 C CNN + 1 3650 4300 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male JA1 +U 1 1 5C54CACC +P 2900 3800 +AR Path="/5C54CACC" Ref="JA1" Part="1" +AR Path="/5C06F581/5C54CACC" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CACC" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CACC" Ref="J?" Part="1" +F 0 "JA1" H 2950 3550 50 0000 C CNN +F 1 "Jumper" H 2950 3650 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2900 3800 50 0001 C CNN +F 3 "~" H 2900 3800 50 0001 C CNN + 1 2900 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3100 4000 3100 3900 +Wire Wire Line + 3100 3800 3100 3750 +Wire Wire Line + 3650 3750 3650 4000 +$Comp +L Device:R RB2 +U 1 1 5C54CAD8 +P 3400 5400 +AR Path="/5C54CAD8" Ref="RB2" Part="1" +AR Path="/5C06F581/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAD8" Ref="R?" Part="1" +F 0 "RB2" V 3607 5400 50 0000 C CNN +F 1 "10k" V 3516 5400 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 5400 50 0001 C CNN +F 3 "~" H 3400 5400 50 0001 C CNN +F 4 "Metallfilm" V 3400 5400 50 0001 C CNN "Notes" + 1 3400 5400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4000 5050 3800 5050 +Wire Wire Line + 3800 5050 3800 5400 +Connection ~ 3800 5400 +$Comp +L Device:R RB3 +U 1 1 5C54CAE4 +P 3200 5600 +AR Path="/5C54CAE4" Ref="RB3" Part="1" +AR Path="/5C06F581/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAE4" Ref="R?" Part="1" +F 0 "RB3" V 3100 5600 50 0000 C CNN +F 1 "10k" V 3000 5600 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3130 5600 50 0001 C CNN +F 3 "~" H 3200 5600 50 0001 C CNN +F 4 "Metallfilm" V 3200 5600 50 0001 C CNN "Notes" + 1 3200 5600 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RB5 +U 1 1 5C54CAEC +P 3500 6000 +AR Path="/5C54CAEC" Ref="RB5" Part="1" +AR Path="/5C06F581/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAEC" Ref="R?" Part="1" +F 0 "RB5" V 3707 6000 50 0000 C CNN +F 1 "10k" V 3616 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3430 6000 50 0001 C CNN +F 3 "~" H 3500 6000 50 0001 C CNN +F 4 "Metallfilm" V 3500 6000 50 0001 C CNN "Notes" + 1 3500 6000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 5600 3500 5600 +Connection ~ 3500 5600 +$Comp +L Device:R RB4 +U 1 1 5C54CAF8 +P 2950 6000 +AR Path="/5C54CAF8" Ref="RB4" Part="1" +AR Path="/5C06F581/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAF8" Ref="R?" Part="1" +F 0 "RB4" V 3157 6000 50 0000 C CNN +F 1 "10" V 3066 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2880 6000 50 0001 C CNN +F 3 "~" H 2950 6000 50 0001 C CNN +F 4 "Metallfilm" V 2950 6000 50 0001 C CNN "Notes" + 1 2950 6000 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0104 +U 1 1 5C54CAFF +P 2950 6150 +AR Path="/5C54CAFF" Ref="#PWR0104" Part="1" +AR Path="/5C06F581/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAFF" Ref="#PWR?" Part="1" +F 0 "#PWR0104" H 2950 5900 50 0001 C CNN +F 1 "GNDA" H 2955 5977 50 0000 C CNN +F 2 "" H 2950 6150 50 0001 C CNN +F 3 "" H 2950 6150 50 0001 C CNN + 1 2950 6150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0105 +U 1 1 5C54CB05 +P 3500 6150 +AR Path="/5C54CB05" Ref="#PWR0105" Part="1" +AR Path="/5C06F581/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB05" Ref="#PWR?" Part="1" +F 0 "#PWR0105" H 3500 5900 50 0001 C CNN +F 1 "GNDA" H 3505 5977 50 0000 C CNN +F 2 "" H 3500 6150 50 0001 C CNN +F 3 "" H 3500 6150 50 0001 C CNN + 1 3500 6150 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male JB1 +U 1 1 5C54CB0B +P 2750 5650 +AR Path="/5C54CB0B" Ref="JB1" Part="1" +AR Path="/5C06F581/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CB0B" Ref="J?" Part="1" +F 0 "JB1" H 2856 5828 50 0000 C CNN +F 1 "Jumper" H 2800 5500 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2750 5650 50 0001 C CNN +F 3 "~" H 2750 5650 50 0001 C CNN + 1 2750 5650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2950 5850 2950 5750 +Wire Wire Line + 2950 5650 2950 5600 +Wire Wire Line + 3500 5600 3500 5850 +Wire Wire Line + 3800 5400 3850 5400 +Wire Wire Line + 3500 5600 3850 5600 +$Comp +L Device:R RB1 +U 1 1 5C54CB19 +P 4150 5050 +AR Path="/5C54CB19" Ref="RB1" Part="1" +AR Path="/5C06F581/5C54CB19" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CB19" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CB19" Ref="R?" Part="1" +F 0 "RB1" V 4357 5050 50 0000 C CNN +F 1 "10k" V 4266 5050 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 5050 50 0001 C CNN +F 3 "~" H 4150 5050 50 0001 C CNN +F 4 "Metallfilm" V 4150 5050 50 0001 C CNN "Notes" + 1 4150 5050 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 5500 4450 5050 +Wire Wire Line + 4450 5050 4300 5050 +Text Notes 2350 4050 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 3650 +$Comp +L Device:Opamp_Dual_Generic U1 +U 3 1 5C54CB24 +P 1400 1400 +AR Path="/5C54CB24" Ref="U1" Part="3" +AR Path="/5C06F581/5C54CB24" Ref="U?" Part="1" +AR Path="/5C0574B7/5C54CB24" Ref="U?" Part="3" +AR Path="/5C05A497/5C54CB24" Ref="U?" Part="3" +F 0 "U1" H 1400 1550 50 0000 L CNN +F 1 "LM4562" H 1400 1250 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1400 1400 50 0001 C CNN +F 3 "~" H 1400 1400 50 0001 C CNN + 3 1400 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C1 +U 1 1 5C54CB2B +P 1100 1250 +AR Path="/5C54CB2B" Ref="C1" Part="1" +AR Path="/5C06F581/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C0574B7/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C05A497/5C54CB2B" Ref="CU1+?" Part="1" +F 0 "C1" H 750 1300 50 0000 L CNN +F 1 "100n" H 800 1200 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1100 50 0001 C CNN +F 3 "~" H 1100 1250 50 0001 C CNN + 1 1100 1250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1300 1750 1300 1700 +Wire Wire Line + 1300 1100 1300 1050 +$Comp +L power:GNDA #PWR0106 +U 1 1 5C54CB34 +P 900 1400 +AR Path="/5C54CB34" Ref="#PWR0106" Part="1" +AR Path="/5C06F581/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB34" Ref="#PWR?" Part="1" +F 0 "#PWR0106" H 900 1150 50 0001 C CNN +F 1 "GNDA" H 905 1227 50 0000 C CNN +F 2 "" H 900 1400 50 0001 C CNN +F 3 "" H 900 1400 50 0001 C CNN + 1 900 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C2 +U 1 1 5C54CB3A +P 1100 1550 +AR Path="/5C54CB3A" Ref="C2" Part="1" +AR Path="/5C06F581/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C0574B7/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C05A497/5C54CB3A" Ref="CU1-?" Part="1" +F 0 "C2" H 800 1400 50 0000 L CNN +F 1 "100n" H 850 1300 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1400 50 0001 C CNN +F 3 "~" H 1100 1550 50 0001 C CNN + 1 1100 1550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 1700 1300 1700 +Wire Wire Line + 900 1400 1100 1400 +Connection ~ 1100 1400 +Wire Wire Line + 1100 1100 1300 1100 +$Comp +L power:+15V #PWR0107 +U 1 1 5C54CB45 +P 1300 1050 +AR Path="/5C54CB45" Ref="#PWR0107" Part="1" +AR Path="/5C06F581/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB45" Ref="#PWR?" Part="1" +F 0 "#PWR0107" H 1300 900 50 0001 C CNN +F 1 "+15V" H 1315 1223 50 0000 C CNN +F 2 "" H 1300 1050 50 0001 C CNN +F 3 "" H 1300 1050 50 0001 C CNN + 1 1300 1050 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0108 +U 1 1 5C54CB4B +P 1300 1750 +AR Path="/5C54CB4B" Ref="#PWR0108" Part="1" +AR Path="/5C06F581/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB4B" Ref="#PWR?" Part="1" +F 0 "#PWR0108" H 1300 1850 50 0001 C CNN +F 1 "-15V" H 1315 1923 50 0000 C CNN +F 2 "" H 1300 1750 50 0001 C CNN +F 3 "" H 1300 1750 50 0001 C CNN + 1 1300 1750 + -1 0 0 1 +$EndComp +Wire Wire Line + 4450 3650 4600 3650 +Text Notes 2200 5900 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 5500 +Connection ~ 1300 1700 +Connection ~ 1300 1100 +Text Notes 3950 4350 0 50 ~ 0 +Rlow for minimum offset error\ndue to input bias current.\nRlow = R1//R2//R3 ... (inputs) +Connection ~ 3700 3550 +Wire Wire Line + 3650 3750 3850 3750 +Wire Wire Line + 3550 5400 3650 5400 +Wire Wire Line + 3650 5400 3650 5300 +Connection ~ 3650 5400 +Wire Wire Line + 3650 5400 3800 5400 +Text Notes 3800 6150 0 50 ~ 0 +For Output Stage exchange \nRA5 and RB5 for Rlow=1k. +Text Notes 3950 4100 0 50 ~ 0 +For Output Stage exchange \nRA5 and RB5 for Rlow=1k. +$Comp +L Device:R RA7 +U 1 1 5CA39C35 +P 4850 3500 +AR Path="/5CA39C35" Ref="RA7" Part="1" +AR Path="/5C06F581/5CA39C35" Ref="RA?" Part="1" +AR Path="/5C0574B7/5CA39C35" Ref="RA?" Part="1" +AR Path="/5C05A497/5CA39C35" Ref="RA?" Part="1" +F 0 "RA7" V 5057 3500 50 0000 C CNN +F 1 "220" V 4966 3500 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4780 3500 50 0001 C CNN +F 3 "~" H 4850 3500 50 0001 C CNN +F 4 "Metallfilm" V 4850 3500 50 0001 C CNN "Notes" + 1 4850 3500 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4700 3500 4600 3500 +Wire Wire Line + 4600 3500 4600 3650 +$Comp +L Device:R RB6 +U 1 1 5CA3D551 +P 4800 5350 +AR Path="/5CA3D551" Ref="RB6" Part="1" +AR Path="/5C06F581/5CA3D551" Ref="RA?" Part="1" +AR Path="/5C0574B7/5CA3D551" Ref="RA?" Part="1" +AR Path="/5C05A497/5CA3D551" Ref="RA?" Part="1" +F 0 "RB6" V 5007 5350 50 0000 C CNN +F 1 "220" V 4916 5350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4730 5350 50 0001 C CNN +F 3 "~" H 4800 5350 50 0001 C CNN +F 4 "Metallfilm" V 4800 5350 50 0001 C CNN "Notes" + 1 4800 5350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4650 5350 4600 5350 +Wire Wire Line + 4600 5350 4600 5500 +Wire Wire Line + 4600 5500 4450 5500 +Text Notes 4300 2750 0 50 ~ 0 +Lowpass:\nf_c = 1 /\n (2 * Pi * R * C) +$Comp +L Device:C ClpA1 +U 1 1 5CA42A5F +P 4150 2800 +F 0 "ClpA1" V 3898 2800 50 0000 C CNN +F 1 "330p" V 3989 2800 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 4188 2650 50 0001 C CNN +F 3 "~" H 4150 2800 50 0001 C CNN + 1 4150 2800 + 0 1 1 0 +$EndComp +Wire Wire Line + 4300 2800 4450 2800 +Wire Wire Line + 4450 2800 4450 3200 +Connection ~ 4450 3200 +Wire Wire Line + 4000 2800 3800 2800 +Wire Wire Line + 3800 2800 3800 3200 +Connection ~ 3800 3200 +$Comp +L Device:C ClpB1 +U 1 1 5CA46ED4 +P 4150 4700 +F 0 "ClpB1" V 3898 4700 50 0000 C CNN +F 1 "330p" V 3989 4700 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 4188 4550 50 0001 C CNN +F 3 "~" H 4150 4700 50 0001 C CNN + 1 4150 4700 + 0 1 1 0 +$EndComp +Wire Wire Line + 4300 4700 4450 4700 +Wire Wire Line + 4450 4700 4450 5050 +Connection ~ 4450 5050 +Wire Wire Line + 4000 4700 3800 4700 +Wire Wire Line + 3800 4700 3800 5050 +Connection ~ 3800 5050 +Wire Wire Line + 3050 2700 3350 2700 +Wire Wire Line + 3050 2400 3350 2400 +$Comp +L power:GNDA #PWR0114 +U 1 1 5CA73175 +P 3350 2400 +F 0 "#PWR0114" H 3350 2150 50 0001 C CNN +F 1 "GNDA" V 3350 2150 50 0000 C CNN +F 2 "" H 3350 2400 50 0001 C CNN +F 3 "" H 3350 2400 50 0001 C CNN + 1 3350 2400 + 0 -1 -1 0 +$EndComp +$Comp +L power:GNDA #PWR0115 +U 1 1 5CA73272 +P 3350 2700 +F 0 "#PWR0115" H 3350 2450 50 0001 C CNN +F 1 "GNDA" V 3350 2450 50 0000 C CNN +F 2 "" H 3350 2700 50 0001 C CNN +F 3 "" H 3350 2700 50 0001 C CNN + 1 3350 2700 + 0 -1 -1 0 +$EndComp +Text GLabel 2000 3400 0 50 Input ~ 0 +out_inA +Text GLabel 1900 3550 0 50 Input ~ 0 +inA- +Text GLabel 1850 3750 0 50 Input ~ 0 +inA+ +Text GLabel 5550 3500 2 50 Input ~ 0 +outA +Text GLabel 5450 3650 2 50 Input ~ 0 +in_outA +Text GLabel 3700 2300 2 50 Input ~ 0 +in_outA +Text GLabel 3150 2200 2 50 Input ~ 0 +outA +Text GLabel 5500 5350 2 50 Input ~ 0 +outB +Text GLabel 5350 5500 2 50 Input ~ 0 +in_outB +Wire Wire Line + 5000 3500 5550 3500 +Wire Wire Line + 5450 3650 4600 3650 +Connection ~ 4600 3650 +Wire Wire Line + 5500 5350 4950 5350 +Wire Wire Line + 5350 5500 4600 5500 +Connection ~ 4600 5500 +Text GLabel 3700 2600 2 50 Input ~ 0 +in_outB +Text GLabel 3150 2500 2 50 Input ~ 0 +outB +Text GLabel 2200 2300 0 50 Input ~ 0 +out_inA +Text GLabel 2100 2400 0 50 Input ~ 0 +inA- +Text GLabel 2100 2200 0 50 Input ~ 0 +inA+ +Wire Wire Line + 2100 2400 2550 2400 +Wire Wire Line + 2000 3400 3700 3400 +Wire Wire Line + 3700 3400 3700 3550 +Wire Wire Line + 3400 3550 1900 3550 +Wire Wire Line + 1850 3750 3100 3750 +Connection ~ 3100 3750 +Text GLabel 2300 5300 0 50 Input ~ 0 +out_inB +Text GLabel 2200 5450 0 50 Input ~ 0 +inB- +Text GLabel 2200 5600 0 50 Input ~ 0 +inB+ +Wire Wire Line + 2200 5600 2950 5600 +Connection ~ 2950 5600 +Wire Wire Line + 2950 5600 3050 5600 +Wire Wire Line + 3250 5400 2500 5400 +Wire Wire Line + 2500 5400 2500 5450 +Wire Wire Line + 2500 5450 2200 5450 +Wire Wire Line + 2300 5300 3650 5300 +Text GLabel 2200 2600 0 50 Input ~ 0 +out_inB +Text GLabel 2100 2700 0 50 Input ~ 0 +inB+ +Text GLabel 2100 2500 0 50 Input ~ 0 +inB- +Wire Wire Line + 3700 2600 3050 2600 +Wire Wire Line + 3050 2500 3150 2500 +Wire Wire Line + 3700 2300 3050 2300 +Wire Wire Line + 3150 2200 3050 2200 +Wire Wire Line + 2100 2200 2550 2200 +Wire Wire Line + 2550 2300 2200 2300 +Wire Wire Line + 2100 2500 2550 2500 +Wire Wire Line + 2200 2600 2550 2600 +Wire Wire Line + 2550 2700 2100 2700 +$EndSCHEMATC diff --git a/schematic/backups/mixerinput (Backup_squareboard)/Inputopampcircuit_1.png b/schematic/backups/mixerinput (Backup_squareboard)/Inputopampcircuit_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3f21eddd38365e35c9a646ab6b27833125c2ef GIT binary patch literal 9583 zcmb7~dpy(s`~MduhnzzQo#Z(0DCbk5l;tdHLnJxOHWKDA6qOEm7flXP35AVf2Q!D% z8#$J-#bzTRhdG2z7QU6&^0o^XtOSeI7{o&p_kR_cO~vigp4GnP;b60%g{VcbxZ(i7nN{l; zF90C(N?~y!68*Iu5uyOFmrtJt?KP+whkJtJ7!wZs|aO};EB|_t7Qw2Ad z+2}DB-jv<;5H9$34|&VhBMQ{k*U$u>w^V+fm_Iag%Uj$aY$#CgcJBZ2_F5A*A5EGc zJh!E9Alx*)m$JEUmeSmR_X)TnHCFId6f8bQZe#Vp?!E~yb|229dmspt0a|*C|hnCApZGVy<@g31&REHKA@g4;6 z&#J>>XkX6SuA{mw%15us01+jE_up@uKS176Ra-UyBW|jor*kPkSDbE9UI4qkap<_O zI+j$%JtcDCMW+5nQa??Mc>*c;yi0DcgG&lA)mRwIo-6A9wjLED-iLAYUR`S}l~|u- zzEi%YV8K6oIimTFBSqu+Pl0l;jAo+7Lw3sU4HN90Xj%S;%h>&NCK0it(jN}$0W2P% zf7l_Ie+CTHvAATyU|8%7NpEJ$WkRMK|9)}dvv4C=OCM}ilq7Iv@0nV%2Zg@5{o$^4GJP3V5&o_A& zQC5fT=|76EogXTTEyk!GD7wQ%qLA@%o&D}b3Q?y9CD|3#neQy;SJoD&N1T+LbJp1X zS0$h4j?v=DiTDtVIj>eHlzrLuyY6?=5y*#`t^Hm4vp&9R%uu7P_e$i8>mE$!N;djx zJoe1+pI^#bz*En79^S%!h%@{O2;EC;pcJ=}(^GQCg_zxyx{tH5uzY70%O|}wWOpZX z`okzN5Esq#pE9`MI$$9dHv@9N^_80)AC2Pl7q@b=n)uF24}hlnRsZn*Xq^eTTFIZ` z><@G44<}mO&|h(LkuGW@ZoIIS?Ln%J(G147dOekhMdPVnMaxR|E%Ay|p-7#}rCKds*5TOC&igXi8k!YZbW6Wle7i%ff|zFQkP!t4wl=ag&O%Nn-@f0LJ4G zRjY|~7S-valTuWp5cG+kP9+dlKiL>RLkgl-c&4*N)5l1&D44gafJxSZ=e>fgpck*w zsyO3_ywdNHXQAUAAuvl4rdRFPF=`akVfW**z-+TGMX_H^ipe#;+ox-Sk~icsx+H+> zyU`s=)>L0py1-{-_r8Xh+w#v6W|FYMJTQgPWYLyaK>D_0OH3V*EWYLG^1Fk5TcX%~ zXY4y}FEdQ+I}D+16RqG!(jysjNuYq=u)?{JfJujev6G5k4MN!z9J{D!l&jN#DVzTC zRkN=5CAv4TT^|u2R1AZeM;`&GXq8?0sJ${OClH`q^f763bEb$FmW~6HP;71q{I@9> zh&ReWp{I>e86W~?z_dganpty(hNB%UVc_CafGND}JQzuS4O{p@3D&d}ds4xGj2V>u zETn#^>w&HY_vOvDAo>umHu^Eq{4?B=GsIS(vGnqE8g`ra`r7&7T-BLdw82x;2`~cF zhO<5&QykuEdB&L)bh(H{IbZaeJ<0}}U)+j_f8-7chQ|9~%b|`{B9&9tIzX_(`~(Py zu!jueGXjIS9^!QGm%d|tFXN^RPrjgoGi_hQ6^)`7j1rHTUP5?L`dEdb(9`4Iw4r>y z_wNr(Cza4O=R2?;bmGbtT#@-n(c|lR9Z%zjxE5o zsU#+iIYr~{SH0xkEgLkuH^d5vjdUJ3QaLAb)j5XukYHLOWH;Y{2$8rJCCflQ#ZY(f z5-gm9Re*yK&l%+S{h`JfoKGP%1Tar!?R(Tdg!NGichvmAtRiHF+~Fi< z)iYhKE6)ggH^z4iANGGD)S{e;HZTtfsV}{?_`31aXTB?pLr+_tsjdFipl0nIaMuT> zq^AFpsF=^C&C7Ef*T2;s4pe{GiD~NU?UTJ@3!GxPu}rLz+GuRHX0e@$192_3Yn$B80=4krwbqhv9Mg zSz-vI^%mDpVrf#_!<))m=$<+)%ZRa+ipx&Aq_pQBt`w;?j${j;v)PSX-3ZNVP1vDY znzs=B`RyTix_Mlm5?*%X!mZ`R{+*raUpfENb1Jce#iM~9e@4t8Q;=&Zqnyz9x zYQE(+SuNtg=Pp|J+Z!Z)<|rz{RHWG%8lP^pYJ;RAVs+Mm%(p3%L>{Vg>OjOmVwL(_ zBE*086c9RAcyDU8r}Sm-qW76v@`DlEF39lW_2VE0>V`bdl3RsafrXsBGiK?mU`8%U zh*vUxfOxd)GRb)~6hp&YzSn`IWsL-_m1KCr@II;!TKYjP)t}nc%+mEOGSBsye%S+VQygi zF{+B^MUk({Ax!KD;3#I_d_DNnoS{URbFe?1^vUVnFUwM|FCk}0*l!mTh?!y5K6i}? zcPkQ5RjiHmGZPURs$mWd2O+&RscuyRc?=ZK*;J=$MzLz3c7`)9qR|8h*YB8=7ceduKr;5<}5 z$u=u?+E54NLpQju2|N-s5KsZVGEXD`t$PDZD}4fYe-esm>Wx=X%x{mdx4!9`u|M1n z7r;cf;v4o77sH?$8)Y{I0zLuoXDlaRdd($UjakGr?B?=jZL_5%FU?<=`+gLrYutR?VizD5D;hCopaSYKCilc7xhfN|m~DqJaBpA&Qdvzm zGx1>&k*c^bHY=sTCQ7RxEnFel3Bw(ixLdE+(edE1t;Rhv(OvY9tG47Ii?_>-(h@?= zvHR}cGN)%1cFMGco>gcZhaF0I*oFy@Cv0Pmir2W$C#VJqwQFMF0U%5m1cR_|eRu43 zXbau1_hDA>cEAW2Aspc>%|@LgP0Uc&g{~5(%F{-)QM-P&2$?Vv@4p`Jz81CuR3{ zC?bu%w!3>9VG$<4c*T(0I+AV_lpmd&v(i3n8V9Yeq%xUx<7G^1V?!p|7+D?RSE0U247PYi`NVN*QMT}aU9}J1 z-$uFQ{wA**PSL9|HHzVB{<~VnLu-;qM)Q+!&~UN+wfuE$C%(3JeJY`DhgAK0D7lp1 zlD==Y9#rE&W%}GUl};kJ&(rYL-Hal^6N+NfS)S({^wc}2KY^1H^#3)o0E3P zS9XpsgUfQoVCN5~T*(p0_cTWDpb>qimE`7-2BYGdaA?GE|I7(dc;%pI_<{#tubrNj zlfL1Cmw&(2*iDxmAfV#xd7NKlY%ocgk_Iuz&c+!7PrH?sb#Ce|fi4ledK_kMT#C;>of6gd@(uU$C?Kwy5Vk z7*jQ^Iv~T3dFA|=H>L6VxrQ~fVgf~bXq0SHE{4$BSNMI;@miEuFhBL?=_3N50clSk zefO(GqhicTF(G^)pji%!&7Zk;`^wi8^?Tgm5I?BW6Y)KH+WhM^=6P3B!}_Fj1nUtr z$|-3AN;blUj(`zP#iK4;*! zM(CHl3g6{WGd}@|gWI;pPcKb8Ea~hnVYcx}jixseWNK2z2#T}0(mWZ)8IGkKHRBev zVi2I$e3-xl2EClg9@#E^T@2x+QgBnYUDhe%tsm=A4!BLJP)uJ%BwT*JUp%kz=eF7T9#jQ`k%+j^qphY`e z+3^eP)Uv>o!yjWtRiVJ}Ys${j<>Rn!(=|lonCQ>ZvL#(i zipp<_v-RPb5y||z^XG+Hf^0C^H|1|FIui^MgI~mllGllNq`|c*v{O*EzvD6!Ryss-x$K!egv6|GJlZ33u`HD3vW=?ZCf)#Kab^Jkihv zEFKqy0}w91Jv83aSPvnmo*V(z{^Tt`75^V_2Jm@mVQRDBtK z2XEIlbYI=8;OYKUwuX*kEgGv|IgtK^ABv@XrwtQw1O|OeI<6l6lUY6Q8G4pd;91iz zZ$-?~NALkeYvW>AP&9N}Pu&cN0HhL(D@&M3*aw)+gpKdQm+hX7i??6qZkvkD+pGqNqN6dKHiH{8f0~UPQXkKGk3XuO`4?G#(Q7U7w_M z0olf3)-juP1`TQvzr(A?TzN|TB9$q?oWlVT2rz5%U2nSC_*^C@Xr$Yh^3`YsozgUN zV(S?C70z>^A#e-%0~Eq+E!-VmxJG{7cExp|DnJ%<6?93V5y%5@%x@$K=I99kx~#}Q4;U3PodzjSe=(|O0GC&YZ?iz>J}bMuBOeS6 zO0uRn3!ZC`=w~XiabG`7w<=zs62S^Nc`XRVUCNR9o zJO$D-3oR_^7%Y8p3_i7?4wkxni8*e?Sy;88G|jKjCQxpOPE6x7etiZK^nUk?fkhj86d0s0%gZ7 zNEGFx?JQ@+grn-!$?0WZnvPE$3V)_E4O9DyS)aLkuEQ(Msx|$rTjO)xVWGEIAf0q3 zwl~j5ZpUt9l5*yLGg5MB&-&gx+%MXZZ5MdvZ=-o(l+tr*&n&r^#o&+iV+Us6CNAEMfZkG(*1pgfEI zQI3ch$U&ly9QjBqxxPd<>Hraw-*bpP#KE81A@!8L6MKXPTjpe;kJ}f)7%JLCm8B_O zQX!wVv>@r`iEKI1WzvZ#1Udn0%JyPpkKM%oH7`qh<4SaAmEeZBvrH;0z z1P-}Fv|slYMm$hTiieo*dd8H@n}|t<=AB53&wZ|;`IYVCzS6$#4vuke+;iHNHni^E zY2NqM+ZKcq5o@-#TCcJ`2KRFlWatDvqU7xu8+M~6r7K~3I1d*l-U^I6+A@3uD@HM` zK1m2+ctB(hDuE8Iel`TB)XBClBS^82?}o&bV?BsH_w?EitHxyFULx%~9#(iwU52_1 zhf#33Wb=Axwv)tW4_qyNH;kOv8c$tyLewFPJYy zQDhX}fcGeGCkzG6i}RMQG~ro`SN>oYbf0gE?`2|&8iorEw-ZZlg=TOqe7^9*1l`?< zt7Y+eK*MnFT%3B)mx1Q@@=VPuNKnMULscS}j&r2rk~WHFdV1R!14;?LV{t>zwjuKt z0+`gUbk?8}rG~3Kw7NB5_cpIwF=%{_#lvW=;RY579(vkYJd~qVSUI$S-`O`IR5cL} z7zyRG40{3ZBR1X%kqXNhm*Cf0?&Ij}$o^n{>&b_fU|`j3k1xW@e?~_@^dstvdY4}CpGoe=+ zTaA$wp+Wh2nE9-}=}V=`_b|92@~BceW&C(vYmmHOI7n^NjUplEmEmJ^xVS3xKwcj zX!z-&>LhaKqrLEu^Rjz7Z&}raTA0VcOXu7VCcE6M9>s(t3V6T3%CJ5@NsLJ)*1bZ- zY6i`r{4s`u=KE++qo5DL`vI{Wz zP*4AB|M>C3)q+yy!tTBHt7yV&DRS#iU{N?fizW&W$2vyNN3grX<;GW3AfbWuP!t8$ zajrZ#R++x^WMdgcOaX+a6KdaDo_aQ7q|om+XDr1qaW@1a0w|I(&m=9RIv)glx^ex% z%_Ph~&Rhtsg1-;mHjqF zYqcy2Vth3+xvV>=ME86}KVl;`IuLbIBs_jbW;80b`1DzTZy9uxr$HRo1=h;<+>Oye zAgi##z7)_!M+Ag~g4OTO+!nyE9IIT*OJGi$Q=1`I`S5~7dJv{V#Q0c=_3%4_nK74w zm1U_t5%#nRsdlsg!=$prdvd3P3^Tcnq+L7wI;=Aiv+bo$%8-eLlUk&b?)5gVunKcR z!ijRH-+KJ$j*=2={)(Nm1Rq;yd~qcB%#<7Y&iU|Nr!+!Kw|x=c+o5bjrxf;PO*xF~ z4s;u>FE`8yjQmm(lxZUZ4Vc)&x4rQQaZ%xshET3?ZLM_gPpRhpqGO?SMZC`<>hAOR zt%I$=OQ7K*XqLzgR;2B4UqJ9cys_8WWQAN_W&f4y+n%Jqc!HEK2LQGy{g?$P_HsZD z$;scXiqGL&HaSLm=tpaO!G+?9SAsmhZgdt;g>}}5AQt@8HTYM#s&wqe z0N4_=!+`=5?aC9Xy&u3#HR?H7yLhohIb4yiuZtFh4!jGAk{tqcNHdcu!mtAMj*H5~ zlm(%ke2|0pPXa5^4>Eo%ce(q%bpXxzg{R`o?`;pJ8YRzoyzGJ8nm}mC%(=X2tgr2X z4B>5*U*h;VT#a|2*X?*Gy==aQI;+pQT5l1>k{bfdxgSSD^Tsrei5XrdXt3*Tl$+Pf zMG%fPn+J9+er_`#Xq*>?0V4RxEAJrt!0O=}ZSSs|gfe2T8zm$86v443QRXi7!j=Hs zEdSA?-e+zQN^`A6PMCdreZQTDeJ>=%+N`S=FujrGM|o@d?bz)!-rNx)YR$^70kBH{ zL7acKds*81qxK+|CnL`M2?N`K`(qUE$wWPjJWxBl4n}MLYobEa_2zul>^>Wd%)du$ zZTYEf$@`zyhS{Dv6O%6hAgBLBbpE~PFH+}m(j3ft##efEuo(pVB0GC(oz`(}H^+xa zt^OD#0lMXqAD+|ZV5(K}lK?y&3*-Og+jD_NO)mDVVjHPA-KL-=(s~-jl9bQG^&X6z z=(f2|==T)T(0lrFzNLY)m9NZ)u8SgqatjYd9d{Mu={*C9{1EX{W@MZXcQPmxA=cU_ z;tUcFs-71JN4t!|;tZzwIMMS)e-@2_qB>!#b5IHw&O%X?=~nmDe3+RAAzw3)Q#hyD zoHoKu#Bv9NQEIk{- QpP&MqI__kLweh?5KR`Y5C;$Ke literal 0 HcmV?d00001 diff --git a/schematic/backups/mixerinput (Backup_squareboard)/fp-lib-table b/schematic/backups/mixerinput (Backup_squareboard)/fp-lib-table new file mode 100644 index 0000000..3af510b --- /dev/null +++ b/schematic/backups/mixerinput (Backup_squareboard)/fp-lib-table @@ -0,0 +1,2 @@ +(fp_lib_table +) diff --git a/schematic/backups/mixerinput (Backup_squareboard)/inputbuffer.sch b/schematic/backups/mixerinput (Backup_squareboard)/inputbuffer.sch new file mode 100644 index 0000000..8f9d23d --- /dev/null +++ b/schematic/backups/mixerinput (Backup_squareboard)/inputbuffer.sch @@ -0,0 +1,546 @@ +EESchema Schematic File Version 4 +LIBS:mixerinput-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 2 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:Opamp_Dual_Generic U? +U 2 1 5C072472 +P 3300 2250 +AR Path="/5C072472" Ref="U?" Part="1" +AR Path="/5C06F581/5C072472" Ref="U1" Part="2" +AR Path="/5C0574B7/5C072472" Ref="U?" Part="1" +AR Path="/5C05A497/5C072472" Ref="U2" Part="2" +F 0 "U1" H 3300 1883 50 0000 C CNN +F 1 "LM4562" H 3300 1974 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 3300 2250 50 0001 C CNN +F 3 "~" H 3300 2250 50 0001 C CNN + 2 3300 2250 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U? +U 3 1 5C072479 +P 1200 1200 +AR Path="/5C072479" Ref="U?" Part="2" +AR Path="/5C06F581/5C072479" Ref="U1" Part="3" +AR Path="/5C0574B7/5C072479" Ref="U?" Part="2" +AR Path="/5C05A497/5C072479" Ref="U2" Part="1" +F 0 "U1" H 1250 1000 50 0000 C CNN +F 1 "LM4562" H 1300 1100 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1200 1200 50 0001 C CNN +F 3 "~" H 1200 1200 50 0001 C CNN + 3 1200 1200 + 1 0 0 1 +$EndComp +$Comp +L Device:R R? +U 1 1 5C07248F +P 2700 2150 +AR Path="/5C07248F" Ref="R?" Part="1" +AR Path="/5C06F581/5C07248F" Ref="RinA+1" Part="1" +AR Path="/5C0574B7/5C07248F" Ref="R?" Part="1" +AR Path="/5C05A497/5C07248F" Ref="RinA+2" Part="1" +F 0 "RinA+1" V 2907 2150 50 0000 C CNN +F 1 "10k" V 2816 2150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2630 2150 50 0001 C CNN +F 3 "~" H 2700 2150 50 0001 C CNN +F 4 "Metallfilm" V 2700 2150 50 0001 C CNN "Notes" + 1 2700 2150 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3000 2150 2950 2150 +$Comp +L Device:R R? +U 1 1 5C072498 +P 3300 1800 +AR Path="/5C072498" Ref="R?" Part="1" +AR Path="/5C06F581/5C072498" Ref="Rfb2" Part="1" +AR Path="/5C0574B7/5C072498" Ref="R?" Part="1" +AR Path="/5C05A497/5C072498" Ref="Rfb4" Part="1" +F 0 "Rfb2" V 3507 1800 50 0000 C CNN +F 1 "10k" V 3416 1800 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" V 3230 1800 50 0001 C CNN +F 3 "~" H 3300 1800 50 0001 C CNN +F 4 "Metallfilm" V 3300 1800 50 0001 C CNN "Notes" + 1 3300 1800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3600 2250 3600 1800 +Wire Wire Line + 3600 1800 3450 1800 +Wire Wire Line + 3150 1800 2950 1800 +Wire Wire Line + 2950 1800 2950 2150 +Wire Wire Line + 2950 2150 2850 2150 +Connection ~ 2950 2150 +Text Notes 3450 1800 0 50 ~ 0 +v = -R2/R1 +$Comp +L Device:R R? +U 1 1 5C0724AF +P 2500 2350 +AR Path="/5C0724AF" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724AF" Ref="RinA-1" Part="1" +AR Path="/5C0574B7/5C0724AF" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724AF" Ref="RinA-2" Part="1" +F 0 "RinA-1" V 2707 2350 50 0000 C CNN +F 1 "10k" V 2616 2350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2430 2350 50 0001 C CNN +F 3 "~" H 2500 2350 50 0001 C CNN +F 4 "Metallfilm" V 2500 2350 50 0001 C CNN "Notes" + 1 2500 2350 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5C0724B7 +P 2800 2750 +AR Path="/5C0724B7" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724B7" Ref="RlowA1" Part="1" +AR Path="/5C0574B7/5C0724B7" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724B7" Ref="RlowA2" Part="1" +F 0 "RlowA1" V 3007 2750 50 0000 C CNN +F 1 "10k" V 2916 2750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2730 2750 50 0001 C CNN +F 3 "~" H 2800 2750 50 0001 C CNN +F 4 "Metallfilm" V 2800 2750 50 0001 C CNN "Notes" + 1 2800 2750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2650 2350 2800 2350 +Connection ~ 2800 2350 +Wire Wire Line + 2800 2350 3000 2350 +Wire Wire Line + 1200 2150 2550 2150 +Wire Wire Line + 2350 2350 2250 2350 +$Comp +L Device:R R? +U 1 1 5C0724C4 +P 2250 2750 +AR Path="/5C0724C4" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724C4" Ref="RgndA1" Part="1" +AR Path="/5C0574B7/5C0724C4" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724C4" Ref="RgndA2" Part="1" +F 0 "RgndA1" V 2457 2750 50 0000 C CNN +F 1 "10" V 2366 2750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2180 2750 50 0001 C CNN +F 3 "~" H 2250 2750 50 0001 C CNN +F 4 "Metallfilm" V 2250 2750 50 0001 C CNN "Notes" + 1 2250 2750 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C0724CB +P 2250 2900 +AR Path="/5C0724CB" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0724CB" Ref="#PWR0102" Part="1" +AR Path="/5C0574B7/5C0724CB" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0724CB" Ref="#PWR0110" Part="1" +F 0 "#PWR0102" H 2250 2650 50 0001 C CNN +F 1 "GNDA" H 2255 2727 50 0000 C CNN +F 2 "" H 2250 2900 50 0001 C CNN +F 3 "" H 2250 2900 50 0001 C CNN + 1 2250 2900 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C0724D8 +P 2800 2900 +AR Path="/5C0724D8" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0724D8" Ref="#PWR0103" Part="1" +AR Path="/5C0574B7/5C0724D8" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0724D8" Ref="#PWR0111" Part="1" +F 0 "#PWR0103" H 2800 2650 50 0001 C CNN +F 1 "GNDA" H 2805 2727 50 0000 C CNN +F 2 "" H 2800 2900 50 0001 C CNN +F 3 "" H 2800 2900 50 0001 C CNN + 1 2800 2900 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J? +U 1 1 5C0724DE +P 2050 2400 +AR Path="/5C0724DE" Ref="J?" Part="1" +AR Path="/5C06F581/5C0724DE" Ref="J2" Part="1" +AR Path="/5C0574B7/5C0724DE" Ref="J?" Part="1" +AR Path="/5C05A497/5C0724DE" Ref="J4" Part="1" +F 0 "J2" H 2156 2578 50 0000 C CNN +F 1 "Jumper" H 2100 2250 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 2050 2400 50 0001 C CNN +F 3 "~" H 2050 2400 50 0001 C CNN + 1 2050 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2250 2600 2250 2500 +Wire Wire Line + 2250 2400 2250 2350 +Connection ~ 2250 2350 +Wire Wire Line + 2800 2350 2800 2600 +$Comp +L Device:R R? +U 1 1 5C0724F2 +P 2550 3750 +AR Path="/5C0724F2" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724F2" Ref="RinB+1" Part="1" +AR Path="/5C0574B7/5C0724F2" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724F2" Ref="RinB+2" Part="1" +F 0 "RinB+1" V 2757 3750 50 0000 C CNN +F 1 "10k" V 2666 3750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2480 3750 50 0001 C CNN +F 3 "~" H 2550 3750 50 0001 C CNN +F 4 "Metallfilm" V 2550 3750 50 0001 C CNN "Notes" + 1 2550 3750 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3000 3400 2800 3400 +Wire Wire Line + 2800 3400 2800 3750 +Wire Wire Line + 2800 3750 2700 3750 +Connection ~ 2800 3750 +$Comp +L Device:R R? +U 1 1 5C0724FE +P 2350 3950 +AR Path="/5C0724FE" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724FE" Ref="RinB-1" Part="1" +AR Path="/5C0574B7/5C0724FE" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724FE" Ref="RinB-2" Part="1" +F 0 "RinB-1" V 2557 3950 50 0000 C CNN +F 1 "10k" V 2466 3950 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2280 3950 50 0001 C CNN +F 3 "~" H 2350 3950 50 0001 C CNN +F 4 "Metallfilm" V 2350 3950 50 0001 C CNN "Notes" + 1 2350 3950 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5C072506 +P 2650 4350 +AR Path="/5C072506" Ref="R?" Part="1" +AR Path="/5C06F581/5C072506" Ref="RlowB1" Part="1" +AR Path="/5C0574B7/5C072506" Ref="R?" Part="1" +AR Path="/5C05A497/5C072506" Ref="RlowB2" Part="1" +F 0 "RlowB1" V 2857 4350 50 0000 C CNN +F 1 "10k" V 2766 4350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2580 4350 50 0001 C CNN +F 3 "~" H 2650 4350 50 0001 C CNN +F 4 "Metallfilm" V 2650 4350 50 0001 C CNN "Notes" + 1 2650 4350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2500 3950 2650 3950 +Connection ~ 2650 3950 +Wire Wire Line + 1200 3750 2400 3750 +Wire Wire Line + 2200 3950 2100 3950 +$Comp +L Device:R R? +U 1 1 5C072512 +P 2100 4350 +AR Path="/5C072512" Ref="R?" Part="1" +AR Path="/5C06F581/5C072512" Ref="RgndB1" Part="1" +AR Path="/5C0574B7/5C072512" Ref="R?" Part="1" +AR Path="/5C05A497/5C072512" Ref="RgndB2" Part="1" +F 0 "RgndB1" V 2307 4350 50 0000 C CNN +F 1 "10" V 2216 4350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2030 4350 50 0001 C CNN +F 3 "~" H 2100 4350 50 0001 C CNN +F 4 "Metallfilm" V 2100 4350 50 0001 C CNN "Notes" + 1 2100 4350 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C072519 +P 2100 4500 +AR Path="/5C072519" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C072519" Ref="#PWR0104" Part="1" +AR Path="/5C0574B7/5C072519" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C072519" Ref="#PWR0112" Part="1" +F 0 "#PWR0104" H 2100 4250 50 0001 C CNN +F 1 "GNDA" H 2105 4327 50 0000 C CNN +F 2 "" H 2100 4500 50 0001 C CNN +F 3 "" H 2100 4500 50 0001 C CNN + 1 2100 4500 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C07251F +P 2650 4500 +AR Path="/5C07251F" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C07251F" Ref="#PWR0105" Part="1" +AR Path="/5C0574B7/5C07251F" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C07251F" Ref="#PWR0113" Part="1" +F 0 "#PWR0105" H 2650 4250 50 0001 C CNN +F 1 "GNDA" H 2655 4327 50 0000 C CNN +F 2 "" H 2650 4500 50 0001 C CNN +F 3 "" H 2650 4500 50 0001 C CNN + 1 2650 4500 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J? +U 1 1 5C072525 +P 1900 4000 +AR Path="/5C072525" Ref="J?" Part="1" +AR Path="/5C06F581/5C072525" Ref="J1" Part="1" +AR Path="/5C0574B7/5C072525" Ref="J?" Part="1" +AR Path="/5C05A497/5C072525" Ref="J3" Part="1" +F 0 "J1" H 2006 4178 50 0000 C CNN +F 1 "Jumper" H 1950 3850 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 1900 4000 50 0001 C CNN +F 3 "~" H 1900 4000 50 0001 C CNN + 1 1900 4000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2100 4200 2100 4100 +Wire Wire Line + 2100 4000 2100 3950 +Connection ~ 2100 3950 +Wire Wire Line + 2650 3950 2650 4200 +Wire Wire Line + 2800 3750 3000 3750 +Wire Wire Line + 2650 3950 3000 3950 +$Comp +L Device:R R? +U 1 1 5C072534 +P 3150 3400 +AR Path="/5C072534" Ref="R?" Part="1" +AR Path="/5C06F581/5C072534" Ref="Rfb1" Part="1" +AR Path="/5C0574B7/5C072534" Ref="R?" Part="1" +AR Path="/5C05A497/5C072534" Ref="Rfb3" Part="1" +F 0 "Rfb1" V 3357 3400 50 0000 C CNN +F 1 "10k" V 3266 3400 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3080 3400 50 0001 C CNN +F 3 "~" H 3150 3400 50 0001 C CNN +F 4 "Metallfilm" V 3150 3400 50 0001 C CNN "Notes" + 1 3150 3400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3600 3850 3600 3400 +Wire Wire Line + 3600 3400 3300 3400 +Text Notes 1550 2650 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 3600 2250 +$Comp +L Device:Opamp_Dual_Generic U? +U 1 1 5C07338E +P 3300 3850 +AR Path="/5C07338E" Ref="U?" Part="3" +AR Path="/5C06F581/5C07338E" Ref="U1" Part="1" +AR Path="/5C0574B7/5C07338E" Ref="U?" Part="3" +AR Path="/5C05A497/5C07338E" Ref="U2" Part="3" +F 0 "U1" H 3300 4000 50 0000 L CNN +F 1 "LM4562" H 3300 3700 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 3300 3850 50 0001 C CNN +F 3 "~" H 3300 3850 50 0001 C CNN + 1 3300 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU1+? +U 1 1 5C073395 +P 900 1050 +AR Path="/5C073395" Ref="CU1+?" Part="1" +AR Path="/5C06F581/5C073395" Ref="CU+1" Part="1" +AR Path="/5C0574B7/5C073395" Ref="CU1+?" Part="1" +AR Path="/5C05A497/5C073395" Ref="CU+2" Part="1" +F 0 "CU+1" H 550 1100 50 0000 L CNN +F 1 "100n" H 600 1000 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 938 900 50 0001 C CNN +F 3 "~" H 900 1050 50 0001 C CNN + 1 900 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 1550 1100 1500 +Wire Wire Line + 1100 900 1100 850 +$Comp +L power:GNDA #PWR? +U 1 1 5C0733A0 +P 700 1200 +AR Path="/5C0733A0" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0733A0" Ref="#PWR0106" Part="1" +AR Path="/5C0574B7/5C0733A0" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0733A0" Ref="#PWR0114" Part="1" +F 0 "#PWR0106" H 700 950 50 0001 C CNN +F 1 "GNDA" H 705 1027 50 0000 C CNN +F 2 "" H 700 1200 50 0001 C CNN +F 3 "" H 700 1200 50 0001 C CNN + 1 700 1200 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU1-? +U 1 1 5C0733A6 +P 900 1350 +AR Path="/5C0733A6" Ref="CU1-?" Part="1" +AR Path="/5C06F581/5C0733A6" Ref="CU-1" Part="1" +AR Path="/5C0574B7/5C0733A6" Ref="CU1-?" Part="1" +AR Path="/5C05A497/5C0733A6" Ref="CU-2" Part="1" +F 0 "CU-1" H 600 1200 50 0000 L CNN +F 1 "100n" H 650 1100 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 938 1200 50 0001 C CNN +F 3 "~" H 900 1350 50 0001 C CNN + 1 900 1350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 900 1500 1100 1500 +Wire Wire Line + 700 1200 900 1200 +Connection ~ 900 1200 +Wire Wire Line + 900 900 1100 900 +$Comp +L power:+15V #PWR? +U 1 1 5C0733B1 +P 1100 850 +AR Path="/5C0733B1" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0733B1" Ref="#PWR0107" Part="1" +AR Path="/5C0574B7/5C0733B1" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0733B1" Ref="#PWR0115" Part="1" +F 0 "#PWR0107" H 1100 700 50 0001 C CNN +F 1 "+15V" H 1115 1023 50 0000 C CNN +F 2 "" H 1100 850 50 0001 C CNN +F 3 "" H 1100 850 50 0001 C CNN + 1 1100 850 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR? +U 1 1 5C0733B7 +P 1100 1550 +AR Path="/5C0733B7" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0733B7" Ref="#PWR0108" Part="1" +AR Path="/5C0574B7/5C0733B7" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0733B7" Ref="#PWR0116" Part="1" +F 0 "#PWR0108" H 1100 1650 50 0001 C CNN +F 1 "-15V" H 1115 1723 50 0000 C CNN +F 2 "" H 1100 1550 50 0001 C CNN +F 3 "" H 1100 1550 50 0001 C CNN + 1 1100 1550 + -1 0 0 1 +$EndComp +Text HLabel 4350 2250 2 50 Output ~ 0 +outA +Wire Wire Line + 3600 2250 4350 2250 +Text HLabel 4350 3850 2 50 Output ~ 0 +outB +Wire Wire Line + 4350 3850 3600 3850 +Text HLabel 1200 2150 0 50 Input ~ 0 +inA+ +Text HLabel 1200 3750 0 50 Input ~ 0 +inB+ +Text HLabel 1200 2350 0 50 Input ~ 0 +inA- +Text HLabel 1200 3950 0 50 Input ~ 0 +inB- +Wire Wire Line + 1200 3950 2100 3950 +Wire Wire Line + 1200 2350 2250 2350 +Text Notes 1350 4250 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 3600 3850 +Connection ~ 1100 900 +Connection ~ 1100 1500 +$Comp +L power:GNDA #PWR? +U 1 1 5C056CB6 +P 2300 1300 +AR Path="/5C056CB6" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C056CB6" Ref="#PWR0101" Part="1" +AR Path="/5C0574B7/5C056CB6" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C056CB6" Ref="#PWR0117" Part="1" +F 0 "#PWR0101" H 2300 1050 50 0001 C CNN +F 1 "GNDA" H 2305 1127 50 0000 C CNN +F 2 "" H 2300 1300 50 0001 C CNN +F 3 "" H 2300 1300 50 0001 C CNN + 1 2300 1300 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male JGND1 +U 1 1 5C056E2C +P 1950 1300 +AR Path="/5C06F581/5C056E2C" Ref="JGND1" Part="1" +AR Path="/5C05A497/5C056E2C" Ref="JGND3" Part="1" +F 0 "JGND1" H 2056 1478 50 0000 C CNN +F 1 "Conn_gnd" H 2056 1387 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" H 1950 1300 50 0001 C CNN +F 3 "~" H 1950 1300 50 0001 C CNN + 1 1950 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2300 1300 2150 1300 +$Comp +L Connector:Conn_01x01_Male JGND2 +U 1 1 5C0576D0 +P 1950 1600 +AR Path="/5C06F581/5C0576D0" Ref="JGND2" Part="1" +AR Path="/5C05A497/5C0576D0" Ref="JGND4" Part="1" +F 0 "JGND2" H 2056 1778 50 0000 C CNN +F 1 "Conn_gnd" H 2056 1687 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" H 1950 1600 50 0001 C CNN +F 3 "~" H 1950 1600 50 0001 C CNN + 1 1950 1600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2300 1600 2150 1600 +$Comp +L power:GNDA #PWR? +U 1 1 5C0576CA +P 2300 1600 +AR Path="/5C0576CA" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0576CA" Ref="#PWR0109" Part="1" +AR Path="/5C0574B7/5C0576CA" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0576CA" Ref="#PWR0118" Part="1" +F 0 "#PWR0109" H 2300 1350 50 0001 C CNN +F 1 "GNDA" H 2305 1427 50 0000 C CNN +F 2 "" H 2300 1600 50 0001 C CNN +F 3 "" H 2300 1600 50 0001 C CNN + 1 2300 1600 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/schematic/backups/mixerinput (Backup_squareboard)/mixerinput-cache.lib b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput-cache.lib new file mode 100644 index 0000000..4e4c356 --- /dev/null +++ b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput-cache.lib @@ -0,0 +1,291 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x01_Male +# +DEF Connector_Conn_01x01_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x01_Male" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:* +$ENDFPLIST +DRAW +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x02_Male +# +DEF Connector_Conn_01x02_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Male" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +X Pin_2 2 200 -100 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x06_Male +# +DEF Connector_Conn_01x06_Male J 0 40 Y N 1 F N +F0 "J" 0 300 50 H V C CNN +F1 "Connector_Conn_01x06_Male" 0 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -295 0 -305 1 1 6 F +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +S 34 205 0 195 1 1 6 F +P 2 1 1 6 50 -300 34 -300 N +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +P 2 1 1 6 50 200 34 200 N +X Pin_1 1 200 200 150 L 50 50 1 1 P +X Pin_2 2 200 100 150 L 50 50 1 1 P +X Pin_3 3 200 0 150 L 50 50 1 1 P +X Pin_4 4 200 -100 150 L 50 50 1 1 P +X Pin_5 5 200 -200 150 L 50 50 1 1 P +X Pin_6 6 200 -300 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_Coaxial +# +DEF Connector_Conn_Coaxial J 0 40 Y N 1 F N +F0 "J" 10 120 50 H V C CNN +F1 "Connector_Conn_Coaxial" 115 0 50 V V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + *BNC* + *SMA* + *SMB* + *SMC* + *Cinch* +$ENDFPLIST +DRAW +A -2 0 71 1636 0 0 1 10 N -70 20 70 0 +A -1 0 71 0 -1638 0 1 10 N 70 0 -70 -20 +C 0 0 20 0 1 8 N +P 2 0 1 0 -100 0 -20 0 N +P 2 0 1 0 0 -100 0 -70 N +X In 1 -200 0 100 R 50 50 1 1 P +X Ext 2 0 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x18_Counter_Clockwise +# +DEF Connector_Generic_Conn_02x18_Counter_Clockwise J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Counter_Clockwise" 50 -1000 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -895 0 -905 1 1 6 N +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -950 1 1 10 f +S 150 -895 100 -905 1 1 6 N +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_1 1 -200 800 150 R 50 50 1 1 P +X Pin_10 10 -200 -100 150 R 50 50 1 1 P +X Pin_11 11 -200 -200 150 R 50 50 1 1 P +X Pin_12 12 -200 -300 150 R 50 50 1 1 P +X Pin_13 13 -200 -400 150 R 50 50 1 1 P +X Pin_14 14 -200 -500 150 R 50 50 1 1 P +X Pin_15 15 -200 -600 150 R 50 50 1 1 P +X Pin_16 16 -200 -700 150 R 50 50 1 1 P +X Pin_17 17 -200 -800 150 R 50 50 1 1 P +X Pin_18 18 -200 -900 150 R 50 50 1 1 P +X Pin_19 19 300 -900 150 L 50 50 1 1 P +X Pin_2 2 -200 700 150 R 50 50 1 1 P +X Pin_20 20 300 -800 150 L 50 50 1 1 P +X Pin_21 21 300 -700 150 L 50 50 1 1 P +X Pin_22 22 300 -600 150 L 50 50 1 1 P +X Pin_23 23 300 -500 150 L 50 50 1 1 P +X Pin_24 24 300 -400 150 L 50 50 1 1 P +X Pin_25 25 300 -300 150 L 50 50 1 1 P +X Pin_26 26 300 -200 150 L 50 50 1 1 P +X Pin_27 27 300 -100 150 L 50 50 1 1 P +X Pin_28 28 300 0 150 L 50 50 1 1 P +X Pin_29 29 300 100 150 L 50 50 1 1 P +X Pin_3 3 -200 600 150 R 50 50 1 1 P +X Pin_30 30 300 200 150 L 50 50 1 1 P +X Pin_31 31 300 300 150 L 50 50 1 1 P +X Pin_32 32 300 400 150 L 50 50 1 1 P +X Pin_33 33 300 500 150 L 50 50 1 1 P +X Pin_34 34 300 600 150 L 50 50 1 1 P +X Pin_35 35 300 700 150 L 50 50 1 1 P +X Pin_36 36 300 800 150 L 50 50 1 1 P +X Pin_4 4 -200 500 150 R 50 50 1 1 P +X Pin_5 5 -200 400 150 R 50 50 1 1 P +X Pin_6 6 -200 300 150 R 50 50 1 1 P +X Pin_7 7 -200 200 150 R 50 50 1 1 P +X Pin_8 8 -200 100 150 R 50 50 1 1 P +X Pin_9 9 -200 0 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Opamp_Dual_Generic +# +DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 F N +F0 "U" 0 200 50 H V L CNN +F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + SOIC*3.9x4.9mm*P1.27mm* + DIP*W7.62mm* + MSOP*3x3mm*P0.65mm* + SSOP*2.95x2.8mm*P0.65mm* + TSSOP*3x3mm*P0.65mm* + VSSOP*P0.5mm* + TO?99* +$ENDFPLIST +DRAW +P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f +P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X - 2 -300 -100 100 R 50 50 1 1 I +X + 3 -300 100 100 R 50 50 1 1 I +X + 5 -300 100 100 R 50 50 2 1 I +X - 6 -300 -100 100 R 50 50 2 1 I +X ~ 7 300 0 100 L 50 50 2 1 O +X V- 4 -100 -300 150 U 50 50 3 1 W +X V+ 8 -100 300 150 D 50 50 3 1 W +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+15V +# +DEF power_+15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+15V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +15V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_-15V +# +DEF power_-15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 50 H I C CNN +F1 "power_-15V" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +X -15V 1 0 0 0 U 50 50 0 0 W N +ENDDRAW +ENDDEF +# +# power_GNDA +# +DEF power_GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDA" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GNDA 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.kicad_pcb b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.kicad_pcb new file mode 100644 index 0000000..87c3fc8 --- /dev/null +++ b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.kicad_pcb @@ -0,0 +1,1082 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu16.04.1) + + (general + (thickness 1.6) + (drawings 0) + (tracks 63) + (zones 0) + (modules 22) + (nets 16) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user hide) + ) + + (setup + (last_trace_width 1.5) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1.5 1.5) + (pad_drill 0.6) + (pad_to_mask_clearance 0) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 +15V) + (net 2 GNDA) + (net 3 -15V) + (net 4 /input1/inB-) + (net 5 "Net-(J1-Pad2)") + (net 6 /input1/inA-) + (net 7 "Net-(J2-Pad2)") + (net 8 /input1/inA+) + (net 9 /input1/inB+) + (net 10 "Net-(Rfb1-Pad1)") + (net 11 /input1/outB) + (net 12 "Net-(Rfb2-Pad1)") + (net 13 /input1/outA) + (net 14 "Net-(RinA-1-Pad2)") + (net 15 "Net-(RinB-1-Pad2)") + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 1.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +15V) + (add_net -15V) + (add_net /input1/inA+) + (add_net /input1/inA-) + (add_net /input1/inB+) + (add_net /input1/inB-) + (add_net /input1/outA) + (add_net /input1/outB) + (add_net GNDA) + (add_net "Net-(J1-Pad2)") + (add_net "Net-(J2-Pad2)") + (add_net "Net-(Rfb1-Pad1)") + (add_net "Net-(Rfb2-Pad1)") + (add_net "Net-(RinA-1-Pad2)") + (add_net "Net-(RinB-1-Pad2)") + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5C05A0D3) + (at 40.64 43.18 270) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C06F581/5C073395) + (fp_text reference CU+1 (at 1.25 -2.05 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 1.25 0 270) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 2 thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5C05A184) + (at 45.72 30.48) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C06F581/5C0733A6) + (fp_text reference CU-1 (at 1.25 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.25 0) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C05A14A) + (at 39.37 50.8 90) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path /5C06F581/5C072525) + (fp_text reference J1 (at 0 -2.33 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Jumper (at 0 4.87 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 1.27 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 4 /input1/inB-)) + (pad 2 thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 5 "Net-(J1-Pad2)")) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 5C05736E) (tstamp 5C059DCF) + (at 52.07 50.8 270) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path /5C06F581/5C0724DE) + (fp_text reference J2 (at 0 -2.33 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Jumper (at 0 4.87 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 1.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 6 /input1/inA-)) + (pad 2 thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 7 "Net-(J2-Pad2)")) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C059C61) + (at 58.42 53.34 270) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path /5BC9D135) + (fp_text reference J1A1 (at 0 -2.33 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value "Audio In 1 A" (at 0 4.87 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 1.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 6 /input1/inA-)) + (pad 1 thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 8 /input1/inA+)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C059CBD) + (at 53.34 27.94) + (descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x01 2.54mm single row") + (path /5BCCAE6C) + (fp_text reference J1AO1 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value toInVolume (at 0 2.33) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 1.8) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 1.8) (end 1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 -1.8) (end -1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.33) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 1.27) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 13 /input1/outA)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C05A099) + (at 33.02 53.34 90) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path /5BCB9F7A) + (fp_text reference J1B1 (at 0 -2.33 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value "Audio In 1 B" (at 0 4.87 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 1.27 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 4 /input1/inB-)) + (pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 9 /input1/inB+)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C05A05C) + (at 35.56 27.94) + (descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x01 2.54mm single row") + (path /5C08C061) + (fp_text reference J1BO1 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value toInVolume (at 0 2.33) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 1.27) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 1.33) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 1.8) (end 1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 1.8) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 11 /input1/outB)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C055E6C) + (at 24.13 20.32) + (descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x06 2.54mm single row") + (path /5BD53C35) + (fp_text reference JPWRin1 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value "+-15V In" (at 0 15.03) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 13.97) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 13.97) (end -1.27 13.97) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 13.97) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 14.03) (end 1.33 14.03) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 14.03) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 14.03) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 14.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 14.5) (end 1.8 14.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 14.5) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 6.35 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 5 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 6 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 -15V)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059F0B) + (at 46.99 53.34 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C0724C4) + (fp_text reference RgndA1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 "Net-(J2-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059F4D) + (at 44.45 53.34 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C072512) + (fp_text reference RgndB1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(J1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059E63) + (at 58.42 45.72 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C07248F) + (fp_text reference RinA+1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 12 "Net-(Rfb2-Pad1)")) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 /input1/inA+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059D67) + (at 55.88 48.26 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C0724AF) + (fp_text reference RinA-1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 14 "Net-(RinA-1-Pad2)")) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 /input1/inA-)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059D25) + (at 33.02 48.26 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C0724F2) + (fp_text reference RinB+1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 "Net-(Rfb1-Pad1)")) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 /input1/inB+)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C05A109) + (at 35.56 43.18 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C0724FE) + (fp_text reference RinB-1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 /input1/inB-)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 15 "Net-(RinB-1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059FE0) + (at 50.8 40.64 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C0724B7) + (fp_text reference RlowA1 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 14 "Net-(RinA-1-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059F8F) + (at 38.1 35.56 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C072506) + (fp_text reference RlowB1 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 15 "Net-(RinB-1-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-8_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5C059C16) + (at 40.64 33.02) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path /5C06F581/5C072472) + (fp_text reference U1 (at 3.81 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LM4562 (at 3.81 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 /input1/outB)) + (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 14 "Net-(RinA-1-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 15 "Net-(RinB-1-Pad2)")) + (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 "Net-(Rfb2-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 "Net-(Rfb1-Pad1)")) + (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 /input1/outA)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059CF3) + (at 53.34 38.1 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (path /5C06F581/5C072498) + (fp_text reference Rfb2 (at 1.27 -2.37 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 1.27 2.37 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -2.37 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.59 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.59 1.5) (end 3.59 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 1.5) (end 3.59 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.37 0) (end 1.44 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 0) (end 2.54 0) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 1.37 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 2.54 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 /input1/outA)) + (pad 1 thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 "Net-(Rfb2-Pad1)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C059E21) + (at 33.02 38.1 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C06F581/5C072534) + (fp_text reference Rfb1 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 "Net-(Rfb1-Pad1)")) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 /input1/outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C05A020) + (at 53.34 22.86) + (descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x01 2.54mm single row") + (path /5C06F581/5C056E2C) + (fp_text reference JGND1 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_gnd (at 0 2.33) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 1.8) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 1.8) (end 1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 -1.8) (end -1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.33) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 1.27) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5C059ECA) + (at 35.56 22.86) + (descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x01 2.54mm single row") + (path /5C06F581/5C0576D0) + (fp_text reference JGND2 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_gnd (at 0 2.33) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 1.27) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 1.33) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 1.8) (end 1.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 1.8) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (segment (start 40.64 40.64) (end 40.64 43.18) (width 1.5) (layer B.Cu) (net 1) (tstamp 5C059BF9) (status 30)) + (via (at 40.64 20.32) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1) (tstamp 5C059BF6)) + (segment (start 40.64 27.94) (end 40.64 20.32) (width 1.5) (layer F.Cu) (net 1) (tstamp 5C059E9F)) + (via (at 40.64 27.94) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1) (tstamp 5C059E9C)) + (segment (start 43.18 30.48) (end 40.64 27.94) (width 1.5) (layer B.Cu) (net 1) (tstamp 5C059E99)) + (segment (start 43.18 39.37) (end 43.18 30.48) (width 1.5) (layer B.Cu) (net 1) (tstamp 5C059E96)) + (segment (start 40.64 40.64) (end 41.91 40.64) (width 1.5) (layer B.Cu) (net 1) (tstamp 5C059E93) (status 10)) + (segment (start 41.91 40.64) (end 43.18 39.37) (width 1.5) (layer B.Cu) (net 1) (tstamp 5C059E90)) + (segment (start 40.64 20.32) (end 30.48 20.32) (width 1.5) (layer B.Cu) (net 1) (tstamp 5C059E09)) + (segment (start 44.41 45.68) (end 44.45 45.72) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059E03) (status 30)) + (segment (start 40.64 45.68) (end 44.41 45.68) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059E00) (status 30)) + (segment (start 44.45 45.72) (end 46.99 45.72) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059DFD) (status 30)) + (segment (start 38.1 43.18) (end 38.1 44.45) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059DFA) (status 10)) + (segment (start 39.33 45.68) (end 40.64 45.68) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059C9B) (status 20)) + (segment (start 38.1 44.45) (end 39.33 45.68) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059EF3)) + (segment (start 49.53 48.26) (end 46.99 45.72) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059C98) (status 20)) + (segment (start 50.8 48.26) (end 49.53 48.26) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059C95) (status 10)) + (segment (start 44.45 41.91) (end 44.45 45.72) (width 1.5) (layer B.Cu) (net 2) (tstamp 5C059C8F) (status 20)) + (segment (start 35.56 22.86) (end 30.48 22.86) (width 1.5) (layer B.Cu) (net 2)) + (segment (start 35.56 22.86) (end 45.72 22.86) (width 1.5) (layer B.Cu) (net 2)) + (segment (start 45.72 22.86) (end 53.34 22.86) (width 1.5) (layer B.Cu) (net 2)) + (segment (start 44.45 41.91) (end 45.72 40.64) (width 1.5) (layer B.Cu) (net 2)) + (segment (start 45.72 40.64) (end 45.72 30.48) (width 1.5) (layer B.Cu) (net 2)) + (segment (start 45.72 22.86) (end 45.72 30.48) (width 1.5) (layer B.Cu) (net 2)) + (segment (start 48.22 30.48) (end 48.22 25.44) (width 1.5) (layer B.Cu) (net 3)) + (via (at 48.22 25.44) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3)) + (segment (start 48.22 32.98) (end 48.26 33.02) (width 1.5) (layer B.Cu) (net 3)) + (segment (start 48.22 30.48) (end 48.22 32.98) (width 1.5) (layer B.Cu) (net 3)) + (segment (start 30.48 25.4) (end 43.18 25.4) (width 1.5) (layer B.Cu) (net 3)) + (via (at 43.18 25.4) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3)) + (segment (start 48.18 25.4) (end 48.22 25.44) (width 1.5) (layer F.Cu) (net 3)) + (segment (start 43.18 25.4) (end 48.18 25.4) (width 1.5) (layer F.Cu) (net 3)) + (segment (start 39.37 50.8) (end 35.56 50.8) (width 1.5) (layer B.Cu) (net 4)) + (segment (start 35.56 50.8) (end 35.56 43.18) (width 1.5) (layer B.Cu) (net 4)) + (segment (start 35.56 53.34) (end 35.56 50.8) (width 1.5) (layer B.Cu) (net 4)) + (segment (start 41.91 50.8) (end 43.18 50.8) (width 1.5) (layer B.Cu) (net 5)) + (segment (start 44.45 52.07) (end 44.45 53.34) (width 1.5) (layer B.Cu) (net 5)) + (segment (start 43.18 50.8) (end 44.45 52.07) (width 1.5) (layer B.Cu) (net 5)) + (segment (start 52.07 50.8) (end 55.88 50.8) (width 1.5) (layer B.Cu) (net 6)) + (segment (start 55.88 50.8) (end 55.88 53.34) (width 1.5) (layer B.Cu) (net 6)) + (segment (start 55.88 48.26) (end 55.88 50.8) (width 1.5) (layer B.Cu) (net 6)) + (segment (start 46.99 53.34) (end 46.99 52.07) (width 1.5) (layer B.Cu) (net 7)) + (segment (start 46.99 52.07) (end 48.26 50.8) (width 1.5) (layer B.Cu) (net 7)) + (segment (start 48.26 50.8) (end 49.53 50.8) (width 1.5) (layer B.Cu) (net 7)) + (segment (start 58.42 53.34) (end 58.42 45.72) (width 1.5) (layer B.Cu) (net 8) (tstamp 5C059DAC) (status 30)) + (segment (start 33.02 48.26) (end 33.02 53.34) (width 1.5) (layer B.Cu) (net 9) (tstamp 5C059DA9) (status 30)) + (segment (start 33.02 38.1) (end 40.64 38.1) (width 1.5) (layer B.Cu) (net 10) (tstamp 5C059DA6) (status 30)) + (segment (start 33.02 40.64) (end 33.02 38.1) (width 1.5) (layer B.Cu) (net 10) (tstamp 5C059DA3) (status 30)) + (segment (start 37.02 33.02) (end 35.56 31.56) (width 1.5) (layer B.Cu) (net 11) (tstamp 5C059DA0)) + (segment (start 40.64 33.02) (end 37.02 33.02) (width 1.5) (layer B.Cu) (net 11) (tstamp 5C059D9D) (status 10)) + (segment (start 34.48 30.48) (end 35.56 31.56) (width 1.5) (layer B.Cu) (net 11) (tstamp 5C059D9A)) + (segment (start 33.02 30.48) (end 34.48 30.48) (width 1.5) (layer B.Cu) (net 11) (tstamp 5C059D97) (status 10)) + (segment (start 35.56 30.29) (end 35.56 31.56) (width 1.5) (layer B.Cu) (net 11) (tstamp 5C059D94)) + (segment (start 35.56 27.94) (end 35.56 30.29) (width 1.5) (layer B.Cu) (net 11) (tstamp 5C059EB4) (status 10)) + (segment (start 58.42 38.1) (end 53.34 38.1) (width 1.5) (layer B.Cu) (net 12) (tstamp 5C059CA7) (status 30)) + (segment (start 53.34 38.1) (end 48.26 38.1) (width 1.5) (layer B.Cu) (net 12) (tstamp 5C059CA4) (status 30)) + (segment (start 53.34 35.56) (end 48.26 35.56) (width 1.5) (layer B.Cu) (net 13) (tstamp 5C059CA1) (status 30)) + (segment (start 53.34 29.21) (end 53.34 35.56) (width 1.5) (layer B.Cu) (net 13) (tstamp 5C059C9E) (status 20)) + (segment (start 53.34 29.21) (end 53.34 27.94) (width 1.5) (layer B.Cu) (net 13) (tstamp 5C059FC8) (status 20)) + (segment (start 50.8 40.64) (end 48.26 40.64) (width 1.5) (layer B.Cu) (net 14) (tstamp 5C059FC5) (status 30)) + (segment (start 55.88 40.64) (end 50.8 40.64) (width 1.5) (layer B.Cu) (net 14) (tstamp 5C059FC2) (status 30)) + (segment (start 40.64 35.56) (end 38.1 35.56) (width 1.5) (layer B.Cu) (net 15) (tstamp 5C059FBF) (status 30)) + (segment (start 35.56 35.56) (end 38.1 35.56) (width 1.5) (layer B.Cu) (net 15) (tstamp 5C059FBC) (status 30)) + +) diff --git a/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.pro b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.sch b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.sch new file mode 100644 index 0000000..7c7c760 --- /dev/null +++ b/schematic/backups/mixerinput (Backup_squareboard)/mixerinput.sch @@ -0,0 +1,224 @@ +EESchema Schematic File Version 4 +LIBS:mixerinput-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 2 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:GNDA #PWR05 +U 1 1 5BB76D79 +P 1600 1250 +F 0 "#PWR05" H 1600 1000 50 0001 C CNN +F 1 "GNDA" H 1605 1077 50 0000 C CNN +F 2 "" H 1600 1250 50 0001 C CNN +F 3 "" H 1600 1250 50 0001 C CNN + 1 1600 1250 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_Coaxial J1A1 +U 1 1 5BC9D135 +P 2650 1350 +F 0 "J1A1" H 2800 1350 50 0000 C CNN +F 1 "Audio In 1 A" H 2950 1450 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 2650 1350 50 0001 C CNN +F 3 " ~" H 2650 1350 50 0001 C CNN + 1 2650 1350 + -1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J1AO1 +U 1 1 5BCCAE6C +P 4350 1350 +F 0 "J1AO1" H 4322 1280 50 0000 R CNN +F 1 "toInVolume" H 4322 1371 50 0000 R CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" H 4350 1350 50 0001 C CNN +F 3 "~" H 4350 1350 50 0001 C CNN + 1 4350 1350 + -1 0 0 1 +$EndComp +$Comp +L Connector:Conn_Coaxial J1B1 +U 1 1 5BCB9F7A +P 2650 1700 +F 0 "J1B1" H 2800 1700 50 0000 C CNN +F 1 "Audio In 1 B" H 2950 1800 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 2650 1700 50 0001 C CNN +F 3 " ~" H 2650 1700 50 0001 C CNN + 1 2650 1700 + -1 0 0 -1 +$EndComp +$Comp +L power:+15V #PWR03 +U 1 1 5BD51931 +P 1350 950 +F 0 "#PWR03" H 1350 800 50 0001 C CNN +F 1 "+15V" H 1365 1123 50 0000 C CNN +F 2 "" H 1350 950 50 0001 C CNN +F 3 "" H 1350 950 50 0001 C CNN + 1 1350 950 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR04 +U 1 1 5BD51A6A +P 1350 1450 +F 0 "#PWR04" H 1350 1550 50 0001 C CNN +F 1 "-15V" H 1365 1623 50 0000 C CNN +F 2 "" H 1350 1450 50 0001 C CNN +F 3 "" H 1350 1450 50 0001 C CNN + 1 1350 1450 + -1 0 0 1 +$EndComp +$Comp +L Connector:Conn_01x06_Male JPWRin1 +U 1 1 5BD53C35 +P 850 1150 +F 0 "JPWRin1" H 956 1528 50 0000 C CNN +F 1 "+-15V In" H 956 1437 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" H 850 1150 50 0001 C CNN +F 3 "~" H 850 1150 50 0001 C CNN + 1 850 1150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1350 1450 1100 1450 +Wire Wire Line + 1050 1350 1100 1350 +Wire Wire Line + 1100 1350 1100 1450 +Connection ~ 1100 1450 +Wire Wire Line + 1100 1450 1050 1450 +Wire Wire Line + 1350 950 1150 950 +Wire Wire Line + 1150 950 1150 1050 +Wire Wire Line + 1150 1050 1050 1050 +Connection ~ 1150 950 +Wire Wire Line + 1150 950 1050 950 +Wire Wire Line + 1050 1250 1150 1250 +Wire Wire Line + 1050 1150 1150 1150 +Wire Wire Line + 1150 1150 1150 1250 +Connection ~ 1150 1250 +Wire Wire Line + 1150 1250 1600 1250 +$Sheet +S 3200 1250 700 650 +U 5C06F581 +F0 "input1" 50 +F1 "inputbuffer.sch" 50 +F2 "outA" O R 3900 1350 50 +F3 "outB" O R 3900 1800 50 +F4 "inA+" I L 3200 1350 50 +F5 "inB+" I L 3200 1700 50 +F6 "inA-" I L 3200 1450 50 +F7 "inB-" I L 3200 1800 50 +$EndSheet +Wire Wire Line + 2850 1350 3200 1350 +Wire Wire Line + 3200 1450 2900 1450 +Wire Wire Line + 2900 1450 2900 1550 +Wire Wire Line + 2900 1550 2650 1550 +Wire Wire Line + 2850 1700 3200 1700 +Wire Wire Line + 3200 1800 2900 1800 +Wire Wire Line + 2900 1800 2900 1900 +Wire Wire Line + 2900 1900 2650 1900 +Wire Wire Line + 4150 1350 3900 1350 +$Comp +L Connector:Conn_01x01_Male J1BO1 +U 1 1 5C08C061 +P 4350 1800 +F 0 "J1BO1" H 4322 1730 50 0000 R CNN +F 1 "toInVolume" H 4322 1821 50 0000 R CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" H 4350 1800 50 0001 C CNN +F 3 "~" H 4350 1800 50 0001 C CNN + 1 4350 1800 + -1 0 0 1 +$EndComp +Wire Wire Line + 4150 1800 3900 1800 +Text Notes 2450 850 0 50 ~ 0 +TODO:\nstrom connector +-15V ggf anders machen für input und output board +$Comp +L Connector_Generic:Conn_02x18_Counter_Clockwise J3 +U 1 1 5C54715E +P 7700 3250 +F 0 "J3" H 7750 4267 50 0000 C CNN +F 1 "Conn_02x18_Counter_Clockwise" H 7750 4176 50 0000 C CNN +F 2 "Connector_PCBEdge:BUS_PCIexpress" H 7700 3250 50 0001 C CNN +F 3 "~" H 7700 3250 50 0001 C CNN + 1 7700 3250 + 1 0 0 -1 +$EndComp +$Comp +L power:+15V #PWR? +U 1 1 5C54757E +P 6900 2400 +F 0 "#PWR?" H 6900 2250 50 0001 C CNN +F 1 "+15V" H 6915 2573 50 0000 C CNN +F 2 "" H 6900 2400 50 0001 C CNN +F 3 "" H 6900 2400 50 0001 C CNN + 1 6900 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7500 2450 6900 2450 +Wire Wire Line + 6900 2450 6900 2400 +$Comp +L power:-15V #PWR? +U 1 1 5C5477E1 +P 6650 2400 +F 0 "#PWR?" H 6650 2500 50 0001 C CNN +F 1 "-15V" H 6665 2573 50 0000 C CNN +F 2 "" H 6650 2400 50 0001 C CNN +F 3 "" H 6650 2400 50 0001 C CNN + 1 6650 2400 + -1 0 0 1 +$EndComp +Wire Wire Line + 6650 2400 6800 2400 +Wire Wire Line + 6800 2400 6800 2550 +Wire Wire Line + 6800 2550 7500 2550 +$Comp +L power:GNDA #PWR? +U 1 1 5C547AD0 +P 8400 2500 +F 0 "#PWR?" H 8400 2250 50 0001 C CNN +F 1 "GNDA" H 8405 2327 50 0000 C CNN +F 2 "" H 8400 2500 50 0001 C CNN +F 3 "" H 8400 2500 50 0001 C CNN + 1 8400 2500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8400 2500 8400 2450 +Wire Wire Line + 8400 2450 8000 2450 +$EndSCHEMATC diff --git a/schematic/backups/mixerinput/Inputopampcircuit_1.png b/schematic/backups/mixerinput/Inputopampcircuit_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3f21eddd38365e35c9a646ab6b27833125c2ef GIT binary patch literal 9583 zcmb7~dpy(s`~MduhnzzQo#Z(0DCbk5l;tdHLnJxOHWKDA6qOEm7flXP35AVf2Q!D% z8#$J-#bzTRhdG2z7QU6&^0o^XtOSeI7{o&p_kR_cO~vigp4GnP;b60%g{VcbxZ(i7nN{l; zF90C(N?~y!68*Iu5uyOFmrtJt?KP+whkJtJ7!wZs|aO};EB|_t7Qw2Ad z+2}DB-jv<;5H9$34|&VhBMQ{k*U$u>w^V+fm_Iag%Uj$aY$#CgcJBZ2_F5A*A5EGc zJh!E9Alx*)m$JEUmeSmR_X)TnHCFId6f8bQZe#Vp?!E~yb|229dmspt0a|*C|hnCApZGVy<@g31&REHKA@g4;6 z&#J>>XkX6SuA{mw%15us01+jE_up@uKS176Ra-UyBW|jor*kPkSDbE9UI4qkap<_O zI+j$%JtcDCMW+5nQa??Mc>*c;yi0DcgG&lA)mRwIo-6A9wjLED-iLAYUR`S}l~|u- zzEi%YV8K6oIimTFBSqu+Pl0l;jAo+7Lw3sU4HN90Xj%S;%h>&NCK0it(jN}$0W2P% zf7l_Ie+CTHvAATyU|8%7NpEJ$WkRMK|9)}dvv4C=OCM}ilq7Iv@0nV%2Zg@5{o$^4GJP3V5&o_A& zQC5fT=|76EogXTTEyk!GD7wQ%qLA@%o&D}b3Q?y9CD|3#neQy;SJoD&N1T+LbJp1X zS0$h4j?v=DiTDtVIj>eHlzrLuyY6?=5y*#`t^Hm4vp&9R%uu7P_e$i8>mE$!N;djx zJoe1+pI^#bz*En79^S%!h%@{O2;EC;pcJ=}(^GQCg_zxyx{tH5uzY70%O|}wWOpZX z`okzN5Esq#pE9`MI$$9dHv@9N^_80)AC2Pl7q@b=n)uF24}hlnRsZn*Xq^eTTFIZ` z><@G44<}mO&|h(LkuGW@ZoIIS?Ln%J(G147dOekhMdPVnMaxR|E%Ay|p-7#}rCKds*5TOC&igXi8k!YZbW6Wle7i%ff|zFQkP!t4wl=ag&O%Nn-@f0LJ4G zRjY|~7S-valTuWp5cG+kP9+dlKiL>RLkgl-c&4*N)5l1&D44gafJxSZ=e>fgpck*w zsyO3_ywdNHXQAUAAuvl4rdRFPF=`akVfW**z-+TGMX_H^ipe#;+ox-Sk~icsx+H+> zyU`s=)>L0py1-{-_r8Xh+w#v6W|FYMJTQgPWYLyaK>D_0OH3V*EWYLG^1Fk5TcX%~ zXY4y}FEdQ+I}D+16RqG!(jysjNuYq=u)?{JfJujev6G5k4MN!z9J{D!l&jN#DVzTC zRkN=5CAv4TT^|u2R1AZeM;`&GXq8?0sJ${OClH`q^f763bEb$FmW~6HP;71q{I@9> zh&ReWp{I>e86W~?z_dganpty(hNB%UVc_CafGND}JQzuS4O{p@3D&d}ds4xGj2V>u zETn#^>w&HY_vOvDAo>umHu^Eq{4?B=GsIS(vGnqE8g`ra`r7&7T-BLdw82x;2`~cF zhO<5&QykuEdB&L)bh(H{IbZaeJ<0}}U)+j_f8-7chQ|9~%b|`{B9&9tIzX_(`~(Py zu!jueGXjIS9^!QGm%d|tFXN^RPrjgoGi_hQ6^)`7j1rHTUP5?L`dEdb(9`4Iw4r>y z_wNr(Cza4O=R2?;bmGbtT#@-n(c|lR9Z%zjxE5o zsU#+iIYr~{SH0xkEgLkuH^d5vjdUJ3QaLAb)j5XukYHLOWH;Y{2$8rJCCflQ#ZY(f z5-gm9Re*yK&l%+S{h`JfoKGP%1Tar!?R(Tdg!NGichvmAtRiHF+~Fi< z)iYhKE6)ggH^z4iANGGD)S{e;HZTtfsV}{?_`31aXTB?pLr+_tsjdFipl0nIaMuT> zq^AFpsF=^C&C7Ef*T2;s4pe{GiD~NU?UTJ@3!GxPu}rLz+GuRHX0e@$192_3Yn$B80=4krwbqhv9Mg zSz-vI^%mDpVrf#_!<))m=$<+)%ZRa+ipx&Aq_pQBt`w;?j${j;v)PSX-3ZNVP1vDY znzs=B`RyTix_Mlm5?*%X!mZ`R{+*raUpfENb1Jce#iM~9e@4t8Q;=&Zqnyz9x zYQE(+SuNtg=Pp|J+Z!Z)<|rz{RHWG%8lP^pYJ;RAVs+Mm%(p3%L>{Vg>OjOmVwL(_ zBE*086c9RAcyDU8r}Sm-qW76v@`DlEF39lW_2VE0>V`bdl3RsafrXsBGiK?mU`8%U zh*vUxfOxd)GRb)~6hp&YzSn`IWsL-_m1KCr@II;!TKYjP)t}nc%+mEOGSBsye%S+VQygi zF{+B^MUk({Ax!KD;3#I_d_DNnoS{URbFe?1^vUVnFUwM|FCk}0*l!mTh?!y5K6i}? zcPkQ5RjiHmGZPURs$mWd2O+&RscuyRc?=ZK*;J=$MzLz3c7`)9qR|8h*YB8=7ceduKr;5<}5 z$u=u?+E54NLpQju2|N-s5KsZVGEXD`t$PDZD}4fYe-esm>Wx=X%x{mdx4!9`u|M1n z7r;cf;v4o77sH?$8)Y{I0zLuoXDlaRdd($UjakGr?B?=jZL_5%FU?<=`+gLrYutR?VizD5D;hCopaSYKCilc7xhfN|m~DqJaBpA&Qdvzm zGx1>&k*c^bHY=sTCQ7RxEnFel3Bw(ixLdE+(edE1t;Rhv(OvY9tG47Ii?_>-(h@?= zvHR}cGN)%1cFMGco>gcZhaF0I*oFy@Cv0Pmir2W$C#VJqwQFMF0U%5m1cR_|eRu43 zXbau1_hDA>cEAW2Aspc>%|@LgP0Uc&g{~5(%F{-)QM-P&2$?Vv@4p`Jz81CuR3{ zC?bu%w!3>9VG$<4c*T(0I+AV_lpmd&v(i3n8V9Yeq%xUx<7G^1V?!p|7+D?RSE0U247PYi`NVN*QMT}aU9}J1 z-$uFQ{wA**PSL9|HHzVB{<~VnLu-;qM)Q+!&~UN+wfuE$C%(3JeJY`DhgAK0D7lp1 zlD==Y9#rE&W%}GUl};kJ&(rYL-Hal^6N+NfS)S({^wc}2KY^1H^#3)o0E3P zS9XpsgUfQoVCN5~T*(p0_cTWDpb>qimE`7-2BYGdaA?GE|I7(dc;%pI_<{#tubrNj zlfL1Cmw&(2*iDxmAfV#xd7NKlY%ocgk_Iuz&c+!7PrH?sb#Ce|fi4ledK_kMT#C;>of6gd@(uU$C?Kwy5Vk z7*jQ^Iv~T3dFA|=H>L6VxrQ~fVgf~bXq0SHE{4$BSNMI;@miEuFhBL?=_3N50clSk zefO(GqhicTF(G^)pji%!&7Zk;`^wi8^?Tgm5I?BW6Y)KH+WhM^=6P3B!}_Fj1nUtr z$|-3AN;blUj(`zP#iK4;*! zM(CHl3g6{WGd}@|gWI;pPcKb8Ea~hnVYcx}jixseWNK2z2#T}0(mWZ)8IGkKHRBev zVi2I$e3-xl2EClg9@#E^T@2x+QgBnYUDhe%tsm=A4!BLJP)uJ%BwT*JUp%kz=eF7T9#jQ`k%+j^qphY`e z+3^eP)Uv>o!yjWtRiVJ}Ys${j<>Rn!(=|lonCQ>ZvL#(i zipp<_v-RPb5y||z^XG+Hf^0C^H|1|FIui^MgI~mllGllNq`|c*v{O*EzvD6!Ryss-x$K!egv6|GJlZ33u`HD3vW=?ZCf)#Kab^Jkihv zEFKqy0}w91Jv83aSPvnmo*V(z{^Tt`75^V_2Jm@mVQRDBtK z2XEIlbYI=8;OYKUwuX*kEgGv|IgtK^ABv@XrwtQw1O|OeI<6l6lUY6Q8G4pd;91iz zZ$-?~NALkeYvW>AP&9N}Pu&cN0HhL(D@&M3*aw)+gpKdQm+hX7i??6qZkvkD+pGqNqN6dKHiH{8f0~UPQXkKGk3XuO`4?G#(Q7U7w_M z0olf3)-juP1`TQvzr(A?TzN|TB9$q?oWlVT2rz5%U2nSC_*^C@Xr$Yh^3`YsozgUN zV(S?C70z>^A#e-%0~Eq+E!-VmxJG{7cExp|DnJ%<6?93V5y%5@%x@$K=I99kx~#}Q4;U3PodzjSe=(|O0GC&YZ?iz>J}bMuBOeS6 zO0uRn3!ZC`=w~XiabG`7w<=zs62S^Nc`XRVUCNR9o zJO$D-3oR_^7%Y8p3_i7?4wkxni8*e?Sy;88G|jKjCQxpOPE6x7etiZK^nUk?fkhj86d0s0%gZ7 zNEGFx?JQ@+grn-!$?0WZnvPE$3V)_E4O9DyS)aLkuEQ(Msx|$rTjO)xVWGEIAf0q3 zwl~j5ZpUt9l5*yLGg5MB&-&gx+%MXZZ5MdvZ=-o(l+tr*&n&r^#o&+iV+Us6CNAEMfZkG(*1pgfEI zQI3ch$U&ly9QjBqxxPd<>Hraw-*bpP#KE81A@!8L6MKXPTjpe;kJ}f)7%JLCm8B_O zQX!wVv>@r`iEKI1WzvZ#1Udn0%JyPpkKM%oH7`qh<4SaAmEeZBvrH;0z z1P-}Fv|slYMm$hTiieo*dd8H@n}|t<=AB53&wZ|;`IYVCzS6$#4vuke+;iHNHni^E zY2NqM+ZKcq5o@-#TCcJ`2KRFlWatDvqU7xu8+M~6r7K~3I1d*l-U^I6+A@3uD@HM` zK1m2+ctB(hDuE8Iel`TB)XBClBS^82?}o&bV?BsH_w?EitHxyFULx%~9#(iwU52_1 zhf#33Wb=Axwv)tW4_qyNH;kOv8c$tyLewFPJYy zQDhX}fcGeGCkzG6i}RMQG~ro`SN>oYbf0gE?`2|&8iorEw-ZZlg=TOqe7^9*1l`?< zt7Y+eK*MnFT%3B)mx1Q@@=VPuNKnMULscS}j&r2rk~WHFdV1R!14;?LV{t>zwjuKt z0+`gUbk?8}rG~3Kw7NB5_cpIwF=%{_#lvW=;RY579(vkYJd~qVSUI$S-`O`IR5cL} z7zyRG40{3ZBR1X%kqXNhm*Cf0?&Ij}$o^n{>&b_fU|`j3k1xW@e?~_@^dstvdY4}CpGoe=+ zTaA$wp+Wh2nE9-}=}V=`_b|92@~BceW&C(vYmmHOI7n^NjUplEmEmJ^xVS3xKwcj zX!z-&>LhaKqrLEu^Rjz7Z&}raTA0VcOXu7VCcE6M9>s(t3V6T3%CJ5@NsLJ)*1bZ- zY6i`r{4s`u=KE++qo5DL`vI{Wz zP*4AB|M>C3)q+yy!tTBHt7yV&DRS#iU{N?fizW&W$2vyNN3grX<;GW3AfbWuP!t8$ zajrZ#R++x^WMdgcOaX+a6KdaDo_aQ7q|om+XDr1qaW@1a0w|I(&m=9RIv)glx^ex% z%_Ph~&Rhtsg1-;mHjqF zYqcy2Vth3+xvV>=ME86}KVl;`IuLbIBs_jbW;80b`1DzTZy9uxr$HRo1=h;<+>Oye zAgi##z7)_!M+Ag~g4OTO+!nyE9IIT*OJGi$Q=1`I`S5~7dJv{V#Q0c=_3%4_nK74w zm1U_t5%#nRsdlsg!=$prdvd3P3^Tcnq+L7wI;=Aiv+bo$%8-eLlUk&b?)5gVunKcR z!ijRH-+KJ$j*=2={)(Nm1Rq;yd~qcB%#<7Y&iU|Nr!+!Kw|x=c+o5bjrxf;PO*xF~ z4s;u>FE`8yjQmm(lxZUZ4Vc)&x4rQQaZ%xshET3?ZLM_gPpRhpqGO?SMZC`<>hAOR zt%I$=OQ7K*XqLzgR;2B4UqJ9cys_8WWQAN_W&f4y+n%Jqc!HEK2LQGy{g?$P_HsZD z$;scXiqGL&HaSLm=tpaO!G+?9SAsmhZgdt;g>}}5AQt@8HTYM#s&wqe z0N4_=!+`=5?aC9Xy&u3#HR?H7yLhohIb4yiuZtFh4!jGAk{tqcNHdcu!mtAMj*H5~ zlm(%ke2|0pPXa5^4>Eo%ce(q%bpXxzg{R`o?`;pJ8YRzoyzGJ8nm}mC%(=X2tgr2X z4B>5*U*h;VT#a|2*X?*Gy==aQI;+pQT5l1>k{bfdxgSSD^Tsrei5XrdXt3*Tl$+Pf zMG%fPn+J9+er_`#Xq*>?0V4RxEAJrt!0O=}ZSSs|gfe2T8zm$86v443QRXi7!j=Hs zEdSA?-e+zQN^`A6PMCdreZQTDeJ>=%+N`S=FujrGM|o@d?bz)!-rNx)YR$^70kBH{ zL7acKds*81qxK+|CnL`M2?N`K`(qUE$wWPjJWxBl4n}MLYobEa_2zul>^>Wd%)du$ zZTYEf$@`zyhS{Dv6O%6hAgBLBbpE~PFH+}m(j3ft##efEuo(pVB0GC(oz`(}H^+xa zt^OD#0lMXqAD+|ZV5(K}lK?y&3*-Og+jD_NO)mDVVjHPA-KL-=(s~-jl9bQG^&X6z z=(f2|==T)T(0lrFzNLY)m9NZ)u8SgqatjYd9d{Mu={*C9{1EX{W@MZXcQPmxA=cU_ z;tUcFs-71JN4t!|;tZzwIMMS)e-@2_qB>!#b5IHw&O%X?=~nmDe3+RAAzw3)Q#hyD zoHoKu#Bv9NQEIk{- QpP&MqI__kLweh?5KR`Y5C;$Ke literal 0 HcmV?d00001 diff --git a/schematic/backups/mixerinput/fp-lib-table b/schematic/backups/mixerinput/fp-lib-table new file mode 100644 index 0000000..b1a51b8 --- /dev/null +++ b/schematic/backups/mixerinput/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name footprints)(type KiCad)(uri /media/fisch/HDD/Projects/mixer/schematic/footprints)(options "")(descr "")) +) diff --git a/schematic/backups/mixerinput/inputbuffer.sch b/schematic/backups/mixerinput/inputbuffer.sch new file mode 100644 index 0000000..4a0be84 --- /dev/null +++ b/schematic/backups/mixerinput/inputbuffer.sch @@ -0,0 +1,486 @@ +EESchema Schematic File Version 4 +LIBS:mixerinput-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 2 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:Opamp_Dual_Generic U? +U 2 1 5C072472 +P 3300 2250 +AR Path="/5C072472" Ref="U?" Part="1" +AR Path="/5C06F581/5C072472" Ref="U1" Part="2" +AR Path="/5C0574B7/5C072472" Ref="U?" Part="1" +AR Path="/5C05A497/5C072472" Ref="U2" Part="2" +F 0 "U1" H 3300 1883 50 0000 C CNN +F 1 "LM4562" H 3300 1974 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 3300 2250 50 0001 C CNN +F 3 "~" H 3300 2250 50 0001 C CNN + 2 3300 2250 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U? +U 3 1 5C072479 +P 1200 1200 +AR Path="/5C072479" Ref="U?" Part="2" +AR Path="/5C06F581/5C072479" Ref="U1" Part="3" +AR Path="/5C0574B7/5C072479" Ref="U?" Part="2" +AR Path="/5C05A497/5C072479" Ref="U2" Part="1" +F 0 "U1" H 1250 1000 50 0000 C CNN +F 1 "LM4562" H 1300 1100 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1200 1200 50 0001 C CNN +F 3 "~" H 1200 1200 50 0001 C CNN + 3 1200 1200 + 1 0 0 1 +$EndComp +$Comp +L Device:R R? +U 1 1 5C07248F +P 2700 2150 +AR Path="/5C07248F" Ref="R?" Part="1" +AR Path="/5C06F581/5C07248F" Ref="RinA+1" Part="1" +AR Path="/5C0574B7/5C07248F" Ref="R?" Part="1" +AR Path="/5C05A497/5C07248F" Ref="RinA+2" Part="1" +F 0 "RinA+1" V 2907 2150 50 0000 C CNN +F 1 "10k" V 2816 2150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2630 2150 50 0001 C CNN +F 3 "~" H 2700 2150 50 0001 C CNN +F 4 "Metallfilm" V 2700 2150 50 0001 C CNN "Notes" + 1 2700 2150 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3000 2150 2950 2150 +$Comp +L Device:R R? +U 1 1 5C072498 +P 3300 1800 +AR Path="/5C072498" Ref="R?" Part="1" +AR Path="/5C06F581/5C072498" Ref="Rfb2" Part="1" +AR Path="/5C0574B7/5C072498" Ref="R?" Part="1" +AR Path="/5C05A497/5C072498" Ref="Rfb4" Part="1" +F 0 "Rfb2" V 3507 1800 50 0000 C CNN +F 1 "10k" V 3416 1800 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" V 3230 1800 50 0001 C CNN +F 3 "~" H 3300 1800 50 0001 C CNN +F 4 "Metallfilm" V 3300 1800 50 0001 C CNN "Notes" + 1 3300 1800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3600 2250 3600 1800 +Wire Wire Line + 3600 1800 3450 1800 +Wire Wire Line + 3150 1800 2950 1800 +Wire Wire Line + 2950 1800 2950 2150 +Wire Wire Line + 2950 2150 2850 2150 +Connection ~ 2950 2150 +Text Notes 3450 1800 0 50 ~ 0 +v = -R2/R1 +$Comp +L Device:R R? +U 1 1 5C0724AF +P 2500 2350 +AR Path="/5C0724AF" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724AF" Ref="RinA-1" Part="1" +AR Path="/5C0574B7/5C0724AF" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724AF" Ref="RinA-2" Part="1" +F 0 "RinA-1" V 2707 2350 50 0000 C CNN +F 1 "10k" V 2616 2350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2430 2350 50 0001 C CNN +F 3 "~" H 2500 2350 50 0001 C CNN +F 4 "Metallfilm" V 2500 2350 50 0001 C CNN "Notes" + 1 2500 2350 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5C0724B7 +P 2800 2750 +AR Path="/5C0724B7" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724B7" Ref="RlowA1" Part="1" +AR Path="/5C0574B7/5C0724B7" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724B7" Ref="RlowA2" Part="1" +F 0 "RlowA1" V 3007 2750 50 0000 C CNN +F 1 "10k" V 2916 2750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2730 2750 50 0001 C CNN +F 3 "~" H 2800 2750 50 0001 C CNN +F 4 "Metallfilm" V 2800 2750 50 0001 C CNN "Notes" + 1 2800 2750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2650 2350 2800 2350 +Connection ~ 2800 2350 +Wire Wire Line + 2800 2350 3000 2350 +Wire Wire Line + 1200 2150 2550 2150 +Wire Wire Line + 2350 2350 2250 2350 +$Comp +L Device:R R? +U 1 1 5C0724C4 +P 2250 2750 +AR Path="/5C0724C4" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724C4" Ref="RgndA1" Part="1" +AR Path="/5C0574B7/5C0724C4" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724C4" Ref="RgndA2" Part="1" +F 0 "RgndA1" V 2457 2750 50 0000 C CNN +F 1 "10" V 2366 2750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2180 2750 50 0001 C CNN +F 3 "~" H 2250 2750 50 0001 C CNN +F 4 "Metallfilm" V 2250 2750 50 0001 C CNN "Notes" + 1 2250 2750 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C0724CB +P 2250 2900 +AR Path="/5C0724CB" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0724CB" Ref="#PWR0102" Part="1" +AR Path="/5C0574B7/5C0724CB" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0724CB" Ref="#PWR0110" Part="1" +F 0 "#PWR0102" H 2250 2650 50 0001 C CNN +F 1 "GNDA" H 2255 2727 50 0000 C CNN +F 2 "" H 2250 2900 50 0001 C CNN +F 3 "" H 2250 2900 50 0001 C CNN + 1 2250 2900 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C0724D8 +P 2800 2900 +AR Path="/5C0724D8" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0724D8" Ref="#PWR0103" Part="1" +AR Path="/5C0574B7/5C0724D8" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0724D8" Ref="#PWR0111" Part="1" +F 0 "#PWR0103" H 2800 2650 50 0001 C CNN +F 1 "GNDA" H 2805 2727 50 0000 C CNN +F 2 "" H 2800 2900 50 0001 C CNN +F 3 "" H 2800 2900 50 0001 C CNN + 1 2800 2900 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J? +U 1 1 5C0724DE +P 2050 2400 +AR Path="/5C0724DE" Ref="J?" Part="1" +AR Path="/5C06F581/5C0724DE" Ref="J2" Part="1" +AR Path="/5C0574B7/5C0724DE" Ref="J?" Part="1" +AR Path="/5C05A497/5C0724DE" Ref="J4" Part="1" +F 0 "J2" H 2156 2578 50 0000 C CNN +F 1 "Jumper" H 2100 2250 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 2050 2400 50 0001 C CNN +F 3 "~" H 2050 2400 50 0001 C CNN + 1 2050 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2250 2600 2250 2500 +Wire Wire Line + 2250 2400 2250 2350 +Connection ~ 2250 2350 +Wire Wire Line + 2800 2350 2800 2600 +$Comp +L Device:R R? +U 1 1 5C0724F2 +P 2550 3750 +AR Path="/5C0724F2" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724F2" Ref="RinB+1" Part="1" +AR Path="/5C0574B7/5C0724F2" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724F2" Ref="RinB+2" Part="1" +F 0 "RinB+1" V 2757 3750 50 0000 C CNN +F 1 "10k" V 2666 3750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2480 3750 50 0001 C CNN +F 3 "~" H 2550 3750 50 0001 C CNN +F 4 "Metallfilm" V 2550 3750 50 0001 C CNN "Notes" + 1 2550 3750 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3000 3400 2800 3400 +Wire Wire Line + 2800 3400 2800 3750 +Wire Wire Line + 2800 3750 2700 3750 +Connection ~ 2800 3750 +$Comp +L Device:R R? +U 1 1 5C0724FE +P 2350 3950 +AR Path="/5C0724FE" Ref="R?" Part="1" +AR Path="/5C06F581/5C0724FE" Ref="RinB-1" Part="1" +AR Path="/5C0574B7/5C0724FE" Ref="R?" Part="1" +AR Path="/5C05A497/5C0724FE" Ref="RinB-2" Part="1" +F 0 "RinB-1" V 2557 3950 50 0000 C CNN +F 1 "10k" V 2466 3950 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2280 3950 50 0001 C CNN +F 3 "~" H 2350 3950 50 0001 C CNN +F 4 "Metallfilm" V 2350 3950 50 0001 C CNN "Notes" + 1 2350 3950 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5C072506 +P 2650 4350 +AR Path="/5C072506" Ref="R?" Part="1" +AR Path="/5C06F581/5C072506" Ref="RlowB1" Part="1" +AR Path="/5C0574B7/5C072506" Ref="R?" Part="1" +AR Path="/5C05A497/5C072506" Ref="RlowB2" Part="1" +F 0 "RlowB1" V 2857 4350 50 0000 C CNN +F 1 "10k" V 2766 4350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2580 4350 50 0001 C CNN +F 3 "~" H 2650 4350 50 0001 C CNN +F 4 "Metallfilm" V 2650 4350 50 0001 C CNN "Notes" + 1 2650 4350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2500 3950 2650 3950 +Connection ~ 2650 3950 +Wire Wire Line + 1200 3750 2400 3750 +Wire Wire Line + 2200 3950 2100 3950 +$Comp +L Device:R R? +U 1 1 5C072512 +P 2100 4350 +AR Path="/5C072512" Ref="R?" Part="1" +AR Path="/5C06F581/5C072512" Ref="RgndB1" Part="1" +AR Path="/5C0574B7/5C072512" Ref="R?" Part="1" +AR Path="/5C05A497/5C072512" Ref="RgndB2" Part="1" +F 0 "RgndB1" V 2307 4350 50 0000 C CNN +F 1 "10" V 2216 4350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2030 4350 50 0001 C CNN +F 3 "~" H 2100 4350 50 0001 C CNN +F 4 "Metallfilm" V 2100 4350 50 0001 C CNN "Notes" + 1 2100 4350 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C072519 +P 2100 4500 +AR Path="/5C072519" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C072519" Ref="#PWR0104" Part="1" +AR Path="/5C0574B7/5C072519" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C072519" Ref="#PWR0112" Part="1" +F 0 "#PWR0104" H 2100 4250 50 0001 C CNN +F 1 "GNDA" H 2105 4327 50 0000 C CNN +F 2 "" H 2100 4500 50 0001 C CNN +F 3 "" H 2100 4500 50 0001 C CNN + 1 2100 4500 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C07251F +P 2650 4500 +AR Path="/5C07251F" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C07251F" Ref="#PWR0105" Part="1" +AR Path="/5C0574B7/5C07251F" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C07251F" Ref="#PWR0113" Part="1" +F 0 "#PWR0105" H 2650 4250 50 0001 C CNN +F 1 "GNDA" H 2655 4327 50 0000 C CNN +F 2 "" H 2650 4500 50 0001 C CNN +F 3 "" H 2650 4500 50 0001 C CNN + 1 2650 4500 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J? +U 1 1 5C072525 +P 1900 4000 +AR Path="/5C072525" Ref="J?" Part="1" +AR Path="/5C06F581/5C072525" Ref="J1" Part="1" +AR Path="/5C0574B7/5C072525" Ref="J?" Part="1" +AR Path="/5C05A497/5C072525" Ref="J3" Part="1" +F 0 "J1" H 2006 4178 50 0000 C CNN +F 1 "Jumper" H 1950 3850 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 1900 4000 50 0001 C CNN +F 3 "~" H 1900 4000 50 0001 C CNN + 1 1900 4000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2100 4200 2100 4100 +Wire Wire Line + 2100 4000 2100 3950 +Connection ~ 2100 3950 +Wire Wire Line + 2650 3950 2650 4200 +Wire Wire Line + 2800 3750 3000 3750 +Wire Wire Line + 2650 3950 3000 3950 +$Comp +L Device:R R? +U 1 1 5C072534 +P 3150 3400 +AR Path="/5C072534" Ref="R?" Part="1" +AR Path="/5C06F581/5C072534" Ref="Rfb1" Part="1" +AR Path="/5C0574B7/5C072534" Ref="R?" Part="1" +AR Path="/5C05A497/5C072534" Ref="Rfb3" Part="1" +F 0 "Rfb1" V 3357 3400 50 0000 C CNN +F 1 "10k" V 3266 3400 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3080 3400 50 0001 C CNN +F 3 "~" H 3150 3400 50 0001 C CNN +F 4 "Metallfilm" V 3150 3400 50 0001 C CNN "Notes" + 1 3150 3400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3600 3850 3600 3400 +Wire Wire Line + 3600 3400 3300 3400 +Text Notes 1550 2650 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 3600 2250 +$Comp +L Device:Opamp_Dual_Generic U? +U 1 1 5C07338E +P 3300 3850 +AR Path="/5C07338E" Ref="U?" Part="3" +AR Path="/5C06F581/5C07338E" Ref="U1" Part="1" +AR Path="/5C0574B7/5C07338E" Ref="U?" Part="3" +AR Path="/5C05A497/5C07338E" Ref="U2" Part="3" +F 0 "U1" H 3300 4000 50 0000 L CNN +F 1 "LM4562" H 3300 3700 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 3300 3850 50 0001 C CNN +F 3 "~" H 3300 3850 50 0001 C CNN + 1 3300 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU1+? +U 1 1 5C073395 +P 900 1050 +AR Path="/5C073395" Ref="CU1+?" Part="1" +AR Path="/5C06F581/5C073395" Ref="CU+1" Part="1" +AR Path="/5C0574B7/5C073395" Ref="CU1+?" Part="1" +AR Path="/5C05A497/5C073395" Ref="CU+2" Part="1" +F 0 "CU+1" H 550 1100 50 0000 L CNN +F 1 "100n" H 600 1000 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 938 900 50 0001 C CNN +F 3 "~" H 900 1050 50 0001 C CNN + 1 900 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 1550 1100 1500 +Wire Wire Line + 1100 900 1100 850 +$Comp +L power:GNDA #PWR? +U 1 1 5C0733A0 +P 700 1200 +AR Path="/5C0733A0" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0733A0" Ref="#PWR0106" Part="1" +AR Path="/5C0574B7/5C0733A0" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0733A0" Ref="#PWR0114" Part="1" +F 0 "#PWR0106" H 700 950 50 0001 C CNN +F 1 "GNDA" H 705 1027 50 0000 C CNN +F 2 "" H 700 1200 50 0001 C CNN +F 3 "" H 700 1200 50 0001 C CNN + 1 700 1200 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU1-? +U 1 1 5C0733A6 +P 900 1350 +AR Path="/5C0733A6" Ref="CU1-?" Part="1" +AR Path="/5C06F581/5C0733A6" Ref="CU-1" Part="1" +AR Path="/5C0574B7/5C0733A6" Ref="CU1-?" Part="1" +AR Path="/5C05A497/5C0733A6" Ref="CU-2" Part="1" +F 0 "CU-1" H 600 1200 50 0000 L CNN +F 1 "100n" H 650 1100 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 938 1200 50 0001 C CNN +F 3 "~" H 900 1350 50 0001 C CNN + 1 900 1350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 900 1500 1100 1500 +Wire Wire Line + 700 1200 900 1200 +Connection ~ 900 1200 +Wire Wire Line + 900 900 1100 900 +$Comp +L power:+15V #PWR? +U 1 1 5C0733B1 +P 1100 850 +AR Path="/5C0733B1" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0733B1" Ref="#PWR0107" Part="1" +AR Path="/5C0574B7/5C0733B1" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0733B1" Ref="#PWR0115" Part="1" +F 0 "#PWR0107" H 1100 700 50 0001 C CNN +F 1 "+15V" H 1115 1023 50 0000 C CNN +F 2 "" H 1100 850 50 0001 C CNN +F 3 "" H 1100 850 50 0001 C CNN + 1 1100 850 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR? +U 1 1 5C0733B7 +P 1100 1550 +AR Path="/5C0733B7" Ref="#PWR?" Part="1" +AR Path="/5C06F581/5C0733B7" Ref="#PWR0108" Part="1" +AR Path="/5C0574B7/5C0733B7" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C0733B7" Ref="#PWR0116" Part="1" +F 0 "#PWR0108" H 1100 1650 50 0001 C CNN +F 1 "-15V" H 1115 1723 50 0000 C CNN +F 2 "" H 1100 1550 50 0001 C CNN +F 3 "" H 1100 1550 50 0001 C CNN + 1 1100 1550 + -1 0 0 1 +$EndComp +Text HLabel 4350 2250 2 50 Output ~ 0 +outA +Wire Wire Line + 3600 2250 4350 2250 +Text HLabel 4350 3850 2 50 Output ~ 0 +outB +Wire Wire Line + 4350 3850 3600 3850 +Text HLabel 1200 2150 0 50 Input ~ 0 +inA+ +Text HLabel 1200 3750 0 50 Input ~ 0 +inB+ +Text HLabel 1200 2350 0 50 Input ~ 0 +inA- +Text HLabel 1200 3950 0 50 Input ~ 0 +inB- +Wire Wire Line + 1200 3950 2100 3950 +Wire Wire Line + 1200 2350 2250 2350 +Text Notes 1350 4250 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 3600 3850 +Connection ~ 1100 900 +Connection ~ 1100 1500 +$EndSCHEMATC diff --git a/schematic/backups/mixerinput/mixerinput-cache.lib b/schematic/backups/mixerinput/mixerinput-cache.lib new file mode 100644 index 0000000..79a27df --- /dev/null +++ b/schematic/backups/mixerinput/mixerinput-cache.lib @@ -0,0 +1,217 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x02_Male +# +DEF Connector_Conn_01x02_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Male" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +X Pin_2 2 200 -100 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x18_Row_Letter_Last +# +DEF Connector_Generic_Conn_02x18_Row_Letter_Last J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Row_Letter_Last" 50 -1000 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -895 0 -905 1 1 6 N +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -950 1 1 10 f +S 150 -895 100 -905 1 1 6 N +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_10a 10a -200 -100 150 R 50 50 1 1 P +X Pin_10b 10b 300 -100 150 L 50 50 1 1 P +X Pin_11a 11a -200 -200 150 R 50 50 1 1 P +X Pin_11b 11b 300 -200 150 L 50 50 1 1 P +X Pin_12a 12a -200 -300 150 R 50 50 1 1 P +X Pin_12b 12b 300 -300 150 L 50 50 1 1 P +X Pin_13a 13a -200 -400 150 R 50 50 1 1 P +X Pin_13b 13b 300 -400 150 L 50 50 1 1 P +X Pin_14a 14a -200 -500 150 R 50 50 1 1 P +X Pin_14b 14b 300 -500 150 L 50 50 1 1 P +X Pin_15a 15a -200 -600 150 R 50 50 1 1 P +X Pin_15b 15b 300 -600 150 L 50 50 1 1 P +X Pin_16a 16a -200 -700 150 R 50 50 1 1 P +X Pin_16b 16b 300 -700 150 L 50 50 1 1 P +X Pin_17a 17a -200 -800 150 R 50 50 1 1 P +X Pin_17b 17b 300 -800 150 L 50 50 1 1 P +X Pin_18a 18a -200 -900 150 R 50 50 1 1 P +X Pin_18b 18b 300 -900 150 L 50 50 1 1 P +X Pin_1a 1a -200 800 150 R 50 50 1 1 P +X Pin_1b 1b 300 800 150 L 50 50 1 1 P +X Pin_2a 2a -200 700 150 R 50 50 1 1 P +X Pin_2b 2b 300 700 150 L 50 50 1 1 P +X Pin_3a 3a -200 600 150 R 50 50 1 1 P +X Pin_3b 3b 300 600 150 L 50 50 1 1 P +X Pin_4a 4a -200 500 150 R 50 50 1 1 P +X Pin_4b 4b 300 500 150 L 50 50 1 1 P +X Pin_5a 5a -200 400 150 R 50 50 1 1 P +X Pin_5b 5b 300 400 150 L 50 50 1 1 P +X Pin_6a 6a -200 300 150 R 50 50 1 1 P +X Pin_6b 6b 300 300 150 L 50 50 1 1 P +X Pin_7a 7a -200 200 150 R 50 50 1 1 P +X Pin_7b 7b 300 200 150 L 50 50 1 1 P +X Pin_8a 8a -200 100 150 R 50 50 1 1 P +X Pin_8b 8b 300 100 150 L 50 50 1 1 P +X Pin_9a 9a -200 0 150 R 50 50 1 1 P +X Pin_9b 9b 300 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Opamp_Dual_Generic +# +DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 F N +F0 "U" 0 200 50 H V L CNN +F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + SOIC*3.9x4.9mm*P1.27mm* + DIP*W7.62mm* + MSOP*3x3mm*P0.65mm* + SSOP*2.95x2.8mm*P0.65mm* + TSSOP*3x3mm*P0.65mm* + VSSOP*P0.5mm* + TO?99* +$ENDFPLIST +DRAW +P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f +P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X - 2 -300 -100 100 R 50 50 1 1 I +X + 3 -300 100 100 R 50 50 1 1 I +X + 5 -300 100 100 R 50 50 2 1 I +X - 6 -300 -100 100 R 50 50 2 1 I +X ~ 7 300 0 100 L 50 50 2 1 O +X V- 4 -100 -300 150 U 50 50 3 1 W +X V+ 8 -100 300 150 D 50 50 3 1 W +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+15V +# +DEF power_+15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+15V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +15V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_-15V +# +DEF power_-15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 50 H I C CNN +F1 "power_-15V" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +X -15V 1 0 0 0 U 50 50 0 0 W N +ENDDRAW +ENDDEF +# +# power_GNDA +# +DEF power_GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDA" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GNDA 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/backups/mixerinput/mixerinput.kicad_pcb b/schematic/backups/mixerinput/mixerinput.kicad_pcb new file mode 100644 index 0000000..872a335 --- /dev/null +++ b/schematic/backups/mixerinput/mixerinput.kicad_pcb @@ -0,0 +1,976 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu16.04.1) + + (general + (thickness 1.6) + (drawings 0) + (tracks 98) + (zones 0) + (modules 16) + (nets 14) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 1) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1 0.5) + (pad_drill 0) + (pad_to_mask_clearance 0) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 +15V) + (net 2 GNDA) + (net 3 -15V) + (net 4 "Net-(J1-Pad2)") + (net 5 "Net-(J2-Pad2)") + (net 6 /inB-) + (net 7 /inA-) + (net 8 "Net-(RA1-Pad1)") + (net 9 /outA) + (net 10 "Net-(RA3-Pad2)") + (net 11 "Net-(RB1-Pad1)") + (net 12 /outB) + (net 13 "Net-(RB3-Pad2)") + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 1) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /inA-) + (add_net /inB-) + (add_net /outA) + (add_net /outB) + (add_net "Net-(J1-Pad2)") + (add_net "Net-(J2-Pad2)") + (add_net "Net-(RA1-Pad1)") + (add_net "Net-(RA3-Pad2)") + (add_net "Net-(RB1-Pad1)") + (add_net "Net-(RB3-Pad2)") + ) + + (net_class power "" + (clearance 0.2) + (trace_width 0.5) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +15V) + (add_net -15V) + (add_net GNDA) + ) + + (module Package_DIP:DIP-8_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5C548E98) + (at 101.6 38.1) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path /5C54CA7D) + (fp_text reference U1 (at 3.81 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LM4562 (at 3.81 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 /outA)) + (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 "Net-(RA1-Pad1)")) + (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 "Net-(RB1-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 "Net-(RA3-Pad2)")) + (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 /outB)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module footprints:PCIexpress_1x_letters (layer F.Cu) (tedit 5C5476B0) (tstamp 5C54794C) + (at 96.52 66.04) + (descr "PCIexpress Bus Edge Connector") + (tags "PCIexpress Bus Edge Connector") + (path /5C5482AB) + (attr virtual) + (fp_text reference J3 (at 5.05 -3.31) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_02x18_Row_Letter_First (at 16.48 -3.31) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 19.95 4.05) (end -0.95 4.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 19.95 4.05) (end 19.95 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -5.45) (end -0.95 4.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -5.45) (end 19.95 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 19.7 -2) (end 19.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 -2) (end 12.4 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 3.8) (end 19.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 19.7 -2) (end 12.4 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 3.8) (end -0.7 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 3.8) (end -0.7 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -2) (end 10.6 3.8) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -2) (end 10.6 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.4 -5.2) (end 12.4 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -5.2) (end 12.4 -5.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.6 -2) (end 10.6 -5.2) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 9.5 0.662) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" connect oval (at 1 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 19 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 18 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 13 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 10 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 17 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 14 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 2 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 16 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 15 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 9 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 8 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 7 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 6 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 5 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 4 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect oval (at 3 2.8 90) (size 0.65 0.65) (layers B.Cu B.Mask)) + (pad "" connect circle (at 1 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 17 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 16 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 15 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 14 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 13 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 0 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 10 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 9 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 8 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 7 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 6 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 5 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 4 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 3 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad "" connect circle (at 2 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + (pad 13a connect rect (at 14 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 12a connect rect (at 13 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 18a connect rect (at 19 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 17a connect rect (at 18 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 16a connect rect (at 17 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 15a connect rect (at 16 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 14a connect rect (at 15 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 11a connect rect (at 10 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 10a connect rect (at 9 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (pad 9a connect rect (at 8 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 8a connect rect (at 7 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 7a connect rect (at 6 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 1 +15V)) + (pad 6a connect rect (at 5 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 5a connect rect (at 4 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 4a connect rect (at 3 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 3a connect rect (at 2 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 2a connect rect (at 1 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 1a connect rect (at 0 0) (size 0.65 3.6) (layers B.Cu B.Mask) + (net 3 -15V)) + (pad 13b connect rect (at 14 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 12b connect rect (at 13 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 18b connect rect (at 19 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 17b connect rect (at 18 0) (size 0.65 3.6) (layers F.Cu F.Mask)) + (pad 16b connect rect (at 17 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 15b connect rect (at 16 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 14b connect rect (at 15 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 11b connect rect (at 10 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 10b connect rect (at 9 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (pad 9b connect rect (at 8 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 8b connect rect (at 7 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 7b connect rect (at 6 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 1 +15V)) + (pad 6b connect rect (at 5 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 5b connect rect (at 4 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 4b connect rect (at 3 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 3b connect rect (at 2 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad 2b connect rect (at 1 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad 1b connect rect (at 0 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 3 -15V)) + (pad "" connect circle (at 19 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5C5490AB) + (at 109.26 35.56 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB2B) + (fp_text reference CU1+1 (at 1.25 -2.05 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 +15V)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5C54904A) + (at 104.1 48.26 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor") + (path /5C54CB3A) + (fp_text reference CU1-1 (at 1.25 -2.05 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 1.25 2.05 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.25 0 180) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.09))) + ) + (fp_line (start 3.55 -1.05) (end -1.05 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.621 0.92) (end 1.879 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.621 -0.92) (end 1.879 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.75 -0.8) (end -0.25 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.75 0.8) (end 2.75 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 0.8) (end 2.75 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.25 -0.8) (end -0.25 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 -15V)) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W1.6mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C549AAD) + (at 96.52 53.34 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA8C) + (fp_text reference RA2 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 "Net-(RA1-Pad1)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C5492E5) + (at 91.44 43.18) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAA4) + (fp_text reference RA3 (at 3.81 -1.92) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 "Net-(RA3-Pad2)")) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 7 /inA-)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C54819D) + (at 93.98 45.72 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAB9) + (fp_text reference RA4 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(J2-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548D58) + (at 99.06 45.72 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAAC) + (fp_text reference RA5 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 10 "Net-(RA3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C5481CB) + (at 119.38 40.64 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CB19) + (fp_text reference RB1 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 "Net-(RB1-Pad1)")) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 12 /outB)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548E51) + (at 114.3 55.88 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAD8) + (fp_text reference RB2 (at 3.81 -1.92 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 90) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)) + (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 11 "Net-(RB1-Pad1)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548E0F) + (at 119.38 45.72 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAE4) + (fp_text reference RB3 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 13 "Net-(RB3-Pad2)")) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 6 /inB-)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548D9A) + (at 116.84 48.26 270) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAF8) + (fp_text reference RB4 (at 3.81 -1.92 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 0 270) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(J1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C548D16) + (at 111.76 50.8 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CAEC) + (fp_text reference RB5 (at 3.81 -1.92 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0 180) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 13 "Net-(RB3-Pad2)")) + (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GNDA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5C548DD7) + (at 118.76 43.18 180) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CB0B) + (attr virtual) + (fp_text reference J1 (at 0 1.8 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 0 -1.9 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (pad 2 smd custom (at 0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 4 "Net-(J1-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 1 smd custom (at -0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) + (net 6 /inB-) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5C549344) + (at 92.06 40.64) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (path /5C54CACC) + (attr virtual) + (fp_text reference J2 (at 0 1.8) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value Jumper (at 0 -1.9) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 -0.3) (end -1.4 -0.3) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_arc (start -0.7 0.3) (end -0.7 1) (angle 90) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.4 -0.3) (end -1.4 0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start 0.7 -1) (end -0.7 -1) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.4 0.3) (end 1.4 -0.3) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.7 1) (end 0.7 1) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) + (pad 1 smd custom (at -0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 7 /inA-) (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + (pad 2 smd custom (at 0.65 0) (size 1 0.5) (layers B.Cu B.Mask) + (net 5 "Net-(J2-Pad2)") (zone_connect 0) + (options (clearance outline) (anchor rect)) + (primitives + (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) + (gr_circle (center 0 0.25) (end 0.5 0.25) (width 0)) + (gr_poly (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) + )) + ) + + (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C549444) + (at 91.44 38.1) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (path /5C54CA95) + (fp_text reference RA1 (at 3.81 -1.92) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 0.8) (end 5.61 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 5.61 -0.8) (end 2.01 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.01 0) (layer F.Fab) (width 0.1)) + (fp_line (start 7.62 0) (end 5.61 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.89 -0.92) (end 1.89 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 0.92) (end 5.73 0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 0.92) (end 5.73 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.73 -0.92) (end 1.89 -0.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.94 0) (end 1.89 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.68 0) (end 5.73 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.95 1.05) (end 8.57 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 1.05) (end 8.57 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.57 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 3.81 0) (layer F.Fab) + (effects (font (size 0.72 0.72) (thickness 0.108))) + ) + (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 8 "Net-(RA1-Pad1)")) + (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 9 /outA)) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (segment (start 109.22 35.6) (end 109.26 35.56) (width 1) (layer B.Cu) (net 1) (status 30)) + (segment (start 109.22 38.1) (end 109.22 35.6) (width 1) (layer B.Cu) (net 1) (status 30)) + (segment (start 98.52 66.54) (end 98.52 62.325) (width 0.5) (layer B.Cu) (net 3) (status 10)) + (segment (start 98.52 62.325) (end 98.425 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 62.23) (end 96.52 66.04) (width 0.5) (layer B.Cu) (net 3) (status 20)) + (segment (start 97.52 62.595) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 97.52 66.54) (end 97.52 62.595) (width 0.5) (layer B.Cu) (net 3) (status 10)) + (segment (start 97.155 62.23) (end 96.52 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.425 62.23) (end 97.155 62.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 66.54) (end 96.52 62.23) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 98.52 62.325) (end 98.52 66.54) (width 0.5) (layer F.Cu) (net 3) (status 20)) + (segment (start 98.425 62.23) (end 98.52 62.325) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.52 62.595) (end 97.52 66.54) (width 0.5) (layer F.Cu) (net 3) (status 20)) + (segment (start 97.155 62.23) (end 97.52 62.595) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 62.23) (end 97.155 62.23) (width 0.5) (layer F.Cu) (net 3)) + (via (at 97.79 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3) (tstamp 5C54983B)) + (segment (start 96.52 62.23) (end 97.79 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.79 62.23) (end 98.425 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 106.76 35.56) (end 105.49 36.83) (width 1) (layer B.Cu) (net 2) (status 10)) + (segment (start 105.49 46.87) (end 104.1 48.26) (width 1) (layer B.Cu) (net 2) (status 20)) + (segment (start 105.49 36.83) (end 105.49 46.87) (width 1) (layer B.Cu) (net 2)) + (segment (start 104.1 48.26) (end 104.1 52.11) (width 1) (layer B.Cu) (net 2) (status 10)) + (segment (start 104.1 52.11) (end 102.87 53.34) (width 1) (layer B.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 62.405) (width 0.5) (layer B.Cu) (net 2) (status 10)) + (segment (start 101.52 62.785) (end 101.52 66.54) (width 0.5) (layer B.Cu) (net 2) (status 20)) + (segment (start 100.965 62.23) (end 101.52 62.785) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 62.675) (end 100.965 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.675) (width 0.5) (layer B.Cu) (net 2) (status 10)) + (segment (start 99.695 62.23) (end 100.33 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.33 62.23) (end 100.965 62.23) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 63.04) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 63.04) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 100.52 62.42) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.42) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 101.52 63.42) (end 100.33 62.23) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 66.54) (end 101.52 63.42) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 99.52 62.405) (end 99.695 62.23) (width 0.5) (layer B.Cu) (net 2)) + (via (at 100.33 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.33 62.23) (end 100.33 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.33 53.34) (end 99.06 53.34) (width 1) (layer B.Cu) (net 2) (status 20)) + (segment (start 102.87 53.34) (end 100.33 53.34) (width 1) (layer B.Cu) (net 2)) + (segment (start 101.6 45.72) (end 101.6 48.26) (width 1) (layer B.Cu) (net 3) (status 30)) + (segment (start 102.52 66.54) (end 102.52 62.58) (width 0.5) (layer B.Cu) (net 1) (status 10)) + (segment (start 102.52 62.58) (end 102.87 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.52 62.61) (end 104.52 66.54) (width 0.5) (layer B.Cu) (net 1) (status 20)) + (segment (start 104.14 62.23) (end 104.52 62.61) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer B.Cu) (net 1) (status 10)) + (segment (start 103.505 62.23) (end 104.14 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.87 62.23) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 63.215) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (segment (start 104.52 63.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer F.Cu) (net 1) (status 10)) + (via (at 103.505 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) + (segment (start 109.22 38.1) (end 107.95 38.1) (width 1) (layer F.Cu) (net 1)) + (segment (start 107.95 38.1) (end 106.68 39.37) (width 1) (layer F.Cu) (net 1)) + (segment (start 106.68 59.055) (end 103.505 62.23) (width 1) (layer F.Cu) (net 1)) + (segment (start 106.68 39.37) (end 106.68 59.055) (width 1) (layer F.Cu) (net 1)) + (segment (start 93.98 53.34) (end 93.98 52.07) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 95.25 50.8) (end 97.79 50.8) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.98 52.07) (end 95.25 50.8) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.06 52.07) (end 99.06 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 97.79 50.8) (end 99.06 52.07) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 116.84 55.88) (end 116.84 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 116.84 54.61) (end 115.57 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 115.57 53.34) (end 102.87 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.6 50.8) (end 101.6 48.26) (width 1) (layer F.Cu) (net 3) (status 20)) + (segment (start 101.6 50.8) (end 101.6 54.61) (width 1) (layer F.Cu) (net 3)) + (segment (start 97.79 58.42) (end 97.79 62.23) (width 1) (layer F.Cu) (net 3)) + (segment (start 101.6 54.61) (end 97.79 58.42) (width 1) (layer F.Cu) (net 3)) + (segment (start 118.11 43.18) (end 116.84 44.45) (width 1) (layer B.Cu) (net 4)) + (segment (start 116.84 44.45) (end 116.84 48.26) (width 1) (layer B.Cu) (net 4)) + (segment (start 92.71 40.64) (end 93.98 41.91) (width 1) (layer B.Cu) (net 5)) + (segment (start 93.98 45.72) (end 93.98 41.91) (width 1) (layer B.Cu) (net 5)) + (segment (start 119.41 45.69) (end 119.38 45.72) (width 1) (layer F.Cu) (net 6) (status 30)) + (segment (start 119.41 45.69) (end 119.38 45.72) (width 1) (layer B.Cu) (net 6)) + (segment (start 119.41 43.18) (end 119.41 45.69) (width 1) (layer B.Cu) (net 6)) + (segment (start 91.41 43.15) (end 91.44 43.18) (width 1) (layer B.Cu) (net 7)) + (segment (start 91.41 40.64) (end 91.41 43.15) (width 1) (layer B.Cu) (net 7)) + (segment (start 99.06 40.64) (end 96.52 40.64) (width 1) (layer B.Cu) (net 8) (status 10)) + (segment (start 96.52 40.64) (end 93.98 38.1) (width 1) (layer B.Cu) (net 8)) + (segment (start 93.98 38.1) (end 91.44 38.1) (width 1) (layer B.Cu) (net 8) (status 20)) + (segment (start 101.6 40.64) (end 99.06 40.64) (width 1) (layer B.Cu) (net 8) (status 30)) + (segment (start 96.52 45.72) (end 96.52 40.64) (width 1) (layer B.Cu) (net 8)) + (segment (start 99.06 38.1) (end 101.6 38.1) (width 1) (layer B.Cu) (net 9) (status 30)) + (segment (start 101.6 43.18) (end 99.06 43.18) (width 1) (layer B.Cu) (net 10) (status 30)) + (segment (start 99.06 43.18) (end 99.06 45.72) (width 1) (layer B.Cu) (net 10) (status 30)) + (segment (start 109.22 43.18) (end 111.76 43.18) (width 1) (layer B.Cu) (net 11) (status 30)) + (segment (start 119.38 40.64) (end 116.84 40.64) (width 1) (layer B.Cu) (net 11) (status 10)) + (segment (start 114.3 43.18) (end 111.76 43.18) (width 1) (layer B.Cu) (net 11) (status 20)) + (segment (start 116.84 40.64) (end 114.3 43.18) (width 1) (layer B.Cu) (net 11)) + (segment (start 114.3 48.26) (end 114.3 43.18) (width 1) (layer B.Cu) (net 11)) + (segment (start 111.76 40.64) (end 109.22 40.64) (width 1) (layer B.Cu) (net 12) (status 30)) + (segment (start 111.76 45.72) (end 109.22 45.72) (width 1) (layer B.Cu) (net 13) (status 30)) + (segment (start 111.76 45.72) (end 111.76 50.8) (width 1) (layer B.Cu) (net 13)) + +) diff --git a/schematic/backups/mixerinput/mixerinput.pro b/schematic/backups/mixerinput/mixerinput.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/schematic/backups/mixerinput/mixerinput.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/schematic/backups/mixerinput/mixerinput.sch b/schematic/backups/mixerinput/mixerinput.sch new file mode 100644 index 0000000..b40df01 --- /dev/null +++ b/schematic/backups/mixerinput/mixerinput.sch @@ -0,0 +1,645 @@ +EESchema Schematic File Version 4 +LIBS:mixerinput-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:+15V #PWR0110 +U 1 1 5C54757E +P 4200 1700 +F 0 "#PWR0110" H 4200 1550 50 0001 C CNN +F 1 "+15V" H 4215 1873 50 0000 C CNN +F 2 "" H 4200 1700 50 0001 C CNN +F 3 "" H 4200 1700 50 0001 C CNN + 1 4200 1700 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0111 +U 1 1 5C5477E1 +P 2450 1000 +F 0 "#PWR0111" H 2450 1100 50 0001 C CNN +F 1 "-15V" H 2465 1173 50 0000 C CNN +F 2 "" H 2450 1000 50 0001 C CNN +F 3 "" H 2450 1000 50 0001 C CNN + 1 2450 1000 + -1 0 0 1 +$EndComp +$Comp +L power:GNDA #PWR0112 +U 1 1 5C547AD0 +P 2700 1300 +F 0 "#PWR0112" H 2700 1050 50 0001 C CNN +F 1 "GNDA" H 2705 1127 50 0000 C CNN +F 2 "" H 2700 1300 50 0001 C CNN +F 3 "" H 2700 1300 50 0001 C CNN + 1 2700 1300 + 1 0 0 -1 +$EndComp +$Comp +L Connector_Generic:Conn_02x18_Row_Letter_Last J3 +U 1 1 5C5482AB +P 3250 1800 +F 0 "J3" H 3300 2817 50 0000 C CNN +F 1 "Conn_02x18_Row_Letter_First" H 3300 2726 50 0000 C CNN +F 2 "footprints:PCIexpress_1x_letters" H 3250 1800 50 0001 C CNN +F 3 "~" H 3250 1800 50 0001 C CNN + 1 3250 1800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2450 1000 2950 1000 +Wire Wire Line + 3050 1100 2950 1100 +Wire Wire Line + 2950 1100 2950 1000 +Connection ~ 2950 1000 +Wire Wire Line + 2950 1000 3050 1000 +Wire Wire Line + 3050 1200 2950 1200 +Wire Wire Line + 2950 1200 2950 1100 +Connection ~ 2950 1100 +$Comp +L power:+15V #PWR0101 +U 1 1 5C548E75 +P 2450 1700 +F 0 "#PWR0101" H 2450 1550 50 0001 C CNN +F 1 "+15V" H 2465 1873 50 0000 C CNN +F 2 "" H 2450 1700 50 0001 C CNN +F 3 "" H 2450 1700 50 0001 C CNN + 1 2450 1700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3550 1100 3650 1100 +Wire Wire Line + 3650 1100 3650 1000 +Wire Wire Line + 3650 1000 3550 1000 +Wire Wire Line + 3650 1100 3650 1200 +Wire Wire Line + 3650 1200 3550 1200 +Connection ~ 3650 1100 +$Comp +L power:GNDA #PWR0109 +U 1 1 5C54A2E8 +P 3900 1300 +F 0 "#PWR0109" H 3900 1050 50 0001 C CNN +F 1 "GNDA" H 3905 1127 50 0000 C CNN +F 2 "" H 3900 1300 50 0001 C CNN +F 3 "" H 3900 1300 50 0001 C CNN + 1 3900 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2700 1300 2950 1300 +$Comp +L power:-15V #PWR0113 +U 1 1 5C54D177 +P 4200 1000 +F 0 "#PWR0113" H 4200 1100 50 0001 C CNN +F 1 "-15V" H 4215 1173 50 0000 C CNN +F 2 "" H 4200 1000 50 0001 C CNN +F 3 "" H 4200 1000 50 0001 C CNN + 1 4200 1000 + -1 0 0 1 +$EndComp +Wire Wire Line + 3650 1000 4200 1000 +Connection ~ 3650 1000 +Wire Wire Line + 3550 1300 3650 1300 +Wire Wire Line + 3050 1400 2950 1400 +Wire Wire Line + 2950 1400 2950 1300 +Connection ~ 2950 1300 +Wire Wire Line + 2950 1300 3050 1300 +Wire Wire Line + 3050 1500 2950 1500 +Wire Wire Line + 2950 1500 2950 1400 +Connection ~ 2950 1400 +Wire Wire Line + 3550 1400 3650 1400 +Wire Wire Line + 3650 1400 3650 1300 +Connection ~ 3650 1300 +Wire Wire Line + 3650 1300 3900 1300 +Wire Wire Line + 3650 1400 3650 1500 +Wire Wire Line + 3650 1500 3550 1500 +Connection ~ 3650 1400 +Wire Wire Line + 3050 1600 2950 1600 +Wire Wire Line + 2950 1600 2950 1700 +Wire Wire Line + 2950 1800 3050 1800 +Wire Wire Line + 3050 1700 2950 1700 +Connection ~ 2950 1700 +Wire Wire Line + 2950 1700 2950 1800 +Wire Wire Line + 3550 1600 3650 1600 +Wire Wire Line + 3650 1600 3650 1700 +Wire Wire Line + 3650 1800 3550 1800 +Wire Wire Line + 3550 1700 3650 1700 +Connection ~ 3650 1700 +Wire Wire Line + 3650 1700 3650 1800 +Wire Wire Line + 4200 1700 3650 1700 +Wire Wire Line + 2450 1700 2950 1700 +$Comp +L Device:Opamp_Dual_Generic U1 +U 2 1 5C54CA7D +P 4150 5250 +AR Path="/5C54CA7D" Ref="U1" Part="2" +AR Path="/5C06F581/5C54CA7D" Ref="U?" Part="2" +AR Path="/5C0574B7/5C54CA7D" Ref="U?" Part="1" +AR Path="/5C05A497/5C54CA7D" Ref="U?" Part="2" +F 0 "U1" H 4150 4883 50 0000 C CNN +F 1 "LM4562" H 4150 4974 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 5250 50 0001 C CNN +F 3 "~" H 4150 5250 50 0001 C CNN + 2 4150 5250 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U1 +U 1 1 5C54CA84 +P 4150 3650 +AR Path="/5C54CA84" Ref="U1" Part="1" +AR Path="/5C06F581/5C54CA84" Ref="U?" Part="3" +AR Path="/5C0574B7/5C54CA84" Ref="U?" Part="2" +AR Path="/5C05A497/5C54CA84" Ref="U?" Part="1" +F 0 "U1" H 4200 3450 50 0000 C CNN +F 1 "LM4562" H 4250 3550 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 4150 3650 50 0001 C CNN +F 3 "~" H 4150 3650 50 0001 C CNN + 1 4150 3650 + 1 0 0 1 +$EndComp +$Comp +L Device:R RA2 +U 1 1 5C54CA8C +P 3550 3550 +AR Path="/5C54CA8C" Ref="RA2" Part="1" +AR Path="/5C06F581/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA8C" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA8C" Ref="R?" Part="1" +F 0 "RA2" V 3757 3550 50 0000 C CNN +F 1 "10k" V 3666 3550 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3480 3550 50 0001 C CNN +F 3 "~" H 3550 3550 50 0001 C CNN +F 4 "Metallfilm" V 3550 3550 50 0001 C CNN "Notes" + 1 3550 3550 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3850 3550 3800 3550 +$Comp +L Device:R RA1 +U 1 1 5C54CA95 +P 4150 3200 +AR Path="/5C54CA95" Ref="RA1" Part="1" +AR Path="/5C06F581/5C54CA95" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CA95" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CA95" Ref="R?" Part="1" +F 0 "RA1" V 4357 3200 50 0000 C CNN +F 1 "10k" V 4266 3200 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4080 3200 50 0001 C CNN +F 3 "~" H 4150 3200 50 0001 C CNN +F 4 "Metallfilm" V 4150 3200 50 0001 C CNN "Notes" + 1 4150 3200 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 3650 4450 3200 +Wire Wire Line + 4450 3200 4300 3200 +Wire Wire Line + 4000 3200 3800 3200 +Wire Wire Line + 3800 3200 3800 3550 +Wire Wire Line + 3800 3550 3700 3550 +Connection ~ 3800 3550 +Text Notes 4300 3200 0 50 ~ 0 +v = -R2/R1 +$Comp +L Device:R RA3 +U 1 1 5C54CAA4 +P 3350 3750 +AR Path="/5C54CAA4" Ref="RA3" Part="1" +AR Path="/5C06F581/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAA4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAA4" Ref="R?" Part="1" +F 0 "RA3" V 3557 3750 50 0000 C CNN +F 1 "10k" V 3466 3750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3280 3750 50 0001 C CNN +F 3 "~" H 3350 3750 50 0001 C CNN +F 4 "Metallfilm" V 3350 3750 50 0001 C CNN "Notes" + 1 3350 3750 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RA5 +U 1 1 5C54CAAC +P 3650 4150 +AR Path="/5C54CAAC" Ref="RA5" Part="1" +AR Path="/5C06F581/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAAC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAAC" Ref="R?" Part="1" +F 0 "RA5" V 3857 4150 50 0000 C CNN +F 1 "10k" V 3766 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3580 4150 50 0001 C CNN +F 3 "~" H 3650 4150 50 0001 C CNN +F 4 "Metallfilm" V 3650 4150 50 0001 C CNN "Notes" + 1 3650 4150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3500 3750 3650 3750 +Connection ~ 3650 3750 +Wire Wire Line + 3650 3750 3850 3750 +Wire Wire Line + 2050 3550 3400 3550 +Wire Wire Line + 3200 3750 3100 3750 +$Comp +L Device:R RA4 +U 1 1 5C54CAB9 +P 3100 4150 +AR Path="/5C54CAB9" Ref="RA4" Part="1" +AR Path="/5C06F581/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAB9" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAB9" Ref="R?" Part="1" +F 0 "RA4" V 3307 4150 50 0000 C CNN +F 1 "10" V 3216 4150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3030 4150 50 0001 C CNN +F 3 "~" H 3100 4150 50 0001 C CNN +F 4 "Metallfilm" V 3100 4150 50 0001 C CNN "Notes" + 1 3100 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0102 +U 1 1 5C54CAC0 +P 3100 4300 +AR Path="/5C54CAC0" Ref="#PWR0102" Part="1" +AR Path="/5C06F581/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC0" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC0" Ref="#PWR?" Part="1" +F 0 "#PWR0102" H 3100 4050 50 0001 C CNN +F 1 "GNDA" H 3105 4127 50 0000 C CNN +F 2 "" H 3100 4300 50 0001 C CNN +F 3 "" H 3100 4300 50 0001 C CNN + 1 3100 4300 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0103 +U 1 1 5C54CAC6 +P 3650 4300 +AR Path="/5C54CAC6" Ref="#PWR0103" Part="1" +AR Path="/5C06F581/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAC6" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAC6" Ref="#PWR?" Part="1" +F 0 "#PWR0103" H 3650 4050 50 0001 C CNN +F 1 "GNDA" H 3655 4127 50 0000 C CNN +F 2 "" H 3650 4300 50 0001 C CNN +F 3 "" H 3650 4300 50 0001 C CNN + 1 3650 4300 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J2 +U 1 1 5C54CACC +P 2900 3800 +AR Path="/5C54CACC" Ref="J2" Part="1" +AR Path="/5C06F581/5C54CACC" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CACC" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CACC" Ref="J?" Part="1" +F 0 "J2" H 3006 3978 50 0000 C CNN +F 1 "Jumper" H 2950 3650 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2900 3800 50 0001 C CNN +F 3 "~" H 2900 3800 50 0001 C CNN + 1 2900 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3100 4000 3100 3900 +Wire Wire Line + 3100 3800 3100 3750 +Connection ~ 3100 3750 +Wire Wire Line + 3650 3750 3650 4000 +$Comp +L Device:R RB2 +U 1 1 5C54CAD8 +P 3400 5150 +AR Path="/5C54CAD8" Ref="RB2" Part="1" +AR Path="/5C06F581/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAD8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAD8" Ref="R?" Part="1" +F 0 "RB2" V 3607 5150 50 0000 C CNN +F 1 "10k" V 3516 5150 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 5150 50 0001 C CNN +F 3 "~" H 3400 5150 50 0001 C CNN +F 4 "Metallfilm" V 3400 5150 50 0001 C CNN "Notes" + 1 3400 5150 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3850 4800 3650 4800 +Wire Wire Line + 3650 4800 3650 5150 +Wire Wire Line + 3650 5150 3550 5150 +Connection ~ 3650 5150 +$Comp +L Device:R RB3 +U 1 1 5C54CAE4 +P 3200 5350 +AR Path="/5C54CAE4" Ref="RB3" Part="1" +AR Path="/5C06F581/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAE4" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAE4" Ref="R?" Part="1" +F 0 "RB3" V 3407 5350 50 0000 C CNN +F 1 "10k" V 3316 5350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3130 5350 50 0001 C CNN +F 3 "~" H 3200 5350 50 0001 C CNN +F 4 "Metallfilm" V 3200 5350 50 0001 C CNN "Notes" + 1 3200 5350 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RB5 +U 1 1 5C54CAEC +P 3500 5750 +AR Path="/5C54CAEC" Ref="RB5" Part="1" +AR Path="/5C06F581/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAEC" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAEC" Ref="R?" Part="1" +F 0 "RB5" V 3707 5750 50 0000 C CNN +F 1 "10k" V 3616 5750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3430 5750 50 0001 C CNN +F 3 "~" H 3500 5750 50 0001 C CNN +F 4 "Metallfilm" V 3500 5750 50 0001 C CNN "Notes" + 1 3500 5750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 5350 3500 5350 +Connection ~ 3500 5350 +Wire Wire Line + 2050 5150 3250 5150 +Wire Wire Line + 3050 5350 2950 5350 +$Comp +L Device:R RB4 +U 1 1 5C54CAF8 +P 2950 5750 +AR Path="/5C54CAF8" Ref="RB4" Part="1" +AR Path="/5C06F581/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CAF8" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CAF8" Ref="R?" Part="1" +F 0 "RB4" V 3157 5750 50 0000 C CNN +F 1 "10" V 3066 5750 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2880 5750 50 0001 C CNN +F 3 "~" H 2950 5750 50 0001 C CNN +F 4 "Metallfilm" V 2950 5750 50 0001 C CNN "Notes" + 1 2950 5750 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0104 +U 1 1 5C54CAFF +P 2950 5900 +AR Path="/5C54CAFF" Ref="#PWR0104" Part="1" +AR Path="/5C06F581/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CAFF" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CAFF" Ref="#PWR?" Part="1" +F 0 "#PWR0104" H 2950 5650 50 0001 C CNN +F 1 "GNDA" H 2955 5727 50 0000 C CNN +F 2 "" H 2950 5900 50 0001 C CNN +F 3 "" H 2950 5900 50 0001 C CNN + 1 2950 5900 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0105 +U 1 1 5C54CB05 +P 3500 5900 +AR Path="/5C54CB05" Ref="#PWR0105" Part="1" +AR Path="/5C06F581/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB05" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB05" Ref="#PWR?" Part="1" +F 0 "#PWR0105" H 3500 5650 50 0001 C CNN +F 1 "GNDA" H 3505 5727 50 0000 C CNN +F 2 "" H 3500 5900 50 0001 C CNN +F 3 "" H 3500 5900 50 0001 C CNN + 1 3500 5900 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x02_Male J1 +U 1 1 5C54CB0B +P 2750 5400 +AR Path="/5C54CB0B" Ref="J1" Part="1" +AR Path="/5C06F581/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C0574B7/5C54CB0B" Ref="J?" Part="1" +AR Path="/5C05A497/5C54CB0B" Ref="J?" Part="1" +F 0 "J1" H 2856 5578 50 0000 C CNN +F 1 "Jumper" H 2800 5250 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2750 5400 50 0001 C CNN +F 3 "~" H 2750 5400 50 0001 C CNN + 1 2750 5400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2950 5600 2950 5500 +Wire Wire Line + 2950 5400 2950 5350 +Connection ~ 2950 5350 +Wire Wire Line + 3500 5350 3500 5600 +Wire Wire Line + 3650 5150 3850 5150 +Wire Wire Line + 3500 5350 3850 5350 +$Comp +L Device:R RB1 +U 1 1 5C54CB19 +P 4000 4800 +AR Path="/5C54CB19" Ref="RB1" Part="1" +AR Path="/5C06F581/5C54CB19" Ref="R?" Part="1" +AR Path="/5C0574B7/5C54CB19" Ref="R?" Part="1" +AR Path="/5C05A497/5C54CB19" Ref="R?" Part="1" +F 0 "RB1" V 4207 4800 50 0000 C CNN +F 1 "10k" V 4116 4800 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3930 4800 50 0001 C CNN +F 3 "~" H 4000 4800 50 0001 C CNN +F 4 "Metallfilm" V 4000 4800 50 0001 C CNN "Notes" + 1 4000 4800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4450 5250 4450 4800 +Wire Wire Line + 4450 4800 4150 4800 +Text Notes 2400 4050 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Connection ~ 4450 3650 +$Comp +L Device:Opamp_Dual_Generic U1 +U 3 1 5C54CB24 +P 1400 1400 +AR Path="/5C54CB24" Ref="U1" Part="3" +AR Path="/5C06F581/5C54CB24" Ref="U?" Part="1" +AR Path="/5C0574B7/5C54CB24" Ref="U?" Part="3" +AR Path="/5C05A497/5C54CB24" Ref="U?" Part="3" +F 0 "U1" H 1400 1550 50 0000 L CNN +F 1 "LM4562" H 1400 1250 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1400 1400 50 0001 C CNN +F 3 "~" H 1400 1400 50 0001 C CNN + 3 1400 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU1+1 +U 1 1 5C54CB2B +P 1100 1250 +AR Path="/5C54CB2B" Ref="CU1+1" Part="1" +AR Path="/5C06F581/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C0574B7/5C54CB2B" Ref="CU1+?" Part="1" +AR Path="/5C05A497/5C54CB2B" Ref="CU1+?" Part="1" +F 0 "CU1+1" H 750 1300 50 0000 L CNN +F 1 "100n" H 800 1200 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1100 50 0001 C CNN +F 3 "~" H 1100 1250 50 0001 C CNN + 1 1100 1250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1300 1750 1300 1700 +Wire Wire Line + 1300 1100 1300 1050 +$Comp +L power:GNDA #PWR0106 +U 1 1 5C54CB34 +P 900 1400 +AR Path="/5C54CB34" Ref="#PWR0106" Part="1" +AR Path="/5C06F581/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB34" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB34" Ref="#PWR?" Part="1" +F 0 "#PWR0106" H 900 1150 50 0001 C CNN +F 1 "GNDA" H 905 1227 50 0000 C CNN +F 2 "" H 900 1400 50 0001 C CNN +F 3 "" H 900 1400 50 0001 C CNN + 1 900 1400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU1-1 +U 1 1 5C54CB3A +P 1100 1550 +AR Path="/5C54CB3A" Ref="CU1-1" Part="1" +AR Path="/5C06F581/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C0574B7/5C54CB3A" Ref="CU1-?" Part="1" +AR Path="/5C05A497/5C54CB3A" Ref="CU1-?" Part="1" +F 0 "CU1-1" H 800 1400 50 0000 L CNN +F 1 "100n" H 850 1300 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 1138 1400 50 0001 C CNN +F 3 "~" H 1100 1550 50 0001 C CNN + 1 1100 1550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 1700 1300 1700 +Wire Wire Line + 900 1400 1100 1400 +Connection ~ 1100 1400 +Wire Wire Line + 1100 1100 1300 1100 +$Comp +L power:+15V #PWR0107 +U 1 1 5C54CB45 +P 1300 1050 +AR Path="/5C54CB45" Ref="#PWR0107" Part="1" +AR Path="/5C06F581/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB45" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB45" Ref="#PWR?" Part="1" +F 0 "#PWR0107" H 1300 900 50 0001 C CNN +F 1 "+15V" H 1315 1223 50 0000 C CNN +F 2 "" H 1300 1050 50 0001 C CNN +F 3 "" H 1300 1050 50 0001 C CNN + 1 1300 1050 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR0108 +U 1 1 5C54CB4B +P 1300 1750 +AR Path="/5C54CB4B" Ref="#PWR0108" Part="1" +AR Path="/5C06F581/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C0574B7/5C54CB4B" Ref="#PWR?" Part="1" +AR Path="/5C05A497/5C54CB4B" Ref="#PWR?" Part="1" +F 0 "#PWR0108" H 1300 1850 50 0001 C CNN +F 1 "-15V" H 1315 1923 50 0000 C CNN +F 2 "" H 1300 1750 50 0001 C CNN +F 3 "" H 1300 1750 50 0001 C CNN + 1 1300 1750 + -1 0 0 1 +$EndComp +Wire Wire Line + 4450 3650 5200 3650 +Wire Wire Line + 5200 5250 4450 5250 +Wire Wire Line + 2050 5350 2950 5350 +Wire Wire Line + 2050 3750 3100 3750 +Text Notes 2200 5650 0 50 ~ 0 +Connect for \nunbalanced\ninput signal +Text Label 2700 3550 0 50 ~ 0 +inA+ +Text Label 2700 3750 0 50 ~ 0 +inA- +Text Label 2500 5150 0 50 ~ 0 +inB+ +Text Label 2500 5350 0 50 ~ 0 +inB- +Text Label 4800 5250 0 50 ~ 0 +outB +Text Label 4800 3650 0 50 ~ 0 +outA +Connection ~ 4450 5250 +Connection ~ 1300 1700 +Connection ~ 1300 1100 +$EndSCHEMATC diff --git a/schematic/backups/mixeroutput/mixeroutput-cache.lib b/schematic/backups/mixeroutput/mixeroutput-cache.lib new file mode 100644 index 0000000..bab9354 --- /dev/null +++ b/schematic/backups/mixeroutput/mixeroutput-cache.lib @@ -0,0 +1,184 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x01_Male +# +DEF Connector_Conn_01x01_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x01_Male" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:* +$ENDFPLIST +DRAW +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x06_Male +# +DEF Connector_Conn_01x06_Male J 0 40 Y N 1 F N +F0 "J" 0 300 50 H V C CNN +F1 "Connector_Conn_01x06_Male" 0 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -295 0 -305 1 1 6 F +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +S 34 205 0 195 1 1 6 F +P 2 1 1 6 50 -300 34 -300 N +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +P 2 1 1 6 50 200 34 200 N +X Pin_1 1 200 200 150 L 50 50 1 1 P +X Pin_2 2 200 100 150 L 50 50 1 1 P +X Pin_3 3 200 0 150 L 50 50 1 1 P +X Pin_4 4 200 -100 150 L 50 50 1 1 P +X Pin_5 5 200 -200 150 L 50 50 1 1 P +X Pin_6 6 200 -300 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_Coaxial +# +DEF Connector_Conn_Coaxial J 0 40 Y N 1 F N +F0 "J" 10 120 50 H V C CNN +F1 "Connector_Conn_Coaxial" 115 0 50 V V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + *BNC* + *SMA* + *SMB* + *SMC* + *Cinch* +$ENDFPLIST +DRAW +A -2 0 71 1636 0 0 1 10 N -70 20 70 0 +A -1 0 71 0 -1638 0 1 10 N 70 0 -70 -20 +C 0 0 20 0 1 8 N +P 2 0 1 0 -100 0 -20 0 N +P 2 0 1 0 0 -100 0 -70 N +X In 1 -200 0 100 R 50 50 1 1 P +X Ext 2 0 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Opamp_Dual_Generic +# +DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 F N +F0 "U" 0 200 50 H V L CNN +F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + SOIC*3.9x4.9mm*P1.27mm* + DIP*W7.62mm* + MSOP*3x3mm*P0.65mm* + SSOP*2.95x2.8mm*P0.65mm* + TSSOP*3x3mm*P0.65mm* + VSSOP*P0.5mm* + TO?99* +$ENDFPLIST +DRAW +P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f +P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X - 2 -300 -100 100 R 50 50 1 1 I +X + 3 -300 100 100 R 50 50 1 1 I +X + 5 -300 100 100 R 50 50 2 1 I +X - 6 -300 -100 100 R 50 50 2 1 I +X ~ 7 300 0 100 L 50 50 2 1 O +X V- 4 -100 -300 150 U 50 50 3 1 W +X V+ 8 -100 300 150 D 50 50 3 1 W +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+15V +# +DEF power_+15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+15V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +15V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_-15V +# +DEF power_-15V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 100 50 H I C CNN +F1 "power_-15V" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F +X -15V 1 0 0 0 U 50 50 0 0 W N +ENDDRAW +ENDDEF +# +# power_GNDA +# +DEF power_GNDA #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDA" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GNDA 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/backups/mixeroutput/mixeroutput.pro b/schematic/backups/mixeroutput/mixeroutput.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/schematic/backups/mixeroutput/mixeroutput.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/schematic/backups/mixeroutput/mixeroutput.sch b/schematic/backups/mixeroutput/mixeroutput.sch new file mode 100644 index 0000000..00c7d5b --- /dev/null +++ b/schematic/backups/mixeroutput/mixeroutput.sch @@ -0,0 +1,174 @@ +EESchema Schematic File Version 4 +LIBS:mixeroutput-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 2 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:GNDA #PWR05 +U 1 1 5BB76D79 +P 1750 1900 +F 0 "#PWR05" H 1750 1650 50 0001 C CNN +F 1 "GNDA" H 1755 1727 50 0000 C CNN +F 2 "" H 1750 1900 50 0001 C CNN +F 3 "" H 1750 1900 50 0001 C CNN + 1 1750 1900 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J8 +U 1 1 5BB8BE00 +P 1500 3050 +F 0 "J8" H 1606 3228 50 0000 C CNN +F 1 "Audio From Switch" H 1500 3150 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" H 1500 3050 50 0001 C CNN +F 3 "~" H 1500 3050 50 0001 C CNN + 1 1500 3050 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_Coaxial J10 +U 1 1 5BB91EAB +P 3350 3050 +F 0 "J10" H 3450 3026 50 0000 L CNN +F 1 "Audio Out 1 L" H 3450 2935 50 0000 L CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 3350 3050 50 0001 C CNN +F 3 " ~" H 3350 3050 50 0001 C CNN + 1 3350 3050 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR015 +U 1 1 5BB92015 +P 3350 3250 +F 0 "#PWR015" H 3350 3000 50 0001 C CNN +F 1 "GNDA" H 3355 3077 50 0000 C CNN +F 2 "" H 3350 3250 50 0001 C CNN +F 3 "" H 3350 3250 50 0001 C CNN + 1 3350 3250 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J9 +U 1 1 5BB9F255 +P 1500 3450 +F 0 "J9" H 1606 3628 50 0000 C CNN +F 1 "Audio From Switch" H 1500 3550 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" H 1500 3450 50 0001 C CNN +F 3 "~" H 1500 3450 50 0001 C CNN + 1 1500 3450 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_Coaxial J11 +U 1 1 5BBA6FDF +P 3050 3450 +F 0 "J11" H 3150 3426 50 0000 L CNN +F 1 "Audio Out 1 R" H 3150 3335 50 0000 L CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 3050 3450 50 0001 C CNN +F 3 " ~" H 3050 3450 50 0001 C CNN + 1 3050 3450 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR016 +U 1 1 5BBA706D +P 3050 3700 +F 0 "#PWR016" H 3050 3450 50 0001 C CNN +F 1 "GNDA" H 3055 3527 50 0000 C CNN +F 2 "" H 3050 3700 50 0001 C CNN +F 3 "" H 3050 3700 50 0001 C CNN + 1 3050 3700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3050 3700 3050 3650 +Wire Wire Line + 2850 3450 2800 3450 +$Comp +L power:+15V #PWR03 +U 1 1 5BD51931 +P 1500 1600 +F 0 "#PWR03" H 1500 1450 50 0001 C CNN +F 1 "+15V" H 1515 1773 50 0000 C CNN +F 2 "" H 1500 1600 50 0001 C CNN +F 3 "" H 1500 1600 50 0001 C CNN + 1 1500 1600 + 1 0 0 -1 +$EndComp +$Comp +L power:-15V #PWR04 +U 1 1 5BD51A6A +P 1500 2100 +F 0 "#PWR04" H 1500 2200 50 0001 C CNN +F 1 "-15V" H 1515 2273 50 0000 C CNN +F 2 "" H 1500 2100 50 0001 C CNN +F 3 "" H 1500 2100 50 0001 C CNN + 1 1500 2100 + -1 0 0 1 +$EndComp +$Comp +L Connector:Conn_01x06_Male JPWRin1 +U 1 1 5BD53C35 +P 1000 1800 +F 0 "JPWRin1" H 1106 2178 50 0000 C CNN +F 1 "+-15V In" H 1106 2087 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" H 1000 1800 50 0001 C CNN +F 3 "~" H 1000 1800 50 0001 C CNN + 1 1000 1800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1500 2100 1250 2100 +Wire Wire Line + 1200 2000 1250 2000 +Wire Wire Line + 1250 2000 1250 2100 +Connection ~ 1250 2100 +Wire Wire Line + 1250 2100 1200 2100 +Wire Wire Line + 1500 1600 1300 1600 +Wire Wire Line + 1300 1600 1300 1700 +Wire Wire Line + 1300 1700 1200 1700 +Connection ~ 1300 1600 +Wire Wire Line + 1300 1600 1200 1600 +Wire Wire Line + 1200 1900 1300 1900 +Wire Wire Line + 1200 1800 1300 1800 +Wire Wire Line + 1300 1800 1300 1900 +Connection ~ 1300 1900 +Wire Wire Line + 1300 1900 1750 1900 +$Sheet +S 1900 2950 900 600 +U 5C091DFE +F0 "output" 50 +F1 "outputbuffer.sch" 50 +F2 "inA" I L 1900 3050 50 +F3 "inB" I L 1900 3450 50 +F4 "outA" O R 2800 3050 50 +F5 "outB" O R 2800 3450 50 +$EndSheet +Wire Wire Line + 2800 3050 3150 3050 +Wire Wire Line + 1900 3450 1700 3450 +Wire Wire Line + 1700 3050 1900 3050 +$EndSCHEMATC diff --git a/schematic/backups/mixeroutput/outputbuffer.sch b/schematic/backups/mixeroutput/outputbuffer.sch new file mode 100644 index 0000000..1adde6a --- /dev/null +++ b/schematic/backups/mixeroutput/outputbuffer.sch @@ -0,0 +1,298 @@ +EESchema Schematic File Version 4 +LIBS:mixeroutput-cache +EELAYER 26 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 2 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:Opamp_Dual_Generic U? +U 1 1 5C0923EF +P 2600 3000 +F 0 "U?" H 2650 3150 50 0000 C CNN +F 1 "Opamp_Dual_Generic" H 2700 3250 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 2600 3000 50 0001 C CNN +F 3 "~" H 2600 3000 50 0001 C CNN + 1 2600 3000 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U? +U 2 1 5C0923F6 +P 2600 4250 +F 0 "U?" H 2700 4400 50 0000 C CNN +F 1 "Opamp_Dual_Generic" H 2700 4500 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 2600 4250 50 0001 C CNN +F 3 "~" H 2600 4250 50 0001 C CNN + 2 2600 4250 + 1 0 0 1 +$EndComp +$Comp +L Device:Opamp_Dual_Generic U? +U 3 1 5C0923FD +P 2750 1300 +F 0 "U?" H 2708 1346 50 0000 L CNN +F 1 "Opamp_Dual_Generic" H 2708 1255 50 0000 L CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 2750 1300 50 0001 C CNN +F 3 "~" H 2750 1300 50 0001 C CNN + 3 2750 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R RfbA? +U 1 1 5C092405 +P 2600 2550 +F 0 "RfbA?" V 2400 2550 50 0000 C CNN +F 1 "10k" V 2500 2550 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2530 2550 50 0001 C CNN +F 3 "~" H 2600 2550 50 0001 C CNN +F 4 "Metallfilm" V 2600 2550 50 0001 C CNN "Notes" + 1 2600 2550 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 2900 3000 2900 2550 +Wire Wire Line + 2900 2550 2750 2550 +Wire Wire Line + 2450 2550 2300 2550 +Wire Wire Line + 2300 2550 2300 2900 +$Comp +L power:GNDA #PWR? +U 1 1 5C092417 +P 2050 3400 +F 0 "#PWR?" H 2050 3150 50 0001 C CNN +F 1 "GNDA" H 2055 3227 50 0000 C CNN +F 2 "" H 2050 3400 50 0001 C CNN +F 3 "" H 2050 3400 50 0001 C CNN + 1 2050 3400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CLPA +U 1 1 5C09241D +P 2600 2300 +F 0 "CLPA" V 2348 2300 50 0000 C CNN +F 1 "330p" V 2439 2300 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 2638 2150 50 0001 C CNN +F 3 "~" H 2600 2300 50 0001 C CNN + 1 2600 2300 + 0 1 1 0 +$EndComp +Wire Wire Line + 2750 2300 2900 2300 +Wire Wire Line + 2900 2300 2900 2550 +Connection ~ 2900 2550 +Wire Wire Line + 2450 2300 2300 2300 +Wire Wire Line + 2300 2300 2300 2550 +Connection ~ 2300 2550 +Text Notes 2750 2300 0 50 ~ 0 +Lowpass:\nf_c = 1 /\n (2 * Pi * R * C) +Connection ~ 2300 2900 +$Comp +L Device:C CU2+? +U 1 1 5C09243A +P 2400 1150 +F 0 "CU2+?" H 2000 1200 50 0000 L CNN +F 1 "100n" H 2050 1100 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 2438 1000 50 0001 C CNN +F 3 "~" H 2400 1150 50 0001 C CNN + 1 2400 1150 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5C092441 +P 2250 1300 +F 0 "#PWR?" H 2250 1050 50 0001 C CNN +F 1 "GNDA" H 2100 1250 50 0000 C CNN +F 2 "" H 2250 1300 50 0001 C CNN +F 3 "" H 2250 1300 50 0001 C CNN + 1 2250 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:C CU2-? +U 1 1 5C092447 +P 2400 1450 +F 0 "CU2-?" H 2000 1400 50 0000 L CNN +F 1 "100n" H 2050 1300 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm" H 2438 1300 50 0001 C CNN +F 3 "~" H 2400 1450 50 0001 C CNN + 1 2400 1450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2400 1300 2250 1300 +Connection ~ 2400 1300 +Wire Wire Line + 2650 1000 2400 1000 +Wire Wire Line + 2650 1600 2400 1600 +$Comp +L power:GNDA #PWR? +U 1 1 5C092452 +P 2050 4650 +F 0 "#PWR?" H 2050 4400 50 0001 C CNN +F 1 "GNDA" H 2055 4477 50 0000 C CNN +F 2 "" H 2050 4650 50 0001 C CNN +F 3 "" H 2050 4650 50 0001 C CNN + 1 2050 4650 + 1 0 0 -1 +$EndComp +$Comp +L Device:R RfbB? +U 1 1 5C092460 +P 2600 3800 +F 0 "RfbB?" V 2400 3800 50 0000 C CNN +F 1 "10k" V 2500 3800 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2530 3800 50 0001 C CNN +F 3 "~" H 2600 3800 50 0001 C CNN +F 4 "Metallfilm" V 2600 3800 50 0001 C CNN "Notes" + 1 2600 3800 + 0 -1 -1 0 +$EndComp +$Comp +L Device:C CLPB +U 1 1 5C092467 +P 2600 3600 +F 0 "CLPB" V 2348 3600 50 0000 C CNN +F 1 "330p" V 2439 3600 50 0000 C CNN +F 2 "Capacitor_THT:C_Rect_L7.0mm_W3.5mm_P5.00mm" H 2638 3450 50 0001 C CNN +F 3 "~" H 2600 3600 50 0001 C CNN + 1 2600 3600 + 0 1 1 0 +$EndComp +Wire Wire Line + 2300 3600 2300 3800 +Connection ~ 2300 4150 +Wire Wire Line + 2750 3800 2900 3800 +Wire Wire Line + 2900 3800 2900 4250 +Wire Wire Line + 2900 3600 2900 3800 +Connection ~ 2900 3800 +Wire Wire Line + 2450 3800 2300 3800 +Connection ~ 2300 3800 +Wire Wire Line + 2300 3800 2300 4150 +$Comp +L Device:R RoutB +U 1 1 5C092486 +P 3150 4250 +F 0 "RoutB" V 3357 4250 50 0000 C CNN +F 1 "220" V 3266 4250 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3080 4250 50 0001 C CNN +F 3 "~" H 3150 4250 50 0001 C CNN +F 4 "Metallfilm" V 3150 4250 50 0001 C CNN "Notes" + 1 3150 4250 + 0 -1 -1 0 +$EndComp +$Comp +L Device:R RoutA +U 1 1 5C09248E +P 3150 3000 +F 0 "RoutA" V 3357 3000 50 0000 C CNN +F 1 "220" V 3266 3000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3080 3000 50 0001 C CNN +F 3 "~" H 3150 3000 50 0001 C CNN +F 4 "Metallfilm" V 3150 3000 50 0001 C CNN "Notes" + 1 3150 3000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3000 4250 2900 4250 +Connection ~ 2900 4250 +Wire Wire Line + 2900 3000 3000 3000 +Connection ~ 2900 3000 +Wire Wire Line + 1900 4150 2300 4150 +Wire Wire Line + 1900 2900 2300 2900 +Wire Wire Line + 2300 3600 2450 3600 +Wire Wire Line + 2750 3600 2900 3600 +$Comp +L power:-15V #PWR? +U 1 1 5C0924A3 +P 2650 1600 +F 0 "#PWR?" H 2650 1700 50 0001 C CNN +F 1 "-15V" H 2665 1773 50 0000 C CNN +F 2 "" H 2650 1600 50 0001 C CNN +F 3 "" H 2650 1600 50 0001 C CNN + 1 2650 1600 + -1 0 0 1 +$EndComp +$Comp +L power:+15V #PWR? +U 1 1 5C0924AA +P 2650 1000 +F 0 "#PWR?" H 2650 850 50 0001 C CNN +F 1 "+15V" H 2665 1173 50 0000 C CNN +F 2 "" H 2650 1000 50 0001 C CNN +F 3 "" H 2650 1000 50 0001 C CNN + 1 2650 1000 + 1 0 0 -1 +$EndComp +Text HLabel 1900 2900 0 50 Input ~ 0 +inA +Text HLabel 1900 4150 0 50 Input ~ 0 +inB +Text HLabel 3450 3000 2 50 Output ~ 0 +outA +Text HLabel 3450 4250 2 50 Output ~ 0 +outB +Wire Wire Line + 3300 4250 3450 4250 +Wire Wire Line + 3300 3000 3450 3000 +$Comp +L Device:R RlowA? +U 1 1 5C0560AB +P 2050 3250 +F 0 "RlowA?" V 2257 3250 50 0000 C CNN +F 1 "1k" V 2166 3250 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 1980 3250 50 0001 C CNN +F 3 "~" H 2050 3250 50 0001 C CNN +F 4 "Metallfilm" V 2050 3250 50 0001 C CNN "Notes" + 1 2050 3250 + 1 0 0 -1 +$EndComp +$Comp +L Device:R RlowB? +U 1 1 5C05615C +P 2050 4500 +F 0 "RlowB?" V 2257 4500 50 0000 C CNN +F 1 "1k" V 2166 4500 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 1980 4500 50 0001 C CNN +F 3 "~" H 2050 4500 50 0001 C CNN +F 4 "Metallfilm" V 2050 4500 50 0001 C CNN "Notes" + 1 2050 4500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2050 3100 2300 3100 +Wire Wire Line + 2050 4350 2300 4350 +Connection ~ 2650 1000 +Connection ~ 2650 1600 +Text Notes 700 3350 0 50 ~ 0 +Rlow for minimum offset error\ndue to input bias current.\nRlow = R1//R2//R3 ... (inputs) +$EndSCHEMATC diff --git a/schematic/baseplate_in_output/baseplate_in_output-cache.lib b/schematic/baseplate_in_output/baseplate_in_output-cache.lib index c098bd8..f97f571 100644 --- a/schematic/baseplate_in_output/baseplate_in_output-cache.lib +++ b/schematic/baseplate_in_output/baseplate_in_output-cache.lib @@ -1,6 +1,23 @@ EESchema-LIBRARY Version 2.4 #encoding utf-8 # +# Connector_Conn_01x01_Male +# +DEF Connector_Conn_01x01_Male J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x01_Male" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:* +$ENDFPLIST +DRAW +S 34 5 0 -5 1 1 6 F +P 2 1 1 6 50 0 34 0 N +X Pin_1 1 200 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# # Connector_Generic_Conn_01x02 # DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N @@ -20,11 +37,11 @@ X Pin_2 2 -200 -100 150 R 50 50 1 1 P ENDDRAW ENDDEF # -# Connector_Generic_Conn_02x18_Row_Letter_First +# Connector_Generic_Conn_02x18_Row_Letter_Last # -DEF Connector_Generic_Conn_02x18_Row_Letter_First J 0 40 Y N 1 F N +DEF Connector_Generic_Conn_02x18_Row_Letter_Last J 0 40 Y N 1 F N F0 "J" 50 900 50 H V C CNN -F1 "Connector_Generic_Conn_02x18_Row_Letter_First" 50 -1000 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Row_Letter_Last" 50 -1000 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST @@ -68,42 +85,42 @@ S 150 505 100 495 1 1 6 N S 150 605 100 595 1 1 6 N S 150 705 100 695 1 1 6 N S 150 805 100 795 1 1 6 N -X Pin_a1 a1 -200 800 150 R 50 50 1 1 P -X Pin_a10 a10 -200 -100 150 R 50 50 1 1 P -X Pin_a11 a11 -200 -200 150 R 50 50 1 1 P -X Pin_a12 a12 -200 -300 150 R 50 50 1 1 P -X Pin_a13 a13 -200 -400 150 R 50 50 1 1 P -X Pin_a14 a14 -200 -500 150 R 50 50 1 1 P -X Pin_a15 a15 -200 -600 150 R 50 50 1 1 P -X Pin_a16 a16 -200 -700 150 R 50 50 1 1 P -X Pin_a17 a17 -200 -800 150 R 50 50 1 1 P -X Pin_a18 a18 -200 -900 150 R 50 50 1 1 P -X Pin_a2 a2 -200 700 150 R 50 50 1 1 P -X Pin_a3 a3 -200 600 150 R 50 50 1 1 P -X Pin_a4 a4 -200 500 150 R 50 50 1 1 P -X Pin_a5 a5 -200 400 150 R 50 50 1 1 P -X Pin_a6 a6 -200 300 150 R 50 50 1 1 P -X Pin_a7 a7 -200 200 150 R 50 50 1 1 P -X Pin_a8 a8 -200 100 150 R 50 50 1 1 P -X Pin_a9 a9 -200 0 150 R 50 50 1 1 P -X Pin_b1 b1 300 800 150 L 50 50 1 1 P -X Pin_b10 b10 300 -100 150 L 50 50 1 1 P -X Pin_b11 b11 300 -200 150 L 50 50 1 1 P -X Pin_b12 b12 300 -300 150 L 50 50 1 1 P -X Pin_b13 b13 300 -400 150 L 50 50 1 1 P -X Pin_b14 b14 300 -500 150 L 50 50 1 1 P -X Pin_b15 b15 300 -600 150 L 50 50 1 1 P -X Pin_b16 b16 300 -700 150 L 50 50 1 1 P -X Pin_b17 b17 300 -800 150 L 50 50 1 1 P -X Pin_b18 b18 300 -900 150 L 50 50 1 1 P -X Pin_b2 b2 300 700 150 L 50 50 1 1 P -X Pin_b3 b3 300 600 150 L 50 50 1 1 P -X Pin_b4 b4 300 500 150 L 50 50 1 1 P -X Pin_b5 b5 300 400 150 L 50 50 1 1 P -X Pin_b6 b6 300 300 150 L 50 50 1 1 P -X Pin_b7 b7 300 200 150 L 50 50 1 1 P -X Pin_b8 b8 300 100 150 L 50 50 1 1 P -X Pin_b9 b9 300 0 150 L 50 50 1 1 P +X Pin_10a 10a -200 -100 150 R 50 50 1 1 P +X Pin_10b 10b 300 -100 150 L 50 50 1 1 P +X Pin_11a 11a -200 -200 150 R 50 50 1 1 P +X Pin_11b 11b 300 -200 150 L 50 50 1 1 P +X Pin_12a 12a -200 -300 150 R 50 50 1 1 P +X Pin_12b 12b 300 -300 150 L 50 50 1 1 P +X Pin_13a 13a -200 -400 150 R 50 50 1 1 P +X Pin_13b 13b 300 -400 150 L 50 50 1 1 P +X Pin_14a 14a -200 -500 150 R 50 50 1 1 P +X Pin_14b 14b 300 -500 150 L 50 50 1 1 P +X Pin_15a 15a -200 -600 150 R 50 50 1 1 P +X Pin_15b 15b 300 -600 150 L 50 50 1 1 P +X Pin_16a 16a -200 -700 150 R 50 50 1 1 P +X Pin_16b 16b 300 -700 150 L 50 50 1 1 P +X Pin_17a 17a -200 -800 150 R 50 50 1 1 P +X Pin_17b 17b 300 -800 150 L 50 50 1 1 P +X Pin_18a 18a -200 -900 150 R 50 50 1 1 P +X Pin_18b 18b 300 -900 150 L 50 50 1 1 P +X Pin_1a 1a -200 800 150 R 50 50 1 1 P +X Pin_1b 1b 300 800 150 L 50 50 1 1 P +X Pin_2a 2a -200 700 150 R 50 50 1 1 P +X Pin_2b 2b 300 700 150 L 50 50 1 1 P +X Pin_3a 3a -200 600 150 R 50 50 1 1 P +X Pin_3b 3b 300 600 150 L 50 50 1 1 P +X Pin_4a 4a -200 500 150 R 50 50 1 1 P +X Pin_4b 4b 300 500 150 L 50 50 1 1 P +X Pin_5a 5a -200 400 150 R 50 50 1 1 P +X Pin_5b 5b 300 400 150 L 50 50 1 1 P +X Pin_6a 6a -200 300 150 R 50 50 1 1 P +X Pin_6b 6b 300 300 150 L 50 50 1 1 P +X Pin_7a 7a -200 200 150 R 50 50 1 1 P +X Pin_7b 7b 300 200 150 L 50 50 1 1 P +X Pin_8a 8a -200 100 150 R 50 50 1 1 P +X Pin_8b 8b 300 100 150 L 50 50 1 1 P +X Pin_9a 9a -200 0 150 R 50 50 1 1 P +X Pin_9b 9b 300 0 150 L 50 50 1 1 P ENDDRAW ENDDEF # diff --git a/schematic/baseplate_in_output/baseplate_in_output.bak b/schematic/baseplate_in_output/baseplate_in_output.bak index d93ddb6..15d273d 100644 --- a/schematic/baseplate_in_output/baseplate_in_output.bak +++ b/schematic/baseplate_in_output/baseplate_in_output.bak @@ -15,21 +15,10 @@ Comment3 "" Comment4 "" $EndDescr $Comp -L Connector_Generic:Conn_02x18_Row_Letter_First J1 -U 1 1 5CB1BE72 -P 5100 3050 -F 0 "J1" H 5150 4067 50 0000 C CNN -F 1 "Conn_02x18_Row_Letter_First" H 5150 3976 50 0000 C CNN -F 2 "footprints:PCIexpress_1x_connector" H 5100 3050 50 0001 C CNN -F 3 "~" H 5100 3050 50 0001 C CNN - 1 5100 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:-15V #PWR? +L power:-15V #PWR0101 U 1 1 5CB1C69C P 5850 2250 -F 0 "#PWR?" H 5850 2350 50 0001 C CNN +F 0 "#PWR0101" H 5850 2350 50 0001 C CNN F 1 "-15V" H 5865 2423 50 0000 C CNN F 2 "" H 5850 2250 50 0001 C CNN F 3 "" H 5850 2250 50 0001 C CNN @@ -37,10 +26,10 @@ F 3 "" H 5850 2250 50 0001 C CNN 1 0 0 -1 $EndComp $Comp -L power:-15V #PWR? +L power:-15V #PWR0102 U 1 1 5CB1C6C1 P 4450 2250 -F 0 "#PWR?" H 4450 2350 50 0001 C CNN +F 0 "#PWR0102" H 4450 2350 50 0001 C CNN F 1 "-15V" H 4465 2423 50 0000 C CNN F 2 "" H 4450 2250 50 0001 C CNN F 3 "" H 4450 2250 50 0001 C CNN @@ -48,10 +37,10 @@ F 3 "" H 4450 2250 50 0001 C CNN 1 0 0 -1 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0103 U 1 1 5CB1C738 P 5650 2650 -F 0 "#PWR?" H 5650 2400 50 0001 C CNN +F 0 "#PWR0103" H 5650 2400 50 0001 C CNN F 1 "GNDA" H 5655 2477 50 0000 C CNN F 2 "" H 5650 2650 50 0001 C CNN F 3 "" H 5650 2650 50 0001 C CNN @@ -59,10 +48,10 @@ F 3 "" H 5650 2650 50 0001 C CNN 1 0 0 -1 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0104 U 1 1 5CB1C74C P 4650 2650 -F 0 "#PWR?" H 4650 2400 50 0001 C CNN +F 0 "#PWR0104" H 4650 2400 50 0001 C CNN F 1 "GNDA" H 4655 2477 50 0000 C CNN F 2 "" H 4650 2650 50 0001 C CNN F 3 "" H 4650 2650 50 0001 C CNN @@ -70,10 +59,10 @@ F 3 "" H 4650 2650 50 0001 C CNN 1 0 0 -1 $EndComp $Comp -L power:+15V #PWR? +L power:+15V #PWR0105 U 1 1 5CB1C7C3 P 5850 3050 -F 0 "#PWR?" H 5850 2900 50 0001 C CNN +F 0 "#PWR0105" H 5850 2900 50 0001 C CNN F 1 "+15V" H 5865 3223 50 0000 C CNN F 2 "" H 5850 3050 50 0001 C CNN F 3 "" H 5850 3050 50 0001 C CNN @@ -81,10 +70,10 @@ F 3 "" H 5850 3050 50 0001 C CNN 1 0 0 -1 $EndComp $Comp -L power:+15V #PWR? +L power:+15V #PWR0106 U 1 1 5CB1C7E8 P 4450 3050 -F 0 "#PWR?" H 4450 2900 50 0001 C CNN +F 0 "#PWR0106" H 4450 2900 50 0001 C CNN F 1 "+15V" H 4465 3223 50 0000 C CNN F 2 "" H 4450 3050 50 0001 C CNN F 3 "" H 4450 3050 50 0001 C CNN @@ -174,319 +163,502 @@ Connection ~ 5500 2950 Wire Wire Line 5500 2950 5500 3050 $Comp -L power:GNDA #PWR? -U 1 1 5CB1EDD8 -P 6300 3950 -F 0 "#PWR?" H 6300 3700 50 0001 C CNN -F 1 "GNDA" H 6305 3777 50 0000 C CNN -F 2 "" H 6300 3950 50 0001 C CNN -F 3 "" H 6300 3950 50 0001 C CNN - 1 6300 3950 - 1 0 0 -1 -$EndComp -$Comp -L power:GNDA #PWR? +L power:GNDA #PWR0108 U 1 1 5CB1EDE5 -P 6300 3650 -F 0 "#PWR?" H 6300 3400 50 0001 C CNN -F 1 "GNDA" H 6305 3477 50 0000 C CNN -F 2 "" H 6300 3650 50 0001 C CNN -F 3 "" H 6300 3650 50 0001 C CNN - 1 6300 3650 - 1 0 0 -1 +P 5450 3950 +F 0 "#PWR0108" H 5450 3700 50 0001 C CNN +F 1 "GNDA" V 5450 3750 50 0000 C CNN +F 2 "" H 5450 3950 50 0001 C CNN +F 3 "" H 5450 3950 50 0001 C CNN + 1 5450 3950 + 0 -1 -1 0 $EndComp -Wire Wire Line - 6300 3650 5400 3650 -Wire Wire Line - 6300 3950 5400 3950 -Text GLabel 4650 3950 0 50 Input ~ 0 +Text GLabel 4500 3950 0 50 Input ~ 0 inB+ -Text GLabel 4650 3850 0 50 Input ~ 0 -out_inB -Text GLabel 4650 3750 0 50 Input ~ 0 +Text GLabel 4500 3750 0 50 Input ~ 0 inB- -Text GLabel 4650 3650 0 50 Input ~ 0 +Text GLabel 4500 3350 0 50 Input ~ 0 inA- -Text GLabel 4650 3550 0 50 Input ~ 0 -out_inA -Text GLabel 4650 3450 0 50 Input ~ 0 +Text GLabel 4500 3550 0 50 Input ~ 0 inA+ -Text GLabel 5800 3450 2 50 Input ~ 0 +Text GLabel 5750 3550 2 50 Input ~ 0 outA -Text GLabel 5800 3550 2 50 Input ~ 0 -in_outA -Text GLabel 5800 3750 2 50 Input ~ 0 +Text GLabel 5750 3750 2 50 Input ~ 0 outB -Text GLabel 5800 3850 2 50 Input ~ 0 -in_outB -Wire Wire Line - 5800 3750 5400 3750 -Wire Wire Line - 5400 3850 5800 3850 -Wire Wire Line - 5800 3550 5400 3550 -Wire Wire Line - 5400 3450 5800 3450 -Wire Wire Line - 4900 3450 4650 3450 -Wire Wire Line - 4650 3550 4900 3550 -Wire Wire Line - 4900 3650 4650 3650 -Wire Wire Line - 4650 3750 4900 3750 -Wire Wire Line - 4900 3850 4650 3850 -Wire Wire Line - 4650 3950 4900 3950 $Comp -L Connector_Generic:Conn_01x02 out_inA -U 1 1 5CB25FB7 -P 3250 3500 -F 0 "out_inA" H 3170 3175 50 0000 C CNN -F 1 "Conn_01x02" H 3170 3266 50 0000 C CNN -F 2 "" H 3250 3500 50 0001 C CNN -F 3 "~" H 3250 3500 50 0001 C CNN - 1 3250 3500 - -1 0 0 1 -$EndComp -$Comp -L power:GNDA #PWR? -U 1 1 5CB2605B -P 3600 3550 -F 0 "#PWR?" H 3600 3300 50 0001 C CNN -F 1 "GNDA" H 3605 3377 50 0000 C CNN -F 2 "" H 3600 3550 50 0001 C CNN -F 3 "" H 3600 3550 50 0001 C CNN - 1 3600 3550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3600 3550 3600 3500 -Wire Wire Line - 3600 3500 3450 3500 -Text GLabel 3650 3400 2 50 Input ~ 0 -out_inA -Wire Wire Line - 3650 3400 3450 3400 -$Comp -L Connector_Generic:Conn_01x02 out_inB -U 1 1 5CB2942E -P 3250 4100 -F 0 "out_inB" H 3170 3775 50 0000 C CNN -F 1 "Conn_01x02" H 3170 3866 50 0000 C CNN -F 2 "" H 3250 4100 50 0001 C CNN -F 3 "~" H 3250 4100 50 0001 C CNN - 1 3250 4100 - -1 0 0 1 -$EndComp -$Comp -L power:GNDA #PWR? -U 1 1 5CB2945C -P 3600 4150 -F 0 "#PWR?" H 3600 3900 50 0001 C CNN -F 1 "GNDA" H 3605 3977 50 0000 C CNN -F 2 "" H 3600 4150 50 0001 C CNN -F 3 "" H 3600 4150 50 0001 C CNN - 1 3600 4150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3600 4150 3600 4100 -Wire Wire Line - 3600 4100 3450 4100 -Text GLabel 3650 4000 2 50 Input ~ 0 -out_inB -Wire Wire Line - 3650 4000 3450 4000 -$Comp -L Connector_Generic:Conn_01x02 inA +L Connector_Generic:Conn_01x02 inA1 U 1 1 5CB2B45C -P 3250 2350 -F 0 "inA" H 3170 2025 50 0000 C CNN -F 1 "Conn_01x02" H 3170 2116 50 0000 C CNN -F 2 "" H 3250 2350 50 0001 C CNN -F 3 "~" H 3250 2350 50 0001 C CNN - 1 3250 2350 +P 3300 3350 +F 0 "inA1" H 3220 3025 50 0000 C CNN +F 1 "Conn_01x02" H 3220 3116 50 0000 C CNN +F 2 "footprints:coax_solder_pad_flipped" H 3300 3350 50 0001 C CNN +F 3 "~" H 3300 3350 50 0001 C CNN + 1 3300 3350 -1 0 0 1 $EndComp -Text GLabel 3650 2350 2 50 Input ~ 0 +Text GLabel 3700 3350 2 50 Input ~ 0 inA+ -Text GLabel 3650 2250 2 50 Input ~ 0 +Text GLabel 3700 3250 2 50 Input ~ 0 inA- Wire Wire Line - 3650 2250 3450 2250 + 3700 3250 3500 3250 Wire Wire Line - 3450 2350 3650 2350 + 3500 3350 3700 3350 $Comp -L Connector_Generic:Conn_01x02 inB +L Connector_Generic:Conn_01x02 inB1 U 1 1 5CB2D8FB -P 3250 2800 -F 0 "inB" H 3170 2475 50 0000 C CNN -F 1 "Conn_01x02" H 3170 2566 50 0000 C CNN -F 2 "" H 3250 2800 50 0001 C CNN -F 3 "~" H 3250 2800 50 0001 C CNN - 1 3250 2800 +P 3300 3800 +F 0 "inB1" H 3220 3475 50 0000 C CNN +F 1 "Conn_01x02" H 3220 3566 50 0000 C CNN +F 2 "footprints:coax_solder_pad_flipped" H 3300 3800 50 0001 C CNN +F 3 "~" H 3300 3800 50 0001 C CNN + 1 3300 3800 -1 0 0 1 $EndComp -Text GLabel 3650 2700 2 50 Input ~ 0 +Text GLabel 3700 3700 2 50 Input ~ 0 inB- -Text GLabel 3650 2800 2 50 Input ~ 0 +Text GLabel 3700 3800 2 50 Input ~ 0 inB+ Wire Wire Line - 3650 2800 3450 2800 + 3700 3800 3500 3800 Wire Wire Line - 3450 2700 3650 2700 + 3500 3700 3700 3700 $Comp -L Connector_Generic:Conn_01x02 outA +L Connector_Generic:Conn_01x02 outA1 U 1 1 5CB301F1 -P 7500 3700 -F 0 "outA" H 7419 3375 50 0000 C CNN -F 1 "Conn_01x02" H 7419 3466 50 0000 C CNN -F 2 "" H 7500 3700 50 0001 C CNN -F 3 "~" H 7500 3700 50 0001 C CNN - 1 7500 3700 +P 7000 3200 +F 0 "outA1" H 6919 2875 50 0000 C CNN +F 1 "Conn_01x02" H 6919 2966 50 0000 C CNN +F 2 "footprints:coax_solder_pad" H 7000 3200 50 0001 C CNN +F 3 "~" H 7000 3200 50 0001 C CNN + 1 7000 3200 1 0 0 1 $EndComp $Comp -L Connector_Generic:Conn_01x02 outB +L Connector_Generic:Conn_01x02 outB1 U 1 1 5CB3167B -P 7500 4200 -F 0 "outB" H 7419 3875 50 0000 C CNN -F 1 "Conn_01x02" H 7419 3966 50 0000 C CNN -F 2 "" H 7500 4200 50 0001 C CNN -F 3 "~" H 7500 4200 50 0001 C CNN - 1 7500 4200 +P 7000 3700 +F 0 "outB1" H 6919 3375 50 0000 C CNN +F 1 "Conn_01x02" H 6919 3466 50 0000 C CNN +F 2 "footprints:coax_solder_pad" H 7000 3700 50 0001 C CNN +F 3 "~" H 7000 3700 50 0001 C CNN + 1 7000 3700 1 0 0 1 $EndComp -Text GLabel 7050 3600 0 50 Input ~ 0 +Text GLabel 6550 3100 0 50 Input ~ 0 outA Wire Wire Line - 7050 3600 7300 3600 + 6550 3100 6800 3100 $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0111 U 1 1 5CB32BDC -P 6900 3700 -F 0 "#PWR?" H 6900 3450 50 0001 C CNN -F 1 "GNDA" H 6905 3527 50 0000 C CNN -F 2 "" H 6900 3700 50 0001 C CNN -F 3 "" H 6900 3700 50 0001 C CNN - 1 6900 3700 +P 6400 3200 +F 0 "#PWR0111" H 6400 2950 50 0001 C CNN +F 1 "GNDA" H 6405 3027 50 0000 C CNN +F 2 "" H 6400 3200 50 0001 C CNN +F 3 "" H 6400 3200 50 0001 C CNN + 1 6400 3200 1 0 0 -1 $EndComp Wire Wire Line - 6900 3700 7300 3700 + 6400 3200 6800 3200 $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0112 U 1 1 5CB340F8 -P 6900 4200 -F 0 "#PWR?" H 6900 3950 50 0001 C CNN -F 1 "GNDA" H 6905 4027 50 0000 C CNN -F 2 "" H 6900 4200 50 0001 C CNN -F 3 "" H 6900 4200 50 0001 C CNN - 1 6900 4200 +P 6400 3700 +F 0 "#PWR0112" H 6400 3450 50 0001 C CNN +F 1 "GNDA" H 6405 3527 50 0000 C CNN +F 2 "" H 6400 3700 50 0001 C CNN +F 3 "" H 6400 3700 50 0001 C CNN + 1 6400 3700 1 0 0 -1 $EndComp Wire Wire Line - 6900 4200 7300 4200 -Text GLabel 7050 4100 0 50 Input ~ 0 + 6400 3700 6800 3700 +Text GLabel 6550 3600 0 50 Input ~ 0 outB Wire Wire Line - 7300 4100 7050 4100 + 6800 3600 6550 3600 +Wire Notes Line + 3100 2800 3100 3900 +Wire Notes Line + 3100 3900 4100 3900 +Wire Notes Line + 4100 3900 4100 2800 +Wire Notes Line + 4100 2800 3100 2800 +Text Notes 3300 2900 2 50 ~ 0 +Input +Wire Notes Line + 6150 2700 7250 2700 +Wire Notes Line + 7250 2700 7250 3900 +Wire Notes Line + 7250 3900 6150 3900 +Wire Notes Line + 6150 3900 6150 2700 +Text Notes 6400 2800 2 50 ~ 0 +Output $Comp -L Connector_Generic:Conn_01x02 in_outA -U 1 1 5CB3847E -P 7500 2450 -F 0 "in_outA" H 7419 2125 50 0000 C CNN -F 1 "Conn_01x02" H 7419 2216 50 0000 C CNN -F 2 "" H 7500 2450 50 0001 C CNN -F 3 "~" H 7500 2450 50 0001 C CNN - 1 7500 2450 - 1 0 0 1 -$EndComp -$Comp -L Connector_Generic:Conn_01x02 in_outB -U 1 1 5CB384F4 -P 7500 2900 -F 0 "in_outB" H 7419 2575 50 0000 C CNN -F 1 "Conn_01x02" H 7419 2666 50 0000 C CNN -F 2 "" H 7500 2900 50 0001 C CNN -F 3 "~" H 7500 2900 50 0001 C CNN - 1 7500 2900 - 1 0 0 1 -$EndComp -$Comp -L power:GNDA #PWR? -U 1 1 5CB38551 -P 7000 2900 -F 0 "#PWR?" H 7000 2650 50 0001 C CNN -F 1 "GNDA" H 7005 2727 50 0000 C CNN -F 2 "" H 7000 2900 50 0001 C CNN -F 3 "" H 7000 2900 50 0001 C CNN - 1 7000 2900 +L Connector_Generic:Conn_02x18_Row_Letter_Last J1 +U 1 1 5CB5100B +P 5100 3050 +F 0 "J1" H 5150 4067 50 0000 C CNN +F 1 "Conn_02x18_Row_Letter_Last" H 5150 3976 50 0000 C CNN +F 2 "footprints:PCIexpress_1x_connector" H 5100 3050 50 0001 C CNN +F 3 "~" H 5100 3050 50 0001 C CNN + 1 5100 3050 1 0 0 -1 $EndComp $Comp -L power:GNDA #PWR? -U 1 1 5CB3856E -P 7000 2450 -F 0 "#PWR?" H 7000 2200 50 0001 C CNN -F 1 "GNDA" H 7005 2277 50 0000 C CNN -F 2 "" H 7000 2450 50 0001 C CNN -F 3 "" H 7000 2450 50 0001 C CNN - 1 7000 2450 - 1 0 0 -1 +L power:GNDA #PWR0107 +U 1 1 5CB38711 +P 5450 3650 +F 0 "#PWR0107" H 5450 3400 50 0001 C CNN +F 1 "GNDA" V 5450 3450 50 0000 C CNN +F 2 "" H 5450 3650 50 0001 C CNN +F 3 "" H 5450 3650 50 0001 C CNN + 1 5450 3650 + 0 -1 -1 0 +$EndComp +$Comp +L power:GNDA #PWR0109 +U 1 1 5CB3872E +P 5450 3350 +F 0 "#PWR0109" H 5450 3100 50 0001 C CNN +F 1 "GNDA" V 5450 3150 50 0000 C CNN +F 2 "" H 5450 3350 50 0001 C CNN +F 3 "" H 5450 3350 50 0001 C CNN + 1 5450 3350 + 0 -1 -1 0 +$EndComp +$Comp +L power:GNDA #PWR0110 +U 1 1 5CB3874B +P 5650 3150 +F 0 "#PWR0110" H 5650 2900 50 0001 C CNN +F 1 "GNDA" V 5650 2950 50 0000 C CNN +F 2 "" H 5650 3150 50 0001 C CNN +F 3 "" H 5650 3150 50 0001 C CNN + 1 5650 3150 + 0 -1 -1 0 $EndComp Wire Wire Line - 7300 2450 7000 2450 + 5650 3150 5500 3150 Wire Wire Line - 7300 2900 7000 2900 -Text GLabel 7000 2350 0 50 Input ~ 0 -in_outA + 5400 3250 5500 3250 Wire Wire Line - 7000 2350 7300 2350 -Text GLabel 7000 2800 0 50 Input ~ 0 -in_outB + 5500 3250 5500 3150 +Connection ~ 5500 3150 Wire Wire Line - 7000 2800 7300 2800 -Wire Notes Line - 3050 1800 3050 2900 -Wire Notes Line - 3050 2900 4050 2900 -Wire Notes Line - 4050 2900 4050 1800 -Wire Notes Line - 4050 1800 3050 1800 -Text Notes 3250 1900 2 50 ~ 0 -Input -Wire Notes Line - 6650 1950 6650 3100 -Wire Notes Line - 6650 3100 7700 3100 -Wire Notes Line - 7700 3100 7700 1950 -Wire Notes Line - 7700 1950 6650 1950 -Text Notes 6850 2050 2 50 ~ 0 -Input -Wire Notes Line - 6650 3200 7750 3200 -Wire Notes Line - 7750 3200 7750 4400 -Wire Notes Line - 7750 4400 6650 4400 -Wire Notes Line - 6650 4400 6650 3200 -Wire Notes Line - 3050 3000 4050 3000 -Wire Notes Line - 4050 3000 4050 4400 -Wire Notes Line - 4050 4400 3050 4400 -Wire Notes Line - 3050 4400 3050 3000 -Text Notes 3300 3100 2 50 ~ 0 -Output -Text Notes 6900 3300 2 50 ~ 0 -Output + 5500 3150 5400 3150 +Wire Wire Line + 5400 3350 5450 3350 +Wire Wire Line + 5450 3650 5400 3650 +Wire Wire Line + 5400 3950 5450 3950 +Wire Wire Line + 5750 3550 5500 3550 +Wire Wire Line + 5400 3450 5500 3450 +Wire Wire Line + 5500 3450 5500 3550 +Connection ~ 5500 3550 +Wire Wire Line + 5500 3550 5400 3550 +Wire Wire Line + 5400 3750 5500 3750 +Wire Wire Line + 5400 3850 5500 3850 +Wire Wire Line + 5500 3850 5500 3750 +Connection ~ 5500 3750 +Wire Wire Line + 5500 3750 5750 3750 +Wire Wire Line + 4900 3750 4500 3750 +Wire Wire Line + 4500 3950 4900 3950 +$Comp +L power:GNDA #PWR0113 +U 1 1 5CB4A441 +P 4800 3850 +F 0 "#PWR0113" H 4800 3600 50 0001 C CNN +F 1 "GNDA" V 4800 3650 50 0000 C CNN +F 2 "" H 4800 3850 50 0001 C CNN +F 3 "" H 4800 3850 50 0001 C CNN + 1 4800 3850 + 0 1 1 0 +$EndComp +$Comp +L power:GNDA #PWR0114 +U 1 1 5CB4A470 +P 4800 3650 +F 0 "#PWR0114" H 4800 3400 50 0001 C CNN +F 1 "GNDA" V 4800 3450 50 0000 C CNN +F 2 "" H 4800 3650 50 0001 C CNN +F 3 "" H 4800 3650 50 0001 C CNN + 1 4800 3650 + 0 1 1 0 +$EndComp +$Comp +L power:GNDA #PWR0115 +U 1 1 5CB4A48D +P 4800 3450 +F 0 "#PWR0115" H 4800 3200 50 0001 C CNN +F 1 "GNDA" V 4800 3250 50 0000 C CNN +F 2 "" H 4800 3450 50 0001 C CNN +F 3 "" H 4800 3450 50 0001 C CNN + 1 4800 3450 + 0 1 1 0 +$EndComp +$Comp +L power:GNDA #PWR0116 +U 1 1 5CB4A4AA +P 4800 3150 +F 0 "#PWR0116" H 4800 2900 50 0001 C CNN +F 1 "GNDA" V 4800 2950 50 0000 C CNN +F 2 "" H 4800 3150 50 0001 C CNN +F 3 "" H 4800 3150 50 0001 C CNN + 1 4800 3150 + 0 1 1 0 +$EndComp +Wire Wire Line + 4800 3150 4850 3150 +Wire Wire Line + 4900 3250 4850 3250 +Wire Wire Line + 4850 3250 4850 3150 +Connection ~ 4850 3150 +Wire Wire Line + 4850 3150 4900 3150 +Wire Wire Line + 4800 3450 4900 3450 +Wire Wire Line + 4900 3650 4800 3650 +Wire Wire Line + 4800 3850 4900 3850 +Wire Wire Line + 4500 3350 4900 3350 +Wire Wire Line + 4900 3550 4500 3550 +$Comp +L Connector:Conn_01x01_Male J2 +U 1 1 5CD03267 +P 3550 2350 +F 0 "J2" H 3150 2350 50 0000 C CNN +F 1 "-15V" H 3400 2350 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2350 50 0001 C CNN +F 3 "~" H 3550 2350 50 0001 C CNN + 1 3550 2350 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J3 +U 1 1 5CD03404 +P 3550 2450 +F 0 "J3" H 3150 2450 50 0000 C CNN +F 1 "GND" H 3400 2450 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2450 50 0001 C CNN +F 3 "~" H 3550 2450 50 0001 C CNN + 1 3550 2450 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J4 +U 1 1 5CD03422 +P 3550 2550 +F 0 "J4" H 3150 2550 50 0000 C CNN +F 1 "+15V" H 3400 2550 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2550 50 0001 C CNN +F 3 "~" H 3550 2550 50 0001 C CNN + 1 3550 2550 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0117 +U 1 1 5CD03490 +P 3850 2450 +F 0 "#PWR0117" H 3850 2200 50 0001 C CNN +F 1 "GNDA" V 3850 2200 50 0000 C CNN +F 2 "" H 3850 2450 50 0001 C CNN +F 3 "" H 3850 2450 50 0001 C CNN + 1 3850 2450 + 0 -1 -1 0 +$EndComp +$Comp +L power:-15V #PWR0118 +U 1 1 5CD034C3 +P 3850 2350 +F 0 "#PWR0118" H 3850 2450 50 0001 C CNN +F 1 "-15V" V 3850 2600 50 0000 C CNN +F 2 "" H 3850 2350 50 0001 C CNN +F 3 "" H 3850 2350 50 0001 C CNN + 1 3850 2350 + 0 1 1 0 +$EndComp +$Comp +L power:+15V #PWR0119 +U 1 1 5CD03547 +P 3850 2550 +F 0 "#PWR0119" H 3850 2400 50 0001 C CNN +F 1 "+15V" V 3850 2800 50 0000 C CNN +F 2 "" H 3850 2550 50 0001 C CNN +F 3 "" H 3850 2550 50 0001 C CNN + 1 3850 2550 + 0 1 1 0 +$EndComp +Wire Wire Line + 3850 2350 3750 2350 +Wire Wire Line + 3750 2450 3850 2450 +Wire Wire Line + 3850 2550 3750 2550 +$Comp +L Connector:Conn_01x01_Male J5 +U 1 1 5CD08F50 +P 6800 2350 +F 0 "J5" H 6400 2350 50 0000 C CNN +F 1 "-15V" H 6650 2350 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 6800 2350 50 0001 C CNN +F 3 "~" H 6800 2350 50 0001 C CNN + 1 6800 2350 + -1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J6 +U 1 1 5CD08F56 +P 6800 2450 +F 0 "J6" H 6400 2450 50 0000 C CNN +F 1 "GND" H 6650 2450 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 6800 2450 50 0001 C CNN +F 3 "~" H 6800 2450 50 0001 C CNN + 1 6800 2450 + -1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J7 +U 1 1 5CD08F5C +P 6800 2550 +F 0 "J7" H 6400 2550 50 0000 C CNN +F 1 "+15V" H 6650 2550 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 6800 2550 50 0001 C CNN +F 3 "~" H 6800 2550 50 0001 C CNN + 1 6800 2550 + -1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0120 +U 1 1 5CD08F62 +P 6500 2450 +F 0 "#PWR0120" H 6500 2200 50 0001 C CNN +F 1 "GNDA" V 6500 2200 50 0000 C CNN +F 2 "" H 6500 2450 50 0001 C CNN +F 3 "" H 6500 2450 50 0001 C CNN + 1 6500 2450 + 0 1 -1 0 +$EndComp +$Comp +L power:-15V #PWR0121 +U 1 1 5CD08F68 +P 6500 2350 +F 0 "#PWR0121" H 6500 2450 50 0001 C CNN +F 1 "-15V" V 6500 2600 50 0000 C CNN +F 2 "" H 6500 2350 50 0001 C CNN +F 3 "" H 6500 2350 50 0001 C CNN + 1 6500 2350 + 0 -1 1 0 +$EndComp +$Comp +L power:+15V #PWR0122 +U 1 1 5CD08F6E +P 6500 2550 +F 0 "#PWR0122" H 6500 2400 50 0001 C CNN +F 1 "+15V" V 6500 2800 50 0000 C CNN +F 2 "" H 6500 2550 50 0001 C CNN +F 3 "" H 6500 2550 50 0001 C CNN + 1 6500 2550 + 0 -1 1 0 +$EndComp +Wire Wire Line + 6500 2350 6600 2350 +Wire Wire Line + 6600 2450 6500 2450 +Wire Wire Line + 6500 2550 6600 2550 +$Comp +L Connector:Conn_01x01_Male J9 +U 1 1 5CD1356B +P 3550 1900 +F 0 "J9" H 3150 1900 50 0000 C CNN +F 1 "GND" H 3400 1900 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 1900 50 0001 C CNN +F 3 "~" H 3550 1900 50 0001 C CNN + 1 3550 1900 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J10 +U 1 1 5CD1363E +P 3550 2000 +F 0 "J10" H 3150 2000 50 0000 C CNN +F 1 "GND" H 3400 2000 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2000 50 0001 C CNN +F 3 "~" H 3550 2000 50 0001 C CNN + 1 3550 2000 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J11 +U 1 1 5CD13668 +P 3550 2100 +F 0 "J11" H 3150 2100 50 0000 C CNN +F 1 "GND" H 3400 2100 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2100 50 0001 C CNN +F 3 "~" H 3550 2100 50 0001 C CNN + 1 3550 2100 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J8 +U 1 1 5CD13694 +P 3550 1800 +F 0 "J8" H 3150 1800 50 0000 C CNN +F 1 "GND" H 3400 1800 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 1800 50 0001 C CNN +F 3 "~" H 3550 1800 50 0001 C CNN + 1 3550 1800 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0123 +U 1 1 5CD136CA +P 3900 2100 +F 0 "#PWR0123" H 3900 1850 50 0001 C CNN +F 1 "GNDA" V 3900 1850 50 0000 C CNN +F 2 "" H 3900 2100 50 0001 C CNN +F 3 "" H 3900 2100 50 0001 C CNN + 1 3900 2100 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3900 2100 3800 2100 +Wire Wire Line + 3750 1800 3800 1800 +Wire Wire Line + 3800 1800 3800 1900 +Connection ~ 3800 2100 +Wire Wire Line + 3800 2100 3750 2100 +Wire Wire Line + 3750 1900 3800 1900 +Connection ~ 3800 1900 +Wire Wire Line + 3800 1900 3800 2000 +Wire Wire Line + 3750 2000 3800 2000 +Connection ~ 3800 2000 +Wire Wire Line + 3800 2000 3800 2100 $EndSCHEMATC diff --git a/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb b/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb index 71d50ea..31b3937 100644 --- a/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb +++ b/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb @@ -2,10 +2,10 @@ (general (thickness 1.6) - (drawings 8) - (tracks 87) + (drawings 16) + (tracks 137) (zones 0) - (modules 7) + (modules 17) (nets 10) ) @@ -36,7 +36,7 @@ (setup (last_trace_width 1) (trace_clearance 0.2) - (zone_clearance 1) + (zone_clearance 0.5) (zone_45_only no) (trace_min 0.2) (segment_width 0.2) @@ -119,52 +119,10 @@ (add_net outB) ) - (module footprints:coax_solder_pad (layer F.Cu) (tedit 5CB36FF3) (tstamp 5CB1E137) - (at 27.94 20.32 270) - (path /5CB2B45C) - (fp_text reference inA1 (at 5.08 -2.54 270) (layer F.SilkS) hide - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Conn_01x02 (at 3.81 -3.81 270) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -2.54 1.27) (end -2.54 -2.54) (layer F.SilkS) (width 0.15)) - (fp_line (start 7.62 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start 5.08 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start 2.54 -2.54) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.15)) - (pad 2 thru_hole roundrect (at 5.08 0 270) (size 4 2) (drill 0.8 (offset 0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) - (net 2 inA-)) - (pad 1 thru_hole roundrect (at 0 0 270) (size 4 3) (drill 0.8 (offset -0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) - (net 3 inA+)) - ) - - (module footprints:coax_solder_pad (layer F.Cu) (tedit 5CB36FF7) (tstamp 5CB1E143) - (at 32.385 20.32 270) - (path /5CB2D8FB) - (fp_text reference inB1 (at 0.635 -3.175 270) (layer F.SilkS) hide - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Conn_01x02 (at 3.81 -3.81 270) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.15)) - (fp_line (start 2.54 -2.54) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start 5.08 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start 7.62 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.54 1.27) (end -2.54 -2.54) (layer F.SilkS) (width 0.15)) - (pad 1 thru_hole roundrect (at 0 0 270) (size 4 3) (drill 0.8 (offset -0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) - (net 4 inB+)) - (pad 2 thru_hole roundrect (at 5.08 0 270) (size 4 2) (drill 0.8 (offset 0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) - (net 5 inB-)) - ) - - (module footprints:PCIexpress_1x_connector (layer F.Cu) (tedit 5CB1C54C) (tstamp 5CB1E174) + (module footprints:PCIexpress_1x_connector (layer F.Cu) (tedit 5CD00FC7) (tstamp 5CB1E174) (at 38.1 45.72 90) (path /5CB5100B) - (fp_text reference J1 (at -2 2.54 90) (layer F.SilkS) + (fp_text reference J1 (at -2 2.54 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_02x18_Row_Letter_Last (at 5.08 -3.81 90) (layer F.Fab) @@ -224,11 +182,11 @@ (pad 15a thru_hole circle (at 16 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) (net 1 GNDA)) (pad 14a thru_hole circle (at 15 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) - (net 2 inA-)) + (net 3 inA+)) (pad 13a thru_hole circle (at 14 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) (net 1 GNDA)) (pad 12a thru_hole circle (at 13 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) - (net 3 inA+)) + (net 2 inA-)) (pad 11a thru_hole circle (at 10 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) (net 1 GNDA)) (pad 10a thru_hole circle (at 9 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) @@ -254,7 +212,7 @@ ) (module footprints:coax_solder_pad (layer F.Cu) (tedit 5CB36FFB) (tstamp 5CB1E198) - (at 50.165 20.32 270) + (at 49.53 26.67 270) (path /5CB301F1) (fp_text reference outA1 (at 5.715 -2.54 270) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) @@ -295,12 +253,12 @@ (net 6 outB)) ) - (module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 5CB372BC) (tstamp 5CBFFFEE) + (module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 5CD00FCB) (tstamp 5CBFFFEE) (at 39.37 18.415) (descr "Mounting Hole 3.2mm, M3") (tags "mounting hole 3.2mm m3") (attr virtual) - (fp_text reference REF** (at 0 -4.2) (layer F.SilkS) + (fp_text reference REF** (at 0 -4.2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab) @@ -315,12 +273,12 @@ (net 1 GNDA)) ) - (module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 5CB372C2) (tstamp 5CBFFFFE) + (module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 5CD00FC4) (tstamp 5CBFFFFE) (at 39.37 53.34) (descr "Mounting Hole 3.2mm, M3") (tags "mounting hole 3.2mm m3") (attr virtual) - (fp_text reference REF** (at 0 -4.2) (layer F.SilkS) + (fp_text reference REF** (at 0 -4.2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab) @@ -335,24 +293,219 @@ (net 1 GNDA)) ) + (module footprints:coax_solder_pad_flipped (layer F.Cu) (tedit 5CD00F94) (tstamp 5CD0104B) + (at 29.21 26.67 270) + (path /5CB2B45C) + (fp_text reference inA1 (at 3.57 -1.785 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02 (at 3.57 -3.57 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 -1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 2.54) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole roundrect (at 5.08 0 90) (size 4 2) (drill 0.8 (offset -0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 inA-)) + (pad 1 thru_hole roundrect (at 0 0 90) (size 4 3) (drill 0.8 (offset 0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 3 inA+)) + ) + + (module footprints:coax_solder_pad_flipped (layer F.Cu) (tedit 5CD00FB3) (tstamp 5CD00EB3) + (at 33.02 20.32 270) + (path /5CB2D8FB) + (fp_text reference inB1 (at 3.57 -1.785 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02 (at 3.57 -3.57 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 2.54) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 -1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole roundrect (at 0 0 90) (size 4 3) (drill 0.8 (offset 0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 4 inB+)) + (pad 2 thru_hole roundrect (at 5.08 0 90) (size 4 2) (drill 0.8 (offset -0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 5 inB-)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD017A5) (tstamp 5CD01BF3) + (at 49.53 45.085) + (path /5CD03267) + (fp_text reference J2 (at 11.43 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value -15V (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 9 -15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD01851) (tstamp 5CD01B16) + (at 29.21 41.91 180) + (path /5CD03404) + (fp_text reference J3 (at 5.355 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0184D) (tstamp 5CD01B1B) + (at 29.21 38.735 180) + (path /5CD03422) + (fp_text reference J4 (at 5.355 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value +15V (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 8 +15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD01854) (tstamp 5CD01B20) + (at 29.21 45.085 180) + (path /5CD08F50) + (fp_text reference J5 (at 5.355 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value -15V (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 9 -15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD01848) (tstamp 5CD01BBA) + (at 49.53 41.91) + (path /5CD08F56) + (fp_text reference J6 (at 5.355 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0184B) (tstamp 5CD01B2A) + (at 49.53 38.735) + (path /5CD08F5C) + (fp_text reference J7 (at 5.355 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value +15V (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 8 +15V)) + ) + + (module footprints:edge_solderstrip_th (layer F.Cu) (tedit 5CD019F3) (tstamp 5CD01FF0) + (at 49.53 14.605) + (path /5CD13694) + (fp_text reference J8 (at 5.355 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0) (size 6 1.5) (drill 0.8) (layers *.Cu *.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_th (layer F.Cu) (tedit 5CD019F3) (tstamp 5CD01FF4) + (at 29.21 14.605 180) + (path /5CD1356B) + (fp_text reference J9 (at 5.355 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0 180) (size 6 1.5) (drill 0.8) (layers *.Cu *.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_th (layer F.Cu) (tedit 5CD019F3) (tstamp 5CD01FF8) + (at 49.53 56.515) + (path /5CD1363E) + (fp_text reference J10 (at 5.355 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0) (size 6 1.5) (drill 0.8) (layers *.Cu *.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_th (layer F.Cu) (tedit 5CD019F3) (tstamp 5CD01FFC) + (at 29.21 56.515 180) + (path /5CD13668) + (fp_text reference J11 (at 5.355 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0 180) (size 6 1.5) (drill 0.8) (layers *.Cu *.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (gr_text - (at 33.02 45.085) (layer F.SilkS) (tstamp 5CD01D97) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text + (at 33.02 38.735) (layer F.SilkS) (tstamp 5CD01D96) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text GND (at 33.655 41.91) (layer F.SilkS) (tstamp 5CD01D92) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text - (at 45.72 45.085) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text GND (at 45.085 41.91) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text + (at 45.72 38.735) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text B (at 28.575 20.32) (layer F.SilkS) (tstamp 5CD01003) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_text A (at 46.355 29.845) (layer F.SilkS) (tstamp 5CD01003) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) (gr_line (start 25.4 58.42) (end 25.4 12.7) (layer Edge.Cuts) (width 0.1)) (gr_line (start 53.34 58.42) (end 25.4 58.42) (layer Edge.Cuts) (width 0.1)) (gr_line (start 53.34 12.7) (end 53.34 58.42) (layer Edge.Cuts) (width 0.1)) (gr_line (start 25.4 12.7) (end 53.34 12.7) (layer Edge.Cuts) (width 0.1)) - (gr_text "A B" (at 30.48 29.21) (layer F.SilkS) + (gr_text A (at 30.48 29.845) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_text B (at 48.26 20.32) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_text In (at 30.48 16.51) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.3))) ) - (gr_text "B A" (at 47.625 29.21) (layer F.SilkS) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text In (at 30.48 31.75) (layer F.SilkS) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text Out (at 48.26 31.75) (layer F.SilkS) + (gr_text Out (at 48.26 16.51) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.3))) ) - (segment (start 50.165 20.32) (end 45.72 20.32) (width 1) (layer B.Cu) (net 1)) (segment (start 40.6 29.72) (end 38.1 29.72) (width 1) (layer B.Cu) (net 1)) (segment (start 38.1 29.72) (end 38.1 27.72) (width 1) (layer B.Cu) (net 1)) (segment (start 38.1 31.72) (end 38.1 29.72) (width 1) (layer B.Cu) (net 1)) @@ -366,7 +519,6 @@ (segment (start 40.475002 35.72) (end 39.875003 36.319999) (width 1) (layer B.Cu) (net 1)) (segment (start 38.699999 36.319999) (end 38.1 35.72) (width 1) (layer B.Cu) (net 1)) (segment (start 40.6 35.72) (end 40.475002 35.72) (width 1) (layer B.Cu) (net 1)) - (segment (start 38.1 41.72) (end 40.6 41.72) (width 1) (layer B.Cu) (net 1)) (segment (start 41.6 41.72) (end 42.6 40.72) (width 1) (layer B.Cu) (net 1)) (segment (start 40.6 41.72) (end 41.6 41.72) (width 1) (layer B.Cu) (net 1)) (segment (start 42.6 42.72) (end 41.6 41.72) (width 1) (layer B.Cu) (net 1)) @@ -377,11 +529,6 @@ (segment (start 37.500001 32.319999) (end 38.1 31.72) (width 1) (layer B.Cu) (net 1)) (segment (start 37.474999 35.094999) (end 37.474999 32.345001) (width 1) (layer B.Cu) (net 1)) (segment (start 38.1 35.72) (end 37.474999 35.094999) (width 1) (layer B.Cu) (net 1)) - (segment (start 46.796072 32.72) (end 42.6 32.72) (width 1) (layer B.Cu) (net 1)) - (segment (start 52.705 29.845) (end 49.83 32.72) (width 1) (layer B.Cu) (net 1)) - (segment (start 52.705 20.32) (end 52.705 29.845) (width 1) (layer B.Cu) (net 1)) - (segment (start 50.165 20.32) (end 52.705 20.32) (width 1) (layer B.Cu) (net 1)) - (segment (start 49.83 32.72) (end 46.796072 32.72) (width 1) (layer B.Cu) (net 1)) (segment (start 37.474999 23.485001) (end 38.1 22.86) (width 1) (layer B.Cu) (net 1)) (segment (start 42.6 26.72) (end 42.6 22.86) (width 1) (layer B.Cu) (net 1)) (segment (start 37.474999 27.094999) (end 37.474999 23.485001) (width 1) (layer B.Cu) (net 1)) @@ -392,21 +539,55 @@ (segment (start 39.37 18.415) (end 39.37 22.86) (width 1) (layer B.Cu) (net 1)) (segment (start 39.37 22.86) (end 42.6 22.86) (width 1) (layer B.Cu) (net 1)) (segment (start 38.1 22.86) (end 39.37 22.86) (width 1) (layer B.Cu) (net 1)) - (segment (start 27.94 26.035) (end 27.94 25.4) (width 1) (layer B.Cu) (net 2)) - (segment (start 27.94 27.94) (end 27.94 25.4) (width 1) (layer B.Cu) (net 2)) - (segment (start 30.72 30.72) (end 27.94 27.94) (width 1) (layer B.Cu) (net 2)) - (segment (start 36.1 30.72) (end 30.72 30.72) (width 1) (layer B.Cu) (net 2)) - (segment (start 26.67 20.32) (end 27.94 20.32) (width 1) (layer B.Cu) (net 3)) - (segment (start 36.1 32.72) (end 28.275 32.72) (width 1) (layer B.Cu) (net 3)) - (segment (start 28.275 32.72) (end 26.23999 30.68499) (width 1) (layer B.Cu) (net 3)) - (segment (start 26.23999 30.68499) (end 26.23999 20.75001) (width 1) (layer B.Cu) (net 3)) - (segment (start 26.23999 20.75001) (end 26.67 20.32) (width 1) (layer B.Cu) (net 3)) - (segment (start 34.29 20.32) (end 32.385 20.32) (width 1) (layer B.Cu) (net 4)) + (segment (start 49.53 26.67) (end 49.53 21.59) (width 1) (layer B.Cu) (net 1)) + (segment (start 49.53 21.59) (end 48.26 20.32) (width 1) (layer B.Cu) (net 1)) + (segment (start 48.26 20.32) (end 45.72 20.32) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 36.72) (end 43.199999 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 43.199999 36.120001) (end 43.224001 36.144003) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.799998 35.72) (end 43.224001 36.144003) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.6 35.72) (end 42.799998 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 35.900002 35.72) (end 35.500001 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 35.72) (end 35.900002 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 40.72) (end 42.6 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 36.1 40.72) (end 36.1 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 37.1 41.72) (end 36.1 40.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 37.1 41.72) (end 36.1 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 38.1 41.72) (end 37.1 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 41.6 41.72) (end 42.6 40.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 41.6 41.72) (end 42.6 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 40.6 41.72) (end 41.6 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 40.6 41.72) (end 38.1 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 36.1 40.72) (end 33.735 40.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.735 40.72) (end 33.02 40.005) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.02 40.005) (end 33.02 37.465) (width 1) (layer B.Cu) (net 1)) + (segment (start 34.364999 36.120001) (end 33.02 37.465) (width 1) (layer B.Cu) (net 1)) + (segment (start 35.500001 36.120001) (end 34.364999 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 36.1 36.72) (end 35.500001 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 36.1 42.72) (end 33.48 42.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.48 47.525) (end 39.37 53.415) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.48 42.72) (end 33.48 47.525) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.79 41.91) (end 40.6 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 50.165 41.91) (end 40.79 41.91) (width 1) (layer F.Cu) (net 1)) + (segment (start 37.91 41.91) (end 38.1 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 28.575 41.91) (end 37.91 41.91) (width 1) (layer F.Cu) (net 1)) + (segment (start 36.27 56.515) (end 39.37 53.415) (width 1) (layer B.Cu) (net 1)) + (segment (start 29.21 56.515) (end 36.27 56.515) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.47 56.515) (end 39.37 53.415) (width 1) (layer B.Cu) (net 1)) + (segment (start 49.53 56.515) (end 42.47 56.515) (width 1) (layer B.Cu) (net 1)) + (segment (start 35.56 14.605) (end 29.21 14.605) (width 1) (layer B.Cu) (net 1)) + (segment (start 39.37 18.415) (end 35.56 14.605) (width 1) (layer B.Cu) (net 1)) + (segment (start 43.18 14.605) (end 39.37 18.415) (width 1) (layer B.Cu) (net 1)) + (segment (start 49.53 14.605) (end 43.18 14.605) (width 1) (layer B.Cu) (net 1)) + (segment (start 30.18 32.72) (end 36.1 32.72) (width 1) (layer B.Cu) (net 2)) + (segment (start 29.21 31.75) (end 30.18 32.72) (width 1) (layer B.Cu) (net 2)) + (segment (start 36.1 30.72) (end 33.26 30.72) (width 1) (layer B.Cu) (net 3)) + (segment (start 33.26 30.72) (end 29.21 26.67) (width 1) (layer B.Cu) (net 3)) (segment (start 36.1 22.13) (end 34.29 20.32) (width 1) (layer B.Cu) (net 4)) (segment (start 36.1 26.72) (end 36.1 22.13) (width 1) (layer B.Cu) (net 4)) + (segment (start 33.02 20.32) (end 34.29 20.32) (width 1) (layer B.Cu) (net 4)) (segment (start 36.1 28.72) (end 33.8 28.72) (width 1) (layer B.Cu) (net 5)) - (segment (start 32.385 27.305) (end 32.385 25.4) (width 1) (layer B.Cu) (net 5)) - (segment (start 33.8 28.72) (end 32.385 27.305) (width 1) (layer B.Cu) (net 5)) + (segment (start 33.02 27.94) (end 33.02 25.4) (width 1) (layer B.Cu) (net 5)) + (segment (start 33.8 28.72) (end 33.02 27.94) (width 1) (layer B.Cu) (net 5)) (segment (start 45.72 25.524002) (end 45.72 25.4) (width 1) (layer B.Cu) (net 6)) (segment (start 45.72 27.94) (end 45.72 25.524002) (width 1) (layer B.Cu) (net 6)) (segment (start 44.94 28.72) (end 45.72 27.94) (width 1) (layer B.Cu) (net 6)) @@ -417,37 +598,240 @@ (segment (start 41.245 31.72) (end 40.6 31.72) (width 1) (layer B.Cu) (net 7)) (segment (start 42.245 30.72) (end 41.245 31.72) (width 1) (layer B.Cu) (net 7)) (segment (start 42.6 30.72) (end 42.245 30.72) (width 1) (layer B.Cu) (net 7)) - (segment (start 42.6 30.72) (end 48.02 30.72) (width 1) (layer B.Cu) (net 7)) - (segment (start 50.165 28.575) (end 50.165 25.4) (width 1) (layer B.Cu) (net 7)) - (segment (start 48.02 30.72) (end 50.165 28.575) (width 1) (layer B.Cu) (net 7)) - (segment (start 38.1 37.72) (end 38.1 39.72) (width 1) (layer B.Cu) (net 8)) - (segment (start 38.1 39.72) (end 40.6 39.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 49.53 31.75) (end 46.99 31.75) (width 1) (layer B.Cu) (net 7)) + (segment (start 45.96 30.72) (end 42.6 30.72) (width 1) (layer B.Cu) (net 7)) + (segment (start 46.99 31.75) (end 45.96 30.72) (width 1) (layer B.Cu) (net 7)) (segment (start 41.6 38.72) (end 40.6 39.72) (width 1) (layer B.Cu) (net 8)) (segment (start 42.6 38.72) (end 41.6 38.72) (width 1) (layer B.Cu) (net 8)) (segment (start 40.6 37.72) (end 41.6 38.72) (width 1) (layer B.Cu) (net 8)) (segment (start 37.1 38.72) (end 38.1 39.72) (width 1) (layer B.Cu) (net 8)) (segment (start 36.1 38.72) (end 37.1 38.72) (width 1) (layer B.Cu) (net 8)) (segment (start 38.1 37.72) (end 37.1 38.72) (width 1) (layer B.Cu) (net 8)) - (segment (start 38.1 37.72) (end 40.6 37.72) (width 1) (layer B.Cu) (net 8)) - (segment (start 36.1 38.72) (end 42.6 38.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 37.1 38.72) (end 38.1 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 36.1 38.72) (end 37.1 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 38.1 39.72) (end 37.1 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 41.6 38.72) (end 40.6 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 42.6 38.72) (end 41.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 40.6 39.72) (end 41.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 38.1 39.72) (end 38.1 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 40.6 37.72) (end 40.6 39.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 38.1 37.72) (end 40.6 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 40.6 39.72) (end 38.1 39.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 36.1 38.72) (end 42.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 36.085 38.735) (end 36.1 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 28.575 38.735) (end 36.085 38.735) (width 1) (layer F.Cu) (net 8)) + (segment (start 42.615 38.735) (end 42.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 50.165 38.735) (end 42.615 38.735) (width 1) (layer F.Cu) (net 8)) (segment (start 37.1 44.72) (end 38.1 43.72) (width 1) (layer B.Cu) (net 9)) (segment (start 36.1 44.72) (end 37.1 44.72) (width 1) (layer B.Cu) (net 9)) (segment (start 38.1 45.72) (end 37.1 44.72) (width 1) (layer B.Cu) (net 9)) (segment (start 41.6 44.72) (end 40.6 43.72) (width 1) (layer B.Cu) (net 9)) (segment (start 42.6 44.72) (end 41.6 44.72) (width 1) (layer B.Cu) (net 9)) (segment (start 40.6 45.72) (end 41.6 44.72) (width 1) (layer B.Cu) (net 9)) - (segment (start 38.1 43.72) (end 40.6 43.72) (width 1) (layer B.Cu) (net 9)) - (segment (start 40.6 45.72) (end 38.1 45.72) (width 1) (layer B.Cu) (net 9)) - (segment (start 36.1 44.72) (end 42.6 44.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 37.1 44.72) (end 38.1 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 36.1 44.72) (end 37.1 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 41.6 44.72) (end 40.6 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 42.6 44.72) (end 41.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 40.6 45.72) (end 41.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 38.1 45.72) (end 37.1 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 40.6 43.72) (end 40.6 45.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 38.1 45.72) (end 38.1 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 38.1 43.72) (end 40.6 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 40.6 45.72) (end 38.1 45.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 36.1 44.72) (end 42.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 42.965 45.085) (end 42.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 50.165 45.085) (end 42.965 45.085) (width 1) (layer F.Cu) (net 9)) + (segment (start 35.735 45.085) (end 36.1 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 28.575 45.085) (end 35.735 45.085) (width 1) (layer F.Cu) (net 9)) (zone (net 1) (net_name GNDA) (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 1)) - (min_thickness 1) - (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 1.5)) + (connect_pads (clearance 0.5)) + (min_thickness 1.45) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 1.5)) (polygon (pts (xy 25.4 12.7) (xy 53.34 12.7) (xy 53.34 58.42) (xy 25.4 58.42) ) ) + (filled_polygon + (pts + (xy 27.060016 29.512834) (xy 27.279959 29.556583) (xy 27.094136 29.834687) (xy 26.961001 30.504) (xy 26.961001 33.504) + (xy 27.094136 34.173313) (xy 27.473271 34.740729) (xy 28.040687 35.119864) (xy 28.71 35.252999) (xy 29.71 35.252999) + (xy 30.379313 35.119864) (xy 30.946729 34.740729) (xy 31.144329 34.445) (xy 35.495564 34.445) (xy 35.736985 34.545) + (xy 36.463015 34.545) (xy 36.785715 34.411333) (xy 36.770845 34.426203) (xy 36.978907 34.634265) (xy 36.57346 34.641805) + (xy 36.460496 34.895721) (xy 35.782972 34.878174) (xy 35.102269 35.139696) (xy 35.021805 35.19346) (xy 35.014265 35.59891) + (xy 36.1 36.684645) (xy 36.114143 36.670503) (xy 36.149498 36.705858) (xy 36.135355 36.72) (xy 36.149498 36.734143) + (xy 36.114143 36.769498) (xy 36.1 36.755355) (xy 36.085858 36.769498) (xy 36.050503 36.734143) (xy 36.064645 36.72) + (xy 34.97891 35.634265) (xy 34.57346 35.641805) (xy 34.277053 36.308059) (xy 34.258174 37.037028) (xy 34.519696 37.717731) + (xy 34.532099 37.736293) (xy 34.275 38.356985) (xy 34.275 39.083015) (xy 34.538763 39.719795) (xy 34.277053 40.308059) + (xy 34.258174 41.037028) (xy 34.519696 41.717731) (xy 34.531693 41.735687) (xy 34.277053 42.308059) (xy 34.258174 43.037028) + (xy 34.519696 43.717731) (xy 34.532099 43.736293) (xy 34.275 44.356985) (xy 34.275 45.083015) (xy 34.55284 45.75378) + (xy 35.06622 46.26716) (xy 35.736985 46.545) (xy 36.295756 46.545) (xy 36.346075 46.797971) (xy 36.616824 47.203176) + (xy 37.022029 47.473925) (xy 37.5 47.568999) (xy 38.7 47.568999) (xy 39.177971 47.473925) (xy 39.534656 47.235596) + (xy 39.56622 47.26716) (xy 40.236985 47.545) (xy 40.963015 47.545) (xy 41.63378 47.26716) (xy 42.14716 46.75378) + (xy 42.234129 46.543817) (xy 42.236985 46.545) (xy 42.963015 46.545) (xy 43.63378 46.26716) (xy 44.14716 45.75378) + (xy 44.425 45.083015) (xy 44.425 44.356985) (xy 44.161237 43.720205) (xy 44.422947 43.131941) (xy 44.441826 42.402972) + (xy 44.180304 41.722269) (xy 44.168307 41.704313) (xy 44.422947 41.131941) (xy 44.441826 40.402972) (xy 44.180304 39.722269) + (xy 44.167901 39.703707) (xy 44.425 39.083015) (xy 44.425 38.356985) (xy 44.161237 37.720205) (xy 44.422947 37.131941) + (xy 44.441826 36.402972) (xy 44.180304 35.722269) (xy 44.12654 35.641805) (xy 43.72109 35.634265) (xy 42.635355 36.72) + (xy 42.649498 36.734143) (xy 42.614143 36.769498) (xy 42.6 36.755355) (xy 42.585858 36.769498) (xy 42.550503 36.734143) + (xy 42.564645 36.72) (xy 42.550503 36.705858) (xy 42.585858 36.670503) (xy 42.6 36.684645) (xy 43.685735 35.59891) + (xy 43.678195 35.19346) (xy 43.011941 34.897053) (xy 42.282972 34.878174) (xy 42.245703 34.892493) (xy 42.180304 34.722269) + (xy 42.12654 34.641805) (xy 41.721093 34.634265) (xy 41.928074 34.427284) (xy 42.188059 34.542947) (xy 42.917028 34.561826) + (xy 43.597731 34.300304) (xy 43.678195 34.24654) (xy 43.685735 33.84109) (xy 42.624581 32.779936) (xy 42.659936 32.744581) + (xy 43.72109 33.805735) (xy 44.12654 33.798195) (xy 44.422947 33.131941) (xy 44.440738 32.445) (xy 45.245483 32.445) + (xy 45.650105 32.849622) (xy 45.746345 32.993655) (xy 46.316939 33.374914) (xy 46.820106 33.475) (xy 46.820111 33.475) + (xy 46.99 33.508793) (xy 47.159889 33.475) (xy 47.281001 33.475) (xy 47.281001 33.504) (xy 47.414136 34.173313) + (xy 47.793271 34.740729) (xy 48.360687 35.119864) (xy 49.03 35.252999) (xy 50.03 35.252999) (xy 50.699313 35.119864) + (xy 51.266729 34.740729) (xy 51.645864 34.173313) (xy 51.778999 33.504) (xy 51.778999 30.504) (xy 51.645864 29.834687) + (xy 51.521792 29.649) (xy 51.910259 29.649) (xy 52.065 29.584904) (xy 52.065001 54.532) (xy 49.86325 54.532) + (xy 49.555 54.84025) (xy 49.555 56.49) (xy 49.575 56.49) (xy 49.575 56.54) (xy 49.555 56.54) + (xy 49.555 56.56) (xy 49.505 56.56) (xy 49.505 56.54) (xy 45.60525 56.54) (xy 45.297 56.84825) + (xy 45.297 57.145) (xy 41.918542 57.145) (xy 42.006434 57.086272) (xy 42.33032 56.410675) (xy 39.37 53.450355) + (xy 36.40968 56.410675) (xy 36.733566 57.086272) (xy 36.862833 57.145) (xy 33.443 57.145) (xy 33.443 56.84825) + (xy 33.13475 56.54) (xy 29.235 56.54) (xy 29.235 56.56) (xy 29.185 56.56) (xy 29.185 56.54) + (xy 29.165 56.54) (xy 29.165 56.49) (xy 29.185 56.49) (xy 29.185 54.84025) (xy 29.235 54.84025) + (xy 29.235 56.49) (xy 33.13475 56.49) (xy 33.443 56.18175) (xy 33.443 55.519741) (xy 33.255287 55.066562) + (xy 32.908438 54.719713) (xy 32.455259 54.532) (xy 29.54325 54.532) (xy 29.235 54.84025) (xy 29.185 54.84025) + (xy 28.87675 54.532) (xy 26.675 54.532) (xy 26.675 54.146742) (xy 34.909778 54.146742) (xy 35.529317 55.797895) + (xy 35.698728 56.051434) (xy 36.374325 56.37532) (xy 39.334645 53.415) (xy 39.405355 53.415) (xy 42.365675 56.37532) + (xy 43.041272 56.051434) (xy 43.282829 55.519741) (xy 45.297 55.519741) (xy 45.297 56.18175) (xy 45.60525 56.49) + (xy 49.505 56.49) (xy 49.505 54.84025) (xy 49.19675 54.532) (xy 46.284741 54.532) (xy 45.831562 54.719713) + (xy 45.484713 55.066562) (xy 45.297 55.519741) (xy 43.282829 55.519741) (xy 43.770733 54.445812) (xy 43.830222 52.683258) + (xy 43.210683 51.032105) (xy 43.041272 50.778566) (xy 42.365675 50.45468) (xy 39.405355 53.415) (xy 39.334645 53.415) + (xy 36.374325 50.45468) (xy 35.698728 50.778566) (xy 34.969267 52.384188) (xy 34.909778 54.146742) (xy 26.675 54.146742) + (xy 26.675 50.419325) (xy 36.40968 50.419325) (xy 39.37 53.379645) (xy 42.33032 50.419325) (xy 42.006434 49.743728) + (xy 40.400812 49.014267) (xy 38.638258 48.954778) (xy 36.987105 49.574317) (xy 36.733566 49.743728) (xy 36.40968 50.419325) + (xy 26.675 50.419325) (xy 26.675 29.255575) + ) + ) + (filled_polygon + (pts + (xy 42.649498 42.705858) (xy 42.635355 42.72) (xy 42.649498 42.734143) (xy 42.614143 42.769498) (xy 42.6 42.755355) + (xy 42.585858 42.769498) (xy 42.550503 42.734143) (xy 42.564645 42.72) (xy 42.550503 42.705858) (xy 42.585858 42.670503) + (xy 42.6 42.684645) (xy 42.614143 42.670503) + ) + ) + (filled_polygon + (pts + (xy 36.149498 42.705858) (xy 36.135355 42.72) (xy 36.149498 42.734143) (xy 36.114143 42.769498) (xy 36.1 42.755355) + (xy 36.085858 42.769498) (xy 36.050503 42.734143) (xy 36.064645 42.72) (xy 36.050503 42.705858) (xy 36.085858 42.670503) + (xy 36.1 42.684645) (xy 36.114143 42.670503) + ) + ) + (filled_polygon + (pts + (xy 38.149498 41.705858) (xy 38.135355 41.72) (xy 38.149498 41.734143) (xy 38.114143 41.769498) (xy 38.1 41.755355) + (xy 38.085858 41.769498) (xy 38.050503 41.734143) (xy 38.064645 41.72) (xy 38.050503 41.705858) (xy 38.085858 41.670503) + (xy 38.1 41.684645) (xy 38.114143 41.670503) + ) + ) + (filled_polygon + (pts + (xy 40.649498 41.705858) (xy 40.635355 41.72) (xy 40.649498 41.734143) (xy 40.614143 41.769498) (xy 40.6 41.755355) + (xy 40.585858 41.769498) (xy 40.550503 41.734143) (xy 40.564645 41.72) (xy 40.550503 41.705858) (xy 40.585858 41.670503) + (xy 40.6 41.684645) (xy 40.614143 41.670503) + ) + ) + (filled_polygon + (pts + (xy 42.649498 40.705858) (xy 42.635355 40.72) (xy 42.649498 40.734143) (xy 42.614143 40.769498) (xy 42.6 40.755355) + (xy 42.585858 40.769498) (xy 42.550503 40.734143) (xy 42.564645 40.72) (xy 42.550503 40.705858) (xy 42.585858 40.670503) + (xy 42.6 40.684645) (xy 42.614143 40.670503) + ) + ) + (filled_polygon + (pts + (xy 36.149498 40.705858) (xy 36.135355 40.72) (xy 36.149498 40.734143) (xy 36.114143 40.769498) (xy 36.1 40.755355) + (xy 36.085858 40.769498) (xy 36.050503 40.734143) (xy 36.064645 40.72) (xy 36.050503 40.705858) (xy 36.085858 40.670503) + (xy 36.1 40.684645) (xy 36.114143 40.670503) + ) + ) + (filled_polygon + (pts + (xy 36.95 34.534642) (xy 36.81469 34.399332) (xy 36.95 34.343284) + ) + ) + (filled_polygon + (pts + (xy 41.879132 34.40551) (xy 41.75 34.534642) (xy 41.75 34.348061) + ) + ) + (filled_polygon + (pts + (xy 38.149498 31.705858) (xy 38.135355 31.72) (xy 38.149498 31.734143) (xy 38.114143 31.769498) (xy 38.1 31.755355) + (xy 38.085858 31.769498) (xy 38.050503 31.734143) (xy 38.064645 31.72) (xy 38.050503 31.705858) (xy 38.085858 31.670503) + (xy 38.1 31.684645) (xy 38.114143 31.670503) + ) + ) + (filled_polygon + (pts + (xy 38.149498 29.705858) (xy 38.135355 29.72) (xy 38.149498 29.734143) (xy 38.114143 29.769498) (xy 38.1 29.755355) + (xy 38.085858 29.769498) (xy 38.050503 29.734143) (xy 38.064645 29.72) (xy 38.050503 29.705858) (xy 38.085858 29.670503) + (xy 38.1 29.684645) (xy 38.114143 29.670503) + ) + ) + (filled_polygon + (pts + (xy 40.639562 29.744079) (xy 40.614143 29.769498) (xy 40.6 29.755355) (xy 40.585858 29.769498) (xy 40.550503 29.734143) + (xy 40.564645 29.72) (xy 40.550503 29.705858) (xy 40.575922 29.680439) + ) + ) + (filled_polygon + (pts + (xy 38.149498 27.705858) (xy 38.135355 27.72) (xy 38.149498 27.734143) (xy 38.114143 27.769498) (xy 38.1 27.755355) + (xy 38.085858 27.769498) (xy 38.050503 27.734143) (xy 38.064645 27.72) (xy 38.050503 27.705858) (xy 38.085858 27.670503) + (xy 38.1 27.684645) (xy 38.114143 27.670503) + ) + ) + (filled_polygon + (pts + (xy 42.649498 26.705858) (xy 42.635355 26.72) (xy 42.649498 26.734143) (xy 42.614143 26.769498) (xy 42.6 26.755355) + (xy 42.585858 26.769498) (xy 42.550503 26.734143) (xy 42.564645 26.72) (xy 42.550503 26.705858) (xy 42.585858 26.670503) + (xy 42.6 26.684645) (xy 42.614143 26.670503) + ) + ) + (filled_polygon + (pts + (xy 36.987105 14.574317) (xy 36.733566 14.743728) (xy 36.40968 15.419325) (xy 39.37 18.379645) (xy 42.33032 15.419325) + (xy 42.09969 14.93825) (xy 45.297 14.93825) (xy 45.297 15.600259) (xy 45.484713 16.053438) (xy 45.831562 16.400287) + (xy 46.284741 16.588) (xy 49.19675 16.588) (xy 49.505 16.27975) (xy 49.505 14.63) (xy 45.60525 14.63) + (xy 45.297 14.93825) (xy 42.09969 14.93825) (xy 42.006434 14.743728) (xy 40.400812 14.014267) (xy 39.2374 13.975) + (xy 45.297 13.975) (xy 45.297 14.27175) (xy 45.60525 14.58) (xy 49.505 14.58) (xy 49.505 14.56) + (xy 49.555 14.56) (xy 49.555 14.58) (xy 49.575 14.58) (xy 49.575 14.63) (xy 49.555 14.63) + (xy 49.555 16.27975) (xy 49.86325 16.588) (xy 52.065 16.588) (xy 52.065 23.247096) (xy 51.910259 23.183) + (xy 50.49825 23.183) (xy 50.19 23.49125) (xy 50.19 26.391) (xy 50.21 26.391) (xy 50.21 26.441) + (xy 50.19 26.441) (xy 50.19 26.461) (xy 50.14 26.461) (xy 50.14 26.441) (xy 50.12 26.441) + (xy 50.12 26.391) (xy 50.14 26.391) (xy 50.14 23.49125) (xy 49.83175 23.183) (xy 48.419741 23.183) + (xy 47.966562 23.370713) (xy 47.838639 23.498636) (xy 47.835864 23.484687) (xy 47.711792 23.299) (xy 48.100259 23.299) + (xy 48.553438 23.111287) (xy 48.900287 22.764438) (xy 49.088 22.311259) (xy 49.088 20.39925) (xy 48.77975 20.091) + (xy 46.38 20.091) (xy 46.38 20.111) (xy 46.33 20.111) (xy 46.33 20.091) (xy 43.93025 20.091) + (xy 43.622 20.39925) (xy 43.622 22.311259) (xy 43.809713 22.764438) (xy 43.97497 22.929695) (xy 43.604136 23.484687) + (xy 43.471001 24.154) (xy 43.471001 25.101282) (xy 43.011941 24.897053) (xy 42.282972 24.878174) (xy 41.75 25.082939) + (xy 41.75 24.59261) (xy 41.384622 23.710509) (xy 40.709491 23.035378) (xy 40.217752 22.831693) (xy 41.752895 22.255683) + (xy 42.006434 22.086272) (xy 42.33032 21.410675) (xy 39.37 18.450355) (xy 39.355858 18.464498) (xy 39.320503 18.429143) + (xy 39.334645 18.415) (xy 39.405355 18.415) (xy 42.365675 21.37532) (xy 43.041272 21.051434) (xy 43.634633 19.745383) + (xy 43.93025 20.041) (xy 46.33 20.041) (xy 46.33 17.14125) (xy 46.38 17.14125) (xy 46.38 20.041) + (xy 48.77975 20.041) (xy 49.088 19.73275) (xy 49.088 17.820741) (xy 48.900287 17.367562) (xy 48.553438 17.020713) + (xy 48.100259 16.833) (xy 46.68825 16.833) (xy 46.38 17.14125) (xy 46.33 17.14125) (xy 46.02175 16.833) + (xy 44.609741 16.833) (xy 44.156562 17.020713) (xy 43.809713 17.367562) (xy 43.758321 17.491633) (xy 43.210683 16.032105) + (xy 43.041272 15.778566) (xy 42.365675 15.45468) (xy 39.405355 18.415) (xy 39.334645 18.415) (xy 36.374325 15.45468) + (xy 35.698728 15.778566) (xy 34.969267 17.384188) (xy 34.948447 18.001049) (xy 34.548506 17.402494) (xy 33.899984 16.969166) + (xy 33.135 16.817001) (xy 31.635 16.817001) (xy 30.870016 16.969166) (xy 30.221494 17.402494) (xy 29.788166 18.051016) + (xy 29.636001 18.816) (xy 29.636001 21.316) (xy 29.788166 22.080984) (xy 30.221494 22.729506) (xy 30.870016 23.162834) + (xy 31.089959 23.206583) (xy 30.904136 23.484687) (xy 30.82509 23.882076) (xy 30.738506 23.752494) (xy 30.089984 23.319166) + (xy 29.325 23.167001) (xy 27.825 23.167001) (xy 27.060016 23.319166) (xy 26.675 23.576425) (xy 26.675 16.588) + (xy 28.87675 16.588) (xy 29.185 16.27975) (xy 29.185 14.63) (xy 29.235 14.63) (xy 29.235 16.27975) + (xy 29.54325 16.588) (xy 32.455259 16.588) (xy 32.908438 16.400287) (xy 33.255287 16.053438) (xy 33.443 15.600259) + (xy 33.443 14.93825) (xy 33.13475 14.63) (xy 29.235 14.63) (xy 29.185 14.63) (xy 29.165 14.63) + (xy 29.165 14.58) (xy 29.185 14.58) (xy 29.185 14.56) (xy 29.235 14.56) (xy 29.235 14.58) + (xy 33.13475 14.58) (xy 33.443 14.27175) (xy 33.443 13.975) (xy 38.584364 13.975) + ) + ) + (filled_polygon + (pts + (xy 38.339188 22.815733) (xy 38.507097 22.8214) (xy 37.990509 23.035378) (xy 37.825 23.200887) (xy 37.825 22.582129) + ) + ) ) ) diff --git a/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb-bak b/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb-bak index 02c8ecb..7271995 100644 --- a/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb-bak +++ b/schematic/baseplate_in_output/baseplate_in_output.kicad_pcb-bak @@ -1 +1,649 @@ -(kicad_pcb (version 4) (host kicad "dummy file") ) +(kicad_pcb (version 20171130) (host pcbnew 5.0.2-bee76a0~70~ubuntu16.04.1) + + (general + (thickness 1.6) + (drawings 16) + (tracks 129) + (zones 0) + (modules 17) + (nets 10) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 1) + (trace_clearance 0.2) + (zone_clearance 0.5) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.1) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 6.4 6.4) + (pad_drill 3.2) + (pad_to_mask_clearance 0) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 GNDA) + (net 2 inA-) + (net 3 inA+) + (net 4 inB+) + (net 5 inB-) + (net 6 outB) + (net 7 outA) + (net 8 +15V) + (net 9 -15V) + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 1) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +15V) + (add_net -15V) + (add_net GNDA) + (add_net inA+) + (add_net inA-) + (add_net inB+) + (add_net inB-) + (add_net outA) + (add_net outB) + ) + + (module footprints:PCIexpress_1x_connector (layer F.Cu) (tedit 5CD00FC7) (tstamp 5CB1E174) + (at 38.1 45.72 90) + (path /5CB5100B) + (fp_text reference J1 (at -2 2.54 90) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_02x18_Row_Letter_Last (at 5.08 -3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3 5.5) (end -3 5) (layer F.SilkS) (width 0.15)) + (fp_line (start 22 5.5) (end -3 5.5) (layer F.SilkS) (width 0.15)) + (fp_line (start 22 5) (end 22 5.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -3 5) (end -3 -2.5) (layer F.SilkS) (width 0.15)) + (fp_line (start 22 5) (end -3 5) (layer F.SilkS) (width 0.15)) + (fp_line (start 22 -2.5) (end 22 5) (layer F.SilkS) (width 0.15)) + (fp_line (start -3 -2.5) (end 22 -2.5) (layer F.SilkS) (width 0.15)) + (pad "" thru_hole circle (at 20.65 1.25 90) (size 2.35 2.35) (drill 2.35) (layers *.Cu *.Mask)) + (pad "" thru_hole circle (at 11.65 1.25 90) (size 2.35 2.35) (drill 2.35) (layers *.Cu *.Mask)) + (pad 18b thru_hole circle (at 19 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 17b thru_hole circle (at 18 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 6 outB)) + (pad 16b thru_hole circle (at 17 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 6 outB)) + (pad 15b thru_hole circle (at 16 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 14b thru_hole circle (at 15 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 7 outA)) + (pad 13b thru_hole circle (at 14 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 7 outA)) + (pad 12b thru_hole circle (at 13 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 11b thru_hole circle (at 10 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 10b thru_hole circle (at 9 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 9b thru_hole circle (at 8 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 8 +15V)) + (pad 8b thru_hole circle (at 7 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 8 +15V)) + (pad 7b thru_hole circle (at 6 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 8 +15V)) + (pad 6b thru_hole circle (at 5 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 5b thru_hole circle (at 4 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 4b thru_hole circle (at 3 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 3b thru_hole circle (at 2 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 9 -15V)) + (pad 2b thru_hole circle (at 1 4.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 9 -15V)) + (pad 1b thru_hole circle (at 0 2.5 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 9 -15V)) + (pad 18a thru_hole circle (at 19 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 4 inB+)) + (pad 17a thru_hole circle (at 18 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 16a thru_hole circle (at 17 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 5 inB-)) + (pad 15a thru_hole circle (at 16 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 14a thru_hole circle (at 15 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 3 inA+)) + (pad 13a thru_hole circle (at 14 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 12a thru_hole circle (at 13 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 2 inA-)) + (pad 11a thru_hole circle (at 10 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 10a thru_hole circle (at 9 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 9a thru_hole circle (at 8 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 8 +15V)) + (pad 8a thru_hole circle (at 7 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 8 +15V)) + (pad 7a thru_hole circle (at 6 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 8 +15V)) + (pad 6a thru_hole circle (at 5 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 5a thru_hole circle (at 4 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 4a thru_hole circle (at 3 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 1 GNDA)) + (pad 3a thru_hole circle (at 2 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 9 -15V)) + (pad 2a thru_hole circle (at 1 -2 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 9 -15V)) + (pad 1a thru_hole rect (at 0 0 90) (size 1.2 1.2) (drill 0.7) (layers *.Cu *.Mask) + (net 9 -15V)) + ) + + (module footprints:coax_solder_pad (layer F.Cu) (tedit 5CB36FFB) (tstamp 5CB1E198) + (at 49.53 26.67 270) + (path /5CB301F1) + (fp_text reference outA1 (at 5.715 -2.54 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02 (at 3.81 -3.81 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 1.27) (end -2.54 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -2.54) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole roundrect (at 5.08 0 270) (size 4 2) (drill 0.8 (offset 0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 7 outA)) + (pad 1 thru_hole roundrect (at 0 0 270) (size 4 3) (drill 0.8 (offset -0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 1 GNDA)) + ) + + (module footprints:coax_solder_pad (layer F.Cu) (tedit 5CB36FFF) (tstamp 5CB1E1B0) + (at 45.72 20.32 270) + (path /5CB3167B) + (fp_text reference outB1 (at 1.27 1.905 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02 (at 3.81 -3.81 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 -2.54) (end 2.54 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -2.54) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end -2.54 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 1.27) (end -2.54 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole roundrect (at 0 0 270) (size 4 3) (drill 0.8 (offset -0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 1 GNDA)) + (pad 2 thru_hole roundrect (at 5.08 0 270) (size 4 2) (drill 0.8 (offset 0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 6 outB)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 5CD00FCB) (tstamp 5CBFFFEE) + (at 39.37 18.415) + (descr "Mounting Hole 3.2mm, M3") + (tags "mounting hole 3.2mm m3") + (attr virtual) + (fp_text reference REF** (at 0 -4.2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask) + (net 1 GNDA)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_Pad (layer F.Cu) (tedit 5CD00FC4) (tstamp 5CBFFFFE) + (at 39.37 53.34) + (descr "Mounting Hole 3.2mm, M3") + (tags "mounting hole 3.2mm m3") + (attr virtual) + (fp_text reference REF** (at 0 -4.2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole_3.2mm_M3_Pad (at 0 4.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0.075) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask) + (net 1 GNDA)) + ) + + (module footprints:coax_solder_pad_flipped (layer F.Cu) (tedit 5CD00F94) (tstamp 5CD0104B) + (at 29.21 26.67 270) + (path /5CB2B45C) + (fp_text reference inA1 (at 3.57 -1.785 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02 (at 3.57 -3.57 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 -1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 2.54) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole roundrect (at 5.08 0 90) (size 4 2) (drill 0.8 (offset -0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 inA-)) + (pad 1 thru_hole roundrect (at 0 0 90) (size 4 3) (drill 0.8 (offset 0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 3 inA+)) + ) + + (module footprints:coax_solder_pad_flipped (layer F.Cu) (tedit 5CD00FB3) (tstamp 5CD00EB3) + (at 33.02 20.32 270) + (path /5CB2D8FB) + (fp_text reference inB1 (at 3.57 -1.785 270) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02 (at 3.57 -3.57 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 2.54) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 -1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole roundrect (at 0 0 90) (size 4 3) (drill 0.8 (offset 0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 4 inB+)) + (pad 2 thru_hole roundrect (at 5.08 0 90) (size 4 2) (drill 0.8 (offset -0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 5 inB-)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD017A5) (tstamp 5CD01BF3) + (at 49.53 45.085) + (path /5CD03267) + (fp_text reference J2 (at 11.43 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value -15V (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 9 -15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD01851) (tstamp 5CD01B16) + (at 29.21 41.91 180) + (path /5CD03404) + (fp_text reference J3 (at 5.355 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0184D) (tstamp 5CD01B1B) + (at 29.21 38.735 180) + (path /5CD03422) + (fp_text reference J4 (at 5.355 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value +15V (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 8 +15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD01854) (tstamp 5CD01B20) + (at 29.21 45.085 180) + (path /5CD08F50) + (fp_text reference J5 (at 5.355 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value -15V (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 9 -15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD01848) (tstamp 5CD01BBA) + (at 49.53 41.91) + (path /5CD08F56) + (fp_text reference J6 (at 5.355 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0184B) (tstamp 5CD01B2A) + (at 49.53 38.735) + (path /5CD08F5C) + (fp_text reference J7 (at 5.355 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value +15V (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 8 +15V)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0161B) (tstamp 5CD01E7F) + (at 49.53 14.605) + (path /5CD13694) + (fp_text reference J8 (at 5.355 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0161B) (tstamp 5CD01E84) + (at 29.21 14.605 180) + (path /5CD1356B) + (fp_text reference J9 (at 5.355 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0161B) (tstamp 5CD01E89) + (at 49.53 56.515) + (path /5CD1363E) + (fp_text reference J10 (at 5.355 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (module footprints:edge_solderstrip_1mm5x6mm (layer F.Cu) (tedit 5CD0161B) (tstamp 5CD01E8E) + (at 29.21 56.515 180) + (path /5CD13668) + (fp_text reference J11 (at 5.355 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value GND (at 0 -1.785 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0 180) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 GNDA)) + ) + + (gr_text - (at 33.02 45.085) (layer F.SilkS) (tstamp 5CD01D97) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text + (at 33.02 38.735) (layer F.SilkS) (tstamp 5CD01D96) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text GND (at 33.655 41.91) (layer F.SilkS) (tstamp 5CD01D92) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text - (at 45.72 45.085) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text GND (at 45.085 41.91) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text + (at 45.72 38.735) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text B (at 28.575 20.32) (layer F.SilkS) (tstamp 5CD01003) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_text A (at 46.355 29.845) (layer F.SilkS) (tstamp 5CD01003) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_line (start 25.4 58.42) (end 25.4 12.7) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 53.34 58.42) (end 25.4 58.42) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 53.34 12.7) (end 53.34 58.42) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 25.4 12.7) (end 53.34 12.7) (layer Edge.Cuts) (width 0.1)) + (gr_text A (at 30.48 29.845) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_text B (at 48.26 20.32) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_text In (at 30.48 16.51) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3))) + ) + (gr_text Out (at 48.26 16.51) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3))) + ) + + (segment (start 40.6 29.72) (end 38.1 29.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 29.72) (end 38.1 27.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 31.72) (end 38.1 29.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 33.72) (end 42.6 32.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.6 35.72) (end 42.6 33.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 41.6 35.72) (end 42.6 36.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.6 35.72) (end 41.6 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.1 35.72) (end 36.1 36.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 35.72) (end 37.1 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 39.875003 36.319999) (end 38.699999 36.319999) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.475002 35.72) (end 39.875003 36.319999) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.699999 36.319999) (end 38.1 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.6 35.72) (end 40.475002 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 41.6 41.72) (end 42.6 40.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.6 41.72) (end 41.6 41.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 42.72) (end 41.6 41.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.1 41.72) (end 36.1 40.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 41.72) (end 37.1 41.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 36.1 42.72) (end 37.1 41.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.474999 32.345001) (end 37.500001 32.319999) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.500001 32.319999) (end 38.1 31.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.474999 35.094999) (end 37.474999 32.345001) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 35.72) (end 37.474999 35.094999) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.474999 23.485001) (end 38.1 22.86) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 26.72) (end 42.6 22.86) (width 1) (layer B.Cu) (net 1)) + (segment (start 37.474999 27.094999) (end 37.474999 23.485001) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 27.72) (end 37.474999 27.094999) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 22.17) (end 42.6 22.86) (width 1) (layer B.Cu) (net 1)) + (segment (start 44.45 20.32) (end 42.6 22.17) (width 1) (layer B.Cu) (net 1)) + (segment (start 45.72 20.32) (end 44.45 20.32) (width 1) (layer B.Cu) (net 1)) + (segment (start 39.37 18.415) (end 39.37 22.86) (width 1) (layer B.Cu) (net 1)) + (segment (start 39.37 22.86) (end 42.6 22.86) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 22.86) (end 39.37 22.86) (width 1) (layer B.Cu) (net 1)) + (segment (start 49.53 26.67) (end 49.53 21.59) (width 1) (layer B.Cu) (net 1)) + (segment (start 49.53 21.59) (end 48.26 20.32) (width 1) (layer B.Cu) (net 1)) + (segment (start 48.26 20.32) (end 45.72 20.32) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 36.72) (end 43.199999 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 43.199999 36.120001) (end 43.224001 36.144003) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.799998 35.72) (end 43.224001 36.144003) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.6 35.72) (end 42.799998 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 35.900002 35.72) (end 35.500001 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 38.1 35.72) (end 35.900002 35.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 42.6 40.72) (end 42.6 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 36.1 40.72) (end 36.1 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 37.1 41.72) (end 36.1 40.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 37.1 41.72) (end 36.1 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 38.1 41.72) (end 37.1 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 41.6 41.72) (end 42.6 40.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 41.6 41.72) (end 42.6 42.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 40.6 41.72) (end 41.6 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 40.6 41.72) (end 38.1 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 36.1 40.72) (end 33.735 40.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.735 40.72) (end 33.02 40.005) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.02 40.005) (end 33.02 37.465) (width 1) (layer B.Cu) (net 1)) + (segment (start 34.364999 36.120001) (end 33.02 37.465) (width 1) (layer B.Cu) (net 1)) + (segment (start 35.500001 36.120001) (end 34.364999 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 36.1 36.72) (end 35.500001 36.120001) (width 1) (layer B.Cu) (net 1)) + (segment (start 36.1 42.72) (end 33.48 42.72) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.48 47.525) (end 39.37 53.415) (width 1) (layer B.Cu) (net 1)) + (segment (start 33.48 42.72) (end 33.48 47.525) (width 1) (layer B.Cu) (net 1)) + (segment (start 40.79 41.91) (end 40.6 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 50.165 41.91) (end 40.79 41.91) (width 1) (layer F.Cu) (net 1)) + (segment (start 37.91 41.91) (end 38.1 41.72) (width 1) (layer F.Cu) (net 1)) + (segment (start 28.575 41.91) (end 37.91 41.91) (width 1) (layer F.Cu) (net 1)) + (segment (start 30.18 32.72) (end 36.1 32.72) (width 1) (layer B.Cu) (net 2)) + (segment (start 29.21 31.75) (end 30.18 32.72) (width 1) (layer B.Cu) (net 2)) + (segment (start 36.1 30.72) (end 33.26 30.72) (width 1) (layer B.Cu) (net 3)) + (segment (start 33.26 30.72) (end 29.21 26.67) (width 1) (layer B.Cu) (net 3)) + (segment (start 36.1 22.13) (end 34.29 20.32) (width 1) (layer B.Cu) (net 4)) + (segment (start 36.1 26.72) (end 36.1 22.13) (width 1) (layer B.Cu) (net 4)) + (segment (start 33.02 20.32) (end 34.29 20.32) (width 1) (layer B.Cu) (net 4)) + (segment (start 36.1 28.72) (end 33.8 28.72) (width 1) (layer B.Cu) (net 5)) + (segment (start 33.02 27.94) (end 33.02 25.4) (width 1) (layer B.Cu) (net 5)) + (segment (start 33.8 28.72) (end 33.02 27.94) (width 1) (layer B.Cu) (net 5)) + (segment (start 45.72 25.524002) (end 45.72 25.4) (width 1) (layer B.Cu) (net 6)) + (segment (start 45.72 27.94) (end 45.72 25.524002) (width 1) (layer B.Cu) (net 6)) + (segment (start 44.94 28.72) (end 45.72 27.94) (width 1) (layer B.Cu) (net 6)) + (segment (start 42.6 28.72) (end 44.94 28.72) (width 1) (layer B.Cu) (net 6)) + (segment (start 42.055 28.72) (end 42.6 28.72) (width 1) (layer B.Cu) (net 6)) + (segment (start 41.055 27.72) (end 42.055 28.72) (width 1) (layer B.Cu) (net 6)) + (segment (start 40.6 27.72) (end 41.055 27.72) (width 1) (layer B.Cu) (net 6)) + (segment (start 41.245 31.72) (end 40.6 31.72) (width 1) (layer B.Cu) (net 7)) + (segment (start 42.245 30.72) (end 41.245 31.72) (width 1) (layer B.Cu) (net 7)) + (segment (start 42.6 30.72) (end 42.245 30.72) (width 1) (layer B.Cu) (net 7)) + (segment (start 49.53 31.75) (end 46.99 31.75) (width 1) (layer B.Cu) (net 7)) + (segment (start 45.96 30.72) (end 42.6 30.72) (width 1) (layer B.Cu) (net 7)) + (segment (start 46.99 31.75) (end 45.96 30.72) (width 1) (layer B.Cu) (net 7)) + (segment (start 41.6 38.72) (end 40.6 39.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 42.6 38.72) (end 41.6 38.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 40.6 37.72) (end 41.6 38.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 37.1 38.72) (end 38.1 39.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 36.1 38.72) (end 37.1 38.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 38.1 37.72) (end 37.1 38.72) (width 1) (layer B.Cu) (net 8)) + (segment (start 37.1 38.72) (end 38.1 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 36.1 38.72) (end 37.1 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 38.1 39.72) (end 37.1 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 41.6 38.72) (end 40.6 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 42.6 38.72) (end 41.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 40.6 39.72) (end 41.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 38.1 39.72) (end 38.1 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 40.6 37.72) (end 40.6 39.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 38.1 37.72) (end 40.6 37.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 40.6 39.72) (end 38.1 39.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 36.1 38.72) (end 42.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 36.085 38.735) (end 36.1 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 28.575 38.735) (end 36.085 38.735) (width 1) (layer F.Cu) (net 8)) + (segment (start 42.615 38.735) (end 42.6 38.72) (width 1) (layer F.Cu) (net 8)) + (segment (start 50.165 38.735) (end 42.615 38.735) (width 1) (layer F.Cu) (net 8)) + (segment (start 37.1 44.72) (end 38.1 43.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 36.1 44.72) (end 37.1 44.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 38.1 45.72) (end 37.1 44.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 41.6 44.72) (end 40.6 43.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 42.6 44.72) (end 41.6 44.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 40.6 45.72) (end 41.6 44.72) (width 1) (layer B.Cu) (net 9)) + (segment (start 37.1 44.72) (end 38.1 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 36.1 44.72) (end 37.1 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 41.6 44.72) (end 40.6 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 42.6 44.72) (end 41.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 40.6 45.72) (end 41.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 38.1 45.72) (end 37.1 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 40.6 43.72) (end 40.6 45.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 38.1 45.72) (end 38.1 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 38.1 43.72) (end 40.6 43.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 40.6 45.72) (end 38.1 45.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 36.1 44.72) (end 42.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 42.965 45.085) (end 42.6 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 50.165 45.085) (end 42.965 45.085) (width 1) (layer F.Cu) (net 9)) + (segment (start 35.735 45.085) (end 36.1 44.72) (width 1) (layer F.Cu) (net 9)) + (segment (start 28.575 45.085) (end 35.735 45.085) (width 1) (layer F.Cu) (net 9)) + + (zone (net 1) (net_name GNDA) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.5)) + (min_thickness 1.45) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 1.5)) + (polygon + (pts + (xy 25.4 12.7) (xy 53.34 12.7) (xy 53.34 58.42) (xy 25.4 58.42) + ) + ) + ) +) diff --git a/schematic/baseplate_in_output/baseplate_in_output.net b/schematic/baseplate_in_output/baseplate_in_output.net index 369b68b..2632406 100644 --- a/schematic/baseplate_in_output/baseplate_in_output.net +++ b/schematic/baseplate_in_output/baseplate_in_output.net @@ -1,7 +1,7 @@ (export (version D) (design (source /media/fisch/HDD/Projects/mixer/schematic/baseplate_in_output/baseplate_in_output.sch) - (date "So 14 Apr 2019 19:14:34 CEST") + (date "Mo 06 Mai 2019 13:28:12 CEST") (tool "Eeschema 5.0.2-bee76a0~70~ubuntu16.04.1") (sheet (number 1) (name /) (tstamps /) (title_block @@ -17,14 +17,14 @@ (components (comp (ref inA1) (value Conn_01x02) - (footprint footprints:coax_solder_pad) + (footprint footprints:coax_solder_pad_flipped) (datasheet ~) (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) (sheetpath (names /) (tstamps /)) (tstamp 5CB2B45C)) (comp (ref inB1) (value Conn_01x02) - (footprint footprints:coax_solder_pad) + (footprint footprints:coax_solder_pad_flipped) (datasheet ~) (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) (sheetpath (names /) (tstamps /)) @@ -49,8 +49,88 @@ (datasheet ~) (libsource (lib Connector_Generic) (part Conn_02x18_Row_Letter_Last) (description "Generic connector, double row, 02x18, row letter last pin numbering scheme (pin number consists of a letter for the row and a number for the pin index in this row. 1a, ..., Na; 1b, ..., Nb)), script generated (kicad-library-utils/schlib/autogen/connector/)")) (sheetpath (names /) (tstamps /)) - (tstamp 5CB5100B))) + (tstamp 5CB5100B)) + (comp (ref J2) + (value -15V) + (footprint footprints:edge_solderstrip_1mm5x6mm) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD03267)) + (comp (ref J3) + (value GND) + (footprint footprints:edge_solderstrip_1mm5x6mm) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD03404)) + (comp (ref J4) + (value +15V) + (footprint footprints:edge_solderstrip_1mm5x6mm) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD03422)) + (comp (ref J5) + (value -15V) + (footprint footprints:edge_solderstrip_1mm5x6mm) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD08F50)) + (comp (ref J6) + (value GND) + (footprint footprints:edge_solderstrip_1mm5x6mm) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD08F56)) + (comp (ref J7) + (value +15V) + (footprint footprints:edge_solderstrip_1mm5x6mm) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD08F5C)) + (comp (ref J9) + (value GND) + (footprint footprints:edge_solderstrip_th) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD1356B)) + (comp (ref J10) + (value GND) + (footprint footprints:edge_solderstrip_th) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD1363E)) + (comp (ref J11) + (value GND) + (footprint footprints:edge_solderstrip_th) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD13668)) + (comp (ref J8) + (value GND) + (footprint footprints:edge_solderstrip_th) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x01_Male) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5CD13694))) (libparts + (libpart (lib Connector) (part Conn_01x01_Male) + (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)") + (docs ~) + (footprints + (fp Connector*:*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_01x01_Male)) + (pins + (pin (num 1) (name Pin_1) (type passive)))) (libpart (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)") (docs ~) @@ -108,59 +188,71 @@ (pin (num 18a) (name Pin_18a) (type passive)) (pin (num 18b) (name Pin_18b) (type passive))))) (libraries + (library (logical Connector) + (uri /usr/share/kicad/library/Connector.lib)) (library (logical Connector_Generic) (uri /usr/share/kicad/library/Connector_Generic.lib))) (nets - (net (code 1) (name +15V) - (node (ref J1) (pin 9b)) - (node (ref J1) (pin 9a)) - (node (ref J1) (pin 8b)) - (node (ref J1) (pin 8a)) - (node (ref J1) (pin 7b)) - (node (ref J1) (pin 7a))) - (net (code 2) (name GNDA) - (node (ref outB1) (pin 1)) - (node (ref outA1) (pin 1)) - (node (ref J1) (pin 5a)) - (node (ref J1) (pin 10a)) + (net (code 1) (name GNDA) (node (ref J1) (pin 17a)) + (node (ref J3) (pin 1)) + (node (ref J8) (pin 1)) + (node (ref J11) (pin 1)) + (node (ref outA1) (pin 1)) (node (ref J1) (pin 15b)) (node (ref J1) (pin 15a)) (node (ref J1) (pin 13a)) + (node (ref J1) (pin 12b)) (node (ref J1) (pin 11b)) (node (ref J1) (pin 11a)) + (node (ref J1) (pin 10a)) + (node (ref J6) (pin 1)) + (node (ref outB1) (pin 1)) (node (ref J1) (pin 10b)) - (node (ref J1) (pin 12b)) (node (ref J1) (pin 6b)) - (node (ref J1) (pin 6a)) (node (ref J1) (pin 5b)) + (node (ref J1) (pin 5a)) (node (ref J1) (pin 4b)) (node (ref J1) (pin 4a)) - (node (ref J1) (pin 18b))) - (net (code 3) (name outB) - (node (ref J1) (pin 17b)) - (node (ref J1) (pin 16b)) - (node (ref outB1) (pin 2))) - (net (code 4) (name outA) - (node (ref outA1) (pin 2)) - (node (ref J1) (pin 14b)) - (node (ref J1) (pin 13b))) - (net (code 5) (name -15V) - (node (ref J1) (pin 3b)) - (node (ref J1) (pin 3a)) - (node (ref J1) (pin 2b)) - (node (ref J1) (pin 2a)) - (node (ref J1) (pin 1b)) - (node (ref J1) (pin 1a))) - (net (code 6) (name inA+) - (node (ref J1) (pin 12a)) - (node (ref inA1) (pin 1))) - (net (code 7) (name inA-) - (node (ref inA1) (pin 2)) - (node (ref J1) (pin 14a))) - (net (code 8) (name inB+) - (node (ref J1) (pin 18a)) - (node (ref inB1) (pin 1))) - (net (code 9) (name inB-) + (node (ref J1) (pin 18b)) + (node (ref J1) (pin 6a)) + (node (ref J10) (pin 1)) + (node (ref J9) (pin 1))) + (net (code 2) (name inB-) (node (ref J1) (pin 16a)) - (node (ref inB1) (pin 2))))) \ No newline at end of file + (node (ref inB1) (pin 2))) + (net (code 3) (name inB+) + (node (ref inB1) (pin 1)) + (node (ref J1) (pin 18a))) + (net (code 4) (name -15V) + (node (ref J1) (pin 3b)) + (node (ref J1) (pin 1a)) + (node (ref J1) (pin 1b)) + (node (ref J1) (pin 2a)) + (node (ref J1) (pin 2b)) + (node (ref J1) (pin 3a)) + (node (ref J5) (pin 1)) + (node (ref J2) (pin 1))) + (net (code 5) (name +15V) + (node (ref J1) (pin 9b)) + (node (ref J7) (pin 1)) + (node (ref J1) (pin 9a)) + (node (ref J1) (pin 8b)) + (node (ref J4) (pin 1)) + (node (ref J1) (pin 8a)) + (node (ref J1) (pin 7b)) + (node (ref J1) (pin 7a))) + (net (code 6) (name inA-) + (node (ref J1) (pin 12a)) + (node (ref inA1) (pin 2))) + (net (code 7) (name inA+) + (node (ref J1) (pin 14a)) + (node (ref inA1) (pin 1))) + (net (code 8) (name outA) + (node (ref J1) (pin 13b)) + (node (ref J1) (pin 14b)) + (node (ref outA1) (pin 2))) + (net (code 9) (name outB) + (node (ref J1) (pin 16b)) + (node (ref outB1) (pin 2)) + (node (ref J1) (pin 17b))))) \ No newline at end of file diff --git a/schematic/baseplate_in_output/baseplate_in_output.sch b/schematic/baseplate_in_output/baseplate_in_output.sch index 179d4d2..0bedc78 100644 --- a/schematic/baseplate_in_output/baseplate_in_output.sch +++ b/schematic/baseplate_in_output/baseplate_in_output.sch @@ -177,9 +177,9 @@ Text GLabel 4500 3950 0 50 Input ~ 0 inB+ Text GLabel 4500 3750 0 50 Input ~ 0 inB- -Text GLabel 4500 3550 0 50 Input ~ 0 -inA- Text GLabel 4500 3350 0 50 Input ~ 0 +inA- +Text GLabel 4500 3550 0 50 Input ~ 0 inA+ Text GLabel 5750 3550 2 50 Input ~ 0 outA @@ -191,7 +191,7 @@ U 1 1 5CB2B45C P 3300 3350 F 0 "inA1" H 3220 3025 50 0000 C CNN F 1 "Conn_01x02" H 3220 3116 50 0000 C CNN -F 2 "footprints:coax_solder_pad" H 3300 3350 50 0001 C CNN +F 2 "footprints:coax_solder_pad_flipped" H 3300 3350 50 0001 C CNN F 3 "~" H 3300 3350 50 0001 C CNN 1 3300 3350 -1 0 0 1 @@ -210,7 +210,7 @@ U 1 1 5CB2D8FB P 3300 3800 F 0 "inB1" H 3220 3475 50 0000 C CNN F 1 "Conn_01x02" H 3220 3566 50 0000 C CNN -F 2 "footprints:coax_solder_pad" H 3300 3800 50 0001 C CNN +F 2 "footprints:coax_solder_pad_flipped" H 3300 3800 50 0001 C CNN F 3 "~" H 3300 3800 50 0001 C CNN 1 3300 3800 -1 0 0 1 @@ -311,10 +311,10 @@ F 3 "~" H 5100 3050 50 0001 C CNN 1 0 0 -1 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0107 U 1 1 5CB38711 P 5450 3650 -F 0 "#PWR?" H 5450 3400 50 0001 C CNN +F 0 "#PWR0107" H 5450 3400 50 0001 C CNN F 1 "GNDA" V 5450 3450 50 0000 C CNN F 2 "" H 5450 3650 50 0001 C CNN F 3 "" H 5450 3650 50 0001 C CNN @@ -322,10 +322,10 @@ F 3 "" H 5450 3650 50 0001 C CNN 0 -1 -1 0 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0109 U 1 1 5CB3872E P 5450 3350 -F 0 "#PWR?" H 5450 3100 50 0001 C CNN +F 0 "#PWR0109" H 5450 3100 50 0001 C CNN F 1 "GNDA" V 5450 3150 50 0000 C CNN F 2 "" H 5450 3350 50 0001 C CNN F 3 "" H 5450 3350 50 0001 C CNN @@ -333,10 +333,10 @@ F 3 "" H 5450 3350 50 0001 C CNN 0 -1 -1 0 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0110 U 1 1 5CB3874B P 5650 3150 -F 0 "#PWR?" H 5650 2900 50 0001 C CNN +F 0 "#PWR0110" H 5650 2900 50 0001 C CNN F 1 "GNDA" V 5650 2950 50 0000 C CNN F 2 "" H 5650 3150 50 0001 C CNN F 3 "" H 5650 3150 50 0001 C CNN @@ -376,19 +376,15 @@ Wire Wire Line Connection ~ 5500 3750 Wire Wire Line 5500 3750 5750 3750 -Wire Wire Line - 4900 3550 4500 3550 -Wire Wire Line - 4500 3350 4900 3350 Wire Wire Line 4900 3750 4500 3750 Wire Wire Line 4500 3950 4900 3950 $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0113 U 1 1 5CB4A441 P 4800 3850 -F 0 "#PWR?" H 4800 3600 50 0001 C CNN +F 0 "#PWR0113" H 4800 3600 50 0001 C CNN F 1 "GNDA" V 4800 3650 50 0000 C CNN F 2 "" H 4800 3850 50 0001 C CNN F 3 "" H 4800 3850 50 0001 C CNN @@ -396,10 +392,10 @@ F 3 "" H 4800 3850 50 0001 C CNN 0 1 1 0 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0114 U 1 1 5CB4A470 P 4800 3650 -F 0 "#PWR?" H 4800 3400 50 0001 C CNN +F 0 "#PWR0114" H 4800 3400 50 0001 C CNN F 1 "GNDA" V 4800 3450 50 0000 C CNN F 2 "" H 4800 3650 50 0001 C CNN F 3 "" H 4800 3650 50 0001 C CNN @@ -407,10 +403,10 @@ F 3 "" H 4800 3650 50 0001 C CNN 0 1 1 0 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0115 U 1 1 5CB4A48D P 4800 3450 -F 0 "#PWR?" H 4800 3200 50 0001 C CNN +F 0 "#PWR0115" H 4800 3200 50 0001 C CNN F 1 "GNDA" V 4800 3250 50 0000 C CNN F 2 "" H 4800 3450 50 0001 C CNN F 3 "" H 4800 3450 50 0001 C CNN @@ -418,10 +414,10 @@ F 3 "" H 4800 3450 50 0001 C CNN 0 1 1 0 $EndComp $Comp -L power:GNDA #PWR? +L power:GNDA #PWR0116 U 1 1 5CB4A4AA P 4800 3150 -F 0 "#PWR?" H 4800 2900 50 0001 C CNN +F 0 "#PWR0116" H 4800 2900 50 0001 C CNN F 1 "GNDA" V 4800 2950 50 0000 C CNN F 2 "" H 4800 3150 50 0001 C CNN F 3 "" H 4800 3150 50 0001 C CNN @@ -443,4 +439,226 @@ Wire Wire Line 4900 3650 4800 3650 Wire Wire Line 4800 3850 4900 3850 +Wire Wire Line + 4500 3350 4900 3350 +Wire Wire Line + 4900 3550 4500 3550 +$Comp +L Connector:Conn_01x01_Male J2 +U 1 1 5CD03267 +P 3550 2350 +F 0 "J2" H 3150 2350 50 0000 C CNN +F 1 "-15V" H 3400 2350 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2350 50 0001 C CNN +F 3 "~" H 3550 2350 50 0001 C CNN + 1 3550 2350 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J3 +U 1 1 5CD03404 +P 3550 2450 +F 0 "J3" H 3150 2450 50 0000 C CNN +F 1 "GND" H 3400 2450 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2450 50 0001 C CNN +F 3 "~" H 3550 2450 50 0001 C CNN + 1 3550 2450 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J4 +U 1 1 5CD03422 +P 3550 2550 +F 0 "J4" H 3150 2550 50 0000 C CNN +F 1 "+15V" H 3400 2550 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 3550 2550 50 0001 C CNN +F 3 "~" H 3550 2550 50 0001 C CNN + 1 3550 2550 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0117 +U 1 1 5CD03490 +P 3850 2450 +F 0 "#PWR0117" H 3850 2200 50 0001 C CNN +F 1 "GNDA" V 3850 2200 50 0000 C CNN +F 2 "" H 3850 2450 50 0001 C CNN +F 3 "" H 3850 2450 50 0001 C CNN + 1 3850 2450 + 0 -1 -1 0 +$EndComp +$Comp +L power:-15V #PWR0118 +U 1 1 5CD034C3 +P 3850 2350 +F 0 "#PWR0118" H 3850 2450 50 0001 C CNN +F 1 "-15V" V 3850 2600 50 0000 C CNN +F 2 "" H 3850 2350 50 0001 C CNN +F 3 "" H 3850 2350 50 0001 C CNN + 1 3850 2350 + 0 1 1 0 +$EndComp +$Comp +L power:+15V #PWR0119 +U 1 1 5CD03547 +P 3850 2550 +F 0 "#PWR0119" H 3850 2400 50 0001 C CNN +F 1 "+15V" V 3850 2800 50 0000 C CNN +F 2 "" H 3850 2550 50 0001 C CNN +F 3 "" H 3850 2550 50 0001 C CNN + 1 3850 2550 + 0 1 1 0 +$EndComp +Wire Wire Line + 3850 2350 3750 2350 +Wire Wire Line + 3750 2450 3850 2450 +Wire Wire Line + 3850 2550 3750 2550 +$Comp +L Connector:Conn_01x01_Male J5 +U 1 1 5CD08F50 +P 6800 2350 +F 0 "J5" H 6400 2350 50 0000 C CNN +F 1 "-15V" H 6650 2350 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 6800 2350 50 0001 C CNN +F 3 "~" H 6800 2350 50 0001 C CNN + 1 6800 2350 + -1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J6 +U 1 1 5CD08F56 +P 6800 2450 +F 0 "J6" H 6400 2450 50 0000 C CNN +F 1 "GND" H 6650 2450 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 6800 2450 50 0001 C CNN +F 3 "~" H 6800 2450 50 0001 C CNN + 1 6800 2450 + -1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J7 +U 1 1 5CD08F5C +P 6800 2550 +F 0 "J7" H 6400 2550 50 0000 C CNN +F 1 "+15V" H 6650 2550 50 0000 C CNN +F 2 "footprints:edge_solderstrip_1mm5x6mm" H 6800 2550 50 0001 C CNN +F 3 "~" H 6800 2550 50 0001 C CNN + 1 6800 2550 + -1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0120 +U 1 1 5CD08F62 +P 6500 2450 +F 0 "#PWR0120" H 6500 2200 50 0001 C CNN +F 1 "GNDA" V 6500 2200 50 0000 C CNN +F 2 "" H 6500 2450 50 0001 C CNN +F 3 "" H 6500 2450 50 0001 C CNN + 1 6500 2450 + 0 1 -1 0 +$EndComp +$Comp +L power:-15V #PWR0121 +U 1 1 5CD08F68 +P 6500 2350 +F 0 "#PWR0121" H 6500 2450 50 0001 C CNN +F 1 "-15V" V 6500 2600 50 0000 C CNN +F 2 "" H 6500 2350 50 0001 C CNN +F 3 "" H 6500 2350 50 0001 C CNN + 1 6500 2350 + 0 -1 1 0 +$EndComp +$Comp +L power:+15V #PWR0122 +U 1 1 5CD08F6E +P 6500 2550 +F 0 "#PWR0122" H 6500 2400 50 0001 C CNN +F 1 "+15V" V 6500 2800 50 0000 C CNN +F 2 "" H 6500 2550 50 0001 C CNN +F 3 "" H 6500 2550 50 0001 C CNN + 1 6500 2550 + 0 -1 1 0 +$EndComp +Wire Wire Line + 6500 2350 6600 2350 +Wire Wire Line + 6600 2450 6500 2450 +Wire Wire Line + 6500 2550 6600 2550 +$Comp +L Connector:Conn_01x01_Male J9 +U 1 1 5CD1356B +P 3550 1900 +F 0 "J9" H 3150 1900 50 0000 C CNN +F 1 "GND" H 3400 1900 50 0000 C CNN +F 2 "footprints:edge_solderstrip_th" H 3550 1900 50 0001 C CNN +F 3 "~" H 3550 1900 50 0001 C CNN + 1 3550 1900 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J10 +U 1 1 5CD1363E +P 3550 2000 +F 0 "J10" H 3150 2000 50 0000 C CNN +F 1 "GND" H 3400 2000 50 0000 C CNN +F 2 "footprints:edge_solderstrip_th" H 3550 2000 50 0001 C CNN +F 3 "~" H 3550 2000 50 0001 C CNN + 1 3550 2000 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J11 +U 1 1 5CD13668 +P 3550 2100 +F 0 "J11" H 3150 2100 50 0000 C CNN +F 1 "GND" H 3400 2100 50 0000 C CNN +F 2 "footprints:edge_solderstrip_th" H 3550 2100 50 0001 C CNN +F 3 "~" H 3550 2100 50 0001 C CNN + 1 3550 2100 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x01_Male J8 +U 1 1 5CD13694 +P 3550 1800 +F 0 "J8" H 3150 1800 50 0000 C CNN +F 1 "GND" H 3400 1800 50 0000 C CNN +F 2 "footprints:edge_solderstrip_th" H 3550 1800 50 0001 C CNN +F 3 "~" H 3550 1800 50 0001 C CNN + 1 3550 1800 + 1 0 0 -1 +$EndComp +$Comp +L power:GNDA #PWR0123 +U 1 1 5CD136CA +P 3900 2100 +F 0 "#PWR0123" H 3900 1850 50 0001 C CNN +F 1 "GNDA" V 3900 1850 50 0000 C CNN +F 2 "" H 3900 2100 50 0001 C CNN +F 3 "" H 3900 2100 50 0001 C CNN + 1 3900 2100 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3900 2100 3800 2100 +Wire Wire Line + 3750 1800 3800 1800 +Wire Wire Line + 3800 1800 3800 1900 +Connection ~ 3800 2100 +Wire Wire Line + 3800 2100 3750 2100 +Wire Wire Line + 3750 1900 3800 1900 +Connection ~ 3800 1900 +Wire Wire Line + 3800 1900 3800 2000 +Wire Wire Line + 3750 2000 3800 2000 +Connection ~ 3800 2000 +Wire Wire Line + 3800 2000 3800 2100 $EndSCHEMATC diff --git a/schematic/footprints/coax_solder_pad_flipped.kicad_mod b/schematic/footprints/coax_solder_pad_flipped.kicad_mod new file mode 100644 index 0000000..2e51c48 --- /dev/null +++ b/schematic/footprints/coax_solder_pad_flipped.kicad_mod @@ -0,0 +1,16 @@ +(module coax_solder_pad (layer F.Cu) (tedit 5CD00DB1) + (fp_text reference REF** (at 3.57 -1.785) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value coax_solder_pad (at 3.57 -3.57) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.54 -1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 -1.27) (end -2.54 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 2.54) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.54 2.54) (end 2.54 2.54) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole roundrect (at 5.08 0 180) (size 4 2) (drill 0.8 (offset -0.254 0)) (layers *.Cu *.Mask) (roundrect_rratio 0.25)) + (pad 1 thru_hole roundrect (at 0 0 180) (size 4 3) (drill 0.8 (offset 0.254 -0.635)) (layers *.Cu *.Mask) (roundrect_rratio 0.25)) +) diff --git a/schematic/footprints/edge_solderstrip_1mm5x6mm.kicad_mod b/schematic/footprints/edge_solderstrip_1mm5x6mm.kicad_mod new file mode 100644 index 0000000..8b1ae86 --- /dev/null +++ b/schematic/footprints/edge_solderstrip_1mm5x6mm.kicad_mod @@ -0,0 +1,9 @@ +(module edge_solderstrip (layer F.Cu) (tedit 5CD0161B) + (fp_text reference REF** (at 5.355 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value edge_solderstrip (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at 0 0) (size 6 1.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1)) +) diff --git a/schematic/footprints/edge_solderstrip_th.kicad_mod b/schematic/footprints/edge_solderstrip_th.kicad_mod new file mode 100644 index 0000000..85c543f --- /dev/null +++ b/schematic/footprints/edge_solderstrip_th.kicad_mod @@ -0,0 +1,9 @@ +(module edge_solderstrip (layer F.Cu) (tedit 5CD019F3) + (fp_text reference REF** (at 5.355 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value edge_solderstrip (at 0 -1.785) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0) (size 6 1.5) (drill 0.8) (layers *.Cu *.Mask) (roundrect_rratio 0.1)) +) diff --git a/schematic/mixer-cache.lib b/schematic/mixer-cache.lib new file mode 100644 index 0000000..5c934e6 --- /dev/null +++ b/schematic/mixer-cache.lib @@ -0,0 +1,91 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Generic_Conn_02x18_Row_Letter_First +# +DEF Connector_Generic_Conn_02x18_Row_Letter_First J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x18_Row_Letter_First" 50 -1000 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -895 0 -905 1 1 6 N +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -950 1 1 10 f +S 150 -895 100 -905 1 1 6 N +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_a1 a1 -200 800 150 R 50 50 1 1 P +X Pin_a10 a10 -200 -100 150 R 50 50 1 1 P +X Pin_a11 a11 -200 -200 150 R 50 50 1 1 P +X Pin_a12 a12 -200 -300 150 R 50 50 1 1 P +X Pin_a13 a13 -200 -400 150 R 50 50 1 1 P +X Pin_a14 a14 -200 -500 150 R 50 50 1 1 P +X Pin_a15 a15 -200 -600 150 R 50 50 1 1 P +X Pin_a16 a16 -200 -700 150 R 50 50 1 1 P +X Pin_a17 a17 -200 -800 150 R 50 50 1 1 P +X Pin_a18 a18 -200 -900 150 R 50 50 1 1 P +X Pin_a2 a2 -200 700 150 R 50 50 1 1 P +X Pin_a3 a3 -200 600 150 R 50 50 1 1 P +X Pin_a4 a4 -200 500 150 R 50 50 1 1 P +X Pin_a5 a5 -200 400 150 R 50 50 1 1 P +X Pin_a6 a6 -200 300 150 R 50 50 1 1 P +X Pin_a7 a7 -200 200 150 R 50 50 1 1 P +X Pin_a8 a8 -200 100 150 R 50 50 1 1 P +X Pin_a9 a9 -200 0 150 R 50 50 1 1 P +X Pin_b1 b1 300 800 150 L 50 50 1 1 P +X Pin_b10 b10 300 -100 150 L 50 50 1 1 P +X Pin_b11 b11 300 -200 150 L 50 50 1 1 P +X Pin_b12 b12 300 -300 150 L 50 50 1 1 P +X Pin_b13 b13 300 -400 150 L 50 50 1 1 P +X Pin_b14 b14 300 -500 150 L 50 50 1 1 P +X Pin_b15 b15 300 -600 150 L 50 50 1 1 P +X Pin_b16 b16 300 -700 150 L 50 50 1 1 P +X Pin_b17 b17 300 -800 150 L 50 50 1 1 P +X Pin_b18 b18 300 -900 150 L 50 50 1 1 P +X Pin_b2 b2 300 700 150 L 50 50 1 1 P +X Pin_b3 b3 300 600 150 L 50 50 1 1 P +X Pin_b4 b4 300 500 150 L 50 50 1 1 P +X Pin_b5 b5 300 400 150 L 50 50 1 1 P +X Pin_b6 b6 300 300 150 L 50 50 1 1 P +X Pin_b7 b7 300 200 150 L 50 50 1 1 P +X Pin_b8 b8 300 100 150 L 50 50 1 1 P +X Pin_b9 b9 300 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/schematic/mixerin_output/mixerin_output.bak b/schematic/mixerin_output/mixerin_output.bak index c458d7f..5220cd8 100644 --- a/schematic/mixerin_output/mixerin_output.bak +++ b/schematic/mixerin_output/mixerin_output.bak @@ -206,17 +206,17 @@ $EndComp $Comp L Device:R RA2 U 1 1 5C54CA8C -P 3550 3550 +P 3400 3550 AR Path="/5C54CA8C" Ref="RA2" Part="1" AR Path="/5C06F581/5C54CA8C" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CA8C" Ref="R?" Part="1" AR Path="/5C05A497/5C54CA8C" Ref="R?" Part="1" -F 0 "RA2" V 3650 3550 50 0000 C CNN -F 1 "10k" V 3550 3550 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3480 3550 50 0001 C CNN -F 3 "~" H 3550 3550 50 0001 C CNN -F 4 "Metallfilm" V 3550 3550 50 0001 C CNN "Notes" - 1 3550 3550 +F 0 "RA2" V 3600 3550 50 0000 C CNN +F 1 "10k|0" V 3500 3550 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 3550 50 0001 C CNN +F 3 "~" H 3400 3550 50 0001 C CNN +F 4 "Metallfilm" V 3400 3550 50 0001 C CNN "Notes" + 1 3400 3550 0 -1 -1 0 $EndComp Wire Wire Line @@ -246,24 +246,24 @@ Wire Wire Line Wire Wire Line 3800 3200 3800 3550 Wire Wire Line - 3800 3550 3700 3550 + 3800 3550 3550 3550 Connection ~ 3800 3550 Text Notes 4300 3200 0 50 ~ 0 v = -R2/R1 $Comp L Device:R RA3 U 1 1 5C54CAA4 -P 3350 3750 +P 3400 3750 AR Path="/5C54CAA4" Ref="RA3" Part="1" AR Path="/5C06F581/5C54CAA4" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAA4" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAA4" Ref="R?" Part="1" -F 0 "RA3" V 3450 3750 50 0000 C CNN -F 1 "10k" V 3350 3750 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3280 3750 50 0001 C CNN -F 3 "~" H 3350 3750 50 0001 C CNN -F 4 "Metallfilm" V 3350 3750 50 0001 C CNN "Notes" - 1 3350 3750 +F 0 "RA3" V 3300 3750 50 0000 C CNN +F 1 "10k|1k" V 3200 3700 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 3750 50 0001 C CNN +F 3 "~" H 3400 3750 50 0001 C CNN +F 4 "Metallfilm" V 3400 3750 50 0001 C CNN "Notes" + 1 3400 3750 0 -1 -1 0 $EndComp $Comp @@ -275,7 +275,7 @@ AR Path="/5C06F581/5C54CAAC" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAAC" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAAC" Ref="R?" Part="1" F 0 "RA5" V 3857 4150 50 0000 C CNN -F 1 "10k" V 3766 4150 50 0000 C CNN +F 1 "10k|open" V 3766 4150 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3580 4150 50 0001 C CNN F 3 "~" H 3650 4150 50 0001 C CNN F 4 "Metallfilm" V 3650 4150 50 0001 C CNN "Notes" @@ -283,10 +283,10 @@ F 4 "Metallfilm" V 3650 4150 50 0001 C CNN "Notes" 1 0 0 -1 $EndComp Wire Wire Line - 3500 3750 3650 3750 + 3550 3750 3650 3750 Connection ~ 3650 3750 Wire Wire Line - 3200 3750 3100 3750 + 3250 3750 3100 3750 $Comp L Device:R RA4 U 1 1 5C54CAB9 @@ -296,7 +296,7 @@ AR Path="/5C06F581/5C54CAB9" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAB9" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAB9" Ref="R?" Part="1" F 0 "RA4" V 3307 4150 50 0000 C CNN -F 1 "10" V 3216 4150 50 0000 C CNN +F 1 "10|0" V 3216 4150 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3030 4150 50 0001 C CNN F 3 "~" H 3100 4150 50 0001 C CNN F 4 "Metallfilm" V 3100 4150 50 0001 C CNN "Notes" @@ -363,7 +363,7 @@ AR Path="/5C06F581/5C54CAD8" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAD8" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAD8" Ref="R?" Part="1" F 0 "RB2" V 3607 5400 50 0000 C CNN -F 1 "10k" V 3516 5400 50 0000 C CNN +F 1 "10k|0" V 3516 5400 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 5400 50 0001 C CNN F 3 "~" H 3400 5400 50 0001 C CNN F 4 "Metallfilm" V 3400 5400 50 0001 C CNN "Notes" @@ -378,109 +378,109 @@ Connection ~ 3800 5400 $Comp L Device:R RB3 U 1 1 5C54CAE4 -P 3200 5600 +P 3400 5600 AR Path="/5C54CAE4" Ref="RB3" Part="1" AR Path="/5C06F581/5C54CAE4" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAE4" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAE4" Ref="R?" Part="1" -F 0 "RB3" V 3100 5600 50 0000 C CNN -F 1 "10k" V 3000 5600 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3130 5600 50 0001 C CNN -F 3 "~" H 3200 5600 50 0001 C CNN -F 4 "Metallfilm" V 3200 5600 50 0001 C CNN "Notes" - 1 3200 5600 +F 0 "RB3" V 3300 5600 50 0000 C CNN +F 1 "10k|1k" V 3200 5600 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3330 5600 50 0001 C CNN +F 3 "~" H 3400 5600 50 0001 C CNN +F 4 "Metallfilm" V 3400 5600 50 0001 C CNN "Notes" + 1 3400 5600 0 -1 -1 0 $EndComp $Comp L Device:R RB5 U 1 1 5C54CAEC -P 3500 6000 +P 3650 6000 AR Path="/5C54CAEC" Ref="RB5" Part="1" AR Path="/5C06F581/5C54CAEC" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAEC" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAEC" Ref="R?" Part="1" -F 0 "RB5" V 3707 6000 50 0000 C CNN -F 1 "10k" V 3616 6000 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3430 6000 50 0001 C CNN -F 3 "~" H 3500 6000 50 0001 C CNN -F 4 "Metallfilm" V 3500 6000 50 0001 C CNN "Notes" - 1 3500 6000 +F 0 "RB5" V 3857 6000 50 0000 C CNN +F 1 "10k|open" V 3766 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3580 6000 50 0001 C CNN +F 3 "~" H 3650 6000 50 0001 C CNN +F 4 "Metallfilm" V 3650 6000 50 0001 C CNN "Notes" + 1 3650 6000 1 0 0 -1 $EndComp Wire Wire Line - 3350 5600 3500 5600 -Connection ~ 3500 5600 + 3550 5600 3650 5600 +Connection ~ 3650 5600 $Comp L Device:R RB4 U 1 1 5C54CAF8 -P 2950 6000 +P 3150 6000 AR Path="/5C54CAF8" Ref="RB4" Part="1" AR Path="/5C06F581/5C54CAF8" Ref="R?" Part="1" AR Path="/5C0574B7/5C54CAF8" Ref="R?" Part="1" AR Path="/5C05A497/5C54CAF8" Ref="R?" Part="1" -F 0 "RB4" V 3157 6000 50 0000 C CNN -F 1 "10" V 3066 6000 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 2880 6000 50 0001 C CNN -F 3 "~" H 2950 6000 50 0001 C CNN -F 4 "Metallfilm" V 2950 6000 50 0001 C CNN "Notes" - 1 2950 6000 +F 0 "RB4" V 3357 6000 50 0000 C CNN +F 1 "10|0" V 3266 6000 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 3080 6000 50 0001 C CNN +F 3 "~" H 3150 6000 50 0001 C CNN +F 4 "Metallfilm" V 3150 6000 50 0001 C CNN "Notes" + 1 3150 6000 1 0 0 -1 $EndComp $Comp L power:GNDA #PWR0104 U 1 1 5C54CAFF -P 2950 6150 +P 3150 6150 AR Path="/5C54CAFF" Ref="#PWR0104" Part="1" AR Path="/5C06F581/5C54CAFF" Ref="#PWR?" Part="1" AR Path="/5C0574B7/5C54CAFF" Ref="#PWR?" Part="1" AR Path="/5C05A497/5C54CAFF" Ref="#PWR?" Part="1" -F 0 "#PWR0104" H 2950 5900 50 0001 C CNN -F 1 "GNDA" H 2955 5977 50 0000 C CNN -F 2 "" H 2950 6150 50 0001 C CNN -F 3 "" H 2950 6150 50 0001 C CNN - 1 2950 6150 +F 0 "#PWR0104" H 3150 5900 50 0001 C CNN +F 1 "GNDA" H 3155 5977 50 0000 C CNN +F 2 "" H 3150 6150 50 0001 C CNN +F 3 "" H 3150 6150 50 0001 C CNN + 1 3150 6150 1 0 0 -1 $EndComp $Comp L power:GNDA #PWR0105 U 1 1 5C54CB05 -P 3500 6150 +P 3650 6150 AR Path="/5C54CB05" Ref="#PWR0105" Part="1" AR Path="/5C06F581/5C54CB05" Ref="#PWR?" Part="1" AR Path="/5C0574B7/5C54CB05" Ref="#PWR?" Part="1" AR Path="/5C05A497/5C54CB05" Ref="#PWR?" Part="1" -F 0 "#PWR0105" H 3500 5900 50 0001 C CNN -F 1 "GNDA" H 3505 5977 50 0000 C CNN -F 2 "" H 3500 6150 50 0001 C CNN -F 3 "" H 3500 6150 50 0001 C CNN - 1 3500 6150 +F 0 "#PWR0105" H 3650 5900 50 0001 C CNN +F 1 "GNDA" H 3655 5977 50 0000 C CNN +F 2 "" H 3650 6150 50 0001 C CNN +F 3 "" H 3650 6150 50 0001 C CNN + 1 3650 6150 1 0 0 -1 $EndComp $Comp L Connector:Conn_01x02_Male JB1 U 1 1 5C54CB0B -P 2750 5650 +P 2950 5650 AR Path="/5C54CB0B" Ref="JB1" Part="1" AR Path="/5C06F581/5C54CB0B" Ref="J?" Part="1" AR Path="/5C0574B7/5C54CB0B" Ref="J?" Part="1" AR Path="/5C05A497/5C54CB0B" Ref="J?" Part="1" -F 0 "JB1" H 2856 5828 50 0000 C CNN -F 1 "Jumper" H 2800 5500 50 0000 C CNN -F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2750 5650 50 0001 C CNN -F 3 "~" H 2750 5650 50 0001 C CNN - 1 2750 5650 +F 0 "JB1" H 3000 5400 50 0000 C CNN +F 1 "Jumper" H 3000 5500 50 0000 C CNN +F 2 "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" H 2950 5650 50 0001 C CNN +F 3 "~" H 2950 5650 50 0001 C CNN + 1 2950 5650 1 0 0 -1 $EndComp Wire Wire Line - 2950 5850 2950 5750 + 3150 5850 3150 5750 Wire Wire Line - 2950 5650 2950 5600 + 3150 5650 3150 5600 Wire Wire Line - 3500 5600 3500 5850 + 3650 5600 3650 5850 Wire Wire Line 3800 5400 3850 5400 Wire Wire Line - 3500 5600 3850 5600 + 3650 5600 3850 5600 $Comp L Device:R RB1 U 1 1 5C54CB19 @@ -501,8 +501,8 @@ Wire Wire Line 4450 5500 4450 5050 Wire Wire Line 4450 5050 4300 5050 -Text Notes 2350 4050 0 50 ~ 0 -Connect for \nunbalanced\ninput signal +Text Notes 2200 4200 0 50 ~ 0 +Connect JA2 for \nunbalanced\ninput signal\nand on output stage Connection ~ 4450 3650 $Comp L Device:Opamp_Dual_Generic U1 @@ -605,73 +605,49 @@ F 3 "" H 1300 1750 50 0001 C CNN 1 1300 1750 -1 0 0 1 $EndComp -Wire Wire Line - 4450 3650 4600 3650 -Text Notes 2200 5900 0 50 ~ 0 -Connect for \nunbalanced\ninput signal +Text Notes 2200 6050 0 50 ~ 0 +Connect JB1 for \nunbalanced\ninput signal\nand on output stage Connection ~ 4450 5500 Connection ~ 1300 1700 Connection ~ 1300 1100 Text Notes 3950 4350 0 50 ~ 0 -Rlow for minimum offset error\ndue to input bias current.\nRlow = R1//R2//R3 ... (inputs) -Connection ~ 3700 3550 +For output stage configuration:\nRA5,RB5=Rlow for minimum offset error\ndue to input bias current.\nRlow = R1//R2//R3 ... (inputs) Wire Wire Line 3650 3750 3850 3750 -Wire Wire Line - 3550 5400 3650 5400 -Wire Wire Line - 3650 5400 3650 5300 -Connection ~ 3650 5400 -Wire Wire Line - 3650 5400 3800 5400 -Text Notes 3800 6150 0 50 ~ 0 -For Output Stage exchange \nRA5 and RB5 for Rlow=1k. -Text Notes 3950 4100 0 50 ~ 0 -For Output Stage exchange \nRA5 and RB5 for Rlow=1k. $Comp L Device:R RA7 U 1 1 5CA39C35 -P 4850 3500 +P 4900 3650 AR Path="/5CA39C35" Ref="RA7" Part="1" AR Path="/5C06F581/5CA39C35" Ref="RA?" Part="1" AR Path="/5C0574B7/5CA39C35" Ref="RA?" Part="1" AR Path="/5C05A497/5CA39C35" Ref="RA?" Part="1" -F 0 "RA7" V 5057 3500 50 0000 C CNN -F 1 "220" V 4966 3500 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4780 3500 50 0001 C CNN -F 3 "~" H 4850 3500 50 0001 C CNN -F 4 "Metallfilm" V 4850 3500 50 0001 C CNN "Notes" - 1 4850 3500 +F 0 "RA7" V 5107 3650 50 0000 C CNN +F 1 "0|220" V 5016 3650 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4830 3650 50 0001 C CNN +F 3 "~" H 4900 3650 50 0001 C CNN +F 4 "Metallfilm" V 4900 3650 50 0001 C CNN "Notes" + 1 4900 3650 0 -1 -1 0 $EndComp -Wire Wire Line - 4700 3500 4600 3500 -Wire Wire Line - 4600 3500 4600 3650 $Comp L Device:R RB6 U 1 1 5CA3D551 -P 4800 5350 +P 4900 5500 AR Path="/5CA3D551" Ref="RB6" Part="1" AR Path="/5C06F581/5CA3D551" Ref="RA?" Part="1" AR Path="/5C0574B7/5CA3D551" Ref="RA?" Part="1" AR Path="/5C05A497/5CA3D551" Ref="RA?" Part="1" -F 0 "RB6" V 5007 5350 50 0000 C CNN -F 1 "220" V 4916 5350 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4730 5350 50 0001 C CNN -F 3 "~" H 4800 5350 50 0001 C CNN -F 4 "Metallfilm" V 4800 5350 50 0001 C CNN "Notes" - 1 4800 5350 +F 0 "RB6" V 5107 5500 50 0000 C CNN +F 1 "0|220" V 5016 5500 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" V 4830 5500 50 0001 C CNN +F 3 "~" H 4900 5500 50 0001 C CNN +F 4 "Metallfilm" V 4900 5500 50 0001 C CNN "Notes" + 1 4900 5500 0 -1 -1 0 $EndComp -Wire Wire Line - 4650 5350 4600 5350 -Wire Wire Line - 4600 5350 4600 5500 -Wire Wire Line - 4600 5500 4450 5500 Text Notes 4300 2750 0 50 ~ 0 -Lowpass:\nf_c = 1 /\n (2 * Pi * R * C) +Lowpass (optional):\nf_c = 1 /\n (2 * Pi * R * C) $Comp L Device:C ClpA1 U 1 1 5CA42A5F @@ -714,122 +690,191 @@ Wire Wire Line Wire Wire Line 3800 4700 3800 5050 Connection ~ 3800 5050 -Wire Wire Line - 3050 2700 3350 2700 -Wire Wire Line - 3050 2400 3350 2400 $Comp L power:GNDA #PWR0114 U 1 1 5CA73175 -P 3350 2400 -F 0 "#PWR0114" H 3350 2150 50 0001 C CNN -F 1 "GNDA" V 3350 2150 50 0000 C CNN -F 2 "" H 3350 2400 50 0001 C CNN -F 3 "" H 3350 2400 50 0001 C CNN - 1 3350 2400 +P 3200 2700 +F 0 "#PWR0114" H 3200 2450 50 0001 C CNN +F 1 "GNDA" V 3200 2500 50 0000 C CNN +F 2 "" H 3200 2700 50 0001 C CNN +F 3 "" H 3200 2700 50 0001 C CNN + 1 3200 2700 0 -1 -1 0 $EndComp -$Comp -L power:GNDA #PWR0115 -U 1 1 5CA73272 -P 3350 2700 -F 0 "#PWR0115" H 3350 2450 50 0001 C CNN -F 1 "GNDA" V 3350 2450 50 0000 C CNN -F 2 "" H 3350 2700 50 0001 C CNN -F 3 "" H 3350 2700 50 0001 C CNN - 1 3350 2700 - 0 -1 -1 0 -$EndComp -Text GLabel 2000 3400 0 50 Input ~ 0 -out_inA -Text GLabel 1900 3550 0 50 Input ~ 0 +Text GLabel 2150 3550 0 50 Input ~ 0 inA- -Text GLabel 1850 3750 0 50 Input ~ 0 +Text GLabel 2150 3750 0 50 Input ~ 0 inA+ -Text GLabel 5550 3500 2 50 Input ~ 0 +Text GLabel 5250 3650 2 50 Input ~ 0 outA -Text GLabel 5450 3650 2 50 Input ~ 0 -in_outA -Text GLabel 3700 2300 2 50 Input ~ 0 -in_outA -Text GLabel 3150 2200 2 50 Input ~ 0 +Text GLabel 3250 2300 2 50 Input ~ 0 outA -Text GLabel 5500 5350 2 50 Input ~ 0 +Text GLabel 5250 5500 2 50 Input ~ 0 outB -Text GLabel 5350 5500 2 50 Input ~ 0 -in_outB Wire Wire Line - 5000 3500 5550 3500 + 5050 3650 5250 3650 Wire Wire Line - 5450 3650 4600 3650 -Connection ~ 4600 3650 -Wire Wire Line - 5500 5350 4950 5350 -Wire Wire Line - 5350 5500 4600 5500 -Connection ~ 4600 5500 -Text GLabel 3700 2600 2 50 Input ~ 0 -in_outB -Text GLabel 3150 2500 2 50 Input ~ 0 + 5250 5500 5050 5500 +Text GLabel 3250 2500 2 50 Input ~ 0 outB -Text GLabel 2200 2300 0 50 Input ~ 0 -out_inA -Text GLabel 2100 2400 0 50 Input ~ 0 +Text GLabel 2100 2300 0 50 Input ~ 0 inA- -Text GLabel 2100 2200 0 50 Input ~ 0 +Text GLabel 2100 2100 0 50 Input ~ 0 inA+ Wire Wire Line - 2100 2400 2550 2400 + 3250 3550 2150 3550 Wire Wire Line - 2000 3400 3700 3400 -Wire Wire Line - 3700 3400 3700 3550 -Wire Wire Line - 3400 3550 1900 3550 -Wire Wire Line - 1850 3750 3100 3750 + 2150 3750 3100 3750 Connection ~ 3100 3750 -Text GLabel 2300 5300 0 50 Input ~ 0 -out_inB -Text GLabel 2200 5450 0 50 Input ~ 0 +Text GLabel 2000 5400 0 50 Input ~ 0 inB- -Text GLabel 2200 5600 0 50 Input ~ 0 +Text GLabel 2000 5600 0 50 Input ~ 0 inB+ Wire Wire Line - 2200 5600 2950 5600 -Connection ~ 2950 5600 + 2000 5600 3150 5600 +Connection ~ 3150 5600 Wire Wire Line - 2950 5600 3050 5600 -Wire Wire Line - 3250 5400 2500 5400 -Wire Wire Line - 2500 5400 2500 5450 -Wire Wire Line - 2500 5450 2200 5450 -Wire Wire Line - 2300 5300 3650 5300 -Text GLabel 2200 2600 0 50 Input ~ 0 -out_inB + 3150 5600 3250 5600 Text GLabel 2100 2700 0 50 Input ~ 0 inB+ Text GLabel 2100 2500 0 50 Input ~ 0 inB- +Text Notes 900 2800 0 50 ~ 0 +For output stage\ninA+ and inB+ are GND\n +Text Notes 750 3150 0 50 ~ 0 +If multiple component values given separated by "|"\nfirst value for input buffer, second value for output stage configuration Wire Wire Line - 3700 2600 3050 2600 + 4450 3650 4750 3650 Wire Wire Line - 3050 2500 3150 2500 + 4450 5500 4750 5500 Wire Wire Line - 3700 2300 3050 2300 + 3550 5400 3800 5400 Wire Wire Line - 3150 2200 3050 2200 + 2000 5400 3250 5400 Wire Wire Line - 2100 2200 2550 2200 -Wire Wire Line - 2550 2300 2200 2300 + 2100 2700 2550 2700 Wire Wire Line 2100 2500 2550 2500 Wire Wire Line - 2200 2600 2550 2600 + 2100 2300 2550 2300 Wire Wire Line - 2550 2700 2100 2700 + 2100 2100 2550 2100 +$Comp +L power:GNDA #PWR? +U 1 1 5CBC6397 +P 2450 2600 +F 0 "#PWR?" H 2450 2350 50 0001 C CNN +F 1 "GNDA" V 2450 2400 50 0000 C CNN +F 2 "" H 2450 2600 50 0001 C CNN +F 3 "" H 2450 2600 50 0001 C CNN + 1 2450 2600 + 0 1 1 0 +$EndComp +Wire Wire Line + 2550 2600 2450 2600 +$Comp +L power:GNDA #PWR? +U 1 1 5CBC9970 +P 2450 2400 +F 0 "#PWR?" H 2450 2150 50 0001 C CNN +F 1 "GNDA" V 2450 2200 50 0000 C CNN +F 2 "" H 2450 2400 50 0001 C CNN +F 3 "" H 2450 2400 50 0001 C CNN + 1 2450 2400 + 0 1 1 0 +$EndComp +$Comp +L power:GNDA #PWR? +U 1 1 5CBC99F3 +P 2450 2200 +F 0 "#PWR?" H 2450 1950 50 0001 C CNN +F 1 "GNDA" V 2450 2000 50 0000 C CNN +F 2 "" H 2450 2200 50 0001 C CNN +F 3 "" H 2450 2200 50 0001 C CNN + 1 2450 2200 + 0 1 1 0 +$EndComp +Wire Wire Line + 2450 2200 2550 2200 +Wire Wire Line + 2450 2400 2550 2400 +Wire Wire Line + 3050 2300 3200 2300 +Wire Wire Line + 3050 2500 3200 2500 +Wire Wire Line + 3050 2700 3200 2700 +$Comp +L power:GNDA #PWR? +U 1 1 5CBD32AF +P 3200 2400 +F 0 "#PWR?" H 3200 2150 50 0001 C CNN +F 1 "GNDA" V 3200 2200 50 0000 C CNN +F 2 "" H 3200 2400 50 0001 C CNN +F 3 "" H 3200 2400 50 0001 C CNN + 1 3200 2400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3050 2400 3200 2400 +Wire Wire Line + 3050 2600 3200 2600 +$Comp +L power:GNDA #PWR? +U 1 1 5CBD9455 +P 3200 2100 +F 0 "#PWR?" H 3200 1850 50 0001 C CNN +F 1 "GNDA" V 3200 1900 50 0000 C CNN +F 2 "" H 3200 2100 50 0001 C CNN +F 3 "" H 3200 2100 50 0001 C CNN + 1 3200 2100 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3200 2600 3200 2500 +Connection ~ 3200 2500 +Wire Wire Line + 3200 2500 3250 2500 +Wire Wire Line + 3050 2200 3200 2200 +Wire Wire Line + 3200 2200 3200 2300 +Connection ~ 3200 2300 +Wire Wire Line + 3200 2300 3250 2300 +Wire Wire Line + 3200 2100 3050 2100 +$Comp +L power:GNDA #PWR? +U 1 1 5CBE29E1 +P 3200 1900 +F 0 "#PWR?" H 3200 1650 50 0001 C CNN +F 1 "GNDA" V 3200 1700 50 0000 C CNN +F 2 "" H 3200 1900 50 0001 C CNN +F 3 "" H 3200 1900 50 0001 C CNN + 1 3200 1900 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3200 1900 3050 1900 +$Comp +L power:GNDA #PWR? +U 1 1 5CBE8A25 +P 2450 1900 +F 0 "#PWR?" H 2450 1650 50 0001 C CNN +F 1 "GNDA" V 2450 1700 50 0000 C CNN +F 2 "" H 2450 1900 50 0001 C CNN +F 3 "" H 2450 1900 50 0001 C CNN + 1 2450 1900 + 0 1 1 0 +$EndComp +Wire Wire Line + 2550 1900 2500 1900 +Wire Wire Line + 2550 2000 2500 2000 +Wire Wire Line + 2500 2000 2500 1900 +Connection ~ 2500 1900 +Wire Wire Line + 2500 1900 2450 1900 $EndSCHEMATC diff --git a/schematic/mixerin_output/mixerin_output.kicad_pcb-bak b/schematic/mixerin_output/mixerin_output.kicad_pcb-bak index c408c30..616e2d1 100644 --- a/schematic/mixerin_output/mixerin_output.kicad_pcb-bak +++ b/schematic/mixerin_output/mixerin_output.kicad_pcb-bak @@ -2,8 +2,8 @@ (general (thickness 1.6) - (drawings 1) - (tracks 216) + (drawings 22) + (tracks 225) (zones 0) (modules 20) (nets 18) @@ -96,18 +96,18 @@ (net 3 -15V) (net 4 "Net-(RA3-Pad2)") (net 5 "Net-(RB3-Pad2)") - (net 6 in_outA) - (net 7 out_inA) - (net 8 out_inB) - (net 9 in_outB) - (net 10 inB+) - (net 11 inA+) - (net 12 inB-) - (net 13 inA-) - (net 14 outA) - (net 15 outB) - (net 16 "Net-(JA2-Pad2)") - (net 17 "Net-(JB1-Pad2)") + (net 6 inB+) + (net 7 inA+) + (net 8 inB-) + (net 9 inA-) + (net 10 outA) + (net 11 outB) + (net 12 "Net-(JA2-Pad2)") + (net 13 "Net-(JB1-Pad2)") + (net 14 "Net-(ClpA1-Pad1)") + (net 15 "Net-(ClpA1-Pad2)") + (net 16 "Net-(ClpB1-Pad2)") + (net 17 "Net-(ClpB1-Pad1)") (net_class Default "This is the default net class." (clearance 0.3) @@ -116,6 +116,10 @@ (via_drill 0.4) (uvia_dia 0.3) (uvia_drill 0.1) + (add_net "Net-(ClpA1-Pad1)") + (add_net "Net-(ClpA1-Pad2)") + (add_net "Net-(ClpB1-Pad1)") + (add_net "Net-(ClpB1-Pad2)") (add_net "Net-(JA2-Pad2)") (add_net "Net-(JB1-Pad2)") (add_net "Net-(RA3-Pad2)") @@ -124,12 +128,8 @@ (add_net inA-) (add_net inB+) (add_net inB-) - (add_net in_outA) - (add_net in_outB) (add_net outA) (add_net outB) - (add_net out_inA) - (add_net out_inB) ) (net_class power "" @@ -174,17 +174,17 @@ (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 6 in_outA)) + (net 14 "Net-(ClpA1-Pad1)")) (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 5 "Net-(RB3-Pad2)")) (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 7 out_inA)) + (net 15 "Net-(ClpA1-Pad2)")) (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 8 out_inB)) + (net 16 "Net-(ClpB1-Pad2)")) (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 4 "Net-(RA3-Pad2)")) (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 9 in_outB)) + (net 17 "Net-(ClpB1-Pad1)")) (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 3 -15V)) (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) @@ -202,7 +202,7 @@ (tags "PCIexpress Bus Edge Connector") (path /5C5482AB) (attr virtual) - (fp_text reference J3 (at 5.05 -3.31) (layer F.SilkS) + (fp_text reference J3 (at 11.43 -4.445) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_02x18_Row_Letter_First (at 16.48 -3.31) (layer F.Fab) @@ -260,20 +260,23 @@ (pad "" connect circle (at 3 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) (pad "" connect circle (at 2 2.8) (size 0.65 0.65) (layers F.Cu F.Mask)) (pad 13a connect rect (at 14 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) - (net 11 inA+)) - (pad 12a connect rect (at 13 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (net 2 GNDA)) + (pad 12a connect rect (at 13 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 7 inA+)) (pad 18a connect rect (at 19 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) - (net 10 inB+)) + (net 6 inB+)) (pad 17a connect rect (at 18 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) - (net 8 out_inB)) + (net 2 GNDA)) (pad 16a connect rect (at 17 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) - (net 12 inB-)) + (net 8 inB-)) (pad 15a connect rect (at 16 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) - (net 13 inA-)) + (net 2 GNDA)) (pad 14a connect rect (at 15 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) - (net 7 out_inA)) - (pad 11a connect rect (at 10 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) - (pad 10a connect rect (at 9 0.5) (size 0.65 4.6) (layers B.Cu B.Mask)) + (net 9 inA-)) + (pad 11a connect rect (at 10 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) + (pad 10a connect rect (at 9 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) + (net 2 GNDA)) (pad 9a connect rect (at 8 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) (net 1 +15V)) (pad 8a connect rect (at 7 0.5) (size 0.65 4.6) (layers B.Cu B.Mask) @@ -293,20 +296,23 @@ (pad 1a connect rect (at 0 0) (size 0.65 3.6) (layers B.Cu B.Mask) (net 3 -15V)) (pad 13b connect rect (at 14 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) - (net 14 outA)) - (pad 12b connect rect (at 13 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (net 10 outA)) + (pad 12b connect rect (at 13 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) (pad 18b connect rect (at 19 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) (net 2 GNDA)) (pad 17b connect rect (at 18 0) (size 0.65 3.6) (layers F.Cu F.Mask) - (net 9 in_outB)) + (net 11 outB)) (pad 16b connect rect (at 17 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) - (net 15 outB)) + (net 11 outB)) (pad 15b connect rect (at 16 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) (net 2 GNDA)) (pad 14b connect rect (at 15 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) - (net 6 in_outA)) - (pad 11b connect rect (at 10 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) - (pad 10b connect rect (at 9 0.5) (size 0.65 4.6) (layers F.Cu F.Mask)) + (net 10 outA)) + (pad 11b connect rect (at 10 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) + (pad 10b connect rect (at 9 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) + (net 2 GNDA)) (pad 9b connect rect (at 8 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) (net 1 +15V)) (pad 8b connect rect (at 7 0.5) (size 0.65 4.6) (layers F.Cu F.Mask) @@ -336,7 +342,7 @@ (fp_text reference RA2 (at -2.54 -2.54 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (fp_text value 10k|0 (at 3.81 1.92 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) @@ -359,9 +365,9 @@ (effects (font (size 0.72 0.72) (thickness 0.108))) ) (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 13 inA-)) + (net 9 inA-)) (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 7 out_inA)) + (net 15 "Net-(ClpA1-Pad2)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -377,7 +383,7 @@ (fp_text reference RA3 (at 3.81 -1.92) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10k (at 3.81 1.92) (layer F.Fab) + (fp_text value 10k|1k (at 3.81 1.92) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 0) (layer F.Fab) @@ -402,7 +408,7 @@ (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 4 "Net-(RA3-Pad2)")) (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 11 inA+)) + (net 7 inA+)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -418,7 +424,7 @@ (fp_text reference RA4 (at 10.16 -2.54 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (fp_text value 10|0 (at 3.81 1.92 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 0 270) (layer F.Fab) @@ -443,7 +449,7 @@ (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 2 GNDA)) (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 16 "Net-(JA2-Pad2)")) + (net 12 "Net-(JA2-Pad2)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -459,7 +465,7 @@ (fp_text reference RA5 (at 10.16 0 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10k (at 3.81 1.92 270) (layer F.Fab) + (fp_text value 10k|open (at 3.81 1.92 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) @@ -523,9 +529,9 @@ (effects (font (size 0.72 0.72) (thickness 0.108))) ) (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 8 out_inB)) + (net 16 "Net-(ClpB1-Pad2)")) (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 9 in_outB)) + (net 17 "Net-(ClpB1-Pad1)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -541,7 +547,7 @@ (fp_text reference RB2 (at 1.905 -1.905 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10k (at 3.81 1.92 90) (layer F.Fab) + (fp_text value 10k|0 (at 3.81 1.92 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) @@ -564,9 +570,9 @@ (effects (font (size 0.72 0.72) (thickness 0.108))) ) (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 12 inB-)) + (net 8 inB-)) (pad 2 thru_hole oval (at 7.62 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 8 out_inB)) + (net 16 "Net-(ClpB1-Pad2)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -582,7 +588,7 @@ (fp_text reference RB3 (at 3.81 1.905 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (fp_text value 10k|1k (at 3.81 1.92 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 0 180) (layer F.Fab) @@ -607,7 +613,7 @@ (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 5 "Net-(RB3-Pad2)")) (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 10 inB+)) + (net 6 inB+)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -623,7 +629,7 @@ (fp_text reference RB4 (at 3.81 -1.92 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10 (at 3.81 1.92 270) (layer F.Fab) + (fp_text value 10|0 (at 3.81 1.92 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 0 270) (layer F.Fab) @@ -648,7 +654,7 @@ (pad 2 thru_hole oval (at 7.62 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 2 GNDA)) (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 17 "Net-(JB1-Pad2)")) + (net 13 "Net-(JB1-Pad2)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -664,7 +670,7 @@ (fp_text reference RB5 (at 3.81 -1.92 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 10k (at 3.81 1.92 180) (layer F.Fab) + (fp_text value 10k|open (at 3.81 1.92 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) @@ -728,9 +734,9 @@ (effects (font (size 0.72 0.72) (thickness 0.108))) ) (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 7 out_inA)) + (net 15 "Net-(ClpA1-Pad2)")) (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 6 in_outA)) + (net 14 "Net-(ClpA1-Pad1)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -835,9 +841,9 @@ (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 6 in_outA)) + (net 14 "Net-(ClpA1-Pad1)")) (pad 2 thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 7 out_inA)) + (net 15 "Net-(ClpA1-Pad2)")) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -872,9 +878,9 @@ (fp_line (start -1 1.75) (end 6 1.75) (layer F.Fab) (width 0.1)) (fp_line (start -1 -1.75) (end -1 1.75) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 8 out_inB)) + (net 16 "Net-(ClpB1-Pad2)")) (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 9 in_outB)) + (net 17 "Net-(ClpB1-Pad1)")) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W3.5mm_P5.00mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -890,7 +896,7 @@ (fp_text reference RA7 (at -2.54 0 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 220 (at 3.81 1.92 180) (layer F.Fab) + (fp_text value 0|220 (at 3.81 1.92 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 0 180) (layer F.Fab) @@ -913,9 +919,9 @@ (fp_line (start 2.01 0.8) (end 5.61 0.8) (layer F.Fab) (width 0.1)) (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 7.62 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 14 outA)) + (net 10 outA)) (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 6 in_outA)) + (net 14 "Net-(ClpA1-Pad1)")) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -931,7 +937,7 @@ (fp_text reference RB6 (at 7.62 -1.905) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value 220 (at 3.81 1.92) (layer F.Fab) + (fp_text value 0|220 (at 3.81 1.92) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.01 -0.8) (end 2.01 0.8) (layer F.Fab) (width 0.1)) @@ -954,9 +960,9 @@ (effects (font (size 0.72 0.72) (thickness 0.108))) ) (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 9 in_outB)) + (net 17 "Net-(ClpB1-Pad1)")) (pad 2 thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) - (net 15 outB)) + (net 11 outB)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -964,13 +970,13 @@ ) ) - (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA25528) + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5CB36154) (tstamp 5CA25528) (at 92.075 41.91) (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") (tags "solder jumper open") (path /5C54CACC) (attr virtual) - (fp_text reference JA2 (at 3.175 0) (layer B.SilkS) + (fp_text reference JA2 (at 3.175 0) (layer B.SilkS) hide (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) ) (fp_text value Jumper (at 0 -1.9) (layer B.Fab) @@ -989,7 +995,7 @@ (fp_arc (start 0.7 -0.3) (end 0.7 -1) (angle 90) (layer B.SilkS) (width 0.12)) (fp_arc (start 0.7 0.3) (end 1.4 0.3) (angle 90) (layer B.SilkS) (width 0.12)) (pad 2 smd custom (at 0.65 0) (size 1 0.5) (layers B.Cu B.Mask) - (net 16 "Net-(JA2-Pad2)") (zone_connect 0) + (net 12 "Net-(JA2-Pad2)") (zone_connect 0) (options (clearance outline) (anchor rect)) (primitives (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) @@ -998,7 +1004,7 @@ (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75)) (width 0)) )) (pad 1 smd custom (at -0.65 0) (size 1 0.5) (layers B.Cu B.Mask) - (net 11 inA+) (zone_connect 0) + (net 7 inA+) (zone_connect 0) (options (clearance outline) (anchor rect)) (primitives (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) @@ -1008,13 +1014,13 @@ )) ) - (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5B391E66) (tstamp 5CA2553A) + (module Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm (layer B.Cu) (tedit 5CB3615E) (tstamp 5CA2553A) (at 118.745 44.45 180) (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") (tags "solder jumper open") (path /5C54CB0B) (attr virtual) - (fp_text reference JB1 (at 3.175 0 180) (layer B.SilkS) + (fp_text reference JB1 (at 3.175 0 180) (layer B.SilkS) hide (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) ) (fp_text value Jumper (at 0 -1.9 180) (layer B.Fab) @@ -1033,7 +1039,7 @@ (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer B.CrtYd) (width 0.05)) (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer B.CrtYd) (width 0.05)) (pad 1 smd custom (at -0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) - (net 10 inB+) (zone_connect 0) + (net 6 inB+) (zone_connect 0) (options (clearance outline) (anchor rect)) (primitives (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) @@ -1042,7 +1048,7 @@ (xy 0 0.75) (xy 0.5 0.75) (xy 0.5 -0.75) (xy 0 -0.75)) (width 0)) )) (pad 2 smd custom (at 0.65 0 180) (size 1 0.5) (layers B.Cu B.Mask) - (net 17 "Net-(JB1-Pad2)") (zone_connect 0) + (net 13 "Net-(JB1-Pad2)") (zone_connect 0) (options (clearance outline) (anchor rect)) (primitives (gr_circle (center 0 -0.25) (end 0.5 -0.25) (width 0)) @@ -1052,6 +1058,45 @@ )) ) + (gr_line (start 108.9152 69.85) (end 116.2304 69.85) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 108.9152 60.8584) (end 108.9152 69.85) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 107.1372 60.8584) (end 108.9152 60.8584) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 107.1372 69.85) (end 107.1372 60.8584) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 122.682 31.623) (end 122.682 61.849) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 88.773 31.623) (end 122.682 31.623) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 88.773 61.849) (end 88.773 31.623) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 95.8088 61.849) (end 88.773 61.849) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 95.8088 69.85) (end 95.8088 61.849) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 107.1118 69.85) (end 95.8088 69.85) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 116.2304 61.849) (end 116.2304 69.85) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 122.682 61.849) (end 116.2304 61.849) (layer Edge.Cuts) (width 0.1)) + (gr_text "A unbalanced" (at 96.774 41.91) (layer B.SilkS) + (effects (font (size 0.6 0.6) (thickness 0.15)) (justify mirror)) + ) + (gr_text "B unbalanced" (at 114.046 44.45) (layer B.SilkS) + (effects (font (size 0.6 0.6) (thickness 0.15)) (justify mirror)) + ) + (gr_text "G G G" (at 112.522 63.5) (layer B.SilkS) + (effects (font (size 0.62 0.62) (thickness 0.155)) (justify mirror)) + ) + (gr_text Out (at 112.395 60.96) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3))) + ) + (gr_text In (at 112.395 60.96) (layer B.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) + ) + (gr_text "B+ B- A- A+" (at 112.395 62.865) (layer B.SilkS) + (effects (font (size 0.65 0.65) (thickness 0.125)) (justify mirror)) + ) + (gr_text "A B" (at 112.522 62.738) (layer F.SilkS) + (effects (font (size 0.65 0.65) (thickness 0.1625))) + ) + (gr_text "- G + G" (at 101.6 62.23) (layer F.SilkS) (tstamp 5CB3648E) + (effects (font (size 1.5 1.5) (thickness 0.3))) + ) + (gr_text "G + G -" (at 101.6 62.23) (layer B.SilkS) (tstamp 5CB36574) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) + ) (gr_text "[ ]Input\n[ ]Output" (at 100.965 57.15) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) ) @@ -1059,24 +1104,24 @@ (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) (via (at 103.505 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 109.22 36.87) (end 109.18 36.83) (width 0.5) (layer F.Cu) (net 1) (status 30)) - (segment (start 109.22 39.37) (end 109.22 36.87) (width 0.5) (layer F.Cu) (net 1) (status 30)) + (segment (start 109.22 39.37) (end 109.22 36.87) (width 1) (layer F.Cu) (net 1) (status 30)) (segment (start 103.505 54.703002) (end 106.045 52.163002) (width 0.5) (layer F.Cu) (net 1)) (segment (start 103.505 62.23) (end 103.505 54.703002) (width 0.5) (layer F.Cu) (net 1)) (segment (start 106.045 52.163002) (end 106.045 40.64) (width 0.5) (layer F.Cu) (net 1)) (segment (start 107.315 39.37) (end 106.045 40.64) (width 0.5) (layer F.Cu) (net 1)) (segment (start 109.22 39.37) (end 107.315 39.37) (width 0.5) (layer F.Cu) (net 1) (status 10)) - (segment (start 103.505 66.525) (end 103.52 66.54) (width 0.5) (layer B.Cu) (net 1)) - (segment (start 103.505 62.23) (end 103.505 66.525) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 103.505 66.525) (end 103.52 66.54) (width 0.5) (layer B.Cu) (net 1) (status 30)) + (segment (start 103.505 62.23) (end 103.505 66.525) (width 0.5) (layer B.Cu) (net 1) (status 20)) (segment (start 102.52 63.215) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) - (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer B.Cu) (net 1) (status 10)) (segment (start 104.52 63.245) (end 103.505 62.23) (width 0.5) (layer B.Cu) (net 1)) - (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer B.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer B.Cu) (net 1) (status 10)) (segment (start 102.52 63.215) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) - (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 102.52 66.54) (end 102.52 63.215) (width 0.5) (layer F.Cu) (net 1) (status 10)) (segment (start 103.52 62.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) - (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 103.52 66.54) (end 103.52 62.245) (width 0.5) (layer F.Cu) (net 1) (status 10)) (segment (start 104.52 63.245) (end 103.505 62.23) (width 0.5) (layer F.Cu) (net 1)) - (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 104.52 66.54) (end 104.52 63.245) (width 0.5) (layer F.Cu) (net 1) (status 10)) (segment (start 104.1 49.53) (end 104.1 53.38) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24D22) (status 10)) (segment (start 104.1 53.38) (end 102.87 54.61) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24D1F)) (segment (start 100.33 54.61) (end 99.06 54.61) (width 1) (layer B.Cu) (net 2) (tstamp 5CA24CDA) (status 20)) @@ -1087,694 +1132,259 @@ (segment (start 97.79 52.07) (end 99.06 53.34) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C05)) (segment (start 116.84 57.15) (end 116.84 55.88) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24C02) (status 10)) (segment (start 116.84 55.88) (end 115.57 54.61) (width 0.5) (layer B.Cu) (net 2) (tstamp 5CA24BFF)) - (segment (start 104.939999 38.570001) (end 105.880001 37.629999) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 105.880001 37.629999) (end 106.68 36.83) (width 0.5) (layer F.Cu) (net 2) (status 20)) - (segment (start 104.939999 48.730001) (end 104.939999 38.570001) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 104.14 49.53) (end 104.939999 48.730001) (width 0.5) (layer F.Cu) (net 2) (status 10)) - (segment (start 116.140001 56.450001) (end 116.84 57.15) (width 0.5) (layer F.Cu) (net 2) (status 30)) - (segment (start 115.489999 55.799999) (end 116.140001 56.450001) (width 0.5) (layer F.Cu) (net 2) (status 20)) - (segment (start 113.651999 55.799999) (end 115.489999 55.799999) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 112.52 56.931998) (end 113.651999 55.799999) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 112.52 66.54) (end 112.52 56.931998) (width 0.5) (layer F.Cu) (net 2) (status 10)) (segment (start 102.87 54.61) (end 101.6 54.61) (width 1) (layer B.Cu) (net 2)) (via (at 105.41 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 107.95 54.61) (end 105.41 54.61) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 115.57 54.61) (end 107.95 54.61) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 107.95 54.61) (end 102.87 54.61) (width 0.5) (layer B.Cu) (net 2)) - (via (at 109.22 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 105.41 54.61) (end 109.22 54.61) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 115.52 63.013614) (end 117.573614 60.96) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 115.52 66.54) (end 115.52 63.013614) (width 0.5) (layer F.Cu) (net 2) (status 10)) - (via (at 120.65 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 117.573614 60.96) (end 120.65 60.96) (width 0.5) (layer F.Cu) (net 2)) + (via (at 110.49 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (segment (start 100.52 63.74) (end 100.5205 63.7395) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 100.52 66.54) (end 100.52 63.74) (width 0.5) (layer B.Cu) (net 2)) - (via (at 100.5205 62.2935) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 63.74) (width 0.5) (layer B.Cu) (net 2) (status 10)) (segment (start 100.5205 63.7395) (end 100.5205 62.2935) (width 0.5) (layer B.Cu) (net 2)) (via (at 100.838 54.61) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 100.33 54.61) (end 100.838 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.33 54.61) (end 100.838 54.61) (width 1) (layer B.Cu) (net 2)) (segment (start 101.6 54.61) (end 100.838 54.61) (width 1) (layer B.Cu) (net 2)) (segment (start 100.5205 54.9275) (end 100.838 54.61) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 99.52 63.294) (end 100.5205 62.2935) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 99.52 66.54) (end 99.52 63.294) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 101.52 63.293) (end 100.5205 62.2935) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 101.52 66.54) (end 101.52 63.293) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 99.52 63.294) (end 100.5205 62.2935) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 99.52 66.54) (end 99.52 63.294) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 63.294) (width 0.5) (layer F.Cu) (net 2) (status 10)) (segment (start 100.52 62.294) (end 100.5205 62.2935) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 100.52 66.54) (end 100.52 62.294) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 101.52 63.293) (end 100.5205 62.2935) (width 0.5) (layer F.Cu) (net 2)) - (segment (start 101.52 66.54) (end 101.52 63.293) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 100.52 66.54) (end 100.52 62.294) (width 0.5) (layer F.Cu) (net 2) (status 10)) + (segment (start 101.52 66.54) (end 101.52 63.293) (width 0.5) (layer F.Cu) (net 2) (status 10)) (via (at 100.5205 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (segment (start 100.5205 62.2935) (end 100.5205 60.96) (width 0.5) (layer F.Cu) (net 2)) (segment (start 100.5205 60.96) (end 100.5205 54.9275) (width 0.5) (layer F.Cu) (net 2)) (segment (start 100.5205 60.96) (end 93.98 60.96) (width 0.5) (layer B.Cu) (net 2)) (via (at 93.98 60.96) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (via (at 97.79 52.07) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 107.479999 36.030001) (end 106.68 36.83) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 109.855 33.655) (end 107.479999 36.030001) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 120.65 60.96) (end 121.049999 60.560001) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 121.049999 60.560001) (end 121.049999 36.594999) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 121.049999 36.594999) (end 118.11 33.655) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 118.11 33.655) (end 109.855 33.655) (width 0.5) (layer B.Cu) (net 2)) - (via (at 118.11 33.655) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (via (at 109.855 33.655) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 89.289989 56.835674) (end 89.289989 50.410011) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 93.414315 60.96) (end 89.289989 56.835674) (width 0.5) (layer B.Cu) (net 2)) - (segment (start 93.98 60.96) (end 93.414315 60.96) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 104.14 39.37) (end 104.14 49.53) (width 1) (layer F.Cu) (net 2)) + (segment (start 106.68 36.83) (end 104.14 39.37) (width 1) (layer F.Cu) (net 2)) + (segment (start 104.18 53.38) (end 104.1 53.38) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 105.41 54.61) (end 104.18 53.38) (width 1) (layer B.Cu) (net 2)) + (via (at 110.52 57.404) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 105.41 54.61) (end 110.49 54.61) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 110.52 54.64) (end 110.49 54.61) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 54.735) (end 112.395 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 112.52 66.54) (end 112.52 54.735) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 112.395 54.61) (end 110.49 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 115.57 54.61) (end 112.395 54.61) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 105.52 66.54) (end 105.52 62.882) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 115.52 63.55) (end 115.52 66.54) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 106.68 36.83) (end 106.68 34.29) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 106.68 34.29) (end 107.95 33.02) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 107.95 33.02) (end 120.65 33.02) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 120.65 33.02) (end 121.530011 33.900011) (width 0.5) (layer F.Cu) (net 2)) + (via (at 121.530011 36.83) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 121.530011 33.900011) (end 121.530011 36.83) (width 0.5) (layer F.Cu) (net 2)) + (via (at 120.65 33.02) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (via (at 107.95 33.02) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (via (at 104.14 39.37) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (via (at 90.17 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) - (segment (start 89.289989 50.410011) (end 90.17 49.53) (width 0.5) (layer B.Cu) (net 2)) (segment (start 90.17 49.53) (end 93.98 49.53) (width 0.5) (layer F.Cu) (net 2)) (via (at 93.98 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 90.17 50.095685) (end 90.17 49.53) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.414315 60.96) (end 90.17 57.715685) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 90.17 57.715685) (end 90.17 50.095685) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.98 60.96) (end 93.414315 60.96) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.98 50.8) (end 95.25 52.07) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 93.98 49.53) (end 93.98 50.8) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 105.52 66.54) (end 105.52 62.882) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 114.52 59.47) (end 116.84 57.15) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 114.52 66.54) (end 114.52 59.47) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 121.530011 37.395685) (end 121.530011 36.83) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 121.530011 55.496373) (end 121.530011 37.395685) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.52 66.54) (end 115.52 61.506384) (width 0.5) (layer F.Cu) (net 2)) + (via (at 120.12106 57.117444) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 120.015 57.011384) (end 120.12106 57.117444) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 115.52 61.506384) (end 120.015 57.011384) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 120.015 57.011384) (end 121.530011 55.496373) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 116.84 56.160051) (end 119.660051 53.34) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 116.84 57.15) (end 116.84 56.160051) (width 0.5) (layer F.Cu) (net 2)) + (via (at 119.660051 53.34) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 120.12106 53.801009) (end 119.660051 53.34) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 120.12106 57.117444) (end 120.12106 53.801009) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 63.294) (end 99.52 61.008) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.568 60.96) (end 100.5205 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 99.52 61.008) (end 99.568 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 63.293) (end 101.52 61.388) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.092 60.96) (end 100.5205 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 101.52 61.388) (end 101.092 60.96) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.52 62.882) (end 105.52 61.012315) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.52 62.882) (end 105.52 61.104) (width 0.5) (layer B.Cu) (net 2)) + (via (at 105.52 61.104) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 2)) + (segment (start 106.316 61.104) (end 105.52 61.104) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 106.52 61.308) (end 106.316 61.104) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 106.52 66.54) (end 106.52 61.308) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 100.5205 62.2935) (end 100.5205 60.96) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.092 60.96) (end 100.5205 60.96) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.52 61.388) (end 101.092 60.96) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 101.52 66.54) (end 101.52 61.388) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 61.008) (end 99.568 60.96) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 99.52 66.54) (end 99.52 61.008) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 111.76 57.404) (end 110.52 57.404) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 58.164) (end 111.76 57.404) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 112.52 66.54) (end 112.52 58.164) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 110.49 57.374) (end 110.52 57.404) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 110.49 54.61) (end 110.49 57.374) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 110.52 66.54) (end 110.52 57.404) (width 0.5) (layer B.Cu) (net 2)) + (segment (start 106.52 61.308) (end 106.316 61.104) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 106.316 61.104) (end 105.52 61.104) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 106.52 66.54) (end 106.52 61.308) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.52 54.72) (end 105.41 54.61) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 108.595342 59.69) (end 105.52 59.69) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 109.51521 60.609868) (end 108.595342 59.69) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 109.52 65.578) (end 109.51521 65.57321) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 109.52 66.54) (end 109.52 65.578) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.52 61.104) (end 105.52 59.69) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 109.51521 65.57321) (end 109.51521 60.609868) (width 0.5) (layer F.Cu) (net 2)) + (segment (start 105.52 59.69) (end 105.52 54.72) (width 0.5) (layer F.Cu) (net 2)) (segment (start 101.6 46.99) (end 101.6 49.53) (width 1) (layer B.Cu) (net 3) (tstamp 5CA24E84) (status 30)) - (segment (start 92.629999 53.961999) (end 92.629999 55.799999) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 97.061998 49.53) (end 92.629999 53.961999) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 101.64 49.53) (end 97.061998 49.53) (width 0.5) (layer F.Cu) (net 3) (status 10)) - (segment (start 92.790001 55.960001) (end 97.074999 55.960001) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 92.629999 55.799999) (end 92.790001 55.960001) (width 0.5) (layer F.Cu) (net 3)) (via (at 97.52 62.23) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 3)) - (segment (start 97.52 56.405002) (end 97.074999 55.960001) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 97.52 62.23) (end 97.52 66.54) (width 0.5) (layer B.Cu) (net 3)) - (segment (start 97.52 62.23) (end 97.52 56.405002) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 97.52 62.23) (end 97.52 66.54) (width 0.5) (layer B.Cu) (net 3) (status 20)) (segment (start 96.52 63.23) (end 97.52 62.23) (width 0.5) (layer B.Cu) (net 3)) - (segment (start 96.52 66.04) (end 96.52 63.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 96.52 66.04) (end 96.52 63.23) (width 0.5) (layer B.Cu) (net 3) (status 10)) (segment (start 98.52 63.23) (end 97.52 62.23) (width 0.5) (layer B.Cu) (net 3)) - (segment (start 98.52 66.54) (end 98.52 63.23) (width 0.5) (layer B.Cu) (net 3)) + (segment (start 98.52 66.54) (end 98.52 63.23) (width 0.5) (layer B.Cu) (net 3) (status 10)) (segment (start 96.52 63.23) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 96.52 66.54) (end 96.52 63.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 96.52 66.54) (end 96.52 63.23) (width 0.5) (layer F.Cu) (net 3) (status 10)) (segment (start 98.52 63.23) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 98.52 66.54) (end 98.52 63.23) (width 0.5) (layer F.Cu) (net 3)) - (segment (start 97.52 66.54) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 98.52 66.54) (end 98.52 63.23) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 97.52 66.54) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3) (status 10)) + (segment (start 97.52 60.69) (end 97.52 62.23) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 101.64 49.53) (end 95.885 49.53) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 92.075 53.34) (end 92.075 55.245) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 92.075 55.245) (end 97.52 60.69) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 95.885 49.53) (end 92.075 53.34) (width 0.5) (layer F.Cu) (net 3)) (segment (start 101.6 44.45) (end 99.06 44.45) (width 1) (layer B.Cu) (net 4) (tstamp 5CA24B18) (status 30)) (segment (start 99.06 44.45) (end 99.06 46.99) (width 1) (layer B.Cu) (net 4) (tstamp 5CA24B15) (status 30)) (segment (start 111.76 46.99) (end 109.22 46.99) (width 1) (layer B.Cu) (net 5) (tstamp 5CA24B21) (status 30)) (segment (start 111.76 46.99) (end 111.76 52.07) (width 1) (layer B.Cu) (net 5) (tstamp 5CA24B1E) (status 30)) - (segment (start 99.06 39.37) (end 101.6 39.37) (width 1) (layer B.Cu) (net 6) (tstamp 5CA24B1B) (status 30)) - (segment (start 99.06 33.655) (end 99.06 36.83) (width 0.5) (layer B.Cu) (net 6) (status 30)) - (segment (start 99.06 36.83) (end 99.06 39.37) (width 0.5) (layer B.Cu) (net 6) (status 30)) - (segment (start 101.6 39.37) (end 102.9 39.37) (width 0.5) (layer B.Cu) (net 6) (status 10)) - (segment (start 102.9 39.37) (end 106.68 39.37) (width 0.5) (layer B.Cu) (net 6)) - (segment (start 106.68 39.37) (end 107.315 40.005) (width 0.5) (layer B.Cu) (net 6)) - (segment (start 107.315 40.005) (end 107.315 48.166998) (width 0.5) (layer B.Cu) (net 6)) - (via (at 107.315 49.53) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 6)) - (segment (start 107.315 48.166998) (end 107.315 49.53) (width 0.5) (layer B.Cu) (net 6)) - (segment (start 107.315 49.53) (end 107.315 50.8) (width 0.5) (layer F.Cu) (net 6)) - (segment (start 111.52 55.005) (end 111.52 66.54) (width 0.5) (layer F.Cu) (net 6) (status 20)) - (segment (start 107.315 50.8) (end 111.52 55.005) (width 0.5) (layer F.Cu) (net 6)) - (segment (start 99.06 41.91) (end 96.52 41.91) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF6)) - (segment (start 96.52 41.91) (end 93.98 39.37) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF3)) - (segment (start 93.98 39.37) (end 91.44 39.37) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF0) (status 20)) - (segment (start 101.6 41.91) (end 99.06 41.91) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BED) (status 10)) - (segment (start 96.52 46.99) (end 96.52 41.91) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BEA) (status 10)) - (segment (start 94.06 39.29) (end 93.98 39.37) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 94.06 33.655) (end 94.06 39.29) (width 0.5) (layer B.Cu) (net 7) (status 10)) - (segment (start 111.52 66.54) (end 111.52 58.18) (width 0.5) (layer B.Cu) (net 7) (status 10)) - (segment (start 110.75501 57.41501) (end 96.78501 57.41501) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 111.52 58.18) (end 110.75501 57.41501) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 92.792807 55.960001) (end 92.075 55.242194) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 95.330001 55.960001) (end 92.792807 55.960001) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 96.78501 57.41501) (end 95.330001 55.960001) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 92.075 53.972194) (end 96.52 49.527194) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 92.075 55.242194) (end 92.075 53.972194) (width 0.5) (layer B.Cu) (net 7)) - (segment (start 96.52 49.527194) (end 96.52 46.99) (width 0.5) (layer B.Cu) (net 7) (status 20)) - (segment (start 109.22 44.45) (end 111.76 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B12) (status 10)) - (segment (start 119.38 41.91) (end 116.84 41.91) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B0F) (status 10)) - (segment (start 114.3 44.45) (end 111.76 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B0C)) - (segment (start 116.84 41.91) (end 114.3 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B09)) - (segment (start 114.3 49.53) (end 114.3 44.45) (width 1) (layer B.Cu) (net 8) (tstamp 5CA24B06) (status 10)) - (segment (start 116.76 41.83) (end 116.84 41.91) (width 0.5) (layer B.Cu) (net 8)) - (segment (start 116.76 36.195) (end 116.76 41.83) (width 0.5) (layer B.Cu) (net 8) (status 10)) - (segment (start 114.3 52.067194) (end 114.3 49.53) (width 0.5) (layer B.Cu) (net 8) (status 20)) - (segment (start 118.190001 57.798001) (end 118.190001 55.957195) (width 0.5) (layer B.Cu) (net 8)) - (segment (start 118.190001 55.957195) (end 114.3 52.067194) (width 0.5) (layer B.Cu) (net 8)) - (segment (start 114.52 66.54) (end 114.52 59.47) (width 0.5) (layer B.Cu) (net 8) (status 10)) - (segment (start 114.52 59.47) (end 115.489999 58.500001) (width 0.5) (layer B.Cu) (net 8)) - (segment (start 115.489999 58.500001) (end 117.488001 58.500001) (width 0.5) (layer B.Cu) (net 8)) - (segment (start 117.488001 58.500001) (end 118.190001 57.798001) (width 0.5) (layer B.Cu) (net 8)) - (segment (start 111.76 41.91) (end 109.22 41.91) (width 1) (layer B.Cu) (net 9) (tstamp 5CA24B24) (status 30)) - (segment (start 111.76 36.195) (end 111.76 39.37) (width 0.5) (layer B.Cu) (net 9) (status 30)) - (segment (start 111.76 39.37) (end 111.76 41.91) (width 0.5) (layer B.Cu) (net 9) (status 30)) - (segment (start 114.52 60.74) (end 114.52 63.74) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 116.935808 60.325) (end 114.935 60.325) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 114.52 63.74) (end 114.52 66.04) (width 0.5) (layer F.Cu) (net 9) (status 20)) - (segment (start 121.630011 55.630797) (end 116.935808 60.325) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 113.210001 34.744999) (end 117.456001 34.744999) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 117.456001 34.744999) (end 121.630011 38.919009) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 114.935 60.325) (end 114.52 60.74) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 111.76 36.195) (end 113.210001 34.744999) (width 0.5) (layer F.Cu) (net 9) (status 10)) - (segment (start 121.630011 38.919009) (end 121.630011 55.630797) (width 0.5) (layer F.Cu) (net 9)) - (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer F.Cu) (net 10) (tstamp 5CA24D2B) (status 30)) - (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24D28) (status 30)) - (segment (start 119.41 44.45) (end 119.41 46.96) (width 1) (layer B.Cu) (net 10) (tstamp 5CA24D25) (status 20)) - (segment (start 115.52 61.740808) (end 115.52 66.54) (width 0.5) (layer B.Cu) (net 10) (status 20)) - (segment (start 119.38 57.880808) (end 115.52 61.740808) (width 0.5) (layer B.Cu) (net 10)) - (segment (start 119.38 46.99) (end 119.38 57.880808) (width 0.5) (layer B.Cu) (net 10) (status 10)) - (segment (start 91.41 44.42) (end 91.44 44.45) (width 1) (layer B.Cu) (net 11) (tstamp 5CA24BFC) (status 30)) - (segment (start 91.41 41.91) (end 91.41 44.42) (width 1) (layer B.Cu) (net 11) (tstamp 5CA24BF9) (status 20)) - (segment (start 95.78002 58.31502) (end 94.325011 56.860011) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 109.75002 58.31502) (end 95.78002 58.31502) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 110.52 59.085) (end 109.75002 58.31502) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 110.52 66.54) (end 110.52 59.085) (width 0.5) (layer B.Cu) (net 11) (status 10)) - (segment (start 94.325011 56.860011) (end 92.207891 56.860011) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 91.17499 55.82711) (end 92.207891 56.860011) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 91.17499 53.74082) (end 92.71 52.20581) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 91.17499 55.82711) (end 91.17499 53.74082) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 92.71 45.72) (end 91.44 44.45) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 92.71 52.20581) (end 92.71 45.72) (width 0.5) (layer B.Cu) (net 11)) - (segment (start 113.52 57.93) (end 114.3 57.15) (width 0.5) (layer B.Cu) (net 12) (status 20)) - (segment (start 113.52 66.54) (end 113.52 57.93) (width 0.5) (layer B.Cu) (net 12) (status 10)) - (segment (start 96.52 55.599949) (end 97.435051 56.515) (width 0.5) (layer B.Cu) (net 13)) - (segment (start 96.52 54.61) (end 96.52 55.599949) (width 0.5) (layer B.Cu) (net 13) (status 10)) - (segment (start 97.435051 56.515) (end 111.76 56.515) (width 0.5) (layer B.Cu) (net 13)) - (segment (start 112.52 57.275) (end 112.52 66.54) (width 0.5) (layer B.Cu) (net 13) (status 20)) - (segment (start 111.76 56.515) (end 112.52 57.275) (width 0.5) (layer B.Cu) (net 13)) - (segment (start 110.52 63.74) (end 110.49 63.71) (width 0.5) (layer F.Cu) (net 14)) - (segment (start 110.52 66.54) (end 110.52 63.74) (width 0.5) (layer F.Cu) (net 14) (status 10)) - (segment (start 110.49 63.71) (end 110.49 60.96) (width 0.5) (layer F.Cu) (net 14)) - (via (at 109.22 59.69) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 14)) - (segment (start 110.49 60.96) (end 109.22 59.69) (width 0.5) (layer F.Cu) (net 14)) - (segment (start 93.483878 59.69) (end 109.22 59.69) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 90.089999 56.296121) (end 93.483878 59.69) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 91.44 52.344426) (end 90.089999 53.694427) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 91.44 36.83) (end 90.450051 36.83) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 90.17 37.110051) (end 90.17 45.72) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 90.089999 53.694427) (end 90.089999 56.296121) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 90.450051 36.83) (end 90.17 37.110051) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 91.44 46.99) (end 91.44 52.344426) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 90.17 45.72) (end 91.44 46.99) (width 0.5) (layer B.Cu) (net 14)) - (segment (start 120.730001 55.258001) (end 116.933002 59.055) (width 0.5) (layer F.Cu) (net 15)) - (segment (start 120.730001 40.720001) (end 120.730001 55.258001) (width 0.5) (layer F.Cu) (net 15)) - (segment (start 119.38 39.37) (end 120.730001 40.720001) (width 0.5) (layer F.Cu) (net 15) (status 10)) - (segment (start 116.933002 59.055) (end 114.3 59.055) (width 0.5) (layer F.Cu) (net 15)) - (segment (start 113.52 59.835) (end 113.52 66.54) (width 0.5) (layer F.Cu) (net 15) (status 20)) - (segment (start 114.3 59.055) (end 113.52 59.835) (width 0.5) (layer F.Cu) (net 15)) - (segment (start 92.71 41.91) (end 93.98 43.18) (width 1) (layer B.Cu) (net 16) (tstamp 5CA24D31)) - (segment (start 93.98 46.99) (end 93.98 43.18) (width 1) (layer B.Cu) (net 16) (tstamp 5CA24D2E) (status 10)) - (segment (start 118.11 44.45) (end 116.84 45.72) (width 1) (layer B.Cu) (net 17) (tstamp 5CA24B27)) - (segment (start 116.84 45.72) (end 116.84 49.53) (width 1) (layer B.Cu) (net 17) (tstamp 5CA24D34) (status 20)) + (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer F.Cu) (net 6) (tstamp 5CA24D2B) (status 30)) + (segment (start 119.41 46.96) (end 119.38 46.99) (width 1) (layer B.Cu) (net 6) (tstamp 5CA24D28) (status 30)) + (segment (start 119.41 44.45) (end 119.41 46.96) (width 1) (layer B.Cu) (net 6) (tstamp 5CA24D25) (status 30)) + (segment (start 118.680001 47.689999) (end 119.38 46.99) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 118.680001 57.160001) (end 118.680001 47.689999) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 115.52 60.320002) (end 118.680001 57.160001) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 115.52 66.54) (end 115.52 60.320002) (width 0.5) (layer B.Cu) (net 6)) + (segment (start 91.41 44.42) (end 91.44 44.45) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BFC) (status 30)) + (segment (start 91.41 41.91) (end 91.41 44.42) (width 1) (layer B.Cu) (net 7) (tstamp 5CA24BF9) (status 30)) + (segment (start 91.44 44.45) (end 91.44 45.439949) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 92.24001 54.720012) (end 92.24001 46.239959) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 95.223998 57.704) (end 92.24001 54.720012) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 92.24001 46.239959) (end 91.44 45.439949) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 109.51521 64.30321) (end 109.51521 58.20721) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 109.52 64.308) (end 109.51521 64.30321) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 109.52 66.54) (end 109.52 64.308) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 109.012 57.704) (end 95.223998 57.704) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 109.51521 58.20721) (end 109.012 57.704) (width 0.5) (layer B.Cu) (net 7)) + (segment (start 113.52 57.93) (end 113.52 66.54) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 114.3 57.15) (end 113.52 57.93) (width 0.5) (layer B.Cu) (net 8)) + (segment (start 96.52 55.599949) (end 97.435051 56.515) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 96.52 54.61) (end 96.52 55.599949) (width 0.5) (layer B.Cu) (net 9) (status 10)) + (segment (start 97.435051 56.515) (end 111.125 56.515) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 111.52 56.91) (end 111.52 66.54) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 111.125 56.515) (end 111.52 56.91) (width 0.5) (layer B.Cu) (net 9)) + (segment (start 110.52 60.99) (end 110.52 66.54) (width 0.5) (layer F.Cu) (net 10)) + (segment (start 111.52 66.54) (end 111.52 61.99) (width 0.5) (layer F.Cu) (net 10)) + (segment (start 90.450051 36.83) (end 90.17 37.110051) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 90.17 37.110051) (end 90.17 45.72) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 91.44 36.83) (end 90.450051 36.83) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 90.17 45.72) (end 91.44 46.99) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 111.52 61.99) (end 110.52 60.99) (width 0.5) (layer F.Cu) (net 10)) + (via (at 108.204 58.674) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 10)) + (segment (start 91.44 55.051386) (end 91.44 46.99) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 95.062614 58.674) (end 91.44 55.051386) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 108.204 58.674) (end 95.062614 58.674) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 108.204 58.674) (end 110.236 58.674) (width 0.5) (layer F.Cu) (net 10)) + (segment (start 110.52 58.958) (end 110.52 60.99) (width 0.5) (layer F.Cu) (net 10)) + (segment (start 110.236 58.674) (end 110.52 58.958) (width 0.5) (layer F.Cu) (net 10)) + (segment (start 113.52 66.54) (end 113.52 63.74) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 120.630001 40.620001) (end 120.630001 55.264999) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 119.38 39.37) (end 120.630001 40.620001) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 113.52 62.375) (end 113.52 63.74) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 114.52 66.04) (end 114.52 61.375) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 114.935 60.96) (end 113.52 62.375) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 114.52 61.375) (end 114.935 60.96) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 120.630001 55.264999) (end 114.935 60.96) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 92.71 41.91) (end 93.98 43.18) (width 1) (layer B.Cu) (net 12) (tstamp 5CA24D31) (status 10)) + (segment (start 93.98 46.99) (end 93.98 43.18) (width 1) (layer B.Cu) (net 12) (tstamp 5CA24D2E) (status 10)) + (segment (start 118.11 44.45) (end 116.84 45.72) (width 1) (layer B.Cu) (net 13) (tstamp 5CA24B27) (status 10)) + (segment (start 116.84 45.72) (end 116.84 49.53) (width 1) (layer B.Cu) (net 13) (tstamp 5CA24D34) (status 20)) + (segment (start 99.06 33.655) (end 99.06 36.83) (width 1) (layer B.Cu) (net 14)) + (segment (start 99.06 36.83) (end 99.06 39.37) (width 1) (layer B.Cu) (net 14)) + (segment (start 99.06 39.37) (end 101.6 39.37) (width 1) (layer B.Cu) (net 14)) + (segment (start 94.06 38.02) (end 94.06 33.655) (width 1) (layer B.Cu) (net 15)) + (segment (start 92.71 39.37) (end 94.06 38.02) (width 1) (layer B.Cu) (net 15)) + (segment (start 91.44 39.37) (end 92.71 39.37) (width 1) (layer B.Cu) (net 15)) + (segment (start 97.95 41.91) (end 101.6 41.91) (width 1) (layer B.Cu) (net 15)) + (segment (start 94.06 38.02) (end 97.95 41.91) (width 1) (layer B.Cu) (net 15)) + (segment (start 96.52 43.34) (end 97.95 41.91) (width 1) (layer B.Cu) (net 15)) + (segment (start 96.52 46.99) (end 96.52 43.34) (width 1) (layer B.Cu) (net 15)) + (segment (start 116.76 40.56) (end 116.76 36.195) (width 1) (layer B.Cu) (net 16)) + (segment (start 119.38 41.91) (end 118.11 41.91) (width 1) (layer B.Cu) (net 16)) + (segment (start 118.11 41.91) (end 116.76 40.56) (width 1) (layer B.Cu) (net 16)) + (segment (start 109.22 44.45) (end 112.87 44.45) (width 1) (layer B.Cu) (net 16)) + (segment (start 113.03 44.29) (end 116.76 40.56) (width 1) (layer B.Cu) (net 16)) + (segment (start 112.87 44.45) (end 113.03 44.29) (width 1) (layer B.Cu) (net 16)) + (segment (start 114.3 45.88) (end 112.87 44.45) (width 1) (layer B.Cu) (net 16)) + (segment (start 114.3 49.53) (end 114.3 45.88) (width 1) (layer B.Cu) (net 16)) + (segment (start 111.76 36.195) (end 111.76 39.37) (width 1) (layer B.Cu) (net 17)) + (segment (start 111.76 39.37) (end 111.76 41.91) (width 1) (layer B.Cu) (net 17)) + (segment (start 111.76 41.91) (end 109.22 41.91) (width 1) (layer B.Cu) (net 17)) (zone (net 2) (net_name GNDA) (layer B.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.3)) (min_thickness 0.254) - (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts - (xy 88.9 31.75) (xy 122.555 31.75) (xy 122.555 63.5) (xy 88.9 63.5) - ) - ) - (filled_polygon - (pts - (xy 122.428 63.373) (xy 116.197 63.373) (xy 116.197 62.021229) (xy 119.811563 58.406668) (xy 119.86809 58.368898) - (xy 120.01772 58.14496) (xy 120.057 57.947486) (xy 120.057 57.947485) (xy 120.070263 57.880809) (xy 120.057 57.814132) - (xy 120.057 47.906818) (xy 120.335424 47.628394) (xy 120.507 47.214174) (xy 120.507 46.765826) (xy 120.337 46.355411) - (xy 120.337 44.358698) (xy 120.330365 44.325342) (xy 120.330365 44.2) (xy 120.327957 44.187894) (xy 120.327957 44.150991) - (xy 120.319592 44.066056) (xy 120.30047 43.969923) (xy 120.275696 43.888253) (xy 120.238187 43.797697) (xy 120.197954 43.722426) - (xy 120.143498 43.640927) (xy 120.089355 43.574953) (xy 120.020047 43.505645) (xy 119.954073 43.451502) (xy 119.872574 43.397046) - (xy 119.797303 43.356813) (xy 119.706747 43.319304) (xy 119.625077 43.29453) (xy 119.528944 43.275408) (xy 119.444009 43.267043) - (xy 119.407106 43.267043) (xy 119.395 43.264635) (xy 118.895 43.264635) (xy 118.745 43.294472) (xy 118.595 43.264635) - (xy 118.095 43.264635) (xy 118.082894 43.267043) (xy 118.045991 43.267043) (xy 117.961056 43.275408) (xy 117.864923 43.29453) - (xy 117.783253 43.319304) (xy 117.692697 43.356813) (xy 117.617426 43.397046) (xy 117.535927 43.451502) (xy 117.469953 43.505645) - (xy 117.400645 43.574953) (xy 117.346502 43.640927) (xy 117.292046 43.722426) (xy 117.251813 43.797697) (xy 117.214304 43.888253) - (xy 117.18953 43.969923) (xy 117.170408 44.066056) (xy 117.169036 44.079988) (xy 116.249075 44.99995) (xy 116.17167 45.05167) - (xy 115.966785 45.358304) (xy 115.913817 45.624592) (xy 115.894839 45.72) (xy 115.913 45.8113) (xy 115.913001 48.863181) - (xy 115.884576 48.891606) (xy 115.713 49.305826) (xy 115.713 49.754174) (xy 115.884576 50.168394) (xy 116.201606 50.485424) - (xy 116.615826 50.657) (xy 117.064174 50.657) (xy 117.478394 50.485424) (xy 117.795424 50.168394) (xy 117.967 49.754174) - (xy 117.967 49.305826) (xy 117.795424 48.891606) (xy 117.767 48.863182) (xy 117.767 46.103975) (xy 118.235611 45.635365) - (xy 118.483 45.635365) (xy 118.483001 46.293181) (xy 118.424576 46.351606) (xy 118.253 46.765826) (xy 118.253 47.214174) - (xy 118.424576 47.628394) (xy 118.703 47.906818) (xy 118.703001 55.506385) (xy 118.678091 55.469105) (xy 118.621561 55.431333) - (xy 114.977 51.786773) (xy 114.977 50.433075) (xy 115.112522 50.342522) (xy 115.361611 49.969733) (xy 115.449079 49.53) - (xy 115.361611 49.090267) (xy 115.227 48.888807) (xy 115.227 44.833975) (xy 117.223976 42.837) (xy 118.713182 42.837) - (xy 118.741606 42.865424) (xy 119.155826 43.037) (xy 119.604174 43.037) (xy 120.018394 42.865424) (xy 120.335424 42.548394) - (xy 120.507 42.134174) (xy 120.507 41.685826) (xy 120.335424 41.271606) (xy 120.018394 40.954576) (xy 119.604174 40.783) - (xy 119.155826 40.783) (xy 118.741606 40.954576) (xy 118.713182 40.983) (xy 117.437 40.983) (xy 117.437 39.37) - (xy 118.230921 39.37) (xy 118.318389 39.809733) (xy 118.567478 40.182522) (xy 118.940267 40.431611) (xy 119.269001 40.497) - (xy 119.490999 40.497) (xy 119.819733 40.431611) (xy 120.192522 40.182522) (xy 120.441611 39.809733) (xy 120.529079 39.37) - (xy 120.441611 38.930267) (xy 120.192522 38.557478) (xy 119.819733 38.308389) (xy 119.490999 38.243) (xy 119.269001 38.243) - (xy 118.940267 38.308389) (xy 118.567478 38.557478) (xy 118.318389 38.930267) (xy 118.230921 39.37) (xy 117.437 39.37) - (xy 117.437 37.242672) (xy 117.455039 37.2352) (xy 117.8002 36.890039) (xy 117.987 36.439065) (xy 117.987 35.950935) - (xy 117.8002 35.499961) (xy 117.455039 35.1548) (xy 117.004065 34.968) (xy 116.515935 34.968) (xy 116.064961 35.1548) - (xy 115.7198 35.499961) (xy 115.533 35.950935) (xy 115.533 36.439065) (xy 115.7198 36.890039) (xy 116.064961 37.2352) - (xy 116.083 37.242672) (xy 116.083001 41.356023) (xy 113.916025 43.523) (xy 110.041187 43.523) (xy 109.698752 43.294192) - (xy 109.340847 43.223) (xy 109.099153 43.223) (xy 108.741248 43.294192) (xy 108.335383 43.565383) (xy 108.064192 43.971248) - (xy 107.992 44.334181) (xy 107.992 42.025819) (xy 108.064192 42.388752) (xy 108.335383 42.794617) (xy 108.741248 43.065808) - (xy 109.099153 43.137) (xy 109.340847 43.137) (xy 109.698752 43.065808) (xy 110.041187 42.837) (xy 111.118807 42.837) - (xy 111.320267 42.971611) (xy 111.649001 43.037) (xy 111.870999 43.037) (xy 112.199733 42.971611) (xy 112.572522 42.722522) - (xy 112.821611 42.349733) (xy 112.909079 41.91) (xy 112.821611 41.470267) (xy 112.572522 41.097478) (xy 112.437 41.006925) - (xy 112.437 40.286818) (xy 112.715424 40.008394) (xy 112.887 39.594174) (xy 112.887 39.145826) (xy 112.715424 38.731606) - (xy 112.437 38.453182) (xy 112.437 37.242672) (xy 112.455039 37.2352) (xy 112.8002 36.890039) (xy 112.987 36.439065) - (xy 112.987 35.950935) (xy 112.8002 35.499961) (xy 112.455039 35.1548) (xy 112.004065 34.968) (xy 111.515935 34.968) - (xy 111.064961 35.1548) (xy 110.7198 35.499961) (xy 110.533 35.950935) (xy 110.533 36.439065) (xy 110.7198 36.890039) - (xy 111.064961 37.2352) (xy 111.083 37.242672) (xy 111.083001 38.453181) (xy 110.804576 38.731606) (xy 110.633 39.145826) - (xy 110.633 39.594174) (xy 110.804576 40.008394) (xy 111.083 40.286818) (xy 111.083001 40.983) (xy 110.041187 40.983) - (xy 109.698752 40.754192) (xy 109.340847 40.683) (xy 109.099153 40.683) (xy 108.741248 40.754192) (xy 108.335383 41.025383) - (xy 108.064192 41.431248) (xy 107.992 41.794181) (xy 107.992 40.071678) (xy 108.005263 40.005) (xy 107.95272 39.740847) - (xy 107.84086 39.573437) (xy 107.840858 39.573435) (xy 107.803089 39.51691) (xy 107.746564 39.479142) (xy 107.637422 39.37) - (xy 107.968962 39.37) (xy 108.064192 39.848752) (xy 108.335383 40.254617) (xy 108.741248 40.525808) (xy 109.099153 40.597) - (xy 109.340847 40.597) (xy 109.698752 40.525808) (xy 110.104617 40.254617) (xy 110.375808 39.848752) (xy 110.471038 39.37) - (xy 110.375808 38.891248) (xy 110.104617 38.485383) (xy 109.698752 38.214192) (xy 109.340847 38.143) (xy 109.099153 38.143) - (xy 108.741248 38.214192) (xy 108.335383 38.485383) (xy 108.064192 38.891248) (xy 107.968962 39.37) (xy 107.637422 39.37) - (xy 107.205863 38.938442) (xy 107.16809 38.88191) (xy 106.944152 38.73228) (xy 106.746678 38.693) (xy 106.746676 38.693) - (xy 106.68 38.679737) (xy 106.613324 38.693) (xy 102.835365 38.693) (xy 102.835365 38.57) (xy 102.802225 38.403393) - (xy 102.70785 38.26215) (xy 102.566607 38.167775) (xy 102.4 38.134635) (xy 100.8 38.134635) (xy 100.633393 38.167775) - (xy 100.49215 38.26215) (xy 100.397775 38.403393) (xy 100.389897 38.443) (xy 99.737 38.443) (xy 99.737 37.837745) - (xy 105.851861 37.837745) (xy 105.925995 38.083864) (xy 106.463223 38.276965) (xy 107.033454 38.249778) (xy 107.434005 38.083864) - (xy 107.508139 37.837745) (xy 106.68 37.009605) (xy 105.851861 37.837745) (xy 99.737 37.837745) (xy 99.737 37.746818) - (xy 100.015424 37.468394) (xy 100.187 37.054174) (xy 100.187 36.613223) (xy 105.233035 36.613223) (xy 105.260222 37.183454) - (xy 105.426136 37.584005) (xy 105.672255 37.658139) (xy 106.500395 36.83) (xy 106.859605 36.83) (xy 107.687745 37.658139) - (xy 107.933864 37.584005) (xy 108.040889 37.286248) (xy 108.1398 37.525039) (xy 108.484961 37.8702) (xy 108.935935 38.057) - (xy 109.424065 38.057) (xy 109.875039 37.8702) (xy 110.2202 37.525039) (xy 110.407 37.074065) (xy 110.407 36.585935) - (xy 110.2202 36.134961) (xy 109.875039 35.7898) (xy 109.424065 35.603) (xy 108.935935 35.603) (xy 108.484961 35.7898) - (xy 108.1398 36.134961) (xy 108.049044 36.354064) (xy 107.933864 36.075995) (xy 107.687745 36.001861) (xy 106.859605 36.83) - (xy 106.500395 36.83) (xy 105.672255 36.001861) (xy 105.426136 36.075995) (xy 105.233035 36.613223) (xy 100.187 36.613223) - (xy 100.187 36.605826) (xy 100.015424 36.191606) (xy 99.737 35.913182) (xy 99.737 35.822255) (xy 105.851861 35.822255) - (xy 106.68 36.650395) (xy 107.508139 35.822255) (xy 107.434005 35.576136) (xy 106.896777 35.383035) (xy 106.326546 35.410222) - (xy 105.925995 35.576136) (xy 105.851861 35.822255) (xy 99.737 35.822255) (xy 99.737 34.702672) (xy 99.755039 34.6952) - (xy 100.1002 34.350039) (xy 100.287 33.899065) (xy 100.287 33.410935) (xy 100.1002 32.959961) (xy 99.755039 32.6148) - (xy 99.304065 32.428) (xy 98.815935 32.428) (xy 98.364961 32.6148) (xy 98.0198 32.959961) (xy 97.833 33.410935) - (xy 97.833 33.899065) (xy 98.0198 34.350039) (xy 98.364961 34.6952) (xy 98.383 34.702672) (xy 98.383001 35.913181) - (xy 98.104576 36.191606) (xy 97.933 36.605826) (xy 97.933 37.054174) (xy 98.104576 37.468394) (xy 98.383 37.746818) - (xy 98.383001 38.466925) (xy 98.247478 38.557478) (xy 97.998389 38.930267) (xy 97.910921 39.37) (xy 97.998389 39.809733) - (xy 98.247478 40.182522) (xy 98.620267 40.431611) (xy 98.949001 40.497) (xy 99.170999 40.497) (xy 99.499733 40.431611) - (xy 99.701193 40.297) (xy 100.389897 40.297) (xy 100.397775 40.336607) (xy 100.49215 40.47785) (xy 100.633393 40.572225) - (xy 100.8 40.605365) (xy 102.4 40.605365) (xy 102.566607 40.572225) (xy 102.70785 40.47785) (xy 102.802225 40.336607) - (xy 102.835365 40.17) (xy 102.835365 40.047) (xy 106.399578 40.047) (xy 106.638 40.285422) (xy 106.638001 48.100316) - (xy 106.638 48.100321) (xy 106.638001 49.037444) (xy 106.613903 49.061542) (xy 106.488 49.365499) (xy 106.488 49.694501) - (xy 106.613903 49.998458) (xy 106.846542 50.231097) (xy 107.150499 50.357) (xy 107.479501 50.357) (xy 107.783458 50.231097) - (xy 108.016097 49.998458) (xy 108.142 49.694501) (xy 108.142 49.365499) (xy 108.016097 49.061542) (xy 107.992 49.037445) - (xy 107.992 47.105819) (xy 108.064192 47.468752) (xy 108.335383 47.874617) (xy 108.741248 48.145808) (xy 109.099153 48.217) - (xy 109.340847 48.217) (xy 109.698752 48.145808) (xy 110.041187 47.917) (xy 110.833 47.917) (xy 110.833001 51.403181) - (xy 110.804576 51.431606) (xy 110.633 51.845826) (xy 110.633 52.294174) (xy 110.804576 52.708394) (xy 111.121606 53.025424) - (xy 111.535826 53.197) (xy 111.984174 53.197) (xy 112.398394 53.025424) (xy 112.715424 52.708394) (xy 112.887 52.294174) - (xy 112.887 51.845826) (xy 112.715424 51.431606) (xy 112.687 51.403182) (xy 112.687 47.631193) (xy 112.821611 47.429733) - (xy 112.909079 46.99) (xy 112.821611 46.550267) (xy 112.572522 46.177478) (xy 112.199733 45.928389) (xy 111.870999 45.863) - (xy 111.649001 45.863) (xy 111.320267 45.928389) (xy 111.118807 46.063) (xy 110.041187 46.063) (xy 109.698752 45.834192) - (xy 109.340847 45.763) (xy 109.099153 45.763) (xy 108.741248 45.834192) (xy 108.335383 46.105383) (xy 108.064192 46.511248) - (xy 107.992 46.874181) (xy 107.992 44.565819) (xy 108.064192 44.928752) (xy 108.335383 45.334617) (xy 108.741248 45.605808) - (xy 109.099153 45.677) (xy 109.340847 45.677) (xy 109.698752 45.605808) (xy 110.041187 45.377) (xy 113.373001 45.377) - (xy 113.373 48.888807) (xy 113.238389 49.090267) (xy 113.150921 49.53) (xy 113.238389 49.969733) (xy 113.487478 50.342522) - (xy 113.623001 50.433075) (xy 113.623 52.000517) (xy 113.609737 52.067194) (xy 113.623 52.13387) (xy 113.623 52.133871) - (xy 113.66228 52.331345) (xy 113.81191 52.555283) (xy 113.868441 52.593056) (xy 117.147881 55.872497) (xy 116.967 55.980626) - (xy 116.967 57.023) (xy 116.987 57.023) (xy 116.987 57.277) (xy 116.967 57.277) (xy 116.967 57.297) - (xy 116.713 57.297) (xy 116.713 57.277) (xy 115.669794 57.277) (xy 115.547273 57.483331) (xy 115.710809 57.823001) - (xy 115.556675 57.823001) (xy 115.489999 57.809738) (xy 115.423322 57.823001) (xy 115.423321 57.823001) (xy 115.225847 57.862281) - (xy 115.092312 57.951506) (xy 115.255424 57.788394) (xy 115.427 57.374174) (xy 115.427 56.925826) (xy 115.381786 56.816669) - (xy 115.547273 56.816669) (xy 115.669794 57.023) (xy 116.713 57.023) (xy 116.713 55.980626) (xy 116.506671 55.857284) - (xy 116.161604 56.000203) (xy 115.773236 56.347337) (xy 115.547273 56.816669) (xy 115.381786 56.816669) (xy 115.255424 56.511606) - (xy 114.938394 56.194576) (xy 114.524174 56.023) (xy 114.075826 56.023) (xy 113.661606 56.194576) (xy 113.344576 56.511606) - (xy 113.173 56.925826) (xy 113.173 57.087666) (xy 113.15772 57.010848) (xy 113.10091 56.925826) (xy 113.045859 56.843436) - (xy 113.045858 56.843435) (xy 113.008089 56.78691) (xy 112.951564 56.749142) (xy 112.285864 56.083442) (xy 112.24809 56.02691) - (xy 112.024152 55.87728) (xy 111.826678 55.838) (xy 111.826676 55.838) (xy 111.76 55.824737) (xy 111.693324 55.838) - (xy 99.549581 55.838) (xy 99.738396 55.759797) (xy 100.126764 55.412663) (xy 100.352727 54.943331) (xy 100.230206 54.737) - (xy 99.187 54.737) (xy 99.187 54.757) (xy 98.933 54.757) (xy 98.933 54.737) (xy 97.889794 54.737) - (xy 97.767273 54.943331) (xy 97.993236 55.412663) (xy 98.381604 55.759797) (xy 98.570419 55.838) (xy 97.715474 55.838) - (xy 97.300645 55.423173) (xy 97.475424 55.248394) (xy 97.647 54.834174) (xy 97.647 54.385826) (xy 97.601786 54.276669) - (xy 97.767273 54.276669) (xy 97.889794 54.483) (xy 98.933 54.483) (xy 98.933 53.440626) (xy 99.187 53.440626) - (xy 99.187 54.483) (xy 100.230206 54.483) (xy 100.352727 54.276669) (xy 100.126764 53.807337) (xy 99.738396 53.460203) - (xy 99.393329 53.317284) (xy 99.187 53.440626) (xy 98.933 53.440626) (xy 98.726671 53.317284) (xy 98.381604 53.460203) - (xy 97.993236 53.807337) (xy 97.767273 54.276669) (xy 97.601786 54.276669) (xy 97.475424 53.971606) (xy 97.158394 53.654576) - (xy 96.744174 53.483) (xy 96.295826 53.483) (xy 95.881606 53.654576) (xy 95.564576 53.971606) (xy 95.393 54.385826) - (xy 95.393 54.834174) (xy 95.564576 55.248394) (xy 95.727688 55.411506) (xy 95.594153 55.322281) (xy 95.396679 55.283001) - (xy 95.396677 55.283001) (xy 95.330001 55.269738) (xy 95.263325 55.283001) (xy 95.109191 55.283001) (xy 95.272727 54.943331) - (xy 95.150206 54.737) (xy 94.107 54.737) (xy 94.107 54.757) (xy 93.853 54.757) (xy 93.853 54.737) - (xy 93.833 54.737) (xy 93.833 54.483) (xy 93.853 54.483) (xy 93.853 53.440626) (xy 94.107 53.440626) - (xy 94.107 54.483) (xy 95.150206 54.483) (xy 95.272727 54.276669) (xy 95.046764 53.807337) (xy 94.658396 53.460203) - (xy 94.313329 53.317284) (xy 94.107 53.440626) (xy 93.853 53.440626) (xy 93.672119 53.332497) (xy 94.601287 52.403329) - (xy 102.847284 52.403329) (xy 102.990203 52.748396) (xy 103.337337 53.136764) (xy 103.806669 53.362727) (xy 104.013 53.240206) - (xy 104.013 52.197) (xy 104.267 52.197) (xy 104.267 53.240206) (xy 104.473331 53.362727) (xy 104.942663 53.136764) - (xy 105.289797 52.748396) (xy 105.432716 52.403329) (xy 105.309374 52.197) (xy 104.267 52.197) (xy 104.013 52.197) - (xy 102.970626 52.197) (xy 102.847284 52.403329) (xy 94.601287 52.403329) (xy 95.267945 51.736671) (xy 102.847284 51.736671) - (xy 102.970626 51.943) (xy 104.013 51.943) (xy 104.013 51.923) (xy 104.267 51.923) (xy 104.267 51.943) - (xy 105.309374 51.943) (xy 105.432716 51.736671) (xy 105.289797 51.391604) (xy 104.942663 51.003236) (xy 104.675236 50.874481) - (xy 104.894005 50.783864) (xy 104.968139 50.537745) (xy 104.14 49.709605) (xy 103.311861 50.537745) (xy 103.385995 50.783864) - (xy 103.619015 50.86762) (xy 103.337337 51.003236) (xy 102.990203 51.391604) (xy 102.847284 51.736671) (xy 95.267945 51.736671) - (xy 96.951565 50.053052) (xy 97.008089 50.015284) (xy 97.090668 49.891697) (xy 97.157719 49.791347) (xy 97.15772 49.791346) - (xy 97.197 49.593872) (xy 97.197 49.593871) (xy 97.210263 49.527195) (xy 97.197 49.460518) (xy 97.197 47.893075) - (xy 97.332522 47.802522) (xy 97.581611 47.429733) (xy 97.669079 46.99) (xy 97.581611 46.550267) (xy 97.447 46.348807) - (xy 97.447 44.45) (xy 97.910921 44.45) (xy 97.998389 44.889733) (xy 98.133 45.091194) (xy 98.133001 46.323181) - (xy 98.104576 46.351606) (xy 97.933 46.765826) (xy 97.933 47.214174) (xy 98.104576 47.628394) (xy 98.421606 47.945424) - (xy 98.835826 48.117) (xy 99.284174 48.117) (xy 99.698394 47.945424) (xy 100.015424 47.628394) (xy 100.187 47.214174) - (xy 100.187 46.99) (xy 100.348962 46.99) (xy 100.444192 47.468752) (xy 100.673 47.811187) (xy 100.673001 48.76176) - (xy 100.5998 48.834961) (xy 100.413 49.285935) (xy 100.413 49.774065) (xy 100.5998 50.225039) (xy 100.944961 50.5702) - (xy 101.395935 50.757) (xy 101.884065 50.757) (xy 102.335039 50.5702) (xy 102.6802 50.225039) (xy 102.770956 50.005936) - (xy 102.886136 50.284005) (xy 103.132255 50.358139) (xy 103.960395 49.53) (xy 104.319605 49.53) (xy 105.147745 50.358139) - (xy 105.393864 50.284005) (xy 105.586965 49.746777) (xy 105.559778 49.176546) (xy 105.393864 48.775995) (xy 105.147745 48.701861) - (xy 104.319605 49.53) (xy 103.960395 49.53) (xy 103.132255 48.701861) (xy 102.886136 48.775995) (xy 102.779111 49.073752) - (xy 102.6802 48.834961) (xy 102.527 48.681761) (xy 102.527 48.522255) (xy 103.311861 48.522255) (xy 104.14 49.350395) - (xy 104.968139 48.522255) (xy 104.894005 48.276136) (xy 104.356777 48.083035) (xy 103.786546 48.110222) (xy 103.385995 48.276136) - (xy 103.311861 48.522255) (xy 102.527 48.522255) (xy 102.527 47.811187) (xy 102.755808 47.468752) (xy 102.851038 46.99) - (xy 102.755808 46.511248) (xy 102.484617 46.105383) (xy 102.078752 45.834192) (xy 101.720847 45.763) (xy 101.479153 45.763) - (xy 101.121248 45.834192) (xy 100.715383 46.105383) (xy 100.444192 46.511248) (xy 100.348962 46.99) (xy 100.187 46.99) - (xy 100.187 46.765826) (xy 100.015424 46.351606) (xy 99.987 46.323182) (xy 99.987 45.377) (xy 100.778813 45.377) - (xy 101.121248 45.605808) (xy 101.479153 45.677) (xy 101.720847 45.677) (xy 102.078752 45.605808) (xy 102.484617 45.334617) - (xy 102.755808 44.928752) (xy 102.851038 44.45) (xy 102.755808 43.971248) (xy 102.484617 43.565383) (xy 102.078752 43.294192) - (xy 101.720847 43.223) (xy 101.479153 43.223) (xy 101.121248 43.294192) (xy 100.778813 43.523) (xy 99.701193 43.523) - (xy 99.499733 43.388389) (xy 99.170999 43.323) (xy 98.949001 43.323) (xy 98.620267 43.388389) (xy 98.247478 43.637478) - (xy 97.998389 44.010267) (xy 97.910921 44.45) (xy 97.447 44.45) (xy 97.447 42.837) (xy 100.778813 42.837) - (xy 101.121248 43.065808) (xy 101.479153 43.137) (xy 101.720847 43.137) (xy 102.078752 43.065808) (xy 102.484617 42.794617) - (xy 102.755808 42.388752) (xy 102.851038 41.91) (xy 102.755808 41.431248) (xy 102.484617 41.025383) (xy 102.078752 40.754192) - (xy 101.720847 40.683) (xy 101.479153 40.683) (xy 101.121248 40.754192) (xy 100.778813 40.983) (xy 96.903976 40.983) - (xy 94.737 38.816025) (xy 94.737 34.702672) (xy 94.755039 34.6952) (xy 95.1002 34.350039) (xy 95.287 33.899065) - (xy 95.287 33.410935) (xy 95.1002 32.959961) (xy 94.755039 32.6148) (xy 94.304065 32.428) (xy 93.815935 32.428) - (xy 93.364961 32.6148) (xy 93.0198 32.959961) (xy 92.833 33.410935) (xy 92.833 33.899065) (xy 93.0198 34.350039) - (xy 93.364961 34.6952) (xy 93.383 34.702672) (xy 93.383001 38.443) (xy 92.106818 38.443) (xy 92.078394 38.414576) - (xy 91.664174 38.243) (xy 91.215826 38.243) (xy 90.847 38.395773) (xy 90.847 37.789202) (xy 91.000267 37.891611) - (xy 91.329001 37.957) (xy 91.550999 37.957) (xy 91.879733 37.891611) (xy 92.252522 37.642522) (xy 92.501611 37.269733) - (xy 92.589079 36.83) (xy 92.501611 36.390267) (xy 92.252522 36.017478) (xy 91.879733 35.768389) (xy 91.550999 35.703) - (xy 91.329001 35.703) (xy 91.000267 35.768389) (xy 90.627478 36.017478) (xy 90.536925 36.153) (xy 90.516727 36.153) - (xy 90.450051 36.139737) (xy 90.383374 36.153) (xy 90.383373 36.153) (xy 90.185899 36.19228) (xy 89.961961 36.34191) - (xy 89.924187 36.398443) (xy 89.738441 36.584189) (xy 89.68191 36.621962) (xy 89.53228 36.8459) (xy 89.52218 36.896678) - (xy 89.479737 37.110051) (xy 89.493 37.176728) (xy 89.493001 45.653319) (xy 89.479737 45.72) (xy 89.502452 45.834192) - (xy 89.532281 45.984152) (xy 89.681911 46.20809) (xy 89.738441 46.245862) (xy 90.763 47.270422) (xy 90.763001 52.064003) - (xy 89.65844 53.168565) (xy 89.601909 53.206338) (xy 89.452279 53.430276) (xy 89.430328 53.540632) (xy 89.399736 53.694427) - (xy 89.412999 53.761104) (xy 89.413 56.22944) (xy 89.399736 56.296121) (xy 89.443747 56.517373) (xy 89.45228 56.560273) - (xy 89.60191 56.784211) (xy 89.65844 56.821983) (xy 92.958016 60.12156) (xy 92.995788 60.17809) (xy 93.152082 60.282522) - (xy 93.219725 60.32772) (xy 93.483878 60.380263) (xy 93.550556 60.367) (xy 108.727445 60.367) (xy 108.751542 60.391097) - (xy 109.055499 60.517) (xy 109.384501 60.517) (xy 109.688458 60.391097) (xy 109.843001 60.236554) (xy 109.843 63.373) - (xy 105.197 63.373) (xy 105.197 63.311676) (xy 105.210263 63.245) (xy 105.194016 63.163322) (xy 105.15772 62.980848) - (xy 105.00809 62.75691) (xy 104.95156 62.719138) (xy 104.332 62.099579) (xy 104.332 62.065499) (xy 104.206097 61.761542) - (xy 103.973458 61.528903) (xy 103.669501 61.403) (xy 103.340499 61.403) (xy 103.036542 61.528903) (xy 102.803903 61.761542) - (xy 102.678 62.065499) (xy 102.678 62.099578) (xy 102.08844 62.689138) (xy 102.031911 62.72691) (xy 101.984118 62.798438) - (xy 101.882281 62.950848) (xy 101.829737 63.215) (xy 101.843001 63.281681) (xy 101.843001 63.373) (xy 99.197 63.373) - (xy 99.197 63.296678) (xy 99.210263 63.23) (xy 99.15772 62.965847) (xy 99.04586 62.798437) (xy 99.00809 62.74191) - (xy 98.951563 62.70414) (xy 98.347 62.099578) (xy 98.347 62.065499) (xy 98.221097 61.761542) (xy 97.988458 61.528903) - (xy 97.684501 61.403) (xy 97.355499 61.403) (xy 97.051542 61.528903) (xy 96.818903 61.761542) (xy 96.693 62.065499) - (xy 96.693 62.099578) (xy 96.08844 62.704138) (xy 96.031911 62.74191) (xy 95.937826 62.882719) (xy 95.882281 62.965848) - (xy 95.829737 63.23) (xy 95.843001 63.296681) (xy 95.843001 63.373) (xy 89.027 63.373) (xy 89.027 31.877) - (xy 122.428 31.877) - ) - ) - (filled_polygon - (pts - (xy 95.593001 42.293977) (xy 95.593 46.348807) (xy 95.458389 46.550267) (xy 95.370921 46.99) (xy 95.458389 47.429733) - (xy 95.707478 47.802522) (xy 95.843001 47.893075) (xy 95.843 49.246771) (xy 93.387 51.702772) (xy 93.387 47.964227) - (xy 93.755826 48.117) (xy 94.204174 48.117) (xy 94.618394 47.945424) (xy 94.935424 47.628394) (xy 95.107 47.214174) - (xy 95.107 46.765826) (xy 94.935424 46.351606) (xy 94.907 46.323182) (xy 94.907 43.2713) (xy 94.925161 43.179999) - (xy 94.897452 43.040696) (xy 94.853215 42.818303) (xy 94.82977 42.783214) (xy 94.700048 42.589072) (xy 94.64833 42.51167) - (xy 94.570927 42.459951) (xy 93.650964 41.539989) (xy 93.649592 41.526056) (xy 93.63047 41.429923) (xy 93.605696 41.348253) - (xy 93.568187 41.257697) (xy 93.527954 41.182426) (xy 93.473498 41.100927) (xy 93.419355 41.034953) (xy 93.350047 40.965645) - (xy 93.284073 40.911502) (xy 93.202574 40.857046) (xy 93.127303 40.816813) (xy 93.036747 40.779304) (xy 92.955077 40.75453) - (xy 92.858944 40.735408) (xy 92.774009 40.727043) (xy 92.737106 40.727043) (xy 92.725 40.724635) (xy 92.225 40.724635) - (xy 92.075 40.754472) (xy 91.925 40.724635) (xy 91.425 40.724635) (xy 91.412894 40.727043) (xy 91.375991 40.727043) - (xy 91.291056 40.735408) (xy 91.194923 40.75453) (xy 91.113253 40.779304) (xy 91.022697 40.816813) (xy 90.947426 40.857046) - (xy 90.865927 40.911502) (xy 90.847 40.927035) (xy 90.847 40.344227) (xy 91.215826 40.497) (xy 91.664174 40.497) - (xy 92.078394 40.325424) (xy 92.106818 40.297) (xy 93.596025 40.297) + (xy 88.9 31.75) (xy 122.555 31.75) (xy 122.555 61.468) (xy 88.9 61.468) ) ) ) (zone (net 2) (net_name GNDA) (layer F.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.3)) (min_thickness 0.254) - (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts - (xy 88.9 31.75) (xy 122.555 31.75) (xy 122.555 63.5) (xy 88.9 63.5) - ) - ) - (filled_polygon - (pts - (xy 106.826911 51.28809) (xy 106.883441 51.325862) (xy 110.843 55.285422) (xy 110.843 60.355579) (xy 110.047 59.559579) - (xy 110.047 59.525499) (xy 109.921097 59.221542) (xy 109.688458 58.988903) (xy 109.384501 58.863) (xy 109.055499 58.863) - (xy 108.751542 58.988903) (xy 108.518903 59.221542) (xy 108.393 59.525499) (xy 108.393 59.854501) (xy 108.518903 60.158458) - (xy 108.751542 60.391097) (xy 109.055499 60.517) (xy 109.089579 60.517) (xy 109.813001 61.240423) (xy 109.813 63.373) - (xy 105.197 63.373) (xy 105.197 63.311676) (xy 105.210263 63.245) (xy 105.194016 63.163322) (xy 105.15772 62.980848) - (xy 105.00809 62.75691) (xy 104.95156 62.719138) (xy 104.332 62.099579) (xy 104.332 62.065499) (xy 104.206097 61.761542) - (xy 104.182 61.737445) (xy 104.182 54.983423) (xy 106.476565 52.68886) (xy 106.533089 52.651092) (xy 106.68272 52.427154) - (xy 106.722 52.22968) (xy 106.722 52.229679) (xy 106.735263 52.163003) (xy 106.722 52.096326) (xy 106.722 51.131079) - ) - ) - (filled_polygon - (pts - (xy 122.428 63.373) (xy 115.197 63.373) (xy 115.197 61.020421) (xy 115.215422 61.002) (xy 116.869132 61.002) - (xy 116.935808 61.015263) (xy 117.002484 61.002) (xy 117.002486 61.002) (xy 117.19996 60.96272) (xy 117.423898 60.81309) - (xy 117.461672 60.756557) (xy 122.061574 56.156657) (xy 122.118101 56.118887) (xy 122.155871 56.06236) (xy 122.267731 55.89495) - (xy 122.320274 55.630797) (xy 122.307011 55.564119) (xy 122.307011 38.985687) (xy 122.320274 38.919009) (xy 122.267731 38.654856) - (xy 122.155871 38.487446) (xy 122.155869 38.487444) (xy 122.1181 38.430919) (xy 122.061576 38.393151) (xy 117.981865 34.313442) - (xy 117.944091 34.256909) (xy 117.720153 34.107279) (xy 117.522679 34.067999) (xy 117.522677 34.067999) (xy 117.456001 34.054736) - (xy 117.389325 34.067999) (xy 113.276677 34.067999) (xy 113.21 34.054736) (xy 113.143324 34.067999) (xy 113.143323 34.067999) - (xy 112.945849 34.107279) (xy 112.721911 34.256909) (xy 112.684139 34.313439) (xy 112.022106 34.975473) (xy 112.004065 34.968) - (xy 111.515935 34.968) (xy 111.064961 35.1548) (xy 110.7198 35.499961) (xy 110.533 35.950935) (xy 110.533 36.439065) - (xy 110.7198 36.890039) (xy 111.064961 37.2352) (xy 111.515935 37.422) (xy 112.004065 37.422) (xy 112.455039 37.2352) - (xy 112.8002 36.890039) (xy 112.987 36.439065) (xy 112.987 35.950935) (xy 112.979527 35.932894) (xy 113.490423 35.421999) - (xy 115.797762 35.421999) (xy 115.7198 35.499961) (xy 115.533 35.950935) (xy 115.533 36.439065) (xy 115.7198 36.890039) - (xy 116.064961 37.2352) (xy 116.515935 37.422) (xy 117.004065 37.422) (xy 117.455039 37.2352) (xy 117.8002 36.890039) - (xy 117.987 36.439065) (xy 117.987 36.233419) (xy 120.953011 39.199432) (xy 120.953011 39.985589) (xy 120.497281 39.52986) - (xy 120.529079 39.37) (xy 120.441611 38.930267) (xy 120.192522 38.557478) (xy 119.819733 38.308389) (xy 119.490999 38.243) - (xy 119.269001 38.243) (xy 118.940267 38.308389) (xy 118.567478 38.557478) (xy 118.318389 38.930267) (xy 118.230921 39.37) - (xy 118.318389 39.809733) (xy 118.567478 40.182522) (xy 118.940267 40.431611) (xy 119.269001 40.497) (xy 119.490999 40.497) - (xy 119.53986 40.487281) (xy 119.999206 40.946628) (xy 119.604174 40.783) (xy 119.155826 40.783) (xy 118.741606 40.954576) - (xy 118.424576 41.271606) (xy 118.253 41.685826) (xy 118.253 42.134174) (xy 118.424576 42.548394) (xy 118.741606 42.865424) - (xy 119.155826 43.037) (xy 119.604174 43.037) (xy 120.018394 42.865424) (xy 120.053001 42.830817) (xy 120.053001 46.069183) - (xy 120.018394 46.034576) (xy 119.604174 45.863) (xy 119.155826 45.863) (xy 118.741606 46.034576) (xy 118.424576 46.351606) - (xy 118.253 46.765826) (xy 118.253 47.214174) (xy 118.424576 47.628394) (xy 118.741606 47.945424) (xy 119.155826 48.117) - (xy 119.604174 48.117) (xy 120.018394 47.945424) (xy 120.053001 47.910817) (xy 120.053002 54.977577) (xy 118.014045 57.016536) - (xy 118.132727 56.816669) (xy 117.906764 56.347337) (xy 117.518396 56.000203) (xy 117.173329 55.857284) (xy 116.967 55.980626) - (xy 116.967 57.023) (xy 116.987 57.023) (xy 116.987 57.277) (xy 116.967 57.277) (xy 116.967 57.297) - (xy 116.713 57.297) (xy 116.713 57.277) (xy 115.669794 57.277) (xy 115.547273 57.483331) (xy 115.773236 57.952663) - (xy 116.161604 58.299797) (xy 116.350419 58.378) (xy 114.366678 58.378) (xy 114.3 58.364737) (xy 114.035847 58.41728) - (xy 113.868437 58.52914) (xy 113.81191 58.56691) (xy 113.77414 58.623438) (xy 113.08844 59.309139) (xy 113.03191 59.346911) - (xy 112.88228 59.570849) (xy 112.850225 59.732) (xy 112.829737 59.835) (xy 112.843 59.901677) (xy 112.843001 63.373) - (xy 112.197 63.373) (xy 112.197 56.925826) (xy 113.173 56.925826) (xy 113.173 57.374174) (xy 113.344576 57.788394) - (xy 113.661606 58.105424) (xy 114.075826 58.277) (xy 114.524174 58.277) (xy 114.938394 58.105424) (xy 115.255424 57.788394) - (xy 115.427 57.374174) (xy 115.427 56.925826) (xy 115.381786 56.816669) (xy 115.547273 56.816669) (xy 115.669794 57.023) - (xy 116.713 57.023) (xy 116.713 55.980626) (xy 116.506671 55.857284) (xy 116.161604 56.000203) (xy 115.773236 56.347337) - (xy 115.547273 56.816669) (xy 115.381786 56.816669) (xy 115.255424 56.511606) (xy 114.938394 56.194576) (xy 114.524174 56.023) - (xy 114.075826 56.023) (xy 113.661606 56.194576) (xy 113.344576 56.511606) (xy 113.173 56.925826) (xy 112.197 56.925826) - (xy 112.197 55.071676) (xy 112.210263 55.004999) (xy 112.197 54.938322) (xy 112.15772 54.740848) (xy 112.008089 54.51691) - (xy 111.951562 54.47914) (xy 109.318248 51.845826) (xy 110.633 51.845826) (xy 110.633 52.294174) (xy 110.804576 52.708394) - (xy 111.121606 53.025424) (xy 111.535826 53.197) (xy 111.984174 53.197) (xy 112.398394 53.025424) (xy 112.715424 52.708394) - (xy 112.887 52.294174) (xy 112.887 51.845826) (xy 112.715424 51.431606) (xy 112.398394 51.114576) (xy 111.984174 50.943) - (xy 111.535826 50.943) (xy 111.121606 51.114576) (xy 110.804576 51.431606) (xy 110.633 51.845826) (xy 109.318248 51.845826) - (xy 107.992 50.519579) (xy 107.992 50.022555) (xy 108.016097 49.998458) (xy 108.142 49.694501) (xy 108.142 49.53) - (xy 113.150921 49.53) (xy 113.238389 49.969733) (xy 113.487478 50.342522) (xy 113.860267 50.591611) (xy 114.189001 50.657) - (xy 114.410999 50.657) (xy 114.739733 50.591611) (xy 115.112522 50.342522) (xy 115.361611 49.969733) (xy 115.449079 49.53) - (xy 115.404489 49.305826) (xy 115.713 49.305826) (xy 115.713 49.754174) (xy 115.884576 50.168394) (xy 116.201606 50.485424) - (xy 116.615826 50.657) (xy 117.064174 50.657) (xy 117.478394 50.485424) (xy 117.795424 50.168394) (xy 117.967 49.754174) - (xy 117.967 49.305826) (xy 117.795424 48.891606) (xy 117.478394 48.574576) (xy 117.064174 48.403) (xy 116.615826 48.403) - (xy 116.201606 48.574576) (xy 115.884576 48.891606) (xy 115.713 49.305826) (xy 115.404489 49.305826) (xy 115.361611 49.090267) - (xy 115.112522 48.717478) (xy 114.739733 48.468389) (xy 114.410999 48.403) (xy 114.189001 48.403) (xy 113.860267 48.468389) - (xy 113.487478 48.717478) (xy 113.238389 49.090267) (xy 113.150921 49.53) (xy 108.142 49.53) (xy 108.142 49.365499) - (xy 108.016097 49.061542) (xy 107.783458 48.828903) (xy 107.479501 48.703) (xy 107.150499 48.703) (xy 106.846542 48.828903) - (xy 106.722 48.953445) (xy 106.722 46.99) (xy 107.968962 46.99) (xy 108.064192 47.468752) (xy 108.335383 47.874617) - (xy 108.741248 48.145808) (xy 109.099153 48.217) (xy 109.340847 48.217) (xy 109.698752 48.145808) (xy 110.104617 47.874617) - (xy 110.375808 47.468752) (xy 110.471038 46.99) (xy 110.610921 46.99) (xy 110.698389 47.429733) (xy 110.947478 47.802522) - (xy 111.320267 48.051611) (xy 111.649001 48.117) (xy 111.870999 48.117) (xy 112.199733 48.051611) (xy 112.572522 47.802522) - (xy 112.821611 47.429733) (xy 112.909079 46.99) (xy 112.821611 46.550267) (xy 112.572522 46.177478) (xy 112.199733 45.928389) - (xy 111.870999 45.863) (xy 111.649001 45.863) (xy 111.320267 45.928389) (xy 110.947478 46.177478) (xy 110.698389 46.550267) - (xy 110.610921 46.99) (xy 110.471038 46.99) (xy 110.375808 46.511248) (xy 110.104617 46.105383) (xy 109.698752 45.834192) - (xy 109.340847 45.763) (xy 109.099153 45.763) (xy 108.741248 45.834192) (xy 108.335383 46.105383) (xy 108.064192 46.511248) - (xy 107.968962 46.99) (xy 106.722 46.99) (xy 106.722 44.45) (xy 107.968962 44.45) (xy 108.064192 44.928752) - (xy 108.335383 45.334617) (xy 108.741248 45.605808) (xy 109.099153 45.677) (xy 109.340847 45.677) (xy 109.698752 45.605808) - (xy 110.104617 45.334617) (xy 110.375808 44.928752) (xy 110.471038 44.45) (xy 110.375808 43.971248) (xy 110.104617 43.565383) - (xy 109.698752 43.294192) (xy 109.340847 43.223) (xy 109.099153 43.223) (xy 108.741248 43.294192) (xy 108.335383 43.565383) - (xy 108.064192 43.971248) (xy 107.968962 44.45) (xy 106.722 44.45) (xy 106.722 41.91) (xy 107.968962 41.91) - (xy 108.064192 42.388752) (xy 108.335383 42.794617) (xy 108.741248 43.065808) (xy 109.099153 43.137) (xy 109.340847 43.137) - (xy 109.698752 43.065808) (xy 110.104617 42.794617) (xy 110.375808 42.388752) (xy 110.471038 41.91) (xy 110.610921 41.91) - (xy 110.698389 42.349733) (xy 110.947478 42.722522) (xy 111.320267 42.971611) (xy 111.649001 43.037) (xy 111.870999 43.037) - (xy 112.199733 42.971611) (xy 112.572522 42.722522) (xy 112.821611 42.349733) (xy 112.909079 41.91) (xy 112.821611 41.470267) - (xy 112.572522 41.097478) (xy 112.199733 40.848389) (xy 111.870999 40.783) (xy 111.649001 40.783) (xy 111.320267 40.848389) - (xy 110.947478 41.097478) (xy 110.698389 41.470267) (xy 110.610921 41.91) (xy 110.471038 41.91) (xy 110.375808 41.431248) - (xy 110.104617 41.025383) (xy 109.698752 40.754192) (xy 109.340847 40.683) (xy 109.099153 40.683) (xy 108.741248 40.754192) - (xy 108.335383 41.025383) (xy 108.064192 41.431248) (xy 107.968962 41.91) (xy 106.722 41.91) (xy 106.722 40.920421) - (xy 107.595422 40.047) (xy 108.196657 40.047) (xy 108.335383 40.254617) (xy 108.741248 40.525808) (xy 109.099153 40.597) - (xy 109.340847 40.597) (xy 109.698752 40.525808) (xy 110.104617 40.254617) (xy 110.375808 39.848752) (xy 110.471038 39.37) - (xy 110.426447 39.145826) (xy 110.633 39.145826) (xy 110.633 39.594174) (xy 110.804576 40.008394) (xy 111.121606 40.325424) - (xy 111.535826 40.497) (xy 111.984174 40.497) (xy 112.398394 40.325424) (xy 112.715424 40.008394) (xy 112.887 39.594174) - (xy 112.887 39.145826) (xy 112.715424 38.731606) (xy 112.398394 38.414576) (xy 111.984174 38.243) (xy 111.535826 38.243) - (xy 111.121606 38.414576) (xy 110.804576 38.731606) (xy 110.633 39.145826) (xy 110.426447 39.145826) (xy 110.375808 38.891248) - (xy 110.104617 38.485383) (xy 109.897 38.346657) (xy 109.897 37.848239) (xy 110.2202 37.525039) (xy 110.407 37.074065) - (xy 110.407 36.585935) (xy 110.2202 36.134961) (xy 109.875039 35.7898) (xy 109.424065 35.603) (xy 108.935935 35.603) - (xy 108.484961 35.7898) (xy 108.1398 36.134961) (xy 108.049044 36.354064) (xy 107.933864 36.075995) (xy 107.687745 36.001861) - (xy 106.859605 36.83) (xy 107.687745 37.658139) (xy 107.933864 37.584005) (xy 108.040889 37.286248) (xy 108.1398 37.525039) - (xy 108.484961 37.8702) (xy 108.543001 37.894241) (xy 108.543 38.346657) (xy 108.335383 38.485383) (xy 108.196657 38.693) - (xy 107.381676 38.693) (xy 107.314999 38.679737) (xy 107.248323 38.693) (xy 107.248322 38.693) (xy 107.050848 38.73228) - (xy 106.82691 38.88191) (xy 106.789138 38.93844) (xy 105.613441 40.114138) (xy 105.556911 40.15191) (xy 105.440973 40.325424) - (xy 105.407281 40.375848) (xy 105.354737 40.64) (xy 105.368001 40.706681) (xy 105.368 48.768205) (xy 105.147745 48.701861) - (xy 104.319605 49.53) (xy 105.147745 50.358139) (xy 105.368 50.291795) (xy 105.368 51.580419) (xy 105.289797 51.391604) - (xy 104.942663 51.003236) (xy 104.675236 50.874481) (xy 104.894005 50.783864) (xy 104.968139 50.537745) (xy 104.14 49.709605) - (xy 103.311861 50.537745) (xy 103.385995 50.783864) (xy 103.619015 50.86762) (xy 103.337337 51.003236) (xy 102.990203 51.391604) - (xy 102.847284 51.736671) (xy 102.970626 51.943) (xy 104.013 51.943) (xy 104.013 51.923) (xy 104.267 51.923) - (xy 104.267 51.943) (xy 104.287 51.943) (xy 104.287 52.197) (xy 104.267 52.197) (xy 104.267 52.217) - (xy 104.013 52.217) (xy 104.013 52.197) (xy 102.970626 52.197) (xy 102.847284 52.403329) (xy 102.990203 52.748396) - (xy 103.337337 53.136764) (xy 103.806669 53.362727) (xy 104.006536 53.244045) (xy 103.073441 54.17714) (xy 103.016911 54.214912) - (xy 102.867281 54.43885) (xy 102.814737 54.703002) (xy 102.828001 54.769683) (xy 102.828 61.737445) (xy 102.803903 61.761542) - (xy 102.678 62.065499) (xy 102.678 62.099578) (xy 102.08844 62.689138) (xy 102.031911 62.72691) (xy 101.984118 62.798438) - (xy 101.882281 62.950848) (xy 101.829737 63.215) (xy 101.843001 63.281681) (xy 101.843001 63.373) (xy 99.197 63.373) - (xy 99.197 63.296678) (xy 99.210263 63.23) (xy 99.15772 62.965847) (xy 99.04586 62.798437) (xy 99.00809 62.74191) - (xy 98.951563 62.70414) (xy 98.347 62.099578) (xy 98.347 62.065499) (xy 98.221097 61.761542) (xy 98.197 61.737445) - (xy 98.197 56.471678) (xy 98.210263 56.405001) (xy 98.193566 56.32106) (xy 98.15772 56.14085) (xy 98.00809 55.916912) - (xy 97.951562 55.879141) (xy 97.600862 55.528443) (xy 97.563089 55.471911) (xy 97.376549 55.347269) (xy 97.475424 55.248394) - (xy 97.601785 54.943331) (xy 97.767273 54.943331) (xy 97.993236 55.412663) (xy 98.381604 55.759797) (xy 98.726671 55.902716) - (xy 98.933 55.779374) (xy 98.933 54.737) (xy 99.187 54.737) (xy 99.187 55.779374) (xy 99.393329 55.902716) - (xy 99.738396 55.759797) (xy 100.126764 55.412663) (xy 100.352727 54.943331) (xy 100.230206 54.737) (xy 99.187 54.737) - (xy 98.933 54.737) (xy 97.889794 54.737) (xy 97.767273 54.943331) (xy 97.601785 54.943331) (xy 97.647 54.834174) - (xy 97.647 54.385826) (xy 97.601786 54.276669) (xy 97.767273 54.276669) (xy 97.889794 54.483) (xy 98.933 54.483) - (xy 98.933 53.440626) (xy 99.187 53.440626) (xy 99.187 54.483) (xy 100.230206 54.483) (xy 100.352727 54.276669) - (xy 100.126764 53.807337) (xy 99.738396 53.460203) (xy 99.393329 53.317284) (xy 99.187 53.440626) (xy 98.933 53.440626) - (xy 98.726671 53.317284) (xy 98.381604 53.460203) (xy 97.993236 53.807337) (xy 97.767273 54.276669) (xy 97.601786 54.276669) - (xy 97.475424 53.971606) (xy 97.158394 53.654576) (xy 96.744174 53.483) (xy 96.295826 53.483) (xy 95.881606 53.654576) - (xy 95.564576 53.971606) (xy 95.393 54.385826) (xy 95.393 54.834174) (xy 95.564576 55.248394) (xy 95.599183 55.283001) - (xy 95.109191 55.283001) (xy 95.272727 54.943331) (xy 95.150206 54.737) (xy 94.107 54.737) (xy 94.107 54.757) - (xy 93.853 54.757) (xy 93.853 54.737) (xy 93.833 54.737) (xy 93.833 54.483) (xy 93.853 54.483) - (xy 93.853 54.463) (xy 94.107 54.463) (xy 94.107 54.483) (xy 95.150206 54.483) (xy 95.272727 54.276669) - (xy 95.046764 53.807337) (xy 94.658396 53.460203) (xy 94.313329 53.317284) (xy 94.111458 53.437961) (xy 97.34242 50.207) - (xy 100.592328 50.207) (xy 100.5998 50.225039) (xy 100.944961 50.5702) (xy 101.395935 50.757) (xy 101.884065 50.757) - (xy 102.335039 50.5702) (xy 102.6802 50.225039) (xy 102.770956 50.005936) (xy 102.886136 50.284005) (xy 103.132255 50.358139) - (xy 103.960395 49.53) (xy 103.132255 48.701861) (xy 102.886136 48.775995) (xy 102.779111 49.073752) (xy 102.6802 48.834961) - (xy 102.367494 48.522255) (xy 103.311861 48.522255) (xy 104.14 49.350395) (xy 104.968139 48.522255) (xy 104.894005 48.276136) - (xy 104.356777 48.083035) (xy 103.786546 48.110222) (xy 103.385995 48.276136) (xy 103.311861 48.522255) (xy 102.367494 48.522255) - (xy 102.335039 48.4898) (xy 101.884065 48.303) (xy 101.395935 48.303) (xy 100.944961 48.4898) (xy 100.5998 48.834961) - (xy 100.592328 48.853) (xy 97.128674 48.853) (xy 97.061997 48.839737) (xy 96.995321 48.853) (xy 96.99532 48.853) - (xy 96.797846 48.89228) (xy 96.573908 49.04191) (xy 96.536136 49.09844) (xy 92.19844 53.436137) (xy 92.141909 53.47391) - (xy 91.992279 53.697848) (xy 91.952999 53.895321) (xy 91.939736 53.961999) (xy 91.952999 54.028676) (xy 91.953 55.733318) - (xy 91.939736 55.799999) (xy 91.991924 56.06236) (xy 91.99228 56.064151) (xy 92.14191 56.288089) (xy 92.19844 56.325861) - (xy 92.264137 56.391558) (xy 92.301911 56.448091) (xy 92.525849 56.597721) (xy 92.723323 56.637001) (xy 92.723325 56.637001) - (xy 92.790001 56.650264) (xy 92.856677 56.637001) (xy 96.794577 56.637001) (xy 96.843001 56.685425) (xy 96.843 61.737445) - (xy 96.818903 61.761542) (xy 96.693 62.065499) (xy 96.693 62.099578) (xy 96.08844 62.704138) (xy 96.031911 62.74191) - (xy 95.947848 62.86772) (xy 95.882281 62.965848) (xy 95.829737 63.23) (xy 95.843001 63.296681) (xy 95.843001 63.373) - (xy 89.027 63.373) (xy 89.027 46.765826) (xy 92.853 46.765826) (xy 92.853 47.214174) (xy 93.024576 47.628394) - (xy 93.341606 47.945424) (xy 93.755826 48.117) (xy 94.204174 48.117) (xy 94.618394 47.945424) (xy 94.935424 47.628394) - (xy 95.107 47.214174) (xy 95.107 46.99) (xy 95.370921 46.99) (xy 95.458389 47.429733) (xy 95.707478 47.802522) - (xy 96.080267 48.051611) (xy 96.409001 48.117) (xy 96.630999 48.117) (xy 96.959733 48.051611) (xy 97.332522 47.802522) - (xy 97.581611 47.429733) (xy 97.669079 46.99) (xy 97.624489 46.765826) (xy 97.933 46.765826) (xy 97.933 47.214174) - (xy 98.104576 47.628394) (xy 98.421606 47.945424) (xy 98.835826 48.117) (xy 99.284174 48.117) (xy 99.698394 47.945424) - (xy 100.015424 47.628394) (xy 100.187 47.214174) (xy 100.187 46.99) (xy 100.348962 46.99) (xy 100.444192 47.468752) - (xy 100.715383 47.874617) (xy 101.121248 48.145808) (xy 101.479153 48.217) (xy 101.720847 48.217) (xy 102.078752 48.145808) - (xy 102.484617 47.874617) (xy 102.755808 47.468752) (xy 102.851038 46.99) (xy 102.755808 46.511248) (xy 102.484617 46.105383) - (xy 102.078752 45.834192) (xy 101.720847 45.763) (xy 101.479153 45.763) (xy 101.121248 45.834192) (xy 100.715383 46.105383) - (xy 100.444192 46.511248) (xy 100.348962 46.99) (xy 100.187 46.99) (xy 100.187 46.765826) (xy 100.015424 46.351606) - (xy 99.698394 46.034576) (xy 99.284174 45.863) (xy 98.835826 45.863) (xy 98.421606 46.034576) (xy 98.104576 46.351606) - (xy 97.933 46.765826) (xy 97.624489 46.765826) (xy 97.581611 46.550267) (xy 97.332522 46.177478) (xy 96.959733 45.928389) - (xy 96.630999 45.863) (xy 96.409001 45.863) (xy 96.080267 45.928389) (xy 95.707478 46.177478) (xy 95.458389 46.550267) - (xy 95.370921 46.99) (xy 95.107 46.99) (xy 95.107 46.765826) (xy 94.935424 46.351606) (xy 94.618394 46.034576) - (xy 94.204174 45.863) (xy 93.755826 45.863) (xy 93.341606 46.034576) (xy 93.024576 46.351606) (xy 92.853 46.765826) - (xy 89.027 46.765826) (xy 89.027 44.225826) (xy 90.313 44.225826) (xy 90.313 44.674174) (xy 90.484576 45.088394) - (xy 90.801606 45.405424) (xy 91.215826 45.577) (xy 91.664174 45.577) (xy 92.078394 45.405424) (xy 92.395424 45.088394) - (xy 92.567 44.674174) (xy 92.567 44.45) (xy 97.910921 44.45) (xy 97.998389 44.889733) (xy 98.247478 45.262522) - (xy 98.620267 45.511611) (xy 98.949001 45.577) (xy 99.170999 45.577) (xy 99.499733 45.511611) (xy 99.872522 45.262522) - (xy 100.121611 44.889733) (xy 100.209079 44.45) (xy 100.348962 44.45) (xy 100.444192 44.928752) (xy 100.715383 45.334617) - (xy 101.121248 45.605808) (xy 101.479153 45.677) (xy 101.720847 45.677) (xy 102.078752 45.605808) (xy 102.484617 45.334617) - (xy 102.755808 44.928752) (xy 102.851038 44.45) (xy 102.755808 43.971248) (xy 102.484617 43.565383) (xy 102.078752 43.294192) - (xy 101.720847 43.223) (xy 101.479153 43.223) (xy 101.121248 43.294192) (xy 100.715383 43.565383) (xy 100.444192 43.971248) - (xy 100.348962 44.45) (xy 100.209079 44.45) (xy 100.121611 44.010267) (xy 99.872522 43.637478) (xy 99.499733 43.388389) - (xy 99.170999 43.323) (xy 98.949001 43.323) (xy 98.620267 43.388389) (xy 98.247478 43.637478) (xy 97.998389 44.010267) - (xy 97.910921 44.45) (xy 92.567 44.45) (xy 92.567 44.225826) (xy 92.395424 43.811606) (xy 92.078394 43.494576) - (xy 91.664174 43.323) (xy 91.215826 43.323) (xy 90.801606 43.494576) (xy 90.484576 43.811606) (xy 90.313 44.225826) - (xy 89.027 44.225826) (xy 89.027 41.91) (xy 100.348962 41.91) (xy 100.444192 42.388752) (xy 100.715383 42.794617) - (xy 101.121248 43.065808) (xy 101.479153 43.137) (xy 101.720847 43.137) (xy 102.078752 43.065808) (xy 102.484617 42.794617) - (xy 102.755808 42.388752) (xy 102.851038 41.91) (xy 102.755808 41.431248) (xy 102.484617 41.025383) (xy 102.078752 40.754192) - (xy 101.720847 40.683) (xy 101.479153 40.683) (xy 101.121248 40.754192) (xy 100.715383 41.025383) (xy 100.444192 41.431248) - (xy 100.348962 41.91) (xy 89.027 41.91) (xy 89.027 39.145826) (xy 90.313 39.145826) (xy 90.313 39.594174) - (xy 90.484576 40.008394) (xy 90.801606 40.325424) (xy 91.215826 40.497) (xy 91.664174 40.497) (xy 92.078394 40.325424) - (xy 92.395424 40.008394) (xy 92.567 39.594174) (xy 92.567 39.37) (xy 97.910921 39.37) (xy 97.998389 39.809733) - (xy 98.247478 40.182522) (xy 98.620267 40.431611) (xy 98.949001 40.497) (xy 99.170999 40.497) (xy 99.499733 40.431611) - (xy 99.872522 40.182522) (xy 100.121611 39.809733) (xy 100.209079 39.37) (xy 100.121611 38.930267) (xy 99.880889 38.57) - (xy 100.364635 38.57) (xy 100.364635 40.17) (xy 100.397775 40.336607) (xy 100.49215 40.47785) (xy 100.633393 40.572225) - (xy 100.8 40.605365) (xy 102.4 40.605365) (xy 102.566607 40.572225) (xy 102.70785 40.47785) (xy 102.802225 40.336607) - (xy 102.835365 40.17) (xy 102.835365 38.57) (xy 102.802225 38.403393) (xy 102.70785 38.26215) (xy 102.566607 38.167775) - (xy 102.4 38.134635) (xy 100.8 38.134635) (xy 100.633393 38.167775) (xy 100.49215 38.26215) (xy 100.397775 38.403393) - (xy 100.364635 38.57) (xy 99.880889 38.57) (xy 99.872522 38.557478) (xy 99.499733 38.308389) (xy 99.170999 38.243) - (xy 98.949001 38.243) (xy 98.620267 38.308389) (xy 98.247478 38.557478) (xy 97.998389 38.930267) (xy 97.910921 39.37) - (xy 92.567 39.37) (xy 92.567 39.145826) (xy 92.395424 38.731606) (xy 92.078394 38.414576) (xy 91.664174 38.243) - (xy 91.215826 38.243) (xy 90.801606 38.414576) (xy 90.484576 38.731606) (xy 90.313 39.145826) (xy 89.027 39.145826) - (xy 89.027 36.83) (xy 90.290921 36.83) (xy 90.378389 37.269733) (xy 90.627478 37.642522) (xy 91.000267 37.891611) - (xy 91.329001 37.957) (xy 91.550999 37.957) (xy 91.879733 37.891611) (xy 92.252522 37.642522) (xy 92.501611 37.269733) - (xy 92.589079 36.83) (xy 92.544489 36.605826) (xy 97.933 36.605826) (xy 97.933 37.054174) (xy 98.104576 37.468394) - (xy 98.421606 37.785424) (xy 98.835826 37.957) (xy 99.284174 37.957) (xy 99.57208 37.837745) (xy 105.851861 37.837745) - (xy 105.925995 38.083864) (xy 106.463223 38.276965) (xy 107.033454 38.249778) (xy 107.434005 38.083864) (xy 107.508139 37.837745) - (xy 106.68 37.009605) (xy 105.851861 37.837745) (xy 99.57208 37.837745) (xy 99.698394 37.785424) (xy 100.015424 37.468394) - (xy 100.187 37.054174) (xy 100.187 36.613223) (xy 105.233035 36.613223) (xy 105.260222 37.183454) (xy 105.426136 37.584005) - (xy 105.672255 37.658139) (xy 106.500395 36.83) (xy 105.672255 36.001861) (xy 105.426136 36.075995) (xy 105.233035 36.613223) - (xy 100.187 36.613223) (xy 100.187 36.605826) (xy 100.015424 36.191606) (xy 99.698394 35.874576) (xy 99.572081 35.822255) - (xy 105.851861 35.822255) (xy 106.68 36.650395) (xy 107.508139 35.822255) (xy 107.434005 35.576136) (xy 106.896777 35.383035) - (xy 106.326546 35.410222) (xy 105.925995 35.576136) (xy 105.851861 35.822255) (xy 99.572081 35.822255) (xy 99.284174 35.703) - (xy 98.835826 35.703) (xy 98.421606 35.874576) (xy 98.104576 36.191606) (xy 97.933 36.605826) (xy 92.544489 36.605826) - (xy 92.501611 36.390267) (xy 92.252522 36.017478) (xy 91.879733 35.768389) (xy 91.550999 35.703) (xy 91.329001 35.703) - (xy 91.000267 35.768389) (xy 90.627478 36.017478) (xy 90.378389 36.390267) (xy 90.290921 36.83) (xy 89.027 36.83) - (xy 89.027 33.410935) (xy 92.833 33.410935) (xy 92.833 33.899065) (xy 93.0198 34.350039) (xy 93.364961 34.6952) - (xy 93.815935 34.882) (xy 94.304065 34.882) (xy 94.755039 34.6952) (xy 95.1002 34.350039) (xy 95.287 33.899065) - (xy 95.287 33.410935) (xy 97.833 33.410935) (xy 97.833 33.899065) (xy 98.0198 34.350039) (xy 98.364961 34.6952) - (xy 98.815935 34.882) (xy 99.304065 34.882) (xy 99.755039 34.6952) (xy 100.1002 34.350039) (xy 100.287 33.899065) - (xy 100.287 33.410935) (xy 100.1002 32.959961) (xy 99.755039 32.6148) (xy 99.304065 32.428) (xy 98.815935 32.428) - (xy 98.364961 32.6148) (xy 98.0198 32.959961) (xy 97.833 33.410935) (xy 95.287 33.410935) (xy 95.1002 32.959961) - (xy 94.755039 32.6148) (xy 94.304065 32.428) (xy 93.815935 32.428) (xy 93.364961 32.6148) (xy 93.0198 32.959961) - (xy 92.833 33.410935) (xy 89.027 33.410935) (xy 89.027 31.877) (xy 122.428 31.877) + (xy 88.9 31.75) (xy 122.555 31.75) (xy 122.555 61.468) (xy 88.9 61.468) ) ) ) (zone (net 3) (net_name -15V) (layer F.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) - (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 96.52 63.246) (xy 97.536 62.23) (xy 98.552 63.246) (xy 98.552 64.008) (xy 96.52 64.008) ) ) - (filled_polygon - (pts - (xy 98.425 63.298606) (xy 98.425 63.605) (xy 98.392998 63.605) (xy 98.392998 63.763748) (xy 98.23425 63.605) - (xy 98.068691 63.605) (xy 98.02 63.625168) (xy 97.971309 63.605) (xy 97.80575 63.605) (xy 97.647 63.76375) - (xy 97.647 63.881) (xy 97.393 63.881) (xy 97.393 63.76375) (xy 97.23425 63.605) (xy 97.068691 63.605) - (xy 97.02 63.625168) (xy 96.971309 63.605) (xy 96.80575 63.605) (xy 96.647002 63.763748) (xy 96.647002 63.605) - (xy 96.647 63.605) (xy 96.647 63.298606) (xy 97.536 62.409606) - ) - ) ) (zone (net 1) (net_name +15V) (layer F.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) - (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 102.362 63.246) (xy 103.378 61.976) (xy 104.648 63.246) (xy 104.648 64.008) (xy 102.362 64.008) ) ) - (filled_polygon - (pts - (xy 104.521 63.298606) (xy 104.521 63.881) (xy 104.393 63.881) (xy 104.393 63.76375) (xy 104.23425 63.605) - (xy 104.068691 63.605) (xy 104.02 63.625168) (xy 103.971309 63.605) (xy 103.80575 63.605) (xy 103.647 63.76375) - (xy 103.647 63.881) (xy 103.393 63.881) (xy 103.393 63.76375) (xy 103.23425 63.605) (xy 103.068691 63.605) - (xy 103.02 63.625168) (xy 102.971309 63.605) (xy 102.80575 63.605) (xy 102.647 63.76375) (xy 102.647 63.881) - (xy 102.489 63.881) (xy 102.489 63.290549) (xy 103.38853 62.166136) - ) - ) ) (zone (net 1) (net_name +15V) (layer B.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) - (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 102.362 63.246) (xy 103.378 61.976) (xy 104.648 63.246) (xy 104.648 64.008) (xy 102.362 64.008) ) ) - (filled_polygon - (pts - (xy 104.521 63.298606) (xy 104.521 63.881) (xy 104.393 63.881) (xy 104.393 63.76375) (xy 104.23425 63.605) - (xy 104.068691 63.605) (xy 104.02 63.625168) (xy 103.971309 63.605) (xy 103.80575 63.605) (xy 103.647 63.76375) - (xy 103.647 63.881) (xy 103.393 63.881) (xy 103.393 63.76375) (xy 103.23425 63.605) (xy 103.068691 63.605) - (xy 103.02 63.625168) (xy 102.971309 63.605) (xy 102.80575 63.605) (xy 102.647 63.76375) (xy 102.647 63.881) - (xy 102.489 63.881) (xy 102.489 63.290549) (xy 103.38853 62.166136) - ) - ) ) (zone (net 3) (net_name -15V) (layer B.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) - (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 96.52 63.246) (xy 97.536 62.23) (xy 98.552 63.246) (xy 98.552 64.008) (xy 96.52 64.008) ) ) - (filled_polygon - (pts - (xy 98.425 63.298606) (xy 98.425 63.605) (xy 98.392998 63.605) (xy 98.392998 63.763748) (xy 98.23425 63.605) - (xy 98.068691 63.605) (xy 98.02 63.625168) (xy 97.971309 63.605) (xy 97.80575 63.605) (xy 97.647 63.76375) - (xy 97.647 63.881) (xy 97.393 63.881) (xy 97.393 63.76375) (xy 97.23425 63.605) (xy 97.068691 63.605) - (xy 97.02 63.625168) (xy 96.971309 63.605) (xy 96.80575 63.605) (xy 96.647002 63.763748) (xy 96.647002 63.605) - (xy 96.647 63.605) (xy 96.647 63.298606) (xy 97.536 62.409606) - ) - ) ) )