finished prototype version of power switches
This commit is contained in:
parent
8ab1890d03
commit
7f7b62f71a
@ -1,4 +1,93 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "Conn_5V_out" (pin_names (offset 1.5)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Conn_5V_out" (id 1) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Conn_5V_out_1_1"
|
||||
(arc (start 0 -4.572) (mid -0.508 -5.08) (end 0 -5.588)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -5.08)
|
||||
(xy -0.508 -5.08)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -2.54)
|
||||
(xy -0.508 -2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy -0.508 0)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 2.54)
|
||||
(xy -0.508 2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 3.048) (mid -0.508 2.54) (end 0 2.032)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin power_in line (at -5.08 2.54 0) (length 3.81)
|
||||
(name "Vout_USB" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -5.08 0 0) (length 3.81)
|
||||
(name "GND_USB" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Vout_Aux" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -5.08 -5.08 0) (length 3.81)
|
||||
(name "GND_Aux" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Conn_HSTS016L" (pin_names (offset 1.5)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
@ -533,11 +622,11 @@
|
||||
)
|
||||
(pin power_out line (at 10.16 2.54 180) (length 2.54)
|
||||
(name "Vout" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at 10.16 -2.54 180) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "OZO_DCDC_converter_5V_0_1"
|
||||
@ -595,4 +684,81 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power_input_60V" (pin_names (offset 3)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "power_input_60V" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "screw terminal" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "TerminalBlock*:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "power_input_60V_1_1"
|
||||
(rectangle (start -1.27 1.27) (end 1.27 -3.81)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(circle (center 0 -2.54) (radius 0.635)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.5334 -2.2098)
|
||||
(xy 0.3302 -3.048)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.5334 0.3302)
|
||||
(xy 0.3302 -0.508)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3556 -2.032)
|
||||
(xy 0.508 -2.8702)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3556 0.508)
|
||||
(xy 0.508 -0.3302)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 0) (radius 0.635)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin power_out line (at -5.08 0 0) (length 3.81)
|
||||
(name "Vin" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
1947
schema/power_switches/fp-info-cache
Normal file
1947
schema/power_switches/fp-info-cache
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,600 @@
|
||||
(kicad_pcb (version 20211014) (generator pcbnew)
|
||||
)
|
||||
|
||||
(general
|
||||
(thickness 1.6)
|
||||
)
|
||||
|
||||
(paper "A4")
|
||||
(layers
|
||||
(0 "F.Cu" signal)
|
||||
(31 "B.Cu" signal)
|
||||
(32 "B.Adhes" user "B.Adhesive")
|
||||
(33 "F.Adhes" user "F.Adhesive")
|
||||
(34 "B.Paste" user)
|
||||
(35 "F.Paste" user)
|
||||
(36 "B.SilkS" user "B.Silkscreen")
|
||||
(37 "F.SilkS" user "F.Silkscreen")
|
||||
(38 "B.Mask" user)
|
||||
(39 "F.Mask" user)
|
||||
(40 "Dwgs.User" user "User.Drawings")
|
||||
(41 "Cmts.User" user "User.Comments")
|
||||
(42 "Eco1.User" user "User.Eco1")
|
||||
(43 "Eco2.User" user "User.Eco2")
|
||||
(44 "Edge.Cuts" user)
|
||||
(45 "Margin" user)
|
||||
(46 "B.CrtYd" user "B.Courtyard")
|
||||
(47 "F.CrtYd" user "F.Courtyard")
|
||||
(48 "B.Fab" user)
|
||||
(49 "F.Fab" user)
|
||||
(50 "User.1" user)
|
||||
(51 "User.2" user)
|
||||
(52 "User.3" user)
|
||||
(53 "User.4" user)
|
||||
(54 "User.5" user)
|
||||
(55 "User.6" user)
|
||||
(56 "User.7" user)
|
||||
(57 "User.8" user)
|
||||
(58 "User.9" user)
|
||||
)
|
||||
|
||||
(setup
|
||||
(pad_to_mask_clearance 0)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00010fc_ffffffff)
|
||||
(disableapertmacros false)
|
||||
(usegerberextensions false)
|
||||
(usegerberattributes true)
|
||||
(usegerberadvancedattributes true)
|
||||
(creategerberjobfile true)
|
||||
(svguseinch false)
|
||||
(svgprecision 6)
|
||||
(excludeedgelayer true)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15.000000)
|
||||
(dxfpolygonmode true)
|
||||
(dxfimperialunits true)
|
||||
(dxfusepcbnewfont true)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(sketchpadsonfab false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory "")
|
||||
)
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 "Net-(A1-Pad1)")
|
||||
(net 2 "Net-(SW1-Pad3)")
|
||||
(net 3 "Net-(D1-Pad1)")
|
||||
(net 4 "Net-(D1-Pad2)")
|
||||
(net 5 "Net-(J2-Pad1)")
|
||||
(net 6 "Net-(J2-Pad3)")
|
||||
(net 7 "unconnected-(SW1-Pad1)")
|
||||
(net 8 "unconnected-(SW1-Pad4)")
|
||||
(net 9 "Net-(SW1-Pad5)")
|
||||
(net 10 "unconnected-(SW2-Pad1)")
|
||||
(net 11 "unconnected-(SW2-Pad4)")
|
||||
(net 12 "Net-(A1-Pad4)")
|
||||
(net 13 "Net-(D2-Pad2)")
|
||||
|
||||
(footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (layer "F.Cu")
|
||||
(tedit 5A19A429) (tstamp 02038604-800d-44bc-bedb-7fd269007636)
|
||||
(at 114.3 78.74)
|
||||
(descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
|
||||
(tags "Through hole socket strip THT 1x04 2.54mm single row")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/502cbee8-90a3-49cc-80a4-06520cf2462e")
|
||||
(attr through_hole)
|
||||
(fp_text reference "J2" (at 0 -2.77) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ec74006a-3160-45d0-8612-26217e5758b1)
|
||||
)
|
||||
(fp_text value "Conn_5V_out" (at 0 10.39) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 722fed7f-18ba-4127-9aa7-1e02831afa20)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 84b6992a-2038-4cd8-8cf9-6397d1b481f1)
|
||||
)
|
||||
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 245d0d81-0845-4eb5-9723-2f407870cc19))
|
||||
(fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp 25a1817b-7aaa-4931-851d-8a4af74a1159))
|
||||
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 26c4970e-a378-4c99-9e56-59585b4a759d))
|
||||
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 503c3a84-9832-4b8d-b698-db672e53661c))
|
||||
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp a495e7b6-3910-44a5-8a95-10e0d48cd891))
|
||||
(fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp fc3d43b5-9507-4927-9d56-369c35fb85ae))
|
||||
(fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 1baf6838-bfc5-4045-b995-8e658b30962a))
|
||||
(fp_line (start 1.75 9.4) (end -1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 71d7a451-bb9a-4713-be5e-db3597c1e331))
|
||||
(fp_line (start 1.75 -1.8) (end 1.75 9.4) (layer "F.CrtYd") (width 0.05) (tstamp a91771c3-b8ce-4926-ba76-09da08e6710f))
|
||||
(fp_line (start -1.8 9.4) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp e1f0f87c-4136-4ba4-89eb-d3c1c2aca2e5))
|
||||
(fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 0cfd93a7-ea7c-458a-8210-fb70a36753be))
|
||||
(fp_line (start 1.27 -0.635) (end 1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp 32d91284-cd38-4eb4-b474-039d2e8da73b))
|
||||
(fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 3eea6181-244a-46b9-9342-227a00566dcc))
|
||||
(fp_line (start -1.27 8.89) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 778dd010-fec6-49a0-a4c5-c1f1dcdfbc6a))
|
||||
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp b1f4fa9c-4eb0-4c4d-9ab2-e5411430020f))
|
||||
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 5 "Net-(J2-Pad1)") (pinfunction "Vout_USB") (pintype "power_in") (tstamp dde9a260-f45e-4bd1-9852-97c1c5259c6a))
|
||||
(pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 12 "Net-(A1-Pad4)") (pinfunction "GND_USB") (pintype "power_in") (tstamp 3cff995e-3423-48b3-899c-c46df844efd7))
|
||||
(pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 6 "Net-(J2-Pad3)") (pinfunction "Vout_Aux") (pintype "power_in") (tstamp 03c5f2db-3dac-4d1b-af2e-48c3b31fc544))
|
||||
(pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 12 "Net-(A1-Pad4)") (pinfunction "GND_Aux") (pintype "power_in") (tstamp c2274735-6335-411d-9907-ddb0db9cb5bb))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal" (layer "F.Cu")
|
||||
(tedit 5B294EBC) (tstamp 2aa72db9-9811-4897-846d-49f1887bd1bb)
|
||||
(at 88.9 86.36)
|
||||
(descr "Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix")
|
||||
(tags "THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/a878e3e8-3cae-4714-a0c6-2dee94a8087f")
|
||||
(attr through_hole)
|
||||
(fp_text reference "J1" (at 2.54 -6.26) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 1e17b254-52f4-4eef-a7ba-6f500b22be7b)
|
||||
)
|
||||
(fp_text value "power_input_60V" (at 2.54 5.66) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp cd42cb83-2ca7-40df-990b-5ef7c21bd97a)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 2.54 3.2) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ef8b0a55-3f39-4734-bb7e-61ce83f31625)
|
||||
)
|
||||
(fp_line (start -2.6 -5.261) (end -2.6 4.66) (layer "F.SilkS") (width 0.12) (tstamp 038c0b39-94b2-45c5-8e2f-6c6db61879a3))
|
||||
(fp_line (start 7.68 -5.261) (end 7.68 4.66) (layer "F.SilkS") (width 0.12) (tstamp 5c91229e-8caa-4897-b439-f756327610bc))
|
||||
(fp_line (start -2.84 4.16) (end -2.84 4.9) (layer "F.SilkS") (width 0.12) (tstamp 5e2a2819-8db3-4776-a0ef-1c83043faca6))
|
||||
(fp_line (start 4.046 1.239) (end 4.011 1.274) (layer "F.SilkS") (width 0.12) (tstamp 69cd591b-32d7-4fc7-a079-c7c18056a77e))
|
||||
(fp_line (start 6.355 -1.069) (end 6.308 -1.023) (layer "F.SilkS") (width 0.12) (tstamp 79b243a0-a61d-47f4-810b-249653e45834))
|
||||
(fp_line (start -2.6 4.1) (end 7.68 4.1) (layer "F.SilkS") (width 0.12) (tstamp 7de03ff8-0cd3-459e-8751-a0d245f0db04))
|
||||
(fp_line (start -2.6 -2.301) (end 7.68 -2.301) (layer "F.SilkS") (width 0.12) (tstamp 9cf99e4f-2c14-4990-86dd-2e22aa60a509))
|
||||
(fp_line (start -2.84 4.9) (end -2.34 4.9) (layer "F.SilkS") (width 0.12) (tstamp b390eea0-e6bb-4b11-ac08-fd185c1d7ef6))
|
||||
(fp_line (start -2.6 4.66) (end 7.68 4.66) (layer "F.SilkS") (width 0.12) (tstamp b80887d1-7f86-482e-9175-70e5ed5c8551))
|
||||
(fp_line (start -2.6 2.6) (end 7.68 2.6) (layer "F.SilkS") (width 0.12) (tstamp c301bbea-ce1d-4ca6-bb9c-de0b773de222))
|
||||
(fp_line (start 3.853 1.023) (end 3.806 1.069) (layer "F.SilkS") (width 0.12) (tstamp dc11f2fe-7818-4361-ae2f-d5b6593a64f5))
|
||||
(fp_line (start -2.6 -5.261) (end 7.68 -5.261) (layer "F.SilkS") (width 0.12) (tstamp e5cc39cf-f6de-413c-b99a-cf01374a3027))
|
||||
(fp_line (start 6.15 -1.275) (end 6.115 -1.239) (layer "F.SilkS") (width 0.12) (tstamp f58fb8a7-be83-42fa-8849-a8d28763e9e9))
|
||||
(fp_arc (start 0.683318 1.534756) (mid 0.349292 1.643288) (end 0 1.68) (layer "F.SilkS") (width 0.12) (tstamp 0d0b5ee5-c62d-45f2-86ed-30367bd03891))
|
||||
(fp_arc (start 1.535427 -0.683042) (mid 1.680501 0.000524) (end 1.535 0.684) (layer "F.SilkS") (width 0.12) (tstamp 40eda4ef-117d-4036-bc58-da0ebe76ff80))
|
||||
(fp_arc (start 0.028805 1.680253) (mid -0.335551 1.646659) (end -0.684 1.535) (layer "F.SilkS") (width 0.12) (tstamp 4136221f-9f3b-4f63-b58d-400f9c96cbbe))
|
||||
(fp_arc (start -0.683042 -1.535427) (mid 0.000524 -1.680501) (end 0.684 -1.535) (layer "F.SilkS") (width 0.12) (tstamp 713d5aef-5c0c-47c5-bb4f-3f9d1448db41))
|
||||
(fp_arc (start -1.535427 0.683042) (mid -1.680501 -0.000524) (end -1.535 -0.684) (layer "F.SilkS") (width 0.12) (tstamp 7b383019-9d5b-4e36-91f0-2a427784180f))
|
||||
(fp_circle (center 5.08 0) (end 6.76 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 4310407e-8261-48fb-93af-c88c495fa6d6))
|
||||
(fp_line (start 8.13 5.1) (end 8.13 -5.71) (layer "F.CrtYd") (width 0.05) (tstamp 71aa772d-3076-43e8-9426-98f1d404bd3c))
|
||||
(fp_line (start 8.13 -5.71) (end -3.04 -5.71) (layer "F.CrtYd") (width 0.05) (tstamp bf0c6a58-f10e-499f-b148-cd771a45e19c))
|
||||
(fp_line (start -3.04 5.1) (end 8.13 5.1) (layer "F.CrtYd") (width 0.05) (tstamp ecf09a64-402b-4f6c-b052-dc42da0fce02))
|
||||
(fp_line (start -3.04 -5.71) (end -3.04 5.1) (layer "F.CrtYd") (width 0.05) (tstamp ff0be0b6-f29c-4513-a4cd-e4972f69d9f1))
|
||||
(fp_line (start 7.62 4.6) (end -2.04 4.6) (layer "F.Fab") (width 0.1) (tstamp 3f041c67-18db-4fa5-b15a-09c6ab1f6701))
|
||||
(fp_line (start 0.955 -1.138) (end -1.138 0.955) (layer "F.Fab") (width 0.1) (tstamp 41694054-4dc9-41bb-be41-bcafc60721af))
|
||||
(fp_line (start 6.035 -1.138) (end 3.943 0.955) (layer "F.Fab") (width 0.1) (tstamp 41cd3bc4-4f07-4f5c-9823-c0709298573c))
|
||||
(fp_line (start -2.54 4.1) (end 7.62 4.1) (layer "F.Fab") (width 0.1) (tstamp 47c93f99-5dce-4526-b053-c74e038befc2))
|
||||
(fp_line (start -2.54 -5.2) (end 7.62 -5.2) (layer "F.Fab") (width 0.1) (tstamp 7b7e80f0-2dfe-4f5f-92dd-0d5e43564687))
|
||||
(fp_line (start 7.62 -5.2) (end 7.62 4.6) (layer "F.Fab") (width 0.1) (tstamp 7f76d331-062f-4fab-9d00-cca19346d37f))
|
||||
(fp_line (start 1.138 -0.955) (end -0.955 1.138) (layer "F.Fab") (width 0.1) (tstamp 9fdbad5b-6821-4ced-8e60-1dd8efdd484e))
|
||||
(fp_line (start 6.218 -0.955) (end 4.126 1.138) (layer "F.Fab") (width 0.1) (tstamp b21076c2-4a42-4219-a58a-c2b7154aa2d9))
|
||||
(fp_line (start -2.54 4.1) (end -2.54 -5.2) (layer "F.Fab") (width 0.1) (tstamp b5f5157b-19b8-4af1-bd96-db365eda9702))
|
||||
(fp_line (start -2.04 4.6) (end -2.54 4.1) (layer "F.Fab") (width 0.1) (tstamp b97656b6-87f8-46d9-b203-35199034007f))
|
||||
(fp_line (start -2.54 -2.3) (end 7.62 -2.3) (layer "F.Fab") (width 0.1) (tstamp bcec8230-2bb1-4f4d-9fc1-f83be7da7d24))
|
||||
(fp_line (start -2.54 2.6) (end 7.62 2.6) (layer "F.Fab") (width 0.1) (tstamp be6b1083-9891-4a8a-88e9-a45e06c01097))
|
||||
(fp_circle (center 0 0) (end 1.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 2612fefe-cb59-4284-b5d8-d0be522e3078))
|
||||
(fp_circle (center 5.08 0) (end 6.58 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 4db07b3b-8e98-4f23-a9f8-9fbc7853224a))
|
||||
(pad "1" thru_hole rect (at 0 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask)
|
||||
(net 4 "Net-(D1-Pad2)") (pinfunction "Vin") (pintype "power_out") (tstamp 2faa0836-8bcb-451f-9cd2-fd10660727c8))
|
||||
(pad "2" thru_hole circle (at 5.08 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask)
|
||||
(net 1 "Net-(A1-Pad1)") (pinfunction "GND") (pintype "power_out") (tstamp 45b1f58a-ca1a-4660-8464-72919939501a))
|
||||
(model "${KICAD6_3DMODEL_DIR}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu")
|
||||
(tedit 59FED5CC) (tstamp 3ea799ab-8b73-46f4-be11-285e144d3732)
|
||||
(at 119.38 86.36 180)
|
||||
(descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
|
||||
(tags "Through hole pin header THT 1x04 2.54mm single row")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/c1d83899-e380-49f9-a87d-8e78bc089ebf")
|
||||
(attr through_hole)
|
||||
(fp_text reference "A1" (at 0 -2.33) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 9b8c228d-4fe8-45d3-9e98-91f14ef60ce3)
|
||||
)
|
||||
(fp_text value "OZO_DCDC_converter_5V" (at 0 9.95) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp be9f33a4-4ebe-4e61-bc5a-bf016fd3e43f)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 8e22e568-58bc-41b7-803b-cc331d7e52b7)
|
||||
)
|
||||
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 187eb5ac-48c9-4495-9700-5bd8fd253540))
|
||||
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 6ccd2d7b-7fd1-47dc-9315-0012dcecdda7))
|
||||
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 87486927-4f54-4642-a6db-5ead20587a4d))
|
||||
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp d0ae4d7d-e198-49f4-abea-6a9212f79de9))
|
||||
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp d6175a44-f05e-469f-96ea-227bd5705300))
|
||||
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp ebca03df-8fef-4161-9192-1d0610bbe722))
|
||||
(fp_line (start -1.8 9.4) (end 1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 0b4cf4da-a75c-4e34-851a-66038c467a25))
|
||||
(fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 1d96b2df-520e-4cfd-a9b3-cd640a669ed0))
|
||||
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 8ba2a652-7eca-48a9-af58-04bcb90f14af))
|
||||
(fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp fabefc79-1859-4e96-b032-0e074910ed3d))
|
||||
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp 0c34b2b5-3156-4649-aecc-fa91e5d5648c))
|
||||
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 43c0d084-b912-4c96-abe7-9f2605903a36))
|
||||
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 76c68f73-781b-4444-a5b8-cfdb4080af90))
|
||||
(fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp ab757006-8cd4-4b22-bfcc-94583f130527))
|
||||
(fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp f5369217-0105-46f1-89db-1f9ce1331f7e))
|
||||
(pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 1 "Net-(A1-Pad1)") (pinfunction "GND") (pintype "power_in") (tstamp 04103dba-24fc-4ada-8662-18f185ee97de))
|
||||
(pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 2 "Net-(SW1-Pad3)") (pinfunction "Vin") (pintype "power_in") (tstamp 72d5d43b-1e36-4a17-8f09-36fe9d4b754f))
|
||||
(pad "3" thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 9 "Net-(SW1-Pad5)") (pinfunction "Vout") (pintype "power_out") (tstamp 5d253128-9332-4026-a86f-91f126375e63))
|
||||
(pad "4" thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 12 "Net-(A1-Pad4)") (pinfunction "GND") (pintype "power_out") (tstamp 89ac1a11-b7c5-4e4e-b800-fde23fa4a1d4))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (layer "F.Cu")
|
||||
(tedit 59FED5CC) (tstamp 57ffd8e2-080b-4bc7-a74b-110637267721)
|
||||
(at 106.68 68.58 90)
|
||||
(descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row")
|
||||
(tags "Through hole pin header THT 1x06 2.54mm single row")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/b5e90aa2-b4c4-48fe-b486-64e22a6faa8c")
|
||||
(attr through_hole)
|
||||
(fp_text reference "SW2" (at 0 -2.33 90) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 9592fc50-94fe-4fa6-bb89-f4d8cd8da8b4)
|
||||
)
|
||||
(fp_text value "SW_DPDT_Aux" (at 0 15.03 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 6cda7b88-039c-477a-b399-24edcd621251)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 6.35) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 5f4bd124-24e6-4673-90dd-0eedd7223d45)
|
||||
)
|
||||
(fp_line (start 1.33 1.27) (end 1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp 278f7a4b-b426-4211-8b5d-a9870e3f750e))
|
||||
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 636fedba-4310-48a3-9159-49bb2085c4e9))
|
||||
(fp_line (start -1.33 1.27) (end -1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp 7335ec69-cc01-4813-a93a-6c475adbe399))
|
||||
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 7adef619-95ae-4bad-a387-3ccbc278b517))
|
||||
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 937b288d-846c-44e1-a4e9-1db7f7973136))
|
||||
(fp_line (start -1.33 14.03) (end 1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp b16a760b-a722-48f1-aa82-153f7b903ca2))
|
||||
(fp_line (start -1.8 14.5) (end 1.8 14.5) (layer "F.CrtYd") (width 0.05) (tstamp 10a2a86f-5404-4509-9b85-81cf2e0b9e7a))
|
||||
(fp_line (start 1.8 14.5) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 2dafe06d-d00d-4374-89ee-9e8a0fdc3271))
|
||||
(fp_line (start -1.8 -1.8) (end -1.8 14.5) (layer "F.CrtYd") (width 0.05) (tstamp 55aa3119-b3bc-4684-98cd-4c0209e5a31b))
|
||||
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 71eadae5-4bf3-457e-8b42-6d4eaf3a732e))
|
||||
(fp_line (start 1.27 13.97) (end -1.27 13.97) (layer "F.Fab") (width 0.1) (tstamp 3c6ce004-fbef-40fc-827b-e2955da85701))
|
||||
(fp_line (start 1.27 -1.27) (end 1.27 13.97) (layer "F.Fab") (width 0.1) (tstamp 80c5aa95-f256-48b2-b459-27c95e07e909))
|
||||
(fp_line (start -1.27 13.97) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp b0289524-6639-4914-9195-5a9fc3289a45))
|
||||
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp bf78b980-3973-44e9-a465-f11d3efa8336))
|
||||
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp d12a8179-ce46-4ab8-8e9e-548b0db73ee7))
|
||||
(pad "1" thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 10 "unconnected-(SW2-Pad1)") (pinfunction "A") (pintype "passive+no_connect") (tstamp 5a80a5e8-ef21-42d0-a5e2-2787cbaf7805))
|
||||
(pad "2" thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 3 "Net-(D1-Pad1)") (pinfunction "B") (pintype "passive") (tstamp ea9d3a76-9420-49c9-b839-00c435d02a2c))
|
||||
(pad "3" thru_hole oval (at 0 5.08 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 2 "Net-(SW1-Pad3)") (pinfunction "C") (pintype "passive") (tstamp 44b63826-7ebc-41fc-9834-353fd6328b22))
|
||||
(pad "4" thru_hole oval (at 0 7.62 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 11 "unconnected-(SW2-Pad4)") (pinfunction "A") (pintype "passive+no_connect") (tstamp 69fafa5d-befe-4c33-971a-09a4e85ceeaf))
|
||||
(pad "5" thru_hole oval (at 0 10.16 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 9 "Net-(SW1-Pad5)") (pinfunction "B") (pintype "passive") (tstamp 568afd16-fc0c-4d70-b9b3-020a2651ddd3))
|
||||
(pad "6" thru_hole oval (at 0 12.7 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 6 "Net-(J2-Pad3)") (pinfunction "C") (pintype "passive") (tstamp c68c86bf-9d90-4378-a83b-14aef7f97354))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (layer "F.Cu")
|
||||
(tedit 5A19A420) (tstamp 74722585-a959-47ea-af16-5b84f2e37f3c)
|
||||
(at 106.68 86.36 180)
|
||||
(descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
|
||||
(tags "Through hole socket strip THT 1x02 2.54mm single row")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/5955605f-58c2-462f-a75d-e84f859be83c")
|
||||
(attr through_hole)
|
||||
(fp_text reference "D2" (at 0 -2.77) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp eb5d383b-33b0-4a24-b4fb-533dd22000bf)
|
||||
)
|
||||
(fp_text value "LED" (at 0 5.31) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp e4e7f534-7a34-4d54-a684-fe1818538925)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 7e764968-c86a-4d26-bcab-017b5b4d0c23)
|
||||
)
|
||||
(fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp 1a3af8b2-3b8d-4126-a79e-e95ded4de536))
|
||||
(fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 237b3067-e423-4497-9b42-d9405b8de0c3))
|
||||
(fp_line (start -1.33 3.87) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp 333ede70-eb17-472a-85da-b7893801fee7))
|
||||
(fp_line (start 1.33 1.27) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp b080609c-ca99-4869-a156-ce8f09ac3823))
|
||||
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp be1883cc-0ec8-4f8c-9737-1faa3c3cae8c))
|
||||
(fp_line (start -1.33 1.27) (end -1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp d00f7138-12d7-4803-a7f6-3e3c1667680f))
|
||||
(fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 2501621f-75c2-4184-974c-c5d8232a8bd9))
|
||||
(fp_line (start -1.8 4.3) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 4bef4bba-d400-441b-bb33-ba6431ae101f))
|
||||
(fp_line (start 1.75 -1.8) (end 1.75 4.3) (layer "F.CrtYd") (width 0.05) (tstamp b0261032-bb1b-489f-93e0-43f328a620a9))
|
||||
(fp_line (start 1.75 4.3) (end -1.8 4.3) (layer "F.CrtYd") (width 0.05) (tstamp e80c0e09-7472-409a-8eee-2eb38c286442))
|
||||
(fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 2367c885-6945-42cb-a002-269453fa751d))
|
||||
(fp_line (start -1.27 3.81) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 24db727f-bd7a-4b78-a3c3-3937c9adc144))
|
||||
(fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 5973b0bc-6941-4583-9bbe-770b8da9e181))
|
||||
(fp_line (start 1.27 -0.635) (end 1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp 7b3d0624-b17e-45b9-8640-21d71e16a079))
|
||||
(fp_line (start 1.27 3.81) (end -1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp fe818044-db4f-4e26-9412-25c45e77ff5e))
|
||||
(pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 12 "Net-(A1-Pad4)") (pinfunction "K") (pintype "passive") (tstamp d3394208-49b3-4e60-a46b-96cdaf0e429a))
|
||||
(pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 13 "Net-(D2-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 318eb3ca-2604-4e2d-a66f-5a3695d7f0c3))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
|
||||
(tedit 5AE5139B) (tstamp b056f723-d4b0-4b58-aee7-f91b5e1b1157)
|
||||
(at 109.22 73.66 -90)
|
||||
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
|
||||
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/2f2a50a1-b7f9-49d3-9abb-2906d65061d4")
|
||||
(attr through_hole)
|
||||
(fp_text reference "R1" (at 5.08 -2.37 90) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 629557ed-d024-4ee3-ae6f-a432563c4a43)
|
||||
)
|
||||
(fp_text value "180" (at 5.08 2.37 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp dcdd15b8-24a7-4736-98ad-0623bd34a467)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c899a29d-2060-49d3-8738-20110bf687a3)
|
||||
)
|
||||
(fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 54ed77aa-ea38-4d19-b87e-7832084fcbc9))
|
||||
(fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 66e4e16a-7fc7-4a73-b9eb-5359b1ddb56a))
|
||||
(fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 6f8307ae-1649-403a-802a-4010c60a3f1e))
|
||||
(fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 886a7c1f-188f-47d2-99d2-5f8eeb008d91))
|
||||
(fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp a3062d30-714e-44ab-b858-1f20d8848e3d))
|
||||
(fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp f7e18173-a6aa-46e9-90f2-67b03384f650))
|
||||
(fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 02f0e688-6a68-4be2-8e2e-ca865119b987))
|
||||
(fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 1917d8cd-fc3e-4dd7-aee5-45fb4d2349d9))
|
||||
(fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 21c5e6b9-b442-4478-b685-a4e95609a54e))
|
||||
(fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d221a4e5-162a-4754-8cd2-6c3519094ee4))
|
||||
(fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 09efba4e-5e0d-4c5a-a551-105ec2269908))
|
||||
(fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 16daad7c-89c1-468c-a809-fee35a06148c))
|
||||
(fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 36149802-2046-467f-a759-d06f707c0e9b))
|
||||
(fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 37e93241-0295-4536-aab9-029e1638936d))
|
||||
(fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 4d4d28ce-9388-44ba-b95c-710c580f1d6d))
|
||||
(fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp d9e8b44d-8364-4926-bb91-21ec1e05e0de))
|
||||
(pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
|
||||
(net 9 "Net-(SW1-Pad5)") (pintype "passive") (tstamp 96d0694f-a49d-4119-92d8-80db9729a42e))
|
||||
(pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
|
||||
(net 13 "Net-(D2-Pad2)") (pintype "passive") (tstamp 74118524-bf64-4240-a382-0a97998ffed6))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (layer "F.Cu")
|
||||
(tedit 59FED5CC) (tstamp be61b23f-fa62-4678-9e1a-8c358c9b8b1f)
|
||||
(at 88.9 68.58 90)
|
||||
(descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row")
|
||||
(tags "Through hole pin header THT 1x06 2.54mm single row")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/bea900fb-1901-40d8-8d69-306ff0f3a285")
|
||||
(attr through_hole)
|
||||
(fp_text reference "SW1" (at 0 -2.33 90) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 5dc0dc9c-fb6f-459c-bb2b-87a87ba63b8f)
|
||||
)
|
||||
(fp_text value "SW_DPDT_USB" (at 0 15.03 90) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 11569af8-366f-4434-9223-d5fe811ab755)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 6.35) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp fb2ca1a2-c686-47c7-ae26-18ce96f00445)
|
||||
)
|
||||
(fp_line (start -1.33 14.03) (end 1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp 004fb2e4-149a-4fef-b6d7-205035528472))
|
||||
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 30d538bc-8a0d-4642-b07f-e5b8b0dd42a7))
|
||||
(fp_line (start -1.33 1.27) (end -1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp 631b983d-7924-4807-9702-896764eeef7d))
|
||||
(fp_line (start 1.33 1.27) (end 1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp 9f1e1332-a868-4dfb-8367-20ffb3f9a243))
|
||||
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp c5c1096e-17bd-4ded-a4e0-3d2ab8628c49))
|
||||
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp fefbd9a8-a9da-4811-95dd-56bf3e2c7101))
|
||||
(fp_line (start -1.8 -1.8) (end -1.8 14.5) (layer "F.CrtYd") (width 0.05) (tstamp 3f6e4b5d-2200-409b-a08c-2d94b58a8ee4))
|
||||
(fp_line (start -1.8 14.5) (end 1.8 14.5) (layer "F.CrtYd") (width 0.05) (tstamp 631234d3-e4ae-4c9d-900c-0a73726e0f34))
|
||||
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp b55f0adf-78de-4f63-876a-6b6fcc9cd0db))
|
||||
(fp_line (start 1.8 14.5) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp e5134e88-569d-44fe-84ae-ff3a34b00fc3))
|
||||
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 2266224e-7810-438d-9baf-4bf2e0b9e1cb))
|
||||
(fp_line (start 1.27 -1.27) (end 1.27 13.97) (layer "F.Fab") (width 0.1) (tstamp 85b01f57-e7cc-42e2-a5ac-05dc350b029a))
|
||||
(fp_line (start -1.27 13.97) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp aa713e4f-009f-4e28-8722-d942518b5d56))
|
||||
(fp_line (start 1.27 13.97) (end -1.27 13.97) (layer "F.Fab") (width 0.1) (tstamp d653746f-2ed5-4742-8431-5b7626eadfec))
|
||||
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp f1f6ea07-9a7b-4c04-a9b9-394b9e3d784c))
|
||||
(pad "1" thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 7 "unconnected-(SW1-Pad1)") (pinfunction "A") (pintype "passive+no_connect") (tstamp 04ad4c9c-2af1-4919-814f-fe95e04180dc))
|
||||
(pad "2" thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 3 "Net-(D1-Pad1)") (pinfunction "B") (pintype "passive") (tstamp 8db61793-2f19-4ba3-9ccc-6ba922aac786))
|
||||
(pad "3" thru_hole oval (at 0 5.08 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 2 "Net-(SW1-Pad3)") (pinfunction "C") (pintype "passive") (tstamp 1b6352ff-25e8-45e2-88e4-267669326f6c))
|
||||
(pad "4" thru_hole oval (at 0 7.62 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 8 "unconnected-(SW1-Pad4)") (pinfunction "A") (pintype "passive+no_connect") (tstamp d9cef548-ccd3-4f01-a43e-2455232f06f0))
|
||||
(pad "5" thru_hole oval (at 0 10.16 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 9 "Net-(SW1-Pad5)") (pinfunction "B") (pintype "passive") (tstamp b276502a-07fe-4c90-9ae3-6bf48e55561b))
|
||||
(pad "6" thru_hole oval (at 0 12.7 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
|
||||
(net 5 "Net-(J2-Pad1)") (pinfunction "C") (pintype "passive") (tstamp 59636076-5e41-4136-88f2-1e83c859555c))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(footprint "Diode_THT:D_5W_P12.70mm_Horizontal" (layer "F.Cu")
|
||||
(tedit 5AE50CD5) (tstamp f71305bc-2a03-4fea-9ead-067881ec3adc)
|
||||
(at 101.6 78.74 180)
|
||||
(descr "Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif")
|
||||
(tags "Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm")
|
||||
(property "Sheetfile" "power_switches.kicad_sch")
|
||||
(property "Sheetname" "")
|
||||
(path "/b1f818c3-6e86-4e26-a811-411d31d31cc5")
|
||||
(attr through_hole)
|
||||
(fp_text reference "D1" (at 6.35 -2.97) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 2aa1d2af-2fa3-4389-b482-16e65d1a1ee3)
|
||||
)
|
||||
(fp_text value "D" (at 6.35 2.97) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp d0229d87-6de5-4885-8475-d65b5cb7b634)
|
||||
)
|
||||
(fp_text user "K" (at 0 -2.4) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 9c3f87db-9f54-444c-a411-f385b4219a53)
|
||||
)
|
||||
(fp_text user "K" (at 0 -2.4) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 3c5d9aa5-20db-463f-87b8-b81dc27e82a4)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 7.0175 0) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp c6874f05-9e1f-4913-8274-fe4c0fa86174)
|
||||
)
|
||||
(fp_line (start 1.64 0) (end 1.78 0) (layer "F.SilkS") (width 0.12) (tstamp 12503936-be48-472f-be66-709ecb9e679c))
|
||||
(fp_line (start 3.115 -1.97) (end 3.115 1.97) (layer "F.SilkS") (width 0.12) (tstamp 45c80c89-21ff-4b72-9ef3-c1f60e4fc2a1))
|
||||
(fp_line (start 3.235 -1.97) (end 3.235 1.97) (layer "F.SilkS") (width 0.12) (tstamp a1d76c8b-64d4-41fd-9f90-6404335e9e25))
|
||||
(fp_line (start 1.78 1.97) (end 10.92 1.97) (layer "F.SilkS") (width 0.12) (tstamp b37fe9c1-8c8c-481f-83c8-2eecb54aa727))
|
||||
(fp_line (start 3.355 -1.97) (end 3.355 1.97) (layer "F.SilkS") (width 0.12) (tstamp b592dd36-5572-457a-803e-ab4e959b6d48))
|
||||
(fp_line (start 1.78 -1.97) (end 1.78 1.97) (layer "F.SilkS") (width 0.12) (tstamp bbc01497-b3b1-4c98-9e9c-bffe6bd06aca))
|
||||
(fp_line (start 10.92 1.97) (end 10.92 -1.97) (layer "F.SilkS") (width 0.12) (tstamp bf320ea2-3ccd-4fa1-8757-e5b36beadafd))
|
||||
(fp_line (start 11.06 0) (end 10.92 0) (layer "F.SilkS") (width 0.12) (tstamp d39bdbf2-5494-4e0d-a57a-55f1800dbb7d))
|
||||
(fp_line (start 10.92 -1.97) (end 1.78 -1.97) (layer "F.SilkS") (width 0.12) (tstamp ee662a53-012c-4caf-89e7-277f453fba4c))
|
||||
(fp_line (start 14.35 -2.1) (end -1.65 -2.1) (layer "F.CrtYd") (width 0.05) (tstamp 89bee752-0188-4824-ada2-e4d896f7624c))
|
||||
(fp_line (start 14.35 2.1) (end 14.35 -2.1) (layer "F.CrtYd") (width 0.05) (tstamp c2cc9f64-c94b-4fe6-bacc-4c33cc994ca9))
|
||||
(fp_line (start -1.65 2.1) (end 14.35 2.1) (layer "F.CrtYd") (width 0.05) (tstamp c4e2c1d1-86cb-4cae-9d1c-dae96b85ad4e))
|
||||
(fp_line (start -1.65 -2.1) (end -1.65 2.1) (layer "F.CrtYd") (width 0.05) (tstamp ca919145-28de-4682-858d-d49cc83d65a1))
|
||||
(fp_line (start 1.9 -1.85) (end 1.9 1.85) (layer "F.Fab") (width 0.1) (tstamp 101b77d9-e7be-43f9-9fe1-578b66659df2))
|
||||
(fp_line (start 3.335 -1.85) (end 3.335 1.85) (layer "F.Fab") (width 0.1) (tstamp 5665dd2b-1565-4346-95dd-3a3874fe8784))
|
||||
(fp_line (start 10.8 -1.85) (end 1.9 -1.85) (layer "F.Fab") (width 0.1) (tstamp 682787e7-bf45-4462-bd09-1e8e4b97f61d))
|
||||
(fp_line (start 0 0) (end 1.9 0) (layer "F.Fab") (width 0.1) (tstamp 9006328d-bedc-4c7e-94e0-d1a2836e34aa))
|
||||
(fp_line (start 3.235 -1.85) (end 3.235 1.85) (layer "F.Fab") (width 0.1) (tstamp c3d49b9b-29bc-4c00-83e1-bb156cc9f2c1))
|
||||
(fp_line (start 10.8 1.85) (end 10.8 -1.85) (layer "F.Fab") (width 0.1) (tstamp ce634559-057d-43d1-bbcf-0af27595fb90))
|
||||
(fp_line (start 12.7 0) (end 10.8 0) (layer "F.Fab") (width 0.1) (tstamp d9a9aba7-77fc-4495-bc23-85991e9eded5))
|
||||
(fp_line (start 3.135 -1.85) (end 3.135 1.85) (layer "F.Fab") (width 0.1) (tstamp dd39fabf-e36a-4124-b07b-e6b6b803128e))
|
||||
(fp_line (start 1.9 1.85) (end 10.8 1.85) (layer "F.Fab") (width 0.1) (tstamp e10199ac-dd03-4a92-a68f-2119001166ff))
|
||||
(pad "1" thru_hole rect (at 0 0 180) (size 2.8 2.8) (drill 1.4) (layers *.Cu *.Mask)
|
||||
(net 3 "Net-(D1-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 8d5d0917-2f15-45a6-8cfc-d2d720039eb3))
|
||||
(pad "2" thru_hole oval (at 12.7 0 180) (size 2.8 2.8) (drill 1.4) (layers *.Cu *.Mask)
|
||||
(net 4 "Net-(D1-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 5e513eca-3941-4b8f-9dfe-554b8465140d))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_5W_P12.70mm_Horizontal.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
||||
|
||||
(gr_circle (center 96.52 63.5) (end 97.79 63.5) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 017a2a2a-0da3-432b-8fee-c0111c283354))
|
||||
(gr_circle (center 104.2035 63.5) (end 105.4735 63.5) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 3fe8b529-5fc0-44a7-99b1-d78aa3bd0870))
|
||||
(gr_circle (center 104.2035 58.42) (end 105.4735 58.42) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 5fd10d95-0105-4800-9da9-0bf0f8338dc0))
|
||||
(gr_rect (start 86.36 48.26) (end 121.92 91.44) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 622f93af-f6da-457a-8ab0-414b32c37c3e))
|
||||
(gr_circle (center 109.2835 63.5) (end 110.5535 63.5) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 6739c210-a894-40f4-9d41-18bf03d88dc1))
|
||||
(gr_rect (start 87.884 51.816) (end 99.949 65.151) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 6a430e73-9a9a-4030-bddf-3410dc705a06))
|
||||
(gr_circle (center 91.44 53.34) (end 92.71 53.34) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 6da5e6fe-c5e6-4c67-bff3-2dbad5a3e604))
|
||||
(gr_rect (start 100.6475 51.816) (end 112.7125 65.151) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp 7ce31787-655c-410d-af06-ed5aa0f8dd2a))
|
||||
(gr_circle (center 109.2835 58.42) (end 110.5535 58.42) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp a0e8c1c0-a014-4038-b1b7-a12e15b4f9f8))
|
||||
(gr_circle (center 109.2835 53.34) (end 110.5535 53.34) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp a2636ffb-1d10-485a-9155-173a2fdcfec0))
|
||||
(gr_circle (center 104.2035 53.34) (end 105.4735 53.34) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp adf58aee-dca2-4b69-a167-cd89279e3c91))
|
||||
(gr_circle (center 96.52 58.42) (end 97.79 58.42) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp d0bafd97-637c-4d2a-8bc7-96362a9ba496))
|
||||
(gr_circle (center 96.52 53.34) (end 97.79 53.34) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp dcd72c06-af98-41b9-8491-d3b6c510f3e4))
|
||||
(gr_circle (center 91.44 58.42) (end 92.71 58.42) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp e50d5e2c-39d4-44c6-9b33-778b66291367))
|
||||
(gr_circle (center 91.44 63.5) (end 92.71 63.5) (layer "Dwgs.User") (width 0.2) (fill none) (tstamp eee23c4d-8cdb-4247-ab27-218cdaa7ab72))
|
||||
|
||||
(segment (start 93.98 86.36) (end 96.52 88.9) (width 0.25) (layer "F.Cu") (net 1) (tstamp 419a2e42-9298-415b-ab4e-0aa7ebda1a5d))
|
||||
(segment (start 96.52 88.9) (end 116.84 88.9) (width 0.25) (layer "F.Cu") (net 1) (tstamp a91781e1-c38d-4509-b3b6-3418944209a5))
|
||||
(segment (start 116.84 88.9) (end 119.38 86.36) (width 0.25) (layer "F.Cu") (net 1) (tstamp fa7de382-2c87-4728-bae6-c2de052d81d2))
|
||||
(segment (start 93.98 68.58) (end 93.98 66.04) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1f86b922-05e0-441a-966d-b878ccdd3717))
|
||||
(segment (start 93.98 66.04) (end 111.76 66.04) (width 0.25) (layer "F.Cu") (net 2) (tstamp 514e1deb-d2b1-4b2a-a64d-42e8975c0f42))
|
||||
(segment (start 111.76 66.04) (end 111.76 68.58) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5e2db3f4-038e-4ff7-8936-e47fe4306e80))
|
||||
(segment (start 116.84 66.04) (end 111.76 66.04) (width 0.25) (layer "F.Cu") (net 2) (tstamp 87203a98-81ab-4263-85ce-bafde2ef60ab))
|
||||
(via (at 116.84 66.04) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 6ef8273e-df23-4772-b32a-3ab5aedb4d9c))
|
||||
(segment (start 121.92 83.82) (end 124.46 81.28) (width 0.25) (layer "B.Cu") (net 2) (tstamp 218fa837-cc6c-41e7-ac4a-6a2b5f41f911))
|
||||
(segment (start 124.46 66.04) (end 116.84 66.04) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2a1d2b38-0337-4d06-abbe-2a6d85814a93))
|
||||
(segment (start 119.38 83.82) (end 121.92 83.82) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5f44a956-2155-4292-a295-d9d9b78ae535))
|
||||
(segment (start 124.46 81.28) (end 124.46 66.04) (width 0.25) (layer "B.Cu") (net 2) (tstamp eac638c7-3c2c-48ad-9388-f0b821fcd652))
|
||||
(segment (start 104.14 78.74) (end 101.6 78.74) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0b6079a7-9b02-4f04-b865-6e08d248b2da))
|
||||
(segment (start 109.22 68.58) (end 109.22 71.12) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1570a6f8-ddc5-4cf5-a642-93db748c063c))
|
||||
(segment (start 99.06 78.74) (end 91.44 71.12) (width 0.25) (layer "F.Cu") (net 3) (tstamp a6ba64d2-d6e8-402d-b8d2-90b6f2e071e8))
|
||||
(segment (start 101.6 78.74) (end 99.06 78.74) (width 0.25) (layer "F.Cu") (net 3) (tstamp dd47015b-15c4-4606-b495-088370f9de0c))
|
||||
(segment (start 91.44 71.12) (end 91.44 68.58) (width 0.25) (layer "F.Cu") (net 3) (tstamp fffcffa8-1994-4eeb-ba9e-9207ad3bb6b7))
|
||||
(via (at 104.14 78.74) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 81805a43-03e6-48ce-942a-c8d03270dfbb))
|
||||
(via (at 109.22 71.12) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp d82dc621-6e04-45e8-a13b-30a9ba4fdab6))
|
||||
(segment (start 104.14 71.12) (end 104.14 78.74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0478abad-111c-4b0e-9c37-0df8d8b6042a))
|
||||
(segment (start 109.22 71.12) (end 104.14 71.12) (width 0.25) (layer "B.Cu") (net 3) (tstamp 184de8ea-814c-4302-b2fd-3e6f2606e987))
|
||||
(segment (start 88.9 86.36) (end 88.9 78.74) (width 0.25) (layer "F.Cu") (net 4) (tstamp 1f2be7e8-a27c-43ae-b202-169b605a61f9))
|
||||
(segment (start 114.3 78.74) (end 114.3 76.2) (width 0.25) (layer "F.Cu") (net 5) (tstamp 3f963ae6-0ec9-4fff-b282-fffeae8b2529))
|
||||
(via (at 114.3 76.2) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp 8783fa3c-56be-4c95-983b-e9859a871fbc))
|
||||
(segment (start 115.474511 75.025489) (end 115.474511 64.674511) (width 0.25) (layer "B.Cu") (net 5) (tstamp 00c31612-c67e-4de6-a7f7-7025a4cf939f))
|
||||
(segment (start 115.474511 64.674511) (end 114.3 63.5) (width 0.25) (layer "B.Cu") (net 5) (tstamp 4145f67c-b6ac-4f63-a40a-ec9cc03f4a76))
|
||||
(segment (start 114.3 63.5) (end 101.6 63.5) (width 0.25) (layer "B.Cu") (net 5) (tstamp 528c3a20-2343-4804-80ac-2c94e30f2cf3))
|
||||
(segment (start 101.6 63.5) (end 101.6 68.58) (width 0.25) (layer "B.Cu") (net 5) (tstamp 6fdba0fa-baf0-4fb9-8162-fb03ddc6009a))
|
||||
(segment (start 114.3 76.2) (end 115.474511 75.025489) (width 0.25) (layer "B.Cu") (net 5) (tstamp 98e16ef8-2bb9-4bf5-bd28-8926eb05b074))
|
||||
(segment (start 114.3 83.82) (end 116.84 83.82) (width 0.25) (layer "F.Cu") (net 6) (tstamp 5d13a096-c83b-415d-93b0-7a92cd218a46))
|
||||
(segment (start 119.38 71.12) (end 119.38 68.58) (width 0.25) (layer "F.Cu") (net 6) (tstamp 694ed6b8-3fb8-4cdf-93f3-2a3dc121b67f))
|
||||
(via (at 116.84 83.82) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 6) (tstamp 6f7cc05a-cd09-4aca-a1eb-eabe6406a4a3))
|
||||
(via (at 119.38 71.12) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 6) (tstamp 9f8f250b-c8fb-4db4-804a-e511e9db5bd4))
|
||||
(segment (start 116.84 83.82) (end 116.84 76.2) (width 0.25) (layer "B.Cu") (net 6) (tstamp 69694ad8-db7c-4704-91b3-e38b7f165089))
|
||||
(segment (start 119.38 73.66) (end 119.38 71.12) (width 0.25) (layer "B.Cu") (net 6) (tstamp 9b35d2dc-f91b-4902-9c83-d626f559d03e))
|
||||
(segment (start 116.84 76.2) (end 119.38 73.66) (width 0.25) (layer "B.Cu") (net 6) (tstamp d5a5c74e-708a-4828-a96f-903a394f73e6))
|
||||
(segment (start 114.3 73.66) (end 123.19 73.66) (width 0.25) (layer "F.Cu") (net 9) (tstamp 4298bf4f-00d3-4ec5-ae7c-72c27e349873))
|
||||
(segment (start 109.22 73.66) (end 101.6 73.66) (width 0.25) (layer "F.Cu") (net 9) (tstamp 51eec19b-6c04-4bda-98eb-ce2c13f4fbf0))
|
||||
(segment (start 101.6 73.66) (end 99.06 71.12) (width 0.25) (layer "F.Cu") (net 9) (tstamp 7f814aaa-383d-468d-acd5-13d62670c769))
|
||||
(segment (start 114.3 73.66) (end 116.84 71.12) (width 0.25) (layer "F.Cu") (net 9) (tstamp 91e10608-47aa-409c-8727-eb56dd9e1a9c))
|
||||
(segment (start 99.06 71.12) (end 99.06 68.58) (width 0.25) (layer "F.Cu") (net 9) (tstamp 91f389fa-daf3-46ea-8cb0-ac7d9710a0df))
|
||||
(segment (start 116.84 71.12) (end 116.84 68.58) (width 0.25) (layer "F.Cu") (net 9) (tstamp 9db9214a-fa24-4e7f-8b71-06140944a25b))
|
||||
(segment (start 109.22 73.66) (end 114.3 73.66) (width 0.25) (layer "F.Cu") (net 9) (tstamp baa57e0b-6556-47b7-905c-e962272419c0))
|
||||
(via (at 123.19 73.66) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 9) (tstamp 02ca10a4-68f1-42d5-b4e6-0ec3982d0ddd))
|
||||
(segment (start 119.38 81.28) (end 123.19 77.47) (width 0.25) (layer "B.Cu") (net 9) (tstamp 6aec3f23-e6d6-44ff-87e6-7f5cfa5407fb))
|
||||
(segment (start 123.19 77.47) (end 123.19 73.66) (width 0.25) (layer "B.Cu") (net 9) (tstamp e4129df3-350b-4ab7-ad12-34349297e985))
|
||||
(segment (start 111.76 86.36) (end 114.3 86.36) (width 0.25) (layer "F.Cu") (net 12) (tstamp 428415ac-bbaa-4413-ae2c-f6300f6a5c9a))
|
||||
(segment (start 106.68 86.36) (end 111.76 86.36) (width 0.25) (layer "F.Cu") (net 12) (tstamp 619cdc8f-f9ee-4d75-b145-42255020239a))
|
||||
(segment (start 111.76 86.36) (end 111.76 81.28) (width 0.25) (layer "F.Cu") (net 12) (tstamp 6b6c14b0-0a7b-4132-a71d-ea17d1c79f07))
|
||||
(segment (start 111.76 81.28) (end 114.3 81.28) (width 0.25) (layer "F.Cu") (net 12) (tstamp 9aae2a80-b778-4f79-bf4c-1815b1c1be5e))
|
||||
(segment (start 114.3 81.28) (end 116.84 81.28) (width 0.25) (layer "F.Cu") (net 12) (tstamp a264cd91-370e-4038-8843-517ed5d0143b))
|
||||
(segment (start 116.84 81.28) (end 119.38 78.74) (width 0.25) (layer "F.Cu") (net 12) (tstamp a553890c-1da0-4c41-afd3-75de2ac11bd2))
|
||||
(segment (start 106.68 83.82) (end 109.22 83.82) (width 0.25) (layer "F.Cu") (net 13) (tstamp e0b71d69-c3cb-42b4-a0f3-533489f5af1b))
|
||||
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "",
|
||||
"active_layer_preset": "All Layers",
|
||||
"auto_track_width": true,
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
|
@ -66,6 +66,128 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "D" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "LED" (id 1) (at 0 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "LED diode" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Light emitting diode" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "LED_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -1.27)
|
||||
(xy -1.27 1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy 1.27 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.27 -1.27)
|
||||
(xy 1.27 1.27)
|
||||
(xy -1.27 0)
|
||||
(xy 1.27 -1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -3.048 -0.762)
|
||||
(xy -4.572 -2.286)
|
||||
(xy -3.81 -2.286)
|
||||
(xy -4.572 -2.286)
|
||||
(xy -4.572 -1.524)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.778 -0.762)
|
||||
(xy -3.302 -2.286)
|
||||
(xy -2.54 -2.286)
|
||||
(xy -3.302 -2.286)
|
||||
(xy -3.302 -1.524)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "LED_1_1"
|
||||
(pin passive line (at -3.81 0 0) (length 2.54)
|
||||
(name "K" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 3.81 0 180) (length 2.54)
|
||||
(name "A" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "R" (id 1) (at 0 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at -1.778 0 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Resistor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "R_0_1"
|
||||
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "R_1_1"
|
||||
(pin passive line (at 0 3.81 270) (length 1.27)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -3.81 90) (length 1.27)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Switch:SW_DPDT_x2" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "SW" (id 0) (at 0 4.318 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
@ -141,6 +263,135 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#FLG" (id 0) (at 0 1.905 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "PWR_FLAG_0_0"
|
||||
(pin power_out line (at 0 0 90) (length 0)
|
||||
(name "pwr" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "PWR_FLAG_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 1.27)
|
||||
(xy -1.016 1.905)
|
||||
(xy 0 2.54)
|
||||
(xy 1.016 1.905)
|
||||
(xy 0 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "vehicle-monitor:Conn_5V_out" (pin_names (offset 1.5)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Conn_5V_out" (id 1) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Conn_5V_out_1_1"
|
||||
(arc (start 0 -4.572) (mid -0.508 -5.08) (end 0 -5.588)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -5.08)
|
||||
(xy -0.508 -5.08)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 -2.54)
|
||||
(xy -0.508 -2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy -0.508 0)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 2.54)
|
||||
(xy -0.508 2.54)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start 0 3.048) (mid -0.508 2.54) (end 0 2.032)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin power_in line (at -5.08 2.54 0) (length 3.81)
|
||||
(name "Vout_USB" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -5.08 0 0) (length 3.81)
|
||||
(name "GND_USB" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Vout_Aux" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -5.08 -5.08 0) (length 3.81)
|
||||
(name "GND_Aux" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "vehicle-monitor:OZO_DCDC_converter_5V" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "A" (id 0) (at -7.62 6.35 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
@ -168,11 +419,11 @@
|
||||
)
|
||||
(pin power_out line (at 10.16 2.54 180) (length 2.54)
|
||||
(name "Vout" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at 10.16 -2.54 180) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "OZO_DCDC_converter_5V_0_1"
|
||||
@ -230,151 +481,272 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "vehicle-monitor:power_input_60V" (pin_names (offset 3)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 2.54 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "power_input_60V" (id 1) (at 0 -5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "screw terminal" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "TerminalBlock*:*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "power_input_60V_1_1"
|
||||
(rectangle (start -1.27 1.27) (end 1.27 -3.81)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(circle (center 0 -2.54) (radius 0.635)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.5334 -2.2098)
|
||||
(xy 0.3302 -3.048)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.5334 0.3302)
|
||||
(xy 0.3302 -0.508)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3556 -2.032)
|
||||
(xy 0.508 -2.8702)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3556 0.508)
|
||||
(xy 0.508 -0.3302)
|
||||
)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0 0) (radius 0.635)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(pin power_out line (at -5.08 0 0) (length 3.81)
|
||||
(name "Vin" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_out line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(junction (at 53.34 66.04) (diameter 0) (color 0 0 0 0)
|
||||
(junction (at 66.04 66.04) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 049a82e9-6bf2-4d35-8f25-9f6aa9ae2dea)
|
||||
)
|
||||
(junction (at 31.75 41.91) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 0503e475-2e50-4a15-91f4-e4e04f100616)
|
||||
)
|
||||
(junction (at 59.69 50.8) (diameter 0) (color 0 0 0 0)
|
||||
(junction (at 72.39 50.8) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 08d6ed6b-83d0-422a-901a-ee867601b833)
|
||||
)
|
||||
(junction (at 87.63 48.26) (diameter 0) (color 0 0 0 0)
|
||||
(junction (at 66.04 44.45) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 5753cc55-77e8-4925-88dd-45639691fd28)
|
||||
)
|
||||
(junction (at 100.33 48.26) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 577e0aeb-a266-4b46-9579-4fa321d07333)
|
||||
)
|
||||
(junction (at 44.45 41.91) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 5d7d6f98-87de-44c1-b0f5-80a5f660afa8)
|
||||
)
|
||||
(junction (at 137.16 54.61) (diameter 0) (color 0 0 0 0)
|
||||
(uuid ad600968-9357-48a0-a40e-24a8565b5585)
|
||||
)
|
||||
(junction (at 139.7 72.39) (diameter 0) (color 0 0 0 0)
|
||||
(uuid d36029bd-2ec3-4068-ab23-c847d027ce95)
|
||||
)
|
||||
(junction (at 85.09 66.04) (diameter 0) (color 0 0 0 0)
|
||||
(uuid e6fd80b0-5efd-4549-ab5d-27e87441e2cb)
|
||||
)
|
||||
(junction (at 85.09 44.45) (diameter 0) (color 0 0 0 0)
|
||||
(uuid ed4a3881-c84f-48c1-9709-363f669c8edb)
|
||||
)
|
||||
|
||||
(wire (pts (xy 95.25 67.31) (xy 100.33 67.31))
|
||||
(no_connect (at 82.55 39.37) (uuid 1195ccd8-3742-46a6-ad73-60c1988000a6))
|
||||
(no_connect (at 60.96 39.37) (uuid 1195ccd8-3742-46a6-ad73-60c1988000a6))
|
||||
(no_connect (at 82.55 60.96) (uuid 4c9cdd80-69b9-4265-b634-11a9fccc0dd2))
|
||||
(no_connect (at 60.96 60.96) (uuid 4c9cdd80-69b9-4265-b634-11a9fccc0dd2))
|
||||
|
||||
(wire (pts (xy 107.95 67.31) (xy 113.03 67.31))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 0cff9f4b-de24-4f7f-87cf-a99f632ba638)
|
||||
)
|
||||
(wire (pts (xy 21.59 41.91) (xy 22.86 41.91))
|
||||
(wire (pts (xy 147.32 62.23) (xy 147.32 64.77))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 2ed4d635-58a6-4d95-937a-a13d12eab682)
|
||||
(uuid 3008c5e2-4e7e-48db-8624-7dbfe4b54f26)
|
||||
)
|
||||
(wire (pts (xy 59.69 50.8) (xy 59.69 41.91))
|
||||
(wire (pts (xy 72.39 50.8) (xy 72.39 41.91))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 3345a7b3-e5ec-4377-a070-c0005112a2e8)
|
||||
)
|
||||
(wire (pts (xy 31.75 41.91) (xy 31.75 63.5))
|
||||
(wire (pts (xy 44.45 41.91) (xy 44.45 63.5))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 341f00ef-edab-46fe-96a2-f471cdbfaf88)
|
||||
)
|
||||
(wire (pts (xy 31.75 41.91) (xy 38.1 41.91))
|
||||
(wire (pts (xy 44.45 41.91) (xy 50.8 41.91))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 3c0e1984-4011-4979-8e12-ebe07cc1ce09)
|
||||
)
|
||||
(wire (pts (xy 87.63 48.26) (xy 82.55 48.26))
|
||||
(wire (pts (xy 100.33 48.26) (xy 95.25 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 4805ae78-5882-4e92-ba3d-8e4c70d0927e)
|
||||
)
|
||||
(wire (pts (xy 127 72.39) (xy 127 48.26))
|
||||
(wire (pts (xy 139.7 72.39) (xy 139.7 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 4bd167a6-76f6-478f-983d-e85d7c5f5274)
|
||||
)
|
||||
(wire (pts (xy 53.34 69.85) (xy 95.25 69.85))
|
||||
(wire (pts (xy 66.04 69.85) (xy 107.95 69.85))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 4c726e0f-1585-43bc-ab71-e97533286e72)
|
||||
)
|
||||
(wire (pts (xy 87.63 33.02) (xy 87.63 48.26))
|
||||
(wire (pts (xy 100.33 33.02) (xy 100.33 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 530ba506-b453-47ed-bf55-7eeb13948cb7)
|
||||
)
|
||||
(wire (pts (xy 124.46 67.31) (xy 124.46 50.8))
|
||||
(wire (pts (xy 139.7 72.39) (xy 147.32 72.39))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 56744ffb-4190-4764-8c3a-465d97296768)
|
||||
)
|
||||
(wire (pts (xy 85.09 66.04) (xy 97.79 66.04))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 5a9d60f1-8eb2-49ef-9487-c1b847be82be)
|
||||
)
|
||||
(wire (pts (xy 29.21 41.91) (xy 30.48 41.91))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 656db949-5371-4df0-862c-699053be77b6)
|
||||
)
|
||||
(wire (pts (xy 137.16 67.31) (xy 137.16 54.61))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 65719625-2743-4c90-b51c-17da9c6c2922)
|
||||
)
|
||||
(wire (pts (xy 53.34 44.45) (xy 53.34 66.04))
|
||||
(wire (pts (xy 38.1 41.91) (xy 44.45 41.91))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 6be683f4-e51c-4201-8a04-959032f2b4b4)
|
||||
)
|
||||
(wire (pts (xy 66.04 44.45) (xy 66.04 66.04))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 6cf80a51-777d-42b1-8366-f4340fbb67fc)
|
||||
)
|
||||
(wire (pts (xy 48.26 44.45) (xy 53.34 44.45))
|
||||
(wire (pts (xy 29.21 44.45) (xy 40.64 44.45))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 6efc2272-57bd-4e13-9803-19028687812e)
|
||||
)
|
||||
(wire (pts (xy 137.16 54.61) (xy 137.16 50.8))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 78a41177-ffcf-4f86-aae3-664bd058ba59)
|
||||
)
|
||||
(wire (pts (xy 60.96 44.45) (xy 66.04 44.45))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 839030c4-e869-45c6-95cf-9e2a490f8454)
|
||||
)
|
||||
(wire (pts (xy 69.85 66.04) (xy 85.09 66.04))
|
||||
(wire (pts (xy 82.55 66.04) (xy 85.09 66.04))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 86ca22d0-76f8-443e-99f2-6e0638ba1fa9)
|
||||
)
|
||||
(wire (pts (xy 120.65 72.39) (xy 127 72.39))
|
||||
(wire (pts (xy 133.35 72.39) (xy 139.7 72.39))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8e3f073f-af7a-488c-bd9a-5d0c797679fa)
|
||||
)
|
||||
(wire (pts (xy 31.75 63.5) (xy 38.1 63.5))
|
||||
(wire (pts (xy 44.45 63.5) (xy 50.8 63.5))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 9083f655-5a58-4b7a-9ae9-5736a88fdadc)
|
||||
)
|
||||
(wire (pts (xy 124.46 50.8) (xy 59.69 50.8))
|
||||
(wire (pts (xy 137.16 50.8) (xy 72.39 50.8))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 9261d3b7-1fe2-400c-af59-99a5e6d07262)
|
||||
)
|
||||
(wire (pts (xy 53.34 66.04) (xy 53.34 69.85))
|
||||
(wire (pts (xy 66.04 66.04) (xy 66.04 69.85))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 9b229dce-e01f-436d-aa19-067b1fc2c250)
|
||||
)
|
||||
(wire (pts (xy 27.94 72.39) (xy 27.94 44.45))
|
||||
(wire (pts (xy 40.64 44.45) (xy 40.64 72.39))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid b36baf84-1cea-4352-ad02-0db2036436d2)
|
||||
(uuid ad4c8a11-e2cd-4134-a7af-8af83f3df0d9)
|
||||
)
|
||||
(wire (pts (xy 30.48 41.91) (xy 31.75 41.91))
|
||||
(wire (pts (xy 85.09 44.45) (xy 92.71 44.45))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid b816767d-94a6-4307-ae0f-9ba9c3b7509f)
|
||||
(uuid b031ca3d-879d-430c-b2a1-d15e8d5e99e9)
|
||||
)
|
||||
(wire (pts (xy 21.59 44.45) (xy 27.94 44.45))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid b896eaa0-6162-4cac-915a-e135561e862a)
|
||||
)
|
||||
(wire (pts (xy 85.09 33.02) (xy 85.09 66.04))
|
||||
(wire (pts (xy 97.79 33.02) (xy 97.79 66.04))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid b9be3909-0f30-435c-b7d7-d1a834d6cf4e)
|
||||
)
|
||||
(wire (pts (xy 95.25 69.85) (xy 95.25 67.31))
|
||||
(wire (pts (xy 107.95 69.85) (xy 107.95 67.31))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid c6bdee0c-d42a-4e4d-a6aa-1b36cc996724)
|
||||
)
|
||||
(wire (pts (xy 100.33 72.39) (xy 27.94 72.39))
|
||||
(wire (pts (xy 113.03 72.39) (xy 40.64 72.39))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid da167ad0-83e8-440a-a12a-70db82e3c6f7)
|
||||
)
|
||||
(wire (pts (xy 127 48.26) (xy 87.63 48.26))
|
||||
(wire (pts (xy 139.7 48.26) (xy 100.33 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid deb5f39b-278d-4ee7-9135-43200ee3eb52)
|
||||
)
|
||||
(wire (pts (xy 59.69 50.8) (xy 59.69 63.5))
|
||||
(wire (pts (xy 72.39 50.8) (xy 72.39 63.5))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid dfd80ab4-a65f-4c13-ab69-b7a57a38de5a)
|
||||
)
|
||||
(wire (pts (xy 120.65 67.31) (xy 124.46 67.31))
|
||||
(wire (pts (xy 133.35 67.31) (xy 137.16 67.31))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid e0cb25b5-696f-419b-8205-fe5404377d4f)
|
||||
)
|
||||
(wire (pts (xy 48.26 66.04) (xy 53.34 66.04))
|
||||
(wire (pts (xy 60.96 66.04) (xy 66.04 66.04))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid e8ec8399-83f4-429c-afa7-c48f48b8e972)
|
||||
)
|
||||
(wire (pts (xy 82.55 33.02) (xy 82.55 48.26))
|
||||
(wire (pts (xy 95.25 33.02) (xy 95.25 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid f39caa2e-1a97-4060-9ebd-2bcfecdd4514)
|
||||
)
|
||||
(wire (pts (xy 80.01 33.02) (xy 80.01 44.45))
|
||||
(wire (pts (xy 92.71 33.02) (xy 92.71 44.45))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid fb253794-3239-4883-ae3b-918fbf69e509)
|
||||
)
|
||||
(wire (pts (xy 69.85 44.45) (xy 80.01 44.45))
|
||||
(wire (pts (xy 82.55 44.45) (xy 85.09 44.45))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid fbe4d753-833c-49cf-8c57-f94b8bc3d317)
|
||||
)
|
||||
(wire (pts (xy 137.16 54.61) (xy 147.32 54.61))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid fd94687d-6e08-414d-96ca-cf41ac51516b)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 64.77 63.5 0) (unit 2)
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 77.47 63.5 0) (unit 2)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 07d6040e-ebb3-496e-bd65-8cc6a12742e1)
|
||||
(property "Reference" "SW?" (id 0) (at 64.77 55.88 0))
|
||||
(property "Value" "SW_DPDT_USB" (id 1) (at 64.77 58.42 0))
|
||||
(property "Footprint" "" (id 2) (at 64.77 63.5 0)
|
||||
(property "Reference" "SW2" (id 0) (at 77.47 55.88 0))
|
||||
(property "Value" "SW_DPDT_Aux" (id 1) (at 77.47 58.42 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (id 2) (at 77.47 63.5 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 64.77 63.5 0)
|
||||
(property "Datasheet" "~" (id 3) (at 77.47 63.5 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "4" (uuid 6c5a2f83-12ae-4558-8c58-f0a1ad06db77))
|
||||
@ -382,15 +754,86 @@
|
||||
(pin "6" (uuid 64cb038d-ffb2-4efe-878c-b62e1431d9b3))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 43.18 41.91 0) (unit 1)
|
||||
(symbol (lib_id "power:PWR_FLAG") (at 66.04 44.45 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid a06bd114-6488-4d22-b31a-c3a8f70a2574)
|
||||
(property "Reference" "SW?" (id 0) (at 43.18 34.29 0))
|
||||
(property "Value" "SW_DPDT_MCU" (id 1) (at 43.18 36.83 0))
|
||||
(property "Footprint" "" (id 2) (at 43.18 41.91 0)
|
||||
(uuid 165eccc2-e1ed-4e4b-af43-ede945dd3424)
|
||||
(property "Reference" "#FLG0101" (id 0) (at 66.04 42.545 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 43.18 41.91 0)
|
||||
(property "Value" "PWR_FLAG" (id 1) (at 66.04 39.37 0))
|
||||
(property "Footprint" "" (id 2) (at 66.04 44.45 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 66.04 44.45 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 9a726909-1839-4cd4-bcb7-db49ed4f8df7))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 147.32 58.42 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 2f2a50a1-b7f9-49d3-9abb-2906d65061d4)
|
||||
(property "Reference" "R1" (id 0) (at 149.86 57.1499 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "180" (id 1) (at 147.32 60.96 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 145.542 58.42 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 147.32 58.42 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 1e0f0b5d-e3b5-4651-bb0f-ac55cd976b55))
|
||||
(pin "2" (uuid 0174e27a-7af4-41bf-8949-f54a466c8f20))
|
||||
)
|
||||
|
||||
(symbol (lib_id "vehicle-monitor:Conn_5V_out") (at 95.25 27.94 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 502cbee8-90a3-49cc-80a4-06520cf2462e)
|
||||
(property "Reference" "J2" (id 0) (at 102.87 27.94 90))
|
||||
(property "Value" "Conn_5V_out" (id 1) (at 107.95 30.48 90))
|
||||
(property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (id 2) (at 95.25 27.94 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 95.25 27.94 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid aeb92e9a-ebed-4f4c-811e-58cf17113aac))
|
||||
(pin "2" (uuid 6769f420-db96-4663-83af-700fffd703ad))
|
||||
(pin "3" (uuid 31ba5c72-22e7-4b5c-ac59-7558596bd7db))
|
||||
(pin "4" (uuid 36610400-2025-4f94-8ad5-a4c55b7ca6d5))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:LED") (at 147.32 68.58 90) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 5955605f-58c2-462f-a75d-e84f859be83c)
|
||||
(property "Reference" "D2" (id 0) (at 151.13 68.8974 90)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Value" "LED" (id 1) (at 151.13 71.4374 90)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (id 2) (at 147.32 68.58 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 147.32 68.58 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid a17ccb7e-ee0a-4ed3-9305-108fbd722afc))
|
||||
(pin "2" (uuid 13dc485e-fc00-476c-bc48-aa8fd10eb893))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 55.88 41.91 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid a06bd114-6488-4d22-b31a-c3a8f70a2574)
|
||||
(property "Reference" "SW1" (id 0) (at 55.88 34.29 0))
|
||||
(property "Value" "SW_DPDT_USB" (id 1) (at 55.88 36.83 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (id 2) (at 55.88 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 55.88 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 60fc0348-15d2-462c-9b87-dbb507b8717b))
|
||||
@ -398,30 +841,61 @@
|
||||
(pin "3" (uuid d09d8e7f-f203-4b36-92ba-f9f29b6e7d13))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:D") (at 26.67 41.91 180) (unit 1)
|
||||
(symbol (lib_id "power:PWR_FLAG") (at 85.09 44.45 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid b1f818c3-6e86-4e26-a811-411d31d31cc5)
|
||||
(property "Reference" "D?" (id 0) (at 26.67 35.56 0))
|
||||
(property "Value" "D" (id 1) (at 26.67 38.1 0))
|
||||
(property "Footprint" "" (id 2) (at 26.67 41.91 0)
|
||||
(uuid a611b048-3de2-46d8-970a-e8a57e3089d6)
|
||||
(property "Reference" "#FLG0103" (id 0) (at 85.09 42.545 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 26.67 41.91 0)
|
||||
(property "Value" "PWR_FLAG" (id 1) (at 85.09 39.37 0))
|
||||
(property "Footprint" "" (id 2) (at 85.09 44.45 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 85.09 44.45 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 6b10e2c9-6d17-4a75-9fa8-e128bf76665b))
|
||||
)
|
||||
|
||||
(symbol (lib_id "vehicle-monitor:power_input_60V") (at 24.13 41.91 0) (mirror y) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid a878e3e8-3cae-4714-a0c6-2dee94a8087f)
|
||||
(property "Reference" "J1" (id 0) (at 24.13 35.56 0))
|
||||
(property "Value" "power_input_60V" (id 1) (at 24.13 38.1 0))
|
||||
(property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal" (id 2) (at 24.13 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 24.13 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid e377372f-53ea-426b-b6e2-033763198435))
|
||||
(pin "2" (uuid 12fcb490-73fe-49cc-a715-9de866409e28))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:D") (at 34.29 41.91 180) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid b1f818c3-6e86-4e26-a811-411d31d31cc5)
|
||||
(property "Reference" "D1" (id 0) (at 34.29 35.56 0))
|
||||
(property "Value" "D" (id 1) (at 34.29 38.1 0))
|
||||
(property "Footprint" "Diode_THT:D_5W_P12.70mm_Horizontal" (id 2) (at 34.29 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 34.29 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid cc329b05-d83d-40dd-a655-7d2cb1f4ee65))
|
||||
(pin "2" (uuid 8ff11011-f664-44da-b4e9-3fc5a4389a8c))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 43.18 63.5 0) (unit 1)
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 55.88 63.5 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid b5e90aa2-b4c4-48fe-b486-64e22a6faa8c)
|
||||
(property "Reference" "SW?" (id 0) (at 43.18 55.88 0))
|
||||
(property "Value" "SW_DPDT_USB" (id 1) (at 43.18 58.42 0))
|
||||
(property "Footprint" "" (id 2) (at 43.18 63.5 0)
|
||||
(property "Reference" "SW2" (id 0) (at 55.88 55.88 0))
|
||||
(property "Value" "SW_DPDT_Aux" (id 1) (at 55.88 58.42 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (id 2) (at 55.88 63.5 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 43.18 63.5 0)
|
||||
(property "Datasheet" "~" (id 3) (at 55.88 63.5 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 68baab26-1b39-4921-b628-7419535628be))
|
||||
@ -429,15 +903,15 @@
|
||||
(pin "3" (uuid 70a98d56-9286-4223-991e-59c0b3c9ea47))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 64.77 41.91 0) (unit 2)
|
||||
(symbol (lib_id "Switch:SW_DPDT_x2") (at 77.47 41.91 0) (unit 2)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid bea900fb-1901-40d8-8d69-306ff0f3a285)
|
||||
(property "Reference" "SW?" (id 0) (at 64.77 34.29 0))
|
||||
(property "Value" "SW_DPDT_MCU" (id 1) (at 64.77 36.83 0))
|
||||
(property "Footprint" "" (id 2) (at 64.77 41.91 0)
|
||||
(property "Reference" "SW1" (id 0) (at 77.47 34.29 0))
|
||||
(property "Value" "SW_DPDT_USB" (id 1) (at 77.47 36.83 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (id 2) (at 77.47 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 64.77 41.91 0)
|
||||
(property "Datasheet" "~" (id 3) (at 77.47 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "4" (uuid b91188b5-8fc5-4c73-b77f-e64c2593c5ac))
|
||||
@ -445,21 +919,37 @@
|
||||
(pin "6" (uuid f45039dd-4bdc-4dd9-a9c9-5ee154cf7ec4))
|
||||
)
|
||||
|
||||
(symbol (lib_id "vehicle-monitor:OZO_DCDC_converter_5V") (at 110.49 69.85 0) (unit 1)
|
||||
(symbol (lib_id "vehicle-monitor:OZO_DCDC_converter_5V") (at 123.19 69.85 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid c1d83899-e380-49f9-a87d-8e78bc089ebf)
|
||||
(property "Reference" "A?" (id 0) (at 110.49 59.69 0))
|
||||
(property "Value" "OZO_DCDC_converter_5V" (id 1) (at 110.49 62.23 0))
|
||||
(property "Footprint" "" (id 2) (at 83.82 76.2 0)
|
||||
(property "Reference" "A1" (id 0) (at 123.19 59.69 0))
|
||||
(property "Value" "OZO_DCDC_converter_5V" (id 1) (at 123.19 62.23 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (id 2) (at 96.52 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 137.16 77.47 0)
|
||||
(property "Datasheet" "" (id 3) (at 149.86 77.47 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(pin "1" (uuid 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2))
|
||||
(pin "2" (uuid e8314017-7be6-4011-9179-37449a29b311))
|
||||
(pin "6" (uuid e10b5627-3247-4c86-b9f6-ef474ca11543))
|
||||
(pin "7" (uuid 746ba970-8279-4e7b-aed3-f28687777c21))
|
||||
(pin "3" (uuid ec71937f-679e-407c-bbb8-366688f4058c))
|
||||
(pin "4" (uuid fd58021d-65db-4f18-ad67-2c0ce195818f))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:PWR_FLAG") (at 85.09 66.04 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid ec9b6813-0ca0-48f9-b2b8-b788f299fd07)
|
||||
(property "Reference" "#FLG0102" (id 0) (at 85.09 64.135 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "PWR_FLAG" (id 1) (at 85.09 60.96 0))
|
||||
(property "Footprint" "" (id 2) (at 85.09 66.04 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 85.09 66.04 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid b170c588-91dd-40b3-9e7b-2c87cc62c0bd))
|
||||
)
|
||||
|
||||
(sheet_instances
|
||||
@ -467,23 +957,44 @@
|
||||
)
|
||||
|
||||
(symbol_instances
|
||||
(path "/165eccc2-e1ed-4e4b-af43-ede945dd3424"
|
||||
(reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "")
|
||||
)
|
||||
(path "/ec9b6813-0ca0-48f9-b2b8-b788f299fd07"
|
||||
(reference "#FLG0102") (unit 1) (value "PWR_FLAG") (footprint "")
|
||||
)
|
||||
(path "/a611b048-3de2-46d8-970a-e8a57e3089d6"
|
||||
(reference "#FLG0103") (unit 1) (value "PWR_FLAG") (footprint "")
|
||||
)
|
||||
(path "/c1d83899-e380-49f9-a87d-8e78bc089ebf"
|
||||
(reference "A?") (unit 1) (value "OZO_DCDC_converter_5V") (footprint "")
|
||||
(reference "A1") (unit 1) (value "OZO_DCDC_converter_5V") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/b1f818c3-6e86-4e26-a811-411d31d31cc5"
|
||||
(reference "D?") (unit 1) (value "D") (footprint "")
|
||||
(reference "D1") (unit 1) (value "D") (footprint "Diode_THT:D_5W_P12.70mm_Horizontal")
|
||||
)
|
||||
(path "/5955605f-58c2-462f-a75d-e84f859be83c"
|
||||
(reference "D2") (unit 1) (value "LED") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/a878e3e8-3cae-4714-a0c6-2dee94a8087f"
|
||||
(reference "J1") (unit 1) (value "power_input_60V") (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal")
|
||||
)
|
||||
(path "/502cbee8-90a3-49cc-80a4-06520cf2462e"
|
||||
(reference "J2") (unit 1) (value "Conn_5V_out") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/2f2a50a1-b7f9-49d3-9abb-2906d65061d4"
|
||||
(reference "R1") (unit 1) (value "180") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
|
||||
)
|
||||
(path "/a06bd114-6488-4d22-b31a-c3a8f70a2574"
|
||||
(reference "SW?") (unit 1) (value "SW_DPDT_MCU") (footprint "")
|
||||
)
|
||||
(path "/b5e90aa2-b4c4-48fe-b486-64e22a6faa8c"
|
||||
(reference "SW?") (unit 1) (value "SW_DPDT_USB") (footprint "")
|
||||
)
|
||||
(path "/07d6040e-ebb3-496e-bd65-8cc6a12742e1"
|
||||
(reference "SW?") (unit 2) (value "SW_DPDT_USB") (footprint "")
|
||||
(reference "SW1") (unit 1) (value "SW_DPDT_USB") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/bea900fb-1901-40d8-8d69-306ff0f3a285"
|
||||
(reference "SW?") (unit 2) (value "SW_DPDT_MCU") (footprint "")
|
||||
(reference "SW1") (unit 2) (value "SW_DPDT_USB") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/b5e90aa2-b4c4-48fe-b486-64e22a6faa8c"
|
||||
(reference "SW2") (unit 1) (value "SW_DPDT_Aux") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/07d6040e-ebb3-496e-bd65-8cc6a12742e1"
|
||||
(reference "SW2") (unit 2) (value "SW_DPDT_Aux") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user