├── Hardware-License-CERN_OHL_v_1_2.pdf ├── HARDWARE ├── USB-GIGABIT-Rev.C │ ├── USB-GIGABIT_Rev_C.pdf │ ├── USB-GIGABIT_Rev_C.BOM.ods │ ├── sym-lib-table │ ├── gerbers │ │ ├── USB-GIGABIT_Rev_C-NPTH.drl │ │ ├── USB-GIGABIT_Rev_C-Edge_Cuts.gbr │ │ ├── USB-GIGABIT_Rev_C-PTH.drl │ │ ├── USB-GIGABIT_Rev_C-B_Paste.gbr │ │ ├── USB-GIGABIT_Rev_C-F_Paste.gbr │ │ ├── USB-GIGABIT_Rev_C-B_Mask.gbr │ │ └── USB-GIGABIT_Rev_C-F_Mask.gbr │ ├── rescue-backup │ │ └── USB-GIGABIT_Rev_A-2019-06-26-08-17-35.pro │ ├── USB-GIGABIT_Rev_C.pro │ ├── fp-info-cache │ └── 3d │ │ ├── R_0402_1005Metric.wrl │ │ ├── R_0603_1608Metric.wrl │ │ └── R_0805_2012Metric.wrl ├── USB-GIGABIT-Rev.D │ ├── USB-GIGABIT_Rev_D.pdf │ ├── packages3D │ │ ├── QFN-48_6x6mm_Pitch-0.4mm.STEP │ │ ├── R_0402_1005Metric.wrl │ │ └── R_0805_2012Metric.wrl │ ├── gerbers │ │ ├── USB-GIGABIT_Rev_D-NPTH.drl │ │ ├── USB-GIGABIT_Rev_D-B_Paste.gbr │ │ ├── USB-GIGABIT_Rev_D-Edge_Cuts.gbr │ │ ├── USB-GIGABIT_Rev_D-B_Mask.gbr │ │ ├── USB-GIGABIT_Rev_D-PTH.drl │ │ ├── USB-GIGABIT_Rev_D-F_Paste.gbr │ │ └── USB-GIGABIT_Rev_D-F_Mask.gbr │ ├── fp-info-cache │ ├── USB-GIGABIT_Rev_D.kicad_prl │ ├── USB-GIGABIT_Rev_D_BOM.csv │ ├── sym-lib-table │ ├── fp-lib-table │ └── USB-GIGABIT_Rev_D-rescue.kicad_sym ├── USB-GIGABIT-Rev.E │ ├── USB-GIGABIT_Rev_E.pdf │ ├── packages3D │ │ ├── QFN-48_6x6mm_Pitch-0.4mm.STEP │ │ └── R_0402_1005Metric.wrl │ ├── gerbers │ │ ├── USB-GIGABIT_Rev_E-NPTH.drl │ │ ├── USB-GIGABIT_Rev_E-Edge_Cuts.gbr │ │ ├── USB-GIGABIT_Rev_E-B_Paste.gbr │ │ ├── USB-GIGABIT_Rev_E-B_Mask.gbr │ │ ├── USB-GIGABIT_Rev_E-PTH.drl │ │ ├── USB-GIGABIT_Rev_E-F_Paste.gbr │ │ └── USB-GIGABIT_Rev_E-F_Mask.gbr │ ├── fp-info-cache │ ├── USB-GIGABIT_Rev_E.kicad_prl │ ├── sym-lib-table │ ├── fp-lib-table │ └── USB-GIGABIT_Rev_E-rescue.kicad_sym └── Hardware-revision-changes.txt └── README.md /Hardware-License-CERN_OHL_v_1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/Hardware-License-CERN_OHL_v_1_2.pdf -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/USB-GIGABIT_Rev_C.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/HARDWARE/USB-GIGABIT-Rev.C/USB-GIGABIT_Rev_C.pdf -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/USB-GIGABIT_Rev_D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/HARDWARE/USB-GIGABIT-Rev.D/USB-GIGABIT_Rev_D.pdf -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/USB-GIGABIT_Rev_E.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/HARDWARE/USB-GIGABIT-Rev.E/USB-GIGABIT_Rev_E.pdf -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/USB-GIGABIT_Rev_C.BOM.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/HARDWARE/USB-GIGABIT-Rev.C/USB-GIGABIT_Rev_C.BOM.ods -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name USB-GIGABIT_Rev_C)(type Legacy)(uri ${KIPRJMOD}/USB-GIGABIT_Rev_C.lib)(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/packages3D/QFN-48_6x6mm_Pitch-0.4mm.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/HARDWARE/USB-GIGABIT-Rev.D/packages3D/QFN-48_6x6mm_Pitch-0.4mm.STEP -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/packages3D/QFN-48_6x6mm_Pitch-0.4mm.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OLIMEX/USB-GIGABIT/HEAD/HARDWARE/USB-GIGABIT-Rev.E/packages3D/QFN-48_6x6mm_Pitch-0.4mm.STEP -------------------------------------------------------------------------------- /HARDWARE/Hardware-revision-changes.txt: -------------------------------------------------------------------------------- 1 | Rev.E 2 | ===== 3 | 1. Added second GND on pin 16. 4 | 2. The resize from revision D was reverted, it was deemed unnecessary after the plastic box was made. 5 | 6 | Rev.D 7 | ===== 8 | 1. Remade the whole board in KiCad 7 and all components moved to the top side. All packages and routing re-done. 9 | 2. Board made a bit larger to make the USB stronger. 10 | 11 | Rev.C 12 | ===== 13 | Initial board release. -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 5.99.0-unknown-efbc802~86~ubuntu18.04.1} date 12.09.2019 (чт) 13:39:18 EEST 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2019-09-12T13:39:18+03:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1 6 | ; #@! TF.FileFunction,NonPlated,1,4,NPTH 7 | FMAT,2 8 | METRIC 9 | T1C1.000 10 | T2C3.300 11 | % 12 | G90 13 | G05 14 | T1 15 | X104.2Y-67.75 16 | X104.2Y-72.25 17 | T2 18 | X61.341Y-64.285 19 | X61.341Y-75.715 20 | T0 21 | M30 22 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.9-7.0.9~ubuntu22.04.1} date 8.07.2024 (пн) 15:30:17 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2024-07-08T15:30:17+03:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1 6 | ; #@! TF.FileFunction,NonPlated,1,4,NPTH 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C1.000 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C3.300 13 | % 14 | G90 15 | G05 16 | T1 17 | X49.2Y11.75 18 | X49.2Y7.25 19 | T2 20 | X6.341Y15.215 21 | X6.341Y3.785 22 | T0 23 | M30 24 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.9-7.0.9~ubuntu22.04.1} date 19.01.2024 (пт) 15:32:08 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2024-01-19T15:32:08+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1 6 | ; #@! TF.FileFunction,NonPlated,1,4,NPTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.0394 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.1299 13 | % 14 | G90 15 | G05 16 | T1 17 | X1.937Y0.4626 18 | X1.937Y0.2854 19 | T2 20 | X0.2497Y0.599 21 | X0.2497Y0.149 22 | T0 23 | M30 24 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-07-08T15:30:04+03:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_E,5553422d-4749-4474-9142-49545f526576,E*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-07-08 15:30:04* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.254000*% 15 | %TD*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X0Y0D02* 19 | X0Y19000000D01* 20 | X0Y19000000D02* 21 | X51500000Y19000000D01* 22 | X51500000Y0D02* 23 | X0Y0D01* 24 | X51500000Y19000000D02* 25 | X51500000Y0D01* 26 | M02* 27 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1* 2 | G04 #@! TF.CreationDate,2019-09-12T13:39:23+03:00* 3 | G04 #@! TF.ProjectId,USB-GIGABIT_Rev_C,5553422d-4749-4474-9142-49545f526576,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Profile,NP* 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 5.99.0-unknown-efbc802~86~ubuntu18.04.1) date 2019-09-12 13:39:23* 9 | %MOMM*% 10 | %LPD*% 11 | G04 APERTURE LIST* 12 | %ADD10C,0.250000*% 13 | G04 APERTURE END LIST* 14 | D10* 15 | X55000000Y-79500000D02* 16 | X55000000Y-60500000D01* 17 | X106500000Y-79500000D02* 18 | X55000000Y-79500000D01* 19 | X106500000Y-60500000D02* 20 | X106500000Y-79500000D01* 21 | X55000000Y-60500000D02* 22 | X106500000Y-60500000D01* 23 | M02* 24 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-07-08T15:30:03+03:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_E,5553422d-4749-4474-9142-49545f526576,E*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-07-08 15:30:03* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10R,1.800000X0.500000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | X46700000Y6500000D03* 18 | X46700000Y8500000D03* 19 | X46700000Y10500000D03* 20 | X46700000Y12500000D03* 21 | X46700000Y13500000D03* 22 | X46700000Y11500000D03* 23 | X46700000Y9500000D03* 24 | X46700000Y7500000D03* 25 | X46700000Y5500000D03* 26 | M02* 27 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-01-19T15:32:02+02:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_D,5553422d-4749-4474-9142-49545f526576,rev?*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-01-19 15:32:02* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10R,1.800000X0.500000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | X46700000Y5500000D03* 18 | X46700000Y7500000D03* 19 | X46700000Y9500000D03* 20 | X46700000Y11500000D03* 21 | X46700000Y13500000D03* 22 | X46700000Y12500000D03* 23 | X46700000Y10500000D03* 24 | X46700000Y8500000D03* 25 | X46700000Y6500000D03* 26 | M02* 27 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # USB-GIGABIT 2 | USB 1.1, USB 2.0, USB 3.0 to Ethernet 10/100/1000Mbit converter 3 | 4 | Transfer troughput is up to 950Mbits/s when connected to USB 3.0 ports and GbE network. 5 | 6 | Using the A20 OLinuXino boards and USB 2.0 host the speed is: upload 319 Mbit, download 295 Mbit. 7 | 8 | 9 | ## Commands 10 | iperf3 -c 192.168.0.xxx -p 2001 -t 3 11 | iperf3 -c 192.168.0.xxx -p 2001 -t 3 -R 12 | 13 | ## Empirical Test Results 14 | 15 | Using the commands listed above and good grade Gigabit equipment. 16 | 17 | | Board | Upload | Download | 18 | |------------|---------------|---------------| 19 | | PC USB 3.0 | 933 Mbits/sec | 942 Mbits/sec | 20 | | PC USB 2.0 | 290 Mbits/sec | 312 Mbits/sec | 21 | | A20-MICRO | 319 Mbits/sec | 295 Mbits/sec | 22 | 23 | 24 | # License 25 | - Hardware is released under CERN OHL v1.2 license 26 | - Documentation is released under CC BY-SA 4.0 license 27 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-01-19T15:32:03+02:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_D,5553422d-4749-4474-9142-49545f526576,rev?*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-01-19 15:32:03* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.254000*% 15 | %TD*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X0Y0D02* 19 | X0Y19000000D01* 20 | X0Y19000000D02* 21 | X54500000Y19000000D01* 22 | X54500000Y16000000D02* 23 | X54500000Y19000000D01* 24 | X54500000Y0D02* 25 | X0Y0D01* 26 | X54500000Y0D02* 27 | X54500000Y3000000D01* 28 | X51500000Y16000000D02* 29 | X51500000Y3000000D01* 30 | X51500000Y3000000D02* 31 | X54500000Y3000000D01* 32 | X54500000Y16000000D02* 33 | X51500000Y16000000D01* 34 | M02* 35 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/fp-info-cache: -------------------------------------------------------------------------------- 1 | 25343892617855 2 | OLIMEX_Crystal-FP 3 | 5032-4P_HCX-3S 4 | 5 | 6 | 0 7 | 4 8 | 4 9 | OLIMEX_Crystal-FP 10 | CM7V-T1A(Crystal_Package-1206_3.20x1.50x0.65mm) 11 | 12 | 13 | 0 14 | 2 15 | 2 16 | OLIMEX_Crystal-FP 17 | HCX-4S_2Pins_5.0x3.2mm 18 | 19 | 20 | 0 21 | 2 22 | 2 23 | OLIMEX_Crystal-FP 24 | HCX-4S_2Pins_5.0x3.2mm_TEST 25 | 26 | 27 | 0 28 | 2 29 | 2 30 | OLIMEX_Crystal-FP 31 | MC306-HS 32 | 33 | 34 | 0 35 | 4 36 | 4 37 | OLIMEX_Crystal-FP 38 | MC306-HS_TEST 39 | 40 | 41 | 0 42 | 4 43 | 4 44 | OLIMEX_Crystal-FP 45 | MC306-OLIMEX 46 | 47 | 48 | 0 49 | 4 50 | 4 51 | OLIMEX_Crystal-FP 52 | MC306_HS 53 | 54 | 55 | 0 56 | 4 57 | 4 58 | OLIMEX_Crystal-FP 59 | Oscillator-18.432MHz-3.2x2.5mm 60 | 61 | 62 | 0 63 | 4 64 | 4 65 | OLIMEX_Crystal-FP 66 | Oscillator_7.0x5.0mm 67 | 68 | 69 | 0 70 | 4 71 | 4 72 | OLIMEX_Crystal-FP 73 | Oscillator_7.0x5.0mm_6P 74 | 75 | 76 | 0 77 | 6 78 | 6 79 | OLIMEX_Crystal-FP 80 | Q5x3.25 81 | 82 | 83 | 0 84 | 2 85 | 2 86 | OLIMEX_Crystal-FP 87 | Q_49U3HMS 88 | 89 | 90 | 0 91 | 2 92 | 2 93 | OLIMEX_Crystal-FP 94 | TSX-3.2x2.5mm_GND(3) 95 | 96 | 97 | 0 98 | 4 99 | 3 100 | OLIMEX_Crystal-FP 101 | XG_6X3.5_4P 102 | 103 | 104 | 0 105 | 4 106 | 4 107 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/fp-info-cache: -------------------------------------------------------------------------------- 1 | 25343892617855 2 | OLIMEX_Crystal-FP 3 | 5032-4P_HCX-3S 4 | 5 | 6 | 0 7 | 4 8 | 4 9 | OLIMEX_Crystal-FP 10 | CM7V-T1A(Crystal_Package-1206_3.20x1.50x0.65mm) 11 | 12 | 13 | 0 14 | 2 15 | 2 16 | OLIMEX_Crystal-FP 17 | HCX-4S_2Pins_5.0x3.2mm 18 | 19 | 20 | 0 21 | 2 22 | 2 23 | OLIMEX_Crystal-FP 24 | HCX-4S_2Pins_5.0x3.2mm_TEST 25 | 26 | 27 | 0 28 | 2 29 | 2 30 | OLIMEX_Crystal-FP 31 | MC306-HS 32 | 33 | 34 | 0 35 | 4 36 | 4 37 | OLIMEX_Crystal-FP 38 | MC306-HS_TEST 39 | 40 | 41 | 0 42 | 4 43 | 4 44 | OLIMEX_Crystal-FP 45 | MC306-OLIMEX 46 | 47 | 48 | 0 49 | 4 50 | 4 51 | OLIMEX_Crystal-FP 52 | MC306_HS 53 | 54 | 55 | 0 56 | 4 57 | 4 58 | OLIMEX_Crystal-FP 59 | Oscillator-18.432MHz-3.2x2.5mm 60 | 61 | 62 | 0 63 | 4 64 | 4 65 | OLIMEX_Crystal-FP 66 | Oscillator_7.0x5.0mm 67 | 68 | 69 | 0 70 | 4 71 | 4 72 | OLIMEX_Crystal-FP 73 | Oscillator_7.0x5.0mm_6P 74 | 75 | 76 | 0 77 | 6 78 | 6 79 | OLIMEX_Crystal-FP 80 | Q5x3.25 81 | 82 | 83 | 0 84 | 2 85 | 2 86 | OLIMEX_Crystal-FP 87 | Q_49U3HMS 88 | 89 | 90 | 0 91 | 2 92 | 2 93 | OLIMEX_Crystal-FP 94 | TSX-3.2x2.5mm_GND(3) 95 | 96 | 97 | 0 98 | 4 99 | 3 100 | OLIMEX_Crystal-FP 101 | XG_6X3.5_4P 102 | 103 | 104 | 0 105 | 4 106 | 4 107 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/USB-GIGABIT_Rev_D.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 37, 4 | "active_layer_preset": "", 5 | "auto_track_width": false, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": true, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 40 65 | ], 66 | "visible_layers": "0003afc_80000007", 67 | "zone_display_mode": 0 68 | }, 69 | "meta": { 70 | "filename": "USB-GIGABIT_Rev_D.kicad_prl", 71 | "version": 3 72 | }, 73 | "project": { 74 | "files": [] 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/USB-GIGABIT_Rev_E.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 43, 4 | "active_layer_preset": "", 5 | "auto_track_width": false, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": true, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 40 65 | ], 66 | "visible_layers": "0003afc_80000007", 67 | "zone_display_mode": 0 68 | }, 69 | "meta": { 70 | "filename": "USB-GIGABIT_Rev_E.kicad_prl", 71 | "version": 3 72 | }, 73 | "project": { 74 | "files": [] 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/USB-GIGABIT_Rev_D_BOM.csv: -------------------------------------------------------------------------------- 1 | "Id";"Designator";"Footprint";"Quantity";"Designation";"Supplier and ref"; 2 | 1;"C2,C3,C4,C10,C11,C14,C15,C16,C18,C19,C20,C21,C22,C24,C25,C26,C27,C1";"C_0402_5MIL_DWS";18;"100nF/10V/X5R /20%/0402";;; 3 | 2;"C5";"C_0805_5MIL_DWS";1;"100nF/50V/Y5V/20%";;; 4 | 3;"C6";"C_0402_5MIL_DWS";1;"NA";;; 5 | 4;"C7,C8";"C_0402_5MIL_DWS";2;"39pF/C0G/50VDC/0402";;; 6 | 5;"C9";"C_1206_5MIL_DWS_ISO";1;"1nF/2000V/10%/X7R/1206";;; 7 | 6;"C12,C17";"C_0603_5MIL_DWS";2;"2.2uF/X5R/6.3V/10%/0603";;; 8 | 7;"FB1";"L_0805_5MIL_DWS";1;" 600OHM/2A/UPZ2012E-601-2R0TF/0805";;; 9 | 8;"R2,R3";"R_0402_5MIL_DWS";2;"22R/0402";;; 10 | 9;"R4";"R_0805_5MIL_DWS";1;"10R/0805";;; 11 | 10;"R5,R6,R10,R13,R14";"R_0402_5MIL_DWS";5;"NA";;; 12 | 11;"R9,R11";"R_0402_5MIL_DWS";2;"2.2K/0402";;; 13 | 12;"U2";"SO-8";1;"NA(93LC46)";;; 14 | 13;"";"LOGO_RECYCLEBIN_1";1;"";;; 15 | 14;"U3";"QFN48-6x6mm-OLIMEX_V2";1;"RTL8153VC-CG";;; 16 | 15;"X1";"Oscillator-18.432MHz-3.2x2.5mm";1;"25MHz/20ppm/20pF/4P/3225";;; 17 | 16;"R1,R7";"R_0402_5MIL_DWS";2;"1K/0402";;; 18 | 17;"R8";"R_0402_5MIL_DWS";1;"2.49K/1%/0402";;; 19 | 18;"L1";"CD32";1;"2.2uH/NRS3015T2R2MNGH";;; 20 | 19;"R12,R15";"R_0402_5MIL_DWS";2;"1.1K/1%/0402";;; 21 | 20;"U4";"SOT-23-5";1;"SY8089AAAC";;; 22 | 21;"FID1,FID2";"Fiducial1x3";2;"Fiducial";;; 23 | 22;"FID4,FID3";"Fiducial1x3_Paste";2;"Fiducial";;; 24 | 23;"";"LOGO_OPENHARDWARE_8x8";1;"";;; 25 | 24;"";"LOGO_PBFREE";1;"";;; 26 | 25;"LAN1";"TM211Q01FM22";1;"TM211Q01FM22(LPJG16402AQNL)";;; 27 | 26;"USB1";"USB3_A_MALE";1;"USB1065";;; 28 | 27;"Sign_CE";"CE_Sign";1;"CE_Sign";;; 29 | 28;"Sign_Antistatic";"Sign_Antistatic";1;"Sign_Antistatic";;; 30 | 29;"Logo_OLIMEX_TB";"Logo_OLIMEX_TB";1;"Logo_OLIMEX_TB";;; 31 | 30;"Sign_RoHS_1";"Sign_RoHS_1";1;"Sign_RoHS_1";;; 32 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | (lib (name "USB-GIGABIT_Rev_D-rescue")(type "KiCad")(uri "${KIPRJMOD}/USB-GIGABIT_Rev_D-rescue.kicad_sym")(options "")(descr "")) 4 | (lib (name "OLIMEX_Antennas")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Antennas.kicad_sym")(options "")(descr "")) 5 | (lib (name "OLIMEX_Buttons")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Buttons.kicad_sym")(options "")(descr "")) 6 | (lib (name "OLIMEX_Cases")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Cases.kicad_sym")(options "")(descr "")) 7 | (lib (name "OLIMEX_Connectors")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Connectors.kicad_sym")(options "")(descr "")) 8 | (lib (name "OLIMEX_Devices")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Devices.kicad_sym")(options "")(descr "")) 9 | (lib (name "OLIMEX_Diodes")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Diodes.kicad_sym")(options "")(descr "")) 10 | (lib (name "OLIMEX_IC")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_IC.kicad_sym")(options "")(descr "")) 11 | (lib (name "OLIMEX_Jumpers")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Jumpers.kicad_sym")(options "")(descr "")) 12 | (lib (name "OLIMEX_LCD")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_LCD.kicad_sym")(options "")(descr "")) 13 | (lib (name "OLIMEX_OTHER")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_OTHER.kicad_sym")(options "")(descr "")) 14 | (lib (name "OLIMEX_Power")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Power.kicad_sym")(options "")(descr "")) 15 | (lib (name "OLIMEX_RCL")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_RCL.kicad_sym")(options "")(descr "")) 16 | (lib (name "OLIMEX_Regulators")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Regulators.kicad_sym")(options "")(descr "")) 17 | (lib (name "OLIMEX_Switches")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Switches.kicad_sym")(options "")(descr "")) 18 | (lib (name "OLIMEX_Transistors")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Transistors.kicad_sym")(options "")(descr "")) 19 | ) 20 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | (lib (name "OLIMEX_Antennas")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Antennas.kicad_sym")(options "")(descr "")) 4 | (lib (name "OLIMEX_Buttons")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Buttons.kicad_sym")(options "")(descr "")) 5 | (lib (name "OLIMEX_Cases")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Cases.kicad_sym")(options "")(descr "")) 6 | (lib (name "OLIMEX_Connectors")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Connectors.kicad_sym")(options "")(descr "")) 7 | (lib (name "OLIMEX_Devices")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Devices.kicad_sym")(options "")(descr "")) 8 | (lib (name "OLIMEX_Diodes")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Diodes.kicad_sym")(options "")(descr "")) 9 | (lib (name "OLIMEX_IC")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_IC.kicad_sym")(options "")(descr "")) 10 | (lib (name "OLIMEX_Jumpers")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Jumpers.kicad_sym")(options "")(descr "")) 11 | (lib (name "OLIMEX_LCD")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_LCD.kicad_sym")(options "")(descr "")) 12 | (lib (name "OLIMEX_OTHER")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_OTHER.kicad_sym")(options "")(descr "")) 13 | (lib (name "OLIMEX_Power")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Power.kicad_sym")(options "")(descr "")) 14 | (lib (name "OLIMEX_RCL")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_RCL.kicad_sym")(options "")(descr "")) 15 | (lib (name "OLIMEX_Regulators")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Regulators.kicad_sym")(options "")(descr "")) 16 | (lib (name "OLIMEX_Switches")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Switches.kicad_sym")(options "")(descr "")) 17 | (lib (name "OLIMEX_Transistors")(type "KiCad")(uri "${OLIMEXLIBPATH}/OLIMEX_Transistors.kicad_sym")(options "")(descr "")) 18 | (lib (name "USB-GIGABIT_Rev_E-rescue")(type "KiCad")(uri "${KIPRJMOD}/USB-GIGABIT_Rev_E-rescue.kicad_sym")(options "")(descr "")) 19 | ) 20 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/rescue-backup/USB-GIGABIT_Rev_A-2019-06-26-08-17-35.pro: -------------------------------------------------------------------------------- 1 | update=19.06.2017 (пн) 9:49:50 EEST 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=../../../../KiCAD_Components 29 | [eeschema/libraries] 30 | LibName1=/home/chris/Olimex_OTHER/KiCAD_Components/lz1ddd 31 | LibName2=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Antennas 32 | LibName3=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Buttons 33 | LibName4=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Cases 34 | LibName5=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Connectors 35 | LibName6=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Devices 36 | LibName7=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Diodes 37 | LibName8=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_IC 38 | LibName9=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Jumpers 39 | LibName10=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_OTHER 40 | LibName11=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Power 41 | LibName12=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_RCL 42 | LibName13=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Regulators 43 | LibName14=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Switches 44 | LibName15=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_THERES 45 | LibName16=/home/chris/Olimex_OTHER/KiCAD_Components/OLIMEX_Transistors 46 | [general] 47 | version=1 48 | [schematic_editor] 49 | version=1 50 | PageLayoutDescrFile= 51 | PlotDirectoryName= 52 | SubpartIdSeparator=0 53 | SubpartFirstId=65 54 | NetFmtName= 55 | SpiceAjustPassiveValues=0 56 | LabSize=60 57 | ERC_TestSimilarLabels=1 58 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-01-19T15:32:03+02:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_D,5553422d-4749-4474-9142-49545f526576,rev?*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-01-19 15:32:03* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.020000X-0.900000X0.250000X-0.900000X-0.250000X0.900000X-0.250000X0.900000X0.250000X0*% 33 | %ADD11O,4.040000X1.640000*% 34 | %ADD12C,1.040000*% 35 | %ADD13C,3.401600*% 36 | %ADD14C,1.751600*% 37 | %ADD15O,2.901600X2.101600*% 38 | %ADD16C,1.901600*% 39 | G04 APERTURE END LIST* 40 | D10* 41 | X46700000Y5500000D03* 42 | X46700000Y7500000D03* 43 | X46700000Y9500000D03* 44 | X46700000Y11500000D03* 45 | X46700000Y13500000D03* 46 | X46700000Y12500000D03* 47 | X46700000Y10500000D03* 48 | X46700000Y8500000D03* 49 | X46700000Y6500000D03* 50 | D11* 51 | X49200000Y3650000D03* 52 | X49200000Y15350000D03* 53 | D12* 54 | X49200000Y7250000D03* 55 | X49200000Y11750000D03* 56 | D13* 57 | X6341500Y15215000D03* 58 | X6341500Y3785000D03* 59 | D14* 60 | X12691500Y15215000D03* 61 | X15231500Y13945000D03* 62 | X12691500Y12675000D03* 63 | X15231500Y11405000D03* 64 | X12691500Y10135000D03* 65 | X15231500Y8865000D03* 66 | X12691500Y7595000D03* 67 | X15231500Y6325000D03* 68 | X12691500Y5055000D03* 69 | X15231500Y3785000D03* 70 | X3801500Y16231000D03* 71 | X1769500Y16231000D03* 72 | X3801500Y2769000D03* 73 | X1769500Y2769000D03* 74 | D15* 75 | X9541500Y17400000D03* 76 | X9541500Y1600000D03* 77 | D16* 78 | X25865988Y9094500D03* 79 | M02* 80 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 5.99.0-unknown-efbc802~86~ubuntu18.04.1} date 12.09.2019 (чт) 13:39:18 EEST 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2019-09-12T13:39:18+03:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1 6 | ; #@! TF.FileFunction,Plated,1,4,PTH 7 | FMAT,2 8 | METRIC 9 | T1C0.400 10 | T2C0.500 11 | T3C1.000 12 | T4C1.100 13 | T5C1.200 14 | T6C1.600 15 | % 16 | G90 17 | G05 18 | T1 19 | X59.25Y-78.45 20 | X59.3Y-61.55 21 | X61.35Y-61.55 22 | X61.35Y-78.55 23 | X62.535Y-69.596 24 | X66.85Y-61.4 25 | X70.815Y-61.735 26 | X71.349Y-77.94 27 | X73.304Y-61.862 28 | X76.297Y-68.583 29 | X76.717Y-65.332 30 | X77.114Y-72.326 31 | X77.394Y-66.535 32 | X77.749Y-74.371 33 | X78.65Y-61.2 34 | X79.261Y-73.584 35 | X79.438Y-66.484 36 | X79.733Y-68.033 37 | X80.772Y-74.054 38 | X81.514Y-76.836 39 | X81.755Y-66.156 40 | X82.186Y-76.164 41 | X83.278Y-65.414 42 | X84.219Y-65.592 43 | X84.707Y-75.788 44 | X85.166Y-65.247 45 | X85.438Y-75.298 46 | X85.917Y-74.559 47 | X86.278Y-63.594 48 | X86.444Y-64.547 49 | X86.5Y-61.9 50 | X86.655Y-74.08 51 | X87.084Y-73.241 52 | X87.65Y-68.65 53 | X87.896Y-71.692 54 | X88.165Y-74.819 55 | X88.35Y-63.6 56 | X89.891Y-68.745 57 | X90.653Y-72.453 58 | X91.021Y-77.851 59 | X91.059Y-76.517 60 | X92.05Y-61.6 61 | X92.13Y-69.397 62 | X93.0Y-65.55 63 | X93.447Y-68.491 64 | X94.742Y-76.517 65 | X95.906Y-67.331 66 | X96.578Y-66.659 67 | X97.395Y-63.65 68 | X97.409Y-68.516 69 | X97.536Y-77.851 70 | X98.95Y-64.0 71 | X103.441Y-70.294 72 | X103.569Y-66.675 73 | T2 74 | X73.0Y-69.65 75 | X74.993Y-67.882 76 | X91.15Y-66.6 77 | X93.6Y-67.5 78 | X58.61Y-73.914 79 | X62.45Y-67.2 80 | X90.05Y-66.6 81 | X95.2Y-64.6 82 | X62.75Y-73.85 83 | X73.724Y-73.533 84 | X80.25Y-75.7 85 | X73.15Y-66.1 86 | X73.343Y-76.517 87 | X59.055Y-66.675 88 | X78.422Y-75.184 89 | T4 90 | X56.77Y-63.269 91 | X56.77Y-76.731 92 | X58.801Y-63.269 93 | X58.801Y-76.731 94 | X67.691Y-64.285 95 | X67.691Y-66.825 96 | X67.691Y-69.365 97 | X67.691Y-71.905 98 | X67.691Y-74.445 99 | X70.231Y-65.555 100 | X70.231Y-68.095 101 | X70.231Y-70.635 102 | X70.231Y-73.175 103 | X70.231Y-75.715 104 | T5 105 | X83.5Y-70.406 106 | T6 107 | X64.389Y-62.253 108 | X64.389Y-77.747 109 | T3 110 | G00X104.95Y-64.15 111 | M15 112 | G01X103.45Y-64.15 113 | M16 114 | G05 115 | G00X104.95Y-75.85 116 | M15 117 | G01X103.45Y-75.85 118 | M16 119 | G05 120 | T0 121 | M30 122 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | (lib (name "OLIMEX_Antennas-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Antennas-FP.pretty")(options "")(descr "")) 4 | (lib (name "OLIMEX_Buttons-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Buttons-FP.pretty")(options "")(descr "")) 5 | (lib (name "OLIMEX_Cases-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Cases-FP.pretty")(options "")(descr "")) 6 | (lib (name "OLIMEX_Connectors-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Connectors-FP.pretty")(options "")(descr "")) 7 | (lib (name "OLIMEX_Crystal-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Crystal-FP.pretty")(options "")(descr "")) 8 | (lib (name "OLIMEX_Devices-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Devices-FP.pretty")(options "")(descr "")) 9 | (lib (name "OLIMEX_Diodes-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Diodes-FP.pretty")(options "")(descr "")) 10 | (lib (name "OLIMEX_Dummies-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Dummies-FP.pretty")(options "")(descr "")) 11 | (lib (name "OLIMEX_IC-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_IC-FP.pretty")(options "")(descr "")) 12 | (lib (name "OLIMEX_Jumpers-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Jumpers-FP.pretty")(options "")(descr "")) 13 | (lib (name "OLIMEX_LCDs-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_LCDs-FP.pretty")(options "")(descr "")) 14 | (lib (name "OLIMEX_LEDs-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_LEDs-FP.pretty")(options "")(descr "")) 15 | (lib (name "OLIMEX_Other-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Other-FP.pretty")(options "")(descr "")) 16 | (lib (name "OLIMEX_Proto-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Proto-FP.pretty")(options "")(descr "")) 17 | (lib (name "OLIMEX_Regulators-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Regulators-FP.pretty")(options "")(descr "")) 18 | (lib (name "OLIMEX_Relays-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Relays-FP.pretty")(options "")(descr "")) 19 | (lib (name "OLIMEX_RLC-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_RLC-FP.pretty")(options "")(descr "")) 20 | (lib (name "OLIMEX_Signs-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Signs-FP.pretty")(options "")(descr "")) 21 | (lib (name "OLIMEX_Switches-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Switches-FP.pretty")(options "")(descr "")) 22 | (lib (name "OLIMEX_TestPoints-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_TestPoints-FP.pretty")(options "")(descr "")) 23 | (lib (name "OLIMEX_Transistors-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Transistors-FP.pretty")(options "")(descr "")) 24 | ) 25 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | (lib (name "OLIMEX_Antennas-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Antennas-FP.pretty")(options "")(descr "")) 4 | (lib (name "OLIMEX_Buttons-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Buttons-FP.pretty")(options "")(descr "")) 5 | (lib (name "OLIMEX_Cases-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Cases-FP.pretty")(options "")(descr "")) 6 | (lib (name "OLIMEX_Connectors-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Connectors-FP.pretty")(options "")(descr "")) 7 | (lib (name "OLIMEX_Crystal-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Crystal-FP.pretty")(options "")(descr "")) 8 | (lib (name "OLIMEX_Devices-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Devices-FP.pretty")(options "")(descr "")) 9 | (lib (name "OLIMEX_Diodes-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Diodes-FP.pretty")(options "")(descr "")) 10 | (lib (name "OLIMEX_Dummies-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Dummies-FP.pretty")(options "")(descr "")) 11 | (lib (name "OLIMEX_IC-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_IC-FP.pretty")(options "")(descr "")) 12 | (lib (name "OLIMEX_Jumpers-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Jumpers-FP.pretty")(options "")(descr "")) 13 | (lib (name "OLIMEX_LCDs-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_LCDs-FP.pretty")(options "")(descr "")) 14 | (lib (name "OLIMEX_LEDs-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_LEDs-FP.pretty")(options "")(descr "")) 15 | (lib (name "OLIMEX_Other-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Other-FP.pretty")(options "")(descr "")) 16 | (lib (name "OLIMEX_Proto-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Proto-FP.pretty")(options "")(descr "")) 17 | (lib (name "OLIMEX_Regulators-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Regulators-FP.pretty")(options "")(descr "")) 18 | (lib (name "OLIMEX_Relays-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Relays-FP.pretty")(options "")(descr "")) 19 | (lib (name "OLIMEX_RLC-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_RLC-FP.pretty")(options "")(descr "")) 20 | (lib (name "OLIMEX_Signs-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Signs-FP.pretty")(options "")(descr "")) 21 | (lib (name "OLIMEX_Switches-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Switches-FP.pretty")(options "")(descr "")) 22 | (lib (name "OLIMEX_TestPoints-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_TestPoints-FP.pretty")(options "")(descr "")) 23 | (lib (name "OLIMEX_Transistors-FP")(type "KiCad")(uri "${OLIMEXFOOTPATH}/OLIMEX_Transistors-FP.pretty")(options "")(descr "")) 24 | ) 25 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-07-08T15:30:04+03:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_E,5553422d-4749-4474-9142-49545f526576,E*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-07-08 15:30:04* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10C,0.254000*% 33 | %ADD11C,1.901600*% 34 | %ADD12C,3.401600*% 35 | %ADD13C,1.751600*% 36 | %ADD14O,2.901600X2.101600*% 37 | %ADD15C,1.040000*% 38 | %ADD16O,4.040000X1.640000*% 39 | %ADD17RoundRect,0.020000X-0.900000X0.250000X-0.900000X-0.250000X0.900000X-0.250000X0.900000X0.250000X0*% 40 | G04 APERTURE END LIST* 41 | D10* 42 | X270400Y1344200D02* 43 | X5350400Y1344200D01* 44 | X5350400Y201200D01* 45 | X270400Y201200D01* 46 | X270400Y1344200D01* 47 | G36* 48 | X270400Y1344200D02* 49 | G01* 50 | X5350400Y1344200D01* 51 | X5350400Y201200D01* 52 | X270400Y201200D01* 53 | X270400Y1344200D01* 54 | G37* 55 | D11* 56 | X25865988Y9094500D03* 57 | D12* 58 | X6341500Y15215000D03* 59 | X6341500Y3785000D03* 60 | D13* 61 | X12691500Y15215000D03* 62 | X15231500Y13945000D03* 63 | X12691500Y12675000D03* 64 | X15231500Y11405000D03* 65 | X12691500Y10135000D03* 66 | X15231500Y8865000D03* 67 | X12691500Y7595000D03* 68 | X15231500Y6325000D03* 69 | X12691500Y5055000D03* 70 | X15231500Y3785000D03* 71 | X3801500Y16231000D03* 72 | X1769500Y16231000D03* 73 | X3801500Y2769000D03* 74 | X1769500Y2769000D03* 75 | D14* 76 | X9541500Y17400000D03* 77 | X9541500Y1600000D03* 78 | D15* 79 | X49200000Y11750000D03* 80 | X49200000Y7250000D03* 81 | D16* 82 | X49200000Y15350000D03* 83 | X49200000Y3650000D03* 84 | D17* 85 | X46700000Y6500000D03* 86 | X46700000Y8500000D03* 87 | X46700000Y10500000D03* 88 | X46700000Y12500000D03* 89 | X46700000Y13500000D03* 90 | X46700000Y11500000D03* 91 | X46700000Y9500000D03* 92 | X46700000Y7500000D03* 93 | X46700000Y5500000D03* 94 | M02* 95 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.9-7.0.9~ubuntu22.04.1} date 8.07.2024 (пн) 15:30:17 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2024-07-08T15:30:17+03:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1 6 | ; #@! TF.FileFunction,Plated,1,4,PTH 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.400 11 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 12 | T2C0.600 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C0.700 15 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 16 | T4C1.000 17 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 18 | T5C1.100 19 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 20 | T6C1.200 21 | % 22 | G90 23 | G05 24 | T1 25 | X17.212Y17.651 26 | X17.898Y13.46 27 | X17.898Y12.444 28 | X18.406Y15.873 29 | X18.533Y6.729 30 | X18.533Y5.713 31 | X19.549Y15.492 32 | X19.694Y9.142 33 | X20.311Y14.603 34 | X20.692Y15.746 35 | X21.073Y13.587 36 | X21.327Y17.778 37 | X21.835Y15.619 38 | X22.033Y4.88 39 | X22.724Y18.159 40 | X23.105Y13.206 41 | X24.883Y4.443 42 | X24.883Y3.554 43 | X25.899Y14.476 44 | X27.042Y3.935 45 | X28.439Y13.968 46 | X28.566Y17.143 47 | X28.82Y12.571 48 | X29.074Y5.078 49 | X29.455Y14.476 50 | X29.709Y17.27 51 | X29.709Y13.206 52 | X30.217Y16.254 53 | X31.614Y5.078 54 | X31.995Y15.238 55 | X32.376Y10.031 56 | X32.884Y16.381 57 | X33.011Y15.238 58 | X33.265Y6.475 59 | X34.281Y9.396 60 | X34.281Y7.237 61 | X39.615Y12.044 62 | X42.282Y10.158 63 | X44.822Y10.412 64 | X44.822Y9.396 65 | X47.997Y11.809 66 | X48.06Y7.618 67 | X48.099Y13.5 68 | X48.124Y5.586 69 | T2 70 | X1.388Y13.968 71 | X1.388Y10.666 72 | X1.388Y7.618 73 | X3.801Y10.666 74 | X6.595Y7.872 75 | X8.881Y4.189 76 | X9.389Y10.92 77 | X9.389Y7.872 78 | X19.295Y1.014 79 | X19.422Y3.3 80 | X21.2Y2.157 81 | X22.978Y1.014 82 | X29.582Y6.105 83 | X32.376Y11.682 84 | X33.392Y12.571 85 | X34.789Y12.444 86 | X34.789Y11.301 87 | X37.71Y17.27 88 | X38.218Y13.46 89 | X40.758Y12.825 90 | X40.758Y10.539 91 | X41.901Y5.332 92 | X42.155Y8.507 93 | X42.282Y6.348 94 | X43.044Y14.984 95 | X43.195Y17.627 96 | X43.679Y16.381 97 | X44.949Y13.206 98 | X46.854Y1.141 99 | X48.759Y10.031 100 | X48.759Y8.761 101 | T3 102 | X24.266Y10.694 103 | X24.266Y7.494 104 | X27.466Y10.694 105 | X27.466Y7.494 106 | T5 107 | X1.769Y16.231 108 | X1.769Y2.769 109 | X3.801Y16.231 110 | X3.801Y2.769 111 | X12.691Y15.215 112 | X12.691Y12.675 113 | X12.691Y10.135 114 | X12.691Y7.595 115 | X12.691Y5.055 116 | X15.231Y13.945 117 | X15.231Y11.405 118 | X15.231Y8.865 119 | X15.231Y6.325 120 | X15.231Y3.785 121 | T6 122 | X25.866Y9.095 123 | T4 124 | G00X9.941Y17.4 125 | M15 126 | G01X9.141Y17.4 127 | M16 128 | G05 129 | G00X9.941Y1.6 130 | M15 131 | G01X9.141Y1.6 132 | M16 133 | G05 134 | G00X49.95Y15.35 135 | M15 136 | G01X48.45Y15.35 137 | M16 138 | G05 139 | G00X49.95Y3.65 140 | M15 141 | G01X48.45Y3.65 142 | M16 143 | G05 144 | T0 145 | M30 146 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.9-7.0.9~ubuntu22.04.1} date 19.01.2024 (пт) 15:32:08 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2024-01-19T15:32:08+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1 6 | ; #@! TF.FileFunction,Plated,1,4,PTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.0157 11 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 12 | T2C0.0236 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C0.0276 15 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 16 | T4C0.0394 17 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 18 | T5C0.0433 19 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 20 | T6C0.0472 21 | % 22 | G90 23 | G05 24 | T1 25 | X0.6776Y0.6949 26 | X0.7046Y0.5299 27 | X0.7046Y0.4899 28 | X0.7246Y0.6249 29 | X0.7296Y0.2649 30 | X0.7296Y0.2249 31 | X0.7696Y0.6099 32 | X0.7754Y0.3599 33 | X0.7996Y0.5749 34 | X0.8146Y0.6199 35 | X0.8296Y0.5349 36 | X0.8396Y0.6999 37 | X0.8596Y0.6149 38 | X0.8675Y0.1921 39 | X0.8946Y0.7149 40 | X0.9096Y0.5199 41 | X0.9796Y0.1749 42 | X0.9796Y0.1399 43 | X1.0196Y0.5699 44 | X1.0646Y0.1549 45 | X1.1196Y0.5499 46 | X1.1246Y0.6749 47 | X1.1346Y0.4949 48 | X1.1446Y0.1999 49 | X1.1596Y0.5699 50 | X1.1696Y0.6799 51 | X1.1696Y0.5199 52 | X1.1896Y0.6399 53 | X1.2446Y0.1999 54 | X1.2596Y0.5999 55 | X1.2746Y0.3949 56 | X1.2946Y0.6449 57 | X1.2996Y0.5999 58 | X1.3096Y0.2549 59 | X1.3496Y0.3699 60 | X1.3496Y0.2849 61 | X1.5596Y0.4742 62 | X1.6646Y0.3999 63 | X1.7646Y0.4099 64 | X1.7646Y0.3699 65 | X1.8896Y0.4649 66 | X1.8921Y0.2999 67 | X1.8936Y0.5315 68 | X1.8946Y0.2199 69 | T2 70 | X0.0546Y0.5499 71 | X0.0546Y0.4199 72 | X0.0546Y0.2999 73 | X0.1496Y0.4199 74 | X0.2596Y0.3099 75 | X0.3496Y0.1649 76 | X0.3696Y0.4299 77 | X0.3696Y0.3099 78 | X0.7596Y0.0399 79 | X0.7646Y0.1299 80 | X0.8346Y0.0849 81 | X0.9046Y0.0399 82 | X1.1646Y0.2403 83 | X1.2746Y0.4599 84 | X1.3146Y0.4949 85 | X1.3696Y0.4899 86 | X1.3696Y0.4449 87 | X1.4846Y0.6799 88 | X1.5046Y0.5299 89 | X1.6046Y0.5049 90 | X1.6046Y0.4149 91 | X1.6496Y0.2099 92 | X1.6596Y0.3349 93 | X1.6646Y0.2499 94 | X1.6946Y0.5899 95 | X1.7006Y0.694 96 | X1.7196Y0.6449 97 | X1.7696Y0.5199 98 | X1.8446Y0.0449 99 | X1.9196Y0.3949 100 | X1.9196Y0.3449 101 | X1.9685Y0.689 102 | T3 103 | X0.9554Y0.421 104 | X0.9554Y0.2951 105 | X1.0813Y0.421 106 | X1.0813Y0.2951 107 | T5 108 | X0.0697Y0.639 109 | X0.0697Y0.109 110 | X0.1497Y0.639 111 | X0.1497Y0.109 112 | X0.4997Y0.599 113 | X0.4997Y0.499 114 | X0.4997Y0.399 115 | X0.4997Y0.299 116 | X0.4997Y0.199 117 | X0.5997Y0.549 118 | X0.5997Y0.449 119 | X0.5997Y0.349 120 | X0.5997Y0.249 121 | X0.5997Y0.149 122 | T6 123 | X1.0183Y0.3581 124 | T4 125 | G00X0.3914Y0.685 126 | M15 127 | G01X0.3599Y0.685 128 | M16 129 | G05 130 | G00X0.3914Y0.063 131 | M15 132 | G01X0.3599Y0.063 133 | M16 134 | G05 135 | G00X1.9665Y0.6043 136 | M15 137 | G01X1.9075Y0.6043 138 | M16 139 | G05 140 | G00X1.9665Y0.1437 141 | M15 142 | G01X1.9075Y0.1437 143 | M16 144 | G05 145 | T0 146 | M30 147 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1* 2 | G04 #@! TF.CreationDate,2019-09-12T13:39:22+03:00* 3 | G04 #@! TF.ProjectId,USB-GIGABIT_Rev_C,5553422d-4749-4474-9142-49545f526576,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! TF.FilePolarity,Positive* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 5.99.0-unknown-efbc802~86~ubuntu18.04.1) date 2019-09-12 13:39:22* 10 | %MOMM*% 11 | %LPD*% 12 | G04 APERTURE LIST* 13 | %ADD10R,1.200000X0.550000*% 14 | %ADD11R,1.016000X1.016000*% 15 | %ADD12R,3.000000X1.600000*% 16 | %ADD13R,1.800000X0.500000*% 17 | %ADD14R,0.500000X0.550000*% 18 | %ADD15R,0.550000X0.500000*% 19 | %ADD16R,0.900000X0.800000*% 20 | %ADD17R,1.524000X1.270000*% 21 | %ADD18R,2.200000X0.600000*% 22 | G04 APERTURE END LIST* 23 | D10* 24 | X93850000Y-65550000D03* 25 | X93850000Y-64600000D03* 26 | X93850000Y-63650000D03* 27 | X96450000Y-65550000D03* 28 | X96450000Y-63650000D03* 29 | D11* 30 | X95289000Y-62050000D03* 31 | X93511000Y-62050000D03* 32 | X98889000Y-62050000D03* 33 | X97111000Y-62050000D03* 34 | D12* 35 | X90700000Y-65400000D03* 36 | X90700000Y-63000000D03* 37 | D13* 38 | X101700000Y-66000000D03* 39 | X101700000Y-67000000D03* 40 | X101700000Y-68000000D03* 41 | X101700000Y-69000000D03* 42 | X101700000Y-70000000D03* 43 | X101700000Y-71000000D03* 44 | X101700000Y-72000000D03* 45 | X101700000Y-73000000D03* 46 | X101700000Y-74000000D03* 47 | D14* 48 | X99847400Y-67650000D03* 49 | X98831400Y-67650000D03* 50 | X99808000Y-66200000D03* 51 | X98792000Y-66200000D03* 52 | D15* 53 | X79768700Y-67576700D03* 54 | X79768700Y-66560700D03* 55 | D14* 56 | X80708500Y-72374000D03* 57 | X81724500Y-72374000D03* 58 | D16* 59 | X92100500Y-76517500D03* 60 | X93700500Y-76517500D03* 61 | D14* 62 | X86677500Y-71294500D03* 63 | X85661500Y-71294500D03* 64 | D15* 65 | X82791300Y-65874900D03* 66 | X82791300Y-66890900D03* 67 | D14* 68 | X76695300Y-69240400D03* 69 | X75679300Y-69240400D03* 70 | D16* 71 | X92750000Y-67500000D03* 72 | X91150000Y-67500000D03* 73 | D14* 74 | X77546200Y-71399400D03* 75 | X76530200Y-71399400D03* 76 | D15* 77 | X81838800Y-66827400D03* 78 | X81838800Y-67843400D03* 79 | D14* 80 | X91308000Y-69400000D03* 81 | X90292000Y-69400000D03* 82 | X84645500Y-66903600D03* 83 | X83629500Y-66903600D03* 84 | X80708500Y-73453500D03* 85 | X81724500Y-73453500D03* 86 | D15* 87 | X84391500Y-73390000D03* 88 | X84391500Y-72374000D03* 89 | X86042500Y-73390000D03* 90 | X86042500Y-72374000D03* 91 | D17* 92 | X97980501Y-76517500D03* 93 | X95948501Y-76517500D03* 94 | D14* 95 | X99796600Y-68999100D03* 96 | X98780600Y-68999100D03* 97 | X99847400Y-70993000D03* 98 | X98831400Y-70993000D03* 99 | X82740500Y-62912500D03* 100 | X83756500Y-62912500D03* 101 | X83629500Y-64182500D03* 102 | X82613500Y-64182500D03* 103 | X78422500Y-67040000D03* 104 | X77406500Y-67040000D03* 105 | X77406500Y-68183000D03* 106 | X78422500Y-68183000D03* 107 | D18* 108 | X75124000Y-61642500D03* 109 | X75124000Y-62912500D03* 110 | X75124000Y-64182500D03* 111 | X75124000Y-65452500D03* 112 | X80324000Y-65452500D03* 113 | X80324000Y-64182500D03* 114 | X80324000Y-62912500D03* 115 | X80324000Y-61642500D03* 116 | M02* 117 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1* 2 | G04 #@! TF.CreationDate,2019-09-12T13:39:22+03:00* 3 | G04 #@! TF.ProjectId,USB-GIGABIT_Rev_C,5553422d-4749-4474-9142-49545f526576,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Top* 6 | G04 #@! TF.FilePolarity,Positive* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 5.99.0-unknown-efbc802~86~ubuntu18.04.1) date 2019-09-12 13:39:22* 10 | %MOMM*% 11 | %LPD*% 12 | G04 APERTURE LIST* 13 | %ADD10O,1.800000X1.400000*% 14 | %ADD11O,1.400000X1.800000*% 15 | %ADD12R,0.211000X0.811000*% 16 | %ADD13R,0.811000X0.211000*% 17 | %ADD14R,0.500000X0.550000*% 18 | %ADD15R,1.050000X1.270000*% 19 | %ADD16R,0.550000X0.500000*% 20 | %ADD17R,1.016000X1.778000*% 21 | %ADD18R,1.270000X1.524000*% 22 | %ADD19R,1.016000X1.016000*% 23 | %ADD20R,1.400000X1.200000*% 24 | G04 APERTURE END LIST* 25 | D10* 26 | X83500000Y-72005500D03* 27 | X83500000Y-68805500D03* 28 | D11* 29 | X85100000Y-70405500D03* 30 | X81900000Y-70405500D03* 31 | D12* 32 | X81300000Y-67485500D03* 33 | X81700000Y-67485500D03* 34 | X82100000Y-67485500D03* 35 | X82500000Y-67485500D03* 36 | X82900000Y-67485500D03* 37 | X83300000Y-67485500D03* 38 | X83700000Y-67485500D03* 39 | X84100000Y-67485500D03* 40 | X84500000Y-67485500D03* 41 | X84900000Y-67485500D03* 42 | X85300000Y-67485500D03* 43 | X85700000Y-67485500D03* 44 | D13* 45 | X86420000Y-68205500D03* 46 | X86420000Y-68605500D03* 47 | X86420000Y-69005500D03* 48 | X86420000Y-69405500D03* 49 | X86420000Y-69805500D03* 50 | X86420000Y-70205500D03* 51 | X86420000Y-70605500D03* 52 | X86420000Y-71005500D03* 53 | X86420000Y-71405500D03* 54 | X86420000Y-71805500D03* 55 | X86420000Y-72205500D03* 56 | X86420000Y-72605500D03* 57 | D12* 58 | X85700000Y-73325500D03* 59 | X85300000Y-73325500D03* 60 | X84900000Y-73325500D03* 61 | X84500000Y-73325500D03* 62 | X84100000Y-73325500D03* 63 | X83700000Y-73325500D03* 64 | X83300000Y-73325500D03* 65 | X82900000Y-73325500D03* 66 | X82500000Y-73325500D03* 67 | X82100000Y-73325500D03* 68 | X81700000Y-73325500D03* 69 | X81300000Y-73325500D03* 70 | D13* 71 | X80580000Y-72605500D03* 72 | X80580000Y-72205500D03* 73 | X80580000Y-71805500D03* 74 | X80580000Y-71405500D03* 75 | X80580000Y-71005500D03* 76 | X80580000Y-70605500D03* 77 | X80580000Y-70205500D03* 78 | X80580000Y-69805500D03* 79 | X80580000Y-69405500D03* 80 | X80580000Y-69005500D03* 81 | X80580000Y-68605500D03* 82 | X80580000Y-68205500D03* 83 | D14* 84 | X89331800Y-68338700D03* 85 | X88315800Y-68338700D03* 86 | X88642000Y-71750000D03* 87 | X89658000Y-71750000D03* 88 | D15* 89 | X62484000Y-68541900D03* 90 | X64516000Y-68541900D03* 91 | X62509400Y-70675500D03* 92 | X64541400Y-70675500D03* 93 | X98996500Y-62547500D03* 94 | X101028500Y-62547500D03* 95 | D14* 96 | X72461500Y-61642500D03* 97 | X71445500Y-61642500D03* 98 | D16* 99 | X85098000Y-62722000D03* 100 | X85098000Y-61706000D03* 101 | X79319500Y-63166500D03* 102 | X79319500Y-64182500D03* 103 | D17* 104 | X70278000Y-78000000D03* 105 | X66722000Y-78000000D03* 106 | D14* 107 | X89695400Y-72800000D03* 108 | X88679400Y-72800000D03* 109 | D18* 110 | X98996500Y-77533500D03* 111 | X101028500Y-77533500D03* 112 | D19* 113 | X77795500Y-62658500D03* 114 | X77795500Y-64436500D03* 115 | D16* 116 | X88350000Y-65358000D03* 117 | X88350000Y-64342000D03* 118 | X87249000Y-65358000D03* 119 | X87249000Y-64342000D03* 120 | D19* 121 | X61074300Y-70688200D03* 122 | X59296300Y-70688200D03* 123 | X60985400Y-68541900D03* 124 | X59207400Y-68541900D03* 125 | D20* 126 | X81132500Y-62369800D03* 127 | X83332500Y-63969800D03* 128 | X83332500Y-62369800D03* 129 | X81132500Y-63969800D03* 130 | M02* 131 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1* 2 | G04 #@! TF.CreationDate,2019-09-12T13:39:23+03:00* 3 | G04 #@! TF.ProjectId,USB-GIGABIT_Rev_C,5553422d-4749-4474-9142-49545f526576,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! TF.FilePolarity,Negative* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 5.99.0-unknown-efbc802~86~ubuntu18.04.1) date 2019-09-12 13:39:23* 10 | %MOMM*% 11 | %LPD*% 12 | G04 APERTURE LIST* 13 | %ADD10R,1.301600X0.651600*% 14 | %ADD11R,1.117600X1.117600*% 15 | %ADD12R,3.101600X1.701600*% 16 | %ADD13O,4.040000X1.640000*% 17 | %ADD14R,1.840000X0.540000*% 18 | %ADD15C,1.040000*% 19 | %ADD16O,2.000000X2.000000*% 20 | %ADD17C,1.254000*% 21 | %ADD18R,0.601600X0.651600*% 22 | %ADD19R,0.651600X0.601600*% 23 | %ADD20R,1.001600X0.901600*% 24 | %ADD21R,1.625600X1.371600*% 25 | %ADD22C,3.340000*% 26 | %ADD23C,2.440000*% 27 | %ADD24C,1.690000*% 28 | %ADD25R,2.301600X0.701600*% 29 | G04 APERTURE END LIST* 30 | D10* 31 | X93850000Y-65550000D03* 32 | X93850000Y-64600000D03* 33 | X93850000Y-63650000D03* 34 | X96450000Y-65550000D03* 35 | X96450000Y-63650000D03* 36 | D11* 37 | X95289000Y-62050000D03* 38 | X93511000Y-62050000D03* 39 | X98889000Y-62050000D03* 40 | X97111000Y-62050000D03* 41 | D12* 42 | X90700000Y-65400000D03* 43 | X90700000Y-63000000D03* 44 | D13* 45 | X104200000Y-64150000D03* 46 | X104200000Y-75850000D03* 47 | D14* 48 | X101700000Y-66000000D03* 49 | X101700000Y-67000000D03* 50 | X101700000Y-68000000D03* 51 | X101700000Y-69000000D03* 52 | X101700000Y-70000000D03* 53 | X101700000Y-71000000D03* 54 | X101700000Y-72000000D03* 55 | X101700000Y-73000000D03* 56 | X101700000Y-74000000D03* 57 | D15* 58 | X104200000Y-67750000D03* 59 | X104200000Y-72250000D03* 60 | D16* 61 | X83500000Y-70405500D03* 62 | D17* 63 | X104850000Y-78200000D03* 64 | X104500000Y-62000000D03* 65 | X56850000Y-69850000D03* 66 | D18* 67 | X99847400Y-67650000D03* 68 | X98831400Y-67650000D03* 69 | X99808000Y-66200000D03* 70 | X98792000Y-66200000D03* 71 | D19* 72 | X79768700Y-67576700D03* 73 | X79768700Y-66560700D03* 74 | D18* 75 | X80708500Y-72374000D03* 76 | X81724500Y-72374000D03* 77 | D20* 78 | X92100500Y-76517500D03* 79 | X93700500Y-76517500D03* 80 | D18* 81 | X86677500Y-71294500D03* 82 | X85661500Y-71294500D03* 83 | D19* 84 | X82791300Y-65874900D03* 85 | X82791300Y-66890900D03* 86 | D18* 87 | X76695300Y-69240400D03* 88 | X75679300Y-69240400D03* 89 | D20* 90 | X92750000Y-67500000D03* 91 | X91150000Y-67500000D03* 92 | D18* 93 | X77546200Y-71399400D03* 94 | X76530200Y-71399400D03* 95 | D19* 96 | X81838800Y-66827400D03* 97 | X81838800Y-67843400D03* 98 | D18* 99 | X91308000Y-69400000D03* 100 | X90292000Y-69400000D03* 101 | X84645500Y-66903600D03* 102 | X83629500Y-66903600D03* 103 | X80708500Y-73453500D03* 104 | X81724500Y-73453500D03* 105 | D19* 106 | X84391500Y-73390000D03* 107 | X84391500Y-72374000D03* 108 | X86042500Y-73390000D03* 109 | X86042500Y-72374000D03* 110 | D21* 111 | X97980501Y-76517500D03* 112 | X95948501Y-76517500D03* 113 | D22* 114 | X61341500Y-75715000D03* 115 | X61341500Y-64285000D03* 116 | D23* 117 | X64389500Y-77747000D03* 118 | X64389500Y-62253000D03* 119 | D24* 120 | X56769500Y-76731000D03* 121 | X58801500Y-76731000D03* 122 | X56769500Y-63269000D03* 123 | X58801500Y-63269000D03* 124 | X70231500Y-75715000D03* 125 | X67691500Y-74445000D03* 126 | X70231500Y-73175000D03* 127 | X67691500Y-71905000D03* 128 | X70231500Y-70635000D03* 129 | X67691500Y-69365000D03* 130 | X70231500Y-68095000D03* 131 | X67691500Y-66825000D03* 132 | X70231500Y-65555000D03* 133 | X67691500Y-64285000D03* 134 | D18* 135 | X99796600Y-68999100D03* 136 | X98780600Y-68999100D03* 137 | X99847400Y-70993000D03* 138 | X98831400Y-70993000D03* 139 | X82740500Y-62912500D03* 140 | X83756500Y-62912500D03* 141 | X83629500Y-64182500D03* 142 | X82613500Y-64182500D03* 143 | X78422500Y-67040000D03* 144 | X77406500Y-67040000D03* 145 | X77406500Y-68183000D03* 146 | X78422500Y-68183000D03* 147 | D25* 148 | X75124000Y-61642500D03* 149 | X75124000Y-62912500D03* 150 | X75124000Y-64182500D03* 151 | X75124000Y-65452500D03* 152 | X80324000Y-65452500D03* 153 | X80324000Y-64182500D03* 154 | X80324000Y-62912500D03* 155 | X80324000Y-61642500D03* 156 | M02* 157 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/gerbers/USB-GIGABIT_Rev_C-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,5.99.0-unknown-efbc802~86~ubuntu18.04.1* 2 | G04 #@! TF.CreationDate,2019-09-12T13:39:23+03:00* 3 | G04 #@! TF.ProjectId,USB-GIGABIT_Rev_C,5553422d-4749-4474-9142-49545f526576,rev?* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Top* 6 | G04 #@! TF.FilePolarity,Negative* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 5.99.0-unknown-efbc802~86~ubuntu18.04.1) date 2019-09-12 13:39:23* 10 | %MOMM*% 11 | %LPD*% 12 | G04 APERTURE LIST* 13 | %ADD10O,4.040000X1.640000*% 14 | %ADD11C,1.040000*% 15 | %ADD12R,2.431600X2.431600*% 16 | %ADD13R,0.301600X0.901600*% 17 | %ADD14R,0.901600X0.301600*% 18 | %ADD15R,0.601600X0.651600*% 19 | %ADD16C,1.254000*% 20 | %ADD17R,1.151600X1.371600*% 21 | %ADD18R,0.651600X0.601600*% 22 | %ADD19R,1.117600X1.879600*% 23 | %ADD20C,3.340000*% 24 | %ADD21C,2.440000*% 25 | %ADD22C,1.690000*% 26 | %ADD23R,1.371600X1.625600*% 27 | %ADD24R,1.117600X1.117600*% 28 | %ADD25R,1.440000X1.240000*% 29 | G04 APERTURE END LIST* 30 | D10* 31 | X104200000Y-64150000D03* 32 | X104200000Y-75850000D03* 33 | D11* 34 | X104200000Y-67750000D03* 35 | X104200000Y-72250000D03* 36 | D12* 37 | X82335000Y-71570500D03* 38 | X82335000Y-69240500D03* 39 | X84665000Y-69240500D03* 40 | X84665000Y-71570500D03* 41 | D13* 42 | X81300000Y-67485500D03* 43 | X81700000Y-67485500D03* 44 | X82100000Y-67485500D03* 45 | X82500000Y-67485500D03* 46 | X82900000Y-67485500D03* 47 | X83300000Y-67485500D03* 48 | X83700000Y-67485500D03* 49 | X84100000Y-67485500D03* 50 | X84500000Y-67485500D03* 51 | X84900000Y-67485500D03* 52 | X85300000Y-67485500D03* 53 | X85700000Y-67485500D03* 54 | D14* 55 | X86420000Y-68205500D03* 56 | X86420000Y-68605500D03* 57 | X86420000Y-69005500D03* 58 | X86420000Y-69405500D03* 59 | X86420000Y-69805500D03* 60 | X86420000Y-70205500D03* 61 | X86420000Y-70605500D03* 62 | X86420000Y-71005500D03* 63 | X86420000Y-71405500D03* 64 | X86420000Y-71805500D03* 65 | X86420000Y-72205500D03* 66 | X86420000Y-72605500D03* 67 | D13* 68 | X85700000Y-73325500D03* 69 | X85300000Y-73325500D03* 70 | X84900000Y-73325500D03* 71 | X84500000Y-73325500D03* 72 | X84100000Y-73325500D03* 73 | X83700000Y-73325500D03* 74 | X83300000Y-73325500D03* 75 | X82900000Y-73325500D03* 76 | X82500000Y-73325500D03* 77 | X82100000Y-73325500D03* 78 | X81700000Y-73325500D03* 79 | X81300000Y-73325500D03* 80 | D14* 81 | X80580000Y-72605500D03* 82 | X80580000Y-72205500D03* 83 | X80580000Y-71805500D03* 84 | X80580000Y-71405500D03* 85 | X80580000Y-71005500D03* 86 | X80580000Y-70605500D03* 87 | X80580000Y-70205500D03* 88 | X80580000Y-69805500D03* 89 | X80580000Y-69405500D03* 90 | X80580000Y-69005500D03* 91 | X80580000Y-68605500D03* 92 | X80580000Y-68205500D03* 93 | D15* 94 | X89331800Y-68338700D03* 95 | X88315800Y-68338700D03* 96 | X88642000Y-71750000D03* 97 | X89658000Y-71750000D03* 98 | D16* 99 | X56850000Y-69850000D03* 100 | X104850000Y-78200000D03* 101 | X104500000Y-62000000D03* 102 | D17* 103 | X62484000Y-68541900D03* 104 | X64516000Y-68541900D03* 105 | X62509400Y-70675500D03* 106 | X64541400Y-70675500D03* 107 | X98996500Y-62547500D03* 108 | X101028500Y-62547500D03* 109 | D15* 110 | X72461500Y-61642500D03* 111 | X71445500Y-61642500D03* 112 | D18* 113 | X85098000Y-62722000D03* 114 | X85098000Y-61706000D03* 115 | X79319500Y-63166500D03* 116 | X79319500Y-64182500D03* 117 | D19* 118 | X70278000Y-78000000D03* 119 | X66722000Y-78000000D03* 120 | D15* 121 | X89695400Y-72800000D03* 122 | X88679400Y-72800000D03* 123 | D20* 124 | X61341500Y-75715000D03* 125 | X61341500Y-64285000D03* 126 | D21* 127 | X64389500Y-77747000D03* 128 | X64389500Y-62253000D03* 129 | D22* 130 | X56769500Y-76731000D03* 131 | X58801500Y-76731000D03* 132 | X56769500Y-63269000D03* 133 | X58801500Y-63269000D03* 134 | X70231500Y-75715000D03* 135 | X67691500Y-74445000D03* 136 | X70231500Y-73175000D03* 137 | X67691500Y-71905000D03* 138 | X70231500Y-70635000D03* 139 | X67691500Y-69365000D03* 140 | X70231500Y-68095000D03* 141 | X67691500Y-66825000D03* 142 | X70231500Y-65555000D03* 143 | X67691500Y-64285000D03* 144 | D23* 145 | X98996500Y-77533500D03* 146 | X101028500Y-77533500D03* 147 | D24* 148 | X77795500Y-62658500D03* 149 | X77795500Y-64436500D03* 150 | D18* 151 | X88350000Y-65358000D03* 152 | X88350000Y-64342000D03* 153 | X87249000Y-65358000D03* 154 | X87249000Y-64342000D03* 155 | D24* 156 | X61074300Y-70688200D03* 157 | X59296300Y-70688200D03* 158 | X60985400Y-68541900D03* 159 | X59207400Y-68541900D03* 160 | D25* 161 | X81132500Y-62369800D03* 162 | X83332500Y-63969800D03* 163 | X83332500Y-62369800D03* 164 | X81132500Y-63969800D03* 165 | M02* 166 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/USB-GIGABIT_Rev_C.pro: -------------------------------------------------------------------------------- 1 | update=Thu 24 Oct 2019 01:49:20 PM EEST 2 | version=1 3 | last_client=kicad 4 | [cvpcb] 5 | version=1 6 | NetIExt=net 7 | [general] 8 | version=1 9 | [eeschema] 10 | version=1 11 | LibDir= 12 | [pcbnew] 13 | version=1 14 | PageLayoutDescrFile= 15 | LastNetListRead=USB-GIGABIT_Rev_A.net 16 | CopperLayerCount=4 17 | BoardThickness=1.6 18 | AllowMicroVias=0 19 | AllowBlindVias=0 20 | RequireCourtyardDefinitions=0 21 | ProhibitOverlappingCourtyards=1 22 | MinTrackWidth=0.15 23 | MinViaDiameter=0.7 24 | MinViaDrill=0.4 25 | MinMicroViaDiameter=0.2 26 | MinMicroViaDrill=0.09999999999999999 27 | MinHoleToHole=0.25 28 | CopperEdgeClearance=0.15 29 | TrackWidth1=0.25 30 | TrackWidth2=0.15494 31 | TrackWidth3=0.1999 32 | TrackWidth4=0.3048 33 | TrackWidth5=0.508 34 | TrackWidth6=0.762 35 | TrackWidth7=1.016 36 | ViaDiameter1=0.7 37 | ViaDrill1=0.4 38 | dPairWidth1=0.2 39 | dPairGap1=0.25 40 | dPairViaGap1=0.25 41 | dPairWidth2=0.1778 42 | dPairGap2=0.3048 43 | dPairViaGap2=0.508 44 | SilkLineWidth=0.15 45 | SilkTextSizeV=1 46 | SilkTextSizeH=1 47 | SilkTextSizeThickness=0.15 48 | SilkTextItalic=0 49 | SilkTextUpright=1 50 | CopperLineWidth=0.2 51 | CopperTextSizeV=1.5 52 | CopperTextSizeH=1.5 53 | CopperTextThickness=0.3 54 | CopperTextItalic=0 55 | CopperTextUpright=1 56 | EdgeCutLineWidth=0.3 57 | CourtyardLineWidth=0.05 58 | OthersLineWidth=0.15 59 | OthersTextSizeV=1 60 | OthersTextSizeH=1 61 | OthersTextSizeThickness=0.15 62 | OthersTextItalic=0 63 | OthersTextUpright=1 64 | SolderMaskClearance=0.02 65 | SolderMaskMinWidth=0 66 | SolderPasteClearance=0 67 | SolderPasteRatio=-0 68 | [pcbnew/Layer.F.Cu] 69 | Name=F.Cu 70 | Type=2 71 | Enabled=1 72 | [pcbnew/Layer.In1.Cu] 73 | Name=In1.Cu 74 | Type=2 75 | Enabled=1 76 | [pcbnew/Layer.In2.Cu] 77 | Name=In2.Cu 78 | Type=2 79 | Enabled=1 80 | [pcbnew/Layer.In3.Cu] 81 | Name=In3.Cu 82 | Type=0 83 | Enabled=0 84 | [pcbnew/Layer.In4.Cu] 85 | Name=In4.Cu 86 | Type=0 87 | Enabled=0 88 | [pcbnew/Layer.In5.Cu] 89 | Name=In5.Cu 90 | Type=0 91 | Enabled=0 92 | [pcbnew/Layer.In6.Cu] 93 | Name=In6.Cu 94 | Type=0 95 | Enabled=0 96 | [pcbnew/Layer.In7.Cu] 97 | Name=In7.Cu 98 | Type=0 99 | Enabled=0 100 | [pcbnew/Layer.In8.Cu] 101 | Name=In8.Cu 102 | Type=0 103 | Enabled=0 104 | [pcbnew/Layer.In9.Cu] 105 | Name=In9.Cu 106 | Type=0 107 | Enabled=0 108 | [pcbnew/Layer.In10.Cu] 109 | Name=In10.Cu 110 | Type=0 111 | Enabled=0 112 | [pcbnew/Layer.In11.Cu] 113 | Name=In11.Cu 114 | Type=0 115 | Enabled=0 116 | [pcbnew/Layer.In12.Cu] 117 | Name=In12.Cu 118 | Type=0 119 | Enabled=0 120 | [pcbnew/Layer.In13.Cu] 121 | Name=In13.Cu 122 | Type=0 123 | Enabled=0 124 | [pcbnew/Layer.In14.Cu] 125 | Name=In14.Cu 126 | Type=0 127 | Enabled=0 128 | [pcbnew/Layer.In15.Cu] 129 | Name=In15.Cu 130 | Type=0 131 | Enabled=0 132 | [pcbnew/Layer.In16.Cu] 133 | Name=In16.Cu 134 | Type=0 135 | Enabled=0 136 | [pcbnew/Layer.In17.Cu] 137 | Name=In17.Cu 138 | Type=0 139 | Enabled=0 140 | [pcbnew/Layer.In18.Cu] 141 | Name=In18.Cu 142 | Type=0 143 | Enabled=0 144 | [pcbnew/Layer.In19.Cu] 145 | Name=In19.Cu 146 | Type=0 147 | Enabled=0 148 | [pcbnew/Layer.In20.Cu] 149 | Name=In20.Cu 150 | Type=0 151 | Enabled=0 152 | [pcbnew/Layer.In21.Cu] 153 | Name=In21.Cu 154 | Type=0 155 | Enabled=0 156 | [pcbnew/Layer.In22.Cu] 157 | Name=In22.Cu 158 | Type=0 159 | Enabled=0 160 | [pcbnew/Layer.In23.Cu] 161 | Name=In23.Cu 162 | Type=0 163 | Enabled=0 164 | [pcbnew/Layer.In24.Cu] 165 | Name=In24.Cu 166 | Type=0 167 | Enabled=0 168 | [pcbnew/Layer.In25.Cu] 169 | Name=In25.Cu 170 | Type=0 171 | Enabled=0 172 | [pcbnew/Layer.In26.Cu] 173 | Name=In26.Cu 174 | Type=0 175 | Enabled=0 176 | [pcbnew/Layer.In27.Cu] 177 | Name=In27.Cu 178 | Type=0 179 | Enabled=0 180 | [pcbnew/Layer.In28.Cu] 181 | Name=In28.Cu 182 | Type=0 183 | Enabled=0 184 | [pcbnew/Layer.In29.Cu] 185 | Name=In29.Cu 186 | Type=0 187 | Enabled=0 188 | [pcbnew/Layer.In30.Cu] 189 | Name=In30.Cu 190 | Type=0 191 | Enabled=0 192 | [pcbnew/Layer.B.Cu] 193 | Name=B.Cu 194 | Type=2 195 | Enabled=1 196 | [pcbnew/Layer.B.Adhes] 197 | Enabled=1 198 | [pcbnew/Layer.F.Adhes] 199 | Enabled=1 200 | [pcbnew/Layer.B.Paste] 201 | Enabled=1 202 | [pcbnew/Layer.F.Paste] 203 | Enabled=1 204 | [pcbnew/Layer.B.SilkS] 205 | Enabled=1 206 | [pcbnew/Layer.F.SilkS] 207 | Enabled=1 208 | [pcbnew/Layer.B.Mask] 209 | Enabled=1 210 | [pcbnew/Layer.F.Mask] 211 | Enabled=1 212 | [pcbnew/Layer.Dwgs.User] 213 | Enabled=1 214 | [pcbnew/Layer.Cmts.User] 215 | Enabled=1 216 | [pcbnew/Layer.Eco1.User] 217 | Enabled=1 218 | [pcbnew/Layer.Eco2.User] 219 | Enabled=1 220 | [pcbnew/Layer.Edge.Cuts] 221 | Enabled=1 222 | [pcbnew/Layer.Margin] 223 | Enabled=1 224 | [pcbnew/Layer.B.CrtYd] 225 | Enabled=1 226 | [pcbnew/Layer.F.CrtYd] 227 | Enabled=1 228 | [pcbnew/Layer.B.Fab] 229 | Enabled=1 230 | [pcbnew/Layer.F.Fab] 231 | Enabled=1 232 | [pcbnew/Layer.Rescue] 233 | Enabled=0 234 | [pcbnew/Netclasses] 235 | [pcbnew/Netclasses/Default] 236 | Name=Default 237 | Clearance=0.1524 238 | TrackWidth=0.25 239 | ViaDiameter=0.7 240 | ViaDrill=0.4 241 | uViaDiameter=0.3 242 | uViaDrill=0.1 243 | dPairWidth=0.2 244 | dPairGap=0.25 245 | dPairViaGap=0.25 246 | [schematic_editor] 247 | version=1 248 | PageLayoutDescrFile= 249 | PlotDirectoryName= 250 | SubpartIdSeparator=0 251 | SubpartFirstId=65 252 | NetFmtName=Pcbnew 253 | SpiceAjustPassiveValues=0 254 | LabSize=60 255 | ERC_TestSimilarLabels=1 256 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-07-08T15:30:03+03:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_E,5553422d-4749-4474-9142-49545f526576,E*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-07-08 15:30:03* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10R,0.550000X0.500000*% 15 | %ADD11R,0.500000X0.550000*% 16 | %ADD12R,1.270000X1.524000*% 17 | %ADD13R,1.016000X1.778000*% 18 | %ADD14R,1.016000X1.016000*% 19 | %ADD15R,1.524000X1.270000*% 20 | %ADD16R,2.200000X0.600000*% 21 | %ADD17R,0.211000X0.927000*% 22 | %ADD18R,0.927000X0.211000*% 23 | %ADD19R,1.100000X1.649998*% 24 | %ADD20R,1.400000X2.300000*% 25 | %ADD21R,1.400000X1.200000*% 26 | %ADD22R,3.000000X1.600000*% 27 | %ADD23R,1.200000X0.550000*% 28 | %ADD24C,1.000000*% 29 | G04 APERTURE END LIST* 30 | D10* 31 | X46219000Y10031000D03* 32 | X46219000Y11047000D03* 33 | D11* 34 | X17898000Y9650000D03* 35 | X18914000Y9650000D03* 36 | X17898000Y8761000D03* 37 | X18914000Y8761000D03* 38 | D12* 39 | X46346000Y14984000D03* 40 | X44314000Y14984000D03* 41 | D10* 42 | X42282000Y16381000D03* 43 | X42282000Y17397000D03* 44 | X27423000Y16508000D03* 45 | X27423000Y17524000D03* 46 | X22089000Y16635000D03* 47 | X22089000Y17651000D03* 48 | D13* 49 | X11675000Y1649000D03* 50 | X15231000Y1649000D03* 51 | D10* 52 | X21962000Y13841000D03* 53 | X21962000Y12825000D03* 54 | X20692000Y3173000D03* 55 | X20692000Y4189000D03* 56 | D14* 57 | X39742000Y7491000D03* 58 | X41520000Y7491000D03* 59 | D11* 60 | X32249000Y7618000D03* 61 | X31233000Y7618000D03* 62 | X29455000Y16381000D03* 63 | X28439000Y16381000D03* 64 | D10* 65 | X18787000Y12698000D03* 66 | X18787000Y11682000D03* 67 | D14* 68 | X35932000Y11809000D03* 69 | X37710000Y11809000D03* 70 | D10* 71 | X19422000Y5840000D03* 72 | X19422000Y6856000D03* 73 | D11* 74 | X21073000Y14857000D03* 75 | X22089000Y14857000D03* 76 | D10* 77 | X33646000Y11682000D03* 78 | X33646000Y10666000D03* 79 | D11* 80 | X29455000Y15365000D03* 81 | X28439000Y15365000D03* 82 | X31233000Y6700000D03* 83 | X32249000Y6700000D03* 84 | D10* 85 | X22724000Y3173000D03* 86 | X22724000Y4189000D03* 87 | X21708000Y3173000D03* 88 | X21708000Y4189000D03* 89 | D11* 90 | X30852000Y5078000D03* 91 | X29836000Y5078000D03* 92 | D15* 93 | X40504000Y5586000D03* 94 | X38472000Y5586000D03* 95 | D10* 96 | X43552000Y7364000D03* 97 | X43552000Y8380000D03* 98 | X44441000Y7364000D03* 99 | X44441000Y8380000D03* 100 | D12* 101 | X46981000Y17143000D03* 102 | X44949000Y17143000D03* 103 | D11* 104 | X30852000Y17397000D03* 105 | X31868000Y17397000D03* 106 | X31868000Y16381000D03* 107 | X30852000Y16381000D03* 108 | X31614000Y12063000D03* 109 | X30598000Y12063000D03* 110 | X31614000Y13079000D03* 111 | X30598000Y13079000D03* 112 | D10* 113 | X33646000Y8380000D03* 114 | X33646000Y7364000D03* 115 | D11* 116 | X31360000Y15238000D03* 117 | X30344000Y15238000D03* 118 | X30598000Y14095000D03* 119 | X31614000Y14095000D03* 120 | D16* 121 | X34856000Y17547137D03* 122 | X34856000Y16277137D03* 123 | X34856000Y15007137D03* 124 | X34856000Y13737137D03* 125 | X40056000Y13737137D03* 126 | X40056000Y15007137D03* 127 | X40056000Y16277137D03* 128 | X40056000Y17547137D03* 129 | D17* 130 | X28065988Y12078000D03* 131 | X27665988Y12078000D03* 132 | X27265988Y12078000D03* 133 | X26865988Y12078000D03* 134 | X26465988Y12078000D03* 135 | X26065988Y12078000D03* 136 | X25665988Y12078000D03* 137 | X25265988Y12078000D03* 138 | X24865988Y12078000D03* 139 | X24465988Y12078000D03* 140 | X24065988Y12078000D03* 141 | X23665988Y12078000D03* 142 | D18* 143 | X28849488Y11294500D03* 144 | X22882488Y11294500D03* 145 | X28849488Y10894500D03* 146 | X22882488Y10894500D03* 147 | D19* 148 | X25865988Y10519500D03* 149 | D18* 150 | X28849488Y10494500D03* 151 | X22882488Y10494500D03* 152 | X28849488Y10094500D03* 153 | X22882488Y10094500D03* 154 | X28849488Y9694500D03* 155 | X22882488Y9694500D03* 156 | X28849488Y9294500D03* 157 | X22882488Y9294500D03* 158 | D20* 159 | X27415988Y9094500D03* 160 | X24315988Y9094500D03* 161 | D18* 162 | X28849488Y8894500D03* 163 | X22882488Y8894500D03* 164 | X28849488Y8494500D03* 165 | X22882488Y8494500D03* 166 | X28849488Y8094500D03* 167 | X22882488Y8094500D03* 168 | X28849488Y7694500D03* 169 | X22882488Y7694500D03* 170 | D19* 171 | X25865988Y7669501D03* 172 | D18* 173 | X28849488Y7294500D03* 174 | X22882488Y7294500D03* 175 | X28849488Y6894500D03* 176 | X22882488Y6894500D03* 177 | D17* 178 | X28065988Y6111000D03* 179 | X27665988Y6111000D03* 180 | X27265988Y6111000D03* 181 | X26865988Y6111000D03* 182 | X26465988Y6111000D03* 183 | X26065988Y6111000D03* 184 | X25665988Y6111000D03* 185 | X25265988Y6111000D03* 186 | X24865988Y6111000D03* 187 | X24465988Y6111000D03* 188 | X24065988Y6111000D03* 189 | X23665988Y6111000D03* 190 | D21* 191 | X23656000Y15581000D03* 192 | X25856000Y15581000D03* 193 | X25856000Y17181000D03* 194 | X23656000Y17181000D03* 195 | D11* 196 | X30598000Y10793000D03* 197 | X31614000Y10793000D03* 198 | D10* 199 | X19549000Y17651000D03* 200 | X19549000Y16635000D03* 201 | X18533000Y17651000D03* 202 | X18533000Y16635000D03* 203 | X20565000Y16635000D03* 204 | X20565000Y17651000D03* 205 | D22* 206 | X36567000Y7561000D03* 207 | X36567000Y9961000D03* 208 | D10* 209 | X43425000Y12571000D03* 210 | X43425000Y13587000D03* 211 | X42282000Y13587000D03* 212 | X42282000Y12571000D03* 213 | D23* 214 | X39458000Y11362000D03* 215 | X39458000Y10412000D03* 216 | X39458000Y9462000D03* 217 | X42058000Y9462000D03* 218 | X42058000Y11362000D03* 219 | D10* 220 | X47108000Y10031000D03* 221 | X47108000Y11047000D03* 222 | D24* 223 | X1261000Y18032000D03* 224 | X50029000Y1395000D03* 225 | M02* 226 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-01-19T15:32:02+02:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_D,5553422d-4749-4474-9142-49545f526576,rev?*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-01-19 15:32:02* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10R,1.400000X1.200000*% 15 | %ADD11R,0.500000X0.550000*% 16 | %ADD12R,0.550000X0.500000*% 17 | %ADD13R,1.270000X1.524000*% 18 | %ADD14R,1.016000X1.778000*% 19 | %ADD15R,1.016000X1.016000*% 20 | %ADD16R,1.524000X1.270000*% 21 | %ADD17R,2.200000X0.600000*% 22 | %ADD18R,0.211000X0.927000*% 23 | %ADD19R,0.927000X0.211000*% 24 | %ADD20R,1.100000X1.649998*% 25 | %ADD21R,1.400000X2.300000*% 26 | %ADD22R,3.000000X1.600000*% 27 | %ADD23R,1.200000X0.550000*% 28 | %ADD24C,1.000000*% 29 | G04 APERTURE END LIST* 30 | D10* 31 | X23656000Y17181000D03* 32 | X25856000Y15581000D03* 33 | X25856000Y17181000D03* 34 | X23656000Y15581000D03* 35 | D11* 36 | X18914000Y8761000D03* 37 | X17898000Y8761000D03* 38 | D12* 39 | X46219000Y10031000D03* 40 | X46219000Y11047000D03* 41 | D11* 42 | X17898000Y9650000D03* 43 | X18914000Y9650000D03* 44 | D13* 45 | X46346000Y14984000D03* 46 | X44314000Y14984000D03* 47 | D12* 48 | X42282000Y16381000D03* 49 | X42282000Y17397000D03* 50 | X27423000Y17524000D03* 51 | X27423000Y16508000D03* 52 | X22089000Y16635000D03* 53 | X22089000Y17651000D03* 54 | D14* 55 | X11675000Y1649000D03* 56 | X15231000Y1649000D03* 57 | D12* 58 | X21962000Y13841000D03* 59 | X21962000Y12825000D03* 60 | X20692000Y3173000D03* 61 | X20692000Y4189000D03* 62 | D15* 63 | X39742000Y7491000D03* 64 | X41520000Y7491000D03* 65 | D11* 66 | X31233000Y7618000D03* 67 | X32249000Y7618000D03* 68 | X29455000Y16381000D03* 69 | X28439000Y16381000D03* 70 | D12* 71 | X18787000Y12698000D03* 72 | X18787000Y11682000D03* 73 | D15* 74 | X35932000Y11809000D03* 75 | X37710000Y11809000D03* 76 | D12* 77 | X19422000Y6856000D03* 78 | X19422000Y5840000D03* 79 | D11* 80 | X22089000Y14857000D03* 81 | X21073000Y14857000D03* 82 | D12* 83 | X33646000Y11682000D03* 84 | X33646000Y10666000D03* 85 | D11* 86 | X28439000Y15365000D03* 87 | X29455000Y15365000D03* 88 | X31233000Y6700000D03* 89 | X32249000Y6700000D03* 90 | D12* 91 | X22724000Y3173000D03* 92 | X22724000Y4189000D03* 93 | X21708000Y4189000D03* 94 | X21708000Y3173000D03* 95 | D11* 96 | X30852000Y5078000D03* 97 | X29836000Y5078000D03* 98 | D16* 99 | X40504000Y5586000D03* 100 | X38472000Y5586000D03* 101 | D12* 102 | X43552000Y7364000D03* 103 | X43552000Y8380000D03* 104 | X44441000Y7364000D03* 105 | X44441000Y8380000D03* 106 | D13* 107 | X46981000Y17143000D03* 108 | X44949000Y17143000D03* 109 | D11* 110 | X30852000Y17397000D03* 111 | X31868000Y17397000D03* 112 | X31868000Y16381000D03* 113 | X30852000Y16381000D03* 114 | X31614000Y12063000D03* 115 | X30598000Y12063000D03* 116 | X31614000Y13079000D03* 117 | X30598000Y13079000D03* 118 | D12* 119 | X33646000Y7364000D03* 120 | X33646000Y8380000D03* 121 | D11* 122 | X30344000Y15238000D03* 123 | X31360000Y15238000D03* 124 | X30598000Y14095000D03* 125 | X31614000Y14095000D03* 126 | D17* 127 | X34856000Y17547137D03* 128 | X34856000Y16277137D03* 129 | X34856000Y15007137D03* 130 | X34856000Y13737137D03* 131 | X40056000Y13737137D03* 132 | X40056000Y15007137D03* 133 | X40056000Y16277137D03* 134 | X40056000Y17547137D03* 135 | D18* 136 | X28065988Y12078000D03* 137 | X27665988Y12078000D03* 138 | X27265988Y12078000D03* 139 | X26865988Y12078000D03* 140 | X26465988Y12078000D03* 141 | X26065988Y12078000D03* 142 | X25665988Y12078000D03* 143 | X25265988Y12078000D03* 144 | X24865988Y12078000D03* 145 | X24465988Y12078000D03* 146 | X24065988Y12078000D03* 147 | X23665988Y12078000D03* 148 | D19* 149 | X28849488Y11294500D03* 150 | X22882488Y11294500D03* 151 | X28849488Y10894500D03* 152 | X22882488Y10894500D03* 153 | D20* 154 | X25865988Y10519500D03* 155 | D19* 156 | X28849488Y10494500D03* 157 | X22882488Y10494500D03* 158 | X28849488Y10094500D03* 159 | X22882488Y10094500D03* 160 | X28849488Y9694500D03* 161 | X22882488Y9694500D03* 162 | X28849488Y9294500D03* 163 | X22882488Y9294500D03* 164 | D21* 165 | X27415988Y9094500D03* 166 | X24315988Y9094500D03* 167 | D19* 168 | X28849488Y8894500D03* 169 | X22882488Y8894500D03* 170 | X28849488Y8494500D03* 171 | X22882488Y8494500D03* 172 | X28849488Y8094500D03* 173 | X22882488Y8094500D03* 174 | X28849488Y7694500D03* 175 | X22882488Y7694500D03* 176 | D20* 177 | X25865988Y7669501D03* 178 | D19* 179 | X28849488Y7294500D03* 180 | X22882488Y7294500D03* 181 | X28849488Y6894500D03* 182 | X22882488Y6894500D03* 183 | D18* 184 | X28065988Y6111000D03* 185 | X27665988Y6111000D03* 186 | X27265988Y6111000D03* 187 | X26865988Y6111000D03* 188 | X26465988Y6111000D03* 189 | X26065988Y6111000D03* 190 | X25665988Y6111000D03* 191 | X25265988Y6111000D03* 192 | X24865988Y6111000D03* 193 | X24465988Y6111000D03* 194 | X24065988Y6111000D03* 195 | X23665988Y6111000D03* 196 | D11* 197 | X30598000Y10793000D03* 198 | X31614000Y10793000D03* 199 | D12* 200 | X19549000Y17651000D03* 201 | X19549000Y16635000D03* 202 | X18533000Y17651000D03* 203 | X18533000Y16635000D03* 204 | X20565000Y16635000D03* 205 | X20565000Y17651000D03* 206 | D22* 207 | X36567000Y7561000D03* 208 | X36567000Y9961000D03* 209 | D12* 210 | X43425000Y12571000D03* 211 | X43425000Y13587000D03* 212 | X42282000Y13587000D03* 213 | X42282000Y12571000D03* 214 | D23* 215 | X39458000Y11362000D03* 216 | X39458000Y10412000D03* 217 | X39458000Y9462000D03* 218 | X42058000Y9462000D03* 219 | X42058000Y11362000D03* 220 | D12* 221 | X47108000Y10031000D03* 222 | X47108000Y11047000D03* 223 | D24* 224 | X1261000Y18032000D03* 225 | X53000000Y1500000D03* 226 | M02* 227 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/gerbers/USB-GIGABIT_Rev_D-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-01-19T15:32:03+02:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_D,5553422d-4749-4474-9142-49545f526576,rev?*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-01-19 15:32:03* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.050800X-0.700000X-0.600000X0.700000X-0.600000X0.700000X0.600000X-0.700000X0.600000X0*% 33 | %ADD11O,4.040000X1.640000*% 34 | %ADD12C,1.040000*% 35 | %ADD13C,3.401600*% 36 | %ADD14C,1.751600*% 37 | %ADD15O,2.901600X2.101600*% 38 | %ADD16RoundRect,0.050800X-0.250000X-0.275000X0.250000X-0.275000X0.250000X0.275000X-0.250000X0.275000X0*% 39 | %ADD17RoundRect,0.050800X0.250000X0.275000X-0.250000X0.275000X-0.250000X-0.275000X0.250000X-0.275000X0*% 40 | %ADD18RoundRect,0.050800X-0.275000X0.250000X-0.275000X-0.250000X0.275000X-0.250000X0.275000X0.250000X0*% 41 | %ADD19RoundRect,0.050800X0.275000X-0.250000X0.275000X0.250000X-0.275000X0.250000X-0.275000X-0.250000X0*% 42 | %ADD20RoundRect,0.050800X-0.635000X0.762000X-0.635000X-0.762000X0.635000X-0.762000X0.635000X0.762000X0*% 43 | %ADD21RoundRect,0.050800X-0.508000X-0.889000X0.508000X-0.889000X0.508000X0.889000X-0.508000X0.889000X0*% 44 | %ADD22RoundRect,0.050800X-0.508000X-0.508000X0.508000X-0.508000X0.508000X0.508000X-0.508000X0.508000X0*% 45 | %ADD23RoundRect,0.050800X0.762000X0.635000X-0.762000X0.635000X-0.762000X-0.635000X0.762000X-0.635000X0*% 46 | %ADD24RoundRect,0.050800X-1.100000X0.300000X-1.100000X-0.300000X1.100000X-0.300000X1.100000X0.300000X0*% 47 | %ADD25RoundRect,0.050800X-0.463500X0.100000X-0.463500X-0.100000X0.463500X-0.100000X0.463500X0.100000X0*% 48 | %ADD26RoundRect,0.050800X-0.100000X-0.463500X0.100000X-0.463500X0.100000X0.463500X-0.100000X0.463500X0*% 49 | %ADD27RoundRect,0.050800X0.463500X-0.100000X0.463500X0.100000X-0.463500X0.100000X-0.463500X-0.100000X0*% 50 | %ADD28RoundRect,0.050800X0.100000X0.463500X-0.100000X0.463500X-0.100000X-0.463500X0.100000X-0.463500X0*% 51 | %ADD29RoundRect,0.050800X-2.250000X2.250000X-2.250000X-2.250000X2.250000X-2.250000X2.250000X2.250000X0*% 52 | %ADD30RoundRect,0.050800X-1.500000X0.800000X-1.500000X-0.800000X1.500000X-0.800000X1.500000X0.800000X0*% 53 | %ADD31RoundRect,0.050800X0.600000X0.275000X-0.600000X0.275000X-0.600000X-0.275000X0.600000X-0.275000X0*% 54 | %ADD32C,1.254000*% 55 | G04 APERTURE END LIST* 56 | D10* 57 | X23656000Y17181000D03* 58 | X25856000Y15581000D03* 59 | X25856000Y17181000D03* 60 | X23656000Y15581000D03* 61 | D11* 62 | X49200000Y3650000D03* 63 | X49200000Y15350000D03* 64 | D12* 65 | X49200000Y7250000D03* 66 | X49200000Y11750000D03* 67 | D13* 68 | X6341500Y15215000D03* 69 | X6341500Y3785000D03* 70 | D14* 71 | X12691500Y15215000D03* 72 | X15231500Y13945000D03* 73 | X12691500Y12675000D03* 74 | X15231500Y11405000D03* 75 | X12691500Y10135000D03* 76 | X15231500Y8865000D03* 77 | X12691500Y7595000D03* 78 | X15231500Y6325000D03* 79 | X12691500Y5055000D03* 80 | X15231500Y3785000D03* 81 | X3801500Y16231000D03* 82 | X1769500Y16231000D03* 83 | X3801500Y2769000D03* 84 | X1769500Y2769000D03* 85 | D15* 86 | X9541500Y17400000D03* 87 | X9541500Y1600000D03* 88 | D16* 89 | X18914000Y8761000D03* 90 | D17* 91 | X17898000Y8761000D03* 92 | D18* 93 | X46219000Y10031000D03* 94 | D19* 95 | X46219000Y11047000D03* 96 | D17* 97 | X17898000Y9650000D03* 98 | D16* 99 | X18914000Y9650000D03* 100 | D20* 101 | X46346000Y14984000D03* 102 | X44314000Y14984000D03* 103 | D18* 104 | X42282000Y16381000D03* 105 | D19* 106 | X42282000Y17397000D03* 107 | X27423000Y17524000D03* 108 | D18* 109 | X27423000Y16508000D03* 110 | X22089000Y16635000D03* 111 | D19* 112 | X22089000Y17651000D03* 113 | D21* 114 | X11675000Y1649000D03* 115 | X15231000Y1649000D03* 116 | D19* 117 | X21962000Y13841000D03* 118 | D18* 119 | X21962000Y12825000D03* 120 | X20692000Y3173000D03* 121 | D19* 122 | X20692000Y4189000D03* 123 | D22* 124 | X39742000Y7491000D03* 125 | X41520000Y7491000D03* 126 | D17* 127 | X31233000Y7618000D03* 128 | D16* 129 | X32249000Y7618000D03* 130 | X29455000Y16381000D03* 131 | D17* 132 | X28439000Y16381000D03* 133 | D19* 134 | X18787000Y12698000D03* 135 | D18* 136 | X18787000Y11682000D03* 137 | D22* 138 | X35932000Y11809000D03* 139 | X37710000Y11809000D03* 140 | D19* 141 | X19422000Y6856000D03* 142 | D18* 143 | X19422000Y5840000D03* 144 | D16* 145 | X22089000Y14857000D03* 146 | D17* 147 | X21073000Y14857000D03* 148 | D19* 149 | X33646000Y11682000D03* 150 | D18* 151 | X33646000Y10666000D03* 152 | D17* 153 | X28439000Y15365000D03* 154 | D16* 155 | X29455000Y15365000D03* 156 | D17* 157 | X31233000Y6700000D03* 158 | D16* 159 | X32249000Y6700000D03* 160 | D18* 161 | X22724000Y3173000D03* 162 | D19* 163 | X22724000Y4189000D03* 164 | X21708000Y4189000D03* 165 | D18* 166 | X21708000Y3173000D03* 167 | D16* 168 | X30852000Y5078000D03* 169 | D17* 170 | X29836000Y5078000D03* 171 | D23* 172 | X40504000Y5586000D03* 173 | X38472000Y5586000D03* 174 | D18* 175 | X43552000Y7364000D03* 176 | D19* 177 | X43552000Y8380000D03* 178 | D18* 179 | X44441000Y7364000D03* 180 | D19* 181 | X44441000Y8380000D03* 182 | D20* 183 | X46981000Y17143000D03* 184 | X44949000Y17143000D03* 185 | D17* 186 | X30852000Y17397000D03* 187 | D16* 188 | X31868000Y17397000D03* 189 | X31868000Y16381000D03* 190 | D17* 191 | X30852000Y16381000D03* 192 | D16* 193 | X31614000Y12063000D03* 194 | D17* 195 | X30598000Y12063000D03* 196 | D16* 197 | X31614000Y13079000D03* 198 | D17* 199 | X30598000Y13079000D03* 200 | D18* 201 | X33646000Y7364000D03* 202 | D19* 203 | X33646000Y8380000D03* 204 | D17* 205 | X30344000Y15238000D03* 206 | D16* 207 | X31360000Y15238000D03* 208 | D17* 209 | X30598000Y14095000D03* 210 | D16* 211 | X31614000Y14095000D03* 212 | D24* 213 | X34856000Y17547137D03* 214 | X34856000Y16277137D03* 215 | X34856000Y15007137D03* 216 | X34856000Y13737137D03* 217 | X40056000Y13737137D03* 218 | X40056000Y15007137D03* 219 | X40056000Y16277137D03* 220 | X40056000Y17547137D03* 221 | D25* 222 | X22882488Y11294500D03* 223 | X22882488Y10894500D03* 224 | X22882488Y10494500D03* 225 | X22882488Y10094500D03* 226 | X22882488Y9694500D03* 227 | X22882488Y9294500D03* 228 | X22882488Y8894500D03* 229 | X22882488Y8494500D03* 230 | X22882488Y8094500D03* 231 | X22882488Y7694500D03* 232 | X22882488Y7294500D03* 233 | X22882488Y6894500D03* 234 | D26* 235 | X23665988Y6111000D03* 236 | X24065988Y6111000D03* 237 | X24465988Y6111000D03* 238 | X24865988Y6111000D03* 239 | X25265988Y6111000D03* 240 | X25665988Y6111000D03* 241 | X26065988Y6111000D03* 242 | X26465988Y6111000D03* 243 | X26865988Y6111000D03* 244 | X27265988Y6111000D03* 245 | X27665988Y6111000D03* 246 | X28065988Y6111000D03* 247 | D27* 248 | X28849488Y6894500D03* 249 | X28849488Y7294500D03* 250 | X28849488Y7694500D03* 251 | X28849488Y8094500D03* 252 | X28849488Y8494500D03* 253 | X28849488Y8894500D03* 254 | X28849488Y9294500D03* 255 | X28849488Y9694500D03* 256 | X28849488Y10094500D03* 257 | X28849488Y10494500D03* 258 | X28849488Y10894500D03* 259 | X28849488Y11294500D03* 260 | D28* 261 | X28065988Y12078000D03* 262 | X27665988Y12078000D03* 263 | X27265988Y12078000D03* 264 | X26865988Y12078000D03* 265 | X26465988Y12078000D03* 266 | X26065988Y12078000D03* 267 | X25665988Y12078000D03* 268 | X25265988Y12078000D03* 269 | X24865988Y12078000D03* 270 | X24465988Y12078000D03* 271 | X24065988Y12078000D03* 272 | X23665988Y12078000D03* 273 | D29* 274 | X25865988Y9094500D03* 275 | D17* 276 | X30598000Y10793000D03* 277 | D16* 278 | X31614000Y10793000D03* 279 | D19* 280 | X19549000Y17651000D03* 281 | D18* 282 | X19549000Y16635000D03* 283 | D19* 284 | X18533000Y17651000D03* 285 | D18* 286 | X18533000Y16635000D03* 287 | X20565000Y16635000D03* 288 | D19* 289 | X20565000Y17651000D03* 290 | D30* 291 | X36567000Y7561000D03* 292 | X36567000Y9961000D03* 293 | D18* 294 | X43425000Y12571000D03* 295 | D19* 296 | X43425000Y13587000D03* 297 | X42282000Y13587000D03* 298 | D18* 299 | X42282000Y12571000D03* 300 | D31* 301 | X39458000Y11362000D03* 302 | X39458000Y10412000D03* 303 | X39458000Y9462000D03* 304 | X42058000Y9462000D03* 305 | X42058000Y11362000D03* 306 | D18* 307 | X47108000Y10031000D03* 308 | D19* 309 | X47108000Y11047000D03* 310 | D32* 311 | X1515000Y5205000D03* 312 | X53000000Y17500000D03* 313 | X1261000Y18032000D03* 314 | X53000000Y1500000D03* 315 | M02* 316 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/gerbers/USB-GIGABIT_Rev_E-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.9-7.0.9~ubuntu22.04.1*% 2 | %TF.CreationDate,2024-07-08T15:30:04+03:00*% 3 | %TF.ProjectId,USB-GIGABIT_Rev_E,5553422d-4749-4474-9142-49545f526576,E*% 4 | %TF.SameCoordinates,PX3473bc0PY4bd12e0*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.9-7.0.9~ubuntu22.04.1) date 2024-07-08 15:30:04* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10C,0.254000*% 33 | %ADD11RoundRect,0.050800X-0.275000X0.250000X-0.275000X-0.250000X0.275000X-0.250000X0.275000X0.250000X0*% 34 | %ADD12RoundRect,0.050800X0.275000X-0.250000X0.275000X0.250000X-0.275000X0.250000X-0.275000X-0.250000X0*% 35 | %ADD13RoundRect,0.050800X0.250000X0.275000X-0.250000X0.275000X-0.250000X-0.275000X0.250000X-0.275000X0*% 36 | %ADD14RoundRect,0.050800X-0.250000X-0.275000X0.250000X-0.275000X0.250000X0.275000X-0.250000X0.275000X0*% 37 | %ADD15RoundRect,0.050800X-0.635000X0.762000X-0.635000X-0.762000X0.635000X-0.762000X0.635000X0.762000X0*% 38 | %ADD16RoundRect,0.050800X-0.508000X-0.889000X0.508000X-0.889000X0.508000X0.889000X-0.508000X0.889000X0*% 39 | %ADD17RoundRect,0.050800X-0.508000X-0.508000X0.508000X-0.508000X0.508000X0.508000X-0.508000X0.508000X0*% 40 | %ADD18RoundRect,0.050800X0.762000X0.635000X-0.762000X0.635000X-0.762000X-0.635000X0.762000X-0.635000X0*% 41 | %ADD19RoundRect,0.050800X-1.100000X0.300000X-1.100000X-0.300000X1.100000X-0.300000X1.100000X0.300000X0*% 42 | %ADD20RoundRect,0.050800X-0.463500X0.100000X-0.463500X-0.100000X0.463500X-0.100000X0.463500X0.100000X0*% 43 | %ADD21RoundRect,0.050800X-0.100000X-0.463500X0.100000X-0.463500X0.100000X0.463500X-0.100000X0.463500X0*% 44 | %ADD22RoundRect,0.050800X0.463500X-0.100000X0.463500X0.100000X-0.463500X0.100000X-0.463500X-0.100000X0*% 45 | %ADD23RoundRect,0.050800X0.100000X0.463500X-0.100000X0.463500X-0.100000X-0.463500X0.100000X-0.463500X0*% 46 | %ADD24RoundRect,0.050800X-2.250000X2.250000X-2.250000X-2.250000X2.250000X-2.250000X2.250000X2.250000X0*% 47 | %ADD25RoundRect,0.050800X-0.700000X-0.600000X0.700000X-0.600000X0.700000X0.600000X-0.700000X0.600000X0*% 48 | %ADD26RoundRect,0.050800X-1.500000X0.800000X-1.500000X-0.800000X1.500000X-0.800000X1.500000X0.800000X0*% 49 | %ADD27RoundRect,0.050800X0.600000X0.275000X-0.600000X0.275000X-0.600000X-0.275000X0.600000X-0.275000X0*% 50 | %ADD28C,1.254000*% 51 | %ADD29C,3.401600*% 52 | %ADD30C,1.751600*% 53 | %ADD31O,2.901600X2.101600*% 54 | %ADD32C,1.040000*% 55 | %ADD33O,4.040000X1.640000*% 56 | G04 APERTURE END LIST* 57 | D10* 58 | X270400Y1344200D02* 59 | X5350400Y1344200D01* 60 | X5350400Y201200D01* 61 | X270400Y201200D01* 62 | X270400Y1344200D01* 63 | G36* 64 | X270400Y1344200D02* 65 | G01* 66 | X5350400Y1344200D01* 67 | X5350400Y201200D01* 68 | X270400Y201200D01* 69 | X270400Y1344200D01* 70 | G37* 71 | D11* 72 | X46219000Y10031000D03* 73 | D12* 74 | X46219000Y11047000D03* 75 | D13* 76 | X17898000Y9650000D03* 77 | D14* 78 | X18914000Y9650000D03* 79 | D13* 80 | X17898000Y8761000D03* 81 | D14* 82 | X18914000Y8761000D03* 83 | D15* 84 | X46346000Y14984000D03* 85 | X44314000Y14984000D03* 86 | D11* 87 | X42282000Y16381000D03* 88 | D12* 89 | X42282000Y17397000D03* 90 | D11* 91 | X27423000Y16508000D03* 92 | D12* 93 | X27423000Y17524000D03* 94 | D11* 95 | X22089000Y16635000D03* 96 | D12* 97 | X22089000Y17651000D03* 98 | D16* 99 | X11675000Y1649000D03* 100 | X15231000Y1649000D03* 101 | D12* 102 | X21962000Y13841000D03* 103 | D11* 104 | X21962000Y12825000D03* 105 | X20692000Y3173000D03* 106 | D12* 107 | X20692000Y4189000D03* 108 | D17* 109 | X39742000Y7491000D03* 110 | X41520000Y7491000D03* 111 | D14* 112 | X32249000Y7618000D03* 113 | D13* 114 | X31233000Y7618000D03* 115 | D14* 116 | X29455000Y16381000D03* 117 | D13* 118 | X28439000Y16381000D03* 119 | D12* 120 | X18787000Y12698000D03* 121 | D11* 122 | X18787000Y11682000D03* 123 | D17* 124 | X35932000Y11809000D03* 125 | X37710000Y11809000D03* 126 | D11* 127 | X19422000Y5840000D03* 128 | D12* 129 | X19422000Y6856000D03* 130 | D13* 131 | X21073000Y14857000D03* 132 | D14* 133 | X22089000Y14857000D03* 134 | D12* 135 | X33646000Y11682000D03* 136 | D11* 137 | X33646000Y10666000D03* 138 | D14* 139 | X29455000Y15365000D03* 140 | D13* 141 | X28439000Y15365000D03* 142 | X31233000Y6700000D03* 143 | D14* 144 | X32249000Y6700000D03* 145 | D11* 146 | X22724000Y3173000D03* 147 | D12* 148 | X22724000Y4189000D03* 149 | D11* 150 | X21708000Y3173000D03* 151 | D12* 152 | X21708000Y4189000D03* 153 | D14* 154 | X30852000Y5078000D03* 155 | D13* 156 | X29836000Y5078000D03* 157 | D18* 158 | X40504000Y5586000D03* 159 | X38472000Y5586000D03* 160 | D11* 161 | X43552000Y7364000D03* 162 | D12* 163 | X43552000Y8380000D03* 164 | D11* 165 | X44441000Y7364000D03* 166 | D12* 167 | X44441000Y8380000D03* 168 | D15* 169 | X46981000Y17143000D03* 170 | X44949000Y17143000D03* 171 | D13* 172 | X30852000Y17397000D03* 173 | D14* 174 | X31868000Y17397000D03* 175 | X31868000Y16381000D03* 176 | D13* 177 | X30852000Y16381000D03* 178 | D14* 179 | X31614000Y12063000D03* 180 | D13* 181 | X30598000Y12063000D03* 182 | D14* 183 | X31614000Y13079000D03* 184 | D13* 185 | X30598000Y13079000D03* 186 | D12* 187 | X33646000Y8380000D03* 188 | D11* 189 | X33646000Y7364000D03* 190 | D14* 191 | X31360000Y15238000D03* 192 | D13* 193 | X30344000Y15238000D03* 194 | X30598000Y14095000D03* 195 | D14* 196 | X31614000Y14095000D03* 197 | D19* 198 | X34856000Y17547137D03* 199 | X34856000Y16277137D03* 200 | X34856000Y15007137D03* 201 | X34856000Y13737137D03* 202 | X40056000Y13737137D03* 203 | X40056000Y15007137D03* 204 | X40056000Y16277137D03* 205 | X40056000Y17547137D03* 206 | D20* 207 | X22882488Y11294500D03* 208 | X22882488Y10894500D03* 209 | X22882488Y10494500D03* 210 | X22882488Y10094500D03* 211 | X22882488Y9694500D03* 212 | X22882488Y9294500D03* 213 | X22882488Y8894500D03* 214 | X22882488Y8494500D03* 215 | X22882488Y8094500D03* 216 | X22882488Y7694500D03* 217 | X22882488Y7294500D03* 218 | X22882488Y6894500D03* 219 | D21* 220 | X23665988Y6111000D03* 221 | X24065988Y6111000D03* 222 | X24465988Y6111000D03* 223 | X24865988Y6111000D03* 224 | X25265988Y6111000D03* 225 | X25665988Y6111000D03* 226 | X26065988Y6111000D03* 227 | X26465988Y6111000D03* 228 | X26865988Y6111000D03* 229 | X27265988Y6111000D03* 230 | X27665988Y6111000D03* 231 | X28065988Y6111000D03* 232 | D22* 233 | X28849488Y6894500D03* 234 | X28849488Y7294500D03* 235 | X28849488Y7694500D03* 236 | X28849488Y8094500D03* 237 | X28849488Y8494500D03* 238 | X28849488Y8894500D03* 239 | X28849488Y9294500D03* 240 | X28849488Y9694500D03* 241 | X28849488Y10094500D03* 242 | X28849488Y10494500D03* 243 | X28849488Y10894500D03* 244 | X28849488Y11294500D03* 245 | D23* 246 | X28065988Y12078000D03* 247 | X27665988Y12078000D03* 248 | X27265988Y12078000D03* 249 | X26865988Y12078000D03* 250 | X26465988Y12078000D03* 251 | X26065988Y12078000D03* 252 | X25665988Y12078000D03* 253 | X25265988Y12078000D03* 254 | X24865988Y12078000D03* 255 | X24465988Y12078000D03* 256 | X24065988Y12078000D03* 257 | X23665988Y12078000D03* 258 | D24* 259 | X25865988Y9094500D03* 260 | D25* 261 | X23656000Y15581000D03* 262 | X25856000Y15581000D03* 263 | X25856000Y17181000D03* 264 | X23656000Y17181000D03* 265 | D13* 266 | X30598000Y10793000D03* 267 | D14* 268 | X31614000Y10793000D03* 269 | D12* 270 | X19549000Y17651000D03* 271 | D11* 272 | X19549000Y16635000D03* 273 | D12* 274 | X18533000Y17651000D03* 275 | D11* 276 | X18533000Y16635000D03* 277 | X20565000Y16635000D03* 278 | D12* 279 | X20565000Y17651000D03* 280 | D26* 281 | X36567000Y7561000D03* 282 | X36567000Y9961000D03* 283 | D11* 284 | X43425000Y12571000D03* 285 | D12* 286 | X43425000Y13587000D03* 287 | X42282000Y13587000D03* 288 | D11* 289 | X42282000Y12571000D03* 290 | D27* 291 | X39458000Y11362000D03* 292 | X39458000Y10412000D03* 293 | X39458000Y9462000D03* 294 | X42058000Y9462000D03* 295 | X42058000Y11362000D03* 296 | D11* 297 | X47108000Y10031000D03* 298 | D12* 299 | X47108000Y11047000D03* 300 | D28* 301 | X1515000Y5205000D03* 302 | X50029000Y17651000D03* 303 | X1261000Y18032000D03* 304 | X50029000Y1395000D03* 305 | D29* 306 | X6341500Y15215000D03* 307 | X6341500Y3785000D03* 308 | D30* 309 | X12691500Y15215000D03* 310 | X15231500Y13945000D03* 311 | X12691500Y12675000D03* 312 | X15231500Y11405000D03* 313 | X12691500Y10135000D03* 314 | X15231500Y8865000D03* 315 | X12691500Y7595000D03* 316 | X15231500Y6325000D03* 317 | X12691500Y5055000D03* 318 | X15231500Y3785000D03* 319 | X3801500Y16231000D03* 320 | X1769500Y16231000D03* 321 | X3801500Y2769000D03* 322 | X1769500Y2769000D03* 323 | D31* 324 | X9541500Y17400000D03* 325 | X9541500Y1600000D03* 326 | D32* 327 | X49200000Y11750000D03* 328 | X49200000Y7250000D03* 329 | D33* 330 | X49200000Y15350000D03* 331 | X49200000Y3650000D03* 332 | M02* 333 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/USB-GIGABIT_Rev_D-rescue.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) 2 | (symbol "+3.3V-OLIMEX_Power" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 3 | (property "Reference" "#PWR" (at 0 -3.81 0) 4 | (effects (font (size 1.27 1.27)) hide) 5 | ) 6 | (property "Value" "+3.3V-OLIMEX_Power" (at 0 3.556 0) 7 | (effects (font (size 1.27 1.27))) 8 | ) 9 | (property "Footprint" "" (at 0 0 0) 10 | (effects (font (size 1.524 1.524))) 11 | ) 12 | (property "Datasheet" "" (at 0 0 0) 13 | (effects (font (size 1.524 1.524))) 14 | ) 15 | (symbol "+3.3V-OLIMEX_Power_0_1" 16 | (polyline 17 | (pts 18 | (xy -0.762 1.27) 19 | (xy 0 2.54) 20 | ) 21 | (stroke (width 0) (type solid)) 22 | (fill (type none)) 23 | ) 24 | (polyline 25 | (pts 26 | (xy 0 0) 27 | (xy 0 2.54) 28 | ) 29 | (stroke (width 0) (type solid)) 30 | (fill (type none)) 31 | ) 32 | (polyline 33 | (pts 34 | (xy 0 2.54) 35 | (xy 0.762 1.27) 36 | ) 37 | (stroke (width 0) (type solid)) 38 | (fill (type none)) 39 | ) 40 | ) 41 | (symbol "+3.3V-OLIMEX_Power_1_1" 42 | (pin power_in line (at 0 0 90) (length 0) hide 43 | (name "+3V3" (effects (font (size 1.27 1.27)))) 44 | (number "1" (effects (font (size 1.27 1.27)))) 45 | ) 46 | ) 47 | ) 48 | (symbol "93LC46-lz1ddd" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 49 | (property "Reference" "U" (at -1.27 6.35 0) 50 | (effects (font (size 1.524 1.524))) 51 | ) 52 | (property "Value" "lz1ddd_93LC46" (at -1.27 -6.35 0) 53 | (effects (font (size 1.524 1.524))) 54 | ) 55 | (property "Footprint" "" (at 0 0 0) 56 | (effects (font (size 1.524 1.524)) hide) 57 | ) 58 | (property "Datasheet" "" (at 0 0 0) 59 | (effects (font (size 1.524 1.524)) hide) 60 | ) 61 | (symbol "93LC46-lz1ddd_0_1" 62 | (rectangle (start -7.62 5.08) (end 7.62 -5.08) 63 | (stroke (width 0) (type solid)) 64 | (fill (type none)) 65 | ) 66 | ) 67 | (symbol "93LC46-lz1ddd_1_1" 68 | (pin input line (at -12.7 3.81 0) (length 5.08) 69 | (name "CS" (effects (font (size 1.27 1.27)))) 70 | (number "1" (effects (font (size 1.27 1.27)))) 71 | ) 72 | (pin input line (at -12.7 1.27 0) (length 5.08) 73 | (name "CLK" (effects (font (size 1.27 1.27)))) 74 | (number "2" (effects (font (size 1.27 1.27)))) 75 | ) 76 | (pin input line (at -12.7 -1.27 0) (length 5.08) 77 | (name "DI" (effects (font (size 1.27 1.27)))) 78 | (number "3" (effects (font (size 1.27 1.27)))) 79 | ) 80 | (pin output line (at -12.7 -3.81 0) (length 5.08) 81 | (name "DO" (effects (font (size 1.27 1.27)))) 82 | (number "4" (effects (font (size 1.27 1.27)))) 83 | ) 84 | (pin power_in line (at 12.7 -3.81 180) (length 5.08) 85 | (name "VSS" (effects (font (size 1.27 1.27)))) 86 | (number "5" (effects (font (size 1.27 1.27)))) 87 | ) 88 | (pin input line (at 12.7 -1.27 180) (length 5.08) 89 | (name "NC/ORG" (effects (font (size 1.27 1.27)))) 90 | (number "6" (effects (font (size 1.27 1.27)))) 91 | ) 92 | (pin input line (at 12.7 1.27 180) (length 5.08) 93 | (name "NC" (effects (font (size 1.27 1.27)))) 94 | (number "7" (effects (font (size 1.27 1.27)))) 95 | ) 96 | (pin power_in line (at 12.7 3.81 180) (length 5.08) 97 | (name "VCC" (effects (font (size 1.27 1.27)))) 98 | (number "8" (effects (font (size 1.27 1.27)))) 99 | ) 100 | ) 101 | ) 102 | (symbol "CRYSTAL_4P-lz1ddd" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 103 | (property "Reference" "X" (at 0 6.35 0) 104 | (effects (font (size 1.524 1.524))) 105 | ) 106 | (property "Value" "lz1ddd_CRYSTAL_4P" (at 0 -5.08 0) 107 | (effects (font (size 1.524 1.524))) 108 | ) 109 | (property "Footprint" "" (at 0 0 0) 110 | (effects (font (size 1.524 1.524)) hide) 111 | ) 112 | (property "Datasheet" "" (at 0 0 0) 113 | (effects (font (size 1.524 1.524)) hide) 114 | ) 115 | (symbol "CRYSTAL_4P-lz1ddd_0_1" 116 | (rectangle (start -5.08 3.81) (end 5.08 -3.81) 117 | (stroke (width 0) (type solid)) 118 | (fill (type none)) 119 | ) 120 | (rectangle (start -1.27 2.54) (end 1.27 -2.54) 121 | (stroke (width 0) (type solid)) 122 | (fill (type none)) 123 | ) 124 | (polyline 125 | (pts 126 | (xy -2.54 1.27) 127 | (xy -2.54 -1.27) 128 | ) 129 | (stroke (width 0) (type solid)) 130 | (fill (type none)) 131 | ) 132 | (polyline 133 | (pts 134 | (xy 2.54 1.27) 135 | (xy 2.54 -1.27) 136 | ) 137 | (stroke (width 0) (type solid)) 138 | (fill (type none)) 139 | ) 140 | (polyline 141 | (pts 142 | (xy -2.54 0) 143 | (xy -3.81 0) 144 | (xy -3.81 -1.27) 145 | (xy -5.08 -1.27) 146 | ) 147 | (stroke (width 0) (type solid)) 148 | (fill (type none)) 149 | ) 150 | (polyline 151 | (pts 152 | (xy 2.54 0) 153 | (xy 3.81 0) 154 | (xy 3.81 1.27) 155 | (xy 5.08 1.27) 156 | ) 157 | (stroke (width 0) (type solid)) 158 | (fill (type none)) 159 | ) 160 | ) 161 | (symbol "CRYSTAL_4P-lz1ddd_1_1" 162 | (pin input line (at -10.16 -1.27 0) (length 5.08) 163 | (name "~" (effects (font (size 1.27 1.27)))) 164 | (number "1" (effects (font (size 1.27 1.27)))) 165 | ) 166 | (pin passive line (at 10.16 -1.27 180) (length 5.08) 167 | (name "~" (effects (font (size 1.27 1.27)))) 168 | (number "2" (effects (font (size 1.27 1.27)))) 169 | ) 170 | (pin bidirectional line (at 10.16 1.27 180) (length 5.08) 171 | (name "~" (effects (font (size 1.27 1.27)))) 172 | (number "3" (effects (font (size 1.27 1.27)))) 173 | ) 174 | (pin passive line (at -10.16 1.27 0) (length 5.08) 175 | (name "~" (effects (font (size 1.27 1.27)))) 176 | (number "4" (effects (font (size 1.27 1.27)))) 177 | ) 178 | ) 179 | ) 180 | (symbol "FB0805-lz1ddd" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 181 | (property "Reference" "FB" (at 0 2.54 0) 182 | (effects (font (size 1.524 1.524))) 183 | ) 184 | (property "Value" "lz1ddd_FB0805" (at 0 -2.54 0) 185 | (effects (font (size 1.524 1.524))) 186 | ) 187 | (property "Footprint" "" (at 0 0 0) 188 | (effects (font (size 1.524 1.524))) 189 | ) 190 | (property "Datasheet" "" (at 0 0 0) 191 | (effects (font (size 1.524 1.524))) 192 | ) 193 | (symbol "FB0805-lz1ddd_0_1" 194 | (rectangle (start -1.27 1.27) (end 1.27 -1.27) 195 | (stroke (width 0) (type solid)) 196 | (fill (type none)) 197 | ) 198 | (polyline 199 | (pts 200 | (xy -1.27 0) 201 | (xy 1.27 0) 202 | ) 203 | (stroke (width 0) (type solid)) 204 | (fill (type none)) 205 | ) 206 | ) 207 | (symbol "FB0805-lz1ddd_1_1" 208 | (pin power_in line (at -3.81 0 0) (length 2.54) 209 | (name "~" (effects (font (size 1.27 1.27)))) 210 | (number "1" (effects (font (size 1.27 1.27)))) 211 | ) 212 | (pin power_out line (at 3.81 0 180) (length 2.54) 213 | (name "~" (effects (font (size 1.27 1.27)))) 214 | (number "2" (effects (font (size 1.27 1.27)))) 215 | ) 216 | ) 217 | ) 218 | (symbol "SY8009AAAC(SOT23-5)-OLIMEX_IC" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 219 | (property "Reference" "U" (at -3.81 6.35 0) 220 | (effects (font (size 1.27 1.27)) (justify left bottom)) 221 | ) 222 | (property "Value" "OLIMEX_IC_SY8009AAAC(SOT23-5)" (at -10.16 -7.62 0) 223 | (effects (font (size 1.27 1.27)) (justify left bottom)) 224 | ) 225 | (property "Footprint" "" (at 0.762 3.81 0) 226 | (effects (font (size 0.508 0.508)) hide) 227 | ) 228 | (property "Datasheet" "" (at 0 0 0) 229 | (effects (font (size 1.524 1.524))) 230 | ) 231 | (property "ki_locked" "" (at 0 0 0) 232 | (effects (font (size 1.27 1.27))) 233 | ) 234 | (property "ki_fp_filters" "*SOT23-5*" (at 0 0 0) 235 | (effects (font (size 1.27 1.27)) hide) 236 | ) 237 | (symbol "SY8009AAAC(SOT23-5)-OLIMEX_IC_0_1" 238 | (rectangle (start -5.08 5.08) (end 5.08 -5.08) 239 | (stroke (width 0) (type solid)) 240 | (fill (type background)) 241 | ) 242 | ) 243 | (symbol "SY8009AAAC(SOT23-5)-OLIMEX_IC_1_1" 244 | (pin input line (at -7.62 0 0) (length 2.54) 245 | (name "EN" (effects (font (size 1.016 1.016)))) 246 | (number "1" (effects (font (size 1.016 1.016)))) 247 | ) 248 | (pin power_in line (at -7.62 -2.54 0) (length 2.54) 249 | (name "GND" (effects (font (size 1.016 1.016)))) 250 | (number "2" (effects (font (size 1.016 1.016)))) 251 | ) 252 | (pin output line (at 7.62 2.54 180) (length 2.54) 253 | (name "LX" (effects (font (size 1.016 1.016)))) 254 | (number "3" (effects (font (size 1.016 1.016)))) 255 | ) 256 | (pin input line (at -7.62 2.54 0) (length 2.54) 257 | (name "IN" (effects (font (size 1.016 1.016)))) 258 | (number "4" (effects (font (size 1.016 1.016)))) 259 | ) 260 | (pin input line (at 7.62 -2.54 180) (length 2.54) 261 | (name "FB" (effects (font (size 1.016 1.016)))) 262 | (number "5" (effects (font (size 1.016 1.016)))) 263 | ) 264 | ) 265 | ) 266 | (symbol "USBA30MALE-OLIMEX_Connectors" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 267 | (property "Reference" "U" (at -1.27 17.78 0) 268 | (effects (font (size 1.524 1.524))) 269 | ) 270 | (property "Value" "OLIMEX_Connectors_USBA30MALE" (at 0 15.24 0) 271 | (effects (font (size 1.524 1.524))) 272 | ) 273 | (property "Footprint" "" (at 0 0 0) 274 | (effects (font (size 1.524 1.524)) hide) 275 | ) 276 | (property "Datasheet" "" (at 0 0 0) 277 | (effects (font (size 1.524 1.524)) hide) 278 | ) 279 | (symbol "USBA30MALE-OLIMEX_Connectors_0_1" 280 | (rectangle (start 3.81 13.97) (end -5.08 -8.89) 281 | (stroke (width 0) (type solid)) 282 | (fill (type none)) 283 | ) 284 | ) 285 | (symbol "USBA30MALE-OLIMEX_Connectors_1_1" 286 | (pin bidirectional line (at 0 -13.97 90) (length 5.08) 287 | (name "~" (effects (font (size 1.27 1.27)))) 288 | (number "0" (effects (font (size 1.27 1.27)))) 289 | ) 290 | (pin power_out line (at 8.89 -5.08 180) (length 5.08) 291 | (name "VBUS" (effects (font (size 1.27 1.27)))) 292 | (number "1" (effects (font (size 1.27 1.27)))) 293 | ) 294 | (pin bidirectional line (at 8.89 0 180) (length 5.08) 295 | (name "USBDN" (effects (font (size 1.27 1.27)))) 296 | (number "2" (effects (font (size 1.27 1.27)))) 297 | ) 298 | (pin bidirectional line (at 8.89 5.08 180) (length 5.08) 299 | (name "USBDP" (effects (font (size 1.27 1.27)))) 300 | (number "3" (effects (font (size 1.27 1.27)))) 301 | ) 302 | (pin power_in line (at 8.89 10.16 180) (length 5.08) 303 | (name "GNDP" (effects (font (size 1.27 1.27)))) 304 | (number "4" (effects (font (size 1.27 1.27)))) 305 | ) 306 | (pin bidirectional line (at 8.89 12.7 180) (length 5.08) 307 | (name "SSTXN" (effects (font (size 1.27 1.27)))) 308 | (number "5" (effects (font (size 1.27 1.27)))) 309 | ) 310 | (pin bidirectional line (at 8.89 7.62 180) (length 5.08) 311 | (name "SSTXP" (effects (font (size 1.27 1.27)))) 312 | (number "6" (effects (font (size 1.27 1.27)))) 313 | ) 314 | (pin power_in line (at 8.89 2.54 180) (length 5.08) 315 | (name "GNDD" (effects (font (size 1.27 1.27)))) 316 | (number "7" (effects (font (size 1.27 1.27)))) 317 | ) 318 | (pin bidirectional line (at 8.89 -2.54 180) (length 5.08) 319 | (name "SSRXN" (effects (font (size 1.27 1.27)))) 320 | (number "8" (effects (font (size 1.27 1.27)))) 321 | ) 322 | (pin bidirectional line (at 8.89 -7.62 180) (length 5.08) 323 | (name "SSRXP" (effects (font (size 1.27 1.27)))) 324 | (number "9" (effects (font (size 1.27 1.27)))) 325 | ) 326 | ) 327 | ) 328 | ) 329 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/USB-GIGABIT_Rev_E-rescue.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) 2 | (symbol "+3.3V-OLIMEX_Power" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 3 | (property "Reference" "#PWR" (at 0 -3.81 0) 4 | (effects (font (size 1.27 1.27)) hide) 5 | ) 6 | (property "Value" "+3.3V-OLIMEX_Power" (at 0 3.556 0) 7 | (effects (font (size 1.27 1.27))) 8 | ) 9 | (property "Footprint" "" (at 0 0 0) 10 | (effects (font (size 1.524 1.524))) 11 | ) 12 | (property "Datasheet" "" (at 0 0 0) 13 | (effects (font (size 1.524 1.524))) 14 | ) 15 | (symbol "+3.3V-OLIMEX_Power_0_1" 16 | (polyline 17 | (pts 18 | (xy -0.762 1.27) 19 | (xy 0 2.54) 20 | ) 21 | (stroke (width 0) (type solid)) 22 | (fill (type none)) 23 | ) 24 | (polyline 25 | (pts 26 | (xy 0 0) 27 | (xy 0 2.54) 28 | ) 29 | (stroke (width 0) (type solid)) 30 | (fill (type none)) 31 | ) 32 | (polyline 33 | (pts 34 | (xy 0 2.54) 35 | (xy 0.762 1.27) 36 | ) 37 | (stroke (width 0) (type solid)) 38 | (fill (type none)) 39 | ) 40 | ) 41 | (symbol "+3.3V-OLIMEX_Power_1_1" 42 | (pin power_in line (at 0 0 90) (length 0) hide 43 | (name "+3V3" (effects (font (size 1.27 1.27)))) 44 | (number "1" (effects (font (size 1.27 1.27)))) 45 | ) 46 | ) 47 | ) 48 | (symbol "93LC46-lz1ddd" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 49 | (property "Reference" "U" (at -1.27 6.35 0) 50 | (effects (font (size 1.524 1.524))) 51 | ) 52 | (property "Value" "lz1ddd_93LC46" (at -1.27 -6.35 0) 53 | (effects (font (size 1.524 1.524))) 54 | ) 55 | (property "Footprint" "" (at 0 0 0) 56 | (effects (font (size 1.524 1.524)) hide) 57 | ) 58 | (property "Datasheet" "" (at 0 0 0) 59 | (effects (font (size 1.524 1.524)) hide) 60 | ) 61 | (symbol "93LC46-lz1ddd_0_1" 62 | (rectangle (start -7.62 5.08) (end 7.62 -5.08) 63 | (stroke (width 0) (type solid)) 64 | (fill (type none)) 65 | ) 66 | ) 67 | (symbol "93LC46-lz1ddd_1_1" 68 | (pin input line (at -12.7 3.81 0) (length 5.08) 69 | (name "CS" (effects (font (size 1.27 1.27)))) 70 | (number "1" (effects (font (size 1.27 1.27)))) 71 | ) 72 | (pin input line (at -12.7 1.27 0) (length 5.08) 73 | (name "CLK" (effects (font (size 1.27 1.27)))) 74 | (number "2" (effects (font (size 1.27 1.27)))) 75 | ) 76 | (pin input line (at -12.7 -1.27 0) (length 5.08) 77 | (name "DI" (effects (font (size 1.27 1.27)))) 78 | (number "3" (effects (font (size 1.27 1.27)))) 79 | ) 80 | (pin output line (at -12.7 -3.81 0) (length 5.08) 81 | (name "DO" (effects (font (size 1.27 1.27)))) 82 | (number "4" (effects (font (size 1.27 1.27)))) 83 | ) 84 | (pin power_in line (at 12.7 -3.81 180) (length 5.08) 85 | (name "VSS" (effects (font (size 1.27 1.27)))) 86 | (number "5" (effects (font (size 1.27 1.27)))) 87 | ) 88 | (pin input line (at 12.7 -1.27 180) (length 5.08) 89 | (name "NC/ORG" (effects (font (size 1.27 1.27)))) 90 | (number "6" (effects (font (size 1.27 1.27)))) 91 | ) 92 | (pin input line (at 12.7 1.27 180) (length 5.08) 93 | (name "NC" (effects (font (size 1.27 1.27)))) 94 | (number "7" (effects (font (size 1.27 1.27)))) 95 | ) 96 | (pin power_in line (at 12.7 3.81 180) (length 5.08) 97 | (name "VCC" (effects (font (size 1.27 1.27)))) 98 | (number "8" (effects (font (size 1.27 1.27)))) 99 | ) 100 | ) 101 | ) 102 | (symbol "CRYSTAL_4P-lz1ddd" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 103 | (property "Reference" "X" (at 0 6.35 0) 104 | (effects (font (size 1.524 1.524))) 105 | ) 106 | (property "Value" "lz1ddd_CRYSTAL_4P" (at 0 -5.08 0) 107 | (effects (font (size 1.524 1.524))) 108 | ) 109 | (property "Footprint" "" (at 0 0 0) 110 | (effects (font (size 1.524 1.524)) hide) 111 | ) 112 | (property "Datasheet" "" (at 0 0 0) 113 | (effects (font (size 1.524 1.524)) hide) 114 | ) 115 | (symbol "CRYSTAL_4P-lz1ddd_0_1" 116 | (rectangle (start -5.08 3.81) (end 5.08 -3.81) 117 | (stroke (width 0) (type solid)) 118 | (fill (type none)) 119 | ) 120 | (rectangle (start -1.27 2.54) (end 1.27 -2.54) 121 | (stroke (width 0) (type solid)) 122 | (fill (type none)) 123 | ) 124 | (polyline 125 | (pts 126 | (xy -2.54 1.27) 127 | (xy -2.54 -1.27) 128 | ) 129 | (stroke (width 0) (type solid)) 130 | (fill (type none)) 131 | ) 132 | (polyline 133 | (pts 134 | (xy 2.54 1.27) 135 | (xy 2.54 -1.27) 136 | ) 137 | (stroke (width 0) (type solid)) 138 | (fill (type none)) 139 | ) 140 | (polyline 141 | (pts 142 | (xy -2.54 0) 143 | (xy -3.81 0) 144 | (xy -3.81 -1.27) 145 | (xy -5.08 -1.27) 146 | ) 147 | (stroke (width 0) (type solid)) 148 | (fill (type none)) 149 | ) 150 | (polyline 151 | (pts 152 | (xy 2.54 0) 153 | (xy 3.81 0) 154 | (xy 3.81 1.27) 155 | (xy 5.08 1.27) 156 | ) 157 | (stroke (width 0) (type solid)) 158 | (fill (type none)) 159 | ) 160 | ) 161 | (symbol "CRYSTAL_4P-lz1ddd_1_1" 162 | (pin input line (at -10.16 -1.27 0) (length 5.08) 163 | (name "~" (effects (font (size 1.27 1.27)))) 164 | (number "1" (effects (font (size 1.27 1.27)))) 165 | ) 166 | (pin passive line (at 10.16 -1.27 180) (length 5.08) 167 | (name "~" (effects (font (size 1.27 1.27)))) 168 | (number "2" (effects (font (size 1.27 1.27)))) 169 | ) 170 | (pin bidirectional line (at 10.16 1.27 180) (length 5.08) 171 | (name "~" (effects (font (size 1.27 1.27)))) 172 | (number "3" (effects (font (size 1.27 1.27)))) 173 | ) 174 | (pin passive line (at -10.16 1.27 0) (length 5.08) 175 | (name "~" (effects (font (size 1.27 1.27)))) 176 | (number "4" (effects (font (size 1.27 1.27)))) 177 | ) 178 | ) 179 | ) 180 | (symbol "FB0805-lz1ddd" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 181 | (property "Reference" "FB" (at 0 2.54 0) 182 | (effects (font (size 1.524 1.524))) 183 | ) 184 | (property "Value" "lz1ddd_FB0805" (at 0 -2.54 0) 185 | (effects (font (size 1.524 1.524))) 186 | ) 187 | (property "Footprint" "" (at 0 0 0) 188 | (effects (font (size 1.524 1.524))) 189 | ) 190 | (property "Datasheet" "" (at 0 0 0) 191 | (effects (font (size 1.524 1.524))) 192 | ) 193 | (symbol "FB0805-lz1ddd_0_1" 194 | (rectangle (start -1.27 1.27) (end 1.27 -1.27) 195 | (stroke (width 0) (type solid)) 196 | (fill (type none)) 197 | ) 198 | (polyline 199 | (pts 200 | (xy -1.27 0) 201 | (xy 1.27 0) 202 | ) 203 | (stroke (width 0) (type solid)) 204 | (fill (type none)) 205 | ) 206 | ) 207 | (symbol "FB0805-lz1ddd_1_1" 208 | (pin power_in line (at -3.81 0 0) (length 2.54) 209 | (name "~" (effects (font (size 1.27 1.27)))) 210 | (number "1" (effects (font (size 1.27 1.27)))) 211 | ) 212 | (pin power_out line (at 3.81 0 180) (length 2.54) 213 | (name "~" (effects (font (size 1.27 1.27)))) 214 | (number "2" (effects (font (size 1.27 1.27)))) 215 | ) 216 | ) 217 | ) 218 | (symbol "SY8009AAAC(SOT23-5)-OLIMEX_IC" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 219 | (property "Reference" "U" (at -3.81 6.35 0) 220 | (effects (font (size 1.27 1.27)) (justify left bottom)) 221 | ) 222 | (property "Value" "OLIMEX_IC_SY8009AAAC(SOT23-5)" (at -10.16 -7.62 0) 223 | (effects (font (size 1.27 1.27)) (justify left bottom)) 224 | ) 225 | (property "Footprint" "" (at 0.762 3.81 0) 226 | (effects (font (size 0.508 0.508)) hide) 227 | ) 228 | (property "Datasheet" "" (at 0 0 0) 229 | (effects (font (size 1.524 1.524))) 230 | ) 231 | (property "ki_locked" "" (at 0 0 0) 232 | (effects (font (size 1.27 1.27))) 233 | ) 234 | (property "ki_fp_filters" "*SOT23-5*" (at 0 0 0) 235 | (effects (font (size 1.27 1.27)) hide) 236 | ) 237 | (symbol "SY8009AAAC(SOT23-5)-OLIMEX_IC_0_1" 238 | (rectangle (start -5.08 5.08) (end 5.08 -5.08) 239 | (stroke (width 0) (type solid)) 240 | (fill (type background)) 241 | ) 242 | ) 243 | (symbol "SY8009AAAC(SOT23-5)-OLIMEX_IC_1_1" 244 | (pin input line (at -7.62 0 0) (length 2.54) 245 | (name "EN" (effects (font (size 1.016 1.016)))) 246 | (number "1" (effects (font (size 1.016 1.016)))) 247 | ) 248 | (pin power_in line (at -7.62 -2.54 0) (length 2.54) 249 | (name "GND" (effects (font (size 1.016 1.016)))) 250 | (number "2" (effects (font (size 1.016 1.016)))) 251 | ) 252 | (pin output line (at 7.62 2.54 180) (length 2.54) 253 | (name "LX" (effects (font (size 1.016 1.016)))) 254 | (number "3" (effects (font (size 1.016 1.016)))) 255 | ) 256 | (pin input line (at -7.62 2.54 0) (length 2.54) 257 | (name "IN" (effects (font (size 1.016 1.016)))) 258 | (number "4" (effects (font (size 1.016 1.016)))) 259 | ) 260 | (pin input line (at 7.62 -2.54 180) (length 2.54) 261 | (name "FB" (effects (font (size 1.016 1.016)))) 262 | (number "5" (effects (font (size 1.016 1.016)))) 263 | ) 264 | ) 265 | ) 266 | (symbol "USBA30MALE-OLIMEX_Connectors" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 267 | (property "Reference" "U" (at -1.27 17.78 0) 268 | (effects (font (size 1.524 1.524))) 269 | ) 270 | (property "Value" "OLIMEX_Connectors_USBA30MALE" (at 0 15.24 0) 271 | (effects (font (size 1.524 1.524))) 272 | ) 273 | (property "Footprint" "" (at 0 0 0) 274 | (effects (font (size 1.524 1.524)) hide) 275 | ) 276 | (property "Datasheet" "" (at 0 0 0) 277 | (effects (font (size 1.524 1.524)) hide) 278 | ) 279 | (symbol "USBA30MALE-OLIMEX_Connectors_0_1" 280 | (rectangle (start 3.81 13.97) (end -5.08 -8.89) 281 | (stroke (width 0) (type solid)) 282 | (fill (type none)) 283 | ) 284 | ) 285 | (symbol "USBA30MALE-OLIMEX_Connectors_1_1" 286 | (pin bidirectional line (at 0 -13.97 90) (length 5.08) 287 | (name "~" (effects (font (size 1.27 1.27)))) 288 | (number "0" (effects (font (size 1.27 1.27)))) 289 | ) 290 | (pin power_out line (at 8.89 -5.08 180) (length 5.08) 291 | (name "VBUS" (effects (font (size 1.27 1.27)))) 292 | (number "1" (effects (font (size 1.27 1.27)))) 293 | ) 294 | (pin bidirectional line (at 8.89 0 180) (length 5.08) 295 | (name "USBDN" (effects (font (size 1.27 1.27)))) 296 | (number "2" (effects (font (size 1.27 1.27)))) 297 | ) 298 | (pin bidirectional line (at 8.89 5.08 180) (length 5.08) 299 | (name "USBDP" (effects (font (size 1.27 1.27)))) 300 | (number "3" (effects (font (size 1.27 1.27)))) 301 | ) 302 | (pin power_in line (at 8.89 10.16 180) (length 5.08) 303 | (name "GNDP" (effects (font (size 1.27 1.27)))) 304 | (number "4" (effects (font (size 1.27 1.27)))) 305 | ) 306 | (pin bidirectional line (at 8.89 12.7 180) (length 5.08) 307 | (name "SSTXN" (effects (font (size 1.27 1.27)))) 308 | (number "5" (effects (font (size 1.27 1.27)))) 309 | ) 310 | (pin bidirectional line (at 8.89 7.62 180) (length 5.08) 311 | (name "SSTXP" (effects (font (size 1.27 1.27)))) 312 | (number "6" (effects (font (size 1.27 1.27)))) 313 | ) 314 | (pin power_in line (at 8.89 2.54 180) (length 5.08) 315 | (name "GNDD" (effects (font (size 1.27 1.27)))) 316 | (number "7" (effects (font (size 1.27 1.27)))) 317 | ) 318 | (pin bidirectional line (at 8.89 -2.54 180) (length 5.08) 319 | (name "SSRXN" (effects (font (size 1.27 1.27)))) 320 | (number "8" (effects (font (size 1.27 1.27)))) 321 | ) 322 | (pin bidirectional line (at 8.89 -7.62 180) (length 5.08) 323 | (name "SSRXP" (effects (font (size 1.27 1.27)))) 324 | (number "9" (effects (font (size 1.27 1.27)))) 325 | ) 326 | ) 327 | ) 328 | ) 329 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/fp-info-cache: -------------------------------------------------------------------------------- 1 | 136481267846892 2 | OLIMEX_IC-FP 3 | 14_TDFN-EP 4 | 5 | 6 | 0 7 | 19 8 | 15 9 | OLIMEX_IC-FP 10 | 256-Ball_caBGA(Pitch_0.80mm_Pad_0.40mm) 11 | www.latticesemi.com/view_document?document_id=50497 12 | Designed{space}by{space}Penko 13 | 0 14 | 259 15 | 259 16 | OLIMEX_IC-FP 17 | BG96 18 | 19 | 20 | 0 21 | 107 22 | 103 23 | OLIMEX_IC-FP 24 | BGA_8x8mm_81p_0.8 25 | 26 | 27 | 0 28 | 83 29 | 82 30 | OLIMEX_IC-FP 31 | BMA250 32 | 33 | 34 | 0 35 | 12 36 | 12 37 | OLIMEX_IC-FP 38 | CSP1.56x1.96-20_Pitch_0.40mm 39 | http://www.t-firefly.com/download/firefly-rk3288/hardware/AN_SYR827%20SYR828%20for%20Rockchip.pdf 40 | 41 | 0 42 | 22 43 | 22 44 | OLIMEX_IC-FP 45 | FBGA-178_Pitch-0.80x0.65mm_Ball-0.30mm_Dimensions-11.00x11.50x0.80mm 46 | 47 | 48 | 0 49 | 359 50 | 181 51 | OLIMEX_IC-FP 52 | FBGA96(HYNIX_SAMSUNG_512MX16_DDR3) 53 | FBGA96-UNIVERSAL{space}PACKAGE 54 | FBGA96-UNIVERSAL{space}PACKAGE 55 | 0 56 | 100 57 | 100 58 | OLIMEX_IC-FP 59 | FBGA153_Pitch-0.5mm_Ball-0.25mm_Dimensions-11.50x13.00x0.80mm 60 | https://www.verical.com/datasheet/samsung-module-klmag2gend-b031-1212321.pdf 61 | eMMC 62 | 0 63 | 309 64 | 156 65 | OLIMEX_IC-FP 66 | FBGA396 67 | 68 | 69 | 0 70 | 795 71 | 399 72 | OLIMEX_IC-FP 73 | FCBGA636LD_Pitch-0.65mm_Dimensions-19.00x19.00x1.50mm 74 | 75 | 76 | 0 77 | 640 78 | 640 79 | OLIMEX_IC-FP 80 | H11A817 81 | 82 | 83 | 0 84 | 4 85 | 4 86 | OLIMEX_IC-FP 87 | LQFP-upto64_0.8mm 88 | LQFP64:{space}plastic{space}low{space}profile{space}quad{space}flat{space}package;{space}64{space}leads;{space}body{space}14{space}x{space}14{space}x{space}1.4{space}mm(see{space}NXP{space}sot791-1_po.pdf{space}and{space}sot791-1_fr.pdf) 89 | QFP{space}0.8 90 | 0 91 | 64 92 | 64 93 | OLIMEX_IC-FP 94 | LQFP48 95 | LQFP48{space}-{space}48{space}PIN{space}LOW-PROFILE{space}QUAD{space}FLAT{space}PACKAGE 96 | LQFP48{space}-{space}48{space}PIN{space}LOW-PROFILE{space}QUAD{space}FLAT{space}PACKAGE 97 | 0 98 | 48 99 | 48 100 | OLIMEX_IC-FP 101 | LQFP64_Pitch-0.5mm_12.00x12.00x1.60mm 102 | LQFP64 103 | Designed{space}by{space}Penko 104 | 0 105 | 64 106 | 64 107 | OLIMEX_IC-FP 108 | MLX90614 109 | 110 | 111 | 0 112 | 4 113 | 4 114 | OLIMEX_IC-FP 115 | MOD-WIFI-R5370 116 | USB{space}Wireless{space}adapter{space}150Mb{space}802.11/b/g/n 117 | https://www.olimex.com/Products/USB-Modules/MOD-WIFI-R5370/ 118 | 0 119 | 16 120 | 4 121 | OLIMEX_IC-FP 122 | MSOP-10_Pitch-0.5mm_3.00x3.00x1.00mm 123 | http://ww1.microchip.com/downloads/en/DeviceDoc/22005a.pdf 124 | MSOP-8 125 | 0 126 | 10 127 | 10 128 | OLIMEX_IC-FP 129 | QFN-20_5x5mm(Si3402-B-GM) 130 | 20-LEAD{space}QUAD{space}FLAT{space}NO-LEAD{space}PACKAGE{space}(QFN) 131 | 20-LEAD{space}QUAD{space}FLAT{space}NO-LEAD{space}PACKAGE{space}(QFN) 132 | 0 133 | 30 134 | 21 135 | OLIMEX_IC-FP 136 | QFN-20_EP(21)_4x4x0.9mm_Pitch_0.5mm 137 | 138 | 139 | 0 140 | 32 141 | 23 142 | OLIMEX_IC-FP 143 | QFN-24-1EP_4x4mm_Pitch0.5mm 144 | 24-Lead{space}Plastic{space}Quad{space}Flat,{space}No{space}Lead{space}Package{space}(MJ){space}-{space}4x4x0.9{space}mm{space}Body{space}[QFN];{space}(see{space}Microchip{space}Packaging{space}Specification{space}00000049BS.pdf) 145 | QFN{space}0.5 146 | 0 147 | 24 148 | 24 149 | OLIMEX_IC-FP 150 | QFN-24-1EP_4x4mm_Pitch0.5mm_no_exposed_pad 151 | 24-Lead{space}Plastic{space}Quad{space}Flat,{space}No{space}Lead{space}Package{space}(MJ){space}-{space}4x4x0.9{space}mm{space}Body{space}[QFN];{space}(see{space}Microchip{space}Packaging{space}Specification{space}00000049BS.pdf) 152 | QFN{space}0.5 153 | 0 154 | 24 155 | 24 156 | OLIMEX_IC-FP 157 | QFN-28 158 | ET{space}PACKAGE,{space}28-PIN{space}QFN{space}WITH{space}EXPOSED{space}THERMAL{space}PAD 159 | ET{space}PACKAGE,{space}28-PIN{space}QFN{space}WITH{space}EXPOSED{space}THERMAL{space}PAD 160 | 0 161 | 34 162 | 29 163 | OLIMEX_IC-FP 164 | QFN28_EP(29)_4.076x4.076x0.9mm_Pitch_0.45mm 165 | ET{space}PACKAGE,{space}28-PIN{space}QFN{space}WITH{space}EXPOSED{space}THERMAL{space}PAD 166 | ET{space}PACKAGE,{space}28-PIN{space}QFN{space}WITH{space}EXPOSED{space}THERMAL{space}PAD 167 | 0 168 | 38 169 | 29 170 | OLIMEX_IC-FP 171 | QFN32_EP(33)_4.00x4.00x0.80mm_Pitch_0.40mm 172 | 173 | 174 | 0 175 | 50 176 | 34 177 | OLIMEX_IC-FP 178 | QFN32_EP(33)_5.00x5.00x0.90mm_Pitch_0.50mm 179 | 180 | 181 | 0 182 | 42 183 | 33 184 | OLIMEX_IC-FP 185 | QFN32_EP(33)_5.00x5.00x0.90mm_Pitch_0.50mm_FAB 186 | 187 | 188 | 0 189 | 34 190 | 33 191 | OLIMEX_IC-FP 192 | QFN48-6x6mm 193 | 194 | 195 | 0 196 | 61 197 | 49 198 | OLIMEX_IC-FP 199 | QFN48-6x6mm-OLIMEX 200 | 201 | 202 | 0 203 | 61 204 | 49 205 | OLIMEX_IC-FP 206 | QFN48-6x6mm-OLIMEX_V2 207 | 208 | 209 | 0 210 | 61 211 | 49 212 | OLIMEX_IC-FP 213 | QFN48-6x6mm_1EPTH 214 | 215 | 216 | 0 217 | 57 218 | 49 219 | OLIMEX_IC-FP 220 | QFN48_1DRILL(PADPITCH-0.5MM) 221 | THIS{space}IS{space}PACKAGE{space}'QNF48_1DRILL(PITCH-0.5MM)'{space}IS{space}MADE{space}FIRST{space}FOR{space}'KSZ9031RNX'GIGABIT{space}ETHERNET{space}TRANSEIVER.{space}IT'S{space}COPY{space}OF{space}THE{space}PACKAGE{space}'QNF48_1DRILL'.{space}THE{space}PADS{space}PITCH{space}IS{space}CHANGED{space}ACCORDING{space}TO{space}THE{space}DATASHEET{space}KSZ9031RNX.PDF{space}TO{space}0.5MM,{space}PAD{space}SIZE{space}TOO{space}0.25MM.{space}BUT{space}PAD{space}LENGHT{space}WAS{space}INCREASED{space}TO{space}0.9MM{space}FOR{space}EASY{space}SOLDERING.{space}{space}TODOR 222 | THIS{space}IS{space}PACKAGE{space}'QNF48_1DRILL(PITCH-0.5MM)'{space}IS{space}MADE{space}FIRST{space}FOR{space}'KSZ9031RNX'GIGABIT{space}ETHERNET{space}TRANSEIVER.{space}IT'S{space}COPY{space}OF{space}THE{space}PACKAGE{space}'QNF48_1DRILL'.{space}THE{space}PADS{space}PITCH{space}IS{space}CHANGED{space}ACCORDING{space}TO{space}THE{space}DATASHEET{space}KSZ9031RNX.PDF{space}TO{space}0.5MM,{space}PAD{space}SIZE{space}TOO{space}0.25MM.{space}BUT{space}PAD{space}LENGHT{space}WAS{space}INCREASED{space}TO{space}0.9MM{space}FOR{space}EASY{space}SOLDERING.{space}{space}TODOR 223 | 0 224 | 58 225 | 49 226 | OLIMEX_IC-FP 227 | QFN56_7x7mm_0.4p 228 | 229 | 230 | 0 231 | 62 232 | 57 233 | OLIMEX_IC-FP 234 | QFN64_EP(65)_Pitch-0.5mm_Pad-0.25mm_Dimensions-9.00x9.00x0.85mm 235 | THIS{space}IS{space}PACKAGE{space}'QNF48_1DRILL(PITCH-0.5MM)'{space}IS{space}MADE{space}FIRST{space}FOR{space}'KSZ9031RNX'GIGABIT{space}ETHERNET{space}TRANSEIVER.{space}IT'S{space}COPY{space}OF{space}THE{space}PACKAGE{space}'QNF48_1DRILL'.{space}THE{space}PADS{space}PITCH{space}IS{space}CHANGED{space}ACCORDING{space}TO{space}THE{space}DATASHEET{space}KSZ9031RNX.PDF{space}TO{space}0.5MM,{space}PAD{space}SIZE{space}TOO{space}0.25MM.{space}BUT{space}PAD{space}LENGHT{space}WAS{space}INCREASED{space}TO{space}0.9MM{space}FOR{space}EASY{space}SOLDERING.{space}{space}TODOR 236 | THIS{space}IS{space}PACKAGE{space}'QNF48_1DRILL(PITCH-0.5MM)'{space}IS{space}MADE{space}FIRST{space}FOR{space}'KSZ9031RNX'GIGABIT{space}ETHERNET{space}TRANSEIVER.{space}IT'S{space}COPY{space}OF{space}THE{space}PACKAGE{space}'QNF48_1DRILL'.{space}THE{space}PADS{space}PITCH{space}IS{space}CHANGED{space}ACCORDING{space}TO{space}THE{space}DATASHEET{space}KSZ9031RNX.PDF{space}TO{space}0.5MM,{space}PAD{space}SIZE{space}TOO{space}0.25MM.{space}BUT{space}PAD{space}LENGHT{space}WAS{space}INCREASED{space}TO{space}0.9MM{space}FOR{space}EASY{space}SOLDERING.{space}{space}TODOR 237 | 0 238 | 110 239 | 65 240 | OLIMEX_IC-FP 241 | QFN68 242 | 243 | 244 | 0 245 | 100 246 | 71 247 | OLIMEX_IC-FP 248 | RL-SM02BD(RTL8723BS) 249 | 250 | 251 | 0 252 | 46 253 | 46 254 | OLIMEX_IC-FP 255 | RL-UN12BS-8188ETV 256 | 257 | 258 | 0 259 | 11 260 | 6 261 | OLIMEX_IC-FP 262 | RPM7236-H8 263 | 264 | 265 | 0 266 | 5 267 | 4 268 | OLIMEX_IC-FP 269 | RPM7236-V 270 | 271 | 272 | 0 273 | 3 274 | 3 275 | OLIMEX_IC-FP 276 | SC70-6_Pitch-0.65_2.00x2.10x1.00mm 277 | http://ww1.microchip.com/downloads/en/DeviceDoc/25154A.pdf 278 | SC70-6 279 | 0 280 | 6 281 | 6 282 | OLIMEX_IC-FP 283 | SL-14 284 | 285 | 286 | 0 287 | 14 288 | 14 289 | OLIMEX_IC-FP 290 | SL-16 291 | SO-8 292 | SO-8 293 | 0 294 | 16 295 | 16 296 | OLIMEX_IC-FP 297 | SLP2510P8 298 | 299 | 300 | 0 301 | 10 302 | 10 303 | OLIMEX_IC-FP 304 | SLP2510P8_TEST 305 | 306 | 307 | 0 308 | 10 309 | 10 310 | OLIMEX_IC-FP 311 | SO-8 312 | SO-8 313 | SO-8 314 | 0 315 | 8 316 | 8 317 | OLIMEX_IC-FP 318 | SO-8C 319 | SO-8 320 | SO-8 321 | 0 322 | 7 323 | 7 324 | OLIMEX_IC-FP 325 | SO-8_208mil 326 | SO-8 327 | SO-8 328 | 0 329 | 8 330 | 8 331 | OLIMEX_IC-FP 332 | SO-16 333 | SO-8 334 | SO-8 335 | 0 336 | 16 337 | 16 338 | OLIMEX_IC-FP 339 | SO-16M 340 | SO-8 341 | SO-8 342 | 0 343 | 16 344 | 16 345 | OLIMEX_IC-FP 346 | SOIC-8 347 | SO-8 348 | SO-8 349 | 0 350 | 8 351 | 8 352 | OLIMEX_IC-FP 353 | SOIC-8-EP 354 | SO-8 355 | SO-8 356 | 0 357 | 9 358 | 8 359 | OLIMEX_IC-FP 360 | SOIC-8_150mil 361 | SO-8 362 | SO-8 363 | 0 364 | 8 365 | 8 366 | OLIMEX_IC-FP 367 | SOIC-8_208mil 368 | SO-8 369 | SO-8 370 | 0 371 | 8 372 | 8 373 | OLIMEX_IC-FP 374 | SOIC-14_150mil 375 | http://ww1.microchip.com/downloads/en/DeviceDoc/40001800C.pdf 376 | SOIC-14 377 | 0 378 | 14 379 | 14 380 | OLIMEX_IC-FP 381 | SOIC-16_300mil 382 | 383 | 384 | 0 385 | 16 386 | 16 387 | OLIMEX_IC-FP 388 | SOIC20_300mil 389 | 390 | 391 | 0 392 | 20 393 | 20 394 | OLIMEX_IC-FP 395 | SOIC28-300 396 | 397 | 398 | 0 399 | 28 400 | 28 401 | OLIMEX_IC-FP 402 | SOT-23 403 | ROTATED{space}COUNTERCLOCKWISE{space}90{space}BY{space}PENKO{space}TO{space}BA{space}AS{space}IS{space}IN{space}THE{space}REAL{space}REEL 404 | ROTATED{space}COUNTERCLOCKWISE{space}90{space}BY{space}PENKO{space}TO{space}BA{space}AS{space}IS{space}IN{space}THE{space}REAL{space}REEL 405 | 0 406 | 3 407 | 3 408 | OLIMEX_IC-FP 409 | SOT-23-5 410 | 411 | 412 | 0 413 | 5 414 | 5 415 | OLIMEX_IC-FP 416 | SOT23-6 417 | ROTATED{space}COUNTERCLOCKWISE{space}90{space}BY{space}PENKO{space}TO{space}BA{space}AS{space}IS{space}IN{space}THE{space}REAL{space}REEL 418 | ROTATED{space}COUNTERCLOCKWISE{space}90{space}BY{space}PENKO{space}TO{space}BA{space}AS{space}IS{space}IN{space}THE{space}REAL{space}REEL 419 | 0 420 | 6 421 | 6 422 | OLIMEX_IC-FP 423 | SQFN64_9_9_EP 424 | 425 | 426 | 0 427 | 76 428 | 65 429 | OLIMEX_IC-FP 430 | SSOP-20 431 | SSOP{space}20{space}pins 432 | CMS{space}SSOP{space}SMD 433 | 0 434 | 20 435 | 20 436 | OLIMEX_IC-FP 437 | SSOP-20W 438 | SSOP{space}20{space}pins 439 | CMS{space}SSOP{space}SMD 440 | 0 441 | 20 442 | 20 443 | OLIMEX_IC-FP 444 | SSOP-20W–1 445 | SSOP{space}20{space}pins 446 | CMS{space}SSOP{space}SMD 447 | 0 448 | 20 449 | 20 450 | OLIMEX_IC-FP 451 | SSOP24 452 | 453 | 454 | 0 455 | 24 456 | 24 457 | OLIMEX_IC-FP 458 | SSOP28 459 | 460 | 461 | 0 462 | 28 463 | 28 464 | OLIMEX_IC-FP 465 | SSOP48_Pitch-0.635_16.00x10.40x2.80mm 466 | 467 | 468 | 0 469 | 48 470 | 48 471 | OLIMEX_IC-FP 472 | TBGA100 473 | TBGA100 474 | TBGA100 475 | 0 476 | 102 477 | 102 478 | OLIMEX_IC-FP 479 | TFBGA265 480 | TFBGA265{return}
Designed{space}by{space}Nikolay;{return}
Pitch:{space}0.65mm;{return}
Ball{space}Diameter:0.3mm;{return}
Dimensions:11x11x1.2mm; 481 | 482 | 0 483 | 533 484 | 268 485 | OLIMEX_IC-FP 486 | TFBGA395L(Pitch-0.65mm_Pad-0.30mm_Dimensions-14.00x14.00x1.20mm) 487 | 488 | 489 | 0 490 | 793 491 | 398 492 | OLIMEX_IC-FP 493 | TFDU4100_PACK 494 | 495 | 496 | 0 497 | 8 498 | 8 499 | OLIMEX_IC-FP 500 | TQFN-48(6x6)_EP_GND(49)_Pitch-0.4mm 501 | http://www.active-semi.com/sheets/ACT8846_Datasheet.pdf 502 | TQFN-48(6x6)__Designed{space}by{space}Penko 503 | 0 504 | 76 505 | 51 506 | OLIMEX_IC-FP 507 | TQFP-32_7x7mm_Pitch0.8mm 508 | 32-Lead{space}Plastic{space}Thin{space}Quad{space}Flatpack{space}(PT){space}-{space}7x7x1.0{space}mm{space}Body,{space}2.00{space}mm{space}[TQFP]{space}(see{space}Microchip{space}Packaging{space}Specification{space}00000049BS.pdf) 509 | QFP{space}0.8 510 | 0 511 | 32 512 | 32 513 | OLIMEX_IC-FP 514 | TQFP44 515 | 516 | 517 | 0 518 | 44 519 | 44 520 | OLIMEX_IC-FP 521 | TQFP80_0.65_16 522 | 523 | 524 | 0 525 | 86 526 | 81 527 | OLIMEX_IC-FP 528 | TQFP100 529 | 530 | 531 | 0 532 | 100 533 | 100 534 | OLIMEX_IC-FP 535 | TSOP-44_Pitch-0.80mm_18.80x11.80x1.20mm 536 | GRID{space}0.8{space}MM 537 | GRID{space}0.8{space}MM 538 | 0 539 | 44 540 | 44 541 | OLIMEX_IC-FP 542 | TSOP48 543 | ROTATED{space}COUNTERCLOCKWISE{space}270 544 | ROTATED{space}COUNTERCLOCKWISE{space}270 545 | 0 546 | 48 547 | 48 548 | OLIMEX_IC-FP 549 | TSSOP-16_4.4x5mm_Pitch0.65mm 550 | 16-Lead{space}Plastic{space}Thin{space}Shrink{space}Small{space}Outline{space}(ST)-4.4{space}mm{space}Body{space}[TSSOP]{space}(see{space}Microchip{space}Packaging{space}Specification{space}00000049BS.pdf) 551 | SSOP{space}0.65 552 | 0 553 | 16 554 | 16 555 | OLIMEX_IC-FP 556 | TSSOP-24_Pitch-0.65mm_7.80x6.40x1.20mm 557 | 558 | 559 | 0 560 | 24 561 | 24 562 | OLIMEX_IC-FP 563 | TSSOP20_Pitch-0.65mm_6.6x4.5x1.2mm 564 | 565 | 566 | 0 567 | 20 568 | 20 569 | OLIMEX_IC-FP 570 | TSX-3.2x2.5mm_GND(4) 571 | 572 | 573 | 0 574 | 4 575 | 4 576 | OLIMEX_IC-FP 577 | VCNL4020 578 | 579 | 580 | 0 581 | 14 582 | 10 583 | OLIMEX_IC-FP 584 | VQFP100_Pitch-0.5mm_Dimensions-16.00x16.00x1.20mm 585 | S-PQFP-G100 586 | S-PQFP-G100 587 | 0 588 | 100 589 | 100 590 | OLIMEX_IC-FP 591 | VSSOP-8_Pitch-0.50mm_Pad-0.25mm_Dimensions-2.30x2.00x1.00mm 592 | Package 593 | https://www.mouser.bg/datasheet/2/302/PCA9306-1127635.pdf 594 | 0 595 | 8 596 | 8 597 | OLIMEX_IC-FP 598 | VSSOP-10 599 | 600 | 601 | 0 602 | 10 603 | 10 604 | OLIMEX_IC-FP 605 | WBGA84_PITCH-0.8MM_DIMENSIONS-11.00X13.00MM 606 | 607 | 608 | 0 609 | 170 610 | 86 611 | OLIMEX_IC-FP 612 | eLQFP-128(Pitch-0.40mm_Dimensions-16.00x16.00x1.60mm) 613 | http://linux-sunxi.org/images/2/23/Allwinner_V3s_Datasheet_V1.0.pdf 614 | eLQFP-128 615 | 0 616 | 150 617 | 129 618 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/3d/R_0402_1005Metric.wrl: -------------------------------------------------------------------------------- 1 | #VRML V2.0 utf8 2 | #kicad StepUp wrl exported 3 | 4 | # Copyright (C) 2018, kicad StepUp 5 | # 6 | # This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode), 7 | # with the following exception: 8 | # To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', 9 | # then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided 10 | # as part of the 'Licensed Material'. 11 | # You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement. 12 | # However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply. 13 | # Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception. 14 | # Disclaimer of Warranties and Limitation of Liability. 15 | # These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied. 16 | # *USE 3D CAD DATA AT YOUR OWN RISK* 17 | # *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.* 18 | # 19 | Shape { 20 | appearance Appearance {material DEF PIN-01 Material { 21 | ambientIntensity 0.271 22 | diffuseColor 0.824 0.82 0.781 23 | specularColor 0.328 0.258 0.172 24 | emissiveColor 0.0 0.0 0.0 25 | transparency 0.0 26 | shininess 0.7 27 | } 28 | } 29 | } 30 | Shape { 31 | appearance Appearance {material DEF RES-SMD-01 Material { 32 | ambientIntensity 0.638 33 | diffuseColor 0.082 0.086 0.094 34 | specularColor 0.066 0.063 0.063 35 | emissiveColor 0.0 0.0 0.0 36 | transparency 0.0 37 | shininess 0.3 38 | } 39 | } 40 | } 41 | Shape { 42 | appearance Appearance {material DEF PLASTIC-WHITE-01 Material { 43 | ambientIntensity 0.494 44 | diffuseColor 0.895 0.891 0.813 45 | specularColor 0.047 0.055 0.109 46 | emissiveColor 0.0 0.0 0.0 47 | transparency 0.0 48 | shininess 0.25 49 | } 50 | } 51 | } 52 | Shape { geometry IndexedFaceSet 53 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 54 | coord Coordinate { point [-0.197 -0.098 0.014,-0.197 -0.098 0.124,-0.197 0.098 0.014,-0.197 0.098 0.124] 55 | }} 56 | appearance Appearance{material USE PIN-01 } 57 | } 58 | Shape { geometry IndexedFaceSet 59 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,2,7,25,-1,25,7,33,-1] 60 | coord Coordinate { point [-0.118 -0.098 0.127,-0.121 -0.098 0.133,-0.118 -0.098 0.124,-0.119 -0.098 0.130,-0.126 -0.098 0.136,-0.123 -0.098 0.135,-0.129 -0.098 0.137,-0.132 -0.098 0.138,-0.197 -0.098 0.011,-0.183 -0.098 0.014,-0.197 -0.098 0.014,-0.195 -0.098 0.008,-0.194 -0.098 0.005,-0.192 -0.098 0.003,-0.189 -0.098 0.001,-0.186 -0.098 0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000,-0.118 -0.098 0.011,-0.118 -0.098 0.014,-0.119 -0.098 0.008,-0.121 -0.098 0.005,-0.123 -0.098 0.003,-0.126 -0.098 0.001,-0.129 -0.098 0.000,-0.183 -0.098 0.124,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.195 -0.098 0.130,-0.194 -0.098 0.133,-0.192 -0.098 0.135,-0.189 -0.098 0.136,-0.186 -0.098 0.137,-0.183 -0.098 0.138] 61 | }} 62 | appearance Appearance{material USE PIN-01 } 63 | } 64 | Shape { geometry IndexedFaceSet 65 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 66 | coord Coordinate { point [-0.197 -0.098 0.014,-0.197 0.098 0.011,-0.197 -0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.195 -0.098 0.008,-0.194 0.098 0.005,-0.194 -0.098 0.005,-0.192 0.098 0.003,-0.192 -0.098 0.003,-0.189 0.098 0.001,-0.189 -0.098 0.001,-0.186 0.098 0.000,-0.186 -0.098 0.000,-0.183 0.098 -0.000,-0.183 -0.098 -0.000] 67 | }} 68 | appearance Appearance{material USE PIN-01 } 69 | } 70 | Shape { geometry IndexedFaceSet 71 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 72 | coord Coordinate { point [-0.197 0.098 0.127,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.197 0.098 0.124,-0.195 0.098 0.130,-0.195 -0.098 0.130,-0.194 0.098 0.133,-0.194 -0.098 0.133,-0.192 0.098 0.135,-0.192 -0.098 0.135,-0.189 0.098 0.136,-0.189 -0.098 0.136,-0.186 0.098 0.137,-0.186 -0.098 0.137,-0.183 0.098 0.138,-0.183 -0.098 0.138] 73 | }} 74 | appearance Appearance{material USE PIN-01 } 75 | } 76 | Shape { geometry IndexedFaceSet 77 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,2,25,-1,7,25,33,-1] 78 | coord Coordinate { point [-0.121 0.098 0.133,-0.118 0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.126 0.098 0.136,-0.123 0.098 0.135,-0.129 0.098 0.137,-0.132 0.098 0.138,-0.183 0.098 0.014,-0.197 0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.194 0.098 0.005,-0.192 0.098 0.003,-0.189 0.098 0.001,-0.186 0.098 0.000,-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.118 0.098 0.014,-0.118 0.098 0.011,-0.119 0.098 0.008,-0.121 0.098 0.005,-0.123 0.098 0.003,-0.126 0.098 0.001,-0.129 0.098 0.000,-0.183 0.098 0.124,-0.197 0.098 0.124,-0.197 0.098 0.127,-0.195 0.098 0.130,-0.194 0.098 0.133,-0.192 0.098 0.135,-0.189 0.098 0.136,-0.186 0.098 0.137,-0.183 0.098 0.138] 79 | }} 80 | appearance Appearance{material USE PIN-01 } 81 | } 82 | Shape { geometry IndexedFaceSet 83 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 84 | coord Coordinate { point [-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000] 85 | }} 86 | appearance Appearance{material USE PIN-01 } 87 | } 88 | Shape { geometry IndexedFaceSet 89 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 90 | coord Coordinate { point [-0.118 0.098 0.011,-0.118 -0.098 0.014,-0.118 -0.098 0.011,-0.118 0.098 0.014,-0.119 0.098 0.008,-0.119 -0.098 0.008,-0.121 0.098 0.005,-0.121 -0.098 0.005,-0.123 0.098 0.003,-0.123 -0.098 0.003,-0.126 0.098 0.001,-0.126 -0.098 0.001,-0.129 0.098 0.000,-0.129 -0.098 0.000,-0.132 0.098 -0.000,-0.132 -0.098 -0.000] 91 | }} 92 | appearance Appearance{material USE PIN-01 } 93 | } 94 | Shape { geometry IndexedFaceSet 95 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1] 96 | coord Coordinate { point [-0.118 -0.098 0.014,-0.118 -0.098 0.124,-0.183 -0.098 0.014,-0.183 -0.098 0.124,0.118 -0.098 0.014,0.118 -0.098 0.124,0.183 -0.098 0.014,0.183 -0.098 0.124] 97 | }} 98 | appearance Appearance{material USE PLASTIC-WHITE-01 } 99 | } 100 | Shape { geometry IndexedFaceSet 101 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 102 | coord Coordinate { point [-0.132 0.098 0.138,-0.183 0.098 0.138,-0.183 -0.098 0.138,-0.132 -0.098 0.138] 103 | }} 104 | appearance Appearance{material USE PIN-01 } 105 | } 106 | Shape { geometry IndexedFaceSet 107 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 108 | coord Coordinate { point [-0.118 -0.098 0.124,-0.118 0.098 0.127,-0.118 -0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.119 -0.098 0.130,-0.121 0.098 0.133,-0.121 -0.098 0.133,-0.123 0.098 0.135,-0.123 -0.098 0.135,-0.126 0.098 0.136,-0.126 -0.098 0.136,-0.129 0.098 0.137,-0.129 -0.098 0.137,-0.132 0.098 0.138,-0.132 -0.098 0.138] 109 | }} 110 | appearance Appearance{material USE PIN-01 } 111 | } 112 | Shape { geometry IndexedFaceSet 113 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1] 114 | coord Coordinate { point [-0.118 0.098 0.124,-0.118 0.098 0.014,-0.183 0.098 0.014,-0.183 0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.014,0.183 0.098 0.124,0.183 0.098 0.014] 115 | }} 116 | appearance Appearance{material USE PLASTIC-WHITE-01 } 117 | } 118 | Shape { geometry IndexedFaceSet 119 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 120 | coord Coordinate { point [-0.118 0.098 0.014,0.118 0.098 0.014,-0.118 -0.098 0.014,0.118 -0.098 0.014] 121 | }} 122 | appearance Appearance{material USE PLASTIC-WHITE-01 } 123 | } 124 | Shape { geometry IndexedFaceSet 125 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,1,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,1,9,2,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,25,33,31,-1,32,33,25,-1] 126 | coord Coordinate { point [0.118 -0.098 0.011,0.132 -0.098 -0.000,0.118 -0.098 0.014,0.119 -0.098 0.008,0.121 -0.098 0.005,0.123 -0.098 0.003,0.126 -0.098 0.001,0.129 -0.098 0.000,0.183 -0.098 -0.000,0.183 -0.098 0.014,0.192 -0.098 0.003,0.189 -0.098 0.001,0.186 -0.098 0.000,0.194 -0.098 0.005,0.195 -0.098 0.008,0.197 -0.098 0.011,0.197 -0.098 0.014,0.118 -0.098 0.124,0.132 -0.098 0.138,0.118 -0.098 0.127,0.119 -0.098 0.130,0.121 -0.098 0.133,0.123 -0.098 0.135,0.126 -0.098 0.136,0.129 -0.098 0.137,0.183 -0.098 0.124,0.197 -0.098 0.124,0.183 -0.098 0.138,0.197 -0.098 0.127,0.186 -0.098 0.137,0.195 -0.098 0.130,0.189 -0.098 0.136,0.194 -0.098 0.133,0.192 -0.098 0.135] 127 | }} 128 | appearance Appearance{material USE PIN-01 } 129 | } 130 | Shape { geometry IndexedFaceSet 131 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 132 | coord Coordinate { point [0.118 -0.098 0.124,0.118 -0.098 0.138,-0.118 -0.098 0.124,-0.118 -0.098 0.138] 133 | }} 134 | appearance Appearance{material USE RES-SMD-01 } 135 | } 136 | Shape { geometry IndexedFaceSet 137 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 138 | coord Coordinate { point [-0.118 -0.098 0.124,-0.118 -0.098 0.138,-0.118 0.098 0.124,-0.118 0.098 0.138] 139 | }} 140 | appearance Appearance{material USE RES-SMD-01 } 141 | } 142 | Shape { geometry IndexedFaceSet 143 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,0,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,0,2,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,25,31,-1,33,32,25,-1] 144 | coord Coordinate { point [0.132 0.098 -0.000,0.118 0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.121 0.098 0.005,0.123 0.098 0.003,0.126 0.098 0.001,0.129 0.098 0.000,0.183 0.098 0.014,0.183 0.098 -0.000,0.192 0.098 0.003,0.189 0.098 0.001,0.186 0.098 0.000,0.194 0.098 0.005,0.195 0.098 0.008,0.197 0.098 0.011,0.197 0.098 0.014,0.132 0.098 0.138,0.118 0.098 0.124,0.118 0.098 0.127,0.119 0.098 0.130,0.121 0.098 0.133,0.123 0.098 0.135,0.126 0.098 0.136,0.129 0.098 0.137,0.183 0.098 0.124,0.197 0.098 0.124,0.183 0.098 0.138,0.197 0.098 0.127,0.186 0.098 0.137,0.195 0.098 0.130,0.189 0.098 0.136,0.194 0.098 0.133,0.192 0.098 0.135] 145 | }} 146 | appearance Appearance{material USE PIN-01 } 147 | } 148 | Shape { geometry IndexedFaceSet 149 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 150 | coord Coordinate { point [0.118 0.098 0.138,0.118 0.098 0.124,-0.118 0.098 0.124,-0.118 0.098 0.138] 151 | }} 152 | appearance Appearance{material USE RES-SMD-01 } 153 | } 154 | Shape { geometry IndexedFaceSet 155 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 156 | coord Coordinate { point [0.118 -0.098 0.014,0.118 0.098 0.011,0.118 -0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.119 -0.098 0.008,0.121 0.098 0.005,0.121 -0.098 0.005,0.123 0.098 0.003,0.123 -0.098 0.003,0.126 0.098 0.001,0.126 -0.098 0.001,0.129 0.098 0.000,0.129 -0.098 0.000,0.132 0.098 -0.000,0.132 -0.098 -0.000] 157 | }} 158 | appearance Appearance{material USE PIN-01 } 159 | } 160 | Shape { geometry IndexedFaceSet 161 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 162 | coord Coordinate { point [0.132 0.098 -0.000,0.183 0.098 -0.000,0.132 -0.098 -0.000,0.183 -0.098 -0.000] 163 | }} 164 | appearance Appearance{material USE PIN-01 } 165 | } 166 | Shape { geometry IndexedFaceSet 167 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 168 | coord Coordinate { point [0.197 0.098 0.011,0.197 -0.098 0.014,0.197 -0.098 0.011,0.197 0.098 0.014,0.195 0.098 0.008,0.195 -0.098 0.008,0.194 0.098 0.005,0.194 -0.098 0.005,0.192 0.098 0.003,0.192 -0.098 0.003,0.189 0.098 0.001,0.189 -0.098 0.001,0.186 0.098 0.000,0.186 -0.098 0.000,0.183 0.098 -0.000,0.183 -0.098 -0.000] 169 | }} 170 | appearance Appearance{material USE PIN-01 } 171 | } 172 | Shape { geometry IndexedFaceSet 173 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 174 | coord Coordinate { point [0.197 -0.098 0.124,0.197 -0.098 0.014,0.197 0.098 0.014,0.197 0.098 0.124] 175 | }} 176 | appearance Appearance{material USE PIN-01 } 177 | } 178 | Shape { geometry IndexedFaceSet 179 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 180 | coord Coordinate { point [0.197 -0.098 0.124,0.197 0.098 0.127,0.197 -0.098 0.127,0.197 0.098 0.124,0.195 0.098 0.130,0.195 -0.098 0.130,0.194 0.098 0.133,0.194 -0.098 0.133,0.192 0.098 0.135,0.192 -0.098 0.135,0.189 0.098 0.136,0.189 -0.098 0.136,0.186 0.098 0.137,0.186 -0.098 0.137,0.183 0.098 0.138,0.183 -0.098 0.138] 181 | }} 182 | appearance Appearance{material USE PIN-01 } 183 | } 184 | Shape { geometry IndexedFaceSet 185 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 186 | coord Coordinate { point [0.183 0.098 0.138,0.132 0.098 0.138,0.132 -0.098 0.138,0.183 -0.098 0.138] 187 | }} 188 | appearance Appearance{material USE PIN-01 } 189 | } 190 | Shape { geometry IndexedFaceSet 191 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 192 | coord Coordinate { point [0.118 0.098 0.127,0.118 -0.098 0.124,0.118 -0.098 0.127,0.118 0.098 0.124,0.119 0.098 0.130,0.119 -0.098 0.130,0.121 0.098 0.133,0.121 -0.098 0.133,0.123 0.098 0.135,0.123 -0.098 0.135,0.126 0.098 0.136,0.126 -0.098 0.136,0.129 0.098 0.137,0.129 -0.098 0.137,0.132 0.098 0.138,0.132 -0.098 0.138] 193 | }} 194 | appearance Appearance{material USE PIN-01 } 195 | } 196 | Shape { geometry IndexedFaceSet 197 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 198 | coord Coordinate { point [0.118 -0.098 0.138,0.118 -0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.138] 199 | }} 200 | appearance Appearance{material USE RES-SMD-01 } 201 | } 202 | Shape { geometry IndexedFaceSet 203 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 204 | coord Coordinate { point [0.118 0.098 0.138,-0.118 0.098 0.138,-0.118 -0.098 0.138,0.118 -0.098 0.138] 205 | }} 206 | appearance Appearance{material USE RES-SMD-01 } 207 | } 208 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/3d/R_0603_1608Metric.wrl: -------------------------------------------------------------------------------- 1 | #VRML V2.0 utf8 2 | #kicad StepUp wrl exported 3 | 4 | # Copyright (C) 2018, kicad StepUp 5 | # 6 | # This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode), 7 | # with the following exception: 8 | # To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', 9 | # then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided 10 | # as part of the 'Licensed Material'. 11 | # You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement. 12 | # However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply. 13 | # Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception. 14 | # Disclaimer of Warranties and Limitation of Liability. 15 | # These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied. 16 | # *USE 3D CAD DATA AT YOUR OWN RISK* 17 | # *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.* 18 | # 19 | Shape { 20 | appearance Appearance {material DEF PIN-01 Material { 21 | ambientIntensity 0.271 22 | diffuseColor 0.824 0.82 0.781 23 | specularColor 0.328 0.258 0.172 24 | emissiveColor 0.0 0.0 0.0 25 | transparency 0.0 26 | shininess 0.7 27 | } 28 | } 29 | } 30 | Shape { 31 | appearance Appearance {material DEF RES-SMD-01 Material { 32 | ambientIntensity 0.638 33 | diffuseColor 0.082 0.086 0.094 34 | specularColor 0.066 0.063 0.063 35 | emissiveColor 0.0 0.0 0.0 36 | transparency 0.0 37 | shininess 0.3 38 | } 39 | } 40 | } 41 | Shape { 42 | appearance Appearance {material DEF PLASTIC-WHITE-01 Material { 43 | ambientIntensity 0.494 44 | diffuseColor 0.895 0.891 0.813 45 | specularColor 0.047 0.055 0.109 46 | emissiveColor 0.0 0.0 0.0 47 | transparency 0.0 48 | shininess 0.25 49 | } 50 | } 51 | } 52 | Shape { geometry IndexedFaceSet 53 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 54 | coord Coordinate { point [-0.315 -0.157 0.018,-0.315 -0.157 0.159,-0.315 0.157 0.018,-0.315 0.157 0.159] 55 | }} 56 | appearance Appearance{material USE PIN-01 } 57 | } 58 | Shape { geometry IndexedFaceSet 59 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,25,7,33,-1,25,2,7,-1] 60 | coord Coordinate { point [-0.197 -0.157 0.163,-0.201 -0.157 0.170,-0.197 -0.157 0.159,-0.199 -0.157 0.167,-0.207 -0.157 0.175,-0.204 -0.157 0.173,-0.211 -0.157 0.177,-0.215 -0.157 0.177,-0.315 -0.157 0.014,-0.297 -0.157 0.018,-0.315 -0.157 0.018,-0.313 -0.157 0.010,-0.311 -0.157 0.007,-0.308 -0.157 0.004,-0.305 -0.157 0.002,-0.301 -0.157 0.000,-0.297 -0.157 -0.000,-0.215 -0.157 -0.000,-0.197 -0.157 0.014,-0.197 -0.157 0.018,-0.199 -0.157 0.010,-0.201 -0.157 0.007,-0.204 -0.157 0.004,-0.207 -0.157 0.002,-0.211 -0.157 0.000,-0.297 -0.157 0.159,-0.315 -0.157 0.159,-0.315 -0.157 0.163,-0.313 -0.157 0.167,-0.311 -0.157 0.170,-0.308 -0.157 0.173,-0.305 -0.157 0.175,-0.301 -0.157 0.177,-0.297 -0.157 0.177] 61 | }} 62 | appearance Appearance{material USE PIN-01 } 63 | } 64 | Shape { geometry IndexedFaceSet 65 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 66 | coord Coordinate { point [-0.315 -0.157 0.018,-0.315 0.157 0.014,-0.315 -0.157 0.014,-0.315 0.157 0.018,-0.313 0.157 0.010,-0.313 -0.157 0.010,-0.311 0.157 0.007,-0.311 -0.157 0.007,-0.308 0.157 0.004,-0.308 -0.157 0.004,-0.305 0.157 0.002,-0.305 -0.157 0.002,-0.301 0.157 0.000,-0.301 -0.157 0.000,-0.297 0.157 -0.000,-0.297 -0.157 -0.000] 67 | }} 68 | appearance Appearance{material USE PIN-01 } 69 | } 70 | Shape { geometry IndexedFaceSet 71 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 72 | coord Coordinate { point [-0.315 0.157 0.163,-0.315 -0.157 0.159,-0.315 -0.157 0.163,-0.315 0.157 0.159,-0.313 0.157 0.167,-0.313 -0.157 0.167,-0.311 0.157 0.170,-0.311 -0.157 0.170,-0.308 0.157 0.173,-0.308 -0.157 0.173,-0.305 0.157 0.175,-0.305 -0.157 0.175,-0.301 0.157 0.177,-0.301 -0.157 0.177,-0.297 0.157 0.177,-0.297 -0.157 0.177] 73 | }} 74 | appearance Appearance{material USE PIN-01 } 75 | } 76 | Shape { geometry IndexedFaceSet 77 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,25,33,-1,2,25,7,-1] 78 | coord Coordinate { point [-0.201 0.157 0.170,-0.197 0.157 0.163,-0.197 0.157 0.159,-0.199 0.157 0.167,-0.207 0.157 0.175,-0.204 0.157 0.173,-0.211 0.157 0.177,-0.215 0.157 0.177,-0.297 0.157 0.018,-0.315 0.157 0.014,-0.315 0.157 0.018,-0.313 0.157 0.010,-0.311 0.157 0.007,-0.308 0.157 0.004,-0.305 0.157 0.002,-0.301 0.157 0.000,-0.297 0.157 -0.000,-0.215 0.157 -0.000,-0.197 0.157 0.018,-0.197 0.157 0.014,-0.199 0.157 0.010,-0.201 0.157 0.007,-0.204 0.157 0.004,-0.207 0.157 0.002,-0.211 0.157 0.000,-0.297 0.157 0.159,-0.315 0.157 0.159,-0.315 0.157 0.163,-0.313 0.157 0.167,-0.311 0.157 0.170,-0.308 0.157 0.173,-0.305 0.157 0.175,-0.301 0.157 0.177,-0.297 0.157 0.177] 79 | }} 80 | appearance Appearance{material USE PIN-01 } 81 | } 82 | Shape { geometry IndexedFaceSet 83 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 84 | coord Coordinate { point [-0.297 0.157 -0.000,-0.215 0.157 -0.000,-0.297 -0.157 -0.000,-0.215 -0.157 -0.000] 85 | }} 86 | appearance Appearance{material USE PIN-01 } 87 | } 88 | Shape { geometry IndexedFaceSet 89 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 90 | coord Coordinate { point [-0.197 0.157 0.014,-0.197 -0.157 0.018,-0.197 -0.157 0.014,-0.197 0.157 0.018,-0.199 0.157 0.010,-0.199 -0.157 0.010,-0.201 0.157 0.007,-0.201 -0.157 0.007,-0.204 0.157 0.004,-0.204 -0.157 0.004,-0.207 0.157 0.002,-0.207 -0.157 0.002,-0.211 0.157 0.000,-0.211 -0.157 0.000,-0.215 0.157 -0.000,-0.215 -0.157 -0.000] 91 | }} 92 | appearance Appearance{material USE PIN-01 } 93 | } 94 | Shape { geometry IndexedFaceSet 95 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1] 96 | coord Coordinate { point [-0.197 -0.157 0.018,-0.197 -0.157 0.159,-0.297 -0.157 0.018,-0.297 -0.157 0.159,0.197 -0.157 0.018,0.197 -0.157 0.159,0.297 -0.157 0.018,0.297 -0.157 0.159] 97 | }} 98 | appearance Appearance{material USE PLASTIC-WHITE-01 } 99 | } 100 | Shape { geometry IndexedFaceSet 101 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 102 | coord Coordinate { point [-0.215 0.157 0.177,-0.297 0.157 0.177,-0.297 -0.157 0.177,-0.215 -0.157 0.177] 103 | }} 104 | appearance Appearance{material USE PIN-01 } 105 | } 106 | Shape { geometry IndexedFaceSet 107 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 108 | coord Coordinate { point [-0.197 -0.157 0.159,-0.197 0.157 0.163,-0.197 -0.157 0.163,-0.197 0.157 0.159,-0.199 0.157 0.167,-0.199 -0.157 0.167,-0.201 0.157 0.170,-0.201 -0.157 0.170,-0.204 0.157 0.173,-0.204 -0.157 0.173,-0.207 0.157 0.175,-0.207 -0.157 0.175,-0.211 0.157 0.177,-0.211 -0.157 0.177,-0.215 0.157 0.177,-0.215 -0.157 0.177] 109 | }} 110 | appearance Appearance{material USE PIN-01 } 111 | } 112 | Shape { geometry IndexedFaceSet 113 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1] 114 | coord Coordinate { point [-0.197 0.157 0.159,-0.197 0.157 0.018,-0.297 0.157 0.018,-0.297 0.157 0.159,0.197 0.157 0.159,0.197 0.157 0.018,0.297 0.157 0.159,0.297 0.157 0.018] 115 | }} 116 | appearance Appearance{material USE PLASTIC-WHITE-01 } 117 | } 118 | Shape { geometry IndexedFaceSet 119 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 120 | coord Coordinate { point [-0.197 0.157 0.018,0.197 0.157 0.018,-0.197 -0.157 0.018,0.197 -0.157 0.018] 121 | }} 122 | appearance Appearance{material USE PLASTIC-WHITE-01 } 123 | } 124 | Shape { geometry IndexedFaceSet 125 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,1,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,1,9,2,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,32,33,25,-1,25,33,31,-1] 126 | coord Coordinate { point [0.197 -0.157 0.014,0.215 -0.157 -0.000,0.197 -0.157 0.018,0.199 -0.157 0.010,0.201 -0.157 0.007,0.204 -0.157 0.004,0.207 -0.157 0.002,0.211 -0.157 0.000,0.297 -0.157 -0.000,0.297 -0.157 0.018,0.308 -0.157 0.004,0.305 -0.157 0.002,0.301 -0.157 0.000,0.311 -0.157 0.007,0.313 -0.157 0.010,0.315 -0.157 0.014,0.315 -0.157 0.018,0.197 -0.157 0.159,0.215 -0.157 0.177,0.197 -0.157 0.163,0.199 -0.157 0.167,0.201 -0.157 0.170,0.204 -0.157 0.173,0.207 -0.157 0.175,0.211 -0.157 0.177,0.297 -0.157 0.159,0.315 -0.157 0.159,0.297 -0.157 0.177,0.315 -0.157 0.163,0.301 -0.157 0.177,0.313 -0.157 0.167,0.305 -0.157 0.175,0.311 -0.157 0.170,0.308 -0.157 0.173] 127 | }} 128 | appearance Appearance{material USE PIN-01 } 129 | } 130 | Shape { geometry IndexedFaceSet 131 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 132 | coord Coordinate { point [0.197 -0.157 0.159,0.197 -0.157 0.177,-0.197 -0.157 0.159,-0.197 -0.157 0.177] 133 | }} 134 | appearance Appearance{material USE RES-SMD-01 } 135 | } 136 | Shape { geometry IndexedFaceSet 137 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 138 | coord Coordinate { point [-0.197 -0.157 0.159,-0.197 -0.157 0.177,-0.197 0.157 0.159,-0.197 0.157 0.177] 139 | }} 140 | appearance Appearance{material USE RES-SMD-01 } 141 | } 142 | Shape { geometry IndexedFaceSet 143 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,0,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,0,2,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,32,25,-1,33,25,31,-1] 144 | coord Coordinate { point [0.215 0.157 -0.000,0.197 0.157 0.014,0.197 0.157 0.018,0.199 0.157 0.010,0.201 0.157 0.007,0.204 0.157 0.004,0.207 0.157 0.002,0.211 0.157 0.000,0.297 0.157 0.018,0.297 0.157 -0.000,0.308 0.157 0.004,0.305 0.157 0.002,0.301 0.157 0.000,0.311 0.157 0.007,0.313 0.157 0.010,0.315 0.157 0.014,0.315 0.157 0.018,0.215 0.157 0.177,0.197 0.157 0.159,0.197 0.157 0.163,0.199 0.157 0.167,0.201 0.157 0.170,0.204 0.157 0.173,0.207 0.157 0.175,0.211 0.157 0.177,0.297 0.157 0.159,0.315 0.157 0.159,0.297 0.157 0.177,0.315 0.157 0.163,0.301 0.157 0.177,0.313 0.157 0.167,0.305 0.157 0.175,0.311 0.157 0.170,0.308 0.157 0.173] 145 | }} 146 | appearance Appearance{material USE PIN-01 } 147 | } 148 | Shape { geometry IndexedFaceSet 149 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 150 | coord Coordinate { point [0.197 0.157 0.177,0.197 0.157 0.159,-0.197 0.157 0.159,-0.197 0.157 0.177] 151 | }} 152 | appearance Appearance{material USE RES-SMD-01 } 153 | } 154 | Shape { geometry IndexedFaceSet 155 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 156 | coord Coordinate { point [0.197 -0.157 0.018,0.197 0.157 0.014,0.197 -0.157 0.014,0.197 0.157 0.018,0.199 0.157 0.010,0.199 -0.157 0.010,0.201 0.157 0.007,0.201 -0.157 0.007,0.204 0.157 0.004,0.204 -0.157 0.004,0.207 0.157 0.002,0.207 -0.157 0.002,0.211 0.157 0.000,0.211 -0.157 0.000,0.215 0.157 -0.000,0.215 -0.157 -0.000] 157 | }} 158 | appearance Appearance{material USE PIN-01 } 159 | } 160 | Shape { geometry IndexedFaceSet 161 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 162 | coord Coordinate { point [0.215 0.157 -0.000,0.297 0.157 -0.000,0.215 -0.157 -0.000,0.297 -0.157 -0.000] 163 | }} 164 | appearance Appearance{material USE PIN-01 } 165 | } 166 | Shape { geometry IndexedFaceSet 167 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 168 | coord Coordinate { point [0.315 0.157 0.014,0.315 -0.157 0.018,0.315 -0.157 0.014,0.315 0.157 0.018,0.313 0.157 0.010,0.313 -0.157 0.010,0.311 0.157 0.007,0.311 -0.157 0.007,0.308 0.157 0.004,0.308 -0.157 0.004,0.305 0.157 0.002,0.305 -0.157 0.002,0.301 0.157 0.000,0.301 -0.157 0.000,0.297 0.157 -0.000,0.297 -0.157 -0.000] 169 | }} 170 | appearance Appearance{material USE PIN-01 } 171 | } 172 | Shape { geometry IndexedFaceSet 173 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 174 | coord Coordinate { point [0.315 -0.157 0.159,0.315 -0.157 0.018,0.315 0.157 0.018,0.315 0.157 0.159] 175 | }} 176 | appearance Appearance{material USE PIN-01 } 177 | } 178 | Shape { geometry IndexedFaceSet 179 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 180 | coord Coordinate { point [0.315 -0.157 0.159,0.315 0.157 0.163,0.315 -0.157 0.163,0.315 0.157 0.159,0.313 0.157 0.167,0.313 -0.157 0.167,0.311 0.157 0.170,0.311 -0.157 0.170,0.308 0.157 0.173,0.308 -0.157 0.173,0.305 0.157 0.175,0.305 -0.157 0.175,0.301 0.157 0.177,0.301 -0.157 0.177,0.297 0.157 0.177,0.297 -0.157 0.177] 181 | }} 182 | appearance Appearance{material USE PIN-01 } 183 | } 184 | Shape { geometry IndexedFaceSet 185 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 186 | coord Coordinate { point [0.297 0.157 0.177,0.215 0.157 0.177,0.215 -0.157 0.177,0.297 -0.157 0.177] 187 | }} 188 | appearance Appearance{material USE PIN-01 } 189 | } 190 | Shape { geometry IndexedFaceSet 191 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 192 | coord Coordinate { point [0.197 0.157 0.163,0.197 -0.157 0.159,0.197 -0.157 0.163,0.197 0.157 0.159,0.199 0.157 0.167,0.199 -0.157 0.167,0.201 0.157 0.170,0.201 -0.157 0.170,0.204 0.157 0.173,0.204 -0.157 0.173,0.207 0.157 0.175,0.207 -0.157 0.175,0.211 0.157 0.177,0.211 -0.157 0.177,0.215 0.157 0.177,0.215 -0.157 0.177] 193 | }} 194 | appearance Appearance{material USE PIN-01 } 195 | } 196 | Shape { geometry IndexedFaceSet 197 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 198 | coord Coordinate { point [0.197 -0.157 0.177,0.197 -0.157 0.159,0.197 0.157 0.159,0.197 0.157 0.177] 199 | }} 200 | appearance Appearance{material USE RES-SMD-01 } 201 | } 202 | Shape { geometry IndexedFaceSet 203 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 204 | coord Coordinate { point [0.197 0.157 0.177,-0.197 0.157 0.177,-0.197 -0.157 0.177,0.197 -0.157 0.177] 205 | }} 206 | appearance Appearance{material USE RES-SMD-01 } 207 | } 208 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.C/3d/R_0805_2012Metric.wrl: -------------------------------------------------------------------------------- 1 | #VRML V2.0 utf8 2 | #kicad StepUp wrl exported 3 | 4 | # Copyright (C) 2018, kicad StepUp 5 | # 6 | # This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode), 7 | # with the following exception: 8 | # To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', 9 | # then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided 10 | # as part of the 'Licensed Material'. 11 | # You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement. 12 | # However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply. 13 | # Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception. 14 | # Disclaimer of Warranties and Limitation of Liability. 15 | # These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied. 16 | # *USE 3D CAD DATA AT YOUR OWN RISK* 17 | # *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.* 18 | # 19 | Shape { 20 | appearance Appearance {material DEF PIN-01 Material { 21 | ambientIntensity 0.271 22 | diffuseColor 0.824 0.82 0.781 23 | specularColor 0.328 0.258 0.172 24 | emissiveColor 0.0 0.0 0.0 25 | transparency 0.0 26 | shininess 0.7 27 | } 28 | } 29 | } 30 | Shape { 31 | appearance Appearance {material DEF RES-SMD-01 Material { 32 | ambientIntensity 0.638 33 | diffuseColor 0.082 0.086 0.094 34 | specularColor 0.066 0.063 0.063 35 | emissiveColor 0.0 0.0 0.0 36 | transparency 0.0 37 | shininess 0.3 38 | } 39 | } 40 | } 41 | Shape { 42 | appearance Appearance {material DEF PLASTIC-WHITE-01 Material { 43 | ambientIntensity 0.494 44 | diffuseColor 0.895 0.891 0.813 45 | specularColor 0.047 0.055 0.109 46 | emissiveColor 0.0 0.0 0.0 47 | transparency 0.0 48 | shininess 0.25 49 | } 50 | } 51 | } 52 | Shape { geometry IndexedFaceSet 53 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 54 | coord Coordinate { point [-0.394 -0.236 0.018,-0.394 -0.236 0.159,-0.394 0.236 0.018,-0.394 0.236 0.159] 55 | }} 56 | appearance Appearance{material USE PIN-01 } 57 | } 58 | Shape { geometry IndexedFaceSet 59 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,25,7,33,-1,25,2,7,-1] 60 | coord Coordinate { point [-0.276 -0.236 0.163,-0.279 -0.236 0.170,-0.276 -0.236 0.159,-0.277 -0.236 0.167,-0.286 -0.236 0.175,-0.282 -0.236 0.173,-0.289 -0.236 0.177,-0.293 -0.236 0.177,-0.393 -0.236 0.014,-0.376 -0.236 0.018,-0.394 -0.236 0.018,-0.392 -0.236 0.010,-0.390 -0.236 0.007,-0.387 -0.236 0.004,-0.384 -0.236 0.002,-0.380 -0.236 0.000,-0.376 -0.236 -0.000,-0.293 -0.236 -0.000,-0.276 -0.236 0.014,-0.276 -0.236 0.018,-0.277 -0.236 0.010,-0.279 -0.236 0.007,-0.282 -0.236 0.004,-0.286 -0.236 0.002,-0.289 -0.236 0.000,-0.376 -0.236 0.159,-0.394 -0.236 0.159,-0.393 -0.236 0.163,-0.392 -0.236 0.167,-0.390 -0.236 0.170,-0.387 -0.236 0.173,-0.384 -0.236 0.175,-0.380 -0.236 0.177,-0.376 -0.236 0.177] 61 | }} 62 | appearance Appearance{material USE PIN-01 } 63 | } 64 | Shape { geometry IndexedFaceSet 65 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 66 | coord Coordinate { point [-0.394 -0.236 0.018,-0.393 0.236 0.014,-0.393 -0.236 0.014,-0.394 0.236 0.018,-0.392 0.236 0.010,-0.392 -0.236 0.010,-0.390 0.236 0.007,-0.390 -0.236 0.007,-0.387 0.236 0.004,-0.387 -0.236 0.004,-0.384 0.236 0.002,-0.384 -0.236 0.002,-0.380 0.236 0.000,-0.380 -0.236 0.000,-0.376 0.236 -0.000,-0.376 -0.236 -0.000] 67 | }} 68 | appearance Appearance{material USE PIN-01 } 69 | } 70 | Shape { geometry IndexedFaceSet 71 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 72 | coord Coordinate { point [-0.393 0.236 0.163,-0.394 -0.236 0.159,-0.393 -0.236 0.163,-0.394 0.236 0.159,-0.392 0.236 0.167,-0.392 -0.236 0.167,-0.390 0.236 0.170,-0.390 -0.236 0.170,-0.387 0.236 0.173,-0.387 -0.236 0.173,-0.384 0.236 0.175,-0.384 -0.236 0.175,-0.380 0.236 0.177,-0.380 -0.236 0.177,-0.376 0.236 0.177,-0.376 -0.236 0.177] 73 | }} 74 | appearance Appearance{material USE PIN-01 } 75 | } 76 | Shape { geometry IndexedFaceSet 77 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,25,33,-1,2,25,7,-1] 78 | coord Coordinate { point [-0.279 0.236 0.170,-0.276 0.236 0.163,-0.276 0.236 0.159,-0.277 0.236 0.167,-0.286 0.236 0.175,-0.282 0.236 0.173,-0.289 0.236 0.177,-0.293 0.236 0.177,-0.376 0.236 0.018,-0.393 0.236 0.014,-0.394 0.236 0.018,-0.392 0.236 0.010,-0.390 0.236 0.007,-0.387 0.236 0.004,-0.384 0.236 0.002,-0.380 0.236 0.000,-0.376 0.236 -0.000,-0.293 0.236 -0.000,-0.276 0.236 0.018,-0.276 0.236 0.014,-0.277 0.236 0.010,-0.279 0.236 0.007,-0.282 0.236 0.004,-0.286 0.236 0.002,-0.289 0.236 0.000,-0.376 0.236 0.159,-0.394 0.236 0.159,-0.393 0.236 0.163,-0.392 0.236 0.167,-0.390 0.236 0.170,-0.387 0.236 0.173,-0.384 0.236 0.175,-0.380 0.236 0.177,-0.376 0.236 0.177] 79 | }} 80 | appearance Appearance{material USE PIN-01 } 81 | } 82 | Shape { geometry IndexedFaceSet 83 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 84 | coord Coordinate { point [-0.376 0.236 -0.000,-0.293 0.236 -0.000,-0.376 -0.236 -0.000,-0.293 -0.236 -0.000] 85 | }} 86 | appearance Appearance{material USE PIN-01 } 87 | } 88 | Shape { geometry IndexedFaceSet 89 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 90 | coord Coordinate { point [-0.276 0.236 0.014,-0.276 -0.236 0.018,-0.276 -0.236 0.014,-0.276 0.236 0.018,-0.277 0.236 0.010,-0.277 -0.236 0.010,-0.279 0.236 0.007,-0.279 -0.236 0.007,-0.282 0.236 0.004,-0.282 -0.236 0.004,-0.286 0.236 0.002,-0.286 -0.236 0.002,-0.289 0.236 0.000,-0.289 -0.236 0.000,-0.293 0.236 -0.000,-0.293 -0.236 -0.000] 91 | }} 92 | appearance Appearance{material USE PIN-01 } 93 | } 94 | Shape { geometry IndexedFaceSet 95 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1] 96 | coord Coordinate { point [-0.276 -0.236 0.018,-0.276 -0.236 0.159,-0.376 -0.236 0.018,-0.376 -0.236 0.159,0.276 -0.236 0.018,0.276 -0.236 0.159,0.376 -0.236 0.018,0.376 -0.236 0.159] 97 | }} 98 | appearance Appearance{material USE PLASTIC-WHITE-01 } 99 | } 100 | Shape { geometry IndexedFaceSet 101 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 102 | coord Coordinate { point [-0.293 0.236 0.177,-0.376 0.236 0.177,-0.376 -0.236 0.177,-0.293 -0.236 0.177] 103 | }} 104 | appearance Appearance{material USE PIN-01 } 105 | } 106 | Shape { geometry IndexedFaceSet 107 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 108 | coord Coordinate { point [-0.276 -0.236 0.159,-0.276 0.236 0.163,-0.276 -0.236 0.163,-0.276 0.236 0.159,-0.277 0.236 0.167,-0.277 -0.236 0.167,-0.279 0.236 0.170,-0.279 -0.236 0.170,-0.282 0.236 0.173,-0.282 -0.236 0.173,-0.286 0.236 0.175,-0.286 -0.236 0.175,-0.289 0.236 0.177,-0.289 -0.236 0.177,-0.293 0.236 0.177,-0.293 -0.236 0.177] 109 | }} 110 | appearance Appearance{material USE PIN-01 } 111 | } 112 | Shape { geometry IndexedFaceSet 113 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1] 114 | coord Coordinate { point [-0.276 0.236 0.159,-0.276 0.236 0.018,-0.376 0.236 0.018,-0.376 0.236 0.159,0.276 0.236 0.159,0.276 0.236 0.018,0.376 0.236 0.159,0.376 0.236 0.018] 115 | }} 116 | appearance Appearance{material USE PLASTIC-WHITE-01 } 117 | } 118 | Shape { geometry IndexedFaceSet 119 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 120 | coord Coordinate { point [-0.276 0.236 0.018,0.276 0.236 0.018,-0.276 -0.236 0.018,0.276 -0.236 0.018] 121 | }} 122 | appearance Appearance{material USE PLASTIC-WHITE-01 } 123 | } 124 | Shape { geometry IndexedFaceSet 125 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,7,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,7,9,1,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,32,33,25,-1,25,33,31,-1] 126 | coord Coordinate { point [0.277 -0.236 0.010,0.276 -0.236 0.018,0.276 -0.236 0.014,0.279 -0.236 0.007,0.282 -0.236 0.004,0.286 -0.236 0.002,0.289 -0.236 0.000,0.293 -0.236 -0.000,0.376 -0.236 -0.000,0.376 -0.236 0.018,0.387 -0.236 0.004,0.384 -0.236 0.002,0.380 -0.236 0.000,0.390 -0.236 0.007,0.392 -0.236 0.010,0.393 -0.236 0.014,0.394 -0.236 0.018,0.276 -0.236 0.159,0.293 -0.236 0.177,0.276 -0.236 0.163,0.277 -0.236 0.167,0.279 -0.236 0.170,0.282 -0.236 0.173,0.286 -0.236 0.175,0.289 -0.236 0.177,0.376 -0.236 0.159,0.394 -0.236 0.159,0.376 -0.236 0.177,0.393 -0.236 0.163,0.380 -0.236 0.177,0.392 -0.236 0.167,0.384 -0.236 0.175,0.390 -0.236 0.170,0.387 -0.236 0.173] 127 | }} 128 | appearance Appearance{material USE PIN-01 } 129 | } 130 | Shape { geometry IndexedFaceSet 131 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 132 | coord Coordinate { point [0.276 -0.236 0.159,0.276 -0.236 0.177,-0.276 -0.236 0.159,-0.276 -0.236 0.177] 133 | }} 134 | appearance Appearance{material USE RES-SMD-01 } 135 | } 136 | Shape { geometry IndexedFaceSet 137 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 138 | coord Coordinate { point [-0.276 -0.236 0.159,-0.276 -0.236 0.177,-0.276 0.236 0.159,-0.276 0.236 0.177] 139 | }} 140 | appearance Appearance{material USE RES-SMD-01 } 141 | } 142 | Shape { geometry IndexedFaceSet 143 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,7,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,7,0,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,32,25,-1,33,25,31,-1] 144 | coord Coordinate { point [0.276 0.236 0.018,0.277 0.236 0.010,0.276 0.236 0.014,0.279 0.236 0.007,0.282 0.236 0.004,0.286 0.236 0.002,0.289 0.236 0.000,0.293 0.236 -0.000,0.376 0.236 0.018,0.376 0.236 -0.000,0.387 0.236 0.004,0.384 0.236 0.002,0.380 0.236 0.000,0.390 0.236 0.007,0.392 0.236 0.010,0.393 0.236 0.014,0.394 0.236 0.018,0.293 0.236 0.177,0.276 0.236 0.159,0.276 0.236 0.163,0.277 0.236 0.167,0.279 0.236 0.170,0.282 0.236 0.173,0.286 0.236 0.175,0.289 0.236 0.177,0.376 0.236 0.159,0.394 0.236 0.159,0.376 0.236 0.177,0.393 0.236 0.163,0.380 0.236 0.177,0.392 0.236 0.167,0.384 0.236 0.175,0.390 0.236 0.170,0.387 0.236 0.173] 145 | }} 146 | appearance Appearance{material USE PIN-01 } 147 | } 148 | Shape { geometry IndexedFaceSet 149 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 150 | coord Coordinate { point [0.276 0.236 0.177,0.276 0.236 0.159,-0.276 0.236 0.159,-0.276 0.236 0.177] 151 | }} 152 | appearance Appearance{material USE RES-SMD-01 } 153 | } 154 | Shape { geometry IndexedFaceSet 155 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 156 | coord Coordinate { point [0.276 -0.236 0.018,0.276 0.236 0.014,0.276 -0.236 0.014,0.276 0.236 0.018,0.277 0.236 0.010,0.277 -0.236 0.010,0.279 0.236 0.007,0.279 -0.236 0.007,0.282 0.236 0.004,0.282 -0.236 0.004,0.286 0.236 0.002,0.286 -0.236 0.002,0.289 0.236 0.000,0.289 -0.236 0.000,0.293 0.236 -0.000,0.293 -0.236 -0.000] 157 | }} 158 | appearance Appearance{material USE PIN-01 } 159 | } 160 | Shape { geometry IndexedFaceSet 161 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 162 | coord Coordinate { point [0.293 0.236 -0.000,0.376 0.236 -0.000,0.293 -0.236 -0.000,0.376 -0.236 -0.000] 163 | }} 164 | appearance Appearance{material USE PIN-01 } 165 | } 166 | Shape { geometry IndexedFaceSet 167 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 168 | coord Coordinate { point [0.393 0.236 0.014,0.394 -0.236 0.018,0.393 -0.236 0.014,0.394 0.236 0.018,0.392 0.236 0.010,0.392 -0.236 0.010,0.390 0.236 0.007,0.390 -0.236 0.007,0.387 0.236 0.004,0.387 -0.236 0.004,0.384 0.236 0.002,0.384 -0.236 0.002,0.380 0.236 0.000,0.380 -0.236 0.000,0.376 0.236 -0.000,0.376 -0.236 -0.000] 169 | }} 170 | appearance Appearance{material USE PIN-01 } 171 | } 172 | Shape { geometry IndexedFaceSet 173 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 174 | coord Coordinate { point [0.394 -0.236 0.159,0.394 -0.236 0.018,0.394 0.236 0.018,0.394 0.236 0.159] 175 | }} 176 | appearance Appearance{material USE PIN-01 } 177 | } 178 | Shape { geometry IndexedFaceSet 179 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 180 | coord Coordinate { point [0.394 -0.236 0.159,0.393 0.236 0.163,0.393 -0.236 0.163,0.394 0.236 0.159,0.392 0.236 0.167,0.392 -0.236 0.167,0.390 0.236 0.170,0.390 -0.236 0.170,0.387 0.236 0.173,0.387 -0.236 0.173,0.384 0.236 0.175,0.384 -0.236 0.175,0.380 0.236 0.177,0.380 -0.236 0.177,0.376 0.236 0.177,0.376 -0.236 0.177] 181 | }} 182 | appearance Appearance{material USE PIN-01 } 183 | } 184 | Shape { geometry IndexedFaceSet 185 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 186 | coord Coordinate { point [0.376 0.236 0.177,0.293 0.236 0.177,0.293 -0.236 0.177,0.376 -0.236 0.177] 187 | }} 188 | appearance Appearance{material USE PIN-01 } 189 | } 190 | Shape { geometry IndexedFaceSet 191 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 192 | coord Coordinate { point [0.276 0.236 0.163,0.276 -0.236 0.159,0.276 -0.236 0.163,0.276 0.236 0.159,0.277 0.236 0.167,0.277 -0.236 0.167,0.279 0.236 0.170,0.279 -0.236 0.170,0.282 0.236 0.173,0.282 -0.236 0.173,0.286 0.236 0.175,0.286 -0.236 0.175,0.289 0.236 0.177,0.289 -0.236 0.177,0.293 0.236 0.177,0.293 -0.236 0.177] 193 | }} 194 | appearance Appearance{material USE PIN-01 } 195 | } 196 | Shape { geometry IndexedFaceSet 197 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 198 | coord Coordinate { point [0.276 -0.236 0.177,0.276 -0.236 0.159,0.276 0.236 0.159,0.276 0.236 0.177] 199 | }} 200 | appearance Appearance{material USE RES-SMD-01 } 201 | } 202 | Shape { geometry IndexedFaceSet 203 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 204 | coord Coordinate { point [0.276 0.236 0.177,-0.276 0.236 0.177,-0.276 -0.236 0.177,0.276 -0.236 0.177] 205 | }} 206 | appearance Appearance{material USE RES-SMD-01 } 207 | } 208 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/packages3D/R_0402_1005Metric.wrl: -------------------------------------------------------------------------------- 1 | #VRML V2.0 utf8 2 | #kicad StepUp wrl exported 3 | 4 | # Copyright (C) 2018, kicad StepUp 5 | # 6 | # This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode), 7 | # with the following exception: 8 | # To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', 9 | # then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided 10 | # as part of the 'Licensed Material'. 11 | # You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement. 12 | # However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply. 13 | # Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception. 14 | # Disclaimer of Warranties and Limitation of Liability. 15 | # These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied. 16 | # *USE 3D CAD DATA AT YOUR OWN RISK* 17 | # *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.* 18 | # 19 | Shape { 20 | appearance Appearance {material DEF PIN-01 Material { 21 | ambientIntensity 0.271 22 | diffuseColor 0.824 0.82 0.781 23 | specularColor 0.328 0.258 0.172 24 | emissiveColor 0.0 0.0 0.0 25 | transparency 0.0 26 | shininess 0.7 27 | } 28 | } 29 | } 30 | Shape { 31 | appearance Appearance {material DEF RES-SMD-01 Material { 32 | ambientIntensity 0.638 33 | diffuseColor 0.082 0.086 0.094 34 | specularColor 0.066 0.063 0.063 35 | emissiveColor 0.0 0.0 0.0 36 | transparency 0.0 37 | shininess 0.3 38 | } 39 | } 40 | } 41 | Shape { 42 | appearance Appearance {material DEF PLASTIC-WHITE-01 Material { 43 | ambientIntensity 0.494 44 | diffuseColor 0.895 0.891 0.813 45 | specularColor 0.047 0.055 0.109 46 | emissiveColor 0.0 0.0 0.0 47 | transparency 0.0 48 | shininess 0.25 49 | } 50 | } 51 | } 52 | Shape { geometry IndexedFaceSet 53 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 54 | coord Coordinate { point [-0.197 -0.098 0.014,-0.197 -0.098 0.124,-0.197 0.098 0.014,-0.197 0.098 0.124] 55 | }} 56 | appearance Appearance{material USE PIN-01 } 57 | } 58 | Shape { geometry IndexedFaceSet 59 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,2,7,25,-1,25,7,33,-1] 60 | coord Coordinate { point [-0.118 -0.098 0.127,-0.121 -0.098 0.133,-0.118 -0.098 0.124,-0.119 -0.098 0.130,-0.126 -0.098 0.136,-0.123 -0.098 0.135,-0.129 -0.098 0.137,-0.132 -0.098 0.138,-0.197 -0.098 0.011,-0.183 -0.098 0.014,-0.197 -0.098 0.014,-0.195 -0.098 0.008,-0.194 -0.098 0.005,-0.192 -0.098 0.003,-0.189 -0.098 0.001,-0.186 -0.098 0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000,-0.118 -0.098 0.011,-0.118 -0.098 0.014,-0.119 -0.098 0.008,-0.121 -0.098 0.005,-0.123 -0.098 0.003,-0.126 -0.098 0.001,-0.129 -0.098 0.000,-0.183 -0.098 0.124,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.195 -0.098 0.130,-0.194 -0.098 0.133,-0.192 -0.098 0.135,-0.189 -0.098 0.136,-0.186 -0.098 0.137,-0.183 -0.098 0.138] 61 | }} 62 | appearance Appearance{material USE PIN-01 } 63 | } 64 | Shape { geometry IndexedFaceSet 65 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 66 | coord Coordinate { point [-0.197 -0.098 0.014,-0.197 0.098 0.011,-0.197 -0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.195 -0.098 0.008,-0.194 0.098 0.005,-0.194 -0.098 0.005,-0.192 0.098 0.003,-0.192 -0.098 0.003,-0.189 0.098 0.001,-0.189 -0.098 0.001,-0.186 0.098 0.000,-0.186 -0.098 0.000,-0.183 0.098 -0.000,-0.183 -0.098 -0.000] 67 | }} 68 | appearance Appearance{material USE PIN-01 } 69 | } 70 | Shape { geometry IndexedFaceSet 71 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 72 | coord Coordinate { point [-0.197 0.098 0.127,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.197 0.098 0.124,-0.195 0.098 0.130,-0.195 -0.098 0.130,-0.194 0.098 0.133,-0.194 -0.098 0.133,-0.192 0.098 0.135,-0.192 -0.098 0.135,-0.189 0.098 0.136,-0.189 -0.098 0.136,-0.186 0.098 0.137,-0.186 -0.098 0.137,-0.183 0.098 0.138,-0.183 -0.098 0.138] 73 | }} 74 | appearance Appearance{material USE PIN-01 } 75 | } 76 | Shape { geometry IndexedFaceSet 77 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,2,25,-1,7,25,33,-1] 78 | coord Coordinate { point [-0.121 0.098 0.133,-0.118 0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.126 0.098 0.136,-0.123 0.098 0.135,-0.129 0.098 0.137,-0.132 0.098 0.138,-0.183 0.098 0.014,-0.197 0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.194 0.098 0.005,-0.192 0.098 0.003,-0.189 0.098 0.001,-0.186 0.098 0.000,-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.118 0.098 0.014,-0.118 0.098 0.011,-0.119 0.098 0.008,-0.121 0.098 0.005,-0.123 0.098 0.003,-0.126 0.098 0.001,-0.129 0.098 0.000,-0.183 0.098 0.124,-0.197 0.098 0.124,-0.197 0.098 0.127,-0.195 0.098 0.130,-0.194 0.098 0.133,-0.192 0.098 0.135,-0.189 0.098 0.136,-0.186 0.098 0.137,-0.183 0.098 0.138] 79 | }} 80 | appearance Appearance{material USE PIN-01 } 81 | } 82 | Shape { geometry IndexedFaceSet 83 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 84 | coord Coordinate { point [-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000] 85 | }} 86 | appearance Appearance{material USE PIN-01 } 87 | } 88 | Shape { geometry IndexedFaceSet 89 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 90 | coord Coordinate { point [-0.118 0.098 0.011,-0.118 -0.098 0.014,-0.118 -0.098 0.011,-0.118 0.098 0.014,-0.119 0.098 0.008,-0.119 -0.098 0.008,-0.121 0.098 0.005,-0.121 -0.098 0.005,-0.123 0.098 0.003,-0.123 -0.098 0.003,-0.126 0.098 0.001,-0.126 -0.098 0.001,-0.129 0.098 0.000,-0.129 -0.098 0.000,-0.132 0.098 -0.000,-0.132 -0.098 -0.000] 91 | }} 92 | appearance Appearance{material USE PIN-01 } 93 | } 94 | Shape { geometry IndexedFaceSet 95 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1] 96 | coord Coordinate { point [-0.118 -0.098 0.014,-0.118 -0.098 0.124,-0.183 -0.098 0.014,-0.183 -0.098 0.124,0.118 -0.098 0.014,0.118 -0.098 0.124,0.183 -0.098 0.014,0.183 -0.098 0.124] 97 | }} 98 | appearance Appearance{material USE PLASTIC-WHITE-01 } 99 | } 100 | Shape { geometry IndexedFaceSet 101 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 102 | coord Coordinate { point [-0.132 0.098 0.138,-0.183 0.098 0.138,-0.183 -0.098 0.138,-0.132 -0.098 0.138] 103 | }} 104 | appearance Appearance{material USE PIN-01 } 105 | } 106 | Shape { geometry IndexedFaceSet 107 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 108 | coord Coordinate { point [-0.118 -0.098 0.124,-0.118 0.098 0.127,-0.118 -0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.119 -0.098 0.130,-0.121 0.098 0.133,-0.121 -0.098 0.133,-0.123 0.098 0.135,-0.123 -0.098 0.135,-0.126 0.098 0.136,-0.126 -0.098 0.136,-0.129 0.098 0.137,-0.129 -0.098 0.137,-0.132 0.098 0.138,-0.132 -0.098 0.138] 109 | }} 110 | appearance Appearance{material USE PIN-01 } 111 | } 112 | Shape { geometry IndexedFaceSet 113 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1] 114 | coord Coordinate { point [-0.118 0.098 0.124,-0.118 0.098 0.014,-0.183 0.098 0.014,-0.183 0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.014,0.183 0.098 0.124,0.183 0.098 0.014] 115 | }} 116 | appearance Appearance{material USE PLASTIC-WHITE-01 } 117 | } 118 | Shape { geometry IndexedFaceSet 119 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 120 | coord Coordinate { point [-0.118 0.098 0.014,0.118 0.098 0.014,-0.118 -0.098 0.014,0.118 -0.098 0.014] 121 | }} 122 | appearance Appearance{material USE PLASTIC-WHITE-01 } 123 | } 124 | Shape { geometry IndexedFaceSet 125 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,1,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,1,9,2,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,25,33,31,-1,32,33,25,-1] 126 | coord Coordinate { point [0.118 -0.098 0.011,0.132 -0.098 -0.000,0.118 -0.098 0.014,0.119 -0.098 0.008,0.121 -0.098 0.005,0.123 -0.098 0.003,0.126 -0.098 0.001,0.129 -0.098 0.000,0.183 -0.098 -0.000,0.183 -0.098 0.014,0.192 -0.098 0.003,0.189 -0.098 0.001,0.186 -0.098 0.000,0.194 -0.098 0.005,0.195 -0.098 0.008,0.197 -0.098 0.011,0.197 -0.098 0.014,0.118 -0.098 0.124,0.132 -0.098 0.138,0.118 -0.098 0.127,0.119 -0.098 0.130,0.121 -0.098 0.133,0.123 -0.098 0.135,0.126 -0.098 0.136,0.129 -0.098 0.137,0.183 -0.098 0.124,0.197 -0.098 0.124,0.183 -0.098 0.138,0.197 -0.098 0.127,0.186 -0.098 0.137,0.195 -0.098 0.130,0.189 -0.098 0.136,0.194 -0.098 0.133,0.192 -0.098 0.135] 127 | }} 128 | appearance Appearance{material USE PIN-01 } 129 | } 130 | Shape { geometry IndexedFaceSet 131 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 132 | coord Coordinate { point [0.118 -0.098 0.124,0.118 -0.098 0.138,-0.118 -0.098 0.124,-0.118 -0.098 0.138] 133 | }} 134 | appearance Appearance{material USE RES-SMD-01 } 135 | } 136 | Shape { geometry IndexedFaceSet 137 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 138 | coord Coordinate { point [-0.118 -0.098 0.124,-0.118 -0.098 0.138,-0.118 0.098 0.124,-0.118 0.098 0.138] 139 | }} 140 | appearance Appearance{material USE RES-SMD-01 } 141 | } 142 | Shape { geometry IndexedFaceSet 143 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,0,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,0,2,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,25,31,-1,33,32,25,-1] 144 | coord Coordinate { point [0.132 0.098 -0.000,0.118 0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.121 0.098 0.005,0.123 0.098 0.003,0.126 0.098 0.001,0.129 0.098 0.000,0.183 0.098 0.014,0.183 0.098 -0.000,0.192 0.098 0.003,0.189 0.098 0.001,0.186 0.098 0.000,0.194 0.098 0.005,0.195 0.098 0.008,0.197 0.098 0.011,0.197 0.098 0.014,0.132 0.098 0.138,0.118 0.098 0.124,0.118 0.098 0.127,0.119 0.098 0.130,0.121 0.098 0.133,0.123 0.098 0.135,0.126 0.098 0.136,0.129 0.098 0.137,0.183 0.098 0.124,0.197 0.098 0.124,0.183 0.098 0.138,0.197 0.098 0.127,0.186 0.098 0.137,0.195 0.098 0.130,0.189 0.098 0.136,0.194 0.098 0.133,0.192 0.098 0.135] 145 | }} 146 | appearance Appearance{material USE PIN-01 } 147 | } 148 | Shape { geometry IndexedFaceSet 149 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 150 | coord Coordinate { point [0.118 0.098 0.138,0.118 0.098 0.124,-0.118 0.098 0.124,-0.118 0.098 0.138] 151 | }} 152 | appearance Appearance{material USE RES-SMD-01 } 153 | } 154 | Shape { geometry IndexedFaceSet 155 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 156 | coord Coordinate { point [0.118 -0.098 0.014,0.118 0.098 0.011,0.118 -0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.119 -0.098 0.008,0.121 0.098 0.005,0.121 -0.098 0.005,0.123 0.098 0.003,0.123 -0.098 0.003,0.126 0.098 0.001,0.126 -0.098 0.001,0.129 0.098 0.000,0.129 -0.098 0.000,0.132 0.098 -0.000,0.132 -0.098 -0.000] 157 | }} 158 | appearance Appearance{material USE PIN-01 } 159 | } 160 | Shape { geometry IndexedFaceSet 161 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 162 | coord Coordinate { point [0.132 0.098 -0.000,0.183 0.098 -0.000,0.132 -0.098 -0.000,0.183 -0.098 -0.000] 163 | }} 164 | appearance Appearance{material USE PIN-01 } 165 | } 166 | Shape { geometry IndexedFaceSet 167 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 168 | coord Coordinate { point [0.197 0.098 0.011,0.197 -0.098 0.014,0.197 -0.098 0.011,0.197 0.098 0.014,0.195 0.098 0.008,0.195 -0.098 0.008,0.194 0.098 0.005,0.194 -0.098 0.005,0.192 0.098 0.003,0.192 -0.098 0.003,0.189 0.098 0.001,0.189 -0.098 0.001,0.186 0.098 0.000,0.186 -0.098 0.000,0.183 0.098 -0.000,0.183 -0.098 -0.000] 169 | }} 170 | appearance Appearance{material USE PIN-01 } 171 | } 172 | Shape { geometry IndexedFaceSet 173 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 174 | coord Coordinate { point [0.197 -0.098 0.124,0.197 -0.098 0.014,0.197 0.098 0.014,0.197 0.098 0.124] 175 | }} 176 | appearance Appearance{material USE PIN-01 } 177 | } 178 | Shape { geometry IndexedFaceSet 179 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 180 | coord Coordinate { point [0.197 -0.098 0.124,0.197 0.098 0.127,0.197 -0.098 0.127,0.197 0.098 0.124,0.195 0.098 0.130,0.195 -0.098 0.130,0.194 0.098 0.133,0.194 -0.098 0.133,0.192 0.098 0.135,0.192 -0.098 0.135,0.189 0.098 0.136,0.189 -0.098 0.136,0.186 0.098 0.137,0.186 -0.098 0.137,0.183 0.098 0.138,0.183 -0.098 0.138] 181 | }} 182 | appearance Appearance{material USE PIN-01 } 183 | } 184 | Shape { geometry IndexedFaceSet 185 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 186 | coord Coordinate { point [0.183 0.098 0.138,0.132 0.098 0.138,0.132 -0.098 0.138,0.183 -0.098 0.138] 187 | }} 188 | appearance Appearance{material USE PIN-01 } 189 | } 190 | Shape { geometry IndexedFaceSet 191 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 192 | coord Coordinate { point [0.118 0.098 0.127,0.118 -0.098 0.124,0.118 -0.098 0.127,0.118 0.098 0.124,0.119 0.098 0.130,0.119 -0.098 0.130,0.121 0.098 0.133,0.121 -0.098 0.133,0.123 0.098 0.135,0.123 -0.098 0.135,0.126 0.098 0.136,0.126 -0.098 0.136,0.129 0.098 0.137,0.129 -0.098 0.137,0.132 0.098 0.138,0.132 -0.098 0.138] 193 | }} 194 | appearance Appearance{material USE PIN-01 } 195 | } 196 | Shape { geometry IndexedFaceSet 197 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 198 | coord Coordinate { point [0.118 -0.098 0.138,0.118 -0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.138] 199 | }} 200 | appearance Appearance{material USE RES-SMD-01 } 201 | } 202 | Shape { geometry IndexedFaceSet 203 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 204 | coord Coordinate { point [0.118 0.098 0.138,-0.118 0.098 0.138,-0.118 -0.098 0.138,0.118 -0.098 0.138] 205 | }} 206 | appearance Appearance{material USE RES-SMD-01 } 207 | } 208 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.D/packages3D/R_0805_2012Metric.wrl: -------------------------------------------------------------------------------- 1 | #VRML V2.0 utf8 2 | #kicad StepUp wrl exported 3 | 4 | # Copyright (C) 2018, kicad StepUp 5 | # 6 | # This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode), 7 | # with the following exception: 8 | # To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', 9 | # then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided 10 | # as part of the 'Licensed Material'. 11 | # You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement. 12 | # However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply. 13 | # Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception. 14 | # Disclaimer of Warranties and Limitation of Liability. 15 | # These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied. 16 | # *USE 3D CAD DATA AT YOUR OWN RISK* 17 | # *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.* 18 | # 19 | Shape { 20 | appearance Appearance {material DEF PIN-01 Material { 21 | ambientIntensity 0.271 22 | diffuseColor 0.824 0.82 0.781 23 | specularColor 0.328 0.258 0.172 24 | emissiveColor 0.0 0.0 0.0 25 | transparency 0.0 26 | shininess 0.7 27 | } 28 | } 29 | } 30 | Shape { 31 | appearance Appearance {material DEF RES-SMD-01 Material { 32 | ambientIntensity 0.638 33 | diffuseColor 0.082 0.086 0.094 34 | specularColor 0.066 0.063 0.063 35 | emissiveColor 0.0 0.0 0.0 36 | transparency 0.0 37 | shininess 0.3 38 | } 39 | } 40 | } 41 | Shape { 42 | appearance Appearance {material DEF PLASTIC-WHITE-01 Material { 43 | ambientIntensity 0.494 44 | diffuseColor 0.895 0.891 0.813 45 | specularColor 0.047 0.055 0.109 46 | emissiveColor 0.0 0.0 0.0 47 | transparency 0.0 48 | shininess 0.25 49 | } 50 | } 51 | } 52 | Shape { geometry IndexedFaceSet 53 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 54 | coord Coordinate { point [-0.394 -0.236 0.018,-0.394 -0.236 0.159,-0.394 0.236 0.018,-0.394 0.236 0.159] 55 | }} 56 | appearance Appearance{material USE PIN-01 } 57 | } 58 | Shape { geometry IndexedFaceSet 59 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,25,7,33,-1,25,2,7,-1] 60 | coord Coordinate { point [-0.276 -0.236 0.163,-0.279 -0.236 0.170,-0.276 -0.236 0.159,-0.277 -0.236 0.167,-0.286 -0.236 0.175,-0.282 -0.236 0.173,-0.289 -0.236 0.177,-0.293 -0.236 0.177,-0.393 -0.236 0.014,-0.376 -0.236 0.018,-0.394 -0.236 0.018,-0.392 -0.236 0.010,-0.390 -0.236 0.007,-0.387 -0.236 0.004,-0.384 -0.236 0.002,-0.380 -0.236 0.000,-0.376 -0.236 -0.000,-0.293 -0.236 -0.000,-0.276 -0.236 0.014,-0.276 -0.236 0.018,-0.277 -0.236 0.010,-0.279 -0.236 0.007,-0.282 -0.236 0.004,-0.286 -0.236 0.002,-0.289 -0.236 0.000,-0.376 -0.236 0.159,-0.394 -0.236 0.159,-0.393 -0.236 0.163,-0.392 -0.236 0.167,-0.390 -0.236 0.170,-0.387 -0.236 0.173,-0.384 -0.236 0.175,-0.380 -0.236 0.177,-0.376 -0.236 0.177] 61 | }} 62 | appearance Appearance{material USE PIN-01 } 63 | } 64 | Shape { geometry IndexedFaceSet 65 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 66 | coord Coordinate { point [-0.394 -0.236 0.018,-0.393 0.236 0.014,-0.393 -0.236 0.014,-0.394 0.236 0.018,-0.392 0.236 0.010,-0.392 -0.236 0.010,-0.390 0.236 0.007,-0.390 -0.236 0.007,-0.387 0.236 0.004,-0.387 -0.236 0.004,-0.384 0.236 0.002,-0.384 -0.236 0.002,-0.380 0.236 0.000,-0.380 -0.236 0.000,-0.376 0.236 -0.000,-0.376 -0.236 -0.000] 67 | }} 68 | appearance Appearance{material USE PIN-01 } 69 | } 70 | Shape { geometry IndexedFaceSet 71 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 72 | coord Coordinate { point [-0.393 0.236 0.163,-0.394 -0.236 0.159,-0.393 -0.236 0.163,-0.394 0.236 0.159,-0.392 0.236 0.167,-0.392 -0.236 0.167,-0.390 0.236 0.170,-0.390 -0.236 0.170,-0.387 0.236 0.173,-0.387 -0.236 0.173,-0.384 0.236 0.175,-0.384 -0.236 0.175,-0.380 0.236 0.177,-0.380 -0.236 0.177,-0.376 0.236 0.177,-0.376 -0.236 0.177] 73 | }} 74 | appearance Appearance{material USE PIN-01 } 75 | } 76 | Shape { geometry IndexedFaceSet 77 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,25,33,-1,2,25,7,-1] 78 | coord Coordinate { point [-0.279 0.236 0.170,-0.276 0.236 0.163,-0.276 0.236 0.159,-0.277 0.236 0.167,-0.286 0.236 0.175,-0.282 0.236 0.173,-0.289 0.236 0.177,-0.293 0.236 0.177,-0.376 0.236 0.018,-0.393 0.236 0.014,-0.394 0.236 0.018,-0.392 0.236 0.010,-0.390 0.236 0.007,-0.387 0.236 0.004,-0.384 0.236 0.002,-0.380 0.236 0.000,-0.376 0.236 -0.000,-0.293 0.236 -0.000,-0.276 0.236 0.018,-0.276 0.236 0.014,-0.277 0.236 0.010,-0.279 0.236 0.007,-0.282 0.236 0.004,-0.286 0.236 0.002,-0.289 0.236 0.000,-0.376 0.236 0.159,-0.394 0.236 0.159,-0.393 0.236 0.163,-0.392 0.236 0.167,-0.390 0.236 0.170,-0.387 0.236 0.173,-0.384 0.236 0.175,-0.380 0.236 0.177,-0.376 0.236 0.177] 79 | }} 80 | appearance Appearance{material USE PIN-01 } 81 | } 82 | Shape { geometry IndexedFaceSet 83 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 84 | coord Coordinate { point [-0.376 0.236 -0.000,-0.293 0.236 -0.000,-0.376 -0.236 -0.000,-0.293 -0.236 -0.000] 85 | }} 86 | appearance Appearance{material USE PIN-01 } 87 | } 88 | Shape { geometry IndexedFaceSet 89 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 90 | coord Coordinate { point [-0.276 0.236 0.014,-0.276 -0.236 0.018,-0.276 -0.236 0.014,-0.276 0.236 0.018,-0.277 0.236 0.010,-0.277 -0.236 0.010,-0.279 0.236 0.007,-0.279 -0.236 0.007,-0.282 0.236 0.004,-0.282 -0.236 0.004,-0.286 0.236 0.002,-0.286 -0.236 0.002,-0.289 0.236 0.000,-0.289 -0.236 0.000,-0.293 0.236 -0.000,-0.293 -0.236 -0.000] 91 | }} 92 | appearance Appearance{material USE PIN-01 } 93 | } 94 | Shape { geometry IndexedFaceSet 95 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1] 96 | coord Coordinate { point [-0.276 -0.236 0.018,-0.276 -0.236 0.159,-0.376 -0.236 0.018,-0.376 -0.236 0.159,0.276 -0.236 0.018,0.276 -0.236 0.159,0.376 -0.236 0.018,0.376 -0.236 0.159] 97 | }} 98 | appearance Appearance{material USE PLASTIC-WHITE-01 } 99 | } 100 | Shape { geometry IndexedFaceSet 101 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 102 | coord Coordinate { point [-0.293 0.236 0.177,-0.376 0.236 0.177,-0.376 -0.236 0.177,-0.293 -0.236 0.177] 103 | }} 104 | appearance Appearance{material USE PIN-01 } 105 | } 106 | Shape { geometry IndexedFaceSet 107 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 108 | coord Coordinate { point [-0.276 -0.236 0.159,-0.276 0.236 0.163,-0.276 -0.236 0.163,-0.276 0.236 0.159,-0.277 0.236 0.167,-0.277 -0.236 0.167,-0.279 0.236 0.170,-0.279 -0.236 0.170,-0.282 0.236 0.173,-0.282 -0.236 0.173,-0.286 0.236 0.175,-0.286 -0.236 0.175,-0.289 0.236 0.177,-0.289 -0.236 0.177,-0.293 0.236 0.177,-0.293 -0.236 0.177] 109 | }} 110 | appearance Appearance{material USE PIN-01 } 111 | } 112 | Shape { geometry IndexedFaceSet 113 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1] 114 | coord Coordinate { point [-0.276 0.236 0.159,-0.276 0.236 0.018,-0.376 0.236 0.018,-0.376 0.236 0.159,0.276 0.236 0.159,0.276 0.236 0.018,0.376 0.236 0.159,0.376 0.236 0.018] 115 | }} 116 | appearance Appearance{material USE PLASTIC-WHITE-01 } 117 | } 118 | Shape { geometry IndexedFaceSet 119 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 120 | coord Coordinate { point [-0.276 0.236 0.018,0.276 0.236 0.018,-0.276 -0.236 0.018,0.276 -0.236 0.018] 121 | }} 122 | appearance Appearance{material USE PLASTIC-WHITE-01 } 123 | } 124 | Shape { geometry IndexedFaceSet 125 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,7,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,7,9,1,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,32,33,25,-1,25,33,31,-1] 126 | coord Coordinate { point [0.277 -0.236 0.010,0.276 -0.236 0.018,0.276 -0.236 0.014,0.279 -0.236 0.007,0.282 -0.236 0.004,0.286 -0.236 0.002,0.289 -0.236 0.000,0.293 -0.236 -0.000,0.376 -0.236 -0.000,0.376 -0.236 0.018,0.387 -0.236 0.004,0.384 -0.236 0.002,0.380 -0.236 0.000,0.390 -0.236 0.007,0.392 -0.236 0.010,0.393 -0.236 0.014,0.394 -0.236 0.018,0.276 -0.236 0.159,0.293 -0.236 0.177,0.276 -0.236 0.163,0.277 -0.236 0.167,0.279 -0.236 0.170,0.282 -0.236 0.173,0.286 -0.236 0.175,0.289 -0.236 0.177,0.376 -0.236 0.159,0.394 -0.236 0.159,0.376 -0.236 0.177,0.393 -0.236 0.163,0.380 -0.236 0.177,0.392 -0.236 0.167,0.384 -0.236 0.175,0.390 -0.236 0.170,0.387 -0.236 0.173] 127 | }} 128 | appearance Appearance{material USE PIN-01 } 129 | } 130 | Shape { geometry IndexedFaceSet 131 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 132 | coord Coordinate { point [0.276 -0.236 0.159,0.276 -0.236 0.177,-0.276 -0.236 0.159,-0.276 -0.236 0.177] 133 | }} 134 | appearance Appearance{material USE RES-SMD-01 } 135 | } 136 | Shape { geometry IndexedFaceSet 137 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 138 | coord Coordinate { point [-0.276 -0.236 0.159,-0.276 -0.236 0.177,-0.276 0.236 0.159,-0.276 0.236 0.177] 139 | }} 140 | appearance Appearance{material USE RES-SMD-01 } 141 | } 142 | Shape { geometry IndexedFaceSet 143 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,7,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,7,0,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,32,25,-1,33,25,31,-1] 144 | coord Coordinate { point [0.276 0.236 0.018,0.277 0.236 0.010,0.276 0.236 0.014,0.279 0.236 0.007,0.282 0.236 0.004,0.286 0.236 0.002,0.289 0.236 0.000,0.293 0.236 -0.000,0.376 0.236 0.018,0.376 0.236 -0.000,0.387 0.236 0.004,0.384 0.236 0.002,0.380 0.236 0.000,0.390 0.236 0.007,0.392 0.236 0.010,0.393 0.236 0.014,0.394 0.236 0.018,0.293 0.236 0.177,0.276 0.236 0.159,0.276 0.236 0.163,0.277 0.236 0.167,0.279 0.236 0.170,0.282 0.236 0.173,0.286 0.236 0.175,0.289 0.236 0.177,0.376 0.236 0.159,0.394 0.236 0.159,0.376 0.236 0.177,0.393 0.236 0.163,0.380 0.236 0.177,0.392 0.236 0.167,0.384 0.236 0.175,0.390 0.236 0.170,0.387 0.236 0.173] 145 | }} 146 | appearance Appearance{material USE PIN-01 } 147 | } 148 | Shape { geometry IndexedFaceSet 149 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 150 | coord Coordinate { point [0.276 0.236 0.177,0.276 0.236 0.159,-0.276 0.236 0.159,-0.276 0.236 0.177] 151 | }} 152 | appearance Appearance{material USE RES-SMD-01 } 153 | } 154 | Shape { geometry IndexedFaceSet 155 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 156 | coord Coordinate { point [0.276 -0.236 0.018,0.276 0.236 0.014,0.276 -0.236 0.014,0.276 0.236 0.018,0.277 0.236 0.010,0.277 -0.236 0.010,0.279 0.236 0.007,0.279 -0.236 0.007,0.282 0.236 0.004,0.282 -0.236 0.004,0.286 0.236 0.002,0.286 -0.236 0.002,0.289 0.236 0.000,0.289 -0.236 0.000,0.293 0.236 -0.000,0.293 -0.236 -0.000] 157 | }} 158 | appearance Appearance{material USE PIN-01 } 159 | } 160 | Shape { geometry IndexedFaceSet 161 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 162 | coord Coordinate { point [0.293 0.236 -0.000,0.376 0.236 -0.000,0.293 -0.236 -0.000,0.376 -0.236 -0.000] 163 | }} 164 | appearance Appearance{material USE PIN-01 } 165 | } 166 | Shape { geometry IndexedFaceSet 167 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 168 | coord Coordinate { point [0.393 0.236 0.014,0.394 -0.236 0.018,0.393 -0.236 0.014,0.394 0.236 0.018,0.392 0.236 0.010,0.392 -0.236 0.010,0.390 0.236 0.007,0.390 -0.236 0.007,0.387 0.236 0.004,0.387 -0.236 0.004,0.384 0.236 0.002,0.384 -0.236 0.002,0.380 0.236 0.000,0.380 -0.236 0.000,0.376 0.236 -0.000,0.376 -0.236 -0.000] 169 | }} 170 | appearance Appearance{material USE PIN-01 } 171 | } 172 | Shape { geometry IndexedFaceSet 173 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 174 | coord Coordinate { point [0.394 -0.236 0.159,0.394 -0.236 0.018,0.394 0.236 0.018,0.394 0.236 0.159] 175 | }} 176 | appearance Appearance{material USE PIN-01 } 177 | } 178 | Shape { geometry IndexedFaceSet 179 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 180 | coord Coordinate { point [0.394 -0.236 0.159,0.393 0.236 0.163,0.393 -0.236 0.163,0.394 0.236 0.159,0.392 0.236 0.167,0.392 -0.236 0.167,0.390 0.236 0.170,0.390 -0.236 0.170,0.387 0.236 0.173,0.387 -0.236 0.173,0.384 0.236 0.175,0.384 -0.236 0.175,0.380 0.236 0.177,0.380 -0.236 0.177,0.376 0.236 0.177,0.376 -0.236 0.177] 181 | }} 182 | appearance Appearance{material USE PIN-01 } 183 | } 184 | Shape { geometry IndexedFaceSet 185 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 186 | coord Coordinate { point [0.376 0.236 0.177,0.293 0.236 0.177,0.293 -0.236 0.177,0.376 -0.236 0.177] 187 | }} 188 | appearance Appearance{material USE PIN-01 } 189 | } 190 | Shape { geometry IndexedFaceSet 191 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 192 | coord Coordinate { point [0.276 0.236 0.163,0.276 -0.236 0.159,0.276 -0.236 0.163,0.276 0.236 0.159,0.277 0.236 0.167,0.277 -0.236 0.167,0.279 0.236 0.170,0.279 -0.236 0.170,0.282 0.236 0.173,0.282 -0.236 0.173,0.286 0.236 0.175,0.286 -0.236 0.175,0.289 0.236 0.177,0.289 -0.236 0.177,0.293 0.236 0.177,0.293 -0.236 0.177] 193 | }} 194 | appearance Appearance{material USE PIN-01 } 195 | } 196 | Shape { geometry IndexedFaceSet 197 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 198 | coord Coordinate { point [0.276 -0.236 0.177,0.276 -0.236 0.159,0.276 0.236 0.159,0.276 0.236 0.177] 199 | }} 200 | appearance Appearance{material USE RES-SMD-01 } 201 | } 202 | Shape { geometry IndexedFaceSet 203 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 204 | coord Coordinate { point [0.276 0.236 0.177,-0.276 0.236 0.177,-0.276 -0.236 0.177,0.276 -0.236 0.177] 205 | }} 206 | appearance Appearance{material USE RES-SMD-01 } 207 | } 208 | -------------------------------------------------------------------------------- /HARDWARE/USB-GIGABIT-Rev.E/packages3D/R_0402_1005Metric.wrl: -------------------------------------------------------------------------------- 1 | #VRML V2.0 utf8 2 | #kicad StepUp wrl exported 3 | 4 | # Copyright (C) 2018, kicad StepUp 5 | # 6 | # This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode), 7 | # with the following exception: 8 | # To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material', 9 | # then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided 10 | # as part of the 'Licensed Material'. 11 | # You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement. 12 | # However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply. 13 | # Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception. 14 | # Disclaimer of Warranties and Limitation of Liability. 15 | # These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied. 16 | # *USE 3D CAD DATA AT YOUR OWN RISK* 17 | # *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.* 18 | # 19 | Shape { 20 | appearance Appearance {material DEF PIN-01 Material { 21 | ambientIntensity 0.271 22 | diffuseColor 0.824 0.82 0.781 23 | specularColor 0.328 0.258 0.172 24 | emissiveColor 0.0 0.0 0.0 25 | transparency 0.0 26 | shininess 0.7 27 | } 28 | } 29 | } 30 | Shape { 31 | appearance Appearance {material DEF RES-SMD-01 Material { 32 | ambientIntensity 0.638 33 | diffuseColor 0.082 0.086 0.094 34 | specularColor 0.066 0.063 0.063 35 | emissiveColor 0.0 0.0 0.0 36 | transparency 0.0 37 | shininess 0.3 38 | } 39 | } 40 | } 41 | Shape { 42 | appearance Appearance {material DEF PLASTIC-WHITE-01 Material { 43 | ambientIntensity 0.494 44 | diffuseColor 0.895 0.891 0.813 45 | specularColor 0.047 0.055 0.109 46 | emissiveColor 0.0 0.0 0.0 47 | transparency 0.0 48 | shininess 0.25 49 | } 50 | } 51 | } 52 | Shape { geometry IndexedFaceSet 53 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 54 | coord Coordinate { point [-0.197 -0.098 0.014,-0.197 -0.098 0.124,-0.197 0.098 0.014,-0.197 0.098 0.124] 55 | }} 56 | appearance Appearance{material USE PIN-01 } 57 | } 58 | Shape { geometry IndexedFaceSet 59 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,2,7,25,-1,25,7,33,-1] 60 | coord Coordinate { point [-0.118 -0.098 0.127,-0.121 -0.098 0.133,-0.118 -0.098 0.124,-0.119 -0.098 0.130,-0.126 -0.098 0.136,-0.123 -0.098 0.135,-0.129 -0.098 0.137,-0.132 -0.098 0.138,-0.197 -0.098 0.011,-0.183 -0.098 0.014,-0.197 -0.098 0.014,-0.195 -0.098 0.008,-0.194 -0.098 0.005,-0.192 -0.098 0.003,-0.189 -0.098 0.001,-0.186 -0.098 0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000,-0.118 -0.098 0.011,-0.118 -0.098 0.014,-0.119 -0.098 0.008,-0.121 -0.098 0.005,-0.123 -0.098 0.003,-0.126 -0.098 0.001,-0.129 -0.098 0.000,-0.183 -0.098 0.124,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.195 -0.098 0.130,-0.194 -0.098 0.133,-0.192 -0.098 0.135,-0.189 -0.098 0.136,-0.186 -0.098 0.137,-0.183 -0.098 0.138] 61 | }} 62 | appearance Appearance{material USE PIN-01 } 63 | } 64 | Shape { geometry IndexedFaceSet 65 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 66 | coord Coordinate { point [-0.197 -0.098 0.014,-0.197 0.098 0.011,-0.197 -0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.195 -0.098 0.008,-0.194 0.098 0.005,-0.194 -0.098 0.005,-0.192 0.098 0.003,-0.192 -0.098 0.003,-0.189 0.098 0.001,-0.189 -0.098 0.001,-0.186 0.098 0.000,-0.186 -0.098 0.000,-0.183 0.098 -0.000,-0.183 -0.098 -0.000] 67 | }} 68 | appearance Appearance{material USE PIN-01 } 69 | } 70 | Shape { geometry IndexedFaceSet 71 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 72 | coord Coordinate { point [-0.197 0.098 0.127,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.197 0.098 0.124,-0.195 0.098 0.130,-0.195 -0.098 0.130,-0.194 0.098 0.133,-0.194 -0.098 0.133,-0.192 0.098 0.135,-0.192 -0.098 0.135,-0.189 0.098 0.136,-0.189 -0.098 0.136,-0.186 0.098 0.137,-0.186 -0.098 0.137,-0.183 0.098 0.138,-0.183 -0.098 0.138] 73 | }} 74 | appearance Appearance{material USE PIN-01 } 75 | } 76 | Shape { geometry IndexedFaceSet 77 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,2,25,-1,7,25,33,-1] 78 | coord Coordinate { point [-0.121 0.098 0.133,-0.118 0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.126 0.098 0.136,-0.123 0.098 0.135,-0.129 0.098 0.137,-0.132 0.098 0.138,-0.183 0.098 0.014,-0.197 0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.194 0.098 0.005,-0.192 0.098 0.003,-0.189 0.098 0.001,-0.186 0.098 0.000,-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.118 0.098 0.014,-0.118 0.098 0.011,-0.119 0.098 0.008,-0.121 0.098 0.005,-0.123 0.098 0.003,-0.126 0.098 0.001,-0.129 0.098 0.000,-0.183 0.098 0.124,-0.197 0.098 0.124,-0.197 0.098 0.127,-0.195 0.098 0.130,-0.194 0.098 0.133,-0.192 0.098 0.135,-0.189 0.098 0.136,-0.186 0.098 0.137,-0.183 0.098 0.138] 79 | }} 80 | appearance Appearance{material USE PIN-01 } 81 | } 82 | Shape { geometry IndexedFaceSet 83 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 84 | coord Coordinate { point [-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000] 85 | }} 86 | appearance Appearance{material USE PIN-01 } 87 | } 88 | Shape { geometry IndexedFaceSet 89 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 90 | coord Coordinate { point [-0.118 0.098 0.011,-0.118 -0.098 0.014,-0.118 -0.098 0.011,-0.118 0.098 0.014,-0.119 0.098 0.008,-0.119 -0.098 0.008,-0.121 0.098 0.005,-0.121 -0.098 0.005,-0.123 0.098 0.003,-0.123 -0.098 0.003,-0.126 0.098 0.001,-0.126 -0.098 0.001,-0.129 0.098 0.000,-0.129 -0.098 0.000,-0.132 0.098 -0.000,-0.132 -0.098 -0.000] 91 | }} 92 | appearance Appearance{material USE PIN-01 } 93 | } 94 | Shape { geometry IndexedFaceSet 95 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1] 96 | coord Coordinate { point [-0.118 -0.098 0.014,-0.118 -0.098 0.124,-0.183 -0.098 0.014,-0.183 -0.098 0.124,0.118 -0.098 0.014,0.118 -0.098 0.124,0.183 -0.098 0.014,0.183 -0.098 0.124] 97 | }} 98 | appearance Appearance{material USE PLASTIC-WHITE-01 } 99 | } 100 | Shape { geometry IndexedFaceSet 101 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 102 | coord Coordinate { point [-0.132 0.098 0.138,-0.183 0.098 0.138,-0.183 -0.098 0.138,-0.132 -0.098 0.138] 103 | }} 104 | appearance Appearance{material USE PIN-01 } 105 | } 106 | Shape { geometry IndexedFaceSet 107 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 108 | coord Coordinate { point [-0.118 -0.098 0.124,-0.118 0.098 0.127,-0.118 -0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.119 -0.098 0.130,-0.121 0.098 0.133,-0.121 -0.098 0.133,-0.123 0.098 0.135,-0.123 -0.098 0.135,-0.126 0.098 0.136,-0.126 -0.098 0.136,-0.129 0.098 0.137,-0.129 -0.098 0.137,-0.132 0.098 0.138,-0.132 -0.098 0.138] 109 | }} 110 | appearance Appearance{material USE PIN-01 } 111 | } 112 | Shape { geometry IndexedFaceSet 113 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1] 114 | coord Coordinate { point [-0.118 0.098 0.124,-0.118 0.098 0.014,-0.183 0.098 0.014,-0.183 0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.014,0.183 0.098 0.124,0.183 0.098 0.014] 115 | }} 116 | appearance Appearance{material USE PLASTIC-WHITE-01 } 117 | } 118 | Shape { geometry IndexedFaceSet 119 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 120 | coord Coordinate { point [-0.118 0.098 0.014,0.118 0.098 0.014,-0.118 -0.098 0.014,0.118 -0.098 0.014] 121 | }} 122 | appearance Appearance{material USE PLASTIC-WHITE-01 } 123 | } 124 | Shape { geometry IndexedFaceSet 125 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,1,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,1,9,2,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,25,33,31,-1,32,33,25,-1] 126 | coord Coordinate { point [0.118 -0.098 0.011,0.132 -0.098 -0.000,0.118 -0.098 0.014,0.119 -0.098 0.008,0.121 -0.098 0.005,0.123 -0.098 0.003,0.126 -0.098 0.001,0.129 -0.098 0.000,0.183 -0.098 -0.000,0.183 -0.098 0.014,0.192 -0.098 0.003,0.189 -0.098 0.001,0.186 -0.098 0.000,0.194 -0.098 0.005,0.195 -0.098 0.008,0.197 -0.098 0.011,0.197 -0.098 0.014,0.118 -0.098 0.124,0.132 -0.098 0.138,0.118 -0.098 0.127,0.119 -0.098 0.130,0.121 -0.098 0.133,0.123 -0.098 0.135,0.126 -0.098 0.136,0.129 -0.098 0.137,0.183 -0.098 0.124,0.197 -0.098 0.124,0.183 -0.098 0.138,0.197 -0.098 0.127,0.186 -0.098 0.137,0.195 -0.098 0.130,0.189 -0.098 0.136,0.194 -0.098 0.133,0.192 -0.098 0.135] 127 | }} 128 | appearance Appearance{material USE PIN-01 } 129 | } 130 | Shape { geometry IndexedFaceSet 131 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 132 | coord Coordinate { point [0.118 -0.098 0.124,0.118 -0.098 0.138,-0.118 -0.098 0.124,-0.118 -0.098 0.138] 133 | }} 134 | appearance Appearance{material USE RES-SMD-01 } 135 | } 136 | Shape { geometry IndexedFaceSet 137 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 138 | coord Coordinate { point [-0.118 -0.098 0.124,-0.118 -0.098 0.138,-0.118 0.098 0.124,-0.118 0.098 0.138] 139 | }} 140 | appearance Appearance{material USE RES-SMD-01 } 141 | } 142 | Shape { geometry IndexedFaceSet 143 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,0,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,0,2,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,25,31,-1,33,32,25,-1] 144 | coord Coordinate { point [0.132 0.098 -0.000,0.118 0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.121 0.098 0.005,0.123 0.098 0.003,0.126 0.098 0.001,0.129 0.098 0.000,0.183 0.098 0.014,0.183 0.098 -0.000,0.192 0.098 0.003,0.189 0.098 0.001,0.186 0.098 0.000,0.194 0.098 0.005,0.195 0.098 0.008,0.197 0.098 0.011,0.197 0.098 0.014,0.132 0.098 0.138,0.118 0.098 0.124,0.118 0.098 0.127,0.119 0.098 0.130,0.121 0.098 0.133,0.123 0.098 0.135,0.126 0.098 0.136,0.129 0.098 0.137,0.183 0.098 0.124,0.197 0.098 0.124,0.183 0.098 0.138,0.197 0.098 0.127,0.186 0.098 0.137,0.195 0.098 0.130,0.189 0.098 0.136,0.194 0.098 0.133,0.192 0.098 0.135] 145 | }} 146 | appearance Appearance{material USE PIN-01 } 147 | } 148 | Shape { geometry IndexedFaceSet 149 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 150 | coord Coordinate { point [0.118 0.098 0.138,0.118 0.098 0.124,-0.118 0.098 0.124,-0.118 0.098 0.138] 151 | }} 152 | appearance Appearance{material USE RES-SMD-01 } 153 | } 154 | Shape { geometry IndexedFaceSet 155 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 156 | coord Coordinate { point [0.118 -0.098 0.014,0.118 0.098 0.011,0.118 -0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.119 -0.098 0.008,0.121 0.098 0.005,0.121 -0.098 0.005,0.123 0.098 0.003,0.123 -0.098 0.003,0.126 0.098 0.001,0.126 -0.098 0.001,0.129 0.098 0.000,0.129 -0.098 0.000,0.132 0.098 -0.000,0.132 -0.098 -0.000] 157 | }} 158 | appearance Appearance{material USE PIN-01 } 159 | } 160 | Shape { geometry IndexedFaceSet 161 | { creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1] 162 | coord Coordinate { point [0.132 0.098 -0.000,0.183 0.098 -0.000,0.132 -0.098 -0.000,0.183 -0.098 -0.000] 163 | }} 164 | appearance Appearance{material USE PIN-01 } 165 | } 166 | Shape { geometry IndexedFaceSet 167 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 168 | coord Coordinate { point [0.197 0.098 0.011,0.197 -0.098 0.014,0.197 -0.098 0.011,0.197 0.098 0.014,0.195 0.098 0.008,0.195 -0.098 0.008,0.194 0.098 0.005,0.194 -0.098 0.005,0.192 0.098 0.003,0.192 -0.098 0.003,0.189 0.098 0.001,0.189 -0.098 0.001,0.186 0.098 0.000,0.186 -0.098 0.000,0.183 0.098 -0.000,0.183 -0.098 -0.000] 169 | }} 170 | appearance Appearance{material USE PIN-01 } 171 | } 172 | Shape { geometry IndexedFaceSet 173 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 174 | coord Coordinate { point [0.197 -0.098 0.124,0.197 -0.098 0.014,0.197 0.098 0.014,0.197 0.098 0.124] 175 | }} 176 | appearance Appearance{material USE PIN-01 } 177 | } 178 | Shape { geometry IndexedFaceSet 179 | { creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1] 180 | coord Coordinate { point [0.197 -0.098 0.124,0.197 0.098 0.127,0.197 -0.098 0.127,0.197 0.098 0.124,0.195 0.098 0.130,0.195 -0.098 0.130,0.194 0.098 0.133,0.194 -0.098 0.133,0.192 0.098 0.135,0.192 -0.098 0.135,0.189 0.098 0.136,0.189 -0.098 0.136,0.186 0.098 0.137,0.186 -0.098 0.137,0.183 0.098 0.138,0.183 -0.098 0.138] 181 | }} 182 | appearance Appearance{material USE PIN-01 } 183 | } 184 | Shape { geometry IndexedFaceSet 185 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 186 | coord Coordinate { point [0.183 0.098 0.138,0.132 0.098 0.138,0.132 -0.098 0.138,0.183 -0.098 0.138] 187 | }} 188 | appearance Appearance{material USE PIN-01 } 189 | } 190 | Shape { geometry IndexedFaceSet 191 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1] 192 | coord Coordinate { point [0.118 0.098 0.127,0.118 -0.098 0.124,0.118 -0.098 0.127,0.118 0.098 0.124,0.119 0.098 0.130,0.119 -0.098 0.130,0.121 0.098 0.133,0.121 -0.098 0.133,0.123 0.098 0.135,0.123 -0.098 0.135,0.126 0.098 0.136,0.126 -0.098 0.136,0.129 0.098 0.137,0.129 -0.098 0.137,0.132 0.098 0.138,0.132 -0.098 0.138] 193 | }} 194 | appearance Appearance{material USE PIN-01 } 195 | } 196 | Shape { geometry IndexedFaceSet 197 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 198 | coord Coordinate { point [0.118 -0.098 0.138,0.118 -0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.138] 199 | }} 200 | appearance Appearance{material USE RES-SMD-01 } 201 | } 202 | Shape { geometry IndexedFaceSet 203 | { creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1] 204 | coord Coordinate { point [0.118 0.098 0.138,-0.118 0.098 0.138,-0.118 -0.098 0.138,0.118 -0.098 0.138] 205 | }} 206 | appearance Appearance{material USE RES-SMD-01 } 207 | } 208 | --------------------------------------------------------------------------------