Skip to content

Commit

Permalink
Pull-down resistor for transceiver STB pin added.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Dec 19, 2017
1 parent 4543e07 commit 02b32e6
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 211 deletions.
44 changes: 42 additions & 2 deletions CAN_RPi-ZeroW.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
(general
(thickness 1.6)
(drawings 16)
(tracks 290)
(tracks 294)
(zones 0)
(modules 33)
(modules 34)
(nets 45)
)

Expand Down Expand Up @@ -192,6 +192,42 @@
(add_net "Net-(U2-Pad6)")
)

(module LibreSolar:R_0603_1608 (layer B.Cu) (tedit 59175D4F) (tstamp 5A39788C)
(at 168 74)
(descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0603")
(path /5A396C3A)
(attr smd)
(fp_text reference R6 (at 0 1.4) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 1M (at 0 -1.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text user %R (at 0 0) (layer B.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror))
)
(fp_line (start -0.8 -0.4) (end -0.8 0.4) (layer B.Fab) (width 0.1))
(fp_line (start 0.8 -0.4) (end -0.8 -0.4) (layer B.Fab) (width 0.1))
(fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer B.Fab) (width 0.1))
(fp_line (start -0.8 0.4) (end 0.8 0.4) (layer B.Fab) (width 0.1))
(fp_line (start 0.35 -0.55) (end -0.35 -0.55) (layer B.SilkS) (width 0.12))
(fp_line (start -0.35 0.55) (end 0.35 0.55) (layer B.SilkS) (width 0.12))
(fp_line (start -1.4 0.65) (end 1.4 0.65) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.4 0.65) (end -1.4 -0.65) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.4 -0.65) (end 1.4 0.65) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.4 -0.65) (end -1.4 -0.65) (layer B.CrtYd) (width 0.05))
(pad 1 smd roundrect (at -0.8 0) (size 0.8 0.9) (layers B.Cu B.Paste B.Mask)(roundrect_rratio 0.2)
(net 44 /CAN_STB))
(pad 2 smd roundrect (at 0.8 0) (size 0.8 0.9) (layers B.Cu B.Paste B.Mask)(roundrect_rratio 0.2)
(net 18 GND))
(model ${KISYS3DMOD}/Resistors_SMD.3dshapes/R_0603.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

(module LibreSolar:L_WE-TPC-4818 (layer B.Cu) (tedit 5A390953) (tstamp 5A18A085)
(at 152.6 73.6)
(descr "SELF WE-TPC/M")
Expand Down Expand Up @@ -2820,6 +2856,8 @@
(via (at 143.2 80.2) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 6))
(segment (start 147.6 87.9) (end 147.6 89.5) (width 0.25) (layer B.Cu) (net 7))
(segment (start 147.6 89.5) (end 146.9 90.2) (width 0.25) (layer B.Cu) (net 7))
(segment (start 168.8 74) (end 169.8 74) (width 0.25) (layer B.Cu) (net 18))
(via (at 169.8 74) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 18))
(segment (start 173.2 82.8) (end 173.8 82.2) (width 0.25) (layer B.Cu) (net 18))
(segment (start 173.2 83.4) (end 173.2 82.8) (width 0.25) (layer B.Cu) (net 18))
(via (at 173.8 82.2) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 18))
Expand Down Expand Up @@ -2986,6 +3024,8 @@
(segment (start 155.464999 85.530001) (end 160.869999 85.530001) (width 0.25) (layer B.Cu) (net 35))
(segment (start 160.869999 85.530001) (end 162.675 83.725) (width 0.25) (layer B.Cu) (net 35))
(segment (start 162.675 83.725) (end 163.65 83.725) (width 0.25) (layer B.Cu) (net 35))
(segment (start 167.2 74) (end 165.7 74) (width 0.25) (layer B.Cu) (net 44))
(segment (start 165.7 74) (end 165 73.3) (width 0.25) (layer B.Cu) (net 44))
(segment (start 158.6 76.8) (end 158.834315 76.8) (width 0.25) (layer F.Cu) (net 44))
(segment (start 158.834315 76.8) (end 159.4 76.8) (width 0.25) (layer F.Cu) (net 44))
(segment (start 163.2 74.4) (end 161.8 74.4) (width 0.25) (layer B.Cu) (net 44))
Expand Down
Loading

0 comments on commit 02b32e6

Please sign in to comment.