add USB A receptacle
This commit is contained in:
parent
523a53c532
commit
657d39e198
|
@ -0,0 +1,48 @@
|
|||
name: USB-A-2.0_RECEPTACLE_912-121A2026S10100
|
||||
description: USB 2.0 standard-A receptacle, surface mount
|
||||
datasheet: https://datasheet.lcsc.com/lcsc/2102261733_Jing-Extension-of-the-Electronic-Co--912-121A2023S10100_C42428.pdf
|
||||
keywords: connector, USB
|
||||
# LCSC C42425
|
||||
|
||||
pinout:
|
||||
USB:
|
||||
VBUS: 1
|
||||
D-: 2
|
||||
D+: 3
|
||||
GND: 4
|
||||
SHELL:
|
||||
SHIELD: 5
|
||||
|
||||
properties:
|
||||
power: VBUS
|
||||
ground: GND
|
||||
bidir: D-, D+
|
||||
passive: SHIELD
|
||||
|
||||
schematic:
|
||||
symbol: connector
|
||||
right: USB
|
||||
bottom: SHELL
|
||||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 13.1
|
||||
bodyLength: 10.6
|
||||
height: 6.3
|
||||
model: # from EasyEDA using JLC2KiCad
|
||||
file: 'library/connector/usb-a-2.0-receptacle_c42428.stp'
|
||||
rotation: 0,0,0
|
||||
position: 0,5.55,0
|
||||
|
||||
# signal pins
|
||||
padWidth: 1.0
|
||||
padHeight: 2.0 # hand tuned, not in datasheet
|
||||
padPosition: -3.5, -5.54, -1.0, -5.54, 1.0, -5.54, 3.5, -5.54 # y: tab - 7.54
|
||||
|
||||
# shell tabs
|
||||
numbers1: 5, 5
|
||||
slotWidth1: 0.6
|
||||
slotHeight1: 1.6
|
||||
padWidth1: 1.6
|
||||
padHeight1: 2.6
|
||||
padPosition1: -6.4, 2.0, 6.4, 2.0 # y: 10.6/2 - 3.3 measured, not in datasheet
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@ name: USB-A-2.0_RECEPTACLE_C42428
|
|||
description: USB 2.0 standard-A receptacle, surface mount
|
||||
datasheet: https://datasheet.lcsc.com/lcsc/2102261733_Jing-Extension-of-the-Electronic-Co--912-121A2023S10100_C42428.pdf
|
||||
keywords: connector, USB
|
||||
# LCSC C42428 and C42425
|
||||
# LCSC C42428
|
||||
|
||||
pinout:
|
||||
USB:
|
||||
|
@ -26,9 +26,13 @@ schematic:
|
|||
|
||||
housing:
|
||||
pattern: custom
|
||||
bodyWidth: 13.10
|
||||
bodyWidth: 14.3
|
||||
bodyLength: 10.6
|
||||
height: 5.7
|
||||
height: 6.9
|
||||
model: # from EasyEDA using JLC2KiCad
|
||||
file: 'library/connector/usb-a-2.0-receptacle_c42428.stp'
|
||||
rotation: 0,0,0
|
||||
position: 0,6.1,0
|
||||
|
||||
# signal pins
|
||||
padWidth: 1.0
|
||||
|
|
Loading…
Reference in New Issue