├── .gitignore ├── Black - 1.6mm ENIG ├── black - 1.6mm ENIG-cache.lib ├── black - 1.6mm ENIG.kicad_pcb ├── black - 1.6mm ENIG.net ├── black - 1.6mm ENIG.pro └── black - 1.6mm ENIG.sch ├── Blue - 1.2mm ├── Blue - 1.2mm-cache.lib ├── Blue - 1.2mm.kicad_pcb ├── Blue - 1.2mm.net ├── Blue - 1.2mm.pro └── Blue - 1.2mm.sch ├── Clear - 0.2mm Flex ENIG ├── clear - 0.2mm Flex-cache.lib ├── clear - 0.2mm Flex.kicad_pcb ├── clear - 0.2mm Flex.net ├── clear - 0.2mm Flex.pro ├── clear - 0.2mm Flex.sch └── fp-lib-table ├── Clear - 1.6mm Black FR4 ENIG ├── clear - 1.6mm Black-cache.lib ├── clear - 1.6mm Black.kicad_pcb ├── clear - 1.6mm Black.net ├── clear - 1.6mm Black.pro └── clear - 1.6mm Black.sch ├── Green - 1.0mm ├── Green - 1.0mm-cache.lib ├── Green - 1.0mm.kicad_pcb ├── Green - 1.0mm.net ├── Green - 1.0mm.pro └── Green - 1.0mm.sch ├── LICENSE ├── Purple - 1.6mm ENIG ├── Purple - 1.6mm ENIG-cache.lib ├── Purple - 1.6mm ENIG.kicad_pcb ├── Purple - 1.6mm ENIG.net ├── Purple - 1.6mm ENIG.pro └── Purple - 1.6mm ENIG.sch ├── README.md ├── Red - 0.6mm ├── Red - 0.6mm-cache.lib ├── Red - 0.6mm.kicad_pcb ├── Red - 0.6mm.net ├── Red - 0.6mm.pro └── Red - 0.6mm.sch ├── White - 1.6mm ALU ├── White - 1.6mm ALU-cache.lib ├── White - 1.6mm ALU.kicad_pcb ├── White - 1.6mm ALU.net ├── White - 1.6mm ALU.pro └── White - 1.6mm ALU.sch ├── White - 2.0mm ├── White - 2.0mm-cache.lib ├── White - 2.0mm.kicad_pcb ├── White - 2.0mm.net ├── White - 2.0mm.pro └── White - 2.0mm.sch ├── Yellow - 0.8mm ├── Yellow - 0.8mm-cache.lib ├── Yellow - 0.8mm.kicad_pcb ├── Yellow - 0.8mm.net ├── Yellow - 0.8mm.pro └── Yellow - 0.8mm.sch ├── arkwork.ai └── pcb-color-samples-9029.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | *.000 2 | *.bak 3 | *.bck 4 | *.kicad_pcb-bak 5 | *.sch-bak 6 | *~ 7 | _autosave-* 8 | *.tmp 9 | *-save.pro 10 | *-save.kicad_pcb 11 | fp-info-cache 12 | -------------------------------------------------------------------------------- /Black - 1.6mm ENIG/black - 1.6mm ENIG-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /Black - 1.6mm ENIG/black - 1.6mm ENIG.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Black - 1.6mm ENIG/black - 1.6mm ENIG.sch") 4 | (date "Friday, 12 August 2016 'pmt' 23:33:08") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "black - 1.6mm ENIG.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0603) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0603) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0603) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical device) 111 | (uri "/Library/Application Support/kicad/library/device.lib")) 112 | (library (logical transistors) 113 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 114 | (library (logical conn) 115 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Black - 1.6mm ENIG/black - 1.6mm ENIG.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Black - 1.6mm ENIG/black - 1.6mm ENIG.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:black - 1.6mm ENIG-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L R R2 48 | U 1 1 57AE248B 49 | P 4250 3300 50 | F 0 "R2" V 4043 3300 50 0000 C CNN 51 | F 1 "R" V 4134 3300 50 0000 C CNN 52 | F 2 "Resistors_SMD:R_0603" V 4180 3300 50 0001 C CNN 53 | F 3 "" H 4250 3300 50 0000 C CNN 54 | 1 4250 3300 55 | 0 1 1 0 56 | $EndComp 57 | $Comp 58 | L LED D1 59 | U 1 1 57AE24CF 60 | P 4900 2250 61 | F 0 "D1" V 4946 2142 50 0000 R CNN 62 | F 1 "LED" V 4855 2142 50 0000 R CNN 63 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 64 | F 3 "" H 4900 2250 50 0000 C CNN 65 | 1 4900 2250 66 | 0 -1 -1 0 67 | $EndComp 68 | $Comp 69 | L BC817-40 Q1 70 | U 1 1 57AE2531 71 | P 4800 3300 72 | F 0 "Q1" H 4991 3391 50 0000 L CNN 73 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 74 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 75 | F 3 "" H 4800 3300 50 0000 L CNN 76 | 1 4800 3300 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L VCC #PWR01 81 | U 1 1 57AE25BD 82 | P 4900 1900 83 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 84 | F 1 "VCC" H 4917 2073 50 0000 C CNN 85 | F 2 "" H 4900 1900 50 0000 C CNN 86 | F 3 "" H 4900 1900 50 0000 C CNN 87 | 1 4900 1900 88 | 1 0 0 -1 89 | $EndComp 90 | $Comp 91 | L GND #PWR02 92 | U 1 1 57AE25DA 93 | P 4900 3700 94 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 95 | F 1 "GND" H 4905 3527 50 0000 C CNN 96 | F 2 "" H 4900 3700 50 0000 C CNN 97 | F 3 "" H 4900 3700 50 0000 C CNN 98 | 1 4900 3700 99 | 1 0 0 -1 100 | $EndComp 101 | $Comp 102 | L R R1 103 | U 1 1 57AE25F7 104 | P 4900 2800 105 | F 0 "R1" H 4970 2846 50 0000 L CNN 106 | F 1 "R" H 4970 2755 50 0000 L CNN 107 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 108 | F 3 "" H 4900 2800 50 0000 C CNN 109 | 1 4900 2800 110 | 1 0 0 -1 111 | $EndComp 112 | Wire Wire Line 113 | 4900 1900 4900 2050 114 | Wire Wire Line 115 | 4900 2450 4900 2650 116 | Wire Wire Line 117 | 4900 2950 4900 3100 118 | Wire Wire Line 119 | 4900 3500 4900 3700 120 | Wire Wire Line 121 | 4600 3300 4400 3300 122 | $Comp 123 | L CONN_01X01 P1 124 | U 1 1 57AE27F8 125 | P 3600 3300 126 | F 0 "P1" H 3519 3075 50 0000 C CNN 127 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 128 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 129 | F 3 "" H 3600 3300 50 0000 C CNN 130 | 1 3600 3300 131 | -1 0 0 1 132 | $EndComp 133 | Wire Wire Line 134 | 3800 3300 4100 3300 135 | $Comp 136 | L CONN_01X01 P2 137 | U 1 1 57AE2A64 138 | P 3600 2250 139 | F 0 "P2" H 3519 2025 50 0000 C CNN 140 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 141 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 142 | F 3 "" H 3600 2250 50 0000 C CNN 143 | 1 3600 2250 144 | -1 0 0 1 145 | $EndComp 146 | $Comp 147 | L CONN_01X01 P3 148 | U 1 1 57AE2ABA 149 | P 3600 3550 150 | F 0 "P3" H 3519 3325 50 0000 C CNN 151 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 152 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 153 | F 3 "" H 3600 3550 50 0000 C CNN 154 | 1 3600 3550 155 | -1 0 0 1 156 | $EndComp 157 | $Comp 158 | L GND #PWR03 159 | U 1 1 57AE2BF2 160 | P 3900 3700 161 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 162 | F 1 "GND" H 3905 3527 50 0000 C CNN 163 | F 2 "" H 3900 3700 50 0000 C CNN 164 | F 3 "" H 3900 3700 50 0000 C CNN 165 | 1 3900 3700 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L VCC #PWR04 170 | U 1 1 57AE2C12 171 | P 4000 1900 172 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 173 | F 1 "VCC" H 4017 2073 50 0000 C CNN 174 | F 2 "" H 4000 1900 50 0000 C CNN 175 | F 3 "" H 4000 1900 50 0000 C CNN 176 | 1 4000 1900 177 | 1 0 0 -1 178 | $EndComp 179 | Wire Wire Line 180 | 4000 1900 4000 2250 181 | Wire Wire Line 182 | 4000 2250 3800 2250 183 | Wire Wire Line 184 | 3800 3550 3900 3550 185 | Wire Wire Line 186 | 3900 3550 3900 3700 187 | $EndSCHEMATC 188 | -------------------------------------------------------------------------------- /Blue - 1.2mm/Blue - 1.2mm-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /Blue - 1.2mm/Blue - 1.2mm.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Red - 0.6mm/Red - 0.6mm.sch") 4 | (date "Friday, 12 August 2016 'pmt' 21:40:45") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "Red - 0.6mm.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0805) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0805) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0805) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical transistors) 111 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 112 | (library (logical conn) 113 | (uri "/Library/Application Support/kicad/library/conn.lib")) 114 | (library (logical device) 115 | (uri "/Library/Application Support/kicad/library/device.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Blue - 1.2mm/Blue - 1.2mm.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Blue - 1.2mm/Blue - 1.2mm.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | EELAYER 25 0 32 | EELAYER END 33 | $Descr A4 11693 8268 34 | encoding utf-8 35 | Sheet 1 1 36 | Title "" 37 | Date "" 38 | Rev "" 39 | Comp "" 40 | Comment1 "" 41 | Comment2 "" 42 | Comment3 "" 43 | Comment4 "" 44 | $EndDescr 45 | $Comp 46 | L R R2 47 | U 1 1 57AE248B 48 | P 4250 3300 49 | F 0 "R2" V 4043 3300 50 0000 C CNN 50 | F 1 "R" V 4134 3300 50 0000 C CNN 51 | F 2 "Resistors_SMD:R_0805" V 4180 3300 50 0001 C CNN 52 | F 3 "" H 4250 3300 50 0000 C CNN 53 | 1 4250 3300 54 | 0 1 1 0 55 | $EndComp 56 | $Comp 57 | L LED D1 58 | U 1 1 57AE24CF 59 | P 4900 2250 60 | F 0 "D1" V 4946 2142 50 0000 R CNN 61 | F 1 "LED" V 4855 2142 50 0000 R CNN 62 | F 2 "LEDs:LED_0805" H 4900 2250 50 0001 C CNN 63 | F 3 "" H 4900 2250 50 0000 C CNN 64 | 1 4900 2250 65 | 0 -1 -1 0 66 | $EndComp 67 | $Comp 68 | L BC817-40 Q1 69 | U 1 1 57AE2531 70 | P 4800 3300 71 | F 0 "Q1" H 4991 3391 50 0000 L CNN 72 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 73 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 74 | F 3 "" H 4800 3300 50 0000 L CNN 75 | 1 4800 3300 76 | 1 0 0 -1 77 | $EndComp 78 | $Comp 79 | L VCC #PWR01 80 | U 1 1 57AE25BD 81 | P 4900 1900 82 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 83 | F 1 "VCC" H 4917 2073 50 0000 C CNN 84 | F 2 "" H 4900 1900 50 0000 C CNN 85 | F 3 "" H 4900 1900 50 0000 C CNN 86 | 1 4900 1900 87 | 1 0 0 -1 88 | $EndComp 89 | $Comp 90 | L GND #PWR02 91 | U 1 1 57AE25DA 92 | P 4900 3700 93 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 94 | F 1 "GND" H 4905 3527 50 0000 C CNN 95 | F 2 "" H 4900 3700 50 0000 C CNN 96 | F 3 "" H 4900 3700 50 0000 C CNN 97 | 1 4900 3700 98 | 1 0 0 -1 99 | $EndComp 100 | $Comp 101 | L R R1 102 | U 1 1 57AE25F7 103 | P 4900 2800 104 | F 0 "R1" H 4970 2846 50 0000 L CNN 105 | F 1 "R" H 4970 2755 50 0000 L CNN 106 | F 2 "Resistors_SMD:R_0805" V 4830 2800 50 0001 C CNN 107 | F 3 "" H 4900 2800 50 0000 C CNN 108 | 1 4900 2800 109 | 1 0 0 -1 110 | $EndComp 111 | Wire Wire Line 112 | 4900 1900 4900 2050 113 | Wire Wire Line 114 | 4900 2450 4900 2650 115 | Wire Wire Line 116 | 4900 2950 4900 3100 117 | Wire Wire Line 118 | 4900 3500 4900 3700 119 | Wire Wire Line 120 | 4600 3300 4400 3300 121 | $Comp 122 | L CONN_01X01 P1 123 | U 1 1 57AE27F8 124 | P 3600 3300 125 | F 0 "P1" H 3519 3075 50 0000 C CNN 126 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 127 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 128 | F 3 "" H 3600 3300 50 0000 C CNN 129 | 1 3600 3300 130 | -1 0 0 1 131 | $EndComp 132 | Wire Wire Line 133 | 3800 3300 4100 3300 134 | $Comp 135 | L CONN_01X01 P2 136 | U 1 1 57AE2A64 137 | P 3600 2250 138 | F 0 "P2" H 3519 2025 50 0000 C CNN 139 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 140 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 141 | F 3 "" H 3600 2250 50 0000 C CNN 142 | 1 3600 2250 143 | -1 0 0 1 144 | $EndComp 145 | $Comp 146 | L CONN_01X01 P3 147 | U 1 1 57AE2ABA 148 | P 3600 3550 149 | F 0 "P3" H 3519 3325 50 0000 C CNN 150 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 151 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 152 | F 3 "" H 3600 3550 50 0000 C CNN 153 | 1 3600 3550 154 | -1 0 0 1 155 | $EndComp 156 | $Comp 157 | L GND #PWR03 158 | U 1 1 57AE2BF2 159 | P 3900 3700 160 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 161 | F 1 "GND" H 3905 3527 50 0000 C CNN 162 | F 2 "" H 3900 3700 50 0000 C CNN 163 | F 3 "" H 3900 3700 50 0000 C CNN 164 | 1 3900 3700 165 | 1 0 0 -1 166 | $EndComp 167 | $Comp 168 | L VCC #PWR04 169 | U 1 1 57AE2C12 170 | P 4000 1900 171 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 172 | F 1 "VCC" H 4017 2073 50 0000 C CNN 173 | F 2 "" H 4000 1900 50 0000 C CNN 174 | F 3 "" H 4000 1900 50 0000 C CNN 175 | 1 4000 1900 176 | 1 0 0 -1 177 | $EndComp 178 | Wire Wire Line 179 | 4000 1900 4000 2250 180 | Wire Wire Line 181 | 4000 2250 3800 2250 182 | Wire Wire Line 183 | 3800 3550 3900 3550 184 | Wire Wire Line 185 | 3900 3550 3900 3700 186 | $EndSCHEMATC 187 | -------------------------------------------------------------------------------- /Clear - 0.2mm Flex ENIG/clear - 0.2mm Flex-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /Clear - 0.2mm Flex ENIG/clear - 0.2mm Flex.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Black - 1.6mm ENIG/black - 1.6mm ENIG.sch") 4 | (date "Friday, 12 August 2016 'pmt' 23:33:08") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "black - 1.6mm ENIG.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0603) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0603) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0603) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical device) 111 | (uri "/Library/Application Support/kicad/library/device.lib")) 112 | (library (logical transistors) 113 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 114 | (library (logical conn) 115 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Clear - 0.2mm Flex ENIG/clear - 0.2mm Flex.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Clear - 0.2mm Flex ENIG/clear - 0.2mm Flex.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:black - 1.6mm ENIG-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L R R2 48 | U 1 1 57AE248B 49 | P 4250 3300 50 | F 0 "R2" V 4043 3300 50 0000 C CNN 51 | F 1 "R" V 4134 3300 50 0000 C CNN 52 | F 2 "Resistors_SMD:R_0603" V 4180 3300 50 0001 C CNN 53 | F 3 "" H 4250 3300 50 0000 C CNN 54 | 1 4250 3300 55 | 0 1 1 0 56 | $EndComp 57 | $Comp 58 | L LED D1 59 | U 1 1 57AE24CF 60 | P 4900 2250 61 | F 0 "D1" V 4946 2142 50 0000 R CNN 62 | F 1 "LED" V 4855 2142 50 0000 R CNN 63 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 64 | F 3 "" H 4900 2250 50 0000 C CNN 65 | 1 4900 2250 66 | 0 -1 -1 0 67 | $EndComp 68 | $Comp 69 | L BC817-40 Q1 70 | U 1 1 57AE2531 71 | P 4800 3300 72 | F 0 "Q1" H 4991 3391 50 0000 L CNN 73 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 74 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 75 | F 3 "" H 4800 3300 50 0000 L CNN 76 | 1 4800 3300 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L VCC #PWR01 81 | U 1 1 57AE25BD 82 | P 4900 1900 83 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 84 | F 1 "VCC" H 4917 2073 50 0000 C CNN 85 | F 2 "" H 4900 1900 50 0000 C CNN 86 | F 3 "" H 4900 1900 50 0000 C CNN 87 | 1 4900 1900 88 | 1 0 0 -1 89 | $EndComp 90 | $Comp 91 | L GND #PWR02 92 | U 1 1 57AE25DA 93 | P 4900 3700 94 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 95 | F 1 "GND" H 4905 3527 50 0000 C CNN 96 | F 2 "" H 4900 3700 50 0000 C CNN 97 | F 3 "" H 4900 3700 50 0000 C CNN 98 | 1 4900 3700 99 | 1 0 0 -1 100 | $EndComp 101 | $Comp 102 | L R R1 103 | U 1 1 57AE25F7 104 | P 4900 2800 105 | F 0 "R1" H 4970 2846 50 0000 L CNN 106 | F 1 "R" H 4970 2755 50 0000 L CNN 107 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 108 | F 3 "" H 4900 2800 50 0000 C CNN 109 | 1 4900 2800 110 | 1 0 0 -1 111 | $EndComp 112 | Wire Wire Line 113 | 4900 1900 4900 2050 114 | Wire Wire Line 115 | 4900 2450 4900 2650 116 | Wire Wire Line 117 | 4900 2950 4900 3100 118 | Wire Wire Line 119 | 4900 3500 4900 3700 120 | Wire Wire Line 121 | 4600 3300 4400 3300 122 | $Comp 123 | L CONN_01X01 P1 124 | U 1 1 57AE27F8 125 | P 3600 3300 126 | F 0 "P1" H 3519 3075 50 0000 C CNN 127 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 128 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 129 | F 3 "" H 3600 3300 50 0000 C CNN 130 | 1 3600 3300 131 | -1 0 0 1 132 | $EndComp 133 | Wire Wire Line 134 | 3800 3300 4100 3300 135 | $Comp 136 | L CONN_01X01 P2 137 | U 1 1 57AE2A64 138 | P 3600 2250 139 | F 0 "P2" H 3519 2025 50 0000 C CNN 140 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 141 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 142 | F 3 "" H 3600 2250 50 0000 C CNN 143 | 1 3600 2250 144 | -1 0 0 1 145 | $EndComp 146 | $Comp 147 | L CONN_01X01 P3 148 | U 1 1 57AE2ABA 149 | P 3600 3550 150 | F 0 "P3" H 3519 3325 50 0000 C CNN 151 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 152 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 153 | F 3 "" H 3600 3550 50 0000 C CNN 154 | 1 3600 3550 155 | -1 0 0 1 156 | $EndComp 157 | $Comp 158 | L GND #PWR03 159 | U 1 1 57AE2BF2 160 | P 3900 3700 161 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 162 | F 1 "GND" H 3905 3527 50 0000 C CNN 163 | F 2 "" H 3900 3700 50 0000 C CNN 164 | F 3 "" H 3900 3700 50 0000 C CNN 165 | 1 3900 3700 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L VCC #PWR04 170 | U 1 1 57AE2C12 171 | P 4000 1900 172 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 173 | F 1 "VCC" H 4017 2073 50 0000 C CNN 174 | F 2 "" H 4000 1900 50 0000 C CNN 175 | F 3 "" H 4000 1900 50 0000 C CNN 176 | 1 4000 1900 177 | 1 0 0 -1 178 | $EndComp 179 | Wire Wire Line 180 | 4000 1900 4000 2250 181 | Wire Wire Line 182 | 4000 2250 3800 2250 183 | Wire Wire Line 184 | 3800 3550 3900 3550 185 | Wire Wire Line 186 | 3900 3550 3900 3700 187 | $EndSCHEMATC 188 | -------------------------------------------------------------------------------- /Clear - 0.2mm Flex ENIG/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "Measurements")(type "KiCad")(uri "/Users/tf/Documents/Libraries/KiCad_flummer.net/Measurements.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /Clear - 1.6mm Black FR4 ENIG/clear - 1.6mm Black-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /Clear - 1.6mm Black FR4 ENIG/clear - 1.6mm Black.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Black - 1.6mm ENIG/black - 1.6mm ENIG.sch") 4 | (date "Friday, 12 August 2016 'pmt' 23:33:08") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "black - 1.6mm ENIG.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0603) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0603) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0603) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical device) 111 | (uri "/Library/Application Support/kicad/library/device.lib")) 112 | (library (logical transistors) 113 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 114 | (library (logical conn) 115 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Clear - 1.6mm Black FR4 ENIG/clear - 1.6mm Black.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Clear - 1.6mm Black FR4 ENIG/clear - 1.6mm Black.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:black - 1.6mm ENIG-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L R R2 48 | U 1 1 57AE248B 49 | P 4250 3300 50 | F 0 "R2" V 4043 3300 50 0000 C CNN 51 | F 1 "R" V 4134 3300 50 0000 C CNN 52 | F 2 "Resistors_SMD:R_0603" V 4180 3300 50 0001 C CNN 53 | F 3 "" H 4250 3300 50 0000 C CNN 54 | 1 4250 3300 55 | 0 1 1 0 56 | $EndComp 57 | $Comp 58 | L LED D1 59 | U 1 1 57AE24CF 60 | P 4900 2250 61 | F 0 "D1" V 4946 2142 50 0000 R CNN 62 | F 1 "LED" V 4855 2142 50 0000 R CNN 63 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 64 | F 3 "" H 4900 2250 50 0000 C CNN 65 | 1 4900 2250 66 | 0 -1 -1 0 67 | $EndComp 68 | $Comp 69 | L BC817-40 Q1 70 | U 1 1 57AE2531 71 | P 4800 3300 72 | F 0 "Q1" H 4991 3391 50 0000 L CNN 73 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 74 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 75 | F 3 "" H 4800 3300 50 0000 L CNN 76 | 1 4800 3300 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L VCC #PWR01 81 | U 1 1 57AE25BD 82 | P 4900 1900 83 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 84 | F 1 "VCC" H 4917 2073 50 0000 C CNN 85 | F 2 "" H 4900 1900 50 0000 C CNN 86 | F 3 "" H 4900 1900 50 0000 C CNN 87 | 1 4900 1900 88 | 1 0 0 -1 89 | $EndComp 90 | $Comp 91 | L GND #PWR02 92 | U 1 1 57AE25DA 93 | P 4900 3700 94 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 95 | F 1 "GND" H 4905 3527 50 0000 C CNN 96 | F 2 "" H 4900 3700 50 0000 C CNN 97 | F 3 "" H 4900 3700 50 0000 C CNN 98 | 1 4900 3700 99 | 1 0 0 -1 100 | $EndComp 101 | $Comp 102 | L R R1 103 | U 1 1 57AE25F7 104 | P 4900 2800 105 | F 0 "R1" H 4970 2846 50 0000 L CNN 106 | F 1 "R" H 4970 2755 50 0000 L CNN 107 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 108 | F 3 "" H 4900 2800 50 0000 C CNN 109 | 1 4900 2800 110 | 1 0 0 -1 111 | $EndComp 112 | Wire Wire Line 113 | 4900 1900 4900 2050 114 | Wire Wire Line 115 | 4900 2450 4900 2650 116 | Wire Wire Line 117 | 4900 2950 4900 3100 118 | Wire Wire Line 119 | 4900 3500 4900 3700 120 | Wire Wire Line 121 | 4600 3300 4400 3300 122 | $Comp 123 | L CONN_01X01 P1 124 | U 1 1 57AE27F8 125 | P 3600 3300 126 | F 0 "P1" H 3519 3075 50 0000 C CNN 127 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 128 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 129 | F 3 "" H 3600 3300 50 0000 C CNN 130 | 1 3600 3300 131 | -1 0 0 1 132 | $EndComp 133 | Wire Wire Line 134 | 3800 3300 4100 3300 135 | $Comp 136 | L CONN_01X01 P2 137 | U 1 1 57AE2A64 138 | P 3600 2250 139 | F 0 "P2" H 3519 2025 50 0000 C CNN 140 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 141 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 142 | F 3 "" H 3600 2250 50 0000 C CNN 143 | 1 3600 2250 144 | -1 0 0 1 145 | $EndComp 146 | $Comp 147 | L CONN_01X01 P3 148 | U 1 1 57AE2ABA 149 | P 3600 3550 150 | F 0 "P3" H 3519 3325 50 0000 C CNN 151 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 152 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 153 | F 3 "" H 3600 3550 50 0000 C CNN 154 | 1 3600 3550 155 | -1 0 0 1 156 | $EndComp 157 | $Comp 158 | L GND #PWR03 159 | U 1 1 57AE2BF2 160 | P 3900 3700 161 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 162 | F 1 "GND" H 3905 3527 50 0000 C CNN 163 | F 2 "" H 3900 3700 50 0000 C CNN 164 | F 3 "" H 3900 3700 50 0000 C CNN 165 | 1 3900 3700 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L VCC #PWR04 170 | U 1 1 57AE2C12 171 | P 4000 1900 172 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 173 | F 1 "VCC" H 4017 2073 50 0000 C CNN 174 | F 2 "" H 4000 1900 50 0000 C CNN 175 | F 3 "" H 4000 1900 50 0000 C CNN 176 | 1 4000 1900 177 | 1 0 0 -1 178 | $EndComp 179 | Wire Wire Line 180 | 4000 1900 4000 2250 181 | Wire Wire Line 182 | 4000 2250 3800 2250 183 | Wire Wire Line 184 | 3800 3550 3900 3550 185 | Wire Wire Line 186 | 3900 3550 3900 3700 187 | $EndSCHEMATC 188 | -------------------------------------------------------------------------------- /Green - 1.0mm/Green - 1.0mm-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /Green - 1.0mm/Green - 1.0mm.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Green - 1.0mm/Green - 1.0mm.sch") 4 | (date "Friday, 12 August 2016 'pmt' 23:17:55") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "Green - 1.0mm.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0603) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0603) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0603) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical transistors) 111 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 112 | (library (logical device) 113 | (uri "/Library/Application Support/kicad/library/device.lib")) 114 | (library (logical conn) 115 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Green - 1.0mm/Green - 1.0mm.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Green - 1.0mm/Green - 1.0mm.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:Green - 1.0mm-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L R R2 48 | U 1 1 57AE248B 49 | P 4250 3300 50 | F 0 "R2" V 4043 3300 50 0000 C CNN 51 | F 1 "R" V 4134 3300 50 0000 C CNN 52 | F 2 "Resistors_SMD:R_0603" V 4180 3300 50 0001 C CNN 53 | F 3 "" H 4250 3300 50 0000 C CNN 54 | 1 4250 3300 55 | 0 1 1 0 56 | $EndComp 57 | $Comp 58 | L LED D1 59 | U 1 1 57AE24CF 60 | P 4900 2250 61 | F 0 "D1" V 4946 2142 50 0000 R CNN 62 | F 1 "LED" V 4855 2142 50 0000 R CNN 63 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 64 | F 3 "" H 4900 2250 50 0000 C CNN 65 | 1 4900 2250 66 | 0 -1 -1 0 67 | $EndComp 68 | $Comp 69 | L BC817-40 Q1 70 | U 1 1 57AE2531 71 | P 4800 3300 72 | F 0 "Q1" H 4991 3391 50 0000 L CNN 73 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 74 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 75 | F 3 "" H 4800 3300 50 0000 L CNN 76 | 1 4800 3300 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L VCC #PWR01 81 | U 1 1 57AE25BD 82 | P 4900 1900 83 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 84 | F 1 "VCC" H 4917 2073 50 0000 C CNN 85 | F 2 "" H 4900 1900 50 0000 C CNN 86 | F 3 "" H 4900 1900 50 0000 C CNN 87 | 1 4900 1900 88 | 1 0 0 -1 89 | $EndComp 90 | $Comp 91 | L GND #PWR02 92 | U 1 1 57AE25DA 93 | P 4900 3700 94 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 95 | F 1 "GND" H 4905 3527 50 0000 C CNN 96 | F 2 "" H 4900 3700 50 0000 C CNN 97 | F 3 "" H 4900 3700 50 0000 C CNN 98 | 1 4900 3700 99 | 1 0 0 -1 100 | $EndComp 101 | $Comp 102 | L R R1 103 | U 1 1 57AE25F7 104 | P 4900 2800 105 | F 0 "R1" H 4970 2846 50 0000 L CNN 106 | F 1 "R" H 4970 2755 50 0000 L CNN 107 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 108 | F 3 "" H 4900 2800 50 0000 C CNN 109 | 1 4900 2800 110 | 1 0 0 -1 111 | $EndComp 112 | Wire Wire Line 113 | 4900 1900 4900 2050 114 | Wire Wire Line 115 | 4900 2450 4900 2650 116 | Wire Wire Line 117 | 4900 2950 4900 3100 118 | Wire Wire Line 119 | 4900 3500 4900 3700 120 | Wire Wire Line 121 | 4600 3300 4400 3300 122 | $Comp 123 | L CONN_01X01 P1 124 | U 1 1 57AE27F8 125 | P 3600 3300 126 | F 0 "P1" H 3519 3075 50 0000 C CNN 127 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 128 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 129 | F 3 "" H 3600 3300 50 0000 C CNN 130 | 1 3600 3300 131 | -1 0 0 1 132 | $EndComp 133 | Wire Wire Line 134 | 3800 3300 4100 3300 135 | $Comp 136 | L CONN_01X01 P2 137 | U 1 1 57AE2A64 138 | P 3600 2250 139 | F 0 "P2" H 3519 2025 50 0000 C CNN 140 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 141 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 142 | F 3 "" H 3600 2250 50 0000 C CNN 143 | 1 3600 2250 144 | -1 0 0 1 145 | $EndComp 146 | $Comp 147 | L CONN_01X01 P3 148 | U 1 1 57AE2ABA 149 | P 3600 3550 150 | F 0 "P3" H 3519 3325 50 0000 C CNN 151 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 152 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 153 | F 3 "" H 3600 3550 50 0000 C CNN 154 | 1 3600 3550 155 | -1 0 0 1 156 | $EndComp 157 | $Comp 158 | L GND #PWR03 159 | U 1 1 57AE2BF2 160 | P 3900 3700 161 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 162 | F 1 "GND" H 3905 3527 50 0000 C CNN 163 | F 2 "" H 3900 3700 50 0000 C CNN 164 | F 3 "" H 3900 3700 50 0000 C CNN 165 | 1 3900 3700 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L VCC #PWR04 170 | U 1 1 57AE2C12 171 | P 4000 1900 172 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 173 | F 1 "VCC" H 4017 2073 50 0000 C CNN 174 | F 2 "" H 4000 1900 50 0000 C CNN 175 | F 3 "" H 4000 1900 50 0000 C CNN 176 | 1 4000 1900 177 | 1 0 0 -1 178 | $EndComp 179 | Wire Wire Line 180 | 4000 1900 4000 2250 181 | Wire Wire Line 182 | 4000 2250 3800 2250 183 | Wire Wire Line 184 | 3800 3550 3900 3550 185 | Wire Wire Line 186 | 3900 3550 3900 3700 187 | $EndSCHEMATC 188 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public 411 | licenses. Notwithstanding, Creative Commons may elect to apply one of 412 | its public licenses to material it publishes and in those instances 413 | will be considered the “Licensor.” The text of the Creative Commons 414 | public licenses is dedicated to the public domain under the CC0 Public 415 | Domain Dedication. Except for the limited purpose of indicating that 416 | material is shared under a Creative Commons public license or as 417 | otherwise permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the 425 | public licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | 429 | -------------------------------------------------------------------------------- /Purple - 1.6mm ENIG/Purple - 1.6mm ENIG-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # CONN_01X01 5 | # 6 | DEF CONN_01X01 P 0 40 Y N 1 F N 7 | F0 "P" 0 100 50 H V C CNN 8 | F1 "CONN_01X01" 100 0 50 V V C CNN 9 | F2 "" 0 0 50 H V C CNN 10 | F3 "" 0 0 50 H V C CNN 11 | $FPLIST 12 | Pin_Header_Straight_1X01 13 | Pin_Header_Angled_1X01 14 | Socket_Strip_Straight_1X01 15 | Socket_Strip_Angled_1X01 16 | $ENDFPLIST 17 | DRAW 18 | S -50 5 10 -5 0 1 0 N 19 | S -50 50 50 -50 0 1 0 N 20 | X P1 1 -200 0 150 R 50 50 1 1 P 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | # GND 25 | # 26 | DEF GND #PWR 0 0 Y Y 1 F P 27 | F0 "#PWR" 0 -250 50 H I C CNN 28 | F1 "GND" 0 -150 50 H V C CNN 29 | F2 "" 0 0 50 H V C CNN 30 | F3 "" 0 0 50 H V C CNN 31 | DRAW 32 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 33 | X GND 1 0 0 0 D 50 50 1 1 W N 34 | ENDDRAW 35 | ENDDEF 36 | # 37 | # LED 38 | # 39 | DEF LED D 0 40 Y N 1 F N 40 | F0 "D" 0 100 50 H V C CNN 41 | F1 "LED" 0 -100 50 H V C CNN 42 | F2 "" 0 0 50 H V C CNN 43 | F3 "" 0 0 50 H V C CNN 44 | $FPLIST 45 | LED-* 46 | LED_* 47 | $ENDFPLIST 48 | DRAW 49 | P 2 0 1 0 -50 50 -50 -50 N 50 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 51 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 52 | P 3 0 1 0 50 50 -50 0 50 -50 F 53 | X K 1 -200 0 150 R 40 40 1 1 P 54 | X A 2 200 0 150 L 40 40 1 1 P 55 | ENDDRAW 56 | ENDDEF 57 | # 58 | # R 59 | # 60 | DEF R R 0 0 N Y 1 F N 61 | F0 "R" 80 0 50 V V C CNN 62 | F1 "R" 0 0 50 V V C CNN 63 | F2 "" -70 0 50 V V C CNN 64 | F3 "" 0 0 50 H V C CNN 65 | $FPLIST 66 | R_* 67 | Resistor_* 68 | $ENDFPLIST 69 | DRAW 70 | S -40 -100 40 100 0 1 10 N 71 | X ~ 1 0 150 50 D 50 50 1 1 P 72 | X ~ 2 0 -150 50 U 50 50 1 1 P 73 | ENDDRAW 74 | ENDDEF 75 | # 76 | # VCC 77 | # 78 | DEF VCC #PWR 0 0 Y Y 1 F P 79 | F0 "#PWR" 0 -150 50 H I C CNN 80 | F1 "VCC" 0 150 50 H V C CNN 81 | F2 "" 0 0 50 H V C CNN 82 | F3 "" 0 0 50 H V C CNN 83 | DRAW 84 | C 0 75 25 0 1 0 N 85 | P 2 0 1 0 0 0 0 50 N 86 | X VCC 1 0 0 0 U 50 50 1 1 W N 87 | ENDDRAW 88 | ENDDEF 89 | # 90 | #End Library 91 | -------------------------------------------------------------------------------- /Purple - 1.6mm ENIG/Purple - 1.6mm ENIG.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Yellow - 0.8mm/Yellow - 0.8mm.sch") 4 | (date "Friday, 12 August 2016 'pmt' 23:00:53") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "Yellow - 0.8mm.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref D1) 19 | (value LED) 20 | (footprint LEDs:LED_0603) 21 | (libsource (lib device) (part LED)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE24CF)) 24 | (comp (ref R1) 25 | (value R) 26 | (footprint Resistors_SMD:R_0603) 27 | (libsource (lib device) (part R)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE25F7)) 30 | (comp (ref P1) 31 | (value CONN_01X01) 32 | (footprint Connectors:Small_SMD_Proto_Pad) 33 | (libsource (lib conn) (part CONN_01X01)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2A64)) 36 | (comp (ref P2) 37 | (value CONN_01X01) 38 | (footprint Connectors:Small_SMD_Proto_Pad) 39 | (libsource (lib conn) (part CONN_01X01)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE2ABA))) 42 | (libparts 43 | (libpart (lib conn) (part CONN_01X01) 44 | (description "Connector, single row, 01x01") 45 | (footprints 46 | (fp Pin_Header_Straight_1X01) 47 | (fp Pin_Header_Angled_1X01) 48 | (fp Socket_Strip_Straight_1X01) 49 | (fp Socket_Strip_Angled_1X01)) 50 | (fields 51 | (field (name Reference) P) 52 | (field (name Value) CONN_01X01)) 53 | (pins 54 | (pin (num 1) (name P1) (type passive)))) 55 | (libpart (lib device) (part LED) 56 | (footprints 57 | (fp LED-*) 58 | (fp LED_*)) 59 | (fields 60 | (field (name Reference) D) 61 | (field (name Value) LED)) 62 | (pins 63 | (pin (num 1) (name K) (type passive)) 64 | (pin (num 2) (name A) (type passive)))) 65 | (libpart (lib device) (part R) 66 | (description Resistor) 67 | (footprints 68 | (fp R_*) 69 | (fp Resistor_*)) 70 | (fields 71 | (field (name Reference) R) 72 | (field (name Value) R)) 73 | (pins 74 | (pin (num 1) (name ~) (type passive)) 75 | (pin (num 2) (name ~) (type passive))))) 76 | (libraries 77 | (library (logical device) 78 | (uri "/Library/Application Support/kicad/library/device.lib")) 79 | (library (logical conn) 80 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 81 | (nets 82 | (net (code 1) (name GND) 83 | (node (ref R1) (pin 2)) 84 | (node (ref P2) (pin 1))) 85 | (net (code 2) (name VCC) 86 | (node (ref P1) (pin 1)) 87 | (node (ref D1) (pin 2))) 88 | (net (code 3) (name "Net-(D1-Pad1)") 89 | (node (ref R1) (pin 1)) 90 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Purple - 1.6mm ENIG/Purple - 1.6mm ENIG.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Purple - 1.6mm ENIG/Purple - 1.6mm ENIG.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:Yellow - 0.8mm-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L LED D1 48 | U 1 1 57AE24CF 49 | P 4900 2250 50 | F 0 "D1" V 4946 2142 50 0000 R CNN 51 | F 1 "LED" V 4855 2142 50 0000 R CNN 52 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 53 | F 3 "" H 4900 2250 50 0000 C CNN 54 | 1 4900 2250 55 | 0 -1 -1 0 56 | $EndComp 57 | $Comp 58 | L VCC #PWR01 59 | U 1 1 57AE25BD 60 | P 4900 1900 61 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 62 | F 1 "VCC" H 4917 2073 50 0000 C CNN 63 | F 2 "" H 4900 1900 50 0000 C CNN 64 | F 3 "" H 4900 1900 50 0000 C CNN 65 | 1 4900 1900 66 | 1 0 0 -1 67 | $EndComp 68 | $Comp 69 | L GND #PWR02 70 | U 1 1 57AE25DA 71 | P 4900 3700 72 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 73 | F 1 "GND" H 4905 3527 50 0000 C CNN 74 | F 2 "" H 4900 3700 50 0000 C CNN 75 | F 3 "" H 4900 3700 50 0000 C CNN 76 | 1 4900 3700 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L R R1 81 | U 1 1 57AE25F7 82 | P 4900 2800 83 | F 0 "R1" H 4970 2846 50 0000 L CNN 84 | F 1 "R" H 4970 2755 50 0000 L CNN 85 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 86 | F 3 "" H 4900 2800 50 0000 C CNN 87 | 1 4900 2800 88 | 1 0 0 -1 89 | $EndComp 90 | Wire Wire Line 91 | 4900 1900 4900 2050 92 | Wire Wire Line 93 | 4900 2450 4900 2650 94 | Wire Wire Line 95 | 4900 2950 4900 3700 96 | $Comp 97 | L CONN_01X01 P1 98 | U 1 1 57AE2A64 99 | P 3600 2250 100 | F 0 "P1" H 3519 2025 50 0000 C CNN 101 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 102 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 103 | F 3 "" H 3600 2250 50 0000 C CNN 104 | 1 3600 2250 105 | -1 0 0 1 106 | $EndComp 107 | $Comp 108 | L CONN_01X01 P2 109 | U 1 1 57AE2ABA 110 | P 3600 3550 111 | F 0 "P2" H 3519 3325 50 0000 C CNN 112 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 113 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 114 | F 3 "" H 3600 3550 50 0000 C CNN 115 | 1 3600 3550 116 | -1 0 0 1 117 | $EndComp 118 | $Comp 119 | L GND #PWR03 120 | U 1 1 57AE2BF2 121 | P 3900 3700 122 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 123 | F 1 "GND" H 3905 3527 50 0000 C CNN 124 | F 2 "" H 3900 3700 50 0000 C CNN 125 | F 3 "" H 3900 3700 50 0000 C CNN 126 | 1 3900 3700 127 | 1 0 0 -1 128 | $EndComp 129 | $Comp 130 | L VCC #PWR04 131 | U 1 1 57AE2C12 132 | P 4000 1900 133 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 134 | F 1 "VCC" H 4017 2073 50 0000 C CNN 135 | F 2 "" H 4000 1900 50 0000 C CNN 136 | F 3 "" H 4000 1900 50 0000 C CNN 137 | 1 4000 1900 138 | 1 0 0 -1 139 | $EndComp 140 | Wire Wire Line 141 | 4000 1900 4000 2250 142 | Wire Wire Line 143 | 4000 2250 3800 2250 144 | Wire Wire Line 145 | 3800 3550 3900 3550 146 | Wire Wire Line 147 | 3900 3550 3900 3700 148 | $EndSCHEMATC 149 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PCB Color, Thickness and Material Samples 2 | 3 | ![PCB Color Samples](https://github.com/flummer/pcb-color-samples/raw/master/pcb-color-samples-9029.jpg "PCB Color Samples") 4 | 5 | These are a collection of color, thickness and material samples designed in KiCad. For a all the details, please see the [post about these samples at hackmeister.dk](https://www.hackmeister.dk/2020/02/pcb-color-thickness-and-material-samples/). 6 | 7 | ## License 8 | 9 | The contents of this repository is released under the following licence: 10 | 11 | * the "Creative Commons Attribution-ShareAlike 4.0 International License" 12 | (CC BY-SA 4.0) full text of this license is included in the LICENSE file 13 | and a copy can also be found at 14 | http://creativecommons.org/licenses/by-sa/4.0/ 15 | -------------------------------------------------------------------------------- /Red - 0.6mm/Red - 0.6mm-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /Red - 0.6mm/Red - 0.6mm.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Red - 0.6mm/Red - 0.6mm.sch") 4 | (date "Friday, 12 August 2016 'pmt' 21:40:45") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "Red - 0.6mm.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0805) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0805) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0805) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical transistors) 111 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 112 | (library (logical conn) 113 | (uri "/Library/Application Support/kicad/library/conn.lib")) 114 | (library (logical device) 115 | (uri "/Library/Application Support/kicad/library/device.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Red - 0.6mm/Red - 0.6mm.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Red - 0.6mm/Red - 0.6mm.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | EELAYER 25 0 32 | EELAYER END 33 | $Descr A4 11693 8268 34 | encoding utf-8 35 | Sheet 1 1 36 | Title "" 37 | Date "" 38 | Rev "" 39 | Comp "" 40 | Comment1 "" 41 | Comment2 "" 42 | Comment3 "" 43 | Comment4 "" 44 | $EndDescr 45 | $Comp 46 | L R R2 47 | U 1 1 57AE248B 48 | P 4250 3300 49 | F 0 "R2" V 4043 3300 50 0000 C CNN 50 | F 1 "R" V 4134 3300 50 0000 C CNN 51 | F 2 "Resistors_SMD:R_0805" V 4180 3300 50 0001 C CNN 52 | F 3 "" H 4250 3300 50 0000 C CNN 53 | 1 4250 3300 54 | 0 1 1 0 55 | $EndComp 56 | $Comp 57 | L LED D1 58 | U 1 1 57AE24CF 59 | P 4900 2250 60 | F 0 "D1" V 4946 2142 50 0000 R CNN 61 | F 1 "LED" V 4855 2142 50 0000 R CNN 62 | F 2 "LEDs:LED_0805" H 4900 2250 50 0001 C CNN 63 | F 3 "" H 4900 2250 50 0000 C CNN 64 | 1 4900 2250 65 | 0 -1 -1 0 66 | $EndComp 67 | $Comp 68 | L BC817-40 Q1 69 | U 1 1 57AE2531 70 | P 4800 3300 71 | F 0 "Q1" H 4991 3391 50 0000 L CNN 72 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 73 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 74 | F 3 "" H 4800 3300 50 0000 L CNN 75 | 1 4800 3300 76 | 1 0 0 -1 77 | $EndComp 78 | $Comp 79 | L VCC #PWR01 80 | U 1 1 57AE25BD 81 | P 4900 1900 82 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 83 | F 1 "VCC" H 4917 2073 50 0000 C CNN 84 | F 2 "" H 4900 1900 50 0000 C CNN 85 | F 3 "" H 4900 1900 50 0000 C CNN 86 | 1 4900 1900 87 | 1 0 0 -1 88 | $EndComp 89 | $Comp 90 | L GND #PWR02 91 | U 1 1 57AE25DA 92 | P 4900 3700 93 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 94 | F 1 "GND" H 4905 3527 50 0000 C CNN 95 | F 2 "" H 4900 3700 50 0000 C CNN 96 | F 3 "" H 4900 3700 50 0000 C CNN 97 | 1 4900 3700 98 | 1 0 0 -1 99 | $EndComp 100 | $Comp 101 | L R R1 102 | U 1 1 57AE25F7 103 | P 4900 2800 104 | F 0 "R1" H 4970 2846 50 0000 L CNN 105 | F 1 "R" H 4970 2755 50 0000 L CNN 106 | F 2 "Resistors_SMD:R_0805" V 4830 2800 50 0001 C CNN 107 | F 3 "" H 4900 2800 50 0000 C CNN 108 | 1 4900 2800 109 | 1 0 0 -1 110 | $EndComp 111 | Wire Wire Line 112 | 4900 1900 4900 2050 113 | Wire Wire Line 114 | 4900 2450 4900 2650 115 | Wire Wire Line 116 | 4900 2950 4900 3100 117 | Wire Wire Line 118 | 4900 3500 4900 3700 119 | Wire Wire Line 120 | 4600 3300 4400 3300 121 | $Comp 122 | L CONN_01X01 P1 123 | U 1 1 57AE27F8 124 | P 3600 3300 125 | F 0 "P1" H 3519 3075 50 0000 C CNN 126 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 127 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 128 | F 3 "" H 3600 3300 50 0000 C CNN 129 | 1 3600 3300 130 | -1 0 0 1 131 | $EndComp 132 | Wire Wire Line 133 | 3800 3300 4100 3300 134 | $Comp 135 | L CONN_01X01 P2 136 | U 1 1 57AE2A64 137 | P 3600 2250 138 | F 0 "P2" H 3519 2025 50 0000 C CNN 139 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 140 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 141 | F 3 "" H 3600 2250 50 0000 C CNN 142 | 1 3600 2250 143 | -1 0 0 1 144 | $EndComp 145 | $Comp 146 | L CONN_01X01 P3 147 | U 1 1 57AE2ABA 148 | P 3600 3550 149 | F 0 "P3" H 3519 3325 50 0000 C CNN 150 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 151 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 152 | F 3 "" H 3600 3550 50 0000 C CNN 153 | 1 3600 3550 154 | -1 0 0 1 155 | $EndComp 156 | $Comp 157 | L GND #PWR03 158 | U 1 1 57AE2BF2 159 | P 3900 3700 160 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 161 | F 1 "GND" H 3905 3527 50 0000 C CNN 162 | F 2 "" H 3900 3700 50 0000 C CNN 163 | F 3 "" H 3900 3700 50 0000 C CNN 164 | 1 3900 3700 165 | 1 0 0 -1 166 | $EndComp 167 | $Comp 168 | L VCC #PWR04 169 | U 1 1 57AE2C12 170 | P 4000 1900 171 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 172 | F 1 "VCC" H 4017 2073 50 0000 C CNN 173 | F 2 "" H 4000 1900 50 0000 C CNN 174 | F 3 "" H 4000 1900 50 0000 C CNN 175 | 1 4000 1900 176 | 1 0 0 -1 177 | $EndComp 178 | Wire Wire Line 179 | 4000 1900 4000 2250 180 | Wire Wire Line 181 | 4000 2250 3800 2250 182 | Wire Wire Line 183 | 3800 3550 3900 3550 184 | Wire Wire Line 185 | 3900 3550 3900 3700 186 | $EndSCHEMATC 187 | -------------------------------------------------------------------------------- /White - 1.6mm ALU/White - 1.6mm ALU-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /White - 1.6mm ALU/White - 1.6mm ALU.kicad_pcb: -------------------------------------------------------------------------------- 1 | (kicad_pcb (version 4) (host pcbnew "(2016-05-05 BZR 6775)-product") 2 | 3 | (general 4 | (links 6) 5 | (no_connects 0) 6 | (area 87.924999 87.924999 112.075001 112.075001) 7 | (thickness 1.6) 8 | (drawings 13) 9 | (tracks 13) 10 | (zones 0) 11 | (modules 8) 12 | (nets 7) 13 | ) 14 | 15 | (page A4) 16 | (layers 17 | (0 F.Cu signal) 18 | (31 B.Cu signal) 19 | (32 B.Adhes user) 20 | (33 F.Adhes user) 21 | (34 B.Paste user) 22 | (35 F.Paste user) 23 | (36 B.SilkS user) 24 | (37 F.SilkS user) 25 | (38 B.Mask user) 26 | (39 F.Mask user) 27 | (40 Dwgs.User user hide) 28 | (41 Cmts.User user) 29 | (42 Eco1.User user) 30 | (43 Eco2.User user) 31 | (44 Edge.Cuts user) 32 | (45 Margin user) 33 | (46 B.CrtYd user) 34 | (47 F.CrtYd user) 35 | (48 B.Fab user) 36 | (49 F.Fab user) 37 | ) 38 | 39 | (setup 40 | (last_trace_width 0.25) 41 | (user_trace_width 0.1524) 42 | (user_trace_width 0.1778) 43 | (user_trace_width 0.2032) 44 | (user_trace_width 0.254) 45 | (user_trace_width 0.508) 46 | (user_trace_width 0.762) 47 | (user_trace_width 0.9906) 48 | (user_trace_width 1.4986) 49 | (trace_clearance 0.1524) 50 | (zone_clearance 0.3) 51 | (zone_45_only no) 52 | (trace_min 0.1524) 53 | (segment_width 0.2) 54 | (edge_width 0.15) 55 | (via_size 0.6) 56 | (via_drill 0.4) 57 | (via_min_size 0.4) 58 | (via_min_drill 0.3) 59 | (uvia_size 0.3) 60 | (uvia_drill 0.1) 61 | (uvias_allowed no) 62 | (uvia_min_size 0.2) 63 | (uvia_min_drill 0.1) 64 | (pcb_text_width 0.3) 65 | (pcb_text_size 1.5 1.5) 66 | (mod_edge_width 0.15) 67 | (mod_text_size 1 1) 68 | (mod_text_width 0.15) 69 | (pad_size 0.6 0.6) 70 | (pad_drill 0.4) 71 | (pad_to_mask_clearance 0.2) 72 | (aux_axis_origin 0 0) 73 | (visible_elements FFFFFF7F) 74 | (pcbplotparams 75 | (layerselection 0x00030_ffffffff) 76 | (usegerberextensions false) 77 | (excludeedgelayer true) 78 | (linewidth 0.100000) 79 | (plotframeref false) 80 | (viasonmask false) 81 | (mode 1) 82 | (useauxorigin false) 83 | (hpglpennumber 1) 84 | (hpglpenspeed 20) 85 | (hpglpendiameter 15) 86 | (psnegative false) 87 | (psa4output false) 88 | (plotreference true) 89 | (plotvalue true) 90 | (plotinvisibletext false) 91 | (padsonsilk false) 92 | (subtractmaskfromsilk false) 93 | (outputformat 1) 94 | (mirror false) 95 | (drillshape 1) 96 | (scaleselection 1) 97 | (outputdirectory "")) 98 | ) 99 | 100 | (net 0 "") 101 | (net 1 VCC) 102 | (net 2 "Net-(D1-Pad1)") 103 | (net 3 "Net-(P1-Pad1)") 104 | (net 4 GND) 105 | (net 5 "Net-(Q1-Pad1)") 106 | (net 6 "Net-(Q1-Pad3)") 107 | 108 | (net_class Default "This is the default net class." 109 | (clearance 0.1524) 110 | (trace_width 0.25) 111 | (via_dia 0.6) 112 | (via_drill 0.4) 113 | (uvia_dia 0.3) 114 | (uvia_drill 0.1) 115 | (add_net GND) 116 | (add_net "Net-(D1-Pad1)") 117 | (add_net "Net-(P1-Pad1)") 118 | (add_net "Net-(Q1-Pad1)") 119 | (add_net "Net-(Q1-Pad3)") 120 | (add_net VCC) 121 | ) 122 | 123 | (module TO_SOT_Packages_SMD:SOT-23 (layer F.Cu) (tedit 57AE335C) (tstamp 57B74593) 124 | (at 106.2 98.7) 125 | (descr "SOT-23, Standard") 126 | (tags SOT-23) 127 | (path /57AE2531) 128 | (attr smd) 129 | (fp_text reference Q1 (at 1.2 -1.4 270) (layer F.SilkS) 130 | (effects (font (size 0.8 0.8) (thickness 0.12))) 131 | ) 132 | (fp_text value BC817-40 (at 0 2.3) (layer F.Fab) hide 133 | (effects (font (size 1 1) (thickness 0.15))) 134 | ) 135 | (fp_line (start -1.65 -1.6) (end 1.65 -1.6) (layer F.CrtYd) (width 0.05)) 136 | (fp_line (start 1.65 -1.6) (end 1.65 1.6) (layer F.CrtYd) (width 0.05)) 137 | (fp_line (start 1.65 1.6) (end -1.65 1.6) (layer F.CrtYd) (width 0.05)) 138 | (fp_line (start -1.65 1.6) (end -1.65 -1.6) (layer F.CrtYd) (width 0.05)) 139 | (fp_line (start 1.29916 -0.65024) (end 1.2509 -0.65024) (layer F.SilkS) (width 0.15)) 140 | (fp_line (start -1.49982 0.0508) (end -1.49982 -0.65024) (layer F.SilkS) (width 0.15)) 141 | (fp_line (start -1.49982 -0.65024) (end -1.2509 -0.65024) (layer F.SilkS) (width 0.15)) 142 | (fp_line (start 1.29916 -0.65024) (end 1.49982 -0.65024) (layer F.SilkS) (width 0.15)) 143 | (fp_line (start 1.49982 -0.65024) (end 1.49982 0.0508) (layer F.SilkS) (width 0.15)) 144 | (pad 1 smd rect (at -0.95 1.00076) (size 0.8001 0.8001) (layers F.Cu F.Paste F.Mask) 145 | (net 5 "Net-(Q1-Pad1)")) 146 | (pad 2 smd rect (at 0.95 1.00076) (size 0.8001 0.8001) (layers F.Cu F.Paste F.Mask) 147 | (net 4 GND)) 148 | (pad 3 smd rect (at 0 -0.99822) (size 0.8001 0.8001) (layers F.Cu F.Paste F.Mask) 149 | (net 6 "Net-(Q1-Pad3)")) 150 | (model TO_SOT_Packages_SMD.3dshapes/SOT-23.wrl 151 | (at (xyz 0 0 0)) 152 | (scale (xyz 1 1 1)) 153 | (rotate (xyz 0 0 0)) 154 | ) 155 | ) 156 | 157 | (module Connectors:Small_SMD_Proto_Pad (layer F.Cu) (tedit 57ADB3CE) (tstamp 57B74579) 158 | (at 110.478372 97.24 180) 159 | (path /57AE27F8) 160 | (fp_text reference P1 (at 0 1.905 180) (layer F.SilkS) hide 161 | (effects (font (size 1 1) (thickness 0.15))) 162 | ) 163 | (fp_text value CONN_01X01 (at 0 -1.905 180) (layer F.Fab) hide 164 | (effects (font (size 1 1) (thickness 0.15))) 165 | ) 166 | (pad 1 smd rect (at 0 0 180) (size 1.016 1.016) (layers F.Cu F.Paste F.Mask) 167 | (net 3 "Net-(P1-Pad1)")) 168 | ) 169 | 170 | (module Connectors:Small_SMD_Proto_Pad (layer F.Cu) (tedit 57ADB3CE) (tstamp 57B7457E) 171 | (at 110.478372 94.7 180) 172 | (path /57AE2A64) 173 | (fp_text reference P2 (at 0 1.905 180) (layer F.SilkS) hide 174 | (effects (font (size 1 1) (thickness 0.15))) 175 | ) 176 | (fp_text value CONN_01X01 (at 0 -1.905 180) (layer F.Fab) hide 177 | (effects (font (size 1 1) (thickness 0.15))) 178 | ) 179 | (pad 1 smd rect (at 0 0 180) (size 1.016 1.016) (layers F.Cu F.Paste F.Mask) 180 | (net 1 VCC)) 181 | ) 182 | 183 | (module Connectors:Small_SMD_Proto_Pad (layer F.Cu) (tedit 57ADB3CE) (tstamp 57B74583) 184 | (at 110.478372 99.78 180) 185 | (path /57AE2ABA) 186 | (fp_text reference P3 (at 0 1.905 180) (layer F.SilkS) hide 187 | (effects (font (size 1 1) (thickness 0.15))) 188 | ) 189 | (fp_text value CONN_01X01 (at 0 -1.905 180) (layer F.Fab) hide 190 | (effects (font (size 1 1) (thickness 0.15))) 191 | ) 192 | (pad 1 smd rect (at 0 0 180) (size 1.016 1.016) (layers F.Cu F.Paste F.Mask) 193 | (net 4 GND)) 194 | ) 195 | 196 | (module Aesthetics:Sample-White-1.6mm-alu-hasl (layer F.Cu) (tedit 0) (tstamp 57B004DB) 197 | (at 99.978372 102.6) 198 | (fp_text reference G*** (at 0 0) (layer F.SilkS) hide 199 | (effects (font (thickness 0.3))) 200 | ) 201 | (fp_text value LOGO (at 0.75 0) (layer F.SilkS) hide 202 | (effects (font (thickness 0.3))) 203 | ) 204 | (fp_poly (pts (xy 11.998814 4.654021) (xy 11.995513 6.704542) (xy 11.97155 6.851722) (xy 11.919813 7.107122) 205 | (xy 11.849344 7.353246) (xy 11.760306 7.589667) (xy 11.652866 7.815957) (xy 11.52719 8.03169) 206 | (xy 11.495318 8.080375) (xy 11.406374 8.207559) (xy 11.316975 8.322725) (xy 11.221581 8.432501) 207 | (xy 11.114655 8.543515) (xy 11.079471 8.57808) (xy 10.893922 8.744788) (xy 10.699112 8.893142) 208 | (xy 10.49433 9.023501) (xy 10.278868 9.136223) (xy 10.052017 9.231665) (xy 9.813068 9.310185) 209 | (xy 9.561311 9.372142) (xy 9.471059 9.389794) (xy 9.339791 9.413844) (xy 0.037041 9.415441) 210 | (xy -0.505386 9.41553) (xy -1.027039 9.415608) (xy -1.528311 9.415674) (xy -2.009595 9.415727) 211 | (xy -2.471284 9.415768) (xy -2.913772 9.415794) (xy -3.33745 9.415807) (xy -3.742712 9.415804) 212 | (xy -4.12995 9.415787) (xy -4.499559 9.415753) (xy -4.85193 9.415704) (xy -5.187456 9.415637) 213 | (xy -5.506531 9.415553) (xy -5.809547 9.41545) (xy -6.096897 9.415329) (xy -6.368974 9.415189) 214 | (xy -6.626172 9.41503) (xy -6.868882 9.41485) (xy -7.097499 9.414649) (xy -7.312414 9.414427) 215 | (xy -7.514021 9.414183) (xy -7.702713 9.413916) (xy -7.878883 9.413627) (xy -8.042923 9.413314) 216 | (xy -8.195226 9.412977) (xy -8.336186 9.412616) (xy -8.466195 9.412229) (xy -8.585647 9.411816) 217 | (xy -8.694933 9.411378) (xy -8.794448 9.410912) (xy -8.884584 9.410419) (xy -8.965733 9.409898) 218 | (xy -9.038289 9.409349) (xy -9.102646 9.40877) (xy -9.159195 9.408162) (xy -9.208329 9.407524) 219 | (xy -9.250442 9.406855) (xy -9.285926 9.406155) (xy -9.315175 9.405424) (xy -9.338581 9.40466) 220 | (xy -9.356538 9.403863) (xy -9.369437 9.403032) (xy -9.376834 9.402285) (xy -9.612579 9.362104) 221 | (xy -9.838923 9.304953) (xy -10.059714 9.22964) (xy -10.2788 9.134971) (xy -10.345256 9.102373) 222 | (xy -10.566048 8.979516) (xy -10.773866 8.840306) (xy -10.968019 8.685628) (xy -11.14782 8.516366) 223 | (xy -11.312579 8.333403) (xy -11.461607 8.137623) (xy -11.594216 7.929911) (xy -11.709717 7.711149) 224 | (xy -11.80742 7.482222) (xy -11.886637 7.244014) (xy -11.931982 7.06662) (xy -11.9394 7.034022) 225 | (xy -11.946215 7.004499) (xy -11.952455 6.977086) (xy -11.958147 6.950824) (xy -11.963316 6.924751) 226 | (xy -11.967991 6.897904) (xy -11.972196 6.869322) (xy -11.97596 6.838044) (xy -11.979309 6.803108) 227 | (xy -11.982269 6.763552) (xy -11.984868 6.718414) (xy -11.987131 6.666734) (xy -11.989086 6.607548) 228 | (xy -11.99076 6.539896) (xy -11.992178 6.462816) (xy -11.993369 6.375347) (xy -11.994358 6.276526) 229 | (xy -11.995172 6.165392) (xy -11.995837 6.040983) (xy -11.996382 5.902338) (xy -11.996832 5.748496) 230 | (xy -11.997213 5.578493) (xy -11.997554 5.391369) (xy -11.997879 5.186163) (xy -11.998217 4.961912) 231 | (xy -11.998594 4.717654) (xy -11.998679 4.664604) (xy -11.998691 4.656667) (xy -9.958917 4.656667) 232 | (xy -9.958917 7.376584) (xy -9.535584 7.376584) (xy -9.535584 6.212417) (xy -9.04875 6.212417) 233 | (xy -9.04875 7.376584) (xy -8.614834 7.376584) (xy -8.614834 7.370588) (xy -8.41375 7.370588) 234 | (xy -8.403715 7.372469) (xy -8.375794 7.37383) (xy -8.33326 7.37461) (xy -8.279389 7.374752) 235 | (xy -8.217455 7.374195) (xy -8.215771 7.374171) (xy -8.017791 7.371292) (xy -7.999714 7.249584) 236 | (xy -7.989962 7.184092) (xy -7.978904 7.110087) (xy -7.968299 7.039331) (xy -7.963684 7.00863) 237 | (xy -7.945731 6.889386) (xy -7.685035 6.892214) (xy -7.42434 6.895042) (xy -7.401213 7.0485) 238 | (xy -7.391642 7.112365) (xy -7.381971 7.177508) (xy -7.373238 7.236898) (xy -7.366481 7.283508) 239 | (xy -7.365658 7.289271) (xy -7.353231 7.376584) (xy -7.137366 7.376584) (xy -7.064413 7.376459) 240 | (xy -7.009959 7.375934) (xy -6.971338 7.374778) (xy -6.945884 7.372762) (xy -6.93093 7.369658) 241 | (xy -6.923809 7.365236) (xy -6.921855 7.359266) (xy -6.921845 7.358063) (xy -6.923533 7.345496) 242 | (xy -6.928376 7.313288) (xy -6.936176 7.2627) (xy -6.946733 7.194989) (xy -6.959849 7.111414) 243 | (xy -6.975324 7.013235) (xy -6.99296 6.901709) (xy -7.012556 6.778097) (xy -7.033915 6.643657) 244 | (xy -7.056836 6.499647) (xy -7.081121 6.347327) (xy -7.106571 6.187955) (xy -7.132987 6.022791) 245 | (xy -7.136515 6.00075) (xy -7.279681 5.106459) (xy -6.746875 5.106459) (xy -6.746875 6.926792) 246 | (xy -6.717885 7.012288) (xy -6.673393 7.1171) (xy -6.616353 7.205089) (xy -6.54602 7.276901) 247 | (xy -6.461648 7.333184) (xy -6.36249 7.374587) (xy -6.275121 7.396827) (xy -6.224164 7.403283) 248 | (xy -6.159867 7.406326) (xy -6.089764 7.406056) (xy -6.021387 7.402573) (xy -5.962271 7.395976) 249 | (xy -5.942542 7.392412) (xy -5.838681 7.36096) (xy -5.745766 7.313192) (xy -5.6657 7.250522) 250 | (xy -5.600389 7.174367) (xy -5.562619 7.110042) (xy -5.541848 7.066116) (xy -5.52537 7.026715) 251 | (xy -5.512636 6.988486) (xy -5.503099 6.948072) (xy -5.496212 6.902116) (xy -5.491427 6.847263) 252 | (xy -5.488196 6.780157) (xy -5.485972 6.697441) (xy -5.484797 6.633104) (xy -5.480325 6.360584) 253 | (xy -5.884334 6.360584) (xy -5.884543 6.553729) (xy -5.885594 6.657013) (xy -5.888872 6.741541) 254 | (xy -5.894939 6.809657) (xy -5.904355 6.863706) (xy -5.917679 6.906034) (xy -5.935472 6.938984) 255 | (xy -5.958294 6.964901) (xy -5.986705 6.98613) (xy -5.988055 6.98697) (xy -6.014592 7.000494) 256 | (xy -6.043987 7.007972) (xy -6.083674 7.010922) (xy -6.106606 7.011177) (xy -6.177296 7.004394) 257 | (xy -6.232802 6.983338) (xy -6.274471 6.946959) (xy -6.303646 6.894206) (xy -6.317456 6.846509) 258 | (xy -6.320005 6.823326) (xy -6.322234 6.779105) (xy -6.324142 6.713971) (xy -6.325728 6.628052) 259 | (xy -6.32699 6.521473) (xy -6.327926 6.394361) (xy -6.328535 6.246842) (xy -6.328814 6.079041) 260 | (xy -6.328834 6.016625) (xy -6.328668 5.841874) (xy -6.328173 5.687361) (xy -6.327349 5.553211) 261 | (xy -6.326199 5.439552) (xy -6.324724 5.346508) (xy -6.322927 5.274207) (xy -6.320808 5.222775) 262 | (xy -6.318369 5.192338) (xy -6.317456 5.186741) (xy -6.305782 5.147368) (xy -6.289724 5.11044) 263 | (xy -6.282975 5.098908) (xy -6.244594 5.058883) (xy -6.194542 5.032112) (xy -6.137498 5.018611) 264 | (xy -6.078146 5.018395) (xy -6.021166 5.031481) (xy -5.97124 5.057885) (xy -5.933049 5.097622) 265 | (xy -5.932987 5.097715) (xy -5.91528 5.132963) (xy -5.901915 5.179799) (xy -5.892566 5.24046) 266 | (xy -5.886911 5.317187) (xy -5.884623 5.412218) (xy -5.884543 5.431896) (xy -5.884334 5.577417) 267 | (xy -5.480062 5.577417) (xy -5.484842 5.352521) (xy -5.48726 5.263081) (xy -5.490765 5.19087) 268 | (xy -5.496072 5.131952) (xy -5.503892 5.082392) (xy -5.514938 5.038256) (xy -5.529924 4.995607) 269 | (xy -5.549561 4.950512) (xy -5.562619 4.923208) (xy -5.616396 4.836083) (xy -5.685232 4.763502) 270 | (xy -5.768496 4.705802) (xy -5.865554 4.663321) (xy -5.892795 4.656667) (xy -5.228167 4.656667) 271 | (xy -5.228167 7.376584) (xy -4.804834 7.376584) (xy -4.804834 6.550555) (xy -4.766501 6.47409) 272 | (xy -4.744025 6.430233) (xy -4.721026 6.386928) (xy -4.702258 6.353112) (xy -4.701286 6.351435) 273 | (xy -4.685215 6.324691) (xy -4.675739 6.314139) (xy -4.668877 6.317636) (xy -4.662022 6.330268) 274 | (xy -4.655927 6.344806) (xy -4.643069 6.377163) (xy -4.624209 6.425373) (xy -4.600107 6.487471) 275 | (xy -4.571523 6.561491) (xy -4.539218 6.645467) (xy -4.503952 6.737433) (xy -4.466485 6.835425) 276 | (xy -4.454839 6.865938) (xy -4.260038 7.376584) (xy -4.040311 7.376584) (xy -3.9747 7.376385) 277 | (xy -3.916903 7.375829) (xy -3.870029 7.374978) (xy -3.837187 7.373894) (xy -3.821487 7.372636) 278 | (xy -3.820584 7.372243) (xy -3.824372 7.361943) (xy -3.835335 7.33349) (xy -3.852872 7.288415) 279 | (xy -3.876382 7.228252) (xy -3.905264 7.154534) (xy -3.938917 7.068792) (xy -3.976739 6.97256) 280 | (xy -4.01813 6.867371) (xy -4.062488 6.754756) (xy -4.109212 6.63625) (xy -4.112166 6.628763) 281 | (xy -4.159102 6.509611) (xy -4.203727 6.395993) (xy -4.245434 6.289471) (xy -4.283618 6.19161) 282 | (xy -4.317672 6.103973) (xy -4.34699 6.028125) (xy -4.370967 5.965629) (xy -4.388995 5.918049) 283 | (xy -4.40047 5.886949) (xy -4.404784 5.873891) (xy -4.4048 5.87375) (xy -4.400437 5.861685) 284 | (xy -4.387493 5.8323) (xy -4.36676 5.787253) (xy -4.339027 5.728205) (xy -4.305083 5.656814) 285 | (xy -4.265719 5.574741) (xy -4.221724 5.483644) (xy -4.173889 5.385183) (xy -4.123001 5.281017) 286 | (xy -4.113219 5.261056) (xy -4.061919 5.156374) (xy -4.013482 5.057418) (xy -3.968694 4.965806) 287 | (xy -3.928345 4.883156) (xy -3.893223 4.811087) (xy -3.864117 4.751216) (xy -3.841814 4.705162) 288 | (xy -3.827104 4.674543) (xy -3.820775 4.660978) (xy -3.820584 4.660452) (xy -3.830642 4.65931) 289 | (xy -3.858719 4.65831) (xy -3.901664 4.657507) (xy -3.95633 4.656956) (xy -4.019568 4.656712) 290 | (xy -4.034896 4.656705) (xy -4.249209 4.656743) (xy -4.524375 5.240996) (xy -4.799542 5.825249) 291 | (xy -4.802278 5.240958) (xy -4.805013 4.656667) (xy -3.630084 4.656667) (xy -3.630084 7.376584) 292 | (xy -3.259667 7.376584) (xy -3.259667 6.438195) (xy -3.259611 6.299416) (xy -3.259447 6.166944) 293 | (xy -3.259185 6.042273) (xy -3.258831 5.926897) (xy -3.258395 5.82231) (xy -3.257884 5.730005) 294 | (xy -3.257308 5.651476) (xy -3.256673 5.588218) (xy -3.255988 5.541723) (xy -3.255262 5.513486) 295 | (xy -3.254543 5.50493) (xy -3.252284 5.515649) (xy -3.246871 5.545439) (xy -3.238607 5.592488) 296 | (xy -3.227795 5.654985) (xy -3.214739 5.73112) (xy -3.199743 5.819079) (xy -3.18311 5.917053) 297 | (xy -3.165145 6.02323) (xy -3.146149 6.135798) (xy -3.126428 6.252947) (xy -3.106286 6.372864) 298 | (xy -3.086024 6.493738) (xy -3.065948 6.613759) (xy -3.046361 6.731114) (xy -3.027566 6.843993) 299 | (xy -3.009867 6.950584) (xy -2.993568 7.049076) (xy -2.978972 7.137657) (xy -2.966383 7.214516) 300 | (xy -2.956106 7.277842) (xy -2.948442 7.325823) (xy -2.943696 7.356648) (xy -2.942167 7.368381) 301 | (xy -2.93212 7.370907) (xy -2.904118 7.373117) (xy -2.861376 7.374885) (xy -2.807104 7.37608) 302 | (xy -2.744515 7.376577) (xy -2.736272 7.376584) (xy -2.530376 7.376584) (xy -2.52438 7.342188) 303 | (xy -2.521918 7.326727) (xy -2.516526 7.291917) (xy -2.508444 7.239337) (xy -2.497914 7.170567) 304 | (xy -2.485177 7.087184) (xy -2.470473 6.990767) (xy -2.454043 6.882896) (xy -2.436128 6.76515) 305 | (xy -2.416968 6.639107) (xy -2.396806 6.506346) (xy -2.380336 6.397817) (xy -2.35964 6.261686) 306 | (xy -2.339781 6.131618) (xy -2.320994 6.009125) (xy -2.303515 5.895721) (xy -2.28758 5.792918) 307 | (xy -2.273426 5.702228) (xy -2.261287 5.625165) (xy -2.2514 5.563241) (xy -2.244002 5.517969) 308 | (xy -2.239327 5.490861) (xy -2.237686 5.483241) (xy -2.237009 5.492887) (xy -2.236361 5.522213) 309 | (xy -2.235752 5.569732) (xy -2.235186 5.633957) (xy -2.234673 5.713403) (xy -2.234218 5.806582) 310 | (xy -2.23383 5.912008) (xy -2.233515 6.028194) (xy -2.233281 6.153653) (xy -2.233135 6.286899) 311 | (xy -2.233084 6.426445) (xy -2.233084 7.376584) (xy -1.830917 7.376584) (xy -1.830917 4.656667) 312 | (xy -1.524 4.656667) (xy -1.524 7.376584) (xy -0.359834 7.376584) (xy -0.359834 6.985) 313 | (xy -1.100667 6.985) (xy -1.100667 6.19125) (xy -0.507523 6.19125) (xy -0.510408 5.998104) 314 | (xy -0.513292 5.804959) (xy -0.80698 5.802145) (xy -1.100667 5.799332) (xy -1.100667 5.04825) 315 | (xy -0.359834 5.04825) (xy -0.359834 4.656667) (xy -0.09525 4.656667) (xy -0.09525 7.376584) 316 | (xy 0.328083 7.376584) (xy 0.328083 6.556375) (xy 0.576791 6.556375) (xy 0.579046 6.715125) 317 | (xy 0.587322 6.853269) (xy 0.608261 6.974757) (xy 0.642278 7.080196) (xy 0.689789 7.170193) 318 | (xy 0.75121 7.245356) (xy 0.826955 7.306292) (xy 0.91744 7.353608) (xy 1.023081 7.387911) 319 | (xy 1.042458 7.392466) (xy 1.102379 7.401574) (xy 1.175003 7.406156) (xy 1.252353 7.406214) 320 | (xy 1.326455 7.401751) (xy 1.389336 7.392769) (xy 1.391404 7.392337) (xy 1.439248 7.377901) 321 | (xy 7.186083 7.377901) (xy 7.60677 7.374306) (xy 8.027458 7.37071) (xy 8.112125 7.341829) 322 | (xy 8.209835 7.299093) (xy 8.292371 7.242409) (xy 8.360284 7.171121) (xy 8.414124 7.08457) 323 | (xy 8.454442 6.982098) (xy 8.472754 6.910917) (xy 8.475758 6.885911) (xy 8.478454 6.841803) 324 | (xy 8.480843 6.780656) (xy 8.482924 6.704533) (xy 8.484697 6.615496) (xy 8.486162 6.515607) 325 | (xy 8.48732 6.40693) (xy 8.48817 6.291527) (xy 8.488712 6.171461) (xy 8.488946 6.048794) 326 | (xy 8.488872 5.925589) (xy 8.488491 5.803909) (xy 8.487802 5.685816) (xy 8.486805 5.573372) 327 | (xy 8.4855 5.468642) (xy 8.483887 5.373686) (xy 8.481967 5.290568) (xy 8.479739 5.221351) 328 | (xy 8.477203 5.168097) (xy 8.474359 5.132869) (xy 8.472754 5.122334) (xy 8.445313 5.022146) 329 | (xy 8.408411 4.937104) (xy 8.362424 4.865648) (xy 8.296123 4.794326) (xy 8.216529 4.737823) 330 | (xy 8.12162 4.694735) (xy 8.112125 4.691422) (xy 8.027458 4.66254) (xy 7.60677 4.658945) 331 | (xy 7.340273 4.656667) (xy 8.773583 4.656667) (xy 8.773583 7.376584) (xy 9.196916 7.376584) 332 | (xy 9.196916 6.550555) (xy 9.235249 6.47409) (xy 9.257725 6.430233) (xy 9.280724 6.386928) 333 | (xy 9.299492 6.353112) (xy 9.300464 6.351435) (xy 9.316535 6.324691) (xy 9.326011 6.314139) 334 | (xy 9.332873 6.317636) (xy 9.339728 6.330268) (xy 9.345823 6.344806) (xy 9.358681 6.377163) 335 | (xy 9.377541 6.425373) (xy 9.401643 6.487471) (xy 9.430227 6.561491) (xy 9.462532 6.645467) 336 | (xy 9.497798 6.737433) (xy 9.535265 6.835425) (xy 9.546911 6.865938) (xy 9.741712 7.376584) 337 | (xy 9.961439 7.376584) (xy 10.02705 7.376385) (xy 10.084847 7.375829) (xy 10.131721 7.374978) 338 | (xy 10.164563 7.373894) (xy 10.180263 7.372636) (xy 10.181166 7.372243) (xy 10.177378 7.361943) 339 | (xy 10.166415 7.33349) (xy 10.148878 7.288415) (xy 10.125368 7.228252) (xy 10.096486 7.154534) 340 | (xy 10.062833 7.068792) (xy 10.025011 6.97256) (xy 9.98362 6.867371) (xy 9.939262 6.754756) 341 | (xy 9.892538 6.63625) (xy 9.889584 6.628763) (xy 9.842648 6.509611) (xy 9.798023 6.395993) 342 | (xy 9.756316 6.289471) (xy 9.718132 6.19161) (xy 9.684078 6.103973) (xy 9.65476 6.028125) 343 | (xy 9.630783 5.965629) (xy 9.612755 5.918049) (xy 9.60128 5.886949) (xy 9.596966 5.873891) 344 | (xy 9.59695 5.87375) (xy 9.601313 5.861685) (xy 9.614257 5.8323) (xy 9.63499 5.787253) 345 | (xy 9.662723 5.728205) (xy 9.696667 5.656814) (xy 9.736031 5.574741) (xy 9.780026 5.483644) 346 | (xy 9.827861 5.385183) (xy 9.878749 5.281017) (xy 9.888531 5.261056) (xy 9.939831 5.156374) 347 | (xy 9.988268 5.057418) (xy 10.033056 4.965806) (xy 10.073405 4.883156) (xy 10.108527 4.811087) 348 | (xy 10.137633 4.751216) (xy 10.159936 4.705162) (xy 10.174646 4.674543) (xy 10.180975 4.660978) 349 | (xy 10.181166 4.660452) (xy 10.171108 4.65931) (xy 10.143031 4.65831) (xy 10.100086 4.657507) 350 | (xy 10.04542 4.656956) (xy 9.982182 4.656712) (xy 9.966854 4.656705) (xy 9.752541 4.656743) 351 | (xy 9.477375 5.240996) (xy 9.202208 5.825249) (xy 9.199472 5.240958) (xy 9.196737 4.656667) 352 | (xy 8.773583 4.656667) (xy 7.340273 4.656667) (xy 7.186083 4.655349) (xy 7.186083 7.377901) 353 | (xy 1.439248 7.377901) (xy 1.497383 7.36036) (xy 1.5909 7.312399) (xy 1.67073 7.249362) 354 | (xy 1.735649 7.17216) (xy 1.771631 7.110042) (xy 1.801484 7.042762) (xy 1.822771 6.97844) 355 | (xy 1.836996 6.910525) (xy 1.845666 6.832467) (xy 1.849029 6.773334) (xy 1.84954 6.666007) 356 | (xy 1.840618 6.57076) (xy 1.821131 6.480201) (xy 1.789947 6.386941) (xy 1.789833 6.386644) 357 | (xy 1.77023 6.339317) (xy 1.748296 6.294307) (xy 1.722563 6.249843) (xy 1.691563 6.20415) 358 | (xy 1.653828 6.155458) (xy 1.607889 6.101991) (xy 1.55228 6.041978) (xy 1.485532 5.973646) 359 | (xy 1.406177 5.895222) (xy 1.312747 5.804932) (xy 1.290672 5.783792) (xy 1.215576 5.709031) 360 | (xy 1.155891 5.642569) (xy 1.109217 5.581265) (xy 1.073156 5.521977) (xy 1.046076 5.463493) 361 | (xy 1.034863 5.431829) (xy 1.027621 5.400249) (xy 1.023538 5.362714) (xy 1.021803 5.313186) 362 | (xy 1.02156 5.281084) (xy 1.021856 5.226849) (xy 1.023568 5.188503) (xy 1.027512 5.160777) 363 | (xy 1.034503 5.1384) (xy 1.045356 5.116103) (xy 1.04775 5.11175) (xy 1.083759 5.067515) 364 | (xy 1.132964 5.036073) (xy 1.190842 5.018641) (xy 1.252869 5.016432) (xy 1.314521 5.030662) 365 | (xy 1.328208 5.036405) (xy 1.365805 5.057158) (xy 1.393627 5.082245) (xy 1.413295 5.115182) 366 | (xy 1.42643 5.159482) (xy 1.434653 5.218662) (xy 1.438616 5.275792) (xy 1.444625 5.392209) 367 | (xy 1.852083 5.397957) (xy 1.852083 5.326014) (xy 1.846366 5.214463) (xy 1.829964 5.105909) 368 | (xy 1.803997 5.005268) (xy 1.769586 4.917455) (xy 1.750908 4.882174) (xy 1.693273 4.80436) 369 | (xy 1.619935 4.739507) (xy 1.532504 4.688399) (xy 1.445832 4.656667) (xy 1.9685 4.656667) 370 | (xy 1.9685 5.04825) (xy 2.413 5.04825) (xy 2.413 7.376584) (xy 2.836333 7.376584) 371 | (xy 2.836333 5.048671) (xy 3.286125 5.042959) (xy 3.289009 4.849813) (xy 3.291894 4.656667) 372 | (xy 3.471333 4.656667) (xy 3.471333 7.376584) (xy 4.6355 7.376584) (xy 4.900083 7.376584) 373 | (xy 5.323416 7.376584) (xy 5.323416 6.275917) (xy 5.426604 6.275976) (xy 5.511488 6.279584) 374 | (xy 5.57896 6.291338) (xy 5.631726 6.312798) (xy 5.672488 6.34552) (xy 5.703951 6.391063) 375 | (xy 5.728464 6.449924) (xy 5.731135 6.467732) (xy 5.733967 6.504214) (xy 5.736853 6.556878) 376 | (xy 5.739688 6.623231) (xy 5.742366 6.700783) (xy 5.744781 6.787042) (xy 5.746828 6.879516) 377 | (xy 5.746922 6.884459) (xy 5.749676 7.011034) (xy 5.752738 7.116631) (xy 5.756116 7.201434) 378 | (xy 5.759819 7.265629) (xy 5.763856 7.309402) (xy 5.767815 7.331604) (xy 5.781074 7.376584) 379 | (xy 6.220524 7.376584) (xy 6.205005 7.331604) (xy 6.19458 7.288814) (xy 6.186035 7.226182) 380 | (xy 6.179354 7.143463) (xy 6.174523 7.040411) (xy 6.172667 6.963834) (xy 6.466416 6.963834) 381 | (xy 6.466416 7.376584) (xy 6.879166 7.376584) (xy 6.879166 6.963834) (xy 6.466416 6.963834) 382 | (xy 6.172667 6.963834) (xy 6.171526 6.916779) (xy 6.170349 6.772323) (xy 6.170333 6.760796) 383 | (xy 6.169885 6.663256) (xy 6.168648 6.584186) (xy 6.166499 6.520898) (xy 6.163315 6.470706) 384 | (xy 6.158973 6.430924) (xy 6.153818 6.401062) (xy 6.123408 6.296604) (xy 6.079567 6.208451) 385 | (xy 6.022316 6.13664) (xy 5.959007 6.085796) (xy 5.905857 6.05169) (xy 5.968591 6.005507) 386 | (xy 6.034034 5.946303) (xy 6.086221 5.873932) (xy 6.126957 5.785759) (xy 6.135009 5.762625) 387 | (xy 6.144197 5.733526) (xy 6.151223 5.706839) (xy 6.156456 5.67894) (xy 6.160263 5.646204) 388 | (xy 6.163012 5.605007) (xy 6.165071 5.551723) (xy 6.166809 5.482729) (xy 6.167681 5.440767) 389 | (xy 6.168972 5.338041) (xy 6.168119 5.252921) (xy 6.164807 5.181924) (xy 6.158722 5.12157) 390 | (xy 6.149547 5.068375) (xy 6.136969 5.018858) (xy 6.126584 4.986306) (xy 6.08565 4.898256) 391 | (xy 6.027676 4.822129) (xy 5.953807 4.759014) (xy 5.865188 4.710004) (xy 5.817243 4.69164) 392 | (xy 5.730875 4.662789) (xy 4.900083 4.655143) (xy 4.900083 7.376584) (xy 4.6355 7.376584) 393 | (xy 4.6355 6.985) (xy 3.894666 6.985) (xy 3.894666 6.19125) (xy 4.48781 6.19125) 394 | (xy 4.484926 5.998104) (xy 4.482041 5.804959) (xy 4.188354 5.802145) (xy 3.894666 5.799332) 395 | (xy 3.894666 5.04825) (xy 4.6355 5.04825) (xy 4.6355 4.656667) (xy 3.471333 4.656667) 396 | (xy 3.291894 4.656667) (xy 1.9685 4.656667) (xy 1.445832 4.656667) (xy 1.432592 4.65182) 397 | (xy 1.321808 4.630557) (xy 1.223327 4.625101) (xy 1.098799 4.632724) (xy 0.98885 4.655295) 398 | (xy 0.892846 4.693045) (xy 0.810153 4.746205) (xy 0.757541 4.795185) (xy 0.700644 4.866504) 399 | (xy 0.656826 4.944724) (xy 0.624834 5.033147) (xy 0.603418 5.135075) (xy 0.593007 5.229233) 400 | (xy 0.589903 5.36366) (xy 0.602489 5.486932) (xy 0.631446 5.602819) (xy 0.677452 5.715089) 401 | (xy 0.682444 5.725128) (xy 0.702947 5.764038) (xy 0.724597 5.800831) (xy 0.748981 5.837317) 402 | (xy 0.777689 5.875307) (xy 0.812307 5.91661) (xy 0.854426 5.963035) (xy 0.905632 6.016392) 403 | (xy 0.967516 6.078492) (xy 1.041665 6.151143) (xy 1.129667 6.236156) (xy 1.137999 6.244167) 404 | (xy 1.219409 6.325856) (xy 1.284287 6.399341) (xy 1.334231 6.467341) (xy 1.370842 6.532573) 405 | (xy 1.395717 6.597756) (xy 1.410457 6.665605) (xy 1.415585 6.71588) (xy 1.415348 6.805138) 406 | (xy 1.402254 6.877765) (xy 1.376008 6.934162) (xy 1.33632 6.974731) (xy 1.282895 6.999871) 407 | (xy 1.215443 7.009986) (xy 1.201208 7.010243) (xy 1.140434 7.006017) (xy 1.09362 6.991945) 408 | (xy 1.055034 6.965935) (xy 1.040517 6.95161) (xy 1.02237 6.928857) (xy 1.008872 6.902701) 409 | (xy 0.999167 6.86941) (xy 0.9924 6.825254) (xy 0.987713 6.766504) (xy 0.985017 6.709834) 410 | (xy 0.978958 6.556375) (xy 0.576791 6.556375) (xy 0.328083 6.556375) (xy 0.328083 4.656667) 411 | (xy -0.09525 4.656667) (xy -0.359834 4.656667) (xy -1.524 4.656667) (xy -1.830917 4.656667) 412 | (xy -2.428875 4.656673) (xy -2.571298 5.598587) (xy -2.592291 5.737015) (xy -2.612476 5.869312) 413 | (xy -2.631621 5.994004) (xy -2.649494 6.109611) (xy -2.665861 6.214657) (xy -2.68049 6.307666) 414 | (xy -2.69315 6.387159) (xy -2.703608 6.451661) (xy -2.711631 6.499694) (xy -2.716987 6.52978) 415 | (xy -2.719444 6.540444) (xy -2.719464 6.540449) (xy -2.72197 6.53024) (xy -2.727603 6.500607) 416 | (xy -2.736115 6.453026) (xy -2.747256 6.388969) (xy -2.760777 6.30991) (xy -2.776429 6.217322) 417 | (xy -2.793963 6.112679) (xy -2.813131 5.997453) (xy -2.833683 5.873118) (xy -2.855369 5.741147) 418 | (xy -2.877942 5.603014) (xy -2.878667 5.598565) (xy -3.032125 4.656731) (xy -3.331105 4.656699) 419 | (xy -3.630084 4.656667) (xy -4.805013 4.656667) (xy -5.228167 4.656667) (xy -5.892795 4.656667) 420 | (xy -5.975776 4.636398) (xy -6.098528 4.62537) (xy -6.12037 4.625101) (xy -6.246239 4.633039) 421 | (xy -6.358673 4.657316) (xy -6.457654 4.69792) (xy -6.543164 4.754839) (xy -6.615186 4.828064) 422 | (xy -6.673704 4.917581) (xy -6.717885 5.020962) (xy -6.746875 5.106459) (xy -7.279681 5.106459) 423 | (xy -7.350841 4.661959) (xy -7.978083 4.656355) (xy -7.984281 4.685615) (xy -7.986635 4.699235) 424 | (xy -7.992049 4.732068) (xy -8.00028 4.782598) (xy -8.011087 4.849312) (xy -8.024227 4.930695) 425 | (xy -8.039458 5.025233) (xy -8.056537 5.131412) (xy -8.075223 5.247717) (xy -8.095273 5.372635) 426 | (xy -8.116446 5.50465) (xy -8.138498 5.642249) (xy -8.161188 5.783917) (xy -8.184274 5.928141) 427 | (xy -8.207512 6.073405) (xy -8.230662 6.218196) (xy -8.253481 6.360999) (xy -8.275726 6.500301) 428 | (xy -8.297155 6.634586) (xy -8.317527 6.76234) (xy -8.336599 6.88205) (xy -8.354128 6.992201) 429 | (xy -8.369873 7.091278) (xy -8.383592 7.177768) (xy -8.395041 7.250156) (xy -8.40398 7.306928) 430 | (xy -8.410165 7.346569) (xy -8.413354 7.367566) (xy -8.41375 7.370588) (xy -8.614834 7.370588) 431 | (xy -8.614834 4.656667) (xy -9.04875 4.656667) (xy -9.04875 5.820834) (xy -9.535584 5.820834) 432 | (xy -9.535584 4.656667) (xy -9.958917 4.656667) (xy -11.998691 4.656667) (xy -12.002013 2.6035) 433 | (xy 12.002114 2.6035) (xy 11.998814 4.654021)) (layer F.SilkS) (width 0.01)) 434 | (fp_poly (pts (xy -6.960528 -1.917801) (xy -6.847531 -1.893719) (xy -6.748516 -1.853749) (xy -6.663494 -1.797902) 435 | (xy -6.592478 -1.72619) (xy -6.535479 -1.638625) (xy -6.492508 -1.535218) (xy -6.463576 -1.415982) 436 | (xy -6.448865 -1.28393) (xy -6.442025 -1.164166) (xy -6.855659 -1.164166) (xy -6.859728 -1.277937) 437 | (xy -6.862348 -1.332227) (xy -6.866338 -1.370959) (xy -6.872748 -1.399737) (xy -6.88263 -1.424169) 438 | (xy -6.8896 -1.43721) (xy -6.920874 -1.480786) (xy -6.958669 -1.509134) (xy -7.007263 -1.524432) 439 | (xy -7.069667 -1.528862) (xy -7.136821 -1.523809) (xy -7.188589 -1.507559) (xy -7.228678 -1.478058) 440 | (xy -7.26079 -1.433253) (xy -7.268346 -1.418728) (xy -7.297209 -1.359958) (xy -7.300448 -1.042697) 441 | (xy -7.303688 -0.725435) (xy -7.272658 -0.76753) (xy -7.218112 -0.831049) (xy -7.158414 -0.8785) 442 | (xy -7.106709 -0.906557) (xy -7.046684 -0.926474) (xy -6.974262 -0.938575) (xy -6.896885 -0.942419) 443 | (xy -6.821994 -0.937571) (xy -6.766768 -0.926551) (xy -6.683228 -0.892214) (xy -6.610693 -0.840342) 444 | (xy -6.550333 -0.772145) (xy -6.503321 -0.688833) (xy -6.482198 -0.632697) (xy -6.468915 -0.586716) 445 | (xy -6.45817 -0.539556) (xy -6.449775 -0.488594) (xy -6.443543 -0.43121) (xy -6.439285 -0.36478) 446 | (xy -6.436813 -0.286683) (xy -6.435938 -0.194297) (xy -6.436473 -0.085) (xy -6.437415 -0.008648) 447 | (xy -6.439032 0.09115) (xy -6.44081 0.172313) (xy -6.442892 0.237373) (xy -6.445423 0.288862) 448 | (xy -6.448547 0.329312) (xy -6.452407 0.361256) (xy -6.457149 0.387224) (xy -6.46079 0.402167) 449 | (xy -6.500159 0.51469) (xy -6.553611 0.611441) (xy -6.620981 0.692304) (xy -6.702106 0.757161) 450 | (xy -6.796823 0.805897) (xy -6.904968 0.838396) (xy -7.026377 0.854539) (xy -7.098325 0.856409) 451 | (xy -7.152999 0.854399) (xy -7.208934 0.849769) (xy -7.256633 0.843383) (xy -7.269988 0.840814) 452 | (xy -7.315427 0.828176) (xy -7.367712 0.80956) (xy -7.412863 0.790206) (xy -7.496421 0.741747) 453 | (xy -7.565823 0.682214) (xy -7.62317 0.609118) (xy -7.67056 0.519965) (xy -7.69656 0.453545) 454 | (xy -7.731125 0.354542) (xy -7.731125 -0.0592) (xy -7.308969 -0.0592) (xy -7.308634 0.021262) 455 | (xy -7.30745 0.099058) (xy -7.30542 0.170783) (xy -7.302545 0.233037) (xy -7.298826 0.282416) 456 | (xy -7.294264 0.315518) (xy -7.29279 0.321566) (xy -7.266235 0.378243) (xy -7.224905 0.421851) 457 | (xy -7.171656 0.451028) (xy -7.109346 0.464413) (xy -7.040833 0.460646) (xy -7.013815 0.454447) 458 | (xy -6.959548 0.428878) (xy -6.916034 0.387152) (xy -6.887126 0.333124) (xy -6.884573 0.325167) 459 | (xy -6.879284 0.295778) (xy -6.87495 0.248798) (xy -6.871572 0.187767) (xy -6.869152 0.116225) 460 | (xy -6.867691 0.037715) (xy -6.867193 -0.044225) (xy -6.867659 -0.126052) (xy -6.86909 -0.204227) 461 | (xy -6.87149 -0.275209) (xy -6.874859 -0.335458) (xy -6.879199 -0.381431) (xy -6.884169 -0.408472) 462 | (xy -6.91113 -0.467345) (xy -6.95231 -0.510583) (xy -7.007538 -0.538069) (xy -7.076642 -0.549688) 463 | (xy -7.096056 -0.550101) (xy -7.163264 -0.541325) (xy -7.218031 -0.515472) (xy -7.26071 -0.472286) 464 | (xy -7.291658 -0.41151) (xy -7.293094 -0.407458) (xy -7.297877 -0.382441) (xy -7.301803 -0.339677) 465 | (xy -7.304873 -0.282569) (xy -7.307091 -0.214518) (xy -7.308455 -0.138928) (xy -7.308969 -0.0592) 466 | (xy -7.731125 -0.0592) (xy -7.731125 -0.523875) (xy -7.731099 -0.68182) (xy -7.731001 -0.820051) 467 | (xy -7.730801 -0.940022) (xy -7.730472 -1.043185) (xy -7.729985 -1.130994) (xy -7.72931 -1.204902) 468 | (xy -7.728418 -1.266362) (xy -7.727282 -1.316827) (xy -7.725871 -1.357749) (xy -7.724158 -1.390583) 469 | (xy -7.722113 -1.416781) (xy -7.719707 -1.437796) (xy -7.716911 -1.455081) (xy -7.713697 -1.47009) 470 | (xy -7.712211 -1.476082) (xy -7.674538 -1.587877) (xy -7.622917 -1.683751) (xy -7.557366 -1.763695) 471 | (xy -7.4779 -1.827696) (xy -7.384535 -1.875742) (xy -7.277288 -1.907823) (xy -7.156173 -1.923927) 472 | (xy -7.087496 -1.925983) (xy -6.960528 -1.917801)) (layer F.SilkS) (width 0.01)) 473 | (fp_poly (pts (xy 3.384295 -0.759354) (xy 3.381375 0.375709) (xy 3.352641 0.460375) (xy 3.309275 0.56346) 474 | (xy 3.25434 0.649418) (xy 3.186421 0.719697) (xy 3.104099 0.775745) (xy 3.005957 0.819008) 475 | (xy 2.999225 0.821334) (xy 2.958865 0.833985) (xy 2.921488 0.842601) (xy 2.880754 0.848091) 476 | (xy 2.830326 0.851362) (xy 2.778125 0.853006) (xy 2.721423 0.853487) (xy 2.667937 0.852424) 477 | (xy 2.623585 0.85003) (xy 2.594288 0.846516) (xy 2.593712 0.846397) (xy 2.481992 0.814887) 478 | (xy 2.386476 0.770235) (xy 2.30606 0.711477) (xy 2.239637 0.637653) (xy 2.186102 0.5478) 479 | (xy 2.150949 0.461205) (xy 2.121958 0.375709) (xy 2.119037 -0.759354) (xy 2.116116 -1.894416) 480 | (xy 2.539523 -1.894416) (xy 2.542407 -0.796396) (xy 2.545291 0.301625) (xy 2.57175 0.354527) 481 | (xy 2.608653 0.407078) (xy 2.658009 0.442711) (xy 2.719195 0.461149) (xy 2.791588 0.462117) 482 | (xy 2.810155 0.45978) (xy 2.869569 0.441961) (xy 2.916411 0.407558) (xy 2.952336 0.355351) 483 | (xy 2.95275 0.354527) (xy 2.979208 0.301625) (xy 2.982092 -0.796396) (xy 2.984976 -1.894416) 484 | (xy 3.186096 -1.894416) (xy 3.387216 -1.894417) (xy 3.384295 -0.759354)) (layer F.SilkS) (width 0.01)) 485 | (fp_poly (pts (xy 8.217351 -1.917103) (xy 8.333593 -1.890252) (xy 8.41974 -1.855642) (xy 8.47448 -1.821716) 486 | (xy 8.530693 -1.774893) (xy 8.581412 -1.721685) (xy 8.619491 -1.66891) (xy 8.657468 -1.588785) 487 | (xy 8.687524 -1.493532) (xy 8.70854 -1.388067) (xy 8.719394 -1.277306) (xy 8.720666 -1.22507) 488 | (xy 8.720666 -1.153126) (xy 8.516937 -1.156) (xy 8.313208 -1.158875) (xy 8.3072 -1.275291) 489 | (xy 8.301627 -1.348139) (xy 8.292376 -1.403434) (xy 8.277824 -1.444693) (xy 8.25635 -1.47543) 490 | (xy 8.226335 -1.499159) (xy 8.196791 -1.514679) (xy 8.135867 -1.532873) (xy 8.073525 -1.534347) 491 | (xy 8.01429 -1.520317) (xy 7.962683 -1.491998) (xy 7.923229 -1.450605) (xy 7.916333 -1.439333) 492 | (xy 7.904709 -1.4165) (xy 7.897091 -1.394522) (xy 7.892666 -1.368131) (xy 7.890616 -1.332056) 493 | (xy 7.890129 -1.28103) (xy 7.890143 -1.27) (xy 7.890988 -1.211955) (xy 7.893762 -1.169008) 494 | (xy 7.899278 -1.13512) (xy 7.908348 -1.104254) (xy 7.914659 -1.08759) (xy 7.942726 -1.027261) 495 | (xy 7.979081 -0.967958) (xy 8.026123 -0.90654) (xy 8.086252 -0.839867) (xy 8.159255 -0.767291) 496 | (xy 8.255904 -0.674219) (xy 8.338162 -0.593392) (xy 8.407498 -0.523039) (xy 8.465379 -0.461386) 497 | (xy 8.513273 -0.406662) (xy 8.552649 -0.357092) (xy 8.584974 -0.310904) (xy 8.611716 -0.266325) 498 | (xy 8.634343 -0.221582) (xy 8.654323 -0.174903) (xy 8.658416 -0.164439) (xy 8.689637 -0.071158) 499 | (xy 8.709158 0.019397) (xy 8.718111 0.114618) (xy 8.717627 0.221897) (xy 8.717612 0.22225) 500 | (xy 8.71174 0.310388) (xy 8.70129 0.384135) (xy 8.684754 0.45004) (xy 8.660627 0.514655) 501 | (xy 8.640214 0.558959) (xy 8.586483 0.645556) (xy 8.516984 0.718625) (xy 8.432939 0.777255) 502 | (xy 8.335574 0.820539) (xy 8.259988 0.841254) (xy 8.197693 0.850408) (xy 8.123872 0.855043) 503 | (xy 8.0465 0.855158) (xy 7.97355 0.850749) (xy 7.912998 0.841813) (xy 7.911041 0.841382) 504 | (xy 7.81435 0.814315) (xy 7.733698 0.778988) (xy 7.664809 0.733087) (xy 7.604318 0.675314) 505 | (xy 7.549684 0.603138) (xy 7.507406 0.520967) (xy 7.476841 0.426702) (xy 7.457348 0.318247) 506 | (xy 7.448283 0.193503) (xy 7.447629 0.164042) (xy 7.445375 0.005292) (xy 7.847541 0.005292) 507 | (xy 7.8536 0.15875) (xy 7.857279 0.231079) (xy 7.862388 0.28598) (xy 7.869783 0.327182) 508 | (xy 7.880322 0.358417) (xy 7.894859 0.383415) (xy 7.9091 0.400527) (xy 7.945993 0.431937) 509 | (xy 7.988802 0.450567) (xy 8.043263 0.458507) (xy 8.069791 0.459159) (xy 8.139906 0.451818) 510 | (xy 8.195939 0.429525) (xy 8.238181 0.391881) (xy 8.266926 0.338483) (xy 8.282464 0.26893) 511 | (xy 8.28509 0.182821) (xy 8.284168 0.164796) (xy 8.275542 0.093483) (xy 8.257895 0.02673) 512 | (xy 8.229627 -0.03818) (xy 8.189138 -0.103965) (xy 8.13483 -0.173343) (xy 8.065103 -0.249031) 513 | (xy 8.006582 -0.306916) (xy 7.917305 -0.393086) (xy 7.842018 -0.466738) (xy 7.779134 -0.52968) 514 | (xy 7.727065 -0.583724) (xy 7.684222 -0.630678) (xy 7.649016 -0.672353) (xy 7.619859 -0.710558) 515 | (xy 7.595163 -0.747104) (xy 7.573339 -0.783799) (xy 7.552799 -0.822454) (xy 7.551027 -0.825956) 516 | (xy 7.503456 -0.938085) (xy 7.472995 -1.053493) (xy 7.458966 -1.175947) (xy 7.460688 -1.309217) 517 | (xy 7.46159 -1.32185) (xy 7.475399 -1.437054) (xy 7.498774 -1.536095) (xy 7.532969 -1.622275) 518 | (xy 7.579234 -1.698894) (xy 7.626125 -1.755899) (xy 7.699449 -1.820522) (xy 7.785618 -1.869565) 519 | (xy 7.885266 -1.903258) (xy 7.999027 -1.921834) (xy 8.091911 -1.925983) (xy 8.217351 -1.917103)) (layer F.SilkS) (width 0.01)) 520 | (fp_poly (pts (xy -8.942917 0.8255) (xy -9.36625 0.8255) (xy -9.36625 -1.248833) (xy -9.705498 -1.248833) 521 | (xy -9.702562 -1.399646) (xy -9.699625 -1.550458) (xy -9.619877 -1.557694) (xy -9.527579 -1.572402) 522 | (xy -9.45082 -1.599517) (xy -9.386716 -1.641022) (xy -9.332383 -1.698903) (xy -9.284937 -1.775143) 523 | (xy -9.27489 -1.795085) (xy -9.226568 -1.894416) (xy -8.942917 -1.894416) (xy -8.942917 0.8255)) (layer F.SilkS) (width 0.01)) 524 | (fp_poly (pts (xy -8.011584 0.8255) (xy -8.424334 0.8255) (xy -8.424334 0.41275) (xy -8.011584 0.41275) 525 | (xy -8.011584 0.8255)) (layer F.SilkS) (width 0.01)) 526 | (fp_poly (pts (xy -3.767667 0.8255) (xy -4.169834 0.8255) (xy -4.169834 -0.123472) (xy -4.169884 -0.263063) 527 | (xy -4.170029 -0.396367) (xy -4.170263 -0.521896) (xy -4.170577 -0.638164) (xy -4.170965 -0.743684) 528 | (xy -4.171419 -0.83697) (xy -4.171932 -0.916534) (xy -4.172497 -0.980891) (xy -4.173106 -1.028553) 529 | (xy -4.173753 -1.058034) (xy -4.17443 -1.067847) (xy -4.174436 -1.067842) (xy -4.176675 -1.056928) 530 | (xy -4.181834 -1.026596) (xy -4.189676 -0.97836) (xy -4.199966 -0.913731) (xy -4.212467 -0.834223) 531 | (xy -4.226944 -0.741348) (xy -4.24316 -0.636618) (xy -4.26088 -0.521547) (xy -4.279868 -0.397648) 532 | (xy -4.299888 -0.266432) (xy -4.317086 -0.153266) (xy -4.337871 -0.016317) (xy -4.357842 0.115162) 533 | (xy -4.37676 0.23959) (xy -4.394382 0.355389) (xy -4.410469 0.46098) (xy -4.424779 0.554785) 534 | (xy -4.437072 0.635224) (xy -4.447106 0.700718) (xy -4.454642 0.749689) (xy -4.459438 0.780558) 535 | (xy -4.46113 0.791104) (xy -4.467126 0.8255) (xy -4.673022 0.8255) (xy -4.736424 0.8251) 536 | (xy -4.79191 0.823984) (xy -4.836269 0.822282) (xy -4.866287 0.82012) (xy -4.878753 0.817626) 537 | (xy -4.878917 0.817298) (xy -4.880621 0.804381) (xy -4.88553 0.772593) (xy -4.893341 0.723746) 538 | (xy -4.90375 0.659651) (xy -4.916454 0.58212) (xy -4.931148 0.492964) (xy -4.94753 0.393994) 539 | (xy -4.965295 0.287021) (xy -4.98414 0.173857) (xy -5.003761 0.056313) (xy -5.023855 -0.063799) 540 | (xy -5.044118 -0.184668) (xy -5.064246 -0.304483) (xy -5.083935 -0.421432) (xy -5.102883 -0.533705) 541 | (xy -5.120786 -0.639489) (xy -5.137339 -0.736974) (xy -5.152239 -0.824347) (xy -5.165182 -0.899799) 542 | (xy -5.175866 -0.961516) (xy -5.183985 -1.007689) (xy -5.189238 -1.036505) (xy -5.191293 -1.046153) 543 | (xy -5.192051 -1.036591) (xy -5.192775 -1.007356) (xy -5.193457 -0.959942) (xy -5.194089 -0.895843) 544 | (xy -5.194663 -0.816553) (xy -5.19517 -0.723564) (xy -5.195602 -0.618372) (xy -5.195951 -0.50247) 545 | (xy -5.196208 -0.377352) (xy -5.196367 -0.244511) (xy -5.196417 -0.112889) (xy -5.196417 0.8255) 546 | (xy -5.566834 0.8255) (xy -5.566834 -1.894416) (xy -5.267855 -1.894384) (xy -4.968875 -1.894352) 547 | (xy -4.815417 -0.952518) (xy -4.79282 -0.814215) (xy -4.771102 -0.682027) (xy -4.750511 -0.557428) 548 | (xy -4.731295 -0.441892) (xy -4.713706 -0.336891) (xy -4.69799 -0.243899) (xy -4.684398 -0.16439) 549 | (xy -4.673178 -0.099837) (xy -4.66458 -0.051713) (xy -4.658852 -0.021491) (xy -4.656243 -0.010645) 550 | (xy -4.656214 -0.010634) (xy -4.653825 -0.020847) (xy -4.648531 -0.050515) (xy -4.640565 -0.098163) 551 | (xy -4.630159 -0.162312) (xy -4.617546 -0.241487) (xy -4.602958 -0.334209) (xy -4.586627 -0.439002) 552 | (xy -4.568786 -0.55439) (xy -4.549667 -0.678894) (xy -4.529502 -0.811038) (xy -4.508524 -0.949344) 553 | (xy -4.508048 -0.952497) (xy -4.365625 -1.89441) (xy -3.767667 -1.894416) (xy -3.767667 0.8255)) (layer F.SilkS) (width 0.01)) 554 | (fp_poly (pts (xy -1.672167 0.8255) (xy -2.074334 0.8255) (xy -2.074334 -0.123472) (xy -2.074384 -0.263063) 555 | (xy -2.074529 -0.396367) (xy -2.074763 -0.521896) (xy -2.075077 -0.638164) (xy -2.075465 -0.743684) 556 | (xy -2.075919 -0.83697) (xy -2.076432 -0.916534) (xy -2.076997 -0.980891) (xy -2.077606 -1.028553) 557 | (xy -2.078253 -1.058034) (xy -2.07893 -1.067847) (xy -2.078936 -1.067842) (xy -2.081175 -1.056928) 558 | (xy -2.086334 -1.026596) (xy -2.094176 -0.97836) (xy -2.104466 -0.913731) (xy -2.116967 -0.834223) 559 | (xy -2.131444 -0.741348) (xy -2.14766 -0.636618) (xy -2.16538 -0.521547) (xy -2.184368 -0.397648) 560 | (xy -2.204388 -0.266432) (xy -2.221586 -0.153266) (xy -2.242371 -0.016317) (xy -2.262342 0.115162) 561 | (xy -2.28126 0.23959) (xy -2.298882 0.355389) (xy -2.314969 0.46098) (xy -2.329279 0.554785) 562 | (xy -2.341572 0.635224) (xy -2.351606 0.700718) (xy -2.359142 0.749689) (xy -2.363938 0.780558) 563 | (xy -2.36563 0.791104) (xy -2.371626 0.8255) (xy -2.577522 0.8255) (xy -2.640924 0.8251) 564 | (xy -2.69641 0.823984) (xy -2.740769 0.822282) (xy -2.770787 0.82012) (xy -2.783253 0.817626) 565 | (xy -2.783417 0.817298) (xy -2.785121 0.804381) (xy -2.79003 0.772593) (xy -2.797841 0.723746) 566 | (xy -2.80825 0.659651) (xy -2.820954 0.58212) (xy -2.835648 0.492964) (xy -2.85203 0.393994) 567 | (xy -2.869795 0.287021) (xy -2.88864 0.173857) (xy -2.908261 0.056313) (xy -2.928355 -0.063799) 568 | (xy -2.948618 -0.184668) (xy -2.968746 -0.304483) (xy -2.988435 -0.421432) (xy -3.007383 -0.533705) 569 | (xy -3.025286 -0.639489) (xy -3.041839 -0.736974) (xy -3.056739 -0.824347) (xy -3.069682 -0.899799) 570 | (xy -3.080366 -0.961516) (xy -3.088485 -1.007689) (xy -3.093738 -1.036505) (xy -3.095793 -1.046153) 571 | (xy -3.096551 -1.036591) (xy -3.097275 -1.007356) (xy -3.097957 -0.959942) (xy -3.098589 -0.895843) 572 | (xy -3.099163 -0.816553) (xy -3.09967 -0.723564) (xy -3.100102 -0.618372) (xy -3.100451 -0.50247) 573 | (xy -3.100708 -0.377352) (xy -3.100867 -0.244511) (xy -3.100917 -0.112889) (xy -3.100917 0.8255) 574 | (xy -3.471334 0.8255) (xy -3.471334 -1.894416) (xy -3.172355 -1.894384) (xy -2.873375 -1.894352) 575 | (xy -2.719917 -0.952518) (xy -2.69732 -0.814215) (xy -2.675602 -0.682027) (xy -2.655011 -0.557428) 576 | (xy -2.635795 -0.441892) (xy -2.618206 -0.336891) (xy -2.60249 -0.243899) (xy -2.588898 -0.16439) 577 | (xy -2.577678 -0.099837) (xy -2.56908 -0.051713) (xy -2.563352 -0.021491) (xy -2.560743 -0.010645) 578 | (xy -2.560714 -0.010634) (xy -2.558325 -0.020847) (xy -2.553031 -0.050515) (xy -2.545065 -0.098163) 579 | (xy -2.534659 -0.162312) (xy -2.522046 -0.241487) (xy -2.507458 -0.334209) (xy -2.491127 -0.439002) 580 | (xy -2.473286 -0.55439) (xy -2.454167 -0.678894) (xy -2.434002 -0.811038) (xy -2.413024 -0.949344) 581 | (xy -2.412548 -0.952497) (xy -2.270125 -1.89441) (xy -1.672167 -1.894416) (xy -1.672167 0.8255)) (layer F.SilkS) (width 0.01)) 582 | (fp_poly (pts (xy -0.129129 -1.891927) (xy 0.184493 -1.889125) (xy 0.398818 -0.550333) (xy 0.425346 -0.384502) 583 | (xy 0.450934 -0.224298) (xy 0.475383 -0.070981) (xy 0.498495 0.074191) (xy 0.52007 0.209959) 584 | (xy 0.539909 0.335065) (xy 0.557813 0.448248) (xy 0.573583 0.548251) (xy 0.58702 0.633814) 585 | (xy 0.597925 0.703679) (xy 0.606098 0.756587) (xy 0.611341 0.791278) (xy 0.613454 0.806494) 586 | (xy 0.613488 0.806979) (xy 0.612156 0.813239) (xy 0.606118 0.817912) (xy 0.592706 0.821227) 587 | (xy 0.569255 0.823414) (xy 0.533097 0.824702) (xy 0.481567 0.82532) (xy 0.411998 0.825497) 588 | (xy 0.397968 0.8255) (xy 0.182102 0.8255) (xy 0.169675 0.738188) (xy 0.163328 0.694255) 589 | (xy 0.15484 0.636425) (xy 0.145248 0.571727) (xy 0.135592 0.507189) (xy 0.13412 0.497417) 590 | (xy 0.110994 0.343959) (xy -0.149702 0.34113) (xy -0.410398 0.338302) (xy -0.428351 0.457547) 591 | (xy -0.438061 0.522209) (xy -0.44911 0.596048) (xy -0.45974 0.667299) (xy -0.464381 0.6985) 592 | (xy -0.482458 0.820209) (xy -0.680438 0.823088) (xy -0.742537 0.823663) (xy -0.796658 0.823539) 593 | (xy -0.839527 0.822774) (xy -0.86787 0.821428) (xy -0.87841 0.819559) (xy -0.878417 0.819504) 594 | (xy -0.876779 0.808169) (xy -0.872028 0.77745) (xy -0.864405 0.72886) (xy -0.854152 0.663914) 595 | (xy -0.841512 0.584126) (xy -0.826727 0.491011) (xy -0.81004 0.386082) (xy -0.791691 0.270855) 596 | (xy -0.771924 0.146842) (xy -0.750982 0.015559) (xy -0.74343 -0.03175) (xy -0.355642 -0.03175) 597 | (xy 0.053319 -0.03175) (xy 0.048039 -0.055562) (xy 0.045586 -0.070028) (xy 0.040326 -0.103568) 598 | (xy 0.032539 -0.154317) (xy 0.022507 -0.220409) (xy 0.010511 -0.299979) (xy -0.003168 -0.391161) 599 | (xy -0.018249 -0.49209) (xy -0.034451 -0.6009) (xy -0.051492 -0.715725) (xy -0.053643 -0.73025) 600 | (xy -0.070659 -0.844936) (xy -0.086786 -0.953252) (xy -0.101755 -1.053412) (xy -0.115297 -1.143629) 601 | (xy -0.127141 -1.222118) (xy -0.137018 -1.287093) (xy -0.144659 -1.336766) (xy -0.149793 -1.369353) 602 | (xy -0.152152 -1.383067) (xy -0.152252 -1.383389) (xy -0.154455 -1.374317) (xy -0.159086 -1.347802) 603 | (xy -0.165575 -1.307357) (xy -0.173349 -1.256491) (xy -0.17807 -1.224639) (xy -0.184512 -1.180898) 604 | (xy -0.193648 -1.11914) (xy -0.205044 -1.042281) (xy -0.218268 -0.953239) (xy -0.232886 -0.854931) 605 | (xy -0.248463 -0.750274) (xy -0.264568 -0.642186) (xy -0.278661 -0.547687) (xy -0.355642 -0.03175) 606 | (xy -0.74343 -0.03175) (xy -0.729105 -0.12148) (xy -0.706536 -0.262761) (xy -0.683518 -0.40677) 607 | (xy -0.660292 -0.551992) (xy -0.637102 -0.696913) (xy -0.614188 -0.840019) (xy -0.591794 -0.979796) 608 | (xy -0.570161 -1.114729) (xy -0.549532 -1.243304) (xy -0.530149 -1.364007) (xy -0.512255 -1.475324) 609 | (xy -0.49609 -1.57574) (xy -0.481898 -1.663741) (xy -0.469921 -1.737812) (xy -0.460401 -1.79644) 610 | (xy -0.45358 -1.83811) (xy -0.4497 -1.861308) (xy -0.448948 -1.865468) (xy -0.44275 -1.894729) 611 | (xy -0.129129 -1.891927)) (layer F.SilkS) (width 0.01)) 612 | (fp_poly (pts (xy 1.23825 0.433631) (xy 1.590145 0.43642) (xy 1.942041 0.439209) (xy 1.944926 0.632354) 613 | (xy 1.94781 0.8255) (xy 0.814916 0.8255) (xy 0.814916 -1.894416) (xy 1.23825 -1.894416) 614 | (xy 1.23825 0.433631)) (layer F.SilkS) (width 0.01)) 615 | (fp_poly (pts (xy 4.699 -0.73025) (xy 5.185833 -0.73025) (xy 5.185833 -1.894416) (xy 5.61975 -1.894416) 616 | (xy 5.61975 0.8255) (xy 5.185833 0.8255) (xy 5.185833 -0.338666) (xy 4.699 -0.338666) 617 | (xy 4.699 0.8255) (xy 4.275666 0.8255) (xy 4.275666 -1.894416) (xy 4.699 -1.894416) 618 | (xy 4.699 -0.73025)) (layer F.SilkS) (width 0.01)) 619 | (fp_poly (pts (xy 6.570121 -1.891927) (xy 6.883743 -1.889125) (xy 7.098068 -0.550333) (xy 7.124596 -0.384502) 620 | (xy 7.150184 -0.224298) (xy 7.174633 -0.070981) (xy 7.197745 0.074191) (xy 7.21932 0.209959) 621 | (xy 7.239159 0.335065) (xy 7.257063 0.448248) (xy 7.272833 0.548251) (xy 7.28627 0.633814) 622 | (xy 7.297175 0.703679) (xy 7.305348 0.756587) (xy 7.310591 0.791278) (xy 7.312704 0.806494) 623 | (xy 7.312738 0.806979) (xy 7.311406 0.813239) (xy 7.305368 0.817912) (xy 7.291956 0.821227) 624 | (xy 7.268505 0.823414) (xy 7.232347 0.824702) (xy 7.180817 0.82532) (xy 7.111248 0.825497) 625 | (xy 7.097218 0.8255) (xy 6.881352 0.8255) (xy 6.868925 0.738188) (xy 6.862578 0.694255) 626 | (xy 6.85409 0.636425) (xy 6.844498 0.571727) (xy 6.834842 0.507189) (xy 6.83337 0.497417) 627 | (xy 6.810244 0.343959) (xy 6.549548 0.34113) (xy 6.288852 0.338302) (xy 6.270899 0.457547) 628 | (xy 6.261189 0.522209) (xy 6.25014 0.596048) (xy 6.23951 0.667299) (xy 6.234869 0.6985) 629 | (xy 6.216792 0.820209) (xy 6.018812 0.823088) (xy 5.956713 0.823663) (xy 5.902592 0.823539) 630 | (xy 5.859723 0.822774) (xy 5.83138 0.821428) (xy 5.82084 0.819559) (xy 5.820833 0.819504) 631 | (xy 5.822471 0.808169) (xy 5.827222 0.77745) (xy 5.834845 0.72886) (xy 5.845098 0.663914) 632 | (xy 5.857738 0.584126) (xy 5.872523 0.491011) (xy 5.88921 0.386082) (xy 5.907559 0.270855) 633 | (xy 5.927326 0.146842) (xy 5.948268 0.015559) (xy 5.95582 -0.03175) (xy 6.343608 -0.03175) 634 | (xy 6.752569 -0.03175) (xy 6.747289 -0.055562) (xy 6.744836 -0.070028) (xy 6.739576 -0.103568) 635 | (xy 6.731789 -0.154317) (xy 6.721757 -0.220409) (xy 6.709761 -0.299979) (xy 6.696082 -0.391161) 636 | (xy 6.681001 -0.49209) (xy 6.664799 -0.6009) (xy 6.647758 -0.715725) (xy 6.645607 -0.73025) 637 | (xy 6.628591 -0.844936) (xy 6.612464 -0.953252) (xy 6.597495 -1.053412) (xy 6.583953 -1.143629) 638 | (xy 6.572109 -1.222118) (xy 6.562232 -1.287093) (xy 6.554591 -1.336766) (xy 6.549457 -1.369353) 639 | (xy 6.547098 -1.383067) (xy 6.546998 -1.383389) (xy 6.544795 -1.374317) (xy 6.540164 -1.347802) 640 | (xy 6.533675 -1.307357) (xy 6.525901 -1.256491) (xy 6.52118 -1.224639) (xy 6.514738 -1.180898) 641 | (xy 6.505602 -1.11914) (xy 6.494206 -1.042281) (xy 6.480982 -0.953239) (xy 6.466364 -0.854931) 642 | (xy 6.450787 -0.750274) (xy 6.434682 -0.642186) (xy 6.420589 -0.547687) (xy 6.343608 -0.03175) 643 | (xy 5.95582 -0.03175) (xy 5.970145 -0.12148) (xy 5.992714 -0.262761) (xy 6.015732 -0.40677) 644 | (xy 6.038958 -0.551992) (xy 6.062148 -0.696913) (xy 6.085062 -0.840019) (xy 6.107456 -0.979796) 645 | (xy 6.129089 -1.114729) (xy 6.149718 -1.243304) (xy 6.169101 -1.364007) (xy 6.186995 -1.475324) 646 | (xy 6.20316 -1.57574) (xy 6.217352 -1.663741) (xy 6.229329 -1.737812) (xy 6.238849 -1.79644) 647 | (xy 6.24567 -1.83811) (xy 6.24955 -1.861308) (xy 6.250302 -1.865468) (xy 6.2565 -1.894729) 648 | (xy 6.570121 -1.891927)) (layer F.SilkS) (width 0.01)) 649 | (fp_poly (pts (xy 9.387416 0.433631) (xy 10.091208 0.439209) (xy 10.094092 0.632354) (xy 10.096977 0.8255) 650 | (xy 8.964083 0.8255) (xy 8.964083 -1.894416) (xy 9.387416 -1.894416) (xy 9.387416 0.433631)) (layer F.SilkS) (width 0.01)) 651 | (fp_poly (pts (xy -6.170235 -8.360634) (xy -6.130755 -8.359729) (xy -6.105836 -8.357655) (xy -6.092177 -8.35395) 652 | (xy -6.086475 -8.348151) (xy -6.085417 -8.340918) (xy -6.087068 -8.328773) (xy -6.091922 -8.296652) 653 | (xy -6.099833 -8.245479) (xy -6.110654 -8.176179) (xy -6.124239 -8.089675) (xy -6.140441 -7.986893) 654 | (xy -6.159113 -7.868755) (xy -6.180108 -7.736187) (xy -6.20328 -7.590113) (xy -6.228482 -7.431456) 655 | (xy -6.255567 -7.261141) (xy -6.28439 -7.080091) (xy -6.314802 -6.889232) (xy -6.346658 -6.689487) 656 | (xy -6.37981 -6.481781) (xy -6.414112 -6.267037) (xy -6.449418 -6.046179) (xy -6.477 -5.87375) 657 | (xy -6.512949 -5.649065) (xy -6.548009 -5.429908) (xy -6.582032 -5.217195) (xy -6.614872 -5.011843) 658 | (xy -6.646383 -4.814768) (xy -6.67642 -4.626886) (xy -6.704834 -4.449113) (xy -6.731481 -4.282366) 659 | (xy -6.756213 -4.127561) (xy -6.778884 -3.985615) (xy -6.799348 -3.857443) (xy -6.817458 -3.743961) 660 | (xy -6.833069 -3.646087) (xy -6.846033 -3.564737) (xy -6.856205 -3.500826) (xy -6.863438 -3.45527) 661 | (xy -6.867585 -3.428988) (xy -6.868584 -3.422456) (xy -6.878643 -3.421236) (xy -6.906721 -3.420164) 662 | (xy -6.949673 -3.419299) (xy -7.00435 -3.4187) (xy -7.067607 -3.418427) (xy -7.083152 -3.418416) 663 | (xy -7.29772 -3.418416) (xy -7.625548 -5.418628) (xy -7.658809 -5.621401) (xy -7.691196 -5.818521) 664 | (xy -7.722541 -6.008978) (xy -7.752675 -6.191762) (xy -7.781431 -6.365862) (xy -7.808639 -6.530267) 665 | (xy -7.834133 -6.683967) (xy -7.857742 -6.825952) (xy -7.8793 -6.95521) (xy -7.898638 -7.070731) 666 | (xy -7.915587 -7.171506) (xy -7.929979 -7.256522) (xy -7.941646 -7.32477) (xy -7.95042 -7.37524) 667 | (xy -7.956132 -7.40692) (xy -7.958614 -7.4188) (xy -7.958667 -7.418865) (xy -7.960949 -7.408601) 668 | (xy -7.96659 -7.378477) (xy -7.975418 -7.329503) (xy -7.987257 -7.262689) (xy -8.001934 -7.179044) 669 | (xy -8.019274 -7.079578) (xy -8.039103 -6.9653) (xy -8.061246 -6.837221) (xy -8.08553 -6.69635) 670 | (xy -8.11178 -6.543696) (xy -8.139822 -6.380269) (xy -8.169481 -6.207079) (xy -8.200583 -6.025136) 671 | (xy -8.232955 -5.83545) (xy -8.266421 -5.639029) (xy -8.300808 -5.436883) (xy -8.303456 -5.421299) 672 | (xy -8.642954 -3.423708) (xy -8.872311 -3.420856) (xy -8.939412 -3.420292) (xy -8.998767 -3.42031) 673 | (xy -9.047333 -3.420867) (xy -9.082068 -3.421919) (xy -9.099929 -3.423422) (xy -9.101667 -3.424157) 674 | (xy -9.10333 -3.435023) (xy -9.108219 -3.465869) (xy -9.116189 -3.515782) (xy -9.127091 -3.583846) 675 | (xy -9.140778 -3.669148) (xy -9.157102 -3.770771) (xy -9.175918 -3.887801) (xy -9.197077 -4.019324) 676 | (xy -9.220432 -4.164424) (xy -9.245836 -4.322187) (xy -9.273141 -4.491698) (xy -9.302201 -4.672042) 677 | (xy -9.332868 -4.862305) (xy -9.364995 -5.061571) (xy -9.398434 -5.268925) (xy -9.433038 -5.483454) 678 | (xy -9.46866 -5.704242) (xy -9.498542 -5.889414) (xy -9.53489 -6.114654) (xy -9.57034 -6.334385) 679 | (xy -9.604746 -6.547693) (xy -9.63796 -6.753663) (xy -9.669835 -6.95138) (xy -9.700224 -7.139929) 680 | (xy -9.72898 -7.318395) (xy -9.755955 -7.485864) (xy -9.781001 -7.641421) (xy -9.803973 -7.784151) 681 | (xy -9.824722 -7.913138) (xy -9.843101 -8.02747) (xy -9.858963 -8.12623) (xy -9.872161 -8.208503) 682 | (xy -9.882547 -8.273376) (xy -9.889974 -8.319933) (xy -9.894295 -8.347259) (xy -9.895417 -8.354675) 683 | (xy -9.885446 -8.356825) (xy -9.857981 -8.358648) (xy -9.816692 -8.360001) (xy -9.765251 -8.360739) 684 | (xy -9.737799 -8.360833) (xy -9.671787 -8.36031) (xy -9.624725 -8.358623) (xy -9.594422 -8.355592) 685 | (xy -9.578684 -8.351039) (xy -9.575356 -8.347604) (xy -9.573198 -8.336031) (xy -9.567773 -8.304538) 686 | (xy -9.559241 -8.254093) (xy -9.547763 -8.185665) (xy -9.533499 -8.100221) (xy -9.516608 -7.998728) 687 | (xy -9.497251 -7.882155) (xy -9.475589 -7.75147) (xy -9.451781 -7.60764) (xy -9.425988 -7.451634) 688 | (xy -9.39837 -7.284419) (xy -9.369087 -7.106962) (xy -9.338299 -6.920233) (xy -9.306167 -6.725198) 689 | (xy -9.272851 -6.522825) (xy -9.238511 -6.314083) (xy -9.206573 -6.119812) (xy -9.171459 -5.906321) 690 | (xy -9.137213 -5.698431) (xy -9.103996 -5.497104) (xy -9.071967 -5.303299) (xy -9.041288 -5.117977) 691 | (xy -9.012118 -4.942099) (xy -8.984619 -4.776624) (xy -8.958949 -4.622513) (xy -8.93527 -4.480725) 692 | (xy -8.913742 -4.352222) (xy -8.894526 -4.237963) (xy -8.877781 -4.138909) (xy -8.863667 -4.05602) 693 | (xy -8.852347 -3.990256) (xy -8.843979 -3.942578) (xy -8.838724 -3.913945) (xy -8.836777 -3.90525) 694 | (xy -8.834563 -3.91554) (xy -8.82917 -3.945768) (xy -8.820754 -3.994968) (xy -8.809473 -4.062176) 695 | (xy -8.795484 -4.146428) (xy -8.778944 -4.246759) (xy -8.76001 -4.362203) (xy -8.738839 -4.491797) 696 | (xy -8.715589 -4.634576) (xy -8.690416 -4.789574) (xy -8.663477 -4.955829) (xy -8.634931 -5.132373) 697 | (xy -8.604933 -5.318244) (xy -8.573641 -5.512477) (xy -8.541212 -5.714106) (xy -8.507803 -5.922168) 698 | (xy -8.47866 -6.103937) (xy -8.444512 -6.316999) (xy -8.411218 -6.524609) (xy -8.378934 -6.72579) 699 | (xy -8.347818 -6.919569) (xy -8.318028 -7.104968) (xy -8.28972 -7.281014) (xy -8.263051 -7.44673) 700 | (xy -8.238179 -7.601141) (xy -8.215262 -7.743271) (xy -8.194456 -7.872145) (xy -8.175919 -7.986788) 701 | (xy -8.159808 -8.086225) (xy -8.14628 -8.169479) (xy -8.135493 -8.235575) (xy -8.127604 -8.283538) 702 | (xy -8.12277 -8.312393) (xy -8.121186 -8.321146) (xy -8.117421 -8.328067) (xy -8.108575 -8.333028) 703 | (xy -8.09158 -8.336348) (xy -8.063372 -8.338346) (xy -8.020882 -8.339343) (xy -7.961044 -8.339657) 704 | (xy -7.943402 -8.339666) (xy -7.770813 -8.339666) (xy -7.765209 -8.310562) (xy -7.763068 -8.297397) 705 | (xy -7.757852 -8.264301) (xy -7.749715 -8.212263) (xy -7.738809 -8.142272) (xy -7.725289 -8.055315) 706 | (xy -7.709306 -7.952382) (xy -7.691015 -7.834461) (xy -7.670568 -7.70254) (xy -7.648118 -7.557608) 707 | (xy -7.623819 -7.400654) (xy -7.597823 -7.232666) (xy -7.570284 -7.054633) (xy -7.541355 -6.867542) 708 | (xy -7.511189 -6.672384) (xy -7.47994 -6.470145) (xy -7.447759 -6.261815) (xy -7.423787 -6.106583) 709 | (xy -7.391055 -5.894761) (xy -7.35913 -5.688495) (xy -7.328166 -5.48876) (xy -7.298317 -5.296533) 710 | (xy -7.269735 -5.112789) (xy -7.242573 -4.938504) (xy -7.216985 -4.774654) (xy -7.193123 -4.622213) 711 | (xy -7.17114 -4.482159) (xy -7.151191 -4.355466) (xy -7.133427 -4.24311) (xy -7.118002 -4.146067) 712 | (xy -7.105068 -4.065313) (xy -7.09478 -4.001823) (xy -7.08729 -3.956573) (xy -7.082751 -3.930539) 713 | (xy -7.081377 -3.924212) (xy -7.079119 -3.933775) (xy -7.073735 -3.963289) (xy -7.065381 -4.011794) 714 | (xy -7.054212 -4.078331) (xy -7.040382 -4.161939) (xy -7.024046 -4.261659) (xy -7.005359 -4.376531) 715 | (xy -6.984474 -4.505595) (xy -6.961548 -4.647891) (xy -6.936735 -4.80246) (xy -6.910188 -4.968341) 716 | (xy -6.882064 -5.144575) (xy -6.852517 -5.330202) (xy -6.8217 -5.524261) (xy -6.78977 -5.725794) 717 | (xy -6.756881 -5.93384) (xy -6.727472 -6.120254) (xy -6.693835 -6.333596) (xy -6.661037 -6.541483) 718 | (xy -6.629233 -6.742942) (xy -6.598577 -6.936996) (xy -6.569223 -7.122672) (xy -6.541328 -7.298994) 719 | (xy -6.515044 -7.464987) (xy -6.490528 -7.619676) (xy -6.467933 -7.762087) (xy -6.447414 -7.891244) 720 | (xy -6.429127 -8.006173) (xy -6.413224 -8.105899) (xy -6.399862 -8.189446) (xy -6.389195 -8.255839) 721 | (xy -6.381378 -8.304105) (xy -6.376565 -8.333268) (xy -6.37495 -8.342312) (xy -6.370767 -8.349842) 722 | (xy -6.360935 -8.355025) (xy -6.342071 -8.358288) (xy -6.310789 -8.360055) (xy -6.263704 -8.360752) 723 | (xy -6.227579 -8.360833) (xy -6.170235 -8.360634)) (layer F.SilkS) (width 0.01)) 724 | (fp_poly (pts (xy -5.249334 -6.0325) (xy -3.71475 -6.0325) (xy -3.71475 -8.360833) (xy -3.386667 -8.360833) 725 | (xy -3.386667 -3.418416) (xy -3.71475 -3.418416) (xy -3.71475 -5.736166) (xy -5.249334 -5.736166) 726 | (xy -5.249334 -3.418416) (xy -5.577417 -3.418416) (xy -5.577417 -8.360833) (xy -5.249334 -8.360833) 727 | (xy -5.249334 -6.0325)) (layer F.SilkS) (width 0.01)) 728 | (fp_poly (pts (xy -2.487084 -3.418416) (xy -2.815167 -3.418416) (xy -2.815167 -8.360833) (xy -2.487084 -8.360833) 729 | (xy -2.487084 -3.418416)) (layer F.SilkS) (width 0.01)) 730 | (fp_poly (pts (xy 0.254 -8.0645) (xy -0.751417 -8.0645) (xy -0.751417 -3.418416) (xy -1.0795 -3.418416) 731 | (xy -1.0795 -8.0645) (xy -2.084917 -8.0645) (xy -2.084917 -8.360833) (xy 0.254 -8.360833) 732 | (xy 0.254 -8.0645)) (layer F.SilkS) (width 0.01)) 733 | (fp_poly (pts (xy 2.624666 -8.0645) (xy 1.005416 -8.0645) (xy 1.005416 -6.074833) (xy 2.3495 -6.074833) 734 | (xy 2.3495 -5.7785) (xy 1.005416 -5.7785) (xy 1.005416 -3.71475) (xy 2.624666 -3.71475) 735 | (xy 2.624666 -3.418416) (xy 0.677333 -3.418416) (xy 0.677333 -8.360833) (xy 2.624666 -8.360833) 736 | (xy 2.624666 -8.0645)) (layer F.SilkS) (width 0.01)) 737 | (fp_poly (pts (xy -7.685689 5.178275) (xy -7.680974 5.208009) (xy -7.67371 5.255111) (xy -7.664167 5.317796) 738 | (xy -7.652614 5.394276) (xy -7.639322 5.482766) (xy -7.624559 5.581479) (xy -7.608597 5.68863) 739 | (xy -7.591703 5.802432) (xy -7.588977 5.820834) (xy -7.571851 5.936273) (xy -7.555531 6.045927) 740 | (xy -7.540296 6.147932) (xy -7.526428 6.24042) (xy -7.514209 6.321527) (xy -7.503919 6.389387) 741 | (xy -7.495839 6.442135) (xy -7.490251 6.477904) (xy -7.487436 6.494829) (xy -7.487295 6.495521) 742 | (xy -7.482014 6.519334) (xy -7.890975 6.519334) (xy -7.813994 6.003396) (xy -7.797784 5.894694) 743 | (xy -7.781724 5.786888) (xy -7.766247 5.682894) (xy -7.751787 5.58563) (xy -7.738777 5.498014) 744 | (xy -7.727651 5.422961) (xy -7.718842 5.363389) (xy -7.713403 5.326444) (xy -7.705156 5.271262) 745 | (xy -7.697875 5.224527) (xy -7.69213 5.18975) (xy -7.688492 5.17044) (xy -7.687586 5.167694) 746 | (xy -7.685689 5.178275)) (layer F.SilkS) (width 0.01)) 747 | (fp_poly (pts (xy 5.518014 5.049363) (xy 5.571033 5.053268) (xy 5.610821 5.060817) (xy 5.641301 5.072862) 748 | (xy 5.666397 5.090254) (xy 5.674232 5.097376) (xy 5.692862 5.11749) (xy 5.707477 5.139799) 749 | (xy 5.718496 5.166974) (xy 5.726339 5.201685) (xy 5.731425 5.246603) (xy 5.734175 5.304397) 750 | (xy 5.735008 5.377737) (xy 5.734343 5.469294) (xy 5.734217 5.479057) (xy 5.733091 5.55861) 751 | (xy 5.731897 5.619977) (xy 5.730336 5.66614) (xy 5.728113 5.700077) (xy 5.724928 5.72477) 752 | (xy 5.720487 5.743198) (xy 5.714491 5.758342) (xy 5.706644 5.773181) (xy 5.70453 5.776892) 753 | (xy 5.669741 5.820727) (xy 5.630995 5.850565) (xy 5.608754 5.862479) (xy 5.586745 5.870672) 754 | (xy 5.559985 5.876041) (xy 5.523493 5.879486) (xy 5.472288 5.881905) (xy 5.45361 5.882554) 755 | (xy 5.323416 5.886889) (xy 5.323416 5.04825) (xy 5.44784 5.04825) (xy 5.518014 5.049363)) (layer F.SilkS) (width 0.01)) 756 | (fp_poly (pts (xy 7.82228 5.048531) (xy 7.866544 5.049732) (xy 7.898358 5.052392) (xy 7.922078 5.057052) 757 | (xy 7.942062 5.06425) (xy 7.959388 5.072779) (xy 7.997786 5.099914) (xy 8.02659 5.138306) 758 | (xy 8.03249 5.149225) (xy 8.059208 5.201143) (xy 8.059208 6.832107) (xy 8.03249 6.884025) 759 | (xy 8.00477 6.926033) (xy 7.969183 6.954978) (xy 7.959388 6.960472) (xy 7.939152 6.970254) 760 | (xy 7.918888 6.97704) (xy 7.894239 6.981368) (xy 7.860847 6.983777) (xy 7.814356 6.984807) 761 | (xy 7.76121 6.985) (xy 7.609416 6.985) (xy 7.609416 5.04825) (xy 7.76121 5.04825) 762 | (xy 7.82228 5.048531)) (layer F.SilkS) (width 0.01)) 763 | ) 764 | 765 | (module LEDs:LED_0603 (layer F.Cu) (tedit 57AE3349) (tstamp 57B1D943) 766 | (at 108.1 94.7) 767 | (descr "LED 0603 smd package") 768 | (tags "LED led 0603 SMD smd SMT smt smdled SMDLED smtled SMTLED") 769 | (path /57AE24CF) 770 | (attr smd) 771 | (fp_text reference D1 (at 0.8 1.2) (layer F.SilkS) 772 | (effects (font (size 0.8 0.8) (thickness 0.12))) 773 | ) 774 | (fp_text value LED (at 0 1.5) (layer F.Fab) hide 775 | (effects (font (size 1 1) (thickness 0.15))) 776 | ) 777 | (fp_line (start -1.1 0.55) (end 0.8 0.55) (layer F.SilkS) (width 0.15)) 778 | (fp_line (start -1.1 -0.55) (end 0.8 -0.55) (layer F.SilkS) (width 0.15)) 779 | (fp_line (start -0.2 0) (end 0.25 0) (layer F.SilkS) (width 0.15)) 780 | (fp_line (start -0.25 -0.25) (end -0.25 0.25) (layer F.SilkS) (width 0.15)) 781 | (fp_line (start -0.25 0) (end 0 -0.25) (layer F.SilkS) (width 0.15)) 782 | (fp_line (start 0 -0.25) (end 0 0.25) (layer F.SilkS) (width 0.15)) 783 | (fp_line (start 0 0.25) (end -0.25 0) (layer F.SilkS) (width 0.15)) 784 | (fp_line (start 1.4 -0.75) (end 1.4 0.75) (layer F.CrtYd) (width 0.05)) 785 | (fp_line (start 1.4 0.75) (end -1.4 0.75) (layer F.CrtYd) (width 0.05)) 786 | (fp_line (start -1.4 0.75) (end -1.4 -0.75) (layer F.CrtYd) (width 0.05)) 787 | (fp_line (start -1.4 -0.75) (end 1.4 -0.75) (layer F.CrtYd) (width 0.05)) 788 | (pad 2 smd rect (at 0.7493 0 180) (size 0.79756 0.79756) (layers F.Cu F.Paste F.Mask) 789 | (net 1 VCC)) 790 | (pad 1 smd rect (at -0.7493 0 180) (size 0.79756 0.79756) (layers F.Cu F.Paste F.Mask) 791 | (net 2 "Net-(D1-Pad1)")) 792 | (model LEDs.3dshapes/LED_0603.wrl 793 | (at (xyz 0 0 0)) 794 | (scale (xyz 1 1 1)) 795 | (rotate (xyz 0 0 180)) 796 | ) 797 | ) 798 | 799 | (module Resistors_SMD:R_0603 (layer F.Cu) (tedit 57AE3353) (tstamp 57B1D953) 800 | (at 105.7 95.3 270) 801 | (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)") 802 | (tags "resistor 0603") 803 | (path /57AE25F7) 804 | (attr smd) 805 | (fp_text reference R1 (at 0.8 -1.5 360) (layer F.SilkS) 806 | (effects (font (size 0.8 0.8) (thickness 0.12))) 807 | ) 808 | (fp_text value R (at 0 1.9 270) (layer F.Fab) hide 809 | (effects (font (size 1 1) (thickness 0.15))) 810 | ) 811 | (fp_line (start -1.3 -0.8) (end 1.3 -0.8) (layer F.CrtYd) (width 0.05)) 812 | (fp_line (start -1.3 0.8) (end 1.3 0.8) (layer F.CrtYd) (width 0.05)) 813 | (fp_line (start -1.3 -0.8) (end -1.3 0.8) (layer F.CrtYd) (width 0.05)) 814 | (fp_line (start 1.3 -0.8) (end 1.3 0.8) (layer F.CrtYd) (width 0.05)) 815 | (fp_line (start 0.5 0.675) (end -0.5 0.675) (layer F.SilkS) (width 0.15)) 816 | (fp_line (start -0.5 -0.675) (end 0.5 -0.675) (layer F.SilkS) (width 0.15)) 817 | (pad 1 smd rect (at -0.75 0 270) (size 0.5 0.9) (layers F.Cu F.Paste F.Mask) 818 | (net 2 "Net-(D1-Pad1)")) 819 | (pad 2 smd rect (at 0.75 0 270) (size 0.5 0.9) (layers F.Cu F.Paste F.Mask) 820 | (net 6 "Net-(Q1-Pad3)")) 821 | (model Resistors_SMD.3dshapes/R_0603.wrl 822 | (at (xyz 0 0 0)) 823 | (scale (xyz 1 1 1)) 824 | (rotate (xyz 0 0 0)) 825 | ) 826 | ) 827 | 828 | (module Resistors_SMD:R_0603 (layer F.Cu) (tedit 57AE332E) (tstamp 57B1D95E) 829 | (at 108.7 98 90) 830 | (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)") 831 | (tags "resistor 0603") 832 | (path /57AE248B) 833 | (attr smd) 834 | (fp_text reference R2 (at -1.9 0 180) (layer F.SilkS) 835 | (effects (font (size 0.8 0.8) (thickness 0.12))) 836 | ) 837 | (fp_text value R (at 0 1.9 90) (layer F.Fab) hide 838 | (effects (font (size 1 1) (thickness 0.15))) 839 | ) 840 | (fp_line (start -1.3 -0.8) (end 1.3 -0.8) (layer F.CrtYd) (width 0.05)) 841 | (fp_line (start -1.3 0.8) (end 1.3 0.8) (layer F.CrtYd) (width 0.05)) 842 | (fp_line (start -1.3 -0.8) (end -1.3 0.8) (layer F.CrtYd) (width 0.05)) 843 | (fp_line (start 1.3 -0.8) (end 1.3 0.8) (layer F.CrtYd) (width 0.05)) 844 | (fp_line (start 0.5 0.675) (end -0.5 0.675) (layer F.SilkS) (width 0.15)) 845 | (fp_line (start -0.5 -0.675) (end 0.5 -0.675) (layer F.SilkS) (width 0.15)) 846 | (pad 1 smd rect (at -0.75 0 90) (size 0.5 0.9) (layers F.Cu F.Paste F.Mask) 847 | (net 5 "Net-(Q1-Pad1)")) 848 | (pad 2 smd rect (at 0.75 0 90) (size 0.5 0.9) (layers F.Cu F.Paste F.Mask) 849 | (net 3 "Net-(P1-Pad1)")) 850 | (model Resistors_SMD.3dshapes/R_0603.wrl 851 | (at (xyz 0 0 0)) 852 | (scale (xyz 1 1 1)) 853 | (rotate (xyz 0 0 0)) 854 | ) 855 | ) 856 | 857 | (gr_arc (start 91 109) (end 91 112) (angle 90) (layer Edge.Cuts) (width 0.15)) 858 | (gr_circle (center 109 91) (end 111 91) (layer Edge.Cuts) (width 0.15)) 859 | (gr_line (start 112 91) (end 112 109) (layer Edge.Cuts) (width 0.15)) 860 | (gr_line (start 91 88) (end 109 88) (layer Edge.Cuts) (width 0.15)) 861 | (gr_line (start 88 109) (end 88 91) (layer Edge.Cuts) (width 0.15)) 862 | (gr_line (start 109 112) (end 91 112) (layer Edge.Cuts) (width 0.15)) 863 | (gr_arc (start 109 109) (end 112 109) (angle 90) (layer Edge.Cuts) (width 0.15)) 864 | (gr_arc (start 109 91) (end 109 88) (angle 90) (layer Edge.Cuts) (width 0.15)) 865 | (gr_arc (start 91 91) (end 88 91) (angle 90) (layer Edge.Cuts) (width 0.15)) 866 | (gr_line (start 88 112) (end 88 88) (layer Dwgs.User) (width 0.2)) 867 | (gr_line (start 112 112) (end 88 112) (layer Dwgs.User) (width 0.2)) 868 | (gr_line (start 112 88) (end 112 112) (layer Dwgs.User) (width 0.2)) 869 | (gr_line (start 88 88) (end 112 88) (layer Dwgs.User) (width 0.2)) 870 | 871 | (segment (start 110.478372 94.7) (end 108.8493 94.7) (width 0.25) (layer F.Cu) (net 1)) 872 | (segment (start 107.3507 94.7) (end 105.85 94.7) (width 0.25) (layer F.Cu) (net 2)) 873 | (segment (start 105.85 94.7) (end 105.7 94.55) (width 0.25) (layer F.Cu) (net 2)) 874 | (segment (start 110.478372 97.24) (end 108.71 97.24) (width 0.25) (layer F.Cu) (net 3)) 875 | (segment (start 108.71 97.24) (end 108.7 97.25) (width 0.25) (layer F.Cu) (net 3)) 876 | (segment (start 110.418372 97.3) (end 110.478372 97.24) (width 0.25) (layer F.Cu) (net 3)) 877 | (segment (start 110.478372 99.78) (end 107.22924 99.78) (width 0.25) (layer F.Cu) (net 4)) 878 | (segment (start 107.22924 99.78) (end 107.15 99.70076) (width 0.25) (layer F.Cu) (net 4)) 879 | (segment (start 108.7 98.75) (end 105.55071 98.75) (width 0.25) (layer F.Cu) (net 5)) 880 | (segment (start 105.25 99.05071) (end 105.25 99.70076) (width 0.25) (layer F.Cu) (net 5)) 881 | (segment (start 105.55071 98.75) (end 105.25 99.05071) (width 0.25) (layer F.Cu) (net 5)) 882 | (segment (start 105.7 96.05) (end 105.7 97.20178) (width 0.25) (layer F.Cu) (net 6)) 883 | (segment (start 105.7 97.20178) (end 106.2 97.70178) (width 0.25) (layer F.Cu) (net 6)) 884 | 885 | (zone (net 4) (net_name GND) (layer F.Cu) (tstamp 0) (hatch edge 0.508) 886 | (connect_pads (clearance 0.3)) 887 | (min_thickness 0.254) 888 | (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) 889 | (polygon 890 | (pts 891 | (xy 110.5 93.9) (xy 104.6 93.9) (xy 98.7 99.8) (xy 98.7 100.7) (xy 98.7 103.8) 892 | (xy 110.5 103.8) 893 | ) 894 | ) 895 | (filled_polygon 896 | (pts 897 | (xy 104.847775 94.133393) (xy 104.814635 94.3) (xy 104.814635 94.8) (xy 104.847775 94.966607) (xy 104.94215 95.10785) 898 | (xy 105.083393 95.202225) (xy 105.25 95.235365) (xy 105.766369 95.235365) (xy 105.85 95.252) (xy 106.547032 95.252) 899 | (xy 106.549695 95.265387) (xy 106.64407 95.40663) (xy 106.785313 95.501005) (xy 106.95192 95.534145) (xy 107.74948 95.534145) 900 | (xy 107.916087 95.501005) (xy 108.05733 95.40663) (xy 108.1 95.342769) (xy 108.14267 95.40663) (xy 108.283913 95.501005) 901 | (xy 108.45052 95.534145) (xy 109.24808 95.534145) (xy 109.414687 95.501005) (xy 109.55593 95.40663) (xy 109.572737 95.381476) 902 | (xy 109.662522 95.51585) (xy 109.803765 95.610225) (xy 109.970372 95.643365) (xy 110.373 95.643365) (xy 110.373 96.296635) 903 | (xy 109.970372 96.296635) (xy 109.803765 96.329775) (xy 109.662522 96.42415) (xy 109.568147 96.565393) (xy 109.543759 96.688) 904 | (xy 109.451639 96.688) (xy 109.316607 96.597775) (xy 109.15 96.564635) (xy 108.25 96.564635) (xy 108.083393 96.597775) 905 | (xy 107.94215 96.69215) (xy 107.847775 96.833393) (xy 107.814635 97) (xy 107.814635 97.5) (xy 107.847775 97.666607) 906 | (xy 107.94215 97.80785) (xy 108.083393 97.902225) (xy 108.25 97.935365) (xy 109.15 97.935365) (xy 109.316607 97.902225) 907 | (xy 109.45785 97.80785) (xy 109.468441 97.792) (xy 109.543759 97.792) (xy 109.568147 97.914607) (xy 109.662522 98.05585) 908 | (xy 109.803765 98.150225) (xy 109.970372 98.183365) (xy 110.373 98.183365) (xy 110.373 98.637) (xy 110.35137 98.637) 909 | (xy 110.35137 98.795748) (xy 110.192622 98.637) (xy 109.844063 98.637) (xy 109.610674 98.733673) (xy 109.585365 98.758982) 910 | (xy 109.585365 98.5) (xy 109.552225 98.333393) (xy 109.45785 98.19215) (xy 109.316607 98.097775) (xy 109.15 98.064635) 911 | (xy 108.25 98.064635) (xy 108.083393 98.097775) (xy 107.94215 98.19215) (xy 107.938241 98.198) (xy 107.016286 98.198) 912 | (xy 107.035415 98.10183) (xy 107.035415 97.30173) (xy 107.002275 97.135123) (xy 106.9079 96.99388) (xy 106.766657 96.899505) 913 | (xy 106.60005 96.866365) (xy 106.252 96.866365) (xy 106.252 96.715076) (xy 106.316607 96.702225) (xy 106.45785 96.60785) 914 | (xy 106.552225 96.466607) (xy 106.585365 96.3) (xy 106.585365 95.8) (xy 106.552225 95.633393) (xy 106.45785 95.49215) 915 | (xy 106.316607 95.397775) (xy 106.15 95.364635) (xy 105.25 95.364635) (xy 105.083393 95.397775) (xy 104.94215 95.49215) 916 | (xy 104.847775 95.633393) (xy 104.814635 95.8) (xy 104.814635 96.3) (xy 104.847775 96.466607) (xy 104.94215 96.60785) 917 | (xy 105.083393 96.702225) (xy 105.148 96.715076) (xy 105.148 97.20178) (xy 105.190018 97.413022) (xy 105.309677 97.592103) 918 | (xy 105.364585 97.647011) (xy 105.364585 98.10183) (xy 105.39007 98.229953) (xy 105.339468 98.240018) (xy 105.160387 98.359677) 919 | (xy 104.859677 98.660387) (xy 104.740018 98.839468) (xy 104.740018 98.839469) (xy 104.73013 98.889178) (xy 104.683343 98.898485) 920 | (xy 104.5421 98.99286) (xy 104.447725 99.134103) (xy 104.414585 99.30071) (xy 104.414585 100.10081) (xy 104.447725 100.267417) 921 | (xy 104.5421 100.40866) (xy 104.683343 100.503035) (xy 104.84995 100.536175) (xy 105.65005 100.536175) (xy 105.816657 100.503035) 922 | (xy 105.9579 100.40866) (xy 106.052275 100.267417) (xy 106.085415 100.10081) (xy 106.085415 99.98651) (xy 106.11495 99.98651) 923 | (xy 106.11495 100.22712) (xy 106.211623 100.460509) (xy 106.390252 100.639137) (xy 106.623641 100.73581) (xy 106.86425 100.73581) 924 | (xy 107.023 100.57706) (xy 107.023 99.82776) (xy 107.277 99.82776) (xy 107.277 100.57706) (xy 107.43575 100.73581) 925 | (xy 107.676359 100.73581) (xy 107.909748 100.639137) (xy 108.088377 100.460509) (xy 108.18505 100.22712) (xy 108.18505 99.98651) 926 | (xy 108.0263 99.82776) (xy 107.277 99.82776) (xy 107.023 99.82776) (xy 106.2737 99.82776) (xy 106.11495 99.98651) 927 | (xy 106.085415 99.98651) (xy 106.085415 99.302) (xy 106.11495 99.302) (xy 106.11495 99.41501) (xy 106.2737 99.57376) 928 | (xy 107.023 99.57376) (xy 107.023 99.55376) (xy 107.277 99.55376) (xy 107.277 99.57376) (xy 108.0263 99.57376) 929 | (xy 108.178848 99.421212) (xy 108.25 99.435365) (xy 109.15 99.435365) (xy 109.316607 99.402225) (xy 109.335372 99.389687) 930 | (xy 109.335372 99.49425) (xy 109.494122 99.653) (xy 110.351372 99.653) (xy 110.351372 99.633) (xy 110.373 99.633) 931 | (xy 110.373 99.927) (xy 110.351372 99.927) (xy 110.351372 99.907) (xy 109.494122 99.907) (xy 109.335372 100.06575) 932 | (xy 109.335372 100.41431) (xy 109.432045 100.647699) (xy 109.610674 100.826327) (xy 109.844063 100.923) (xy 110.192622 100.923) 933 | (xy 110.35137 100.764252) (xy 110.35137 100.923) (xy 110.373 100.923) (xy 110.373 103.673) (xy 98.827 103.673) 934 | (xy 98.827 99.852606) (xy 104.652606 94.027) (xy 104.918864 94.027) 935 | ) 936 | ) 937 | ) 938 | ) 939 | -------------------------------------------------------------------------------- /White - 1.6mm ALU/White - 1.6mm ALU.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/White - 1.6mm ALU/White - 1.6mm ALU.sch") 4 | (date "Friday, 12 August 2016 'pmt' 22:31:02") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "White - 1.6mm ALU.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0603) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0603) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0603) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical conn) 111 | (uri "/Library/Application Support/kicad/library/conn.lib")) 112 | (library (logical transistors) 113 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 114 | (library (logical device) 115 | (uri "/Library/Application Support/kicad/library/device.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /White - 1.6mm ALU/White - 1.6mm ALU.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /White - 1.6mm ALU/White - 1.6mm ALU.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:White - 1.6mm ALU-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L R R2 48 | U 1 1 57AE248B 49 | P 4250 3300 50 | F 0 "R2" V 4043 3300 50 0000 C CNN 51 | F 1 "R" V 4134 3300 50 0000 C CNN 52 | F 2 "Resistors_SMD:R_0603" V 4180 3300 50 0001 C CNN 53 | F 3 "" H 4250 3300 50 0000 C CNN 54 | 1 4250 3300 55 | 0 1 1 0 56 | $EndComp 57 | $Comp 58 | L LED D1 59 | U 1 1 57AE24CF 60 | P 4900 2250 61 | F 0 "D1" V 4946 2142 50 0000 R CNN 62 | F 1 "LED" V 4855 2142 50 0000 R CNN 63 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 64 | F 3 "" H 4900 2250 50 0000 C CNN 65 | 1 4900 2250 66 | 0 -1 -1 0 67 | $EndComp 68 | $Comp 69 | L BC817-40 Q1 70 | U 1 1 57AE2531 71 | P 4800 3300 72 | F 0 "Q1" H 4991 3391 50 0000 L CNN 73 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 74 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 75 | F 3 "" H 4800 3300 50 0000 L CNN 76 | 1 4800 3300 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L VCC #PWR01 81 | U 1 1 57AE25BD 82 | P 4900 1900 83 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 84 | F 1 "VCC" H 4917 2073 50 0000 C CNN 85 | F 2 "" H 4900 1900 50 0000 C CNN 86 | F 3 "" H 4900 1900 50 0000 C CNN 87 | 1 4900 1900 88 | 1 0 0 -1 89 | $EndComp 90 | $Comp 91 | L GND #PWR02 92 | U 1 1 57AE25DA 93 | P 4900 3700 94 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 95 | F 1 "GND" H 4905 3527 50 0000 C CNN 96 | F 2 "" H 4900 3700 50 0000 C CNN 97 | F 3 "" H 4900 3700 50 0000 C CNN 98 | 1 4900 3700 99 | 1 0 0 -1 100 | $EndComp 101 | $Comp 102 | L R R1 103 | U 1 1 57AE25F7 104 | P 4900 2800 105 | F 0 "R1" H 4970 2846 50 0000 L CNN 106 | F 1 "R" H 4970 2755 50 0000 L CNN 107 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 108 | F 3 "" H 4900 2800 50 0000 C CNN 109 | 1 4900 2800 110 | 1 0 0 -1 111 | $EndComp 112 | Wire Wire Line 113 | 4900 1900 4900 2050 114 | Wire Wire Line 115 | 4900 2450 4900 2650 116 | Wire Wire Line 117 | 4900 2950 4900 3100 118 | Wire Wire Line 119 | 4900 3500 4900 3700 120 | Wire Wire Line 121 | 4600 3300 4400 3300 122 | $Comp 123 | L CONN_01X01 P1 124 | U 1 1 57AE27F8 125 | P 3600 3300 126 | F 0 "P1" H 3519 3075 50 0000 C CNN 127 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 128 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 129 | F 3 "" H 3600 3300 50 0000 C CNN 130 | 1 3600 3300 131 | -1 0 0 1 132 | $EndComp 133 | Wire Wire Line 134 | 3800 3300 4100 3300 135 | $Comp 136 | L CONN_01X01 P2 137 | U 1 1 57AE2A64 138 | P 3600 2250 139 | F 0 "P2" H 3519 2025 50 0000 C CNN 140 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 141 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 142 | F 3 "" H 3600 2250 50 0000 C CNN 143 | 1 3600 2250 144 | -1 0 0 1 145 | $EndComp 146 | $Comp 147 | L CONN_01X01 P3 148 | U 1 1 57AE2ABA 149 | P 3600 3550 150 | F 0 "P3" H 3519 3325 50 0000 C CNN 151 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 152 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 153 | F 3 "" H 3600 3550 50 0000 C CNN 154 | 1 3600 3550 155 | -1 0 0 1 156 | $EndComp 157 | $Comp 158 | L GND #PWR03 159 | U 1 1 57AE2BF2 160 | P 3900 3700 161 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 162 | F 1 "GND" H 3905 3527 50 0000 C CNN 163 | F 2 "" H 3900 3700 50 0000 C CNN 164 | F 3 "" H 3900 3700 50 0000 C CNN 165 | 1 3900 3700 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L VCC #PWR04 170 | U 1 1 57AE2C12 171 | P 4000 1900 172 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 173 | F 1 "VCC" H 4017 2073 50 0000 C CNN 174 | F 2 "" H 4000 1900 50 0000 C CNN 175 | F 3 "" H 4000 1900 50 0000 C CNN 176 | 1 4000 1900 177 | 1 0 0 -1 178 | $EndComp 179 | Wire Wire Line 180 | 4000 1900 4000 2250 181 | Wire Wire Line 182 | 4000 2250 3800 2250 183 | Wire Wire Line 184 | 3800 3550 3900 3550 185 | Wire Wire Line 186 | 3900 3550 3900 3700 187 | $EndSCHEMATC 188 | -------------------------------------------------------------------------------- /White - 2.0mm/White - 2.0mm-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # BC817-40 5 | # 6 | DEF BC817-40 Q 0 0 Y Y 1 F N 7 | F0 "Q" 200 75 50 H V L CNN 8 | F1 "BC817-40" 200 0 50 H V L CNN 9 | F2 "SOT-23" 200 -75 50 H V L CIN 10 | F3 "" 0 0 50 H V L CNN 11 | ALIAS BC818-40 12 | $FPLIST 13 | SOT-23* 14 | $ENDFPLIST 15 | DRAW 16 | C 50 0 111 0 1 10 N 17 | P 2 0 1 0 0 0 25 0 N 18 | P 2 0 1 0 100 100 25 25 N 19 | P 3 0 1 0 25 -25 100 -100 100 -100 N 20 | P 3 0 1 20 25 75 25 -75 25 -75 N 21 | P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F 22 | X B 1 -200 0 200 R 50 50 1 1 I 23 | X E 2 100 -200 100 U 50 50 1 1 P 24 | X C 3 100 200 100 D 50 50 1 1 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # CONN_01X01 29 | # 30 | DEF CONN_01X01 P 0 40 Y N 1 F N 31 | F0 "P" 0 100 50 H V C CNN 32 | F1 "CONN_01X01" 100 0 50 V V C CNN 33 | F2 "" 0 0 50 H V C CNN 34 | F3 "" 0 0 50 H V C CNN 35 | $FPLIST 36 | Pin_Header_Straight_1X01 37 | Pin_Header_Angled_1X01 38 | Socket_Strip_Straight_1X01 39 | Socket_Strip_Angled_1X01 40 | $ENDFPLIST 41 | DRAW 42 | S -50 5 10 -5 0 1 0 N 43 | S -50 50 50 -50 0 1 0 N 44 | X P1 1 -200 0 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # GND 49 | # 50 | DEF GND #PWR 0 0 Y Y 1 F P 51 | F0 "#PWR" 0 -250 50 H I C CNN 52 | F1 "GND" 0 -150 50 H V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | DRAW 56 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 57 | X GND 1 0 0 0 D 50 50 1 1 W N 58 | ENDDRAW 59 | ENDDEF 60 | # 61 | # LED 62 | # 63 | DEF LED D 0 40 Y N 1 F N 64 | F0 "D" 0 100 50 H V C CNN 65 | F1 "LED" 0 -100 50 H V C CNN 66 | F2 "" 0 0 50 H V C CNN 67 | F3 "" 0 0 50 H V C CNN 68 | $FPLIST 69 | LED-* 70 | LED_* 71 | $ENDFPLIST 72 | DRAW 73 | P 2 0 1 0 -50 50 -50 -50 N 74 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 75 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 76 | P 3 0 1 0 50 50 -50 0 50 -50 F 77 | X K 1 -200 0 150 R 40 40 1 1 P 78 | X A 2 200 0 150 L 40 40 1 1 P 79 | ENDDRAW 80 | ENDDEF 81 | # 82 | # R 83 | # 84 | DEF R R 0 0 N Y 1 F N 85 | F0 "R" 80 0 50 V V C CNN 86 | F1 "R" 0 0 50 V V C CNN 87 | F2 "" -70 0 50 V V C CNN 88 | F3 "" 0 0 50 H V C CNN 89 | $FPLIST 90 | R_* 91 | Resistor_* 92 | $ENDFPLIST 93 | DRAW 94 | S -40 -100 40 100 0 1 10 N 95 | X ~ 1 0 150 50 D 50 50 1 1 P 96 | X ~ 2 0 -150 50 U 50 50 1 1 P 97 | ENDDRAW 98 | ENDDEF 99 | # 100 | # VCC 101 | # 102 | DEF VCC #PWR 0 0 Y Y 1 F P 103 | F0 "#PWR" 0 -150 50 H I C CNN 104 | F1 "VCC" 0 150 50 H V C CNN 105 | F2 "" 0 0 50 H V C CNN 106 | F3 "" 0 0 50 H V C CNN 107 | DRAW 108 | C 0 75 25 0 1 0 N 109 | P 2 0 1 0 0 0 0 50 N 110 | X VCC 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | #End Library 115 | -------------------------------------------------------------------------------- /White - 2.0mm/White - 2.0mm.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/White - 2.0mm/White - 2.0mm.sch") 4 | (date "Friday, 12 August 2016 'pmt' 22:51:35") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "White - 2.0mm.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref R2) 19 | (value R) 20 | (footprint Resistors_SMD:R_0603) 21 | (libsource (lib device) (part R)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE248B)) 24 | (comp (ref D1) 25 | (value LED) 26 | (footprint LEDs:LED_0603) 27 | (libsource (lib device) (part LED)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE24CF)) 30 | (comp (ref Q1) 31 | (value BC817-40) 32 | (footprint TO_SOT_Packages_SMD:SOT-23) 33 | (libsource (lib transistors) (part BC817-40)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2531)) 36 | (comp (ref R1) 37 | (value R) 38 | (footprint Resistors_SMD:R_0603) 39 | (libsource (lib device) (part R)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE25F7)) 42 | (comp (ref P1) 43 | (value CONN_01X01) 44 | (footprint Connectors:Small_SMD_Proto_Pad) 45 | (libsource (lib conn) (part CONN_01X01)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 57AE27F8)) 48 | (comp (ref P2) 49 | (value CONN_01X01) 50 | (footprint Connectors:Small_SMD_Proto_Pad) 51 | (libsource (lib conn) (part CONN_01X01)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 57AE2A64)) 54 | (comp (ref P3) 55 | (value CONN_01X01) 56 | (footprint Connectors:Small_SMD_Proto_Pad) 57 | (libsource (lib conn) (part CONN_01X01)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 57AE2ABA))) 60 | (libparts 61 | (libpart (lib transistors) (part BC817-40) 62 | (aliases 63 | (alias BC818-40)) 64 | (description "45V Vce, 0.8A Ic, NPN, SOT-23") 65 | (docs http://www.fairchildsemi.com/ds/BC/BC817.pdf) 66 | (footprints 67 | (fp SOT-23*)) 68 | (fields 69 | (field (name Reference) Q) 70 | (field (name Value) BC817-40) 71 | (field (name Footprint) SOT-23)) 72 | (pins 73 | (pin (num 1) (name B) (type input)) 74 | (pin (num 2) (name E) (type passive)) 75 | (pin (num 3) (name C) (type passive)))) 76 | (libpart (lib conn) (part CONN_01X01) 77 | (description "Connector, single row, 01x01") 78 | (footprints 79 | (fp Pin_Header_Straight_1X01) 80 | (fp Pin_Header_Angled_1X01) 81 | (fp Socket_Strip_Straight_1X01) 82 | (fp Socket_Strip_Angled_1X01)) 83 | (fields 84 | (field (name Reference) P) 85 | (field (name Value) CONN_01X01)) 86 | (pins 87 | (pin (num 1) (name P1) (type passive)))) 88 | (libpart (lib device) (part LED) 89 | (footprints 90 | (fp LED-*) 91 | (fp LED_*)) 92 | (fields 93 | (field (name Reference) D) 94 | (field (name Value) LED)) 95 | (pins 96 | (pin (num 1) (name K) (type passive)) 97 | (pin (num 2) (name A) (type passive)))) 98 | (libpart (lib device) (part R) 99 | (description Resistor) 100 | (footprints 101 | (fp R_*) 102 | (fp Resistor_*)) 103 | (fields 104 | (field (name Reference) R) 105 | (field (name Value) R)) 106 | (pins 107 | (pin (num 1) (name ~) (type passive)) 108 | (pin (num 2) (name ~) (type passive))))) 109 | (libraries 110 | (library (logical device) 111 | (uri "/Library/Application Support/kicad/library/device.lib")) 112 | (library (logical transistors) 113 | (uri "/Library/Application Support/kicad/library/transistors.lib")) 114 | (library (logical conn) 115 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 116 | (nets 117 | (net (code 1) (name GND) 118 | (node (ref P3) (pin 1)) 119 | (node (ref Q1) (pin 2))) 120 | (net (code 2) (name VCC) 121 | (node (ref D1) (pin 2)) 122 | (node (ref P2) (pin 1))) 123 | (net (code 3) (name "Net-(P1-Pad1)") 124 | (node (ref R2) (pin 2)) 125 | (node (ref P1) (pin 1))) 126 | (net (code 4) (name "Net-(Q1-Pad1)") 127 | (node (ref R2) (pin 1)) 128 | (node (ref Q1) (pin 1))) 129 | (net (code 5) (name "Net-(Q1-Pad3)") 130 | (node (ref Q1) (pin 3)) 131 | (node (ref R1) (pin 2))) 132 | (net (code 6) (name "Net-(D1-Pad1)") 133 | (node (ref R1) (pin 1)) 134 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /White - 2.0mm/White - 2.0mm.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /White - 2.0mm/White - 2.0mm.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:White - 2.0mm-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L R R2 48 | U 1 1 57AE248B 49 | P 4250 3300 50 | F 0 "R2" V 4043 3300 50 0000 C CNN 51 | F 1 "R" V 4134 3300 50 0000 C CNN 52 | F 2 "Resistors_SMD:R_0603" V 4180 3300 50 0001 C CNN 53 | F 3 "" H 4250 3300 50 0000 C CNN 54 | 1 4250 3300 55 | 0 1 1 0 56 | $EndComp 57 | $Comp 58 | L LED D1 59 | U 1 1 57AE24CF 60 | P 4900 2250 61 | F 0 "D1" V 4946 2142 50 0000 R CNN 62 | F 1 "LED" V 4855 2142 50 0000 R CNN 63 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 64 | F 3 "" H 4900 2250 50 0000 C CNN 65 | 1 4900 2250 66 | 0 -1 -1 0 67 | $EndComp 68 | $Comp 69 | L BC817-40 Q1 70 | U 1 1 57AE2531 71 | P 4800 3300 72 | F 0 "Q1" H 4991 3391 50 0000 L CNN 73 | F 1 "BC817-40" H 4991 3300 50 0000 L CNN 74 | F 2 "TO_SOT_Packages_SMD:SOT-23" H 4991 3209 50 0000 L CIN 75 | F 3 "" H 4800 3300 50 0000 L CNN 76 | 1 4800 3300 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L VCC #PWR01 81 | U 1 1 57AE25BD 82 | P 4900 1900 83 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 84 | F 1 "VCC" H 4917 2073 50 0000 C CNN 85 | F 2 "" H 4900 1900 50 0000 C CNN 86 | F 3 "" H 4900 1900 50 0000 C CNN 87 | 1 4900 1900 88 | 1 0 0 -1 89 | $EndComp 90 | $Comp 91 | L GND #PWR02 92 | U 1 1 57AE25DA 93 | P 4900 3700 94 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 95 | F 1 "GND" H 4905 3527 50 0000 C CNN 96 | F 2 "" H 4900 3700 50 0000 C CNN 97 | F 3 "" H 4900 3700 50 0000 C CNN 98 | 1 4900 3700 99 | 1 0 0 -1 100 | $EndComp 101 | $Comp 102 | L R R1 103 | U 1 1 57AE25F7 104 | P 4900 2800 105 | F 0 "R1" H 4970 2846 50 0000 L CNN 106 | F 1 "R" H 4970 2755 50 0000 L CNN 107 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 108 | F 3 "" H 4900 2800 50 0000 C CNN 109 | 1 4900 2800 110 | 1 0 0 -1 111 | $EndComp 112 | Wire Wire Line 113 | 4900 1900 4900 2050 114 | Wire Wire Line 115 | 4900 2450 4900 2650 116 | Wire Wire Line 117 | 4900 2950 4900 3100 118 | Wire Wire Line 119 | 4900 3500 4900 3700 120 | Wire Wire Line 121 | 4600 3300 4400 3300 122 | $Comp 123 | L CONN_01X01 P1 124 | U 1 1 57AE27F8 125 | P 3600 3300 126 | F 0 "P1" H 3519 3075 50 0000 C CNN 127 | F 1 "CONN_01X01" H 3519 3166 50 0000 C CNN 128 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3300 50 0001 C CNN 129 | F 3 "" H 3600 3300 50 0000 C CNN 130 | 1 3600 3300 131 | -1 0 0 1 132 | $EndComp 133 | Wire Wire Line 134 | 3800 3300 4100 3300 135 | $Comp 136 | L CONN_01X01 P2 137 | U 1 1 57AE2A64 138 | P 3600 2250 139 | F 0 "P2" H 3519 2025 50 0000 C CNN 140 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 141 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 142 | F 3 "" H 3600 2250 50 0000 C CNN 143 | 1 3600 2250 144 | -1 0 0 1 145 | $EndComp 146 | $Comp 147 | L CONN_01X01 P3 148 | U 1 1 57AE2ABA 149 | P 3600 3550 150 | F 0 "P3" H 3519 3325 50 0000 C CNN 151 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 152 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 153 | F 3 "" H 3600 3550 50 0000 C CNN 154 | 1 3600 3550 155 | -1 0 0 1 156 | $EndComp 157 | $Comp 158 | L GND #PWR03 159 | U 1 1 57AE2BF2 160 | P 3900 3700 161 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 162 | F 1 "GND" H 3905 3527 50 0000 C CNN 163 | F 2 "" H 3900 3700 50 0000 C CNN 164 | F 3 "" H 3900 3700 50 0000 C CNN 165 | 1 3900 3700 166 | 1 0 0 -1 167 | $EndComp 168 | $Comp 169 | L VCC #PWR04 170 | U 1 1 57AE2C12 171 | P 4000 1900 172 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 173 | F 1 "VCC" H 4017 2073 50 0000 C CNN 174 | F 2 "" H 4000 1900 50 0000 C CNN 175 | F 3 "" H 4000 1900 50 0000 C CNN 176 | 1 4000 1900 177 | 1 0 0 -1 178 | $EndComp 179 | Wire Wire Line 180 | 4000 1900 4000 2250 181 | Wire Wire Line 182 | 4000 2250 3800 2250 183 | Wire Wire Line 184 | 3800 3550 3900 3550 185 | Wire Wire Line 186 | 3900 3550 3900 3700 187 | $EndSCHEMATC 188 | -------------------------------------------------------------------------------- /Yellow - 0.8mm/Yellow - 0.8mm-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # CONN_01X01 5 | # 6 | DEF CONN_01X01 P 0 40 Y N 1 F N 7 | F0 "P" 0 100 50 H V C CNN 8 | F1 "CONN_01X01" 100 0 50 V V C CNN 9 | F2 "" 0 0 50 H V C CNN 10 | F3 "" 0 0 50 H V C CNN 11 | $FPLIST 12 | Pin_Header_Straight_1X01 13 | Pin_Header_Angled_1X01 14 | Socket_Strip_Straight_1X01 15 | Socket_Strip_Angled_1X01 16 | $ENDFPLIST 17 | DRAW 18 | S -50 5 10 -5 0 1 0 N 19 | S -50 50 50 -50 0 1 0 N 20 | X P1 1 -200 0 150 R 50 50 1 1 P 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | # GND 25 | # 26 | DEF GND #PWR 0 0 Y Y 1 F P 27 | F0 "#PWR" 0 -250 50 H I C CNN 28 | F1 "GND" 0 -150 50 H V C CNN 29 | F2 "" 0 0 50 H V C CNN 30 | F3 "" 0 0 50 H V C CNN 31 | DRAW 32 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 33 | X GND 1 0 0 0 D 50 50 1 1 W N 34 | ENDDRAW 35 | ENDDEF 36 | # 37 | # LED 38 | # 39 | DEF LED D 0 40 Y N 1 F N 40 | F0 "D" 0 100 50 H V C CNN 41 | F1 "LED" 0 -100 50 H V C CNN 42 | F2 "" 0 0 50 H V C CNN 43 | F3 "" 0 0 50 H V C CNN 44 | $FPLIST 45 | LED-* 46 | LED_* 47 | $ENDFPLIST 48 | DRAW 49 | P 2 0 1 0 -50 50 -50 -50 N 50 | P 3 0 1 0 -80 -25 -125 -65 -120 -40 N 51 | P 3 0 1 0 -65 -40 -110 -80 -105 -55 N 52 | P 3 0 1 0 50 50 -50 0 50 -50 F 53 | X K 1 -200 0 150 R 40 40 1 1 P 54 | X A 2 200 0 150 L 40 40 1 1 P 55 | ENDDRAW 56 | ENDDEF 57 | # 58 | # R 59 | # 60 | DEF R R 0 0 N Y 1 F N 61 | F0 "R" 80 0 50 V V C CNN 62 | F1 "R" 0 0 50 V V C CNN 63 | F2 "" -70 0 50 V V C CNN 64 | F3 "" 0 0 50 H V C CNN 65 | $FPLIST 66 | R_* 67 | Resistor_* 68 | $ENDFPLIST 69 | DRAW 70 | S -40 -100 40 100 0 1 10 N 71 | X ~ 1 0 150 50 D 50 50 1 1 P 72 | X ~ 2 0 -150 50 U 50 50 1 1 P 73 | ENDDRAW 74 | ENDDEF 75 | # 76 | # VCC 77 | # 78 | DEF VCC #PWR 0 0 Y Y 1 F P 79 | F0 "#PWR" 0 -150 50 H I C CNN 80 | F1 "VCC" 0 150 50 H V C CNN 81 | F2 "" 0 0 50 H V C CNN 82 | F3 "" 0 0 50 H V C CNN 83 | DRAW 84 | C 0 75 25 0 1 0 N 85 | P 2 0 1 0 0 0 0 50 N 86 | X VCC 1 0 0 0 U 50 50 1 1 W N 87 | ENDDRAW 88 | ENDDEF 89 | # 90 | #End Library 91 | -------------------------------------------------------------------------------- /Yellow - 0.8mm/Yellow - 0.8mm.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source "/Users/tf/ownCloud/hackmeister.dk/Projects/PCB Samples/Yellow - 0.8mm/Yellow - 0.8mm.sch") 4 | (date "Friday, 12 August 2016 'pmt' 23:00:53") 5 | (tool "Eeschema (2016-05-05 BZR 6775)-product") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title) 9 | (company) 10 | (rev) 11 | (date) 12 | (source "Yellow - 0.8mm.sch") 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref D1) 19 | (value LED) 20 | (footprint LEDs:LED_0603) 21 | (libsource (lib device) (part LED)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 57AE24CF)) 24 | (comp (ref R1) 25 | (value R) 26 | (footprint Resistors_SMD:R_0603) 27 | (libsource (lib device) (part R)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 57AE25F7)) 30 | (comp (ref P1) 31 | (value CONN_01X01) 32 | (footprint Connectors:Small_SMD_Proto_Pad) 33 | (libsource (lib conn) (part CONN_01X01)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 57AE2A64)) 36 | (comp (ref P2) 37 | (value CONN_01X01) 38 | (footprint Connectors:Small_SMD_Proto_Pad) 39 | (libsource (lib conn) (part CONN_01X01)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 57AE2ABA))) 42 | (libparts 43 | (libpart (lib conn) (part CONN_01X01) 44 | (description "Connector, single row, 01x01") 45 | (footprints 46 | (fp Pin_Header_Straight_1X01) 47 | (fp Pin_Header_Angled_1X01) 48 | (fp Socket_Strip_Straight_1X01) 49 | (fp Socket_Strip_Angled_1X01)) 50 | (fields 51 | (field (name Reference) P) 52 | (field (name Value) CONN_01X01)) 53 | (pins 54 | (pin (num 1) (name P1) (type passive)))) 55 | (libpart (lib device) (part LED) 56 | (footprints 57 | (fp LED-*) 58 | (fp LED_*)) 59 | (fields 60 | (field (name Reference) D) 61 | (field (name Value) LED)) 62 | (pins 63 | (pin (num 1) (name K) (type passive)) 64 | (pin (num 2) (name A) (type passive)))) 65 | (libpart (lib device) (part R) 66 | (description Resistor) 67 | (footprints 68 | (fp R_*) 69 | (fp Resistor_*)) 70 | (fields 71 | (field (name Reference) R) 72 | (field (name Value) R)) 73 | (pins 74 | (pin (num 1) (name ~) (type passive)) 75 | (pin (num 2) (name ~) (type passive))))) 76 | (libraries 77 | (library (logical device) 78 | (uri "/Library/Application Support/kicad/library/device.lib")) 79 | (library (logical conn) 80 | (uri "/Library/Application Support/kicad/library/conn.lib"))) 81 | (nets 82 | (net (code 1) (name GND) 83 | (node (ref R1) (pin 2)) 84 | (node (ref P2) (pin 1))) 85 | (net (code 2) (name VCC) 86 | (node (ref P1) (pin 1)) 87 | (node (ref D1) (pin 2))) 88 | (net (code 3) (name "Net-(D1-Pad1)") 89 | (node (ref R1) (pin 1)) 90 | (node (ref D1) (pin 1))))) -------------------------------------------------------------------------------- /Yellow - 0.8mm/Yellow - 0.8mm.pro: -------------------------------------------------------------------------------- 1 | update=Friday, 29 July 2016 'pmt' 21:47:43 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir= 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | [general] 60 | version=1 61 | -------------------------------------------------------------------------------- /Yellow - 0.8mm/Yellow - 0.8mm.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 2 2 | LIBS:power 3 | LIBS:device 4 | LIBS:transistors 5 | LIBS:conn 6 | LIBS:linear 7 | LIBS:regul 8 | LIBS:74xx 9 | LIBS:cmos4000 10 | LIBS:adc-dac 11 | LIBS:memory 12 | LIBS:xilinx 13 | LIBS:microcontrollers 14 | LIBS:dsp 15 | LIBS:microchip 16 | LIBS:analog_switches 17 | LIBS:motorola 18 | LIBS:texas 19 | LIBS:intel 20 | LIBS:audio 21 | LIBS:interface 22 | LIBS:digital-audio 23 | LIBS:philips 24 | LIBS:display 25 | LIBS:cypress 26 | LIBS:siliconi 27 | LIBS:opto 28 | LIBS:atmel 29 | LIBS:contrib 30 | LIBS:valves 31 | LIBS:Yellow - 0.8mm-cache 32 | EELAYER 25 0 33 | EELAYER END 34 | $Descr A4 11693 8268 35 | encoding utf-8 36 | Sheet 1 1 37 | Title "" 38 | Date "" 39 | Rev "" 40 | Comp "" 41 | Comment1 "" 42 | Comment2 "" 43 | Comment3 "" 44 | Comment4 "" 45 | $EndDescr 46 | $Comp 47 | L LED D1 48 | U 1 1 57AE24CF 49 | P 4900 2250 50 | F 0 "D1" V 4946 2142 50 0000 R CNN 51 | F 1 "LED" V 4855 2142 50 0000 R CNN 52 | F 2 "LEDs:LED_0603" H 4900 2250 50 0001 C CNN 53 | F 3 "" H 4900 2250 50 0000 C CNN 54 | 1 4900 2250 55 | 0 -1 -1 0 56 | $EndComp 57 | $Comp 58 | L VCC #PWR01 59 | U 1 1 57AE25BD 60 | P 4900 1900 61 | F 0 "#PWR01" H 4900 1750 50 0001 C CNN 62 | F 1 "VCC" H 4917 2073 50 0000 C CNN 63 | F 2 "" H 4900 1900 50 0000 C CNN 64 | F 3 "" H 4900 1900 50 0000 C CNN 65 | 1 4900 1900 66 | 1 0 0 -1 67 | $EndComp 68 | $Comp 69 | L GND #PWR02 70 | U 1 1 57AE25DA 71 | P 4900 3700 72 | F 0 "#PWR02" H 4900 3450 50 0001 C CNN 73 | F 1 "GND" H 4905 3527 50 0000 C CNN 74 | F 2 "" H 4900 3700 50 0000 C CNN 75 | F 3 "" H 4900 3700 50 0000 C CNN 76 | 1 4900 3700 77 | 1 0 0 -1 78 | $EndComp 79 | $Comp 80 | L R R1 81 | U 1 1 57AE25F7 82 | P 4900 2800 83 | F 0 "R1" H 4970 2846 50 0000 L CNN 84 | F 1 "R" H 4970 2755 50 0000 L CNN 85 | F 2 "Resistors_SMD:R_0603" V 4830 2800 50 0001 C CNN 86 | F 3 "" H 4900 2800 50 0000 C CNN 87 | 1 4900 2800 88 | 1 0 0 -1 89 | $EndComp 90 | Wire Wire Line 91 | 4900 1900 4900 2050 92 | Wire Wire Line 93 | 4900 2450 4900 2650 94 | Wire Wire Line 95 | 4900 2950 4900 3700 96 | $Comp 97 | L CONN_01X01 P1 98 | U 1 1 57AE2A64 99 | P 3600 2250 100 | F 0 "P1" H 3519 2025 50 0000 C CNN 101 | F 1 "CONN_01X01" H 3519 2116 50 0000 C CNN 102 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 2250 50 0001 C CNN 103 | F 3 "" H 3600 2250 50 0000 C CNN 104 | 1 3600 2250 105 | -1 0 0 1 106 | $EndComp 107 | $Comp 108 | L CONN_01X01 P2 109 | U 1 1 57AE2ABA 110 | P 3600 3550 111 | F 0 "P2" H 3519 3325 50 0000 C CNN 112 | F 1 "CONN_01X01" H 3519 3416 50 0000 C CNN 113 | F 2 "Connectors:Small_SMD_Proto_Pad" H 3600 3550 50 0001 C CNN 114 | F 3 "" H 3600 3550 50 0000 C CNN 115 | 1 3600 3550 116 | -1 0 0 1 117 | $EndComp 118 | $Comp 119 | L GND #PWR03 120 | U 1 1 57AE2BF2 121 | P 3900 3700 122 | F 0 "#PWR03" H 3900 3450 50 0001 C CNN 123 | F 1 "GND" H 3905 3527 50 0000 C CNN 124 | F 2 "" H 3900 3700 50 0000 C CNN 125 | F 3 "" H 3900 3700 50 0000 C CNN 126 | 1 3900 3700 127 | 1 0 0 -1 128 | $EndComp 129 | $Comp 130 | L VCC #PWR04 131 | U 1 1 57AE2C12 132 | P 4000 1900 133 | F 0 "#PWR04" H 4000 1750 50 0001 C CNN 134 | F 1 "VCC" H 4017 2073 50 0000 C CNN 135 | F 2 "" H 4000 1900 50 0000 C CNN 136 | F 3 "" H 4000 1900 50 0000 C CNN 137 | 1 4000 1900 138 | 1 0 0 -1 139 | $EndComp 140 | Wire Wire Line 141 | 4000 1900 4000 2250 142 | Wire Wire Line 143 | 4000 2250 3800 2250 144 | Wire Wire Line 145 | 3800 3550 3900 3550 146 | Wire Wire Line 147 | 3900 3550 3900 3700 148 | $EndSCHEMATC 149 | -------------------------------------------------------------------------------- /arkwork.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flummer/pcb-color-samples/da80ca0d43e67dfd7e162efe9b9d4d56690ac74c/arkwork.ai -------------------------------------------------------------------------------- /pcb-color-samples-9029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flummer/pcb-color-samples/da80ca0d43e67dfd7e162efe9b9d4d56690ac74c/pcb-color-samples-9029.jpg --------------------------------------------------------------------------------