Compare commits

...

2 Commits

Author SHA1 Message Date
King Kévin 00e9790a22 add DIP switch 2022-08-08 19:40:53 +02:00
King Kévin 61f301ccc3 hdmi: group signals 2022-08-08 19:40:53 +02:00
2 changed files with 151 additions and 19 deletions

View File

@ -3,37 +3,46 @@ description: connector, HDMI, receptacle
datasheet: https://datasheet.lcsc.com/lcsc/2008152133_XUNPU-HDMI-001S_C720616.pdf
pinout:
D2+: 1
D2S: 2
D2-: 3
D1+: 4
D1S: 5
D1-: 6
D0+: 7
D0S: 8
D0-: 9
CK+: 10
CKS: 11
CK-: 12
AV:
CK:
CK+: 10
CK-: 12
D0:
D0+: 7
D0-: 9
D1:
D1+: 4
D1-: 6
D2:
D2+: 1
D2-: 3
CEC: 13
utility/HEAC+: 14
SCL: 15
SDA: 16
DDC:
SCL: 15
SDA: 16
GND: 17
5V: 18
HPD: 19
HPD/HEAC-: 19
SHIELD:
SIGNAL:
CKS: 11
D0S: 8
D1S: 5
D2S: 2
SHELL: S1, S2, S3, S4
properties:
power: 5V
ground: GND
passive: D0S, D1S, D2S, CKS
passive: SHIELD
schematic:
symbol: connector
right: D0+, D0-, D1+, D1-, D2+, D2-, CK+, CK-
left: CEC, SCL, SDA, utility/HEAC+, HPD
right: AV
left: DDC, CEC, utility/HEAC+, HPD/HEAC-
top: 5V
bottom: GND, D0S, D1S, D2S, CKS
bottom: GND, SHELL, SIGNAL
housing:
pattern: custom
@ -51,6 +60,7 @@ housing:
rowDY: 4.235 # 12.15/-2+9.55+2.06-2.60/2
# mounting tab front
numbers1: S1, S2
slotWidth1: 0.9
slotHeight1: 1.6
padWidth1: 1.5
@ -58,6 +68,7 @@ housing:
padPosition1: -7.25, -2.485, 7.25, -2.485 # 14.5/2, -(12.15 / 2 - 9.55 + 5.96)
# mounting tab back
numbers2: S3, S4
slotWidth2: 0.9
slotHeight2: 2.70
padWidth2: 1.5

View File

@ -0,0 +1,121 @@
name: XKB_DSICxxLS
variations: DSIC01LS, DSIC02LS, DSIC03LS, DSIC04LS, DSIC05LS, DSIC06LS, DSIC07LS, DSIC08LS, DSIC09LS, DSIC10LS, DSIC12LS
description: switch, SIP, surface mount
datasheet: https://datasheet.lcsc.com/lcsc/2110151630_XKB-Connectivity-DSIC07LS-P_C319033.pdf
pinout@DSIC01LS:
LEFT: 1
RIGHT: 2
pinout@DSIC02LS:
LEFT: 1-2
RIGHT: 3-4
pinout@DSIC03LS:
LEFT: 1-3
RIGHT: 4-6
pinout@DSIC04LS:
LEFT: 1-4
RIGHT: 5-8
pinout@DSIC05LS:
LEFT: 1-5
RIGHT: 6-10
pinout@DSIC06LS:
LEFT: 1-6
RIGHT: 7-12
pinout@DSIC07LS:
LEFT: 1-7
RIGHT: 8-14
pinout@DSIC08LS:
LEFT: 1-8
RIGHT: 9-16
pinout@DSIC09LS:
LEFT: 1-9
RIGHT: 10-18
pinout@DSIC10LS:
LEFT: 1-10
RIGHT: 11-20
pinout@DSIC12LS:
LEFT: 1-12
RIGHT: 13-24
schematic:
symbol: switch
left: LEFT
right: RIGHT
housing: &DSICxxLS
pattern: sop
bodyWidth: 6.1
height: 3.55 # Projection version
leadLength: 1.15
leadWidth: 0.6
leadSpan: 9.76
padSpace: 7.6
padWidth: 1.7
padHeight: 1.1
pitch: 2.54
housing@DSIC01LS:
<<: *DSICxxLS
bodyLength: 2.54 # A
leadCount: 2
housing@DSIC02LS:
<<: *DSICxxLS
bodyLength: 5.08 # A
leadCount: 4
housing@DSIC03LS:
<<: *DSICxxLS
bodyLength: 7.62 # A
leadCount: 6
housing@DSIC04LS:
<<: *DSICxxLS
bodyLength: 10.16 # A
leadCount: 8
housing@DSIC05LS:
<<: *DSICxxLS
bodyLength: 12.7 # A
leadCount: 10
housing@DSIC06LS:
<<: *DSICxxLS
bodyLength: 15.24 # A
leadCount: 12
housing@DSIC07LS:
<<: *DSICxxLS
bodyLength: 17.78 # A
leadCount: 14
housing@DSIC08LS:
<<: *DSICxxLS
bodyLength: 20.32 # A
leadCount: 16
housing@DSIC09LS:
<<: *DSICxxLS
bodyLength: 22.86 # A
leadCount: 18
housing@DSIC10LS:
<<: *DSICxxLS
bodyLength: 25.4 # A
leadCount: 20
housing@DSIC12LS:
<<: *DSICxxLS
bodyLength: 30.48 # A
leadCount: 24