add µSD-Card reader.
This commit is contained in:
parent
acbdd69a63
commit
f0b0dfdd75
3 changed files with 311 additions and 28 deletions
|
@ -91,6 +91,39 @@ X Pin_5 5 200 -200 150 L 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Connector_Micro_SD_Card
|
||||
#
|
||||
DEF Connector_Micro_SD_Card J 0 40 Y Y 1 F N
|
||||
F0 "J" -650 600 50 H V C CNN
|
||||
F1 "Connector_Micro_SD_Card" 650 600 50 H V R CNN
|
||||
F2 "" 1150 300 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
microSD*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 -375 -200 -425 0 1 0 F
|
||||
S -300 -275 -200 -325 0 1 0 F
|
||||
S -300 -175 -200 -225 0 1 0 F
|
||||
S -300 -75 -200 -125 0 1 0 F
|
||||
S -300 25 -200 -25 0 1 0 F
|
||||
S -300 125 -200 75 0 1 0 F
|
||||
S -300 225 -200 175 0 1 0 F
|
||||
S -300 325 -200 275 0 1 0 F
|
||||
P 6 0 1 10 650 500 650 550 -750 550 -750 -650 650 -650 650 -450 N
|
||||
P 11 0 1 10 -350 -450 -350 350 -50 350 100 500 150 500 150 450 250 450 300 500 800 500 800 -450 -350 -450 f
|
||||
X DAT2 1 -900 300 150 R 50 50 1 1 B
|
||||
X DAT3/CD 2 -900 200 150 R 50 50 1 1 B
|
||||
X CMD 3 -900 100 150 R 50 50 1 1 I
|
||||
X VDD 4 -900 0 150 R 50 50 1 1 W
|
||||
X CLK 5 -900 -100 150 R 50 50 1 1 I
|
||||
X VSS 6 -900 -200 150 R 50 50 1 1 W
|
||||
X DAT0 7 -900 -300 150 R 50 50 1 1 B
|
||||
X DAT1 8 -900 -400 150 R 50 50 1 1 B
|
||||
X SHIELD 9 800 -600 150 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Device_Battery_Cell
|
||||
#
|
||||
DEF Device_Battery_Cell BT 0 0 N N 1 F N
|
||||
|
|
222
fauxie.kicad_pcb
222
fauxie.kicad_pcb
|
@ -5,8 +5,8 @@
|
|||
(drawings 0)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 21)
|
||||
(nets 48)
|
||||
(modules 22)
|
||||
(nets 49)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
|
@ -128,16 +128,17 @@
|
|||
(net 35 /I2SD)
|
||||
(net 36 "Net-(U1-Pad27)")
|
||||
(net 37 "Net-(U1-Pad28)")
|
||||
(net 38 "Net-(U1-Pad29)")
|
||||
(net 39 "Net-(U1-Pad30)")
|
||||
(net 40 "Net-(U1-Pad31)")
|
||||
(net 41 "Net-(U1-Pad32)")
|
||||
(net 42 /SDA)
|
||||
(net 43 /SCL)
|
||||
(net 44 "Net-(U1-Pad37)")
|
||||
(net 45 "Net-(U2-Pad4)")
|
||||
(net 46 "Net-(U2-Pad3)")
|
||||
(net 47 "Net-(U2-Pad1)")
|
||||
(net 38 "Net-(U1-Pad32)")
|
||||
(net 39 /SDA)
|
||||
(net 40 /SCL)
|
||||
(net 41 "Net-(U2-Pad4)")
|
||||
(net 42 "Net-(U2-Pad3)")
|
||||
(net 43 "Net-(U2-Pad1)")
|
||||
(net 44 /MISO)
|
||||
(net 45 /SCLK)
|
||||
(net 46 /MOSI)
|
||||
(net 47 /CS)
|
||||
(net 48 "Net-(J3-Pad8)")
|
||||
|
||||
(net_class Default "Dies ist die voreingestellte Netzklasse."
|
||||
(clearance 0.2)
|
||||
|
@ -149,13 +150,17 @@
|
|||
(add_net +3V3)
|
||||
(add_net +5V)
|
||||
(add_net /BCLK)
|
||||
(add_net /CS)
|
||||
(add_net /DTR)
|
||||
(add_net /I2SD)
|
||||
(add_net /LED_DATA)
|
||||
(add_net /LRCK)
|
||||
(add_net /MISO)
|
||||
(add_net /MOSI)
|
||||
(add_net /RTS)
|
||||
(add_net /RX)
|
||||
(add_net /SCL)
|
||||
(add_net /SCLK)
|
||||
(add_net /SDA)
|
||||
(add_net /TX)
|
||||
(add_net GND)
|
||||
|
@ -164,6 +169,7 @@
|
|||
(add_net "Net-(C8-Pad1)")
|
||||
(add_net "Net-(C8-Pad2)")
|
||||
(add_net "Net-(C9-Pad2)")
|
||||
(add_net "Net-(J3-Pad8)")
|
||||
(add_net "Net-(LS1-Pad1)")
|
||||
(add_net "Net-(LS2-Pad1)")
|
||||
(add_net "Net-(U1-Pad12)")
|
||||
|
@ -180,11 +186,7 @@
|
|||
(add_net "Net-(U1-Pad24)")
|
||||
(add_net "Net-(U1-Pad27)")
|
||||
(add_net "Net-(U1-Pad28)")
|
||||
(add_net "Net-(U1-Pad29)")
|
||||
(add_net "Net-(U1-Pad30)")
|
||||
(add_net "Net-(U1-Pad31)")
|
||||
(add_net "Net-(U1-Pad32)")
|
||||
(add_net "Net-(U1-Pad37)")
|
||||
(add_net "Net-(U1-Pad4)")
|
||||
(add_net "Net-(U1-Pad5)")
|
||||
(add_net "Net-(U1-Pad6)")
|
||||
|
@ -195,6 +197,170 @@
|
|||
(add_net "Net-(U2-Pad4)")
|
||||
)
|
||||
|
||||
(module Connector_Card:microSD_HC_Hirose_DM3AT-SF-PEJM5 (layer F.Cu) (tedit 5A1DBFB5) (tstamp 5DC4229D)
|
||||
(at 128.27 109.22)
|
||||
(descr "Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=)")
|
||||
(tags "Micro SD")
|
||||
(path /5DC3F3D7)
|
||||
(attr smd)
|
||||
(fp_text reference J3 (at -0.075 -9.525) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Micro_SD_Card (at -0.075 9.575) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_arc (start -5.425 13.225) (end -5.425 13.725) (angle 90) (layer F.Fab) (width 0.1))
|
||||
(fp_arc (start 4.575 13.225) (end 5.075 13.225) (angle 90) (layer F.Fab) (width 0.1))
|
||||
(fp_arc (start -5.425 9.225) (end -5.425 9.725) (angle 90) (layer F.Fab) (width 0.1))
|
||||
(fp_arc (start 4.575 9.225) (end 5.075 9.225) (angle 90) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 3.275 -1.525) (end 2.7 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 3.275 -2.025) (end 2 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 3.275 -2.525) (end 1.3 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 2.825 -2.725) (end 0.6 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 2.125 -2.725) (end -0.1 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 1.425 -2.725) (end -0.8 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 0.725 -2.725) (end -1.5 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 0.025 -2.725) (end -2.2 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -0.675 -2.725) (end -2.9 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -1.375 -2.725) (end -3.6 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -2.075 -2.725) (end -4.3 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -5.925 8.325) (end -5.925 13.225) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 5.075 13.225) (end 5.075 8.325) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -5.425 13.725) (end 4.575 13.725) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -5.425 9.725) (end 4.575 9.725) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 2.51 7.975) (end -3.915 7.975) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 6.925 -7.825) (end -6.925 -7.825) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 6.925 8.125) (end 6.925 -7.825) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -6.925 8.125) (end -6.925 -7.825) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 5.285 8.325) (end 3.035 8.325) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 5.285 8.325) (end 5.485 8.125) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 3.035 8.325) (end 2.51 7.975) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -5.915 8.325) (end -6.115 8.125) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -3.915 8.125) (end -4.115 8.325) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -4.115 8.325) (end -5.915 8.325) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 5.485 8.125) (end 6.925 8.125) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -6.115 8.125) (end -6.925 8.125) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -3.915 8.125) (end -3.915 7.975) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -5.425 -2.725) (end 3.275 -2.725) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 3.275 -2.725) (end 3.275 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 3.275 -1.125) (end -5.425 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 2.925 6.975) (end 5.475 6.975) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 5.475 6.975) (end 5.475 8.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 5.475 8.325) (end 2.925 8.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 2.925 8.325) (end 2.925 6.975) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 -1.425) (end -5.425 -1.425) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -5.425 -2.725) (end -5.425 6.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -5.425 6.175) (end -6.125 6.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 6.175) (end -6.125 -1.425) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -7.225 -7.275) (end -6.475 -7.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -7.275) (end -6.475 0.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 0.775) (end -7.225 0.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -7.225 0.775) (end -7.225 -7.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -7.82 -8.82) (end 7.88 -8.82) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 7.88 -8.82) (end 7.88 8.88) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 7.88 8.88) (end -7.82 8.88) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -7.82 8.88) (end -7.82 -8.82) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 5.075 -7.885) (end 6.995 -7.885) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 6.995 -7.885) (end 6.995 6.125) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -6.525 -7.885) (end -6.975 -7.885) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -6.975 -7.885) (end -6.975 -4.275) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 5.315 8.385) (end 3.005 8.385) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -5.945 8.385) (end -4.085 8.385) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -5.945 8.385) (end -6.145 8.185) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -6.975 -2.575) (end -6.975 2.125) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -6.975 3.425) (end -6.975 5.225) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -3.875 8.035) (end 2.495 8.035) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -3.875 8.035) (end -3.875 8.185) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start -4.085 8.385) (end -3.875 8.185) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 5.315 8.385) (end 5.515 8.185) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 5.515 8.185) (end 5.775 8.185) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 3.005 8.385) (end 2.495 8.035) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 5.475 6.975) (end 4.675 8.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 4.975 6.975) (end 4.175 8.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 4.475 6.975) (end 3.675 8.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 3.975 6.975) (end 3.175 8.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start 3.475 6.975) (end 2.925 7.875) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -7.275) (end -7.225 -6.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -6.775) (end -7.225 -6.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -6.275) (end -7.225 -5.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -5.775) (end -7.225 -5.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -5.275) (end -7.225 -4.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -4.775) (end -7.225 -4.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -4.275) (end -7.225 -3.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -3.775) (end -7.225 -3.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -3.275) (end -7.225 -2.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -2.775) (end -7.225 -2.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -2.275) (end -7.225 -1.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -1.775) (end -7.225 -1.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -1.275) (end -7.225 -0.775) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -0.775) (end -7.225 -0.275) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 -0.275) (end -7.225 0.225) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.475 0.225) (end -7.225 0.725) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 6.175) (end -5.425 5.675) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 5.675) (end -5.425 5.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 5.175) (end -5.425 4.675) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 4.675) (end -5.425 4.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 4.175) (end -5.425 3.675) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 3.675) (end -5.425 3.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 3.175) (end -5.425 2.675) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 2.675) (end -5.425 2.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 2.175) (end -5.425 1.675) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 1.675) (end -5.425 1.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 1.175) (end -5.425 0.675) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 0.675) (end -5.425 0.175) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 0.175) (end -5.425 -0.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 -0.325) (end -5.425 -0.825) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 -1.325) (end -5.975 -1.425) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -6.125 -0.825) (end -5.425 -1.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -5.425 -1.325) (end -3.475 -2.725) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -2.775 -2.725) (end -5 -1.125) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -4.875 -2.725) (end -5.425 -2.325) (layer Dwgs.User) (width 0.1))
|
||||
(fp_line (start -4.175 -2.725) (end -5.425 -1.825) (layer Dwgs.User) (width 0.1))
|
||||
(fp_text user KEEPOUT (at -5.775 2.375 90) (layer Cmts.User)
|
||||
(effects (font (size 0.6 0.6) (thickness 0.09)))
|
||||
)
|
||||
(fp_text user KEEPOUT (at -6.85 -3.25 90) (layer Cmts.User)
|
||||
(effects (font (size 0.6 0.6) (thickness 0.09)))
|
||||
)
|
||||
(fp_text user KEEPOUT (at 4.2 7.65) (layer Cmts.User)
|
||||
(effects (font (size 0.4 0.4) (thickness 0.06)))
|
||||
)
|
||||
(fp_text user %R (at -0.075 0.375) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.1)))
|
||||
)
|
||||
(fp_text user KEEPOUT (at -1.075 -1.925) (layer Cmts.User)
|
||||
(effects (font (size 1 1) (thickness 0.1)))
|
||||
)
|
||||
(pad 11 smd rect (at 6.675 7.375) (size 1.3 1.9) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 11 smd rect (at -6.825 6.925) (size 1 2.8) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 10 smd rect (at -6.825 2.775) (size 1 0.8) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 11 smd rect (at -6.825 -3.425) (size 1 1.2) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 11 smd rect (at 4.325 -7.725) (size 1 1.2) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 7 smd rect (at -3.825 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 44 /MISO))
|
||||
(pad 6 smd rect (at -2.725 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 1 GND))
|
||||
(pad 5 smd rect (at -1.625 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 45 /SCLK))
|
||||
(pad 4 smd rect (at -0.525 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 4 +3V3))
|
||||
(pad 3 smd rect (at 0.575 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 1 GND))
|
||||
(pad 2 smd rect (at 1.675 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 46 /MOSI))
|
||||
(pad 1 smd rect (at 2.775 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 47 /CS))
|
||||
(pad 8 smd rect (at -4.925 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 48 "Net-(J3-Pad8)"))
|
||||
(pad 9 smd rect (at -5.875 -7.725) (size 0.7 1.2) (layers F.Cu F.Paste F.Mask)
|
||||
(net 1 GND))
|
||||
(model ${KISYS3DMOD}/Connector_Card.3dshapes/microSD_HC_Hirose_DM3AT-SF-PEJM5.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(module Package_TO_SOT_SMD:SOT-223-3_TabPin2 (layer F.Cu) (tedit 5A02FF57) (tstamp 5DC3D010)
|
||||
(at 150.91 78.70103)
|
||||
(descr "module CMS SOT223 4 pins")
|
||||
|
@ -345,9 +511,9 @@
|
|||
(fp_line (start 3.86 5.26) (end 3.86 5.005) (layer F.SilkS) (width 0.12))
|
||||
(fp_line (start 0 5.26) (end 3.86 5.26) (layer F.SilkS) (width 0.12))
|
||||
(pad 16 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 43 /SCL))
|
||||
(net 40 /SCL))
|
||||
(pad 15 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 42 /SDA))
|
||||
(net 39 /SDA))
|
||||
(pad 14 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 2 "Net-(BT1-Pad1)"))
|
||||
(pad 13 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
|
@ -369,13 +535,13 @@
|
|||
(pad 5 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 1 GND))
|
||||
(pad 4 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 45 "Net-(U2-Pad4)"))
|
||||
(net 41 "Net-(U2-Pad4)"))
|
||||
(pad 3 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 46 "Net-(U2-Pad3)"))
|
||||
(net 42 "Net-(U2-Pad3)"))
|
||||
(pad 2 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 4 +3V3))
|
||||
(pad 1 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
|
||||
(net 47 "Net-(U2-Pad1)"))
|
||||
(net 43 "Net-(U2-Pad1)"))
|
||||
(model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16W_7.5x10.3mm_P1.27mm.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -463,23 +629,23 @@
|
|||
(pad 28 smd oval (at -9 -7.45) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 37 "Net-(U1-Pad28)"))
|
||||
(pad 29 smd oval (at -9 -6.18) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 38 "Net-(U1-Pad29)"))
|
||||
(net 47 /CS))
|
||||
(pad 30 smd oval (at -9 -4.91) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 39 "Net-(U1-Pad30)"))
|
||||
(net 45 /SCLK))
|
||||
(pad 31 smd oval (at -9 -3.64) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 40 "Net-(U1-Pad31)"))
|
||||
(net 44 /MISO))
|
||||
(pad 32 smd oval (at -9 -2.37) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 41 "Net-(U1-Pad32)"))
|
||||
(net 38 "Net-(U1-Pad32)"))
|
||||
(pad 33 smd oval (at -9 -1.1) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 42 /SDA))
|
||||
(net 39 /SDA))
|
||||
(pad 34 smd oval (at -9 0.17) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 12 /RX))
|
||||
(pad 35 smd oval (at -9 1.44) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 11 /TX))
|
||||
(pad 36 smd oval (at -9 2.71) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 43 /SCL))
|
||||
(net 40 /SCL))
|
||||
(pad 37 smd oval (at -9 3.98) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 44 "Net-(U1-Pad37)"))
|
||||
(net 46 /MOSI))
|
||||
(pad 38 smd oval (at -9 5.25) (size 2.5 0.9) (layers F.Cu F.Paste F.Mask)
|
||||
(net 1 GND))
|
||||
)
|
||||
|
|
84
fauxie.sch
84
fauxie.sch
|
@ -805,4 +805,88 @@ Wire Wire Line
|
|||
9350 5500 9350 5450
|
||||
NoConn ~ 8300 2400
|
||||
NoConn ~ 8300 2700
|
||||
$Comp
|
||||
L Connector:Micro_SD_Card J3
|
||||
U 1 1 5DC3F3D7
|
||||
P 2100 5550
|
||||
F 0 "J3" H 2050 4733 50 0000 C CNN
|
||||
F 1 "Micro_SD_Card" H 2050 4824 50 0000 C CNN
|
||||
F 2 "Connector_Card:microSD_HC_Hirose_DM3AT-SF-PEJM5" H 3250 5850 50 0001 C CNN
|
||||
F 3 "http://katalog.we-online.de/em/datasheet/693072010801.pdf" H 2100 5550 50 0001 C CNN
|
||||
1 2100 5550
|
||||
-1 0 0 1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND #PWR02
|
||||
U 1 1 5DC4CB27
|
||||
P 3600 5500
|
||||
F 0 "#PWR02" H 3600 5250 50 0001 C CNN
|
||||
F 1 "GND" V 3605 5372 50 0000 R CNN
|
||||
F 2 "" H 3600 5500 50 0001 C CNN
|
||||
F 3 "" H 3600 5500 50 0001 C CNN
|
||||
1 3600 5500
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:+3V3 #PWR01
|
||||
U 1 1 5DC52BDC
|
||||
P 3150 5550
|
||||
F 0 "#PWR01" H 3150 5400 50 0001 C CNN
|
||||
F 1 "+3V3" V 3165 5678 50 0000 L CNN
|
||||
F 2 "" H 3150 5550 50 0001 C CNN
|
||||
F 3 "" H 3150 5550 50 0001 C CNN
|
||||
1 3150 5550
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
3150 5550 3000 5550
|
||||
Text Label 3150 5450 0 50 ~ 0
|
||||
SCLK
|
||||
Wire Wire Line
|
||||
3150 5450 3000 5450
|
||||
Text Label 6700 2800 0 50 ~ 0
|
||||
SCLK
|
||||
Wire Wire Line
|
||||
6700 2800 6600 2800
|
||||
Wire Wire Line
|
||||
3150 5250 3000 5250
|
||||
Text Label 3150 5250 0 50 ~ 0
|
||||
MISO
|
||||
Text Label 6700 2700 0 50 ~ 0
|
||||
MISO
|
||||
Wire Wire Line
|
||||
6700 2700 6600 2700
|
||||
Text Label 3150 5750 0 50 ~ 0
|
||||
MOSI
|
||||
Wire Wire Line
|
||||
3150 5750 3000 5750
|
||||
Text Label 6700 2100 0 50 ~ 0
|
||||
MOSI
|
||||
Wire Wire Line
|
||||
6700 2100 6600 2100
|
||||
Text Label 3150 5850 0 50 ~ 0
|
||||
CS
|
||||
Text Label 6700 2900 0 50 ~ 0
|
||||
CS
|
||||
Wire Wire Line
|
||||
6700 2900 6600 2900
|
||||
Wire Wire Line
|
||||
3150 5850 3000 5850
|
||||
Wire Wire Line
|
||||
3600 5350 3600 5500
|
||||
Wire Wire Line
|
||||
3000 5350 3600 5350
|
||||
Wire Wire Line
|
||||
3000 5650 3600 5650
|
||||
Wire Wire Line
|
||||
3600 5650 3600 5500
|
||||
Connection ~ 3600 5500
|
||||
NoConn ~ 3000 5150
|
||||
Wire Wire Line
|
||||
1300 4950 1300 4650
|
||||
Wire Wire Line
|
||||
1300 4650 3600 4650
|
||||
Wire Wire Line
|
||||
3600 4650 3600 5350
|
||||
Connection ~ 3600 5350
|
||||
$EndSCHEMATC
|
||||
|
|
Loading…
Reference in a new issue