Compare commits
3 Commits
master
...
usb-cable-
Author | SHA1 | Date |
---|---|---|
King Kévin | 4eff427989 | |
King Kévin | 209f7760f3 | |
King Kévin | 455f24c595 |
|
@ -1,6 +0,0 @@
|
|||
# QEDA library github parts
|
||||
capacitor/c0603.yaml
|
||||
capacitor/c0805.yaml
|
||||
resistor/r0603.yaml
|
||||
resistor/r1206.yaml
|
||||
diode/led0603.yaml
|
|
@ -0,0 +1,13 @@
|
|||
name: C0603
|
||||
description: Chip capacitor 1.6x0.8 mm
|
||||
keywords: Capacitor
|
||||
|
||||
schematic:
|
||||
symbol: capacitor
|
||||
|
||||
housing:
|
||||
pattern: chip
|
||||
bodyLength: 1.45-1.75
|
||||
bodyWidth: 0.65-0.95
|
||||
height: 0.78-0.92
|
||||
leadLength: 0.2-0.5
|
|
@ -0,0 +1,13 @@
|
|||
name: USB-A_plug
|
||||
description: USB type-A plug drawing
|
||||
keywords: connector, USB
|
||||
datasheet: USB 2.0 Specification Engineering Change Notice (ECN) Mini-B connector, Figure 6-13 USB Series "A" Plug Interface Drawing; USB 3.1 Legacy Connector and Cable Specification, Section 5.5.1
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 12.0
|
||||
bodyLength: 11.75
|
||||
silkscreen: M -8.0 -10.875 -8.0 -5.875 8.0 -5.875 8.0 -10.875 # width: 16
|
|
@ -0,0 +1,13 @@
|
|||
name: USB-B_plug
|
||||
description: USB type-B plug drawing
|
||||
keywords: connector, USB
|
||||
datasheet: USB 2.0 Specification Engineering Change Notice (ECN) Mini-B connector, Figure 6-14 USB Series “B” Plug Interface Drawing; USB 3.1 Legacy Connector and Cable Specification, Section 5.5.1
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 8.0
|
||||
bodyLength: 11.75
|
||||
silkscreen: M -5.75 -10.875 -5.75 -5.875 5.75 -5.875 5.75 -10.875 # width: 11.5 (some USB 2.0 drawing say 10.5, but I think this is a mistake)
|
|
@ -0,0 +1,14 @@
|
|||
name: USB-C_plug
|
||||
description: USB type-C plug drawing
|
||||
keywords: connector, USB
|
||||
datasheet: Universal Serial Bus Type-C Cable and Connector Specification, Release 2.0, August 2019
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 8.25
|
||||
bodyLength: 6.51
|
||||
silkscreen: M -6.175 -8.255 -6.175 -3.255 6.175 -3.255 6.175 -8.255 # 12.35
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
name: USB-MICROB_plug
|
||||
description: USB micro-B plug drawing
|
||||
keywords: connector, USB
|
||||
datasheet: USB 3.1 Legacy Connector and Cable Specification, Section 5.5.2
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 12.2
|
||||
bodyLength: 5.4
|
||||
silkscreen: M -8.0 -7.7 -8.0 -2.7 8.0 -2.7 8.0 -7.7 # width: 16
|
|
@ -0,0 +1,13 @@
|
|||
name: USB-MINIB_plug
|
||||
description: USB mini-B plug drawing
|
||||
keywords: connector, USB
|
||||
datasheet: USB 2.0 Specification Engineering Change Notice (ECN) Mini-B connector, Figure 6-15 USB Series “mini-B” Plug Interface Drawing
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 6.8
|
||||
bodyLength: 6.8
|
||||
silkscreen: M -5.5 -8.2 -5.5 -3.2 5.5 -3.2 5.5 -8.2 # width: 11
|
|
@ -52,6 +52,16 @@ housing:
|
|||
rowDY: -15.46 # 36 / -2 + 2.54
|
||||
|
||||
# mounting hole
|
||||
holeDiameter1: 2.8
|
||||
padPosition1: -37.6, -15.6, 37.6, -15.6, -37.6, 15.6, 37.6, 15.6 # 2.4 from the corner
|
||||
padDiameter1: 0
|
||||
#holeDiameter1: 2.8
|
||||
#padPosition1: -37.6, -15.6, 37.6, -15.6, -37.6, 15.6, 37.6, 15.6 # 2.4 from the corner
|
||||
#padDiameter1: 0
|
||||
|
||||
# tab keepout
|
||||
padWidth1: 7.5
|
||||
padHeight1: 26.0
|
||||
padPosition1: 30.0, 0.3
|
||||
|
||||
# tab keepout
|
||||
padWidth2: 7.5
|
||||
padHeight2: 5.0
|
||||
padPosition2: 0.3, -10.2, 0.3, 11.0, -28.8, -10.2, -28.0, 11.0
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name: R0603
|
||||
description: Chip resistor 1.6x0.8 mm
|
||||
keywords: Resistor, 1/10W
|
||||
|
||||
schematic:
|
||||
symbol: resistor
|
||||
|
||||
housing:
|
||||
pattern: chip
|
||||
bodyLength: 1.5-1.7
|
||||
bodyWidth: 0.7-0.9
|
||||
height: 0.35-0.55
|
||||
leadLength: 0.15-0.45
|
|
@ -0,0 +1,13 @@
|
|||
name: R1206
|
||||
description: Chip resistor 3.1x1.55 mm
|
||||
keywords: Resistor, 1/4W
|
||||
|
||||
schematic:
|
||||
symbol: resistor
|
||||
|
||||
housing:
|
||||
pattern: chip
|
||||
bodyLength: 2.95-3.25
|
||||
bodyWidth: 1.3-1.7
|
||||
height: 0.45-0.65
|
||||
leadLength: 0.15-0.65
|
|
@ -0,0 +1,18 @@
|
|||
name: 1206SFH
|
||||
suffix: 100F/24, 120F/24, 150F/24, 200F/24, 250F/24, 300F/24
|
||||
description: 1206 (3216mm) High-Current-Rated Chip Fuse
|
||||
keywords: Fuse
|
||||
|
||||
schematic:
|
||||
symbol: fuse
|
||||
|
||||
housing:
|
||||
pattern: chip
|
||||
bodyWidth: 1.4-1.6
|
||||
bodyLength: 3-3.4
|
||||
height: 0.77-1.17
|
||||
leadLength: 0.26-0.76
|
||||
|
||||
padWidth: 1.45
|
||||
padHeight: 1.8
|
||||
padSpan: 4.4
|
Loading…
Reference in New Issue