diff --git a/lm399/lm399-backups/lm399-2025-08-27_023145.zip b/lm399/lm399-backups/lm399-2025-08-27_023145.zip deleted file mode 100644 index 2d59580..0000000 Binary files a/lm399/lm399-backups/lm399-2025-08-27_023145.zip and /dev/null differ diff --git a/lm399/lm399-backups/lm399-2025-08-27_221953.zip b/lm399/lm399-backups/lm399-2025-08-27_221953.zip new file mode 100644 index 0000000..9543ab9 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-27_221953.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-27_231502.zip b/lm399/lm399-backups/lm399-2025-08-27_231502.zip new file mode 100644 index 0000000..8bf4dbf Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-27_231502.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-27_232759.zip b/lm399/lm399-backups/lm399-2025-08-27_232759.zip new file mode 100644 index 0000000..32e1ac2 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-27_232759.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-27_233314.zip b/lm399/lm399-backups/lm399-2025-08-27_233314.zip new file mode 100644 index 0000000..27aba94 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-27_233314.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-27_235133.zip b/lm399/lm399-backups/lm399-2025-08-27_235133.zip new file mode 100644 index 0000000..1b91133 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-27_235133.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-28_011018.zip b/lm399/lm399-backups/lm399-2025-08-28_011018.zip new file mode 100644 index 0000000..4a2bb42 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-28_011018.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-28_021931.zip b/lm399/lm399-backups/lm399-2025-08-28_021931.zip new file mode 100644 index 0000000..d161ad9 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-28_021931.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-28_022826.zip b/lm399/lm399-backups/lm399-2025-08-28_022826.zip new file mode 100644 index 0000000..3c726b7 Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-28_022826.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-28_023352.zip b/lm399/lm399-backups/lm399-2025-08-28_023352.zip new file mode 100644 index 0000000..4ec54ca Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-28_023352.zip differ diff --git a/lm399/lm399-backups/lm399-2025-08-28_024715.zip b/lm399/lm399-backups/lm399-2025-08-28_024715.zip new file mode 100644 index 0000000..4ef123e Binary files /dev/null and b/lm399/lm399-backups/lm399-2025-08-28_024715.zip differ diff --git a/lm399/lm399.kicad_dru b/lm399/lm399.kicad_dru new file mode 100644 index 0000000..5011194 --- /dev/null +++ b/lm399/lm399.kicad_dru @@ -0,0 +1,227 @@ +(version 1) +# Custom Design Rules (DRC) for KiCAD 8.0 (Stored in '.kicad_dru' file). +# +# Matching JLCPCB capabilities: https://jlcpcb.com/capabilities/pcb-capabilities +# +# KiCad documentation: https://docs.kicad.org/master/id/pcbnew/pcbnew_advanced.html#custom_design_rules +# +# Inspiration +# - https://gist.github.com/darkxst/f713268e5469645425eed40115fb8b49 (with comments) +# - https://gist.github.com/denniskupec/e163d13b0a64c2044bd259f64659485e (with comments) + +# TODO new rule: NPTH pads. +# Inner diameter of pad should be 0.4-0.5 mm larger than NPTH drill diameter. +# JLCPCB: "We make NPTH via dry sealing film process, if customer would like a NPTH but around with pad/copper, our engineer will dig out around pad/copper about 0.2mm-0.25mm, otherwise the metal potion will be flowed into the hole and it becomes a PTH. (there will be no copper dig out optimization for single board)." + +# TODO: new rule for plated slots: min diameter/width 0.5mm +# JLCPCB: "The minimum plated slot width is 0.5mm, which is drawn with a pad." + +# TODO new rule: non-plated slots: min diameter/width 1.0mm +# JLCPCB: "The minimum Non-Plated Slot Width is 1.0mm, please draw the slot outline in the mechanical layer(GML or GKO)"" + + +# --- Drill/Hole Size --- + +(rule "JLCPCB: Drill Hole Size" + # Choose between: + # 1-2 Layers + # (constraint hole_size (min 0.3mm) (max 6.3mm)) + # 4-6 Layers (more costly) + # (constraint hole_size (min 0.15mm) (max 6.3mm)) + # 4-6 Layers (preferred) + (constraint hole_size (min 0.2mm) (max 6.3mm)) +) + +(rule "JLCPCB: Via Hole Size" + (condition "A.Type == 'Via'") + # Choose between: + # 1-2 Layers + # (constraint hole_size (min 0.3mm)) + # 4-6 Layers (more costly) + # (constraint hole_size (min 0.15mm)) + # 4-6 Layers (preferred) + (constraint hole_size (min 0.2mm)) +) + +(rule "JLCPCB: Via Annular Ring" + (condition "A.Type == 'Via'") + # Choose between: + # 1-6 Layers + # (constraint annular_width (min 0.05mm)) + # 1-6 Layers (preferred) + (constraint annular_width (min 0.075mm)) +) + +(rule "JLCPCB: PTH Hole Size" + (condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated()") + (constraint hole_size (min 0.2mm) (max 6.3mm)) +) + +(rule "JLCPCB: NPTH Hole Size" + (condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated()") + (constraint hole_size (min 0.5mm)) +) + +# TODO: Hole to board edge ≥ 1 mm. Min. board size 10 × 10 mm. +(rule "JLCPCB: Castellated Hole Size" + (layer outer) + (condition "A.Type == 'Pad' && A.Fabrication_Property == 'Castellated pad'") + (constraint hole_size (min 0.6mm)) +) + +(rule "JLCPCB: PTH Annular Ring" + (condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated()") + (constraint annular_width (min 0.075mm)) +) + +(rule "JLCPCB: NPTH Annular Ring" + (condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated()") + (constraint annular_width (min 0.25mm)) +) + +# An expensive 4-Wire Kelvin Test is automatically added for holes that are < 0.3mm with a diameter ≤ 0.4mm. +(rule "JLCPCB: Avoid 4-Wire Kelvin Test" + (condition "(A.Type == 'Via' && A.Hole < 0.3mm && A.Diameter <= 0.4mm) || (A.Type == 'Pad' && ((A.Hole_Size_X < 0.3mm && A.Size_X <= 0.4mm) || (A.Hole_Size_Y < 0.3mm && A.Size_Y <= 0.4mm)))") + # 4-6 Layers + (constraint annular_width (min 0.125mm)) +) + + +# --- VIA Support Rules --- + +(rule "JLCPCB: Only Throughhole VIAs are supported" + (condition "A.Type == 'Via'") + (constraint assertion "!(A.isBlindBuriedVia() || A.isMicroVia())") +) + + +# --- Minimum Clearance --- + +(rule "JLCPCB: Hole to Hole Clearance (Different Nets)" + (condition "A.Net != B.Net") + (constraint hole_to_hole (min 0.5mm)) +) + +(rule "JLCPCB: Via Hole to Via Hole Clearance (Same Net)" + (condition "A.Type == 'Via' && B.Type == 'Via' && A.Net == B.Net") + (constraint hole_to_hole (min 0.254mm)) +) + +(rule "JLCPCB: Pad to Pad Clearance (Pad without Hole, Different Nets)" + (condition "A.Type == 'Pad' && (A.Pad_Type != 'Through-hole' && A.Pad_Type != 'NPTH, mechanical') && B.Type == 'Pad' && (B.Pad_Type != 'Through-hole' && B.Pad_Type != 'NPTH, mechanical') && A.Net != B.Net") + (constraint clearance (min 0.127mm)) +) + +(rule "JLCPCB: Pad Hole to Pad Hole Clearance (Pad with Hole, Different Nets)" + (condition "A.Type == 'Pad' && (A.Pad_Type == 'Through-hole' || A.Pad_Type == 'NPTH, mechanical') && B.Type == 'Pad' && (B.Pad_Type == 'Through-hole' || B.Pad_Type == 'NPTH, mechanical') && A.Net != B.Net") + (constraint hole_to_hole (min 0.5mm)) +) + +# NOTE: This is not stated specifically, but is implied by other rules. +(rule "JLCPCB: Via/Pad to Via/Pad Clearance (Different Nets)" + (condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net != B.Net") + (constraint clearance (min 0.127mm)) +) + +# NOTE: This is not stated specifically, but is implied by other rules. +(rule "JLCPCB: Via/Pad Hole to Via/Pad Hole Clearance (Same Net)" + (condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net == B.Net") + (constraint hole_to_hole (min 0.254mm)) +) + +(rule "JLCPCB: Via to Trace" + (condition "A.Type == 'Via' && B.Type == 'Track'") + (constraint hole_clearance (min 0.254mm)) +) + +(rule "JLCPCB: PTH to Trace" + (condition "A.Type == 'Pad' && A.Pad_Type == 'Through-hole' && A.isPlated() && B.Type == 'Track'") + (constraint hole_clearance (min 0.33mm)) +) + +(rule "JLCPCB: NPTH to Trace" + (condition "A.Type == 'Pad' && A.Pad_Type == 'NPTH, mechanical' && !A.isPlated() && B.Type == 'Track'") + (constraint hole_clearance (min 0.254mm)) +) + +(rule "JLCPCB: Pad to Trace" + (condition "A.Type == 'Pad' && (A.Pad_Type == 'Through-hole' || A.Pad_Type == 'NPTH, mechanical') && B.Type == 'Track' && A.Net != B.Net") + (constraint clearance (min 0.2mm)) +) + + +# --- Minimum Trace Width and Spacing --- + +(rule "JLCPCB: Trace Width (Outer Layer)" + (layer outer) + (condition "A.Type == 'Track'") + # Choose between: + # 1-2 Layers (1oz) + # (constraint track_width (min 0.127mm)) + # 4-6 Layers (1oz and 0.5oz) + (constraint track_width (min 0.09mm)) + # 1-6 Layers (2oz) + # (constraint track_width (min 0.2mm)) +) +(rule "JLCPCB: Trace Spacing (Outer Layer)" + (layer outer) + (condition "A.Type == 'Track' && B.Type == 'Track'") + # Choose between: + # 1-2 Layers (1oz) + # (constraint clearance (min 0.127mm)) + # 4-6 Layers (1oz and 0.5oz) + (constraint clearance (min 0.09mm)) + # 1-6 Layers (2oz) + # (constraint clearance (min 0.2mm)) +) + +(rule "JLCPCB: Trace Width (Inner Layer)" + (layer inner) + (condition "A.Type == 'Track'") + # Choose between: + # 4-6 Layers (1oz and 0.5oz) + (constraint track_width (min 0.09mm)) + # 4-6 Layers (2oz) + # (constraint track_width (min 0.2mm)) +) +(rule "JLCPCB: Trace Spacing (Inner Layer)" + (layer inner) + (condition "A.Type == 'Track' && B.Type == 'Track'") + # Choose between: + # 4-6 Layers (1oz and 0.5oz) + (constraint clearance (min 0.09mm)) + # 4-6 Layers (2oz) + # (constraint clearance (min 0.2mm)) +) + + +# --- Legend --- + +(rule "JLCPCB: Minimum Line Width" + (layer "?.Silkscreen") + (condition "A.Type == 'Text' || A.Type == 'Text Box'") + (constraint text_thickness (min 0.15mm)) +) + +(rule "JLCPCB: Minimum Text Height" + (layer "?.Silkscreen") + (condition "A.Type == 'Text' || A.Type == 'Text Box'") + (constraint text_height (min 1mm)) +) + +(rule "JLCPCB: Pad to Silkscreen" + (condition "A.Type == 'Pad' && ((A.existsOnLayer('F.Mask') && B.Layer == 'F.Silkscreen') || (A.existsOnLayer('B.Mask') && B.Layer == 'B.Silkscreen')) ") + (constraint silk_clearance (min 0.15mm)) +) + + +# --- Board Outlines --- + +(rule "JLCPCB: Trace to Board Edge" + (condition "A.Type == 'Track'") + # Choose between: + # Routed + (constraint edge_clearance (min 0.3mm)) + # V-Cut Panel + # (constraint edge_clearance (min 0.4mm)) +) diff --git a/lm399/lm399.kicad_pcb b/lm399/lm399.kicad_pcb index c547853..eef303b 100644 --- a/lm399/lm399.kicad_pcb +++ b/lm399/lm399.kicad_pcb @@ -1,2 +1,17708 @@ -(kicad_pcb (version 20241229) (generator "pcbnew") (generator_version "9.0") -) \ No newline at end of file +(kicad_pcb + (version 20241229) + (generator "pcbnew") + (generator_version "9.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (4 "In1.Cu" power) + (6 "In2.Cu" power) + (2 "B.Cu" signal) + (9 "F.Adhes" user "F.Adhesive") + (11 "B.Adhes" user "B.Adhesive") + (13 "F.Paste" user) + (15 "B.Paste" user) + (5 "F.SilkS" user "F.Silkscreen") + (7 "B.SilkS" user "B.Silkscreen") + (1 "F.Mask" user) + (3 "B.Mask" user) + (17 "Dwgs.User" user "User.Drawings") + (19 "Cmts.User" user "User.Comments") + (21 "Eco1.User" user "User.Eco1") + (23 "Eco2.User" user "User.Eco2") + (25 "Edge.Cuts" user) + (27 "Margin" user) + (31 "F.CrtYd" user "F.Courtyard") + (29 "B.CrtYd" user "B.Courtyard") + (35 "F.Fab" user) + (33 "B.Fab" user) + (39 "User.1" user) + (41 "User.2" user) + (43 "User.3" user) + (45 "User.4" user) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (thickness 0.01) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "prepreg") + (thickness 0.1) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In1.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 2" + (type "core") + (thickness 1.24) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In2.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 3" + (type "prepreg") + (thickness 0.1) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (thickness 0.01) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + ) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (tenting front back) + (pcbplotparams + (layerselection 0x00000000_00000000_55555555_5755f5ff) + (plot_on_all_layers_selection 0x00000000_00000000_00000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (pdf_metadata yes) + (pdf_single_document no) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plot_black_and_white yes) + (sketchpadsonfab no) + (plotpadnumbers no) + (hidednponfab no) + (sketchdnponfab yes) + (crossoutdnponfab yes) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "-BATT") + (net 2 "VDD") + (net 3 "Net-(D3-K)") + (net 4 "+16V") + (net 5 "Net-(U2-SET)") + (net 6 "+15V") + (net 7 "VCC") + (net 8 "+BATT") + (net 9 "Net-(C10-Pad1)") + (net 10 "Net-(D1-A)") + (net 11 "Net-(D2-A)") + (net 12 "Net-(D3-A)") + (net 13 "Net-(D4-A)") + (net 14 "Net-(D5-A)") + (net 15 "Net-(D5-K)") + (net 16 "unconnected-(J1-D+-PadA6)") + (net 17 "Net-(J1-CC1)") + (net 18 "unconnected-(J1-D--PadB7)") + (net 19 "unconnected-(J1-D+-PadB6)") + (net 20 "unconnected-(J1-SBU1-PadA8)") + (net 21 "Net-(J1-CC2)") + (net 22 "unconnected-(J1-SBU2-PadB8)") + (net 23 "unconnected-(J1-D--PadA7)") + (net 24 "Net-(J3-In)") + (net 25 "Net-(JP1-B)") + (net 26 "Net-(JP1-A)") + (net 27 "Net-(JP2-A)") + (net 28 "Net-(JP3-A)") + (net 29 "Net-(JP4-B)") + (net 30 "Net-(JP5-B)") + (net 31 "Net-(JP6-A)") + (net 32 "Net-(JP7-A)") + (net 33 "Net-(JP8-A)") + (net 34 "Net-(JP9-A)") + (net 35 "Net-(U1-FB)") + (net 36 "Net-(U2-PGFB)") + (net 37 "Net-(U3-ILIM)") + (net 38 "/OUT") + (net 39 "Net-(U3-TS)") + (net 40 "Net-(U5-+)") + (net 41 "Net-(U5--)") + (net 42 "Net-(U3-EN1)") + (net 43 "Net-(U3-EN2)") + (net 44 "unconnected-(U1-OC-Pad6)") + (net 45 "unconnected-(U3-~{PGOOD}-Pad7)") + (net 46 "unconnected-(U3-ITERM-Pad15)") + (net 47 "unconnected-(U5-OFF-Pad8)") + (net 48 "unconnected-(U5-OFF-Pad1)") + (net 49 "unconnected-(U5-NC-Pad5)") + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "0378a727-6366-42a4-a952-f63545d89adc") + (at 156.59 71.085) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R18" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "5d1f9f4b-3ea9-4b85-9a8c-b12ca134bd50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_Small" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "9de29896-7351-4c8a-bb21-0324263ade2e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "add44ec5-8645-44bb-9ee7-3186a71b8274") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9fed3a9b-e842-460d-b1a9-7f70fafa7a2c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/8c205e8d-296c-4243-a91c-49e0ca616e06") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94da26ef-a04e-4954-a9c0-2ae84ef24145") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "267b1ea9-6d53-4c0a-881c-676b6227304e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77a2da2d-4cee-47a9-99de-8b199814f0ec") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0b68ca0-3472-432b-8381-f0878a86f85f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c0a8fbc-9d80-49e6-ba34-3a7ff6be890d") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36ce1b83-73e6-4c43-a1e7-a2ee9f86341f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "441099c6-afc5-4f08-b5be-cb1ab4588a50") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e9af98f-fd79-4aea-895e-c542e6400cf5") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a754a20b-aae6-4b3e-8185-e0d47b1c65f0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6004b302-9b64-4ca4-845c-5638729a61e7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f4835e64-71d4-4ed7-a4d4-7cd62c3cdf88") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 1 "-BATT") + (pintype "passive") + (uuid "900308fe-b70d-4848-a981-635c656cd0cf") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 29 "Net-(JP4-B)") + (pintype "passive") + (uuid "22c4dbd3-2691-4638-ac37-60b2daa4bdd3") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_1206_3216Metric" + (layer "F.Cu") + (uuid "08b670be-8c92-4f84-8982-584547597c05") + (at 138.54 69.305) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C5" + (at 0 -1.85 0) + (layer "F.SilkS") + (uuid "3560984b-d5cb-483c-b3e5-987a994f71d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7u" + (at 0 1.85 0) + (layer "F.Fab") + (uuid "73ec35a5-8070-4c6e-a655-8a6840922a09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5f7c2877-8da7-4173-9e6b-84d6198ad330") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b6d58e03-44f7-46b2-964f-cc0d286ccf7f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/4fb2800d-5425-443b-b9fe-749b1d65ca8a") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.711252 -0.91) + (end 0.711252 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66ff0574-8467-463f-abd5-a7bde862d090") + ) + (fp_line + (start -0.711252 0.91) + (end 0.711252 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b87fc77-c50c-4eda-a4dc-240be359cee7") + ) + (fp_line + (start -2.3 -1.15) + (end 2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a4e7e00-eb50-4831-86aa-692fafe900da") + ) + (fp_line + (start -2.3 1.15) + (end -2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06b9299f-ce0c-42bc-9d6f-0aa794267fb7") + ) + (fp_line + (start 2.3 -1.15) + (end 2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "009e5a00-0185-419e-b052-c1c706cefd82") + ) + (fp_line + (start 2.3 1.15) + (end -2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6abf6b8-8ba7-43d8-b688-73217088cccc") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16429b9e-79a9-4798-88ea-dae620eb181c") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb1e4ee3-ebbd-48c6-b0a0-57dab47b5a35") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a990c5a2-20c3-4d08-b090-0e6652baf605") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bbc5e65-e492-4f92-af35-7ffa3ff9b334") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f2ec8e6d-dda6-45f3-8b08-09bfb412e84c") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 5 "Net-(U2-SET)") + (pintype "passive") + (uuid "37cb6ae7-eb30-4534-b855-b671d604b214") + ) + (pad "2" smd roundrect + (at 1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 1 "-BATT") + (pintype "passive") + (uuid "7185d69e-4b19-41ed-bd83-2bc7eb44c108") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "09e40073-823f-4624-8458-0388cf6a6622") + (at 136.68 46.285) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R7" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "88d76697-56f4-4c0b-8a1b-646f6af1eb52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3.3k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "593c6d3b-6cee-4888-8a1d-9965576900ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "781415c1-68ac-456a-a137-b8b20c88e683") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2a82ab91-dfda-4c92-a225-9b1425239c6d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/02820512-bbc2-4c18-9a61-116b9c3260d2") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8dea6dd6-69a9-4fe0-b0de-99453069ccc6") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb21185c-ed35-4bda-bd83-072123c3ef9c") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ae05029-a647-430e-aa4d-15ab138b6a50") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee08f855-4379-4838-8439-731bd5c021c3") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ae2db1e8-de60-4aa1-8bce-39f5b4d3a799") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "255902f8-41b5-40a0-b2f8-f029fe104bc4") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a723733c-9eb2-4f69-9a7f-10a4a8bca739") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c629336d-460c-4b3d-92e8-1290b89af0b1") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2464f4df-3583-40b0-bfaf-e2b5ca38cb53") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a31a5ff-bdf2-4591-8e66-17385cd09f0c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "361f36d2-8310-40c2-998a-65e03bf27223") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 36 "Net-(U2-PGFB)") + (pintype "passive") + (uuid "d72bab91-694a-4327-986f-7b17169fd843") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "0ff87380-4ada-4402-9a12-b638ad7bbf2c") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DFN_QFN:VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm" + (layer "F.Cu") + (uuid "0eec357c-6276-48a3-a588-2b77f16b57e0") + (at 138.37 76.985) + (descr "VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "VQFN NoLead") + (property "Reference" "U3" + (at 0 -2.83 0) + (layer "F.SilkS") + (uuid "07e7379d-c1de-4989-866d-051b8a72cab0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "BQ24074RGT" + (at 0 2.83 0) + (layer "F.Fab") + (uuid "2f115bcf-2625-499f-935f-07d950fb6821") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/bq24074.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a9f5dd7b-f8d1-456e-8a60-c94aa9fbe7d4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "USB-Friendly Li-Ion Battery Charger and Power-Path Management, VQFN-16" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "780d953a-9a0f-4db9-9f6a-dcc9125bf4fc") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "VQFN*1EP*3x3mm*P0.5mm*") + (path "/21051250-1b93-4064-94a6-51abdf2b3b29") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -1.61 -1.135) + (end -1.61 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb5905c6-ee88-42fa-87c2-1c336bcec9d2") + ) + (fp_line + (start -1.61 1.61) + (end -1.61 1.135) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00fe110c-0893-40c7-a063-fc41d4d4a169") + ) + (fp_line + (start -1.135 -1.61) + (end -1.31 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6516794-ca50-4cd7-a2d3-7c7537c4443f") + ) + (fp_line + (start -1.135 1.61) + (end -1.61 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce9783e4-d2fc-4627-bcbf-046c0ca95de9") + ) + (fp_line + (start 1.135 -1.61) + (end 1.61 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b0326dd-ab31-4f76-9865-048093bf0cc6") + ) + (fp_line + (start 1.135 1.61) + (end 1.61 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69512e26-9ab9-4bd7-b4da-b8560b4805c1") + ) + (fp_line + (start 1.61 -1.61) + (end 1.61 -1.135) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e472979-8886-4d71-84b5-9416ea53122e") + ) + (fp_line + (start 1.61 1.61) + (end 1.61 1.135) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c7ad0b4-b2e6-458e-ae61-738e1c9637de") + ) + (fp_poly + (pts + (xy -1.61 -1.61) (xy -1.85 -1.94) (xy -1.37 -1.94) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "b868de07-7805-405c-b614-d1a1167ca5d8") + ) + (fp_line + (start -2.13 -1.13) + (end -1.75 -1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6299affc-50fb-41c6-b1c5-cd66b51f6110") + ) + (fp_line + (start -2.13 1.13) + (end -2.13 -1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4bc253c-094d-4ad7-8967-a6f695310688") + ) + (fp_line + (start -1.75 -1.75) + (end -1.13 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2bc98fc8-ade9-46a7-98da-c414f1c37743") + ) + (fp_line + (start -1.75 -1.13) + (end -1.75 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e7051b7-8393-4be8-b84c-068ca9c25c08") + ) + (fp_line + (start -1.75 1.13) + (end -2.13 1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68d9b858-ba9b-4bb0-a81d-59ef40ea19bd") + ) + (fp_line + (start -1.75 1.75) + (end -1.75 1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c558a6e9-9d37-4fe7-bd59-68ab08fe4a54") + ) + (fp_line + (start -1.13 -2.13) + (end 1.13 -2.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e206fc19-453c-45c5-a288-bd6cdb1a5924") + ) + (fp_line + (start -1.13 -1.75) + (end -1.13 -2.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3fce19fb-bad8-4e2d-8ca8-ec5a7931e917") + ) + (fp_line + (start -1.13 1.75) + (end -1.75 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0be91177-a12a-4165-a55b-7b19c44b490a") + ) + (fp_line + (start -1.13 2.13) + (end -1.13 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6e2b303-2f5b-49a8-842e-f173eff3dbcb") + ) + (fp_line + (start 1.13 -2.13) + (end 1.13 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "316bbb11-f5dd-4b3d-a02b-79a33b5023ba") + ) + (fp_line + (start 1.13 -1.75) + (end 1.75 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5273967-8cac-493d-ae0b-52a63da8b3b1") + ) + (fp_line + (start 1.13 1.75) + (end 1.13 2.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bfdea5e4-0c29-468c-a69f-6c30a700b00e") + ) + (fp_line + (start 1.13 2.13) + (end -1.13 2.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df565e21-981f-4801-801c-fdb0cce384a2") + ) + (fp_line + (start 1.75 -1.75) + (end 1.75 -1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "559cc3a5-2ead-48c9-bf8a-ff7e58e5ea1e") + ) + (fp_line + (start 1.75 -1.13) + (end 2.13 -1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c0a28e1-d75d-4b8b-8bd9-14fc77dabca2") + ) + (fp_line + (start 1.75 1.13) + (end 1.75 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2614b69f-e673-4f8c-866c-8fbf98e308c4") + ) + (fp_line + (start 1.75 1.75) + (end 1.13 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "717e9678-6a60-4cea-b084-5b3e034c5138") + ) + (fp_line + (start 2.13 -1.13) + (end 2.13 1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4de7328e-0a54-4ea2-8662-36fb0ecf57d0") + ) + (fp_line + (start 2.13 1.13) + (end 1.75 1.13) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e52695a-a634-4ffe-928d-378cb5279e3d") + ) + (fp_poly + (pts + (xy -1.5 -0.75) (xy -1.5 1.5) (xy 1.5 1.5) (xy 1.5 -1.5) (xy -0.75 -1.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "a742b5ce-cf18-4896-8156-5d8e763aeb48") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a46b8b5d-d8b2-4e48-9152-76f085f5e3d7") + (effects + (font + (size 0.75 0.75) + (thickness 0.11) + ) + ) + ) + (pad "" smd roundrect + (at -0.4 -0.4) + (size 0.64 0.64) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "7fdfe37b-b59c-4f05-94fa-b07db33aaea2") + ) + (pad "" smd roundrect + (at -0.4 0.4) + (size 0.64 0.64) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "7720fb04-7392-4fe1-bd0e-a570a589a775") + ) + (pad "" smd roundrect + (at 0.4 -0.4) + (size 0.64 0.64) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "e454f71e-bb41-4d19-8bc9-62117d0a97e6") + ) + (pad "" smd roundrect + (at 0.4 0.4) + (size 0.64 0.64) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "dcab3d2e-49bf-423a-afc2-68af133fef83") + ) + (pad "1" smd roundrect + (at -1.4375 -0.75) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 39 "Net-(U3-TS)") + (pinfunction "TS") + (pintype "passive") + (uuid "746dbcb2-76a5-4156-a029-d8ba138db91c") + ) + (pad "2" smd roundrect + (at -1.4375 -0.25) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 8 "+BATT") + (pinfunction "BAT") + (pintype "power_out") + (uuid "4fda9d12-525b-4dac-abc1-70159d278092") + ) + (pad "3" smd roundrect + (at -1.4375 0.25) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 8 "+BATT") + (pinfunction "BAT") + (pintype "passive") + (uuid "61a03ded-e6a8-4da4-80c2-183cc603ecf8") + ) + (pad "4" smd roundrect + (at -1.4375 0.75) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "~{CE}") + (pintype "input") + (uuid "9a39f750-9bdb-45f2-a6b5-7f7e0fb28187") + ) + (pad "5" smd roundrect + (at -0.75 1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 43 "Net-(U3-EN2)") + (pinfunction "EN2") + (pintype "input") + (uuid "6952c39a-a259-4b08-a0b3-0a68358e149f") + ) + (pad "6" smd roundrect + (at -0.25 1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 42 "Net-(U3-EN1)") + (pinfunction "EN1") + (pintype "input") + (uuid "15a50913-6314-4cf9-9b3d-05df77ed81e3") + ) + (pad "7" smd roundrect + (at 0.25 1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 45 "unconnected-(U3-~{PGOOD}-Pad7)") + (pinfunction "~{PGOOD}") + (pintype "open_collector+no_connect") + (uuid "2d1f22da-8def-4363-b3da-d00ab385ae8f") + ) + (pad "8" smd roundrect + (at 0.75 1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "VSS") + (pintype "power_in") + (uuid "f49b4e56-9a9a-44e4-80d2-684eec15ec90") + ) + (pad "9" smd roundrect + (at 1.4375 0.75) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 15 "Net-(D5-K)") + (pinfunction "~{CHG}") + (pintype "open_collector") + (uuid "2a4e5c73-f396-47b3-8429-b338490fa204") + ) + (pad "10" smd roundrect + (at 1.4375 0.25) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 2 "VDD") + (pinfunction "OUT") + (pintype "power_out") + (uuid "1395cd46-814d-4d0e-9f4c-ac14e2412fc7") + ) + (pad "11" smd roundrect + (at 1.4375 -0.25) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 2 "VDD") + (pinfunction "OUT") + (pintype "passive") + (uuid "291bfecb-71e3-4899-9bbb-a5489c56eea2") + ) + (pad "12" smd roundrect + (at 1.4375 -0.75) + (size 0.875 0.25) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 37 "Net-(U3-ILIM)") + (pinfunction "ILIM") + (pintype "passive") + (uuid "d330b368-8492-4507-b7d2-cb49c6fb77c2") + ) + (pad "13" smd roundrect + (at 0.75 -1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 7 "VCC") + (pinfunction "IN") + (pintype "power_in") + (uuid "20e8676e-d350-4f72-a8ea-932312bc1c90") + ) + (pad "14" smd roundrect + (at 0.25 -1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "TMR") + (pintype "input") + (uuid "a0326001-3121-4164-975e-a2e38cc48f1f") + ) + (pad "15" smd roundrect + (at -0.25 -1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 46 "unconnected-(U3-ITERM-Pad15)") + (pinfunction "ITERM") + (pintype "input+no_connect") + (uuid "e1fbaaae-efde-4e91-ae65-f2299a17af73") + ) + (pad "16" smd roundrect + (at -0.75 -1.4375) + (size 0.25 0.875) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 25 "Net-(JP1-B)") + (pinfunction "ISET") + (pintype "passive") + (uuid "aa36ccfc-8c7c-45b8-9068-30ae7aace33a") + ) + (pad "17" smd rect + (at 0 0) + (size 1.6 1.6) + (property pad_prop_heatsink) + (layers "F.Cu" "F.Mask") + (net 1 "-BATT") + (pinfunction "VSS") + (pintype "passive") + (zone_connect 2) + (uuid "6f5e77b1-c4a9-43f5-a683-5c7876e915e0") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0805_2012Metric" + (layer "F.Cu") + (uuid "14c66dd2-b531-4b8f-969b-5e0497cfbed9") + (at 137.96 81.16) + (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "LED") + (property "Reference" "D4" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6e887c23-642d-486e-a9a7-f3987911eebb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LDO_GOOD" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "afb71eb2-9996-438f-944c-0dce81647e44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f2f96918-8ef1-4abb-bd3e-3df850e856a2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Light emitting diode, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8e88381e-af42-4d6e-89b0-96ef513f34fa") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pin" "1=K 2=A" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2adacf03-bd52-40e6-916d-73ef2469e668") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/5ca6a540-f15f-4c80-8795-0a4124dffad5") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c85a0b0-c419-4240-9b91-a658eeebb6ca") + ) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59122d1b-5f37-455e-808c-f3d4926ce37c") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "877e6890-5021-4e5d-a4e4-35a918f5b2c5") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f042470b-311e-485b-8c00-acbec01f36bb") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "145f0126-4d40-4352-aaf7-e922adc57592") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2434be74-64d1-4c6b-ba3c-af73c1efdd29") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "686c3d97-4e4c-4466-a6d8-58b160b11e34") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8055d113-a7f4-4828-8bb9-d7786dfc0e36") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9baf87f-9ed9-43e1-8d4b-197159314f1e") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "872249fa-49f0-4acc-902f-b58fd29439ad") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b19cc898-842f-4567-b1a0-2eaec3816b8d") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3206ecde-c8c8-4c01-a8aa-b7e970bebf6b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "10ca21b7-22a6-42a7-bc57-e7eb83bf30cf") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "K") + (pintype "passive") + (uuid "8fec3ce2-ffe0-4a76-80c9-90cfc07b6c74") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 13 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "861f1b3e-f87c-4834-be1d-f265432026e9") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/LED_SMD.3dshapes/LED_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "1627a677-e445-4e1c-a8cd-089e1da4df78") + (at 153.57 54.835) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (property "Reference" "JP7" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "43582125-3287-409c-a3cf-194dbc20aa94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "450a9572-21c7-4594-9fde-eddedc336d6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b15cac2-8209-4286-b3cf-bcf36fd46000") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a270c174-f895-4ae8-b71f-fa83bb084a2e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Open*") + (path "/bc1f3de7-9d98-4f8a-a44a-7b7b8b9521ce") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "5c0df1f7-9cc9-4f0d-89a3-67cac0e355f0") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c46a213-c96b-4d20-b5fb-1d9a485ba2d8") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e7a2829-3787-46cb-b35b-e54a0966180d") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50f4b57d-9cfd-4a23-9fc9-f07f26288c56") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23880e1c-728a-4068-bed8-c5ad060426b0") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc41dc37-1dce-4377-adc5-9c91cb64367d") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f52f2c58-98ad-434f-80bd-166dfebedafe") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78bd168d-b196-4400-9e26-506760509309") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eeef3b2b-8a42-487d-b26d-04f4e06068af") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebe44f8f-f1fb-4615-8cc2-96e3fc847964") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "269a92a0-9ed7-4647-a9d6-45467357dbf7") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8eea2d5b-c824-41cf-a65d-6ac9d35b99cf") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0a7dfac-4a19-46f6-830a-4337a0c14ae4") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 32 "Net-(JP7-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "73aac740-dcfd-495a-bc96-63577ae38c65") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(J3-In)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "e66ac432-79f1-4968-aeb8-5a44be6be7c1") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "17dfdffd-02de-48eb-8f59-4a38e0a953f5") + (at 136.68 53.815) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R10" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "b72bceb2-1f7d-43e9-891b-fe98e5abd1b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "e0c2ed31-ece3-447e-b9d9-b79dcb37323a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "65e5e4cb-fd82-4308-9fe3-30a7319c29e7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bd3a885e-8200-4206-9f7d-f95582912ce9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/43ca5cac-ad4c-4a0a-84a6-1bbe30d3a4c0") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27d1311c-8915-419a-92ce-ed53a3ce9db4") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1037f8db-a3cf-4b73-8c9e-8330261647fa") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e8b239c-12cd-48e5-a697-583a7a329020") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d26d5f30-d8ea-447b-93f1-cd46552059cd") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03a04f83-87bc-4cf5-a411-b2075e215b84") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54125e1b-2a53-4980-8838-9b6537f2ece2") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc7c1695-b61b-4d0e-ad46-ae94e5a0031b") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "513c7dc8-663a-47c5-8e09-3a7f09572087") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3f61667-69b6-46ab-9498-5bd8df99325d") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb400cbd-0c2e-46f9-9be4-0e97e0b0959b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "eaac93df-7439-4328-b64d-cb9848b9d9ac") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 26 "Net-(JP1-A)") + (pintype "passive") + (uuid "861a6524-ccc6-4620-85d3-8db734f90cdf") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "4b2eb741-5ffd-4aef-8a39-da7f0ba27086") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "1b0c3ba6-816f-4f23-8604-d230a5ad977c") + (at 133.19 80.305) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP5" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "06ee068f-d247-43b8-aacd-a1760e34401c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "VZ_RAW" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "98688211-fe5a-4168-94a9-52d788815123") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7147970a-cff1-467f-ae56-7f25f7f0ee3c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b5e7b09-b3cb-4fca-8127-6296f73f7029") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/825b2489-4ac1-4d8e-94c0-fc158686f99a") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "0212f935-ede7-4936-9ed8-3ca76f5482d3") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "8740f482-2f48-4373-a9e6-9c06dfa00bed") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "18f127db-995f-4b94-8c33-ea157487559c") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "1da19b03-27db-4a43-8900-379022037f95") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "ae64b9d5-be79-4dc5-a0df-14153bb1fc39") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "95832e83-762c-4276-93f4-6f5f4eb6f74e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "8cf146fa-c381-42df-878f-8392c294848e") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "119a2f6a-cfc2-4bbd-b7be-333d22d9e9f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(U5-+)") + (pinfunction "1") + (pintype "passive") + (uuid "8e918035-4afa-481c-bfaf-d4daa04d5a76") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm" + (layer "F.Cu") + (uuid "1b27ea1c-2b1a-4b58-9de7-e19a4162c487") + (at 149.22 58.385) + (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 1 copper strip") + (tags "net tie solder jumper bridged") + (property "Reference" "JP5" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "df8d6d8d-2574-4927-9f27-bc280e9aab5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_MAIN" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "17ad89ba-3bcf-4cdc-90bd-f1470d50f496") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "111b36ad-3bc1-49f5-a6c7-1ea6bf141717") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, closed/bridged" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5aaba5c5-ef03-4d92-919d-7e31f048b073") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Bridged*") + (path "/03d1c033-519e-40bd-a49a-3d39c08dac6b") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy -0.25 -0.3) (xy 0.25 -0.3) (xy 0.25 0.3) (xy -0.25 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill yes) + (layer "F.Cu") + (uuid "084d2136-4be3-4b71-9111-7386db1aab7b") + ) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "a7f1c092-7a23-4336-a469-dd19e48d2489") + ) + (fp_line + (start -1.4 -1) + (end 1.4 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9fa9139-ab90-4264-8359-c152d4f988c9") + ) + (fp_line + (start -1.4 1) + (end -1.4 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a95d0582-6fad-4d14-87c7-483a6376f5e7") + ) + (fp_line + (start 1.4 -1) + (end 1.4 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f2afa7b-7c2b-42d8-8d9e-33d1c4f59a01") + ) + (fp_line + (start 1.4 1) + (end -1.4 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "715a49ea-af6c-41da-85da-abfb4177334a") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aca35e5e-0335-44a3-a6be-199eb6a9cc9a") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f7cbc42-b240-4b66-a471-99e55d3008ce") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0617ce93-5e2e-413b-91b0-6b56913169c4") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5af5b34-14f4-4626-ad3a-c5611648ae86") + ) + (pad "1" smd rect + (at -0.65 0) + (size 1 1.5) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(J3-In)") + (pinfunction "A") + (pintype "passive") + (uuid "799c7c01-8f3f-4a1f-ad0c-77b5aff444b6") + ) + (pad "2" smd rect + (at 0.65 0) + (size 1 1.5) + (layers "F.Cu" "F.Mask") + (net 30 "Net-(JP5-B)") + (pinfunction "B") + (pintype "passive") + (uuid "4c2fa077-f709-466f-9dd5-7809b1d6c729") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "1c1edcee-0d68-40a4-b0da-0529e1ca7cea") + (at 136.68 41.265) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "f9c1aaae-712f-4177-9502-6d71a7fe9d4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "a3ac7654-74d1-492d-bc50-bec198808bbc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0ead3820-4a90-4414-bf5f-4c6a0b73eb4d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c0ae5282-2838-4ced-bd3d-e4579abb18da") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/a9c073bd-eea1-4b09-a89c-d83905d781c7") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb0c688-a672-4b85-9d37-b09feadd9ad8") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce96e767-9481-4a8b-bd5c-4c65189562b7") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "865b3940-3727-4ddb-a580-df64f52d3934") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8aa7b3ad-2817-4fa4-9376-6fa923567b29") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a3a76bb-586b-42b8-b8f7-0daed5f64909") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70483b8c-b493-406c-ac71-2fc89d388334") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6611d66e-8c54-4492-828f-d061456a93ff") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fbba836-e06a-4c26-88e7-3556eb23f7a3") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a6d0a83-f938-4a2e-8ec2-405128c7c441") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa603f0a-c2ba-475b-b332-da77329f4d9b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2d2adfa0-491c-46e8-a0e2-5c37b722ba8e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 5 "Net-(U2-SET)") + (pintype "passive") + (uuid "9c93cebe-5e27-454a-9ca3-148c6d7663a4") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "5d6f8af4-da85-4735-8c8f-c3d229f629fb") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SMA" + (layer "F.Cu") + (uuid "1f98b52c-76b9-4834-976f-0b377f4de34b") + (at 159.815 59.885) + (descr "Diode SMA (DO-214AC)") + (tags "Diode SMA (DO-214AC)") + (property "Reference" "D2" + (at 0 -2.5 0) + (layer "F.SilkS") + (uuid "77672eec-5424-46ad-84e1-72951b51fb0d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SS34" + (at 0 2.6 0) + (layer "F.Fab") + (uuid "8d61a250-f7d0-47f5-82fd-cf2216a3e14e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b915bae6-de99-4063-8225-43d96b905a6b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef18b21e-4acd-4011-9dac-8f4b0ec055f4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/55388cd1-692a-418a-ad35-585ef0bf4b25") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -3.51 -1.65) + (end -3.51 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b05982a2-5b3e-4330-8211-4bce282c4e02") + ) + (fp_line + (start -3.51 -1.65) + (end 2 -1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffbe730d-b035-4389-ab01-d4a7d72e21ae") + ) + (fp_line + (start -3.51 1.65) + (end 2 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fa7fc8a-589a-41a0-a1dd-7f55fd4e865c") + ) + (fp_line + (start -3.5 -1.75) + (end 3.5 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b914a2fe-a556-4a41-9702-de042ae03da5") + ) + (fp_line + (start -3.5 1.75) + (end -3.5 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a98ad46-3bd6-4e9e-acdd-6e4cc6f6b42f") + ) + (fp_line + (start 3.5 -1.75) + (end 3.5 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4da54382-5f6e-43d9-a4c9-eca361bf886f") + ) + (fp_line + (start 3.5 1.75) + (end -3.5 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "096af854-fe12-44ac-85c8-660469859d36") + ) + (fp_line + (start -2.3 1.5) + (end -2.3 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd85b400-62f8-485d-ab35-4150b412a7a6") + ) + (fp_line + (start -0.64944 -0.79908) + (end -0.64944 0.80112) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d03ca25c-1796-4353-9c8f-455b10a48661") + ) + (fp_line + (start -0.64944 0.00102) + (end -1.55114 0.00102) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7627ced6-b404-429d-98f4-f50c6610f9e8") + ) + (fp_line + (start -0.64944 0.00102) + (end 0.50118 -0.79908) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc1ba70e-4a70-44dd-a162-923347f3774b") + ) + (fp_line + (start -0.64944 0.00102) + (end 0.50118 0.75032) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93d04d17-b3e4-4010-a374-9136bddd8952") + ) + (fp_line + (start 0.50118 0.00102) + (end 1.4994 0.00102) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cdf0505-891e-4641-86a8-d818233a1cb0") + ) + (fp_line + (start 0.50118 0.75032) + (end 0.50118 -0.79908) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce11bc82-2d02-4238-b289-086657ea6853") + ) + (fp_line + (start 2.3 -1.5) + (end -2.3 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f12623e-d320-4ae5-ba5b-d7e48ac40570") + ) + (fp_line + (start 2.3 -1.5) + (end 2.3 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70c5016d-8d73-4d4f-b6ad-115f6835ce3e") + ) + (fp_line + (start 2.3 1.5) + (end -2.3 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad99c347-fea1-4fe7-a6c7-dc3beb1ea798") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.5 0) + (layer "F.Fab") + (uuid "3bc35fd8-80a4-4a5f-9cb9-7043ca16ac0e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2 0) + (size 2.5 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.1388888889) + (net 7 "VCC") + (pinfunction "K") + (pintype "passive") + (uuid "fbc28826-cb3e-4792-b0ec-664ae6020e56") + ) + (pad "2" smd roundrect + (at 2 0) + (size 2.5 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.1388888889) + (net 11 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "1600ca1c-9eb8-44eb-8973-8f686f2ef35f") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SMA.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Inductor_SMD:L_APV_APH0630" + (layer "F.Cu") + (uuid "23ce7275-37a3-4ff9-9888-11cb75ee0692") + (at 170.77 76.68) + (descr "Inductor, APV, APH0630, 6.8x6.6x2.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py") + (tags "Inductor molded power shielded") + (property "Reference" "L1" + (at 0 -4.3 0) + (layer "F.SilkS") + (uuid "5d407298-96d0-4e37-8374-9196dbbb5565") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 0 4.3 0) + (layer "F.Fab") + (uuid "f47c56c3-6a6f-4f62-be7e-e197fd391e53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4732f3ee-f117-42e9-aa58-689c1757fca3") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Inductor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1205ebf4-b7c7-41d2-9228-6569341a52e4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Choke_* *Coil* Inductor_* L_*") + (path "/81a536fa-ba47-423b-810a-8b5aa05bd145") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -3.66 -3.56) + (end -3.66 -2.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e3878524-e0d7-4e3e-a29b-c293eb826568") + ) + (fp_line + (start -3.66 -3.56) + (end 3.66 -3.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3670c9e-b405-4e35-8e15-6eaec69508b1") + ) + (fp_line + (start -3.66 3.56) + (end -3.66 2.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad624a66-a419-4bbb-ad49-0a96d9eb11fe") + ) + (fp_line + (start -3.66 3.56) + (end 3.66 3.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25ff3c12-234c-4865-b8a0-99abb161bba9") + ) + (fp_line + (start 3.66 -3.56) + (end 3.66 -2.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0285a3e-96bf-4f82-a6ba-7abf47931384") + ) + (fp_line + (start 3.66 3.56) + (end 3.66 2.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48ebd589-4efe-415d-a9e4-195589a118fe") + ) + (fp_line + (start -4.45 -3.55) + (end -4.45 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cdcca5b-21c5-469b-ac32-4d919c0cfdcd") + ) + (fp_line + (start -4.45 3.55) + (end 4.45 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "307f532d-65ab-4159-916e-7e1f915ecd2d") + ) + (fp_line + (start 4.45 -3.55) + (end -4.45 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ec4e67b-89c1-4e8c-a2cf-4e3cfc00f28c") + ) + (fp_line + (start 4.45 3.55) + (end 4.45 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c4602a8-2113-41ab-be7a-ee18b5c91726") + ) + (fp_line + (start -3.4 -3.3) + (end -3.4 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58292829-0201-4c53-9e22-dbc914ae1e7b") + ) + (fp_line + (start -3.4 3.3) + (end 3.4 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22b6b265-96c8-4625-947d-565293a0349b") + ) + (fp_line + (start 3.4 -3.3) + (end -3.4 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9fd5c5c-e6e8-41c4-84e9-bf9e1908a2a3") + ) + (fp_line + (start 3.4 3.3) + (end 3.4 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61596804-704a-4e72-a02c-5eac15a3e234") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4617266c-fe3c-4762-a014-15deb1e8a53e") + (effects + (font + (size 0.783333 0.783333) + (thickness 0.1175) + ) + ) + ) + (pad "1" smd roundrect + (at -3.025 0) + (size 2.35 3.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.106383) + (net 2 "VDD") + (pintype "passive") + (uuid "1de96a4d-b1d8-4810-878e-0151b8c5a365") + ) + (pad "2" smd roundrect + (at 3.025 0) + (size 2.35 3.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.106383) + (net 12 "Net-(D3-A)") + (pintype "passive") + (uuid "11890155-1fec-48a4-9da6-6f1b7cdad217") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_APV_APH0630.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Inductor_SMD:L_0805_2012Metric" + (layer "F.Cu") + (uuid "2a78fa11-fc9e-4bad-b987-2a940f75f4f8") + (at 144.97 83.015) + (descr "Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Reference" "FB1" + (at 0 -1.55 0) + (layer "F.SilkS") + (uuid "947ba30e-fd3f-4f13-a28d-c16c1c8afdd9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "FerriteBead_Small" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "dbac571d-b411-48f9-b66a-59227d70d1ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "67108dee-27d0-4890-81ea-393bc4ac0c62") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Ferrite bead, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c7c74fc3-2265-4756-8769-915c690f0209") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Inductor_* L_* *Ferrite*") + (path "/2ade63ce-1150-498f-b680-d4cf8a4ab14c") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.399622 -0.56) + (end 0.399622 -0.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d838c0e7-12c4-4ea6-ab86-a1749d6973f8") + ) + (fp_line + (start -0.399622 0.56) + (end 0.399622 0.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a50c6a0-c9d5-4a62-81e3-685f38da9c7e") + ) + (fp_line + (start -1.75 -0.85) + (end 1.75 -0.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "740e8619-bbc9-43d1-9a40-7b0907c9e219") + ) + (fp_line + (start -1.75 0.85) + (end -1.75 -0.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "699ef87a-9489-4aa0-871b-65bdd1dc6867") + ) + (fp_line + (start 1.75 -0.85) + (end 1.75 0.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61f82165-28e1-4053-b263-9dddb781385f") + ) + (fp_line + (start 1.75 0.85) + (end -1.75 0.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d7fc328-6604-4d41-97a9-5ab1a8108ddd") + ) + (fp_line + (start -1 -0.45) + (end 1 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fb41bca-9112-4dda-81fd-e5e784cf3578") + ) + (fp_line + (start -1 0.45) + (end -1 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67688936-d6d8-4bd6-89ba-ce508152da88") + ) + (fp_line + (start 1 -0.45) + (end 1 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d70e0f9f-bdd4-4454-98d4-bcc3fff9c38f") + ) + (fp_line + (start 1 0.45) + (end -1 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42d27799-454d-4615-a979-5c31f124cd18") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5e783666-4bf0-43c4-a777-74889d2ec096") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -1.0625 0) + (size 0.875 1.2) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 3 "Net-(D3-K)") + (pintype "passive") + (uuid "90fb4717-52b5-49ea-8d28-1d1ae8e33fbc") + ) + (pad "2" smd roundrect + (at 1.0625 0) + (size 0.875 1.2) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 4 "+16V") + (pintype "passive") + (uuid "e5cd5459-a1b8-4e98-bbba-98cbb0e9786f") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "2a8c3bf7-d3b7-4eb4-83ae-c953740125b4") + (at 153.57 61.935) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (property "Reference" "JP9" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "d3b5360d-4c61-4045-86cc-4496fe360c8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "efaf9308-5cec-4de5-9de5-192dfae45ad0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ec1bfb9-a2b2-41f9-becd-5f94ac8b07db") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0911ef3d-1b1b-47d3-b65f-7d84bcb3c277") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Open*") + (path "/3b1ff921-893d-4cbf-83b4-e57d4d9b8bd8") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "9d1e6223-c996-4904-994a-497f25babfdc") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de36f631-9fae-409f-a95a-ac48ddb7b720") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0eed848-7860-4156-84a7-eda6ccaf8bf6") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "543b1b60-1609-4da8-880d-df54f6d762f5") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60d5062e-be50-4592-b09f-d44c71b7d106") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31f1187e-be0e-4fa5-9185-57f9ff21028b") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9087551e-7d31-45d9-977a-5bf4312d74dd") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53737bd0-2ee1-4483-b677-66e9a2f0ffdd") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddcabd70-2024-4ee3-a35b-510349ed733e") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbe116f9-9ea1-44c0-971d-0de108b8e4ed") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23872eff-67e6-4c3c-aa9d-ea769754d95f") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e863293b-f955-4921-90d0-7004ee4ea9dc") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bd27aa2-cab9-424e-85fb-81be498ca4f3") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 34 "Net-(JP9-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "98bd6f52-42a9-41b8-9e9a-521f8a42ee85") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(J3-In)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "1144e65c-2d99-4ef6-b645-872aa6bef4d9") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "2b9189ba-539e-4bc8-a51f-0401d87bdcdb") + (at 140.69 48.795) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R15" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "37d00e0d-4b72-4dc6-b8df-e9a879c796f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5R1" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "2ed8122c-7145-4c80-9e4e-35b0b5bcc9c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "aa049aa1-b8ff-4fbd-ab72-0ad637a74737") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "937b7faf-16ca-49a6-97bb-1d28e6bd5ee9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/19a208fa-c28e-4a3a-b589-7a446a0b4bd9") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3ad3225-53f0-4343-9e5d-ff10caafdd5c") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02700827-843a-44e4-ac73-ad07a83c9555") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c135092d-3220-4679-9fac-71d81cc88bf4") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76c7d406-adba-48ee-81b5-04140ccd2c8d") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15d735de-7b7f-471e-a1b9-52beb016824b") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98569028-3c45-494f-a2fb-7d504f123671") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62f87010-9b9e-4cb1-9cae-8105ff011965") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d906848-f990-429c-b218-7d7e1c25c67d") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1facdad5-bcad-4366-ac60-017f762407f2") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e79f2f52-445c-41e9-af35-b8959209cf04") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "9237549a-68a7-490e-99cd-d02a59158c64") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 40 "Net-(U5-+)") + (pintype "passive") + (uuid "221f0d98-78c6-42f7-ad14-6e030c4afe66") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 9 "Net-(C10-Pad1)") + (pintype "passive") + (uuid "ca389023-9316-4f20-b3be-b5db99f536f2") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "2c8e2714-469d-4066-bce2-53782265fdf7") + (at 140.69 43.775) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R13" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "91c218fd-dfcc-4520-bfa9-e31527c517e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "390849bc-634b-4675-aaa4-c6bc9af351cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0808a53e-ee81-4bda-9ebc-046ca82675ed") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "011a555d-3c40-4a9b-b5f6-3db82a487d8e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/9cfccbba-4150-4e53-8715-d08d0c25f1e3") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff0a5307-e777-43f0-954e-4944a8044e68") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46229985-70d2-4f03-ac91-d35fbbbf6a76") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "59267f3f-06cb-4014-8161-e31a2cb915dd") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8c46b05-c5e6-4967-a2a5-1b7f7b9ad0ee") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c7f5a1a-cf5d-4ff9-a4e8-11574e1cb98e") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17d80fd6-396c-4c67-b549-d58c76cc2553") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c630c171-a43a-4936-b15b-f030619e9f29") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97ace91b-d7c4-4fce-8829-76b4add027d0") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b712714-6228-472f-9885-4c8d92746a51") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a99f1c23-8cce-405c-b5a4-ffd6b2f291dc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "3e3a796c-b330-4eef-b2dd-ae24f1d622ba") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 39 "Net-(U3-TS)") + (pintype "passive") + (uuid "e6024a16-3f6e-4062-a8bf-cd327eac9f98") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "9998a46a-e83c-4bb2-8ad3-b00ff7c06564") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (layer "F.Cu") + (uuid "2f7aba29-e458-4699-a8f8-acdd7624dbd4") + (at 113 30) + (descr "Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M3 ISO14580") + (property "Reference" "H2" + (at 0 -3.7 0) + (layer "F.SilkS") + (uuid "2de923f2-54f9-434b-8264-7e92963457c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.7 0) + (layer "F.Fab") + (uuid "03ef1d79-b687-4cc6-a0e1-60f0915f580b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9aba52d6-5a35-4e13-aa6b-b7175091121f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "29d85707-1ff5-46d7-959b-159eb078aed7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/97574a52-538f-44a7-9e53-0246f7a9301e") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "1ff74c7a-f68c-42d9-be0d-4891600e983d") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "056ad2fa-2b00-434a-bece-408025dc40f9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e61a0876-8cc7-4a9e-b625-2a6f4456abe7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "0060e2b2-9aa2-405f-9f6d-f27975e749cc") + ) + (embedded_fonts no) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "32865de2-4ba6-4b9a-a888-916e85175ec4") + (at 133.19 65.155) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP2" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "f33355c0-61c7-4e0a-b2fb-5c6fd0ebd335") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "a657a112-34ef-4c6e-b82a-d18c7c471750") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97c9792f-9998-4553-a61e-36b9ac60ddb7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a19cfd75-906d-40fc-b200-919b84ec9bd0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/3c0f7f29-91b5-43f8-8be8-883df5f27e8c") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "ca73de43-4ee9-4726-829a-c49c364f8a91") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "2db923ae-ff69-4c69-b7a9-db7fd676239c") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "183d7a8d-1267-49ff-b886-66c7f6182eb3") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "4038a017-9e44-4491-86b6-fcc9e34152b1") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "5e05dfcb-e67a-4232-a5c2-e64bae4c51e3") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "e7bdcb95-1a82-4f3c-ab6e-52777a7ed747") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "b5bf688c-67e4-4601-925b-09fd21d17a01") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "75688923-a184-4133-a5a4-95dd57ef1f3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(D3-K)") + (pinfunction "1") + (pintype "passive") + (uuid "d7239e48-4a5d-4d6f-b162-1caf067cac69") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "3405ee31-77d5-437b-bb6f-1b6e547ee388") + (at 144.87 61.935) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip") + (tags "net tie solder jumper bridged") + (property "Reference" "JP3" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "83c6593c-ca19-4b80-b65e-837aab812cc3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TRIM_POT" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "a12c6269-efc7-46b1-8abc-34fe864211de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2bdeaf2-fbdf-42a2-839d-f314f64e121a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, closed/bridged" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0d9e5b4-472c-4418-a258-e0e0612bd089") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Bridged*") + (path "/f927abfd-6771-4595-bec9-62e9785a91ab") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy 0.25 -0.3) (xy -0.25 -0.3) (xy -0.25 0.3) (xy 0.25 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill yes) + (layer "F.Cu") + (uuid "6f3dcaeb-696d-4892-b4d3-a65bd02c5e8d") + ) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "8a560b51-b0a4-40b0-8808-29761604983a") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7dedb6e-243d-49f2-a543-3aa587afe507") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fab3157-b633-4337-addd-cd367896d15a") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d58f7dff-fe52-45ab-a8b7-a4e05aa245eb") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12f765f4-2c26-48ad-b824-0970487d71f9") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e080eca-572a-49ff-b774-5b2a874336b4") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce550eec-383e-47be-a094-a1f3281a2453") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14e15037-959d-456a-9ac6-495cedc305d9") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "911e845b-94ae-4a01-8077-9d8109a2617a") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7bdfe90-5c61-4d02-8e06-9b6e31314aa5") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6869fbdd-d638-4747-a435-bcaff46ef52e") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9db9022-3ae0-4dc2-9ece-d70666504371") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be9aabab-431f-4730-aaae-7399867418b3") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 28 "Net-(JP3-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "6420127c-2955-4a85-aa3d-8bbc8fc43bd9") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 1 "-BATT") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "ddf77021-f5ef-4d43-94fe-1b18187892c2") + ) + (embedded_fonts no) + ) + (footprint "Capacitor_SMD:C_1206_3216Metric" + (layer "F.Cu") + (uuid "42f023d9-1c94-48a3-8d79-7de3b0d9bd41") + (at 138.54 59.255) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.85 0) + (layer "F.SilkS") + (uuid "b69faa13-db1d-4a66-a831-f15e77355df4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 0 1.85 0) + (layer "F.Fab") + (uuid "6cdabec7-3d0e-4f52-b93c-497a547aae12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6b85cd1a-3676-4cf5-8b94-704fb2721591") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3f2094c4-fb95-4012-8e95-457030ffaf18") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/53adcd49-c3da-4074-b72c-df4b81bedc4a") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.711252 -0.91) + (end 0.711252 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bea5755-6e57-4d3a-8949-9ba1ba6ddaa7") + ) + (fp_line + (start -0.711252 0.91) + (end 0.711252 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35bff99b-222c-49d9-bc4e-3b360d61f956") + ) + (fp_line + (start -2.3 -1.15) + (end 2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6d8d19a-b6c4-4c05-b5d2-1ebf6e8e03c4") + ) + (fp_line + (start -2.3 1.15) + (end -2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d2c4517-15b1-42a9-894a-0682b53a0d4c") + ) + (fp_line + (start 2.3 -1.15) + (end 2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ba5457d-d8c6-4d5b-be2f-346781138cca") + ) + (fp_line + (start 2.3 1.15) + (end -2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e22744db-c9a8-4d03-9c67-4e2afb957ba6") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ddff9fc-63be-4718-90a4-088ca1db1713") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e007bebe-eed3-4a3f-bece-0ae6a5a79b5d") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1d020c4-df11-4c63-8a36-51f6fbc51d3f") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be3c4160-faa8-458c-a00f-195b6b00618f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1e2e0bf6-6fed-49cb-a4ad-52f749b8ab1d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 2 "VDD") + (pintype "passive") + (uuid "db5590a9-274f-4f7a-91ff-c6d3abc0534a") + ) + (pad "2" smd roundrect + (at 1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 1 "-BATT") + (pintype "passive") + (uuid "1faeadd1-7737-47e6-a606-79c17bed9b73") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "4da45c2c-4d01-4810-9511-c48a8756aa3b") + (at 136.68 56.325) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R11" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "f443c7cd-96ce-4f8f-8814-3cd10c60ae72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "5905ae7b-8e15-460f-a0f3-f3f8669f7a7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "92547332-48c8-4143-b919-cd3c67bfb253") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1ec47098-8fc9-4ea3-b2b7-4df093b3f66c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/fb0ac1e0-34e4-4d36-a749-278b8313af65") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5ad1ba1-4620-4445-9482-82596531c231") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86749e76-7ad3-4e50-bf45-12d928614956") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf2b4a99-7f08-4b14-9e11-fbe20a3861d7") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1e162a5-9a4b-4945-80c1-0b0d1e9b68d9") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21af55cf-4e57-4ea0-9b75-ee2b29cc723e") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26a05bbb-5eaf-40c6-a92a-7d40234077cb") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8706a4d-4ae4-465c-88a4-6ef99ea16d65") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "adfcfe5d-e9e2-4fc3-adbf-e0ff33dd14f4") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2903c983-efc2-43b5-b0e3-3db5740e850b") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5557bc6-04bf-4c51-8c1e-8d22c52853c2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c7ad85f6-9b9c-4129-a869-efdee2953932") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 27 "Net-(JP2-A)") + (pintype "passive") + (uuid "50c8dbee-3972-4dc2-843c-a4cf186a16ba") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "a19ea18c-1aaa-42a7-a25f-21c25f1fdf50") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "5380f3d2-95d6-4dde-9449-ade12c23a6b2") + (at 148.77 83.165) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP6" + (at 0 -1.448 0) + (layer "F.SilkS") + (uuid "ec547040-b6ca-4fc0-b990-54968df4433a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "e203ca35-177d-49d4-86e7-8e9d50b885ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5568e97f-fb1d-494f-9680-4d76909d2636") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c921937-a7ef-419d-a331-18caa8ebe928") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/401bc557-671d-4967-ae63-91944aa4eb84") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "0bcdb64e-f484-40a6-918c-0f29b51e9f69") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "0d322db7-23c5-46b8-881e-fa2978c3a10f") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "75ff7d23-793a-430e-860e-f1f13b9d7099") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(J3-In)") + (pinfunction "1") + (pintype "passive") + (uuid "d433be62-a524-481a-a746-8eb2a7d86ab0") + ) + (embedded_fonts no) + ) + (footprint "Package_TO_SOT_THT:Analog_TO-46-4_ThermalShield" + (layer "F.Cu") + (uuid "53b9947c-ef0d-4d9b-98be-dbb565e35f00") + (at 88.73 59.73) + (descr "TO-46-4 with Valox case, based on https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf") + (tags "TO-46-4 LM399") + (property "Reference" "U4" + (at 2.032 -6.477 0) + (layer "F.SilkS") + (uuid "0d8f0182-6552-4627-a207-13e32db3a7ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LM399" + (at 1.27 3.556 0) + (layer "F.Fab") + (uuid "aa89efaa-7d48-4066-98f1-d25690f12d00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c530824-3f39-466d-8dbe-0f953a4296ca") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Precision Reference, 6.95V, Buried Zener Diode with Thermal Shielding Can, TO-46-4" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b55e7429-e8bc-4fc9-9852-3802e2f70c0d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Analog*TO?46*") + (path "/02a25646-b344-4d09-9dc8-8b8d8f831bee") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_line + (start -2.214448 -2.494499) + (end -1.302281 -1.582331) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93f39aa7-1f21-4662-9236-db1066bcd632") + ) + (fp_line + (start -1.224499 -3.484448) + (end -2.214448 -2.494499) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1bc6d63-c7a9-4844-817b-85246aa57966") + ) + (fp_line + (start -0.312331 -2.572281) + (end -1.224499 -3.484448) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed902923-89a0-4e73-a798-8fe37d64b19d") + ) + (fp_arc + (start -0.312331 -2.572281) + (mid 3.405374 2.135551) + (end -1.30215 -1.582544) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67d751ca-8917-465b-9069-9f08a64da9eb") + ) + (fp_circle + (center 1.27 0) + (end 6.67 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "a95b389d-747b-46b2-aa2a-5d957665eb8c") + ) + (fp_circle + (center 1.27 0) + (end 7.27 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "9a68cee3-c839-4b97-ab35-e2cd82a191ee") + ) + (fp_line + (start -1.976616 -2.426372) + (end -1.149301 -1.599057) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c180e8a0-d7b0-4afe-909b-923124b77f90") + ) + (fp_line + (start -1.156372 -3.246616) + (end -1.976616 -2.426372) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17fd0df0-b156-4fb0-ac41-84e257bd20cf") + ) + (fp_line + (start -0.329057 -2.419301) + (end -1.156372 -3.246616) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b822cbf-d890-4946-9a58-514d60ae82dd") + ) + (fp_arc + (start -0.329057 -2.419301) + (mid 3.321076 2.050143) + (end -1.150029 -1.597956) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86bfdf0a-9c96-4db7-a9eb-cbd5d8038dae") + ) + (fp_circle + (center 1.27 0) + (end 6.477 0) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "f3bbbd1d-735e-4bb8-bb01-cea542beb377") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "72974964-d4c4-4787-b667-6734fd86248a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "REF**" + (at 2.032 -6.477 0) + (layer "F.Fab") + (uuid "d938c0c8-5040-4368-80a0-6973d80cf7af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole oval + (at 0 0) + (size 1.6 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(U5-+)") + (pintype "passive") + (uuid "a3b828e1-4664-4213-b5d5-013f16399c61") + ) + (pad "2" thru_hole circle + (at 1.27 1.27) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pintype "passive") + (uuid "3846511c-b6ee-485a-82c7-e4fe9584e998") + ) + (pad "3" thru_hole circle + (at 2.54 0) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "+15V") + (pintype "power_in") + (uuid "008d097f-ee32-421a-812b-6f484e00efe1") + ) + (pad "4" thru_hole circle + (at 1.27 -1.27) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pintype "power_in") + (uuid "ec0fc514-6f7f-44fb-94d3-60a3763c1975") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/Analog_TO-46-4_ThermalShield.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "58df5503-01fc-4259-bfe8-5157052d763d") + (at 149.22 54.835) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (property "Reference" "JP4" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "4ba586f2-a230-4e5d-a766-b0f9653aeed8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "46359e65-57d5-4704-a981-c2a23d3a41ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fc8a19d-7566-4ad5-989e-f60d29f89659") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d75be53-be1b-4b84-90dc-890a2d1855ea") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Open*") + (path "/aa116808-4d45-48c5-8c36-3fb115fca680") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "681b37ed-1b1d-4af9-8a19-7447bd89ee09") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3842428-36ce-452c-ab5f-ec62069ae90b") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15584302-eeee-4624-9eca-2f8798ba5653") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1a32806-c5ac-4a55-b2a3-99bb7da2b5bb") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4df7c9d8-7474-4741-889f-0509cb0836d4") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0a824f7-aa24-4091-9b05-bcd3eaa32f3b") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2932e9ab-0cc5-4e43-a3ee-9cf53ad48357") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac7e8812-c0e4-4a35-bf3a-6f3015aec210") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acc53eee-d4d2-4e68-979d-f7e9f98243a5") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77b2af4b-31b0-41d5-99a0-b496eca3b68b") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a764677a-869e-4981-b884-c39ce56bd3e2") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "119104cd-a280-41f7-98ac-07de623294a5") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77bb8608-7e74-4510-b4a0-571ba30574f7") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 1 "-BATT") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "6c6765b4-56d3-42df-869d-99f1c46515d2") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 29 "Net-(JP4-B)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "7672b9f4-6689-4591-aedd-e355448bcf1d") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "64dbc916-3ec5-4ac6-a04b-cf44ef043ddd") + (at 165.41 71.085) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R24" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "fa97e1c6-1332-45f6-8d55-c904d4bbe013") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "453k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "780127ef-9d24-4df0-aa8a-c848856b3cb4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d4371ae8-d510-4561-aa8e-647db0b574fb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "87b80016-7863-458d-a80a-1306f8fabe97") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/1d32b008-b848-4636-a30a-f00d371f1d18") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9477f4ae-7b65-4166-923e-d5a464c39f66") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "293fb9f0-9868-4ce4-8f30-6b4283d0d9b6") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed5302d1-7825-480b-b766-fbb1a901d717") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "553c0f66-e745-4efa-806d-63e87e5f5cfb") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cad23ffb-047b-4bdf-a736-7dd6d4f928e3") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80dd9ed9-df78-4822-a334-82ea541142d5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "231d0855-79c5-4335-9b4d-e08c26811d0f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0df51422-e464-4293-ae0a-16afa6a66748") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc7aaea9-2779-4221-babe-843108b72a3a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a18fd176-db8f-4b69-834a-78c05889a6ec") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c73d81ae-622a-4d9a-a5f6-5aa258e58546") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 41 "Net-(U5--)") + (pintype "passive") + (uuid "fd3e7cd8-4d76-4d41-81c4-abc2e36d9160") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 34 "Net-(JP9-A)") + (pintype "passive") + (uuid "5fb0f36f-54e0-4476-a6ae-cf0df15f8cca") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "682ed652-84b5-4bd3-94d5-d480bd856867") + (at 144.87 54.835) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip") + (tags "net tie solder jumper bridged") + (property "Reference" "JP1" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "06df4650-6a56-49b3-a139-e8705ab52d8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1A" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "35543aa1-3b7d-4043-9a33-4a9d5b4ef108") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82ce81c6-99cb-48c2-993f-c608fcf9bacd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, closed/bridged" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3868e082-17a4-49b0-8da5-06e65466f928") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Bridged*") + (path "/a9a92e86-18cb-412b-ace3-6af27af7d79e") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (net_tie_pad_groups "1, 2") + (fp_poly + (pts + (xy 0.25 -0.3) (xy -0.25 -0.3) (xy -0.25 0.3) (xy 0.25 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill yes) + (layer "F.Cu") + (uuid "353e37f7-ab4c-4ae4-b586-a017cb037512") + ) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "b348e0c9-1c0a-44ff-9c5a-5914c76864f9") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8443b88f-2e3a-4b00-8f60-deb57744db76") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2671ae75-f6f5-4340-8a69-a6db696828ec") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a3af958-6cb0-4551-8622-983ad6539616") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9faeed16-a012-4df6-bf87-5ae4364c89f6") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "700bba9b-0057-4590-b19f-d486ab32bdf5") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "393dde05-0bfe-4695-8c71-d21496331853") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79f9054d-7805-4ee2-804f-bda92453be04") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51173c57-540f-48cf-a030-2e67e96bdd71") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "196749a3-6e7a-4291-9086-62858bf00cc1") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "486aca06-9c9e-4b04-abac-b0a6f7167a2a") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cb33a1d3-2c36-4171-96d0-981a0e1e7578") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "407ecdbe-55a8-4af0-b344-cbd6effe2f0e") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 26 "Net-(JP1-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "e581fd87-8880-4490-9cd7-09ce1c21447e") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 25 "Net-(JP1-B)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "b46f9175-cd0c-4d2d-8fbb-a12571032776") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "6a39061d-bdbe-4968-85f4-0390359db12a") + (at 156.59 65.185) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R16" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "ee454236-0b5d-4343-a77e-de9e835dc123") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_Small" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "89a843b4-9e26-40ab-ba41-b4cab92847c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "360973e4-80f2-4db9-b02e-f4ed14a35d13") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c3492b6d-d8dd-4ddf-b9d1-59487f9fa5bb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/182cbabd-9683-4c11-8486-617c6f4fbd42") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2b619e2-f6c1-4e00-9d82-fa01c1f8257f") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "698b0455-5330-4600-ac73-6a97f1ca8a5a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "804419e7-8895-483c-bf45-d242319cffa7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "32a5211c-11ef-472f-b21f-b1f8df625e95") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "afc91c1b-d1bd-4e5f-ac11-baa8e95ac8e1") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0b34575-e7b7-4cef-800b-62d21805a87e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52ca9974-57cf-4dec-9c89-de1568d13559") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7a0c89e-c6eb-47d4-9bef-81ebf4b5eebf") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c7d06cf-6f6f-4fed-a74b-89ef7bde0a3a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dedbadb8-ffc0-42ff-8c80-70726ef52def") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "97d82e6c-37d8-44d0-9013-19a55e32d6a1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 1 "-BATT") + (pintype "passive") + (uuid "6f3262b0-1cb6-4a1b-a1f2-43e0c81680cd") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 29 "Net-(JP4-B)") + (pintype "passive") + (uuid "1d630b12-a45b-4dde-a78f-a8d95defbd1d") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_1206_3216Metric" + (layer "F.Cu") + (uuid "6b696ceb-06c4-4e0d-875c-969ee3d7be79") + (at 138.54 65.955) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C3" + (at 0 -1.85 0) + (layer "F.SilkS") + (uuid "659c0faa-f72e-442f-8b80-262005679851") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 0 1.85 0) + (layer "F.Fab") + (uuid "2ae5933b-5d56-4c42-8ce3-c888b0ea0bd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d122d625-9317-497f-bc8e-7cdb4d20cd8c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "59f5734a-f702-44db-b2d3-8bbfeaf80eda") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/b7d06130-a8c4-40f9-8824-50e639860a8d") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.711252 -0.91) + (end 0.711252 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7adc2c94-9dd4-4525-93c8-a83ca3408813") + ) + (fp_line + (start -0.711252 0.91) + (end 0.711252 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da7274c4-6791-431b-a0a7-da8ce234d9d8") + ) + (fp_line + (start -2.3 -1.15) + (end 2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4be914e3-148d-4ddb-b830-5de3207a048f") + ) + (fp_line + (start -2.3 1.15) + (end -2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c771c7c7-6fa3-4b1a-9344-42fa468273b7") + ) + (fp_line + (start 2.3 -1.15) + (end 2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e54c3432-fd2a-44af-88a1-ad5e86e0a9ac") + ) + (fp_line + (start 2.3 1.15) + (end -2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37c2638f-6f51-4925-9860-b532756cf3a1") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55b9c35d-6df6-4ee8-a5fa-cd47007b6085") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cb4ed1a-703f-4701-848d-dfe309bd5d36") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0926d293-9ab0-4d2b-97ed-36d20dfb9dab") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba753f32-c0e3-4d42-a35e-111e4cda3b9d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "266d95a0-97ef-4994-b152-048890275f50") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 4 "+16V") + (pintype "passive") + (uuid "62c6a819-20ad-4795-b9d0-3714b1cacbb5") + ) + (pad "2" smd roundrect + (at 1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 1 "-BATT") + (pintype "passive") + (uuid "6ced5ab7-2b2d-4889-9c35-a8b305f00daf") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (layer "F.Cu") + (uuid "6ce84c46-58d2-44fb-8cf9-ca1fa6940e9e") + (at 110 80) + (descr "Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M3 ISO14580") + (property "Reference" "H4" + (at 0 -3.7 0) + (layer "F.SilkS") + (uuid "e67be3a9-0d57-4417-830f-6cf598147bd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.7 0) + (layer "F.Fab") + (uuid "ce9be33e-ec31-45e9-aaa1-54f8377a2860") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "df8db2c4-15f0-4191-b440-ce0d8258028f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1ad2f31c-dcd5-4a20-83c3-60d9f7030f52") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/048e2836-df23-4104-8f7d-fa8141119ee7") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "1c846a68-274b-4f1a-9a1b-a2e228928032") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "ef88bdcc-41e0-4abd-8050-4d8b1ac638a2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "12c3eafa-5e0f-4a87-bd90-6f37112ee91b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "362ed0c1-ddf8-44a3-85f6-c2d997dbcdfc") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "6dafe61e-d4e8-4825-8e3d-4ced2e99cb6c") + (at 156.59 68.135) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R17" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "52b102cf-729d-4f43-bab5-a3bb3ae9b1f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_Small" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "14b9d4a2-46b3-4f23-a6f1-0d720eddcecb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f11311ea-790a-4dac-8e03-20a46a1f3187") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3ad065d6-5a08-4dca-b3b7-2a98d4ad77f1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/a4aeebd0-c542-41dd-b0fc-8b1f919a7cdc") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ba55ee9-aaa4-4deb-a580-781a84a6ce12") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12f9fa59-23f6-481a-8f52-9ead3af20ce6") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4459cf54-4847-40ed-bb8c-214cafb0c302") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce3893fe-49ae-43eb-84eb-31dfce4230d3") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7ab3f477-077c-4538-bab1-865dd77b72d7") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "127bc99e-fbc3-4977-b9ab-3b62ff2a1ace") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e704fbbe-e1af-4254-8566-8d27ebd02dd8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b844984-87c9-442a-ab99-eac80a86e48d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78326085-bf35-4ea9-9abd-4cb59ec0079c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af152634-d1f7-48bc-852a-62e64a3e2164") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f55c4711-0e8b-4312-94f1-fbe0d6d64a97") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 1 "-BATT") + (pintype "passive") + (uuid "d63e6ada-9e61-4e0d-8bcf-6e2ff3da0774") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 29 "Net-(JP4-B)") + (pintype "passive") + (uuid "ad93d40e-8c91-48a9-ae1f-a9826de47b81") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm" + (layer "F.Cu") + (uuid "710302d6-0d24-413e-92eb-b3fbf9570a1b") + (at 169.45 83.1) + (descr "MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "MSOP SO") + (property "Reference" "U2" + (at 0 -2.45 0) + (layer "F.SilkS") + (uuid "22cb2be2-bda8-42ff-9418-484df77cc2fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LT3042xMSE" + (at 0 2.45 0) + (layer "F.Fab") + (uuid "e34dbbf2-dc1d-4b99-bbcb-94c9a8c48cce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/3042fb.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6258c4f6-6f36-47f5-8e31-0f55c726af94") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "200mA, Adjustable, Ultralow Noise, Ultrahigh PSRR RF Linear Regulator, MSOP-10" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d96d5bc3-c1b7-423f-988e-2f93107dcb76") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MSOP*1EP*3x3mm*P0.5mm*") + (path "/d22d4064-5970-4ef1-8c79-66a7c7d8cc32") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.61) + (end -1.5 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c9eee63-6f97-4219-9efa-20a2ab333879") + ) + (fp_line + (start 0 -1.61) + (end 1.5 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ed51ac5-017a-48b5-a562-63d62b426d6d") + ) + (fp_line + (start 0 1.61) + (end -1.5 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3545eff9-9698-4db3-a905-160d52243d7f") + ) + (fp_line + (start 0 1.61) + (end 1.5 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d193894-a94a-4907-a7e1-a4d291a945b0") + ) + (fp_poly + (pts + (xy -2.1875 -1.41) (xy -2.4275 -1.74) (xy -1.9475 -1.74) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "9802a14d-69e0-4a2b-a343-0b8cf42c7a17") + ) + (fp_line + (start -3.13 -1.4) + (end -1.75 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5385e5e2-dc69-472a-b736-8d3e72b091e4") + ) + (fp_line + (start -3.13 1.4) + (end -3.13 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f82cc1bc-8026-4178-b9e2-c336c8597978") + ) + (fp_line + (start -1.75 -1.75) + (end 1.75 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "937d5526-2c65-4f92-b8aa-f86ee3ef8574") + ) + (fp_line + (start -1.75 -1.4) + (end -1.75 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fb9fd42-8d62-4ede-9b04-b7eda6026ed1") + ) + (fp_line + (start -1.75 1.4) + (end -3.13 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97ec2359-a26a-458a-9bec-1ad3b87de327") + ) + (fp_line + (start -1.75 1.75) + (end -1.75 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e17f873-ebdc-47e2-aba8-e31742667e75") + ) + (fp_line + (start 1.75 -1.75) + (end 1.75 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e2b58d2-3203-4d6b-878e-ac4bdc618ea9") + ) + (fp_line + (start 1.75 -1.4) + (end 3.13 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef3480a5-7d97-4faf-bbaf-b62082ce5779") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "059dff86-529d-4249-9e6f-f7b467844553") + ) + (fp_line + (start 1.75 1.75) + (end -1.75 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0427d901-5e3c-4414-89f1-14f94e917d9e") + ) + (fp_line + (start 3.13 -1.4) + (end 3.13 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3e6d3ec-d7af-4883-a1f5-cab66be2c4a0") + ) + (fp_line + (start 3.13 1.4) + (end 1.75 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f7c7b46-0d4e-4a6c-b31e-c18e254c4459") + ) + (fp_line + (start -1.5 -0.75) + (end -0.75 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8b9cd6d-0ba6-4af0-ab10-3d52e6023313") + ) + (fp_line + (start -1.5 1.5) + (end -1.5 -0.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39f7c58a-46f7-4753-b8f2-44671123a017") + ) + (fp_line + (start -0.75 -1.5) + (end 1.5 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0969e965-a897-41b8-a175-acad27d4f329") + ) + (fp_line + (start 1.5 -1.5) + (end 1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1c1fbaa-c549-4831-b6e3-b6a4ab55c051") + ) + (fp_line + (start 1.5 1.5) + (end -1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a34ec315-a89e-48e6-a59b-d3b41a90c5a1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2cdc4fab-27d2-4246-b585-3be70004333f") + (effects + (font + (size 0.75 0.75) + (thickness 0.11) + ) + ) + ) + (pad "" smd roundrect + (at -0.42 -0.47) + (size 0.68 0.76) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "64a3cfd0-94a8-4f6d-8169-752d9e57e998") + ) + (pad "" smd roundrect + (at -0.42 0.47) + (size 0.68 0.76) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "0f41db8c-e554-4a02-bcec-51787faf2b33") + ) + (pad "" smd roundrect + (at 0.42 -0.47) + (size 0.68 0.76) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "2fb6a72b-393d-4530-9c00-498696f4a497") + ) + (pad "" smd roundrect + (at 0.42 0.47) + (size 0.68 0.76) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "e8d16de2-2f46-4819-a614-1d3862a98db0") + ) + (pad "1" smd roundrect + (at -2.15 -1) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 4 "+16V") + (pinfunction "IN") + (pintype "power_in") + (uuid "012c539a-2745-4bd6-b2f2-1bf76368d6ee") + ) + (pad "2" smd roundrect + (at -2.15 -0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 4 "+16V") + (pinfunction "IN") + (pintype "passive") + (uuid "21df2ff1-2641-48c7-b0e9-304beb236df1") + ) + (pad "3" smd roundrect + (at -2.15 0) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 4 "+16V") + (pinfunction "EN/UV") + (pintype "input") + (uuid "847b72e0-9e1a-4c81-a112-19458cc79061") + ) + (pad "4" smd roundrect + (at -2.15 0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 13 "Net-(D4-A)") + (pinfunction "PG") + (pintype "open_collector") + (uuid "a2e72d35-38b2-4438-bbe0-d474ea27884a") + ) + (pad "5" smd roundrect + (at -2.15 1) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "ILIM") + (pintype "passive") + (uuid "0c72e9c2-0e18-40ff-a1d3-2c9b99868b5a") + ) + (pad "6" smd roundrect + (at 2.15 1) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 36 "Net-(U2-PGFB)") + (pinfunction "PGFB") + (pintype "input") + (uuid "95a22d87-768d-432b-bb51-bf748aee5f55") + ) + (pad "7" smd roundrect + (at 2.15 0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 5 "Net-(U2-SET)") + (pinfunction "SET") + (pintype "passive") + (uuid "d1d1e281-610c-44e2-9a48-4a0f8dc75ce1") + ) + (pad "8" smd roundrect + (at 2.15 0) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "GND") + (pintype "power_in") + (uuid "1bc7278d-e859-434e-bb58-ea11f7f82cf4") + ) + (pad "9" smd roundrect + (at 2.15 -0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pinfunction "OUTS") + (pintype "input") + (uuid "0af82016-8b59-4921-bdaa-8e5d1aa32ab7") + ) + (pad "10" smd roundrect + (at 2.15 -1) + (size 1.45 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pinfunction "OUT") + (pintype "power_out") + (uuid "7484d610-c59a-4f12-b228-fe18a65aff3e") + ) + (pad "11" smd rect + (at 0 0) + (size 1.68 1.88) + (property pad_prop_heatsink) + (layers "F.Cu" "F.Mask") + (net 1 "-BATT") + (pinfunction "GND") + (pintype "passive") + (zone_connect 2) + (uuid "2011f942-7bc7-499b-bc52-a4c2370c7b69") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Package_SO.3dshapes/MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "71134ba8-3c0b-446c-a030-38fb884f6a9e") + (at 165.41 68.135) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R23" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "9991b35a-16a5-4ab1-b434-fbb7f7f79da8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "226k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "46aaa697-9dcd-4db4-8f97-2f01fb01be4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d27d0f6e-ea38-4f84-9726-2787183b561d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b109219b-c8ca-45ba-8477-034b9e095afd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/e1709398-5478-481f-a857-dbb69ef20777") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48662b54-4af6-43eb-aa5e-0a8ded847163") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9aa1615f-5053-47b1-b8ab-102460fc9b98") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccb356d2-4f81-44d8-8ab9-45996d5cd3e9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e3355a4-c564-4020-a03e-9cdecfd198ae") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bb20340-1055-40aa-811c-cb48e1accc3c") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8251825-3e43-4d39-8600-10ebf4e8976e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "698436a4-fa41-41b3-8d62-ec13fe0fde60") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d4d242e-dd7f-40a4-91a9-71b8c145a851") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c89f221e-3f80-412a-86f5-5315f9fa30d2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de805fea-4984-4d05-87f5-da2fa2678174") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "da10ac6f-e42c-4625-84f8-82d3d3e47040") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 41 "Net-(U5--)") + (pintype "passive") + (uuid "c8e09595-f501-4c4c-9f38-d2f944643b56") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 33 "Net-(JP8-A)") + (pintype "passive") + (uuid "891f3782-ec12-4e62-b3e1-2d55b29e44d4") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (layer "F.Cu") + (uuid "741c77aa-9dea-48be-b33d-8b2dd3d5686d") + (at 74 52) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2 ISO7380") + (property "Reference" "H5" + (at 0 -2.7 0) + (layer "F.SilkS") + (uuid "e352c15f-cbde-424a-a958-524a94038f30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "RefShield" + (at 0 2.7 0) + (layer "F.Fab") + (uuid "44855486-367f-4f93-a24a-f42a7b02b91e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2ac1c755-8d74-4dc8-9f0e-de9d4ca324ce") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e17df4b4-72da-49ea-bfee-ca21547c50e4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/21e0656a-4ae9-42e4-9faf-65f2772fdf9a") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "b1c7fe0a-94d7-4bce-8b97-40f9afbce02e") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "d8636ee7-bc70-457b-ac22-9f5de72921ec") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a500b73f-583c-4fdb-9f5f-8317aafc0df4") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "cc3ddd5e-73d2-4e03-8516-b1ef64932bbe") + ) + (embedded_fonts no) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "76f8a69a-3418-4bed-aec1-6af7613b2187") + (at 132.67 46.285) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C12" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "c19789bf-c35c-4c23-b80e-0f8602a2a37a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "9426d929-eed5-4aa0-a25a-d92b378e07ba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3b328921-36be-48a8-a750-2f07047331d9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6d26657e-2396-4807-bd6d-e056c7dd614c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/5d1761af-54d2-4cfa-9e9b-ac6047d9bab5") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97f3ccc2-f3a7-4356-bab0-a611884d42fe") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "720a2469-5d14-4d4b-a5d2-21b8a0e875d4") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6704dc42-2e9a-4aa4-8be7-967365c4bc18") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57b5a62f-1afc-41c8-80ae-4956dd667bb9") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a8f6a497-8de6-4af7-99bd-88af8f275a18") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "82c3ff9d-fc38-46b1-a382-c5c0f172cbdb") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f218de4-bdcc-4933-a771-8a1e3445c4b6") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb9676ff-5527-4993-87c8-58fc45572b6b") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85dfdfa9-74b4-4773-afbf-4b3fe0ec94eb") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b62d150-0fca-4c7b-8dce-b7e6d2a1db0e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "62711c0d-2c55-451d-825f-6354c960e8a3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pintype "passive") + (uuid "0cac47b4-af5c-48a5-9a90-c6d5c0a01239") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "4c654428-22bf-4a78-a7b2-83bd7479b6fa") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_Coaxial:SMA_Samtec_SMA-J-P-H-ST-EM1_EdgeMount" + (layer "F.Cu") + (uuid "7b09511d-4611-4b8a-a3ef-94229e67d4d7") + (at 159.065 44.535) + (descr "Connector SMA, 0Hz to 20GHz, 50Ohm, Edge Mount (http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf)") + (tags "SMA Straight Samtec Edge Mount") + (property "Reference" "J3" + (at 0 -5.08 180) + (layer "F.SilkS") + (uuid "fea11ed8-b025-48f1-88b1-aa4043bbbe5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SMA" + (at 0 7.62 0) + (layer "F.Fab") + (uuid "f578af3b-3884-4882-a72f-3b7407eed589") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c25012b-3221-4601-b6ad-48880f6e6e42") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42b26e05-a0b5-4a39-bb6a-4ba600af5546") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO* *UMRF* *MCX* *U.FL*") + (path "/a3284b33-8fca-421b-b0c8-e02e062dd04c") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -2.76 -0.25) + (end -2.76 0.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c720cea-0f7b-476e-8658-b43010b7c450") + ) + (fp_line + (start -2.76 0.25) + (end -2.26 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13fa69e5-c29c-4b95-8b09-f6837eb1d2d4") + ) + (fp_line + (start -2.26 0) + (end -2.76 -0.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bbdd780-5e65-41bc-8f0a-49e84d1686fb") + ) + (fp_line + (start -1.71 -0.84) + (end -1.71 -1.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a42cff05-b1ce-431f-b2fa-3eb7f2653391") + ) + (fp_line + (start -1.71 1.95) + (end -1.71 0.84) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d55bdb5d-c619-4508-859c-12cdd37a62fa") + ) + (fp_line + (start 1.54 -0.84) + (end 1.54 -1.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26d964a6-68b3-4deb-9666-ea477fd70193") + ) + (fp_line + (start 1.54 1.95) + (end 1.54 0.84) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3416642b-0e22-4a72-9f0f-a39cf79106ae") + ) + (fp_line + (start 2.1 -4.1) + (end 2.1 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "71022cad-d587-40e2-8f10-95524f89bd11") + ) + (fp_line + (start -2.6 4) + (end -2.6 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "20712a13-7e82-457b-b23f-380776c65d53") + ) + (fp_line + (start 2.6 -4) + (end -2.6 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c9597bca-3dea-43f6-8fef-fd90a1956426") + ) + (fp_line + (start 2.6 -4) + (end 2.6 -3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "372d43d6-52b8-4d12-85d7-3ee47c215418") + ) + (fp_line + (start 2.6 -3.68) + (end 12.12 -3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c5b4b5b1-83a0-4650-907e-8643c923da04") + ) + (fp_line + (start 2.6 3.68) + (end 2.6 4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "60d95c4b-41a9-444e-8dde-eac7d5eef8d7") + ) + (fp_line + (start 2.6 4) + (end -2.6 4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "486fd03e-cec7-45a6-b0ef-3e0734326535") + ) + (fp_line + (start 12.12 -3.68) + (end 12.12 3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "94c792cf-a36c-411f-a3a7-08ba4314da71") + ) + (fp_line + (start 12.12 3.68) + (end 2.6 3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ba7dd8be-1faa-4db5-8f51-ab7a8434e2f4") + ) + (fp_line + (start -2.6 4) + (end -2.6 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "392e9e48-2c39-4371-b3a4-7e59db08f1fe") + ) + (fp_line + (start 2.6 -4) + (end -2.6 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3fda200c-37e6-4d46-a36c-82e047bacd6a") + ) + (fp_line + (start 2.6 -3.68) + (end 2.6 -4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96c379f1-a1ad-4ebb-8271-1834c44e536a") + ) + (fp_line + (start 2.6 -3.68) + (end 12.12 -3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "712aafa3-90e9-41f1-8777-4ffc7efa0806") + ) + (fp_line + (start 2.6 3.68) + (end 2.6 4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "257082e8-ba89-4593-b9f1-f96676a9f05f") + ) + (fp_line + (start 2.6 4) + (end -2.6 4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "565d4669-22c4-444e-bf91-8a03123e6197") + ) + (fp_line + (start 12.12 -3.68) + (end 12.12 3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6e67411-85be-4efd-acb1-09f4cda8f89a") + ) + (fp_line + (start 12.12 3.68) + (end 2.6 3.68) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1734bfa4-0dcc-4714-ae36-f71340616247") + ) + (fp_line + (start -1.71 -3.175) + (end -1.71 -2.365) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9dadd6c9-6a40-42df-98fc-99d3d0545ffd") + ) + (fp_line + (start -1.71 -3.175) + (end 11.62 -3.175) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a934396a-54da-46b0-acb2-f04837180b72") + ) + (fp_line + (start -1.71 -2.365) + (end 2.1 -2.365) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af7fe6b8-7ad8-466f-a864-5fa24ceb8787") + ) + (fp_line + (start -1.71 2.365) + (end -1.71 3.175) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff21ad75-d7b0-48e3-9db1-30e2d99d376e") + ) + (fp_line + (start -1.71 3.175) + (end 11.62 3.175) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "febf34cb-15ad-43e4-b322-6b308dde9866") + ) + (fp_line + (start 2.1 -2.365) + (end 2.1 2.365) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "300ab4e6-4094-40f6-819a-4a8b41c941e1") + ) + (fp_line + (start 2.1 -0.64) + (end 3.1 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "173b5fd0-c1b8-449a-bed9-575d6d7b7e06") + ) + (fp_line + (start 2.1 2.365) + (end -1.71 2.365) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0164fae-98c3-4f2b-b2c8-8c038e27c3ef") + ) + (fp_line + (start 3.1 0) + (end 2.1 0.64) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85a7a4a2-428d-4896-a2e6-16910329a7db") + ) + (fp_line + (start 11.62 -3.165) + (end 11.62 3.165) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "655716b3-ec9b-4c49-898c-85d3570ddce2") + ) + (fp_text user "PCB Edge" + (at 2.6 0 90) + (layer "Dwgs.User") + (uuid "5312609c-0ee2-4498-a86a-4b5e323a954c") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "Board Thickness: 1.57mm" + (at 0 5.08 0) + (layer "Cmts.User") + (uuid "823cce3a-18d2-42bb-a773-f7caa977e0e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a37e44fa-f7df-4e74-b140-f2ff976a2da6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at 0 0 90) + (size 1.27 3.2) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.1968503937) + (net 24 "Net-(J3-In)") + (pinfunction "In") + (pintype "passive") + (uuid "2324543b-2353-4ae6-978a-5164937fbc4c") + ) + (pad "2" smd roundrect + (at -0.25 -2.825 90) + (size 1.35 3.7) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.1851851852) + (net 1 "-BATT") + (pinfunction "Ext") + (pintype "passive") + (uuid "a870444c-6196-4443-98c3-4020e0f224fd") + ) + (pad "2" smd roundrect + (at -0.25 -2.825 90) + (size 1.35 3.7) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.1851851852) + (net 1 "-BATT") + (pinfunction "Ext") + (pintype "passive") + (uuid "b2d0e5e6-c56b-4536-a9c3-7c4e46d24bfb") + ) + (pad "2" smd roundrect + (at -0.25 2.825 90) + (size 1.35 3.7) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.1851851852) + (net 1 "-BATT") + (pinfunction "Ext") + (pintype "passive") + (uuid "6e1d91f0-2db6-4f1a-99e5-ae89257db4fa") + ) + (pad "2" smd roundrect + (at -0.25 2.825 90) + (size 1.35 3.7) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.1851851852) + (net 1 "-BATT") + (pinfunction "Ext") + (pintype "passive") + (uuid "7e00bb13-5615-4d78-8976-744c8bae8d84") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Connector_Coaxial.3dshapes/SMA_Samtec_SMA-J-P-H-ST-EM1_EdgeMount.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_USB:USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A" + (layer "F.Cu") + (uuid "7c98d2b1-82db-4df8-99f2-8eb3bf1d1662") + (at 148.54 69.135) + (descr "16-pin USB-C receptacle, USB2.0 and PD, 5A VBUS rating, https://datasheet.lcsc.com/lcsc/2211161000_HCTL-HC-TYPE-C-16P-01A_C2894897.pdf") + (tags "usb usb-c 2.0 pd") + (property "Reference" "J1" + (at 0 -5.645 0) + (layer "F.SilkS") + (uuid "c2637ee9-cc42-421b-a701-b00a4e0ff5cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "USB_C_Receptacle_USB2.0_16P" + (at 0 5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "9935db28-0441-4be1-826a-34a59f6f8c00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21ea48b2-a75d-40c6-accd-011f07f88e6b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "USB 2.0-only 16P Type-C Receptacle connector" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4dd2a21-9117-40fd-a939-d87545cff319") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "USB*C*Receptacle*") + (path "/f5f477b2-a7e5-4027-81d8-e9642701dde8") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -4.7 -1.78) + (end -4.7 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "844b6daa-1f30-4045-8a89-ff9a145ee277") + ) + (fp_line + (start -2.8 -4.7) + (end -3.6 -4.7) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "9962301d-39b9-43a3-a50f-0c85b891dacd") + ) + (fp_line + (start 4.7 -1.78) + (end 4.7 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3e634aa-15e5-4546-8f44-9ce6ba10804e") + ) + (fp_line + (start -0.5 2.5) + (end 0 1.5) + (stroke + (width 0.12) + (type default) + ) + (layer "Dwgs.User") + (uuid "c3302d37-0d56-4b66-8ed1-031a543ee5ab") + ) + (fp_line + (start 0 1.5) + (end 0.5 2.5) + (stroke + (width 0.12) + (type default) + ) + (layer "Dwgs.User") + (uuid "0e2fd421-7bd6-48b4-9c9f-1ee91eea407e") + ) + (fp_line + (start 0 3.5) + (end 0 1.5) + (stroke + (width 0.12) + (type default) + ) + (layer "Dwgs.User") + (uuid "7c129ebf-6b5d-43dc-a55b-597d3d2e51a6") + ) + (fp_line + (start 0.5 2.5) + (end -0.5 2.5) + (stroke + (width 0.12) + (type default) + ) + (layer "Dwgs.User") + (uuid "fd255e0b-2fb7-4daa-a364-e24a992a8832") + ) + (fp_line + (start -5.32 -4.9) + (end -5.32 4.18) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3627e89-f03a-4aa0-a405-0a68ceec5643") + ) + (fp_line + (start -5.32 -4.9) + (end 5.32 -4.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cb2780b3-5b09-4dfd-95b5-b79c99eb4bf7") + ) + (fp_line + (start -5.32 4.18) + (end 5.32 4.18) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f318a8e9-eb42-4e49-ad07-6f9f98826e1f") + ) + (fp_line + (start 5.32 -4.9) + (end 5.32 4.18) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ebdd79a-5c2a-4b5c-97d2-1b78c56cca10") + ) + (fp_line + (start -4.47 -3.675) + (end -4.47 3.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "520d8496-1385-4948-8db8-9d4cb95f1fba") + ) + (fp_line + (start -4.47 -3.675) + (end 4.47 -3.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db7f2e69-17b3-4da2-b316-1fa50aadde1d") + ) + (fp_line + (start -4.47 3.675) + (end 4.47 3.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "564dfc86-098b-4af4-a413-e5eb843db49b") + ) + (fp_line + (start -3.2 -2.675) + (end -4.2 -3.675) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "89a9b509-9d77-4c2b-b0bb-003a1426bfc8") + ) + (fp_line + (start -3.2 -2.675) + (end -2.2 -3.675) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "7f8a6ff7-3541-472c-85d9-34259c230547") + ) + (fp_line + (start 4.47 -3.675) + (end 4.47 3.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6072eca-529d-4789-a687-af95089e4c94") + ) + (fp_text user "${REFERENCE}" + (at 0 -0.435 0) + (unlocked yes) + (layer "F.Fab") + (uuid "7c040443-47a2-441c-8b0f-48aa6e3fd55c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -2.89 -2.605) + (size 0.65 0.65) + (drill 0.65) + (layers "*.Mask") + (uuid "65bc24e4-e852-448f-8297-c275e6faafd8") + ) + (pad "" np_thru_hole circle + (at 2.89 -2.605) + (size 0.65 0.65) + (drill 0.65) + (layers "*.Mask") + (uuid "95d4cff9-8abc-485d-a2cd-e4821d50ce3e") + ) + (pad "A1" smd roundrect + (at -3.2 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "GND") + (pintype "passive") + (uuid "c320003f-a930-4bfb-b1c6-e6156ddf7a46") + ) + (pad "A4" smd roundrect + (at -2.4 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 10 "Net-(D1-A)") + (pinfunction "VBUS") + (pintype "passive") + (uuid "7f15eaf4-0dca-41b1-bbc2-46069b90652d") + ) + (pad "A5" smd roundrect + (at -1.25 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 17 "Net-(J1-CC1)") + (pinfunction "CC1") + (pintype "bidirectional") + (uuid "6dcc1473-0345-44e2-8c4c-623b9dc6b902") + ) + (pad "A6" smd roundrect + (at -0.25 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 16 "unconnected-(J1-D+-PadA6)") + (pinfunction "D+") + (pintype "bidirectional+no_connect") + (uuid "51ac4f4b-795b-4833-bcf5-d959d75aebdc") + ) + (pad "A7" smd roundrect + (at 0.25 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 23 "unconnected-(J1-D--PadA7)") + (pinfunction "D-") + (pintype "bidirectional+no_connect") + (uuid "f2e81e6c-48bc-49a8-b987-010a1686c1f7") + ) + (pad "A8" smd roundrect + (at 1.25 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 20 "unconnected-(J1-SBU1-PadA8)") + (pinfunction "SBU1") + (pintype "bidirectional+no_connect") + (uuid "ab1a7c73-c962-4e3d-9a9b-66bfe4fb1a73") + ) + (pad "A9" smd roundrect + (at 2.4 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 10 "Net-(D1-A)") + (pinfunction "VBUS") + (pintype "passive") + (uuid "16c55000-1969-4407-bd37-cddf34352e85") + ) + (pad "A12" smd roundrect + (at 3.2 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "GND") + (pintype "passive") + (uuid "5cd074d6-af84-4b50-b470-73e42f6fc18d") + ) + (pad "B1" smd roundrect + (at 3.2 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "GND") + (pintype "passive") + (uuid "f85b7704-62a1-46cd-b942-dd6fd30d3d01") + ) + (pad "B4" smd roundrect + (at 2.4 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 10 "Net-(D1-A)") + (pinfunction "VBUS") + (pintype "passive") + (uuid "9097a742-fe09-42dd-92d3-4916963f6c29") + ) + (pad "B5" smd roundrect + (at 1.75 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 21 "Net-(J1-CC2)") + (pinfunction "CC2") + (pintype "bidirectional") + (uuid "c03bc860-03ca-49d8-a586-4db332da6ccd") + ) + (pad "B6" smd roundrect + (at 0.75 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 19 "unconnected-(J1-D+-PadB6)") + (pinfunction "D+") + (pintype "bidirectional+no_connect") + (uuid "a88f2686-1f61-425b-9f39-5da31eb82153") + ) + (pad "B7" smd roundrect + (at -0.75 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 18 "unconnected-(J1-D--PadB7)") + (pinfunction "D-") + (pintype "bidirectional+no_connect") + (uuid "82b97122-8ed1-4d12-a449-112209389282") + ) + (pad "B8" smd roundrect + (at -1.75 -3.745) + (size 0.3 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 22 "unconnected-(J1-SBU2-PadB8)") + (pinfunction "SBU2") + (pintype "bidirectional+no_connect") + (uuid "dc7e0dd7-274f-42e3-94d9-ceb3d5a5a0c9") + ) + (pad "B9" smd roundrect + (at -2.4 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 10 "Net-(D1-A)") + (pinfunction "VBUS") + (pintype "passive") + (uuid "45964775-c1a5-4458-8d9d-4ace9a170505") + ) + (pad "B12" smd roundrect + (at -3.2 -3.745) + (size 0.6 1.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "GND") + (pintype "passive") + (uuid "57db4eb4-3dfe-4c06-8061-0a4b43a20468") + ) + (pad "S1" thru_hole oval + (at -4.32 -3.105) + (size 1 2.1) + (drill oval 0.6 1.7) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "097a4a02-7990-4374-8feb-0ca3a109cf78") + ) + (pad "S1" thru_hole oval + (at -4.32 1.075) + (size 1 1.6) + (drill oval 0.6 1.2) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "2862c40e-40eb-449d-bf4d-bf27f3c22342") + ) + (pad "S1" thru_hole oval + (at 4.32 -3.105) + (size 1 2.1) + (drill oval 0.6 1.7) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "53d86b6f-b02c-4196-96dc-ed46e42d2962") + ) + (pad "S1" thru_hole oval + (at 4.32 1.075) + (size 1 1.6) + (drill oval 0.6 1.2) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "6491f07e-d7ae-42ec-be8f-cfd2f4675cf3") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "84471055-3b4a-43da-afcd-54bae847f912") + (at 161 71.085) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R21" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "eb6d0fc7-c6a4-4868-8649-aabc869279d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "56.2k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "da43c90c-e7b5-400d-8947-47a3aa5fa4e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "93380447-db45-454c-afd8-043a7c7abc01") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "472b0749-64cb-484d-9640-2e8f3a245936") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/4716f096-9954-42d2-89ae-804aa8ba6e87") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43176468-838b-471c-894f-fe4ea7e05a34") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b784381-c669-42a4-825d-5f2570fb515c") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6dc2778d-d215-452d-ba9e-4ca777b77e74") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "364e7153-00d6-4172-adfa-fe485df5b539") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46094964-8fb0-432a-a5d0-7d67f79ac7f1") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3aa9f6ef-e8e6-4e8f-b5a7-d3717ba27878") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2165e390-a68f-4ca9-a150-0d70293909ff") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "996be415-5324-45dc-9898-f0681d073cdb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3521b7d-76ed-4f11-b087-4f27576d71f4") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfd62a1d-97a3-465f-be37-84d9624213fe") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "81b24beb-e533-4c4b-9d7d-30140ca79e48") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 41 "Net-(U5--)") + (pintype "passive") + (uuid "980dc2ea-7182-449b-90dc-fff8612a40fa") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 31 "Net-(JP6-A)") + (pintype "passive") + (uuid "e6041875-adde-41d8-a245-a86b703de3e1") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (layer "F.Cu") + (uuid "86b0b1d7-76f1-47c1-be67-5b5934308d03") + (at 73 70) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2 ISO7380") + (property "Reference" "H7" + (at 0 -2.7 0) + (layer "F.SilkS") + (uuid "f8546f47-8b55-4163-9c3d-2bea871d1c4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "RefShield" + (at 0 2.7 0) + (layer "F.Fab") + (uuid "3e44fb6a-2aff-47b3-a1bb-deb21c835237") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "09f34296-7574-4f68-848a-b098c837ac80") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3aeae4e8-1806-49ff-a6ae-e24674050058") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/5fbca980-ba35-4923-9ca2-f258f3739a5d") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "55a1459f-b094-4113-91d3-5d0d715289e4") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "fa54d1ae-b89a-431a-a07e-ac7b6a8e60e1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7e0bf414-6467-45bd-a619-046857ee7f7a") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "6422dba4-fa4e-432b-9cfe-79d088a1fea6") + ) + (embedded_fonts no) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "86c93023-941c-4257-8f34-fecb844fa620") + (at 133.19 75.255) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP4" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "4c49d77a-354a-4469-aa3a-8bd65a0f6eb2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "4cf0e249-db8e-4ab4-af86-9002d4cec6fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "275b7dd4-4fe6-4235-96a9-8ad781864661") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e01fe096-bc1e-4356-8196-9bdeed4131d3") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/6beb77ae-88dd-4336-bd98-70dc1e159106") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "40a55c0d-1f1d-424d-93fa-17201c4d1914") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "611031f4-a5f1-4ce5-bcaa-7d6150afacb6") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "3fcc0884-d913-457c-ab7f-c2784d9d425a") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "d462d884-bf12-4721-8b57-36cea2ce06bc") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "ca9fbddb-d87c-41e9-b2a7-0f352807b223") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "5a84b053-cfb3-414d-8e35-203dd5edd79b") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "96fadba3-f4f2-4cd9-99b8-32857642dce6") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "526282d9-b64e-4863-885c-ad580db467fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "d7338b3d-b9fc-484e-9c23-4e1ab2ef9dae") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "8a0ce460-29b2-4f3c-add9-ddf0d87a37d9") + (at 136.68 43.775) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R6" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "dc2d7588-2718-4822-a5c2-6808b081f040") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "09c94d8c-9fbc-4b8d-9bc8-8b8e7aeafb4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "19aee23e-af55-4b38-bb8e-facccc4ed156") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e8ff9ad8-5f46-402b-9301-f36f24fa0d4a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/1e94ef8f-bc25-4f18-bbaf-11393b13ecdb") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7fb6df1-7ee7-4ba5-b203-af11ba3642bc") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d481d14-001b-4e31-bf32-94e29812a04f") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "acf2f261-fc4a-4f8b-96d0-9abf95c77ee1") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67f4016e-eaaf-45b1-a145-0958262308c5") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3a18d0b-592a-4a08-92b7-9c58f3d35eff") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cc92a1b-5a16-45a8-baee-0ce1bd120d33") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b55b3aa-1f7d-4d39-9f97-8a2e693537c4") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "744c459d-47ac-48e4-b4f8-967fbbbe318e") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa8f2f8b-3802-4ad6-a17f-f20bd6b5c293") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e649366f-b094-451d-ac62-e0499b36d42c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c18808f2-331b-4e17-9368-e490a4632cea") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pintype "passive") + (uuid "316ddcf9-6beb-4039-a2e9-ab4af7d4837e") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 36 "Net-(U2-PGFB)") + (pintype "passive") + (uuid "4b89617c-9126-41ae-80cb-b069a45694ee") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "8a576a0c-ecdf-45dd-a07a-8b13341f797b") + (at 132.67 43.775) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C8" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "e0cc116d-519c-4206-a122-a17fdd723b3d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "9af7ebdf-8da7-4303-a7b7-e3f53a601ba1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6d5ddd9f-8dd9-416a-891c-e8eeba9f0969") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "37d5e48f-82b7-41e0-9b21-2fea79833442") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/ee2a0c75-57fd-4493-b360-3861a07ef8b5") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e44d4da-eb1b-4ef5-9305-7fd61aeee073") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b1ef1da-d587-411e-ae9b-b89efbd638f5") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec6f780d-eae5-4c84-9c82-5cbb4a144e3d") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce0a20e1-51c7-4e0f-b966-01a96db552f3") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64385f62-b2a2-4fc3-aa28-78bfcd10ee21") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b17fb2f-45ac-470b-b9b9-d643ace06d85") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc2ae833-5a2a-4acc-8def-0e1443a25c94") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8406b90-3fa1-48ba-bbf3-2328476799b4") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "027e16bc-d567-48e7-a163-09b3ffa97ce1") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb92babf-2384-4e5f-85d4-cec389e4ecda") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d4dd0c3e-5ffd-44a2-b0e6-398e61601ee6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 7 "VCC") + (pintype "passive") + (uuid "1e0e9b2b-48b3-4a0f-b0cc-a53227cccbe0") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "43cfe5f8-46e9-4c53-b11f-4ff2152a7ea1") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "8c80ba08-6265-4f6d-95f3-c7979db5a11e") + (at 96.2 60.5 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R14" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "e4c428aa-a1d3-4487-8a6c-3c918f94823b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "7.5k" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "14045e79-899f-4837-abe1-5c8e0efd6bd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "6d44eeb9-6973-489b-a6c5-64a256e35c93") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "9d8ba667-183e-48d4-83b9-b36260a4150a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/8b3ba1f8-e058-4d6a-8585-6e9e0ecf1baa") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2dd7671f-6b55-4fb7-9fa9-b37052f28d20") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "419e103f-c0fe-4b51-a0af-749615d8bd16") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b474d218-db7f-4b23-8c5d-73416f8589c6") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79092ad3-ec86-4860-8dba-b4faffd64562") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0ad48a5-ce18-48eb-85ec-4df3b73633c5") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38642154-d6b6-4a1e-bcd3-420a29ec58e9") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8570211-8669-4fb6-bd05-3af5fac3035a") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89d9fb73-3479-40e4-be36-7e2d7003f948") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8f7cf35-c236-4fc7-a82d-a7f4bbd7953e") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61676e9b-ee84-43b3-be0c-34985c105c13") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "26f2d8c5-3d40-4319-a80f-359c69043222") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 270) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pintype "passive") + (uuid "b158c60c-9ce9-4ce1-b216-b8968155fb1c") + ) + (pad "2" smd roundrect + (at 0.825 0 270) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 40 "Net-(U5-+)") + (pintype "passive") + (uuid "52ca5d0b-0520-4af0-8f27-6dd8c45ddecd") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_Wire:SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm" + (layer "F.Cu") + (uuid "8d08cf16-4582-475a-a290-6b6df0b98228") + (at 165.96 61.455) + (descr "Soldered wire connection, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), bend radius 3 times outer diameter, generated with kicad-footprint-generator") + (tags "connector wire 0.25sqmm") + (property "Reference" "J4" + (at 2.1 -2.12 0) + (layer "F.SilkS") + (uuid "eefdd9f9-21c7-45dd-8377-43adc49a9ec1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "V_OUT" + (at 2.1 2.12 0) + (layer "F.Fab") + (uuid "3dea2444-0966-47fe-8f84-477b959fbdd0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "fafe267b-4b13-4b70-9e95-2471c0d72e9e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e9cdf257-423e-4c59-ad52-5cf27083ce29") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/3589bd6a-e5a1-4157-af68-c98cce577b23") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files) + (fp_line + (start -1.6 -1.42) + (end -1.6 1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcc4b482-0e41-41dc-990d-adcc00137d49") + ) + (fp_line + (start -1.6 1.42) + (end 1.6 1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35c53518-7d01-40ca-86ab-36717be170f8") + ) + (fp_line + (start 1.6 -1.42) + (end -1.6 -1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "902b4973-7bbb-4bb5-b827-11c498277306") + ) + (fp_line + (start 1.6 1.42) + (end 1.6 -1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d61e9188-f680-408b-bb9f-faef510abe28") + ) + (fp_line + (start 2.6 -1.42) + (end 2.6 1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80128b58-bbc2-4295-94b7-7ad2f451de5b") + ) + (fp_line + (start 2.6 1.42) + (end 5.8 1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b080e333-e58f-43fe-91bb-081dca1dc9fe") + ) + (fp_line + (start 5.8 -1.42) + (end 2.6 -1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4cbc3ab-d88b-4fc6-8ad8-3e3e97ec56ea") + ) + (fp_line + (start 5.8 1.42) + (end 5.8 -1.42) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "057da872-b992-4646-a683-618ab8cf06f3") + ) + (fp_circle + (center 0 0) + (end 0.85 0) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "ce113b2f-d560-4072-a3d5-b572ccd184b4") + ) + (fp_circle + (center 4.2 0) + (end 5.05 0) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "eed83333-8cb3-416a-b458-6d615a9e199e") + ) + (fp_text user "${REFERENCE}" + (at 2.1 0 90) + (layer "F.Fab") + (uuid "6d58670d-62c6-42d0-931d-da1e96d4c792") + (effects + (font + (size 0.71 0.71) + (thickness 0.11) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 1.85 1.85) + (drill 0.85) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.135135) + (net 24 "Net-(J3-In)") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "cb776bb0-acd5-4ead-a246-59b6c3046a45") + ) + (pad "2" thru_hole circle + (at 4.2 0) + (size 1.85 1.85) + (drill 0.85) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "-BATT") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "7166f525-3950-4c6f-a752-8f8aea9da54e") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Connector_Wire.3dshapes/SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "8f761541-9eab-4274-83ee-48a841405a45") + (at 173.93 50.545) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C11" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "f9581744-abfe-420c-ba88-43febd65dfb6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "fa72eda3-dcc8-4d32-afe8-4933c1995b68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "58780c16-ceaf-4d2d-addf-d346c90ef480") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1eb90dc1-3b0c-4cb2-a050-df73d8f1bbc1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/1cf42d02-059e-4c80-9f0c-d7d547e9ead1") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8be00d3b-5d71-480c-adfe-111d8553d163") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98d3cd4d-6025-4497-9f5e-31dbd2ce2922") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96931222-343c-473f-a6f6-56e4d047b280") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c1d3b69-529e-498d-98a6-4be5a313189f") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b99c8f3-d248-4c54-96fa-d70a90ed4b23") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4b33971-a7a6-493b-b9ea-729d5cd77979") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e7aca33-b26f-48b7-a724-10a229d70d37") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6f2ec93-9d90-484c-af5f-a1371fab5f44") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f563821-e77e-4b6b-b216-a9f5d72d2ca3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8717028-e27c-4a21-b1d4-356c7b56b8fb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "9be334d0-3a23-48b3-812e-031260a08d6e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pintype "passive") + (uuid "a10958a9-c17b-45d3-a1df-f2e873746150") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "6860ecb1-a8a8-467c-99af-46c5474e8dd5") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (layer "F.Cu") + (uuid "905454da-2efe-43f9-9619-709a40d5c6dd") + (at 70 80) + (descr "Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M3 ISO14580") + (property "Reference" "H3" + (at 0 -3.7 0) + (layer "F.SilkS") + (uuid "602bdeb4-b2ed-47c7-be1b-72e462e94a30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.7 0) + (layer "F.Fab") + (uuid "e09eb586-2cdd-4f9c-98a2-9d9354f53538") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "78b53ecd-76b5-4a4f-8824-549047fc6c21") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "26a19b13-6680-4078-9ebd-3f5c239d1e48") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/758e42bf-274b-4bbf-8e27-48c1e9f21260") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "4f047614-9f9a-4bab-8531-b5cf89f8877c") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "d6f83675-8782-4bb6-acd5-f194c39f43f1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "aef18771-aca7-4a75-ad4c-68f9745b7239") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "803b0cb4-24e0-4ea3-b476-6bc1181d6ba5") + ) + (embedded_fonts no) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-6" + (layer "F.Cu") + (uuid "93568b01-a1c1-44e2-802b-abaf02fe23ee") + (at 156.96 83.91) + (descr "SOT, 6 Pin (JEDEC MO-178 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-178), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U1" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "3956b757-dc7f-4aa4-93d9-b9792e4e3cb4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MT3608L" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "eb4098c3-d2df-4112-b48c-3ef3a01ac8cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.olimex.com/Products/Breadboarding/BB-PWR-3608/resources/MT3608.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f7992b56-45c4-4d72-b37d-8c3b3e93101f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "High Efficiency 1.2MHz 2A Step Up Converter, 2-24V Vin, 28V Vout, 4A current limit, 1.2MHz, SOT23-6" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d6739d30-1842-41cb-8709-41f6b5305f6a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT*23*") + (path "/4786c49d-8d08-41de-b894-8fdde8d1ff8e") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end -0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c7bc7e2-8a23-4208-ac23-bc135c026ac4") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "daa80a8e-9f6f-408d-95f4-77ebaa53ce3e") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e8df14e-09ae-408e-bdd6-ed23445824ad") + ) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35c1e350-5984-4e90-8657-eaf0845c348d") + ) + (fp_poly + (pts + (xy -1.3 -1.51) (xy -1.54 -1.84) (xy -1.06 -1.84) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "05ce9281-e11d-4c28-bb85-66a28313737b") + ) + (fp_line + (start -2.05 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b89bec24-b5e0-460a-aa96-0fd16ef1b5a0") + ) + (fp_line + (start -2.05 1.5) + (end -2.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "676d2548-8e9e-4b3b-b39d-afe3aad1bf81") + ) + (fp_line + (start -1.05 -1.7) + (end 1.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75060e25-e950-444f-8a27-f29f9356c603") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2fc55fe8-39a2-4b5a-8038-f9d88a1b5e55") + ) + (fp_line + (start -1.05 1.5) + (end -2.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d56ac26f-793d-4b87-9363-c64ab108abf6") + ) + (fp_line + (start -1.05 1.7) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fbf7842-71f7-4cb2-b240-ab86cbb0e006") + ) + (fp_line + (start 1.05 -1.7) + (end 1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a01919e8-b6a1-4719-8442-8d1e70308821") + ) + (fp_line + (start 1.05 -1.5) + (end 2.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6393c543-b815-48dd-8a10-3fafa903957c") + ) + (fp_line + (start 1.05 1.5) + (end 1.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0c78708-4a53-4daa-8a89-5e930650ab89") + ) + (fp_line + (start 1.05 1.7) + (end -1.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "460814be-f01c-49ee-80e7-8665171a61cc") + ) + (fp_line + (start 2.05 -1.5) + (end 2.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a811e2a-587f-4eec-8847-fa40c581d5b9") + ) + (fp_line + (start 2.05 1.5) + (end 1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fcf621e2-6ae2-4f5b-8089-89d7aeb76a5f") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bfea760-d619-4748-b07e-6ea647a3425c") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e59ba5af-76d7-4ba1-a411-a9980db4a97e") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3929a6a9-9ff9-43fe-a93c-16b4b2ffd9d0") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad1a3b1d-65cd-4e75-a728-3a12c21e653f") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03b18a0a-e50f-4e9c-9e6e-35525e90d8e9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "92e7be24-606d-49fd-b60b-7da8c986bcce") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 12 "Net-(D3-A)") + (pinfunction "SW") + (pintype "passive") + (uuid "0a3127dc-29d6-4c56-9382-00a1da5ded06") + ) + (pad "2" smd roundrect + (at -1.1375 0) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "GND") + (pintype "power_in") + (uuid "4e3f2dac-5a86-4d12-a1b4-4c8656974161") + ) + (pad "3" smd roundrect + (at -1.1375 0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 35 "Net-(U1-FB)") + (pinfunction "FB") + (pintype "input") + (uuid "cdbb1280-4bd2-4fcd-84d4-55c06c6fe2e3") + ) + (pad "4" smd roundrect + (at 1.1375 0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 2 "VDD") + (pinfunction "EN") + (pintype "input") + (uuid "ff5acdf8-5b13-4137-8712-8856f74c842a") + ) + (pad "5" smd roundrect + (at 1.1375 0) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 2 "VDD") + (pinfunction "IN") + (pintype "power_in") + (uuid "4a02d9ab-ae70-40b6-8820-e9c1ec71170f") + ) + (pad "6" smd roundrect + (at 1.1375 -0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 44 "unconnected-(U1-OC-Pad6)") + (pinfunction "OC") + (pintype "input+no_connect") + (uuid "81a61e9a-3938-4c18-950a-0665870e9c88") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "9670f7e7-c42d-4485-8d11-1edea135bfae") + (at 133.19 60.105) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP1" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "56c560f8-a09d-4382-8ed9-0f628834d136") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "2713064d-0a22-4fc2-a236-b0fd192b19d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cd95012-6ff8-4c40-a175-55da3b82e134") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd337631-41e1-4372-8808-3219fe93443e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/99a80c16-a74f-44ba-8671-6285dd20ad99") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "8b066a89-2b03-4849-b261-77c23f84bdd3") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "072dfc2a-a9b8-4c9e-9569-bd276beaeb26") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "b826a424-2acb-4681-8233-9cb0eb412699") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "28ccafb0-962d-4bda-a1b0-924b3ca15056") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "a6acc343-cfcd-4ef5-8fa4-c9284802ab6d") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "afbbd6fb-eb3e-4f65-864f-880c5a5f937d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "cc231591-352c-4304-a3f8-cabfa21dd5a5") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "2d826615-9746-4d79-912a-ebf729eddde7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "VDD") + (pinfunction "1") + (pintype "passive") + (uuid "1ac59cf3-1325-4af2-873e-25f3221bd3b8") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "9a4885b9-3957-41ce-b8bb-6d1b0c1e1522") + (at 136.68 48.795) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R8" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "f52fe147-a5a6-49f3-bd99-17b609b3d4f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "9df7cc06-e219-4a6f-bf99-6c4a9fae7b56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0e4e3e2a-0b77-435b-b4f8-154cc22e0fab") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "781d0389-499d-4ae3-aa33-9d6eee80a072") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/fb184d9f-a6a0-4990-9f78-617464d512ce") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a94bd4e-8b8f-46ac-9c13-2be27395576a") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9c0522a-4365-4cb0-a678-117a40b00df8") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7dc5ce18-7693-42dc-9ef4-ac6655952ba5") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7115bf39-8a5d-4320-8327-f00e1a613079") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac6f020c-985a-40aa-b9e2-f224db8dce9a") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "393f0799-e5b9-489e-b6df-7c5f2d3873e0") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1364756e-38d6-47b5-bfd4-b39582edefcb") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a625bc20-ceac-44ec-8371-e78c77cf5c37") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d087385a-f8da-43dc-a402-596caf6019ae") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2019a9b8-fa77-4bdb-89fc-da0e2562b29f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "36db27f2-7e3c-464f-a442-29bfe14a4f74") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pintype "passive") + (uuid "435cbb10-1d2f-45c4-b1ed-cef279141c86") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 13 "Net-(D4-A)") + (pintype "passive") + (uuid "faf27508-5bb9-4d2f-b6a9-f004c91e2623") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "9d455130-19e7-4b24-9756-aadc5b47763d") + (at 132.67 51.305) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "039220a5-7bbb-4655-bc1b-f95cbd2c6425") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "ebd39b5d-3d7b-48bd-b0d4-f8f9a5e2997b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e25f3d1d-1336-46c9-8cb0-ee93a154e0fc") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b9b4b72d-2051-4193-a9b6-43cbe219e224") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/6b111341-5f3e-4e6f-98ec-0453c4f4b833") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77edf53b-0960-4182-b9bb-6ac35fdddefc") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c795f8a-af8c-4f0d-8a0f-559e2c2ae486") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a5cb21d-c12f-4fce-b3b9-a4444f8f44dc") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfc6cc51-2d89-4781-a960-aa3aa71f54af") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a4c6622-2b31-4ac1-815a-bad004f48d51") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4aa617e2-6df4-4bcd-b54e-7bdc77d16dfb") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a1bfc8d-febb-4e1c-a9bf-245467294263") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "740529d5-7f73-429d-912b-cda80fcb273f") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a48c1fc5-1db1-49a8-a87a-10fbad7146d4") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42d28cb3-87c4-409f-a077-3ff2420c7d56") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "71ffb8af-a93b-4dfe-9c51-61962fff5694") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 17 "Net-(J1-CC1)") + (pintype "passive") + (uuid "11050830-c4fb-4bd2-a0ac-09d81298a951") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "95d53a26-d261-4f46-b06e-6eb6a014d5c2") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "9f131eac-3c11-4cc6-a974-f18ebcf7ef88") + (at 149.22 61.935) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (property "Reference" "JP6" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "5e4344ce-a35c-48c7-afc2-926b36cbbc36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "31675409-295c-4648-9f33-be61c250f310") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3091a148-31e3-4965-a238-ed628e7d5b8e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5365910-65e5-421f-90df-0c4c91519dc2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Open*") + (path "/df93bc1b-f32e-45fb-a69a-fb7751d836ba") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "661fb730-48ab-4ccb-a303-4ee5c6e68cc5") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b378d0b-d703-4e17-9c00-d17e311cebaf") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12cce027-0865-4085-860a-8581e7ee5c95") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31b7e571-f9af-45e2-8c0f-bb0200622c25") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04ab5fe3-d8ac-4699-a8d0-7982c6668126") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86ffc16d-163a-48ba-a98a-e38705244a86") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eaab0b8b-2bbd-4932-af04-82158a9a7f8d") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2a1553e-7f76-4abf-a4ac-cdbaba1d09e5") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0b90d72-a0e9-4223-9a16-dc03cbe3561e") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f0e0a16-ee64-4601-9180-c7a8119adfd6") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17cab9e8-fa7d-4511-99d9-15c55edd596e") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "656b3ac6-bed9-4e83-b22e-a7fc5b93f6bd") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11d3a575-893e-4c35-956e-6c519b45a7cb") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 31 "Net-(JP6-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "4c60c405-369e-43d4-82f7-d3072f02762a") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(J3-In)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "305860f6-7b7b-4aa7-9b83-62e124d382da") + ) + (embedded_fonts no) + ) + (footprint "Button_Switch_THT:SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm" + (layer "F.Cu") + (uuid "a1255b43-87ca-4115-891c-b582c43995d9") + (at 156.325 75.78) + (descr "2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)") + (tags "DIP Switch SPST Slide 7.62mm 300mil") + (property "Reference" "SW1" + (at 3.81 -3.42 0) + (layer "F.SilkS") + (uuid "345d96d6-2318-48e4-b1e1-412c4c47e42c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN_CUR" + (at 3.81 5.96 0) + (layer "F.Fab") + (uuid "4430e46f-201f-4956-9676-aa6affaa096b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9c0b9b46-3b33-4828-b2e6-bf2b6d7e5e85") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "2x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "89c7e847-d0e5-4198-b3d1-0e5aae6cb657") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SW?DIP?x2*") + (path "/fe2c421e-99e5-462b-a776-6d29f86270d1") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_line + (start -1.38 -2.66) + (end -1.38 -1.277) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6f75dcd-44a1-4e78-8b48-ed916bb9310b") + ) + (fp_line + (start -1.38 -2.66) + (end 0.003 -2.66) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e757591a-1954-412f-a360-bd2eef41c166") + ) + (fp_line + (start -1.14 -2.42) + (end -1.14 4.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c003580-4480-4571-9c39-d159cc454333") + ) + (fp_line + (start -1.14 -2.42) + (end 8.76 -2.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "679b56e6-2e7e-46fc-a895-a95997701de8") + ) + (fp_line + (start -1.14 4.96) + (end 8.76 4.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e058212d-b644-4638-8d72-da28d3e8faab") + ) + (fp_line + (start 3.133333 -0.635) + (end 3.133333 0.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24d8c2a8-917b-4ade-b3b2-6203dbd56aec") + ) + (fp_line + (start 3.133333 1.905) + (end 3.133333 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c21aba67-6632-45d1-8f4b-b997e2f126ee") + ) + (fp_line + (start 8.76 -2.42) + (end 8.76 4.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b5d8835-7fad-437a-a30f-40db63b245f9") + ) + (fp_rect + (start 1.78 -0.635) + (end 3.133333 0.635) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "b0d6e612-7052-4c33-9b50-b2b556a2b13e") + ) + (fp_rect + (start 1.78 -0.635) + (end 5.84 0.635) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "92227642-22e1-4560-ab76-6a0e9fd47b17") + ) + (fp_rect + (start 1.78 1.905) + (end 3.133333 3.175) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "982fae1a-9e1a-43d6-b71b-c8e5b6828094") + ) + (fp_rect + (start 1.78 1.905) + (end 5.84 3.175) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "77812787-55ad-4fc1-b076-381b586bf3b6") + ) + (fp_rect + (start -1.33 -2.67) + (end 8.95 5.21) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "6cac67b0-7f0d-4fc8-8fb2-5ca152a9561a") + ) + (fp_line + (start -1.08 -1.36) + (end -0.08 -2.36) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57cdc0a1-7b41-4bed-a1e9-5b43f850be5c") + ) + (fp_line + (start -1.08 4.9) + (end -1.08 -1.36) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35eff702-5cbb-4e15-a772-32f3d86a1961") + ) + (fp_line + (start -0.08 -2.36) + (end 8.7 -2.36) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "203d737d-a883-454b-a1f3-b0e142a5c116") + ) + (fp_line + (start 3.133333 -0.635) + (end 3.133333 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e31acba-968b-47bd-bce2-ffaf76614acf") + ) + (fp_line + (start 3.133333 1.905) + (end 3.133333 3.175) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23268556-a81e-482b-85e4-396441a4b9db") + ) + (fp_line + (start 8.7 -2.36) + (end 8.7 4.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10690cd4-e323-43da-8256-5076c0dae076") + ) + (fp_line + (start 8.7 4.9) + (end -1.08 4.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d717c831-1fbf-4b25-b532-5a712ecf4ca6") + ) + (fp_rect + (start 1.78 -0.635) + (end 3.133333 0.635) + (stroke + (width 0.1) + (type solid) + ) + (fill yes) + (layer "F.Fab") + (uuid "af49a7df-c888-4c69-a735-6f740de6c510") + ) + (fp_rect + (start 1.78 -0.635) + (end 5.84 0.635) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "23245d43-abf3-4f67-92b7-10f8e251984a") + ) + (fp_rect + (start 1.78 1.905) + (end 3.133333 3.175) + (stroke + (width 0.1) + (type solid) + ) + (fill yes) + (layer "F.Fab") + (uuid "c862c437-4d05-4105-aeca-9f06cd00b1a9") + ) + (fp_rect + (start 1.78 1.905) + (end 5.84 3.175) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "9b3495f2-7dd8-48c3-a688-d85a12e0e0fa") + ) + (fp_text user "on" + (at 5.365 -1.4975 0) + (layer "F.Fab") + (uuid "8359e201-aee5-4fe6-b8a7-4a3b7ff437d5") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 7.27 1.27 90) + (layer "F.Fab") + (uuid "a616e1f4-cca8-47e3-b211-ae056f0fda75") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.15625) + (net 38 "/OUT") + (pintype "passive") + (uuid "d25a40e3-e076-42ea-9200-27803c76fbd1") + ) + (pad "2" thru_hole circle + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "/OUT") + (pintype "passive") + (uuid "78fba3d7-55a1-4778-aec7-5d905fdf8a3a") + ) + (pad "3" thru_hole circle + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(U3-EN2)") + (pintype "passive") + (uuid "f350cfee-6127-4933-9da3-ed49763ce33a") + ) + (pad "4" thru_hole circle + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U3-EN1)") + (pintype "passive") + (uuid "054a0166-91c8-4fc4-bf56-dc9b6837c5c2") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "PCM_Package_SO_AKL:SO-8_3.9x4.9mm_P1.27mm" + (layer "F.Cu") + (uuid "a2111b54-c9be-47c1-9952-d92be552228f") + (at 171.975 67.07) + (descr "SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), Alternate KiCad Library") + (tags "SO SO") + (property "Reference" "U5" + (at 0 -3.5 0) + (layer "F.SilkS") + (uuid "c316b1b5-6165-4189-8706-4c4be3e64f64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LT1001CS8" + (at 0 3.4 0) + (layer "F.Fab") + (hide yes) + (uuid "b3c05c01-8182-48c2-965a-5ab7c1e9fc1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.tme.eu/Document/6e981ae9bb77771acbadec854038a5cd/1001fb.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "751e105a-72af-47a2-a5f8-79af7e88de96") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "SO-8 Precision Operational Amplifier, 60μV Offset, 1μV/°C Drift, 800kHz GBW, Alternate KiCAD Library" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "410f1c42-9bc7-47e6-a855-081aa05b97bd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (path "/8380c06f-be97-4214-a94d-bd897467bd02") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -3.8 -2.3) + (end -3.8 2.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03f4002c-e0e3-42c5-8491-b68e653b8cf1") + ) + (fp_line + (start -3.8 2.8) + (end 3.8 2.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c756694-c37f-481f-b3ac-a28100123bce") + ) + (fp_line + (start 3.8 -2.8) + (end -3.3 -2.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72d16e45-5790-4e77-b377-72ff05e0cc9c") + ) + (fp_line + (start 3.8 2.8) + (end 3.8 -2.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73988b8c-d25d-4e6c-a4cd-4356c890a700") + ) + (fp_circle + (center -3.6 -2.6) + (end -3.5365 -2.6) + (stroke + (width 0.2) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "7088726a-65b6-4b9e-8bd6-c56d7d86dabc") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a6bcbd1-d088-45ff-a1c9-fe7e6f971b45") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cd7d390-efc4-4a16-aee7-da6a73518ad6") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f29635e-e4de-44ee-9fe5-bda198bf3e47") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23319b9d-8afe-464d-adcf-0dc72141e8b1") + ) + (fp_line + (start -3.1115 -2.159) + (end -3.1115 -1.651) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee3f1f5e-f5b6-4cff-8881-8b08287f59c9") + ) + (fp_line + (start -3.1115 -2.159) + (end -1.9685 -2.159) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f8a4f72-1b59-4cef-bd85-d65cd70cc158") + ) + (fp_line + (start -3.1115 -1.651) + (end -1.9685 -1.651) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4b0486b-5e17-4343-8aee-ccdfb7793610") + ) + (fp_line + (start -3.1115 -0.889) + (end -3.1115 -0.381) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83c856d2-9003-4c04-9ebd-69a0c8564361") + ) + (fp_line + (start -3.1115 -0.889) + (end -1.9685 -0.889) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64f64ffb-1cc9-4bb7-8944-f0abeb0c8c77") + ) + (fp_line + (start -3.1115 -0.381) + (end -1.9685 -0.381) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1794b3a7-c4c1-4865-8563-c8d0ce6b3836") + ) + (fp_line + (start -3.1115 0.381) + (end -3.1115 0.889) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "595a9110-e55e-4659-903c-08656934db34") + ) + (fp_line + (start -3.1115 0.381) + (end -1.9685 0.381) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3b174b4-4dd6-4194-8356-276c213cff23") + ) + (fp_line + (start -3.1115 0.889) + (end -1.9685 0.889) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a87fb002-38a8-450b-807a-b62268dab431") + ) + (fp_line + (start -3.1115 1.651) + (end -3.1115 2.159) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "973d2451-2ecd-482f-b534-e56bc46a22d1") + ) + (fp_line + (start -3.1115 1.651) + (end -1.9685 1.651) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "476865e5-f698-48e8-8db8-b62ff098a763") + ) + (fp_line + (start -3.1115 2.159) + (end -1.9685 2.159) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "662d6140-f8e2-4768-a803-5d57b12f9f43") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6a840f3-826e-4d1e-90d3-948e3a60634d") + ) + (fp_line + (start -1.95 2.45) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8bf8bbf-6c38-4d91-9fd0-3b428e44a561") + ) + (fp_line + (start -1.55 -2.45) + (end -1.55 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0616fc62-00bd-458d-ab8d-974778e451e1") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee1fe1f0-7637-4dac-a930-d4613edb9010") + ) + (fp_line + (start 1.95 2.45) + (end -1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59fe9529-5ac2-44cf-a5f3-db676b893325") + ) + (fp_line + (start 3.1115 -2.159) + (end 1.9685 -2.159) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "246c362c-400b-43f3-b810-051c69d0a754") + ) + (fp_line + (start 3.1115 -1.651) + (end 1.9685 -1.651) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90e6e225-be9e-4ebd-a8c0-a1bbcc379a60") + ) + (fp_line + (start 3.1115 -1.651) + (end 3.1115 -2.159) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd8d5c02-f81d-4783-a28b-56d404f86064") + ) + (fp_line + (start 3.1115 -0.889) + (end 1.9685 -0.889) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "569d860c-b729-4cef-91e3-59d170aee5fa") + ) + (fp_line + (start 3.1115 -0.381) + (end 1.9685 -0.381) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fa473da-5272-4d95-be4e-887a299dd6ca") + ) + (fp_line + (start 3.1115 -0.381) + (end 3.1115 -0.889) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cced5c1f-ad4c-47dc-ad7a-6bd53184adcd") + ) + (fp_line + (start 3.1115 0.381) + (end 1.9685 0.381) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6051cf3-f92d-49e5-8001-b5f588910310") + ) + (fp_line + (start 3.1115 0.889) + (end 1.9685 0.889) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e333f7d6-021c-46e1-8a5c-54b30737e024") + ) + (fp_line + (start 3.1115 0.889) + (end 3.1115 0.381) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67d2f91e-ed40-4784-86ff-e2b8623643c9") + ) + (fp_line + (start 3.1115 1.651) + (end 1.9685 1.651) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3a4794a-c313-46d6-809d-543ecbbd34bf") + ) + (fp_line + (start 3.1115 2.159) + (end 1.9685 2.159) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b180d6f-b7fc-491b-a206-df664d4346d2") + ) + (fp_line + (start 3.1115 2.159) + (end 3.1115 1.651) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "163fa6d6-611b-40a1-8e2f-7acb834c3696") + ) + (fp_circle + (center -1.05 -1.95) + (end -0.85 -1.95) + (stroke + (width 0.1) + (type solid) + ) + (fill yes) + (layer "F.Fab") + (uuid "0348b755-6d34-46b3-b173-b3ada8cb3f09") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8276081e-cdaf-48c8-b2a1-0302652b45ed") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.575 -1.905) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 48 "unconnected-(U5-OFF-Pad1)") + (pinfunction "OFF") + (pintype "passive+no_connect") + (uuid "b3594628-dd08-46ab-8c34-c784da79d4cb") + ) + (pad "2" smd roundrect + (at -2.575 -0.635) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 41 "Net-(U5--)") + (pinfunction "-") + (pintype "input") + (uuid "f563a15a-bd3d-4e7c-b9dc-c4ad180f2e96") + ) + (pad "3" smd roundrect + (at -2.575 0.635) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 40 "Net-(U5-+)") + (pinfunction "+") + (pintype "input") + (uuid "df0a9d14-88d6-4475-bd60-e926cc362ac2") + ) + (pad "4" smd roundrect + (at -2.575 1.905) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pinfunction "V-") + (pintype "power_in") + (uuid "b0085e01-ef31-4bb3-88f2-f7f1a04fb493") + ) + (pad "5" smd roundrect + (at 2.575 1.905) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 49 "unconnected-(U5-NC-Pad5)") + (pinfunction "NC") + (pintype "free") + (uuid "d641ba92-4ab0-4a47-ba14-96980ed9a54e") + ) + (pad "6" smd roundrect + (at 2.575 0.635) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 24 "Net-(J3-In)") + (pintype "output") + (uuid "159949b6-166e-4aa0-ae4d-b4bb77793da6") + ) + (pad "7" smd roundrect + (at 2.575 -0.635) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 6 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "7e5594d0-34e7-405f-a134-9d239ce84ff0") + ) + (pad "8" smd roundrect + (at 2.575 -1.905) + (size 1.75 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 47 "unconnected-(U5-OFF-Pad8)") + (pinfunction "OFF") + (pintype "passive+no_connect") + (uuid "29157709-983c-4c47-a12a-38487102ecbf") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_Potentiometer_THT_AKL:Potentiometer_Bourns_3296W_Vertical" + (layer "F.Cu") + (uuid "a233ddc0-3e18-4a61-9d03-76e2bffb75a0") + (at 171.96 56.285) + (descr "Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf") + (tags "Potentiometer vertical Bourns 3296W") + (property "Reference" "RV1" + (at -2.54 -3.66 0) + (layer "F.SilkS") + (uuid "c5c9f450-be56-4d29-b78c-5f92021c9f50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_Potentiometer_Trim" + (at -2.54 3.67 0) + (layer "F.Fab") + (hide yes) + (uuid "acb53a9c-2a2d-4d12-9831-cb71a47220e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "acb8d684-aa06-42a2-bfac-10222c9ce4b9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6e0f1dbc-c647-45a2-a34d-bfa7d88bf094") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/044f46c7-cca6-451f-a1f7-05e5ea72d888") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_line + (start -7.425 -2.53) + (end -7.425 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e948a91f-a8d9-435e-bed5-a04f207ce7f8") + ) + (fp_line + (start -7.425 -2.53) + (end 2.345 -2.53) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "713c8cc6-9dc5-459c-a31b-852d80dc9b4b") + ) + (fp_line + (start -7.425 2.54) + (end 2.345 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96ec97aa-5109-4232-9868-9f9d3cdde2d3") + ) + (fp_line + (start -5.08 -1.778) + (end -5.08 -1.016) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb396482-549b-4018-8f3b-8bc34d63a26b") + ) + (fp_line + (start -3.556 -1.778) + (end -5.08 -1.778) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ff4710e-f8ae-4333-9583-6aea0cf2945a") + ) + (fp_line + (start -2.54 -1.524) + (end -2.54 -1.016) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db1e004f-ee4d-4718-9e32-28ed4400230b") + ) + (fp_line + (start -1.524 -1.778) + (end 0 -1.778) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5624fba0-d564-4bbf-b613-63e03d4e6e80") + ) + (fp_line + (start 0 -1.778) + (end 0 -1.016) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59add0d3-a94c-42d9-bad1-10b43d2d2891") + ) + (fp_line + (start 2.345 -2.53) + (end 2.345 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a74ee47d-4b28-4a6b-b031-bae2273aab30") + ) + (fp_rect + (start -3.556 -2.032) + (end -1.524 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "d944d763-d6f3-462d-a0ac-8984300a9613") + ) + (fp_poly + (pts + (xy -2.413 -1.27) (xy -2.667 -1.27) (xy -2.54 -1.524) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "e1afc9dc-474d-4154-9058-cdf6db399cef") + ) + (fp_line + (start -7.6 -2.7) + (end -7.6 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4bffd42b-eb5e-45a6-82d2-3b351449b818") + ) + (fp_line + (start -7.6 2.7) + (end 2.5 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e95a6d59-e921-414b-be1d-538d1747eefb") + ) + (fp_line + (start 2.5 -2.7) + (end -7.6 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a8d71d44-970c-4bbf-a194-7e4d7efd2170") + ) + (fp_line + (start 2.5 2.7) + (end 2.5 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37436f7b-590c-4b95-93a6-ee39560e5642") + ) + (fp_line + (start -7.305 -2.41) + (end -7.305 2.42) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96631f34-33ab-4f68-a79b-674f7205bc48") + ) + (fp_line + (start -7.305 2.42) + (end 2.225 2.42) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7035064a-bd1f-4f08-81c7-c2febdcbf07d") + ) + (fp_line + (start 0.955 2.235) + (end 0.956 0.066) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28764e60-7519-47c2-b073-0d161fb50461") + ) + (fp_line + (start 0.955 2.235) + (end 0.956 0.066) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f5896b7-cbcc-41b1-8294-be43bf32041e") + ) + (fp_line + (start 2.225 -2.41) + (end -7.305 -2.41) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "daafd332-561c-42be-9c41-a0c46f227e6d") + ) + (fp_line + (start 2.225 2.42) + (end 2.225 -2.41) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3d80381-bccf-4777-84e8-cbe898a787d6") + ) + (fp_circle + (center 0.955 1.15) + (end 2.05 1.15) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "5b7c9f57-d19d-4812-935e-24daaa3820a1") + ) + (fp_text user "${REFERENCE}" + (at -3.175 0.005 0) + (layer "F.Fab") + (uuid "16b579ad-333f-47a9-852e-0cbe9efe4da8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(JP3-A)") + (pinfunction "1") + (pintype "passive") + (uuid "b6278d95-61fd-484d-843c-d9cd6e1fe1c7") + ) + (pad "2" thru_hole circle + (at -2.54 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(JP3-A)") + (pinfunction "2") + (pintype "passive") + (uuid "57ff54ed-670d-4393-ad80-9fd869bb0bc2") + ) + (pad "3" thru_hole circle + (at -5.08 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(JP4-B)") + (pinfunction "3") + (pintype "passive") + (uuid "72c6e3b7-0cda-47e7-b78d-bb25c590dd45") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3296W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "a243eb0a-d9ed-4770-8d6f-582ac2fd88e6") + (at 144.87 58.385) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (property "Reference" "JP2" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "01d98de9-7446-4189-81e4-558403f38d24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.5A" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "06b9dd03-1b20-41ad-b996-cfdd779b55e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "320cb7f8-6a7d-467e-ad02-f50a96479981") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e108229b-1fed-4f41-9b35-5fac5bebb356") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Open*") + (path "/39f2901f-af39-4083-8def-7f7152170acd") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "e22f4bb4-f658-4363-9626-b3ba8d6ee8ca") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6cacc81-d303-4d01-b6f8-52e37590094c") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b64be96-ab63-47d0-9761-ad544e082eff") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "191025c1-ff44-4559-8dd2-76a2992e5369") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ff77a23-4b3d-4163-81bf-c862f09d0508") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2093e8ea-9482-4e24-8aad-9d3c41f8d561") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caaf13e3-2cef-4da4-beae-9ed8c2d33f4b") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c676b405-dffc-4e7e-a4ec-993428b57af0") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93d54ed9-9701-4f1b-9dad-e0f56b50ab77") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b09ccad-d350-40a2-8a81-f0aa374b34f8") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51425d5b-7693-4a2a-9ddd-b76433a9c747") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8926e49d-1f61-4c40-ae83-295151f39211") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0bd31ec6-3eca-4ed3-8fd5-e26eb5e337e6") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 27 "Net-(JP2-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "24a024c3-8f2d-4640-9312-8379e20fb11a") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 25 "Net-(JP1-B)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "5800c1f0-bd96-4117-b793-859b7f2a161d") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "a44e04ab-1bbb-4303-89a7-4cc86e2cbb43") + (at 140.69 41.265) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R12" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "c6cab843-1654-48af-bf17-c4396f18660d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "c084d484-46c1-4e8d-a59e-87e6f5de2c3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "08b30960-8463-41e5-b59f-d711331f54ab") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "55324e74-8d25-40ff-9e00-716d158b7b30") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/02122d66-974b-4dba-82d4-3f13589d969e") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2242faa-1bf3-41d1-934c-a26034d6c85a") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49820401-eaa6-462a-9d49-1c970fbb8fc8") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "405b09ec-7757-42ea-84e4-15a71c5f3001") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14ddbe71-0c30-411b-a14b-3013118b8368") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d8277ef-849d-47f3-bb76-4836e3235584") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9fddd97a-3f26-4847-9bce-f8fa05f179f4") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7712acd7-5db3-45b1-887f-f36d0a4488a6") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7635e875-f1bb-41f3-9694-7972638f4440") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc208261-2913-4d3e-a428-e717feeff8b4") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a75fb6c5-80a0-4f14-8635-a9f0511fe7b8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "61b8728a-9470-42c0-9778-9f1c850e2d2f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 38 "/OUT") + (pintype "passive") + (uuid "f785251a-799a-484e-9da4-bd3284749ca6") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 14 "Net-(D5-A)") + (pintype "passive") + (uuid "b3961f14-81cc-4035-8217-d528c5c66d2a") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0805_2012Metric" + (layer "F.Cu") + (uuid "a5095b73-ba10-403b-8e0b-d767e0b5117e") + (at 137.96 84.2) + (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "LED") + (property "Reference" "D5" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "dd95d21f-f97d-48ad-9a72-218d443ae252") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CHG" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8312c2ce-bf3b-4b16-8ff8-7a9fcc14683f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4bddbec3-360f-4d2a-8d99-a43b6b91b803") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Light emitting diode, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c40e20a1-cd88-411f-9a8d-66fcdfe3aaf7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pin" "1=K 2=A" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de9032a6-c66d-4288-a0a7-800b4ea00230") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/23bdecb7-56c0-4305-9f07-37c2c8ee022e") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ad558e2-956e-40d6-8e77-71e80b715167") + ) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fb260d1-3094-4b4d-902c-507cb054eab5") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3d3eb26-2434-405f-93ed-5bdd5035ff09") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58977d48-2d9d-45cb-afc5-10d6e883286f") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "001455ec-3cd0-442b-8ccd-680f4ed069f7") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33255313-fbfd-415f-8fa9-cb4e1609b27b") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a3807a1-2624-4c08-83a0-35875210b846") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62995443-a002-4b20-b726-62ecd6035cce") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c3e375c-2393-47e0-a345-a7aed5a5c7b8") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b27299ed-a79c-4ee5-ae3e-c0c66126e694") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fb3d92b-cc76-44cc-aabc-61449c549a1d") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c79c9a86-1a79-4c49-8771-fa4526296f6c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f2acef13-dbfc-48a1-9f8b-916e5a3940cc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 15 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "846014cf-fcff-4519-b897-c639793d3340") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 14 "Net-(D5-A)") + (pinfunction "A") + (pintype "passive") + (uuid "69c75ac1-c003-4d19-b3df-6417b81668a3") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/LED_SMD.3dshapes/LED_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical" + (layer "F.Cu") + (uuid "ad5d6c4f-0cb9-4a6f-95ed-08f940bc4f37") + (at 146.17 77.215) + (descr "JST XH series connector, B2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator") + (tags "connector JST XH vertical") + (property "Reference" "J2" + (at 1.25 -3.55 0) + (layer "F.SilkS") + (uuid "4321a179-df1b-4677-9a80-a8aab1120fee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "VCC_IN" + (at 1.25 4.6 0) + (layer "F.Fab") + (uuid "e2aea69b-f684-46b6-ad28-d5a7db77d2df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "fddd83f7-caae-48db-98a6-cd0e313952e8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3a416122-6175-4dcf-a275-df96eed7f993") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/b5b03aef-d404-4344-a8c2-ba6123012cef") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_line + (start -2.85 -2.75) + (end -2.85 -1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1c09fa4-189e-4fe0-965c-49c2f32ef8b0") + ) + (fp_line + (start -2.56 -2.46) + (end -2.56 3.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "687c3d4a-78a8-43db-87fc-23cb2586c7dc") + ) + (fp_line + (start -2.56 3.51) + (end 5.06 3.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d1bc22f-a0a7-45d2-b528-ff66bc2d26b7") + ) + (fp_line + (start -2.55 -2.45) + (end -2.55 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c09673a-176c-4444-a6bf-6b9ac6ffe64f") + ) + (fp_line + (start -2.55 -1.7) + (end -0.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ea73068-7367-4322-b5e2-ceae911eb7fe") + ) + (fp_line + (start -2.55 -0.2) + (end -1.8 -0.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7792f2d7-799b-49ca-9d09-714aa2795a57") + ) + (fp_line + (start -1.8 -0.2) + (end -1.8 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d53fdf3-da1a-4a3f-b51d-cf23f74bd51b") + ) + (fp_line + (start -1.8 2.75) + (end 1.25 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52c8bbc6-7ec5-430b-89ff-e8ccfc0a989f") + ) + (fp_line + (start -1.6 -2.75) + (end -2.85 -2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23d7e8cd-62a2-4b47-a074-7892650802a4") + ) + (fp_line + (start -0.75 -2.45) + (end -2.55 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bcd8afcc-900b-4499-a2ed-acc61e89a498") + ) + (fp_line + (start -0.75 -1.7) + (end -0.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20267dad-4af3-4e7f-b76f-00971aa2e326") + ) + (fp_line + (start 0.75 -2.45) + (end 0.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03e7af3e-d50a-47ae-9a75-f1c0c5de9caf") + ) + (fp_line + (start 0.75 -1.7) + (end 1.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55db227e-a79f-4f95-abd7-b049a4e8fcb7") + ) + (fp_line + (start 1.75 -2.45) + (end 0.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4623ee38-900a-45a8-baad-31a9da737f02") + ) + (fp_line + (start 1.75 -1.7) + (end 1.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc3a78fc-e472-49d1-9be5-5455ee9125e8") + ) + (fp_line + (start 3.25 -2.45) + (end 3.25 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3807657a-5d14-4452-b2d3-5c4655dbcb39") + ) + (fp_line + (start 3.25 -1.7) + (end 5.05 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adadee2c-f8bd-4e96-912a-dbe72310ee52") + ) + (fp_line + (start 4.3 -0.2) + (end 4.3 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a696333e-e270-4161-8da9-4410e02fe24f") + ) + (fp_line + (start 4.3 2.75) + (end 1.25 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "689e8895-d0b1-41e5-9dde-8d33ec5ba256") + ) + (fp_line + (start 5.05 -2.45) + (end 3.25 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3718045-000d-4f25-adf0-334b43e2fbf8") + ) + (fp_line + (start 5.05 -1.7) + (end 5.05 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7093e0c3-eea7-4039-a92b-b71c36b514b4") + ) + (fp_line + (start 5.05 -0.2) + (end 4.3 -0.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d8024a2-601d-4fa2-a704-146f0dafc3a8") + ) + (fp_line + (start 5.06 -2.46) + (end -2.56 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43ab152a-252b-4962-8420-c7ac00dffa86") + ) + (fp_line + (start 5.06 3.51) + (end 5.06 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2fd3d53-0b65-4529-8175-fc0d85446d65") + ) + (fp_line + (start -2.95 -2.85) + (end -2.95 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "994183e2-a88c-4039-b26d-2ea6e845fc4b") + ) + (fp_line + (start -2.95 3.9) + (end 5.45 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d47927c1-617f-4fe0-aeed-ef9f59d4ef7e") + ) + (fp_line + (start 5.45 -2.85) + (end -2.95 -2.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6452f99e-77e7-4618-a917-ed243f520751") + ) + (fp_line + (start 5.45 3.9) + (end 5.45 -2.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "634ece94-db59-419a-b8f1-d1a15709cbd6") + ) + (fp_line + (start -2.45 -2.35) + (end -2.45 3.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ab91162-8402-4998-bbae-ad6b4e2adcfa") + ) + (fp_line + (start -2.45 3.4) + (end 4.95 3.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbd7bf9d-7b55-4382-aeff-9e8233c2961e") + ) + (fp_line + (start -0.625 -2.35) + (end 0 -1.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec353e4b-1c8a-4bd8-9edb-1c717039cab8") + ) + (fp_line + (start 0 -1.35) + (end 0.625 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4b3e2ed-893c-4565-9cb7-44d15d28c45b") + ) + (fp_line + (start 4.95 -2.35) + (end -2.45 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6a3959a-6a33-4260-b558-e9b8b3b5925a") + ) + (fp_line + (start 4.95 3.4) + (end 4.95 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cdce339-41d3-417a-9215-01782e3431f8") + ) + (fp_text user "${REFERENCE}" + (at 1.25 2.7 0) + (layer "F.Fab") + (uuid "87c539d3-404d-4c33-88b0-34cbd48af5e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 1.7 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 1 "-BATT") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "4d814690-a0e7-41b4-b2de-68da1521fac3") + ) + (pad "2" thru_hole oval + (at 2.5 0) + (size 1.7 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(D2-A)") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "312de70a-8b59-4e42-9bc7-b0b28600f965") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Connector_JST.3dshapes/JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SMA" + (layer "F.Cu") + (uuid "ae568ec1-3e7c-45b1-a623-31ac41718847") + (at 159.815 55.335) + (descr "Diode SMA (DO-214AC)") + (tags "Diode SMA (DO-214AC)") + (property "Reference" "D1" + (at 0 -2.5 0) + (layer "F.SilkS") + (uuid "1d725fbc-c564-4115-b581-bc6433fd6d49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SS34" + (at 0 2.6 0) + (layer "F.Fab") + (uuid "32c36777-4d5e-4711-a0b1-0a5de47ccf90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c29f4dd6-75af-4bd9-b906-ec53b8ee2d02") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31c04695-fd6f-4b10-8e0e-e2a0201fbed1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/61d05bcc-7269-44a1-bf60-90db61e6df3f") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -3.51 -1.65) + (end -3.51 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46be4fc1-6e69-4aa0-82f5-fae1c1468390") + ) + (fp_line + (start -3.51 -1.65) + (end 2 -1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75d34ccb-7dff-4e24-933e-1a46865a1981") + ) + (fp_line + (start -3.51 1.65) + (end 2 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1686cc20-0b74-4288-bb90-b955b29af5b8") + ) + (fp_line + (start -3.5 -1.75) + (end 3.5 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfd1dd0d-64da-4e40-9c51-64065482e44e") + ) + (fp_line + (start -3.5 1.75) + (end -3.5 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "100c22ab-cac1-43fd-b21c-644c3f13acc1") + ) + (fp_line + (start 3.5 -1.75) + (end 3.5 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35eb99b9-161c-4c78-941d-987644d8dd77") + ) + (fp_line + (start 3.5 1.75) + (end -3.5 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44e2bfcb-d6b3-4ed9-8134-2a8110e096fb") + ) + (fp_line + (start -2.3 1.5) + (end -2.3 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2915c34-b222-4166-b210-768da5bb1714") + ) + (fp_line + (start -0.64944 -0.79908) + (end -0.64944 0.80112) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38fa799f-f381-479e-b6e3-4c87eaddfb2e") + ) + (fp_line + (start -0.64944 0.00102) + (end -1.55114 0.00102) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77815e34-755b-4856-b2de-1af21ea2ce33") + ) + (fp_line + (start -0.64944 0.00102) + (end 0.50118 -0.79908) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7936e6f-5875-4df2-b5ee-d71a554d332b") + ) + (fp_line + (start -0.64944 0.00102) + (end 0.50118 0.75032) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cac0c1a-30f6-4d0f-a9dc-bd449ba20f53") + ) + (fp_line + (start 0.50118 0.00102) + (end 1.4994 0.00102) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "baf5e896-2c71-4d8c-bb6c-45252f33e43e") + ) + (fp_line + (start 0.50118 0.75032) + (end 0.50118 -0.79908) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a094fbe6-e32a-4e72-902c-ccc49ff5f122") + ) + (fp_line + (start 2.3 -1.5) + (end -2.3 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c32c5051-85eb-4d4e-bd7a-8dc868cca463") + ) + (fp_line + (start 2.3 -1.5) + (end 2.3 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eddbd4da-f678-46f6-b8c5-d475e9520801") + ) + (fp_line + (start 2.3 1.5) + (end -2.3 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5492db26-4f8f-450d-a143-5be25a2be375") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.5 0) + (layer "F.Fab") + (uuid "fea8cfd2-4516-4ead-9165-d70ed3f0fe57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2 0) + (size 2.5 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.1388888889) + (net 7 "VCC") + (pinfunction "K") + (pintype "passive") + (uuid "9b7cc5d6-50ce-48f3-9b60-30e908ad70c8") + ) + (pad "2" smd roundrect + (at 2 0) + (size 2.5 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.1388888889) + (net 10 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "ba74d0df-5db7-483e-b2e8-f7d3d55abc3f") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SMA.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "b05d8549-1667-4e8d-9f83-7dbbf9160f23") + (at 132.67 56.325) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "85b54f98-8d7c-4fd0-9ea4-05c9035fd37a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "390k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "851a90b5-9f90-46a3-9917-5aec98562a9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d31d2182-f6f2-4f78-a3a6-da8d782a2a4c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2d091114-2d3f-4f61-8cd6-d338180a7a2e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/6a3c4ec1-18a4-46bc-a656-acfcfc9ea01c") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19469ad0-65e3-4c59-8758-28c54cd0a156") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32fd2fe3-8422-4b4b-ad4a-e5e4307333d5") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d72dbad1-6fb0-4b19-8f4b-964818e235f9") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f785cdf-6458-4aea-8387-55b1f85f3473") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42895f8b-2742-499f-80fd-2a1f1bfa60aa") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51ef2a30-cecd-4583-a0af-3843fbefa52b") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce504f1c-5f90-495f-985d-394735b7fde4") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86c64088-6399-4f3d-94d6-0a6ce45eaf77") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ead70d5b-e540-4f46-b03c-479bc246585e") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a410513b-0de6-451f-be5b-6a2e9a87e1e8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "745f72de-49b7-46bd-ab4d-1fc44a3c889b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 35 "Net-(U1-FB)") + (pintype "passive") + (uuid "421f5f7b-24c2-43e0-9056-3bb8a2e5ef0b") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 3 "Net-(D3-K)") + (pintype "passive") + (uuid "2c6faa02-ada2-4256-8d78-cb9b7cd46a74") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_1206_3216Metric" + (layer "F.Cu") + (uuid "b0e9e8a3-5f34-4021-a928-8461435a5660") + (at 138.54 62.605) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.85 0) + (layer "F.SilkS") + (uuid "d61d28d0-e1f1-469a-95af-7bdc6fc15c73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 0 1.85 0) + (layer "F.Fab") + (uuid "73a414d3-f320-45ea-bdaf-293d2942d7cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6c55009c-f3ff-4077-91de-72eeef8843df") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "88b32e53-094a-41c2-b44f-94c465f5e511") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/46f45ec3-3a62-41a0-97dc-6e51164a0d78") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.711252 -0.91) + (end 0.711252 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "883030db-4e00-4095-bbe6-5d467220748d") + ) + (fp_line + (start -0.711252 0.91) + (end 0.711252 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a115d37-abe4-4d0a-8489-a93b8e6f2b81") + ) + (fp_line + (start -2.3 -1.15) + (end 2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60b9ccac-8eec-450c-8eec-4fc2f2a8e024") + ) + (fp_line + (start -2.3 1.15) + (end -2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea02f18d-14e2-4c50-b732-2dc868aee003") + ) + (fp_line + (start 2.3 -1.15) + (end 2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db704d09-4605-439d-bc5d-974e900ea3f1") + ) + (fp_line + (start 2.3 1.15) + (end -2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79d10f0b-7301-44fe-82d4-37fb78c61ed6") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9fada94-8ac2-421a-a17e-f9503f334404") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6a5c4a5-d515-495a-973b-8e397900595a") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9233eaea-18ab-4f14-a08d-5aab2c0a8e29") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a74d3570-1510-4a7d-8bb9-047418ecdae1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e7cfe1b0-8d68-44f1-8992-984269a5f73d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 3 "Net-(D3-K)") + (pintype "passive") + (uuid "e072c24e-edf1-4a5b-b213-39aa41924b31") + ) + (pad "2" smd roundrect + (at 1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 1 "-BATT") + (pintype "passive") + (uuid "9531b153-c3e4-4a7b-b8d3-bbe6cd97c14f") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "b2de40c8-344d-4279-8ba2-1ec00657255b") + (at 173.93 41.515) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C7" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "18457824-aa7b-4c00-af0e-018de433f359") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "bb1eaa41-dd54-417f-a12f-524cb3f52574") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7add13bf-67cd-4d7d-8e95-5d7f32daed60") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d10a016e-6a89-4029-af59-41301d8a1cc9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/6f1aea0c-2a82-4bb2-b9f5-e815ac73415f") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1369351-0f83-4e49-8147-0391e6b5b401") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f0d440b-a38f-45d6-aefc-5cac68563e8d") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3ee642f-24a6-4bac-b5bf-a28a7dba38cc") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94909784-f8ac-465f-86f3-cd4c3da91c4d") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "972bfb8b-64f8-4bed-be38-9dd5b6ae9cda") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "deba197d-098a-465a-a462-8cb95b80611e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27f91126-0953-49b1-8186-26fa91610227") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a78b6789-3296-40d7-8139-e36b05ca81b4") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a21730e6-b506-4f07-8422-5ca6e861c279") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c43f0b86-6911-4398-8594-0e02629d9466") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "85782433-0619-4806-858d-29e1e8d724be") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 7 "VCC") + (pintype "passive") + (uuid "6f993532-467f-4d03-80e4-d9a4c6c3da87") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "c392281e-230c-4dae-ae4c-923c18ed6464") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (layer "F.Cu") + (uuid "b31aa0ed-81a8-45fc-bdba-ef73dae046d5") + (at 108 53) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2 ISO7380") + (property "Reference" "H6" + (at 0 -2.7 0) + (layer "F.SilkS") + (uuid "ecb3d414-1d36-44d3-8b7d-c2dd3d45451e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "RefShield" + (at 0 2.7 0) + (layer "F.Fab") + (uuid "aa03efc0-79ff-4391-bbb2-662122ce2735") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0ee73c75-cd46-4572-a0f8-198f6521885a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b87fa186-25aa-4e07-a350-5e138ee7c62a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/0990ed25-c0d6-4404-a624-b3c99da0bf52") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "0d24bdb6-bc25-4602-98e8-819871336fb5") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "bbec89ab-3088-4e18-9bc4-8bbe17a3e223") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "aad2e68c-1e09-4232-aa2b-1a346f93ef66") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "564ee8e2-6b95-46db-962d-2f8d4d692814") + ) + (embedded_fonts no) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "b39e4321-fc06-416b-a4ca-066bd5dfa222") + (at 173.93 47.535) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C10" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "3c29e1b8-68e1-4557-a69d-c846a9522365") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "ac1eb46f-1cd5-488d-80db-f20ac51d344a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9caca515-f6ca-44b9-9bbd-023922cf8bbd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "61a65cb0-bf2c-4596-8a92-3d418ff158da") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0a2cad17-f00a-4cb1-b5dc-d0fdb56965b9") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd dnp) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f982ddf7-0890-4feb-b369-767fe2623c2d") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ec547d2-bd78-4d9a-bdef-39d2780fc06c") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "170fa3ee-74d9-40ba-aa94-8e6880157ca4") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8457fa0-4454-4464-82f5-fda5aaa3362e") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "316d3aae-33d0-437c-893c-b7d2ec9ac406") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a74b3394-bfde-47a5-9a25-7e63c609793e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c601fea-72e4-4b40-99c2-559f7228c310") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54b0ea08-1782-4793-8c6a-893414c413ae") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "813f0eda-35fc-474b-9ec2-6ccf59891cd5") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7e9376a-aa0c-4e74-a0f6-62f087741894") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ab76f27d-8661-4e0f-bda5-a767dee24877") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 9 "Net-(C10-Pad1)") + (pintype "passive") + (uuid "4ed05da5-d20d-4890-afdc-198382316d70") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "c6b29f2f-760a-42d0-8cb4-e594888ef724") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "b871ee57-cae4-4894-adb4-20e33b256d94") + (at 133.19 70.205) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP3" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "cd211674-9465-4f4c-a84a-887261f25099") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "6ff17126-d21b-4710-8b17-787b19888b42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30b5bbc4-530a-45be-8ba2-0ed6b5e27e5d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a0a45e7-4702-447a-877f-d09e3ba5994b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/e1f4866f-642e-4670-93ba-b616b8edbdad") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "60779e4d-fcbc-405c-ab5a-18b021fa1c07") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "71fa2a07-6576-43c2-a80c-1ee4aa274f67") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "27b9d46b-ee97-4a04-868a-4bd311bae31e") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "c049dfbd-ffbd-4cd6-9c89-b606bdddf550") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "aab1b8ff-8505-48b4-a381-d429ee8177d6") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "df52327a-25d2-4ec0-8251-287bab098ac7") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "2a1ddcd6-51f0-4c38-8ab8-d1df80b7c90a") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "5b03aa02-bdd4-48f0-95da-f1aaee288fb6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "+16V") + (pinfunction "1") + (pintype "passive") + (uuid "c2334e82-fa1e-4dce-bbaa-497915a74fda") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "baab0ae5-5764-4233-b28d-50cecc627f05") + (at 132.67 48.795) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "ffe242fe-9794-441c-9d9b-0338b22015e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "03bbf4cb-bd74-41e1-ba7a-53f98d719620") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6282ea73-d05c-4f3d-a879-afb50b01552b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3749941c-d594-428e-90e5-155434c379b7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/260a1b59-bb8f-481a-9ebc-32fa3fc01668") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad30ae3a-2d10-49aa-acfe-7e086bc19dd6") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "993620b9-a005-4459-9141-bc043f5f0dd7") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1d31b89-1203-4744-be3d-f1a7feac6fe8") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e39ac9ea-c12a-480e-9d78-87198d248668") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d034a3c2-efe9-497b-80e8-9fedf46389b7") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3ba28fed-9ef3-4d35-b39d-7bd3a7c6c9d1") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "751bd59b-23ff-4c51-a8db-3e04f85903ca") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e3c51da-f2d7-4e45-8fce-322f180158d1") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b96c0cb-79d4-4e3b-844a-71a096b1bf1e") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23300750-0b76-4813-90fc-e15419f7c61a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c1721050-5dd9-4861-a272-c4d3a6d2b740") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 21 "Net-(J1-CC2)") + (pintype "passive") + (uuid "6c68acaa-c34a-4dca-9942-ddab51b7f07d") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "5d20d80b-26c9-4e19-9735-6f1ef50ae096") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (layer "F.Cu") + (uuid "be0145d5-d121-4d5d-baca-d9036dff5188") + (at 108 70) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2 ISO7380") + (property "Reference" "H8" + (at 0 -2.7 0) + (layer "F.SilkS") + (uuid "c7f8638c-0eeb-4374-9d5a-a62a7fb02df7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "RefShield" + (at 0 2.7 0) + (layer "F.Fab") + (uuid "535d16e3-f799-4d8a-8f33-5dabedcc5d62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "52f48f84-08f4-47f4-bbfa-66ce89a588f4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0e175f44-4892-43ed-ab43-a1ad1a4a24df") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/683aca01-1283-4410-9111-a74bf76c5b52") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 1.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "b8ce7fd8-6664-4c1f-b243-21653eb93f00") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "1ee4bbb9-8193-42ea-83f0-11738c24eb73") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "805e61d5-b322-421a-be9d-7f8f9fee6100") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "d49ecc45-1a54-403d-ad37-c89e89b9b573") + ) + (embedded_fonts no) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "c2cc492b-8933-4c94-bb4a-a2ee1d9171ab") + (at 132.67 41.265) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "756cd38f-3310-4d76-aba3-5664ee42f03f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "d1128c8a-ed23-47fb-b607-cce17527d016") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a2d0949d-aecb-4e6c-9859-ede14b556631") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ffd5142b-f871-435c-b2f0-73297e1bbcb0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/c2896a8e-430c-4b28-bb11-9b9a173757b6") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f0ca750-0afc-40e9-9954-ba747a2a73fe") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e6573ad-d33d-4d12-a408-cd9266418f58") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5224d8bb-eea1-4454-bd96-cccdbfef5c09") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0bb04487-7ca4-4002-9cf8-1c80e40ec8f9") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da7f3006-938f-465d-a0e4-45066a1177f1") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffd89fe8-2c18-443e-9870-331e66609975") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dc831dc-59c8-4cad-9f05-30c5934d55ff") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "368f00ed-ef8e-4e4c-83de-491e67b62e04") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da9f2ea7-90e0-4f9c-a103-7803a43b7b9d") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16044183-0f53-4d11-94f7-63a25c79f4b2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8f9cf16d-6d34-42e2-9426-540603c4791e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 4 "+16V") + (pintype "passive") + (uuid "bab8906e-bf3c-43e9-b4e1-4b7dbf8055f6") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "9b508dbc-caff-42c4-9b8c-d565598750e6") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (layer "F.Cu") + (uuid "c475fe27-185c-4b69-bd44-cda5a9cc742f") + (at 153.57 58.385) + (descr "SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open") + (tags "solder jumper open") + (property "Reference" "JP8" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "2f12612d-f40a-4fa1-af5f-219a11479891") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 0 1.9 0) + (layer "F.Fab") + (uuid "278a44e9-89ae-4b56-9764-80831b1bed12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7b6f705-2f89-4bc8-9ff6-61a86e6e2ff5") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c13ce30-899e-47d5-b986-2dc4ee039e65") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SolderJumper*Open*") + (path "/e600b1e0-50c8-47d2-bfd1-72515614567b") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (zone_connect 1) + (attr exclude_from_pos_files exclude_from_bom allow_soldermask_bridges) + (fp_rect + (start -0.15 -0.75) + (end 0.15 0.75) + (stroke + (width 0) + (type default) + ) + (fill yes) + (layer "F.Mask") + (uuid "af246bcc-a8e9-465c-80d9-44273f4556a9") + ) + (fp_line + (start -1.4 0.3) + (end -1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72e94a5c-a322-4499-b51f-a3686427cde7") + ) + (fp_line + (start -0.7 -1) + (end 0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abf10ae8-a8ec-462e-bae5-5ecf80cfb955") + ) + (fp_line + (start 0.7 1) + (end -0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a1e9065-097b-4f82-9ff5-046adf6ba163") + ) + (fp_line + (start 1.4 -0.3) + (end 1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "005e08cf-ba2e-41b0-99d7-9a662c3bcbc4") + ) + (fp_arc + (start -1.4 -0.3) + (mid -1.194975 -0.794975) + (end -0.7 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c58b370c-6b89-46cd-b6d6-294fd32392f8") + ) + (fp_arc + (start -0.7 1) + (mid -1.194975 0.794975) + (end -1.4 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4da438bd-69d7-45b7-9b25-2f1b1666badb") + ) + (fp_arc + (start 0.7 -1) + (mid 1.194975 -0.794975) + (end 1.4 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3824481f-f760-44d5-8072-0a016cf0d6f3") + ) + (fp_arc + (start 1.4 0.3) + (mid 1.194975 0.794975) + (end 0.7 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b381412-b80b-459c-85ce-612ca6a657d5") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5045cab6-a982-4121-ab20-7e390b7d9485") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73df7e86-a55a-4052-9f11-94f384d3eba4") + ) + (fp_line + (start 1.65 1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9fa2c44-89a6-414a-93ec-454361e87e48") + ) + (fp_line + (start 1.65 1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80ce04be-50ab-4c3b-8f55-a8fa2a16350f") + ) + (pad "1" smd custom + (at -0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 33 "Net-(JP8-A)") + (pinfunction "A") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0.5 0.75) (xy 0 0.75) (xy 0 -0.75) (xy 0.5 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "08895f48-3e11-41c8-b22f-660e41f5b9bb") + ) + (pad "2" smd custom + (at 0.65 0) + (size 1 0.5) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(J3-In)") + (pinfunction "B") + (pintype "passive") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_circle + (center 0 0.25) + (end 0.5 0.25) + (width 0) + (fill yes) + ) + (gr_circle + (center 0 -0.25) + (end 0.5 -0.25) + (width 0) + (fill yes) + ) + (gr_poly + (pts + (xy 0 0.75) (xy -0.5 0.75) (xy -0.5 -0.75) (xy 0 -0.75) + ) + (width 0) + (fill yes) + ) + ) + (uuid "bbdd7c9b-76af-45c3-a2af-a379ed02e64a") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "c93b80d2-6445-4998-82a3-cf740311e846") + (at 161 65.185) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R19" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "68f7024f-0130-45c2-aaa4-0db952572763") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "20k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "222f8166-c72a-44c8-a4a8-22d31efef182") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "906fda2c-219d-447b-a60d-f4aea89a7da6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9756925c-5e79-4e0f-b486-d8e6aa0ad0a2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/fe565471-4674-4247-9fe5-16ced4673f96") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa42f5b4-7333-485c-ae9d-4169484c3847") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8cb445d8-e37b-4bf1-93d0-8dfe6c05f72f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a26e7fd-5727-4fbf-be90-d18ec6af4170") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffe0898e-f181-45d5-985c-e0c4f54c594d") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f63d0876-2904-4ecc-8c6d-dac4a0759bea") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "982eebea-f6ad-4753-8b37-b2ae992cdde9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b244cb05-5539-4438-9e38-bc2125fedeb2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62fcd4ac-7981-4b38-b686-c7d6db16ba7a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e6c29ce-447d-4320-8b37-da6f4d66aeb7") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b929b30d-ea0a-4faa-b182-db9e70f86201") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "04cf6a00-3561-4471-a043-994036ac5d32") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 41 "Net-(U5--)") + (pintype "passive") + (uuid "6cfccaa0-d0ae-40e1-adab-afc19e73510d") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 29 "Net-(JP4-B)") + (pintype "passive") + (uuid "f5f08da6-d1c8-47f2-8195-cfc65379e879") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "cd527aae-c1c2-4148-8a90-385fe5ee2e80") + (at 136.68 51.305) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R9" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "4f54172b-f679-470f-902f-d432cd603142") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "1882616d-906d-40bb-bbcb-95904bcd3802") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5c8a4022-635b-477e-81ea-8365f9dce76c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "222f119b-7add-488d-aa6a-dd5a7f5e2056") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/12646438-a5dc-46a3-b36a-eab4ca89bb38") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fbef181-1258-419c-a28c-59d0a5bec5fb") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d698220-edc7-44f2-84c2-41e2b7916a82") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc8bc80f-28e4-4855-93e3-724052f43ac1") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "093628fd-681a-4684-bb13-62ee5e9d298e") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "081cf7cf-0802-4b73-af0f-cd5150b66279") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b7b7107-a3c2-4c38-9541-9ceda4262d3e") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0d13f6b-8611-4d6a-9986-89976dc39bef") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff71f4cb-357c-43da-8400-2fce10cf76af") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71977b58-b817-4926-9032-3343ae4bf712") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c770f477-e4ab-4fb8-9697-a6ed3d568683") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "116304bb-6ee6-4941-bb85-713407ef49b3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 37 "Net-(U3-ILIM)") + (pintype "passive") + (uuid "9d7206da-fe22-4d7a-86a9-9e39cc8c2abc") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "7b3d26b6-7884-4b65-93f2-e020f6a25fb5") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "d19363c7-4782-4296-8adf-c5d107f71ee7") + (at 165.41 65.185) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R22" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "adaa64f6-5b35-4e18-b4e6-a6dcf5bdf7ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "110k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "65c099f2-8bda-44be-82ab-eb530f3cce7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4d1b04d2-281e-4eee-87ab-7cf9ec70ebd8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a2044d64-4623-4bc0-87c7-72c704cf3b26") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/0b9cbcaf-c0f5-4431-89bd-ded1a261c161") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "341dec2a-bd1a-4ee4-aae5-4e064510f015") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d5c5a6c-7781-44b9-9df1-9481cd028972") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b2b771a-ff23-4772-8f70-01d4efc693a3") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a0ab741-72e3-4717-9e9e-557256469b3f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0977642-669c-46ef-a349-f6d8bfe0cdc2") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a8e5694-b97c-43fd-91e2-2997d0dfa1cd") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5eac03a-1205-4e4c-b926-bedc732a1dbb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e9ca70b-5c48-42b3-9d42-5cbb2d85143a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "165ee4d7-e16f-4fb2-a761-2d7de558b4f6") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2514f26a-c078-43f7-b55b-a20635a3d9eb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e7e7f99b-19c2-4f3f-b9d9-8672db091a08") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 41 "Net-(U5--)") + (pintype "passive") + (uuid "fa015061-6247-4810-b959-93d9f7b416be") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 32 "Net-(JP7-A)") + (pintype "passive") + (uuid "9d50c640-6ef1-47b4-935e-df03c10b500f") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "d517319f-d6f4-4b66-b84c-5fb796fc23ad") + (at 173.93 44.525) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C9" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "bbd0f3d8-2373-4f79-8801-5fbdc25f38c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "cb5e876c-6303-4d96-9ee8-6d09dc265a8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "652e70ed-2bfa-4068-a98d-8e5e68f07451") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cce28626-a8c4-4eb8-accc-83a3f0726f94") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/1568e163-704f-4f68-87d5-d4d2fdd6c91e") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "445b2d71-f8a4-4958-ba8b-f37b0cdf5c61") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9b7654b-e9f5-40e0-b8a9-2e718680d437") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da850f9a-25cf-420f-b11b-6c60935a9816") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86255e7f-cc4f-4811-884e-6d4d93684643") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c21a0fe-e4d7-4150-aa41-35cd2861878f") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abae815d-5988-4282-9843-be741b554817") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80c8d9af-73ff-4f23-9d57-2babd810c524") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6416fd5f-73d8-42c8-9bdd-54eb7dcafe7c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14081fe9-f2a3-4475-af57-09085878769a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14b7bf3e-d8c1-4ae4-b8f2-f7fb62c6ad0b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "734ac68a-230a-4683-9116-1944714cac7a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 8 "+BATT") + (pintype "passive") + (uuid "e0fb601e-d6aa-4685-b89f-6978b271a8f8") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "f77a21d0-9f16-4907-be8c-4b5be4ac0ac2") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-323" + (layer "F.Cu") + (uuid "d9cec430-2bd1-403e-9d54-c31ea52a1167") + (at 161.705 82.985) + (descr "SOD-323") + (tags "SOD-323") + (property "Reference" "D3" + (at 0 -1.85 0) + (layer "F.SilkS") + (uuid "b8d3d368-5f0a-4499-b363-e0cd25f5111a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B5819WS" + (at 0.1 1.9 0) + (layer "F.Fab") + (uuid "00694521-6188-4204-8d21-b2ecbf461483") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9af8acd-faf2-4dd2-8d66-c29600a8e3ab") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd8d36ab-2f24-4ca8-8c4d-ec4565f409c7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/81a5dbda-78a5-445f-871a-91b1b8a50d3d") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -1.61 -0.85) + (end -1.61 0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a628d6c9-e0b1-4fd2-b3ff-8cd7093138da") + ) + (fp_line + (start -1.61 -0.85) + (end 1.05 -0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "366c50a1-9e01-40ed-baf8-1965e1510310") + ) + (fp_line + (start -1.61 0.85) + (end 1.05 0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "711030ab-3d4f-4780-8d71-7e117452c979") + ) + (fp_line + (start -1.6 -0.95) + (end -1.6 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77ffc1dd-1281-40d8-bbd4-9d595bd5f78e") + ) + (fp_line + (start -1.6 -0.95) + (end 1.6 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "368e7ec2-fd5b-4ad8-b803-31994595acb3") + ) + (fp_line + (start -1.6 0.95) + (end 1.6 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "131010c8-8fc0-4c36-84ba-5dbee7b5633a") + ) + (fp_line + (start 1.6 -0.95) + (end 1.6 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4ce187d-ef7a-49f8-8eef-a01e89dc4d39") + ) + (fp_line + (start -0.9 -0.7) + (end 0.9 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd1c7453-ff32-4151-9a59-0960c2d6faf1") + ) + (fp_line + (start -0.9 0.7) + (end -0.9 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54ca1600-f063-4066-a1f4-591619b78ecf") + ) + (fp_line + (start -0.3 -0.35) + (end -0.3 0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6dfa7db-0d0d-4f1a-bf58-6be553cc0213") + ) + (fp_line + (start -0.3 0) + (end -0.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46383747-e3bf-46fe-89d7-758bf0bc180c") + ) + (fp_line + (start -0.3 0) + (end 0.2 -0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "659589f2-2c5a-4478-8995-95aebcbfb316") + ) + (fp_line + (start 0.2 -0.35) + (end 0.2 0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e61b3070-7b4f-4b31-80c4-3bba89435df3") + ) + (fp_line + (start 0.2 0) + (end 0.45 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74d36243-f26d-46cd-9814-a7be819ef00d") + ) + (fp_line + (start 0.2 0.35) + (end -0.3 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6cceba81-1eba-4a6d-a32e-4bfb9e5b75f1") + ) + (fp_line + (start 0.9 -0.7) + (end 0.9 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e32a089-7852-4cd8-a50f-9a562fa8a078") + ) + (fp_line + (start 0.9 0.7) + (end -0.9 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76a6eb3e-ba23-4343-ab42-8d58bd41aa45") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.85 0) + (layer "F.Fab") + (uuid "5879661b-a884-44d9-8f1d-6c2f1470a650") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -1.05 0) + (size 0.6 0.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 3 "Net-(D3-K)") + (pinfunction "K") + (pintype "passive") + (uuid "00ae7e45-d442-4838-b4d7-fa7c9b061252") + ) + (pad "2" smd roundrect + (at 1.05 0) + (size 0.6 0.45) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 12 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "d75ac145-e221-4c8d-ba63-2d87bee82afb") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-323.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (layer "F.Cu") + (uuid "ecbeb625-8f3f-43b4-9557-6fe48b8dde31") + (at 70 30) + (descr "Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M3 ISO14580") + (property "Reference" "H1" + (at 0 -3.7 0) + (layer "F.SilkS") + (uuid "2f76c31b-6cf7-4995-8d19-b3ce80c6eee2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.7 0) + (layer "F.Fab") + (uuid "76a2e3e2-915f-4108-ba43-6cb25c3ffc8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2efcdf7e-1829-41d2-8ee2-7ca8b648d1fa") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "82eb4b91-a844-45fb-a896-a133745ee11e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/4967dd0e-c69b-4fb0-8fe2-e01247d66553") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.75 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "ce7cd9e5-48c2-4128-b415-a60e555781d0") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "4d718cce-545e-4e7b-bc06-52a379ea246e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1590d9ed-9f10-4fe1-9486-4e182408fffe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "7843bb7d-48c2-449a-848d-a94dab80c84b") + ) + (embedded_fonts no) + ) + (footprint "Capacitor_SMD:C_1206_3216Metric" + (layer "F.Cu") + (uuid "f033a9ee-7ac8-469a-9e24-2ce89d940898") + (at 138.54 72.655) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C6" + (at 0 -1.85 0) + (layer "F.SilkS") + (uuid "a5f1a24a-9865-4126-adde-0cd884ef3292") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7u" + (at 0 1.85 0) + (layer "F.Fab") + (uuid "0aae89c2-e74b-4908-a696-e7ebf323ae3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "39bbf83d-bc04-4b0f-b1b2-1e1de722c339") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5fcfe497-7980-417e-8bf3-1c0d2cf61738") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/cc61dd90-ed63-43af-9aa8-10c3947e4575") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.711252 -0.91) + (end 0.711252 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9934c9c2-cae3-44e9-b02c-aa254f46a853") + ) + (fp_line + (start -0.711252 0.91) + (end 0.711252 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cac9db4-b3ca-4cf5-97f3-c7673a15aa7b") + ) + (fp_line + (start -2.3 -1.15) + (end 2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f695af75-c6b2-4c01-bc3c-479eca06d62a") + ) + (fp_line + (start -2.3 1.15) + (end -2.3 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92d71b35-909a-4672-9fa6-806090ca98f1") + ) + (fp_line + (start 2.3 -1.15) + (end 2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8af7260f-eee8-4ded-9dba-b06c3b9c5241") + ) + (fp_line + (start 2.3 1.15) + (end -2.3 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02156f51-1b15-4b57-9ec2-44c2140cea26") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16244c48-d306-4841-8c5f-6923626456ca") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32e1e078-332f-4294-b237-2761e39922af") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16ab1b5d-0afd-4fee-9a7c-0ee01cd63290") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1835ac11-9220-4bf2-b2d1-3c1eabc77e6b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "bd1fbe8c-158a-4fdc-91eb-be8c0219a091") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 6 "+15V") + (pintype "passive") + (uuid "60c44799-f90f-4b9f-a7a2-0f5dab24e1ca") + ) + (pad "2" smd roundrect + (at 1.475 0) + (size 1.15 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.217391) + (net 1 "-BATT") + (pintype "passive") + (uuid "7ae14726-18d1-4d58-9a43-aec27571bede") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "f7e040f3-4a80-4878-a2a6-a244c19a4c96") + (at 161 68.135) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R20" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "ac391240-6d44-402d-a80e-db5b4543dc27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "9.76k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "a3f5a09a-8bfa-4565-8415-bd544a4e36f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1a97bfe8-0a02-4102-949a-12d73ac28f32") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "46ca9d30-bef8-4c93-a52a-f648f45de087") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/17a8838c-d816-41a9-ba77-b270b85848e1") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa102f20-c6b0-47e5-a96e-2d76f2e11c26") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa0d5dc6-de91-4940-832c-6e2b21d55c18") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c469d77-993f-4dea-97fb-bc3c769be241") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c55d2d23-bf35-43b1-8c30-4bee95a89408") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "104fd0da-0959-40ea-a707-287dcf2a4f90") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71434e4a-cfda-480f-9fcb-9e92f5cb3dd5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64d9b5f8-3055-46da-8de4-b2e320a86b41") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecb22064-f89f-439d-b6a8-17fba33d4c40") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22e06d0f-99b5-4b62-b9e2-0df5da70e1e6") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "662fe96a-6cfd-4584-a7c5-60825ea4b5e6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4891f6bb-ae60-43c0-8ce1-ec00b57fba9c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 41 "Net-(U5--)") + (pintype "passive") + (uuid "f7433283-56d7-4c80-8d48-5e081db35bd2") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.243902) + (net 30 "Net-(JP5-B)") + (pintype "passive") + (uuid "381dac05-978f-461b-b771-e4b8ba430563") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "f99e834b-ca54-47eb-9642-6cac373c33b3") + (at 132.67 53.815) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "5e9bdc0d-8a6c-48b8-8b8e-918811ea65e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "15k" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "cedb9807-9c7b-40db-975d-277cbe5b1252") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "945cf083-d62c-45c3-8c50-29a86d1fa78d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "863f7b7b-b463-40a8-8873-41774e034b59") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/dec9ce6f-413d-4953-8ce9-c296f3d2dff9") + (sheetname "/") + (sheetfile "lm399.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5176133c-f3d6-40c9-a8d2-396429f55f85") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8712a4aa-3fa7-4627-a73f-7d2cd86e6517") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00232964-4614-465c-894c-891e8f6c87d7") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "918ae785-2d18-44ef-ba6b-ce5866c256bb") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08010792-42ea-4a14-a48e-bdf8eba4cb67") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1368344c-6e7a-4b48-bcb6-0b0614b4e925") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a99ed9d3-7026-498c-84ca-a5b186616c22") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64ffe09a-f481-4fc6-b63f-178ef05a1336") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "100e62b7-1bc4-486c-9ec5-f2237b4cb655") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d32b19b-1339-46ef-9244-13e15d6b57dd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f36dce62-7cdb-4a9c-bb9d-1bc7bda9a5a8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 35 "Net-(U1-FB)") + (pintype "passive") + (uuid "0cd5a353-9757-4958-abb5-a5114f29ba73") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net 1 "-BATT") + (pintype "passive") + (uuid "5b71c721-1326-462f-9349-27020a02ea5a") + ) + (embedded_fonts no) + (model "${KICAD9_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (embedded_fonts no) +) diff --git a/lm399/lm399.kicad_prl b/lm399/lm399.kicad_prl index 1121507..fd62583 100644 --- a/lm399/lm399.kicad_prl +++ b/lm399/lm399.kicad_prl @@ -1,7 +1,7 @@ { "board": { "active_layer": 0, - "active_layer_preset": "All Layers", + "active_layer_preset": "", "auto_track_width": true, "hidden_netclasses": [], "hidden_nets": [], @@ -49,7 +49,7 @@ "conflict_shadows", "shapes" ], - "visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff", + "visible_layers": "ffffffff_ffffffff_fffffff5_ffffffff", "zone_display_mode": 0 }, "git": { @@ -72,6 +72,8 @@ false, false, false, + false, + false, false ], "col_order": [ @@ -84,7 +86,9 @@ 6, 7, 8, - 9 + 9, + 10, + 11 ], "col_widths": [ 0, @@ -96,6 +100,8 @@ 0, 0, 0, + 0, + 0, 0 ], "custom_group_rules": [], diff --git a/lm399/lm399.kicad_pro b/lm399/lm399.kicad_pro index 8da8f69..a5391d3 100644 --- a/lm399/lm399.kicad_pro +++ b/lm399/lm399.kicad_pro @@ -117,7 +117,7 @@ }, "rules": { "max_error": 0.005, - "min_clearance": 0.0, + "min_clearance": 0.16, "min_connection": 0.0, "min_copper_edge_clearance": 0.2, "min_groove_width": 0.0, @@ -130,9 +130,9 @@ "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.0, + "min_track_width": 0.16, "min_via_annular_width": 0.1, - "min_via_diameter": 0.5, + "min_via_diameter": 0.3, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, diff --git a/lm399/lm399.kicad_sch b/lm399/lm399.kicad_sch index 580198c..27f3278 100644 --- a/lm399/lm399.kicad_sch +++ b/lm399/lm399.kicad_sch @@ -399,23 +399,24 @@ ) (embedded_fonts no) ) - (symbol "Connector:Barrel_Jack" + (symbol "Connector:Conn_Coaxial" (pin_names (offset 1.016) + (hide yes) ) (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" - (at 0 5.334 0) + (at 0.254 3.048 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "Barrel_Jack" - (at 0 -5.08 0) + (property "Value" "Conn_Coaxial" + (at 2.921 0 90) (effects (font (size 1.27 1.27) @@ -423,7 +424,7 @@ ) ) (property "Footprint" "" - (at 1.27 -1.016 0) + (at 0 0 0) (effects (font (size 1.27 1.27) @@ -432,15 +433,6 @@ ) ) (property "Datasheet" "~" - (at 1.27 -1.016 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "DC Barrel Jack" (at 0 0 0) (effects (font @@ -449,7 +441,7 @@ (hide yes) ) ) - (property "ki_keywords" "DC power barrel jack connector" + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font @@ -458,7 +450,7 @@ (hide yes) ) ) - (property "ki_fp_filters" "BarrelJack*" + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA MCX MMCX U.FL UMRF" (at 0 0 0) (effects (font @@ -467,22 +459,32 @@ (hide yes) ) ) - (symbol "Barrel_Jack_0_1" - (rectangle - (start -5.08 3.81) - (end 5.08 -3.81) + (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO* *UMRF* *MCX* *U.FL*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_Coaxial_0_1" + (polyline + (pts + (xy -2.54 0) (xy -0.508 0) + ) (stroke - (width 0.254) + (width 0) (type default) ) (fill - (type background) + (type none) ) ) - (polyline - (pts - (xy -3.81 -2.54) (xy -2.54 -2.54) (xy -1.27 -1.27) (xy 0 -2.54) (xy 2.54 -2.54) (xy 5.08 -2.54) - ) + (arc + (start 1.778 0) + (mid 0.222 -1.8079) + (end -1.778 -0.508) (stroke (width 0.254) (type default) @@ -492,9 +494,9 @@ ) ) (arc - (start -3.302 1.905) - (mid -3.9343 2.54) - (end -3.302 3.175) + (start -1.778 0.508) + (mid 0.2221 1.8084) + (end 1.778 0) (stroke (width 0.254) (type default) @@ -503,35 +505,23 @@ (type none) ) ) - (arc - (start -3.302 1.905) - (mid -3.9343 2.54) - (end -3.302 3.175) + (circle + (center 0 0) + (radius 0.508) (stroke - (width 0.254) + (width 0.2032) (type default) ) (fill - (type outline) - ) - ) - (rectangle - (start 3.683 3.175) - (end -3.302 1.905) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) + (type none) ) ) (polyline (pts - (xy 5.08 2.54) (xy 3.81 2.54) + (xy 0 -2.54) (xy 0 -1.778) ) (stroke - (width 0.254) + (width 0) (type default) ) (fill @@ -539,11 +529,11 @@ ) ) ) - (symbol "Barrel_Jack_1_1" + (symbol "Conn_Coaxial_1_1" (pin passive line - (at 7.62 2.54 180) + (at -5.08 0 0) (length 2.54) - (name "~" + (name "In" (effects (font (size 1.27 1.27) @@ -559,9 +549,9 @@ ) ) (pin passive line - (at 7.62 -2.54 180) + (at 0 -5.08 90) (length 2.54) - (name "~" + (name "Ext" (effects (font (size 1.27 1.27) @@ -686,7 +676,7 @@ ) (embedded_fonts no) ) - (symbol "Connector:USB_C_Receptacle_USB2.0_14P" + (symbol "Connector:USB_C_Receptacle_USB2.0_16P" (pin_names (offset 1.016) ) @@ -701,7 +691,7 @@ ) ) ) - (property "Value" "USB_C_Receptacle_USB2.0_14P" + (property "Value" "USB_C_Receptacle_USB2.0_16P" (at 0 19.685 0) (effects (font @@ -727,7 +717,7 @@ (hide yes) ) ) - (property "Description" "USB 2.0-only 14P Type-C Receptacle connector" + (property "Description" "USB 2.0-only 16P Type-C Receptacle connector" (at 0 0 0) (effects (font @@ -754,7 +744,7 @@ (hide yes) ) ) - (symbol "USB_C_Receptacle_USB2.0_14P_0_0" + (symbol "USB_C_Receptacle_USB2.0_16P_0_0" (rectangle (start -0.254 -17.78) (end 0.254 -16.764) @@ -843,8 +833,30 @@ (type none) ) ) + (rectangle + (start 10.16 -12.446) + (end 9.144 -12.954) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -14.986) + (end 9.144 -15.494) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) ) - (symbol "USB_C_Receptacle_USB2.0_14P_0_1" + (symbol "USB_C_Receptacle_USB2.0_16P_0_1" (rectangle (start -10.16 17.78) (end 10.16 -17.78) @@ -1045,7 +1057,7 @@ ) ) ) - (symbol "USB_C_Receptacle_USB2.0_14P_1_1" + (symbol "USB_C_Receptacle_USB2.0_16P_1_1" (pin passive line (at -7.62 -22.86 90) (length 5.08) @@ -1322,6 +1334,184 @@ ) ) ) + (pin bidirectional line + (at 15.24 -12.7 180) + (length 5.08) + (name "SBU1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 5.08) + (name "SBU2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Connector_Generic:Conn_01x02" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x02" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x02_1_1" + (rectangle + (start -1.27 1.27) + (end 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) ) (embedded_fonts no) ) @@ -1617,6 +1807,157 @@ ) (embedded_fonts no) ) + (symbol "Device:FerriteBead_Small" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FB" + (at 1.905 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FerriteBead_Small" + (at 1.905 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Ferrite bead, small symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "L ferrite bead inductor filter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "FerriteBead_Small_0_1" + (polyline + (pts + (xy -1.8288 0.2794) (xy -1.1176 1.4986) (xy 1.8288 -0.2032) (xy 1.1176 -1.4224) (xy -1.8288 0.2794) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.889) (xy 0 1.2954) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -0.7874) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "FerriteBead_Small_1_1" + (pin passive line + (at 0 2.54 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 -2.54 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Device:LED_Small" (pin_numbers (hide yes) @@ -2638,6 +2979,89 @@ ) (embedded_fonts no) ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) (symbol "PCM_Amplifier_Operational_AKL:LT1001CS8" (pin_names (offset 0.2) @@ -4315,6 +4739,107 @@ ) (embedded_fonts no) ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (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) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) (symbol "power:VCC" (power) (pin_numbers @@ -4566,32 +5091,49 @@ (embedded_fonts no) ) ) + (text "LT3042 input caps and VIN trace on L4" + (exclude_from_sim no) + (at 174.498 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "668dc8bc-5a40-4266-a915-f8d278505279") + ) (junction - (at 49.53 93.98) + (at 49.53 99.06) (diameter 0) (color 0 0 0 0) (uuid "014739f6-0175-41ca-bd20-19f5eeffa10b") ) (junction - (at 57.15 86.36) + (at 57.15 91.44) (diameter 0) (color 0 0 0 0) (uuid "084d00ae-b643-403d-ad98-6861c3e1bdd0") ) (junction - (at 50.8 111.76) + (at 57.15 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "179093de-c087-4918-80e9-06c902efb5ae") + ) + (junction + (at 50.8 116.84) (diameter 0) (color 0 0 0 0) (uuid "1ad379f5-e8e0-47b9-b20e-dd349f9fb133") ) (junction - (at 143.51 119.38) + (at 146.05 140.97) (diameter 0) (color 0 0 0 0) (uuid "1c71b041-7b0b-465d-8858-92c7ba9d0f33") ) (junction - (at 104.14 124.46) + (at 104.14 129.54) (diameter 0) (color 0 0 0 0) (uuid "1d0f0be0-dddc-4d29-9bce-a5161b18d390") @@ -4609,7 +5151,7 @@ (uuid "1f69592f-d4a5-4f57-8065-c5076cb1f970") ) (junction - (at 132.08 93.98) + (at 134.62 115.57) (diameter 0) (color 0 0 0 0) (uuid "2de910b9-163d-4ecc-9c11-3bb1db0157b2") @@ -4621,103 +5163,133 @@ (uuid "2e8535e0-5658-43d8-974a-9ef74ea29ed0") ) (junction - (at 41.91 124.46) + (at 213.36 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "38d4ab8a-4916-4e56-9fcd-8e6985e62223") + ) + (junction + (at 41.91 129.54) (diameter 0) (color 0 0 0 0) (uuid "39568e96-ec88-4f25-8ae9-c9e821474cc2") ) (junction - (at 194.31 118.11) + (at 196.85 139.7) (diameter 0) (color 0 0 0 0) (uuid "398d0644-96d5-4f15-8560-a95910d59ad8") ) (junction - (at 172.72 25.4) + (at 162.56 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "39b0be07-2b93-416c-aaf6-eb8821af8e69") + ) + (junction + (at 186.69 25.4) (diameter 0) (color 0 0 0 0) (uuid "3edb1da0-c947-4036-b072-545b2efcac40") ) (junction - (at 187.96 25.4) + (at 201.93 25.4) (diameter 0) (color 0 0 0 0) (uuid "4049960a-07d7-4dd6-890b-a4c68fc24466") ) (junction - (at 231.14 25.4) + (at 245.11 25.4) (diameter 0) (color 0 0 0 0) (uuid "424ed2ff-e5c5-4770-b629-04bc4e51444a") ) (junction - (at 167.64 121.92) + (at 170.18 143.51) (diameter 0) (color 0 0 0 0) (uuid "42f9b3dd-028c-43d9-97f1-136817ae9cd9") ) (junction - (at 158.75 81.28) + (at 161.29 102.87) (diameter 0) (color 0 0 0 0) (uuid "471e1703-4a0e-40a3-9174-8c2e2f6ae7cf") ) (junction - (at 191.77 33.02) + (at 205.74 33.02) (diameter 0) (color 0 0 0 0) (uuid "489e03ce-02bf-4692-8248-10ea64bd778f") ) (junction - (at 194.31 110.49) + (at 162.56 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "4ce1de43-f023-41da-8576-0730c8b84f7a") + ) + (junction + (at 196.85 132.08) (diameter 0) (color 0 0 0 0) (uuid "4f467b31-3735-4fbb-8c3b-2b6489eb5926") ) (junction - (at 41.91 140.97) + (at 177.8 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "500f32d5-cea4-4955-b47a-599f97d48b9a") + ) + (junction + (at 205.74 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "50f17047-aaa7-40cb-82c0-07ae8132897c") + ) + (junction + (at 41.91 146.05) (diameter 0) (color 0 0 0 0) (uuid "54011e98-a7c0-49fd-8749-c525eea84ac4") ) (junction - (at 245.11 25.4) + (at 259.08 25.4) (diameter 0) (color 0 0 0 0) (uuid "5c9d3d6b-a7be-4f5c-b42e-7e4db7212d6f") ) (junction - (at 166.37 73.66) + (at 168.91 95.25) (diameter 0) (color 0 0 0 0) (uuid "5fb977a9-77d5-4240-ba6f-4527d3ff3c7d") ) (junction - (at 184.15 44.45) + (at 198.12 44.45) (diameter 0) (color 0 0 0 0) (uuid "61fda276-8f90-4f94-b143-015848df1754") ) (junction - (at 160.02 133.35) + (at 162.56 154.94) (diameter 0) (color 0 0 0 0) (uuid "63aecf52-db4c-4afc-82b0-ae8ef3c20144") ) (junction - (at 194.31 91.44) + (at 196.85 113.03) (diameter 0) (color 0 0 0 0) (uuid "6ccb8b20-8b7d-4f44-bab7-cb00baa501c0") ) (junction - (at 167.64 114.3) + (at 170.18 135.89) (diameter 0) (color 0 0 0 0) (uuid "6db70806-faa2-4c38-9327-b7979c347a69") ) (junction - (at 167.64 118.11) + (at 170.18 139.7) (diameter 0) (color 0 0 0 0) (uuid "72b40464-c649-4bd0-aa0a-bba8afed36f5") @@ -4735,79 +5307,85 @@ (uuid "788d1c41-967e-479d-8682-48c2eaee450b") ) (junction - (at 33.02 140.97) + (at 33.02 146.05) (diameter 0) (color 0 0 0 0) (uuid "789e6dc3-6639-4dfc-a11b-af17cfe765c6") ) (junction - (at 163.83 44.45) + (at 177.8 44.45) (diameter 0) (color 0 0 0 0) - (uuid "7d3a8847-cff7-4d28-805d-6a308f2a8c94") + (uuid "7f7ceb28-463d-403e-bb2b-e9c754c6b01c") ) (junction - (at 172.72 44.45) + (at 186.69 44.45) (diameter 0) (color 0 0 0 0) (uuid "8e60d5d4-6cf2-46dc-800d-b5f4be443fb6") ) (junction - (at 66.04 140.97) + (at 58.42 26.67) + (diameter 0) + (color 0 0 0 0) + (uuid "95068109-ae60-4596-847e-c5d21cf700f3") + ) + (junction + (at 66.04 146.05) (diameter 0) (color 0 0 0 0) (uuid "9809bb76-c78d-4e04-8c7d-91094fb16a6f") ) (junction - (at 132.08 119.38) + (at 134.62 140.97) (diameter 0) (color 0 0 0 0) (uuid "9e44fabc-cafd-439c-b14d-8ebe9c9b702a") ) (junction - (at 132.08 73.66) + (at 134.62 95.25) (diameter 0) (color 0 0 0 0) (uuid "a0c7a5c6-ce13-4727-b27f-435795055c9f") ) (junction - (at 194.31 121.92) + (at 196.85 143.51) (diameter 0) (color 0 0 0 0) (uuid "a5669d46-4ea2-4123-aadb-5c44ffe664ae") ) (junction - (at 127 119.38) + (at 129.54 140.97) (diameter 0) (color 0 0 0 0) (uuid "a9a4c45e-32dc-4fab-9909-958d01540a00") ) (junction - (at 127 73.66) + (at 129.54 95.25) (diameter 0) (color 0 0 0 0) (uuid "ab399757-8681-4e7f-9205-4544c4c5f402") ) (junction - (at 132.08 124.46) + (at 134.62 146.05) (diameter 0) (color 0 0 0 0) (uuid "ad2729b3-9b5e-49ae-97b9-af4f4b261f34") ) (junction - (at 219.71 30.48) + (at 233.68 30.48) (diameter 0) (color 0 0 0 0) (uuid "b82ede53-90ed-48d1-bea9-4104f379afc5") ) (junction - (at 132.08 109.22) + (at 134.62 130.81) (diameter 0) (color 0 0 0 0) (uuid "ba055c06-dcba-4b9a-aa5f-e9cb3c1351dd") ) (junction - (at 132.08 133.35) + (at 134.62 154.94) (diameter 0) (color 0 0 0 0) (uuid "c005f72b-ea33-49e6-a269-71f139290428") @@ -4819,19 +5397,19 @@ (uuid "c2a959d5-b238-4b84-a15a-acb315cd15cc") ) (junction - (at 194.31 114.3) + (at 196.85 135.89) (diameter 0) (color 0 0 0 0) (uuid "c605e4f3-78bf-42e5-937f-4f8193be3595") ) (junction - (at 215.9 25.4) + (at 229.87 25.4) (diameter 0) (color 0 0 0 0) (uuid "c67d1f79-37e6-4f72-af4b-5cf950baacfa") ) (junction - (at 100.33 111.76) + (at 100.33 116.84) (diameter 0) (color 0 0 0 0) (uuid "c6f4c636-6e2f-43f1-84e8-8ae9db8282e8") @@ -4849,25 +5427,25 @@ (uuid "c94d0cc9-6bc1-4754-bd28-65de53e10426") ) (junction - (at 191.77 44.45) + (at 205.74 44.45) (diameter 0) (color 0 0 0 0) (uuid "cf41cdf7-fde7-432f-99eb-16323cc55702") ) (junction - (at 160.02 129.54) + (at 162.56 151.13) (diameter 0) (color 0 0 0 0) (uuid "cfa1b7ef-057d-4c45-81d5-6d67a64d5645") ) (junction - (at 219.71 44.45) + (at 233.68 44.45) (diameter 0) (color 0 0 0 0) (uuid "d2ac517b-e4d1-451b-88d6-ce79ab342103") ) (junction - (at 167.64 110.49) + (at 170.18 132.08) (diameter 0) (color 0 0 0 0) (uuid "d389412d-44a5-4412-8ce4-580253783f8e") @@ -4879,97 +5457,103 @@ (uuid "d48daa3f-b6ad-4771-b5e8-58d8cb01f2d5") ) (junction - (at 96.52 124.46) + (at 191.77 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "d730ba73-66bb-4a3b-b4ce-ff63e1fe34cc") + ) + (junction + (at 96.52 129.54) (diameter 0) (color 0 0 0 0) (uuid "d7e661ba-9a97-4684-a71a-36967293f17b") ) (junction - (at 163.83 25.4) - (diameter 0) - (color 0 0 0 0) - (uuid "d83c4d3a-9d4b-4736-bfd0-96a7c89217e5") - ) - (junction - (at 231.14 44.45) + (at 245.11 44.45) (diameter 0) (color 0 0 0 0) (uuid "d9fb22a0-b980-4cca-9e44-4b65bf43a1bd") ) (junction - (at 160.02 119.38) + (at 162.56 140.97) (diameter 0) (color 0 0 0 0) (uuid "dac70e15-0258-4b22-afe9-a468a9a0852d") ) (junction - (at 143.51 93.98) + (at 146.05 115.57) (diameter 0) (color 0 0 0 0) (uuid "dddb2ce7-32ce-459b-bdd6-1c1e71e12a65") ) (junction - (at 132.08 129.54) + (at 134.62 151.13) (diameter 0) (color 0 0 0 0) (uuid "e10a54d8-01ae-4f4f-afb7-4caef7bf54b0") ) (junction - (at 149.86 93.98) + (at 152.4 115.57) (diameter 0) (color 0 0 0 0) (uuid "e21d11a5-c3eb-4f94-b961-7a035f1b8129") ) (junction - (at 50.8 140.97) + (at 228.6 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "e26f6635-c464-49e3-a6f6-6ac91aa9ce0c") + ) + (junction + (at 50.8 146.05) (diameter 0) (color 0 0 0 0) (uuid "e55069ca-e2d5-4bff-ae81-96a8085d85a0") ) (junction - (at 203.2 44.45) + (at 217.17 44.45) (diameter 0) (color 0 0 0 0) (uuid "e754bd3d-9ace-4913-a67d-da5071b901c8") ) (junction - (at 66.04 86.36) + (at 66.04 91.44) (diameter 0) (color 0 0 0 0) (uuid "e99bd449-aeec-4694-b526-8e54bf51b7ee") ) (junction - (at 219.71 25.4) + (at 233.68 25.4) (diameter 0) (color 0 0 0 0) (uuid "ea9ec552-48b1-4162-9adb-202d6bd9a8db") ) (junction - (at 158.75 73.66) + (at 161.29 95.25) (diameter 0) (color 0 0 0 0) (uuid "ee11cb70-fe3c-4bbe-82d6-a97a1765daa8") ) (junction - (at 160.02 124.46) + (at 162.56 146.05) (diameter 0) (color 0 0 0 0) (uuid "f08c7d58-f24a-4283-8e5c-a7c2240a170f") ) (junction - (at 231.14 33.02) + (at 245.11 33.02) (diameter 0) (color 0 0 0 0) (uuid "f20369fc-afb2-4ef0-9153-8d63cde710f5") ) (junction - (at 180.34 44.45) + (at 194.31 44.45) (diameter 0) (color 0 0 0 0) (uuid "f679b8e7-6f13-4987-95f3-ac4aa8091e54") ) (junction - (at 24.13 115.57) + (at 24.13 120.65) (diameter 0) (color 0 0 0 0) (uuid "f68d25e4-829f-4fb1-b3d0-70bf3f04f78f") @@ -4980,6 +5564,10 @@ (color 0 0 0 0) (uuid "f9645379-6af6-49d2-a4ef-f266a7fdebc0") ) + (no_connect + (at 46.99 54.61) + (uuid "00fce185-45f6-44dc-8d67-f53adbec9c98") + ) (no_connect (at 46.99 39.37) (uuid "40735f8c-bc42-490c-99d6-c49204c60540") @@ -4989,7 +5577,11 @@ (uuid "5125df8f-7879-4e7b-b701-1ffec570c459") ) (no_connect - (at 181.61 97.79) + (at 46.99 57.15) + (uuid "764138aa-881b-4abd-92c8-bf27014ed9d6") + ) + (no_connect + (at 184.15 119.38) (uuid "84ae1687-1c5d-4f37-8796-5bee11093804") ) (no_connect @@ -5005,20 +5597,20 @@ (uuid "962d3918-6111-4d85-9fa0-b7e26d96a7b6") ) (no_connect - (at 184.15 96.52) + (at 186.69 118.11) (uuid "bc6b02f0-801e-4c75-b37d-c3c396134dfd") ) (no_connect - (at 78.74 121.92) + (at 78.74 127) (uuid "da4ce5cb-adcc-48a7-8aac-3e5083a20b53") ) (no_connect - (at 53.34 104.14) + (at 53.34 109.22) (uuid "f34f8a90-8540-4fbb-a1f1-c124feaa8440") ) (wire (pts - (xy 163.83 35.56) (xy 163.83 44.45) + (xy 162.56 35.56) (xy 162.56 44.45) ) (stroke (width 0) @@ -5038,7 +5630,7 @@ ) (wire (pts - (xy 203.2 45.72) (xy 203.2 44.45) + (xy 217.17 45.72) (xy 217.17 44.45) ) (stroke (width 0) @@ -5048,7 +5640,7 @@ ) (wire (pts - (xy 167.64 88.9) (xy 167.64 110.49) + (xy 170.18 110.49) (xy 170.18 132.08) ) (stroke (width 0) @@ -5058,7 +5650,7 @@ ) (wire (pts - (xy 49.53 86.36) (xy 57.15 86.36) + (xy 49.53 91.44) (xy 57.15 91.44) ) (stroke (width 0) @@ -5068,7 +5660,7 @@ ) (wire (pts - (xy 78.74 111.76) (xy 100.33 111.76) + (xy 78.74 116.84) (xy 100.33 116.84) ) (stroke (width 0) @@ -5078,7 +5670,7 @@ ) (wire (pts - (xy 219.71 25.4) (xy 231.14 25.4) + (xy 233.68 25.4) (xy 245.11 25.4) ) (stroke (width 0) @@ -5088,7 +5680,7 @@ ) (wire (pts - (xy 57.15 86.36) (xy 66.04 86.36) + (xy 57.15 91.44) (xy 66.04 91.44) ) (stroke (width 0) @@ -5098,7 +5690,7 @@ ) (wire (pts - (xy 24.13 134.62) (xy 24.13 140.97) + (xy 24.13 139.7) (xy 24.13 146.05) ) (stroke (width 0) @@ -5118,7 +5710,7 @@ ) (wire (pts - (xy 189.23 118.11) (xy 194.31 118.11) + (xy 191.77 139.7) (xy 196.85 139.7) ) (stroke (width 0) @@ -5138,7 +5730,17 @@ ) (wire (pts - (xy 193.04 33.02) (xy 191.77 33.02) + (xy 57.15 45.72) (xy 57.15 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a2c1a87-6c02-4e0f-96d0-7cbc52cd4ce0") + ) + (wire + (pts + (xy 207.01 33.02) (xy 205.74 33.02) ) (stroke (width 0) @@ -5148,7 +5750,7 @@ ) (wire (pts - (xy 127 123.19) (xy 127 119.38) + (xy 129.54 144.78) (xy 129.54 140.97) ) (stroke (width 0) @@ -5158,7 +5760,7 @@ ) (wire (pts - (xy 213.36 33.02) (xy 231.14 33.02) + (xy 227.33 33.02) (xy 245.11 33.02) ) (stroke (width 0) @@ -5168,7 +5770,7 @@ ) (wire (pts - (xy 40.64 116.84) (xy 53.34 116.84) + (xy 40.64 121.92) (xy 53.34 121.92) ) (stroke (width 0) @@ -5188,7 +5790,7 @@ ) (wire (pts - (xy 33.02 134.62) (xy 33.02 133.35) + (xy 33.02 139.7) (xy 33.02 138.43) ) (stroke (width 0) @@ -5198,7 +5800,7 @@ ) (wire (pts - (xy 41.91 140.97) (xy 50.8 140.97) + (xy 41.91 146.05) (xy 50.8 146.05) ) (stroke (width 0) @@ -5218,7 +5820,7 @@ ) (wire (pts - (xy 189.23 91.44) (xy 194.31 91.44) + (xy 191.77 113.03) (xy 196.85 113.03) ) (stroke (width 0) @@ -5228,7 +5830,7 @@ ) (wire (pts - (xy 41.91 124.46) (xy 41.91 125.73) + (xy 41.91 129.54) (xy 41.91 130.81) ) (stroke (width 0) @@ -5238,7 +5840,7 @@ ) (wire (pts - (xy 19.05 115.57) (xy 24.13 115.57) + (xy 19.05 120.65) (xy 24.13 120.65) ) (stroke (width 0) @@ -5248,7 +5850,7 @@ ) (wire (pts - (xy 184.15 33.02) (xy 191.77 33.02) + (xy 198.12 33.02) (xy 205.74 33.02) ) (stroke (width 0) @@ -5268,7 +5870,7 @@ ) (wire (pts - (xy 179.07 118.11) (xy 181.61 118.11) + (xy 181.61 139.7) (xy 184.15 139.7) ) (stroke (width 0) @@ -5278,7 +5880,7 @@ ) (wire (pts - (xy 132.08 119.38) (xy 127 119.38) + (xy 134.62 140.97) (xy 129.54 140.97) ) (stroke (width 0) @@ -5288,7 +5890,7 @@ ) (wire (pts - (xy 191.77 44.45) (xy 203.2 44.45) + (xy 205.74 44.45) (xy 217.17 44.45) ) (stroke (width 0) @@ -5308,7 +5910,7 @@ ) (wire (pts - (xy 55.88 26.67) (xy 62.23 26.67) + (xy 55.88 26.67) (xy 58.42 26.67) ) (stroke (width 0) @@ -5316,6 +5918,16 @@ ) (uuid "247eebe6-bf9c-4ef9-b219-b6da1e38bc62") ) + (wire + (pts + (xy 231.14 115.57) (xy 228.6 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2510964e-ab80-42e5-8c03-fe41ed715eb0") + ) (wire (pts (xy 142.24 34.29) (xy 147.32 34.29) @@ -5328,7 +5940,7 @@ ) (wire (pts - (xy 127 73.66) (xy 127 95.25) + (xy 129.54 95.25) (xy 129.54 116.84) ) (stroke (width 0) @@ -5338,7 +5950,7 @@ ) (wire (pts - (xy 33.02 124.46) (xy 41.91 124.46) + (xy 33.02 129.54) (xy 41.91 129.54) ) (stroke (width 0) @@ -5348,7 +5960,7 @@ ) (wire (pts - (xy 53.34 121.92) (xy 24.13 121.92) + (xy 53.34 127) (xy 24.13 127) ) (stroke (width 0) @@ -5358,7 +5970,7 @@ ) (wire (pts - (xy 132.08 109.22) (xy 132.08 119.38) + (xy 134.62 130.81) (xy 134.62 140.97) ) (stroke (width 0) @@ -5368,7 +5980,7 @@ ) (wire (pts - (xy 179.07 114.3) (xy 181.61 114.3) + (xy 181.61 135.89) (xy 184.15 135.89) ) (stroke (width 0) @@ -5378,7 +5990,7 @@ ) (wire (pts - (xy 166.37 81.28) (xy 158.75 81.28) + (xy 168.91 102.87) (xy 161.29 102.87) ) (stroke (width 0) @@ -5388,7 +6000,17 @@ ) (wire (pts - (xy 24.13 121.92) (xy 24.13 129.54) + (xy 213.36 101.6) (xy 223.52 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f55b7ee-fcd1-4572-ab1a-c926acb44888") + ) + (wire + (pts + (xy 24.13 127) (xy 24.13 134.62) ) (stroke (width 0) @@ -5398,7 +6020,7 @@ ) (wire (pts - (xy 140.97 119.38) (xy 143.51 119.38) + (xy 143.51 140.97) (xy 146.05 140.97) ) (stroke (width 0) @@ -5408,7 +6030,7 @@ ) (wire (pts - (xy 41.91 139.7) (xy 41.91 140.97) + (xy 41.91 144.78) (xy 41.91 146.05) ) (stroke (width 0) @@ -5438,7 +6060,7 @@ ) (wire (pts - (xy 24.13 140.97) (xy 33.02 140.97) + (xy 24.13 146.05) (xy 33.02 146.05) ) (stroke (width 0) @@ -5448,7 +6070,7 @@ ) (wire (pts - (xy 96.52 26.67) (xy 92.71 26.67) + (xy 93.98 26.67) (xy 91.44 26.67) ) (stroke (width 0) @@ -5458,7 +6080,7 @@ ) (wire (pts - (xy 231.14 33.02) (xy 231.14 31.75) + (xy 245.11 33.02) (xy 245.11 31.75) ) (stroke (width 0) @@ -5468,7 +6090,7 @@ ) (wire (pts - (xy 86.36 104.14) (xy 78.74 104.14) + (xy 86.36 109.22) (xy 78.74 109.22) ) (stroke (width 0) @@ -5478,7 +6100,7 @@ ) (wire (pts - (xy 215.9 27.94) (xy 215.9 25.4) + (xy 229.87 27.94) (xy 229.87 25.4) ) (stroke (width 0) @@ -5488,7 +6110,7 @@ ) (wire (pts - (xy 104.14 124.46) (xy 104.14 125.73) + (xy 104.14 129.54) (xy 104.14 130.81) ) (stroke (width 0) @@ -5498,7 +6120,7 @@ ) (wire (pts - (xy 148.59 133.35) (xy 160.02 133.35) + (xy 151.13 154.94) (xy 162.56 154.94) ) (stroke (width 0) @@ -5508,7 +6130,7 @@ ) (wire (pts - (xy 33.02 125.73) (xy 33.02 124.46) + (xy 33.02 130.81) (xy 33.02 129.54) ) (stroke (width 0) @@ -5518,7 +6140,7 @@ ) (wire (pts - (xy 180.34 44.45) (xy 184.15 44.45) + (xy 194.31 44.45) (xy 198.12 44.45) ) (stroke (width 0) @@ -5528,7 +6150,17 @@ ) (wire (pts - (xy 166.37 73.66) (xy 179.07 73.66) + (xy 177.8 25.4) (xy 186.69 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f528c56-7f2f-47f8-8b49-541802042725") + ) + (wire + (pts + (xy 168.91 95.25) (xy 181.61 95.25) ) (stroke (width 0) @@ -5538,7 +6170,7 @@ ) (wire (pts - (xy 167.64 118.11) (xy 167.64 121.92) + (xy 170.18 139.7) (xy 170.18 143.51) ) (stroke (width 0) @@ -5548,7 +6180,17 @@ ) (wire (pts - (xy 189.23 110.49) (xy 194.31 110.49) + (xy 162.56 44.45) (xy 177.8 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40e07c41-5070-4556-ab90-8175c8cc3c52") + ) + (wire + (pts + (xy 191.77 132.08) (xy 196.85 132.08) ) (stroke (width 0) @@ -5558,7 +6200,7 @@ ) (wire (pts - (xy 143.51 119.38) (xy 146.05 119.38) + (xy 146.05 140.97) (xy 148.59 140.97) ) (stroke (width 0) @@ -5568,7 +6210,17 @@ ) (wire (pts - (xy 143.51 114.3) (xy 143.51 119.38) + (xy 162.56 25.4) (xy 167.64 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "45b3c492-da72-4f11-9ec9-9180d04f9386") + ) + (wire + (pts + (xy 146.05 135.89) (xy 146.05 140.97) ) (stroke (width 0) @@ -5578,7 +6230,7 @@ ) (wire (pts - (xy 80.01 133.35) (xy 83.82 133.35) + (xy 80.01 138.43) (xy 83.82 138.43) ) (stroke (width 0) @@ -5588,7 +6240,7 @@ ) (wire (pts - (xy 132.08 87.63) (xy 132.08 73.66) + (xy 134.62 109.22) (xy 134.62 95.25) ) (stroke (width 0) @@ -5598,7 +6250,7 @@ ) (wire (pts - (xy 219.71 30.48) (xy 219.71 34.29) + (xy 233.68 30.48) (xy 233.68 34.29) ) (stroke (width 0) @@ -5618,7 +6270,7 @@ ) (wire (pts - (xy 25.4 114.3) (xy 24.13 114.3) + (xy 25.4 119.38) (xy 24.13 119.38) ) (stroke (width 0) @@ -5628,7 +6280,7 @@ ) (wire (pts - (xy 184.15 40.64) (xy 184.15 44.45) + (xy 198.12 40.64) (xy 198.12 44.45) ) (stroke (width 0) @@ -5638,7 +6290,7 @@ ) (wire (pts - (xy 148.59 137.16) (xy 160.02 137.16) + (xy 151.13 158.75) (xy 162.56 158.75) ) (stroke (width 0) @@ -5648,7 +6300,7 @@ ) (wire (pts - (xy 132.08 137.16) (xy 143.51 137.16) + (xy 134.62 158.75) (xy 146.05 158.75) ) (stroke (width 0) @@ -5658,7 +6310,7 @@ ) (wire (pts - (xy 189.23 121.92) (xy 194.31 121.92) + (xy 191.77 143.51) (xy 196.85 143.51) ) (stroke (width 0) @@ -5668,7 +6320,7 @@ ) (wire (pts - (xy 49.53 92.71) (xy 49.53 93.98) + (xy 49.53 97.79) (xy 49.53 99.06) ) (stroke (width 0) @@ -5688,7 +6340,7 @@ ) (wire (pts - (xy 127 72.39) (xy 127 73.66) + (xy 129.54 93.98) (xy 129.54 95.25) ) (stroke (width 0) @@ -5698,7 +6350,7 @@ ) (wire (pts - (xy 184.15 35.56) (xy 184.15 33.02) + (xy 198.12 35.56) (xy 198.12 33.02) ) (stroke (width 0) @@ -5708,7 +6360,7 @@ ) (wire (pts - (xy 24.13 114.3) (xy 24.13 115.57) + (xy 24.13 119.38) (xy 24.13 120.65) ) (stroke (width 0) @@ -5728,7 +6380,7 @@ ) (wire (pts - (xy 49.53 87.63) (xy 49.53 86.36) + (xy 49.53 92.71) (xy 49.53 91.44) ) (stroke (width 0) @@ -5738,7 +6390,7 @@ ) (wire (pts - (xy 187.96 25.4) (xy 193.04 25.4) + (xy 201.93 25.4) (xy 207.01 25.4) ) (stroke (width 0) @@ -5748,7 +6400,7 @@ ) (wire (pts - (xy 160.02 110.49) (xy 167.64 110.49) + (xy 162.56 132.08) (xy 170.18 132.08) ) (stroke (width 0) @@ -5758,7 +6410,7 @@ ) (wire (pts - (xy 245.11 44.45) (xy 231.14 44.45) + (xy 259.08 44.45) (xy 245.11 44.45) ) (stroke (width 0) @@ -5768,7 +6420,7 @@ ) (wire (pts - (xy 149.86 115.57) (xy 149.86 114.3) + (xy 152.4 137.16) (xy 152.4 135.89) ) (stroke (width 0) @@ -5778,7 +6430,7 @@ ) (wire (pts - (xy 245.11 22.86) (xy 245.11 25.4) + (xy 259.08 22.86) (xy 259.08 25.4) ) (stroke (width 0) @@ -5788,7 +6440,7 @@ ) (wire (pts - (xy 245.11 36.83) (xy 245.11 44.45) + (xy 259.08 36.83) (xy 259.08 44.45) ) (stroke (width 0) @@ -5798,7 +6450,7 @@ ) (wire (pts - (xy 172.72 30.48) (xy 172.72 25.4) + (xy 186.69 30.48) (xy 186.69 25.4) ) (stroke (width 0) @@ -5806,6 +6458,16 @@ ) (uuid "5e074fc3-ddd1-44d6-bc0b-0f27da732381") ) + (wire + (pts + (xy 172.72 25.4) (xy 177.8 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f73b8ff-9eb2-4ac5-8731-b77ba8ca8e88") + ) (wire (pts (xy 147.32 44.45) (xy 134.62 44.45) @@ -5818,7 +6480,7 @@ ) (wire (pts - (xy 78.74 116.84) (xy 96.52 116.84) + (xy 78.74 121.92) (xy 96.52 121.92) ) (stroke (width 0) @@ -5828,7 +6490,7 @@ ) (wire (pts - (xy 158.75 25.4) (xy 163.83 25.4) + (xy 158.75 25.4) (xy 162.56 25.4) ) (stroke (width 0) @@ -5848,7 +6510,7 @@ ) (wire (pts - (xy 57.15 92.71) (xy 57.15 93.98) + (xy 57.15 97.79) (xy 57.15 99.06) ) (stroke (width 0) @@ -5858,7 +6520,7 @@ ) (wire (pts - (xy 57.15 93.98) (xy 49.53 93.98) + (xy 57.15 99.06) (xy 49.53 99.06) ) (stroke (width 0) @@ -5868,7 +6530,7 @@ ) (wire (pts - (xy 189.23 114.3) (xy 194.31 114.3) + (xy 191.77 135.89) (xy 196.85 135.89) ) (stroke (width 0) @@ -5888,7 +6550,7 @@ ) (wire (pts - (xy 160.02 119.38) (xy 153.67 119.38) + (xy 162.56 140.97) (xy 156.21 140.97) ) (stroke (width 0) @@ -5898,7 +6560,7 @@ ) (wire (pts - (xy 104.14 111.76) (xy 100.33 111.76) + (xy 104.14 116.84) (xy 100.33 116.84) ) (stroke (width 0) @@ -5918,7 +6580,7 @@ ) (wire (pts - (xy 96.52 124.46) (xy 96.52 125.73) + (xy 96.52 129.54) (xy 96.52 130.81) ) (stroke (width 0) @@ -5928,7 +6590,7 @@ ) (wire (pts - (xy 179.07 110.49) (xy 181.61 110.49) + (xy 181.61 132.08) (xy 184.15 132.08) ) (stroke (width 0) @@ -5938,7 +6600,7 @@ ) (wire (pts - (xy 78.74 124.46) (xy 80.01 124.46) + (xy 78.74 129.54) (xy 80.01 129.54) ) (stroke (width 0) @@ -5948,7 +6610,7 @@ ) (wire (pts - (xy 194.31 91.44) (xy 203.2 91.44) + (xy 196.85 113.03) (xy 205.74 113.03) ) (stroke (width 0) @@ -5958,7 +6620,7 @@ ) (wire (pts - (xy 158.75 74.93) (xy 158.75 73.66) + (xy 161.29 96.52) (xy 161.29 95.25) ) (stroke (width 0) @@ -5968,7 +6630,7 @@ ) (wire (pts - (xy 213.36 27.94) (xy 215.9 27.94) + (xy 227.33 27.94) (xy 229.87 27.94) ) (stroke (width 0) @@ -5978,7 +6640,7 @@ ) (wire (pts - (xy 194.31 114.3) (xy 194.31 118.11) + (xy 196.85 135.89) (xy 196.85 139.7) ) (stroke (width 0) @@ -5988,7 +6650,7 @@ ) (wire (pts - (xy 104.14 123.19) (xy 104.14 124.46) + (xy 104.14 128.27) (xy 104.14 129.54) ) (stroke (width 0) @@ -5998,7 +6660,7 @@ ) (wire (pts - (xy 246.38 25.4) (xy 245.11 25.4) + (xy 260.35 25.4) (xy 259.08 25.4) ) (stroke (width 0) @@ -6008,7 +6670,7 @@ ) (wire (pts - (xy 180.34 30.48) (xy 180.34 44.45) + (xy 194.31 30.48) (xy 194.31 44.45) ) (stroke (width 0) @@ -6018,7 +6680,7 @@ ) (wire (pts - (xy 158.75 73.66) (xy 132.08 73.66) + (xy 161.29 95.25) (xy 134.62 95.25) ) (stroke (width 0) @@ -6028,17 +6690,7 @@ ) (wire (pts - (xy 172.72 25.4) (xy 187.96 25.4) - ) - (stroke - (width 0) - (type default) - ) - (uuid "6ec20e95-b794-4d07-a345-c1064bd5979c") - ) - (wire - (pts - (xy 86.36 31.75) (xy 86.36 33.02) + (xy 93.98 29.21) (xy 93.98 31.75) ) (stroke (width 0) @@ -6046,6 +6698,16 @@ ) (uuid "6ed02435-f0f0-4443-aacc-a731dab6dfa0") ) + (wire + (pts + (xy 58.42 26.67) (xy 62.23 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f486d08-53e8-4880-aa09-2daa21a52e3c") + ) (wire (pts (xy 46.99 31.75) (xy 60.96 31.75) @@ -6058,7 +6720,7 @@ ) (wire (pts - (xy 231.14 33.02) (xy 231.14 35.56) + (xy 245.11 33.02) (xy 245.11 35.56) ) (stroke (width 0) @@ -6068,7 +6730,7 @@ ) (wire (pts - (xy 160.02 137.16) (xy 160.02 133.35) + (xy 162.56 158.75) (xy 162.56 154.94) ) (stroke (width 0) @@ -6078,7 +6740,7 @@ ) (wire (pts - (xy 85.09 26.67) (xy 87.63 26.67) + (xy 85.09 26.67) (xy 86.36 26.67) ) (stroke (width 0) @@ -6088,7 +6750,17 @@ ) (wire (pts - (xy 187.96 27.94) (xy 187.96 25.4) + (xy 213.36 113.03) (xy 213.36 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7373fa56-9676-4876-bf04-a2a71dc3ef8f") + ) + (wire + (pts + (xy 201.93 27.94) (xy 201.93 25.4) ) (stroke (width 0) @@ -6098,7 +6770,7 @@ ) (wire (pts - (xy 50.8 111.76) (xy 50.8 140.97) + (xy 50.8 116.84) (xy 50.8 146.05) ) (stroke (width 0) @@ -6118,7 +6790,7 @@ ) (wire (pts - (xy 57.15 41.91) (xy 57.15 48.26) + (xy 57.15 41.91) (xy 57.15 45.72) ) (stroke (width 0) @@ -6128,7 +6800,7 @@ ) (wire (pts - (xy 219.71 39.37) (xy 219.71 44.45) + (xy 233.68 39.37) (xy 233.68 44.45) ) (stroke (width 0) @@ -6138,7 +6810,17 @@ ) (wire (pts - (xy 96.52 24.13) (xy 96.52 26.67) + (xy 177.8 44.45) (xy 186.69 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7975dcab-d4a4-4530-8612-5b431dfaa4e9") + ) + (wire + (pts + (xy 93.98 24.13) (xy 93.98 26.67) ) (stroke (width 0) @@ -6148,7 +6830,17 @@ ) (wire (pts - (xy 231.14 40.64) (xy 231.14 44.45) + (xy 191.77 25.4) (xy 201.93 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b961596-bbb7-4ff2-95e9-1566cf5e350b") + ) + (wire + (pts + (xy 245.11 40.64) (xy 245.11 44.45) ) (stroke (width 0) @@ -6158,7 +6850,17 @@ ) (wire (pts - (xy 158.75 80.01) (xy 158.75 81.28) + (xy 177.8 25.4) (xy 177.8 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e89a347-c1ef-40d8-aea1-1e0e2913b21c") + ) + (wire + (pts + (xy 161.29 101.6) (xy 161.29 102.87) ) (stroke (width 0) @@ -6178,7 +6880,7 @@ ) (wire (pts - (xy 100.33 110.49) (xy 100.33 111.76) + (xy 100.33 115.57) (xy 100.33 116.84) ) (stroke (width 0) @@ -6188,7 +6890,7 @@ ) (wire (pts - (xy 132.08 133.35) (xy 132.08 137.16) + (xy 134.62 154.94) (xy 134.62 158.75) ) (stroke (width 0) @@ -6198,7 +6900,7 @@ ) (wire (pts - (xy 184.15 44.45) (xy 191.77 44.45) + (xy 198.12 44.45) (xy 205.74 44.45) ) (stroke (width 0) @@ -6208,7 +6910,7 @@ ) (wire (pts - (xy 167.64 110.49) (xy 167.64 114.3) + (xy 170.18 132.08) (xy 170.18 135.89) ) (stroke (width 0) @@ -6218,7 +6920,7 @@ ) (wire (pts - (xy 160.02 129.54) (xy 160.02 124.46) + (xy 162.56 151.13) (xy 162.56 146.05) ) (stroke (width 0) @@ -6228,7 +6930,7 @@ ) (wire (pts - (xy 160.02 133.35) (xy 160.02 129.54) + (xy 162.56 154.94) (xy 162.56 151.13) ) (stroke (width 0) @@ -6258,7 +6960,7 @@ ) (wire (pts - (xy 219.71 44.45) (xy 231.14 44.45) + (xy 233.68 44.45) (xy 245.11 44.45) ) (stroke (width 0) @@ -6268,7 +6970,7 @@ ) (wire (pts - (xy 160.02 118.11) (xy 160.02 119.38) + (xy 162.56 139.7) (xy 162.56 140.97) ) (stroke (width 0) @@ -6288,7 +6990,7 @@ ) (wire (pts - (xy 245.11 25.4) (xy 231.14 25.4) + (xy 259.08 25.4) (xy 245.11 25.4) ) (stroke (width 0) @@ -6308,7 +7010,7 @@ ) (wire (pts - (xy 203.2 38.1) (xy 203.2 44.45) + (xy 217.17 38.1) (xy 217.17 44.45) ) (stroke (width 0) @@ -6318,7 +7020,7 @@ ) (wire (pts - (xy 104.14 111.76) (xy 104.14 118.11) + (xy 104.14 116.84) (xy 104.14 123.19) ) (stroke (width 0) @@ -6328,7 +7030,7 @@ ) (wire (pts - (xy 33.02 139.7) (xy 33.02 140.97) + (xy 33.02 144.78) (xy 33.02 146.05) ) (stroke (width 0) @@ -6338,7 +7040,7 @@ ) (wire (pts - (xy 132.08 109.22) (xy 143.51 109.22) + (xy 134.62 130.81) (xy 146.05 130.81) ) (stroke (width 0) @@ -6348,7 +7050,7 @@ ) (wire (pts - (xy 53.34 109.22) (xy 50.8 109.22) + (xy 53.34 114.3) (xy 50.8 114.3) ) (stroke (width 0) @@ -6358,7 +7060,7 @@ ) (wire (pts - (xy 180.34 30.48) (xy 193.04 30.48) + (xy 194.31 30.48) (xy 207.01 30.48) ) (stroke (width 0) @@ -6368,7 +7070,7 @@ ) (wire (pts - (xy 127 73.66) (xy 132.08 73.66) + (xy 129.54 95.25) (xy 134.62 95.25) ) (stroke (width 0) @@ -6378,7 +7080,7 @@ ) (wire (pts - (xy 132.08 105.41) (xy 132.08 109.22) + (xy 134.62 127) (xy 134.62 130.81) ) (stroke (width 0) @@ -6398,7 +7100,7 @@ ) (wire (pts - (xy 167.64 125.73) (xy 173.99 125.73) + (xy 170.18 147.32) (xy 176.53 147.32) ) (stroke (width 0) @@ -6408,7 +7110,7 @@ ) (wire (pts - (xy 158.75 82.55) (xy 158.75 81.28) + (xy 161.29 104.14) (xy 161.29 102.87) ) (stroke (width 0) @@ -6418,7 +7120,7 @@ ) (wire (pts - (xy 132.08 93.98) (xy 132.08 92.71) + (xy 134.62 115.57) (xy 134.62 114.3) ) (stroke (width 0) @@ -6458,7 +7160,7 @@ ) (wire (pts - (xy 66.04 129.54) (xy 66.04 140.97) + (xy 66.04 134.62) (xy 66.04 146.05) ) (stroke (width 0) @@ -6468,7 +7170,7 @@ ) (wire (pts - (xy 143.51 101.6) (xy 143.51 102.87) + (xy 146.05 123.19) (xy 146.05 124.46) ) (stroke (width 0) @@ -6488,7 +7190,7 @@ ) (wire (pts - (xy 66.04 85.09) (xy 66.04 86.36) + (xy 66.04 90.17) (xy 66.04 91.44) ) (stroke (width 0) @@ -6498,7 +7200,7 @@ ) (wire (pts - (xy 148.59 129.54) (xy 160.02 129.54) + (xy 151.13 151.13) (xy 162.56 151.13) ) (stroke (width 0) @@ -6508,7 +7210,7 @@ ) (wire (pts - (xy 132.08 124.46) (xy 133.35 124.46) + (xy 134.62 146.05) (xy 135.89 146.05) ) (stroke (width 0) @@ -6518,17 +7220,7 @@ ) (wire (pts - (xy 163.83 44.45) (xy 147.32 44.45) - ) - (stroke - (width 0) - (type default) - ) - (uuid "aaead968-4741-4336-a2b0-7327474261cf") - ) - (wire - (pts - (xy 160.02 113.03) (xy 160.02 110.49) + (xy 162.56 134.62) (xy 162.56 132.08) ) (stroke (width 0) @@ -6538,7 +7230,7 @@ ) (wire (pts - (xy 149.86 114.3) (xy 143.51 114.3) + (xy 152.4 135.89) (xy 146.05 135.89) ) (stroke (width 0) @@ -6558,7 +7250,7 @@ ) (wire (pts - (xy 24.13 115.57) (xy 24.13 116.84) + (xy 24.13 120.65) (xy 24.13 121.92) ) (stroke (width 0) @@ -6568,7 +7260,7 @@ ) (wire (pts - (xy 245.11 25.4) (xy 245.11 31.75) + (xy 259.08 25.4) (xy 259.08 31.75) ) (stroke (width 0) @@ -6578,7 +7270,7 @@ ) (wire (pts - (xy 219.71 25.4) (xy 215.9 25.4) + (xy 233.68 25.4) (xy 229.87 25.4) ) (stroke (width 0) @@ -6588,7 +7280,7 @@ ) (wire (pts - (xy 40.64 114.3) (xy 53.34 114.3) + (xy 40.64 119.38) (xy 53.34 119.38) ) (stroke (width 0) @@ -6598,7 +7290,7 @@ ) (wire (pts - (xy 172.72 44.45) (xy 180.34 44.45) + (xy 186.69 44.45) (xy 194.31 44.45) ) (stroke (width 0) @@ -6608,7 +7300,17 @@ ) (wire (pts - (xy 191.77 40.64) (xy 191.77 44.45) + (xy 213.36 113.03) (xy 231.14 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b715fce0-2999-4aa2-8e5a-f3d04c4159b2") + ) + (wire + (pts + (xy 205.74 40.64) (xy 205.74 44.45) ) (stroke (width 0) @@ -6618,7 +7320,7 @@ ) (wire (pts - (xy 33.02 140.97) (xy 41.91 140.97) + (xy 33.02 146.05) (xy 41.91 146.05) ) (stroke (width 0) @@ -6628,7 +7330,7 @@ ) (wire (pts - (xy 179.07 83.82) (xy 179.07 73.66) + (xy 181.61 105.41) (xy 181.61 95.25) ) (stroke (width 0) @@ -6638,7 +7340,7 @@ ) (wire (pts - (xy 149.86 93.98) (xy 173.99 93.98) + (xy 152.4 115.57) (xy 176.53 115.57) ) (stroke (width 0) @@ -6648,7 +7350,7 @@ ) (wire (pts - (xy 132.08 129.54) (xy 132.08 133.35) + (xy 134.62 151.13) (xy 134.62 154.94) ) (stroke (width 0) @@ -6658,7 +7360,7 @@ ) (wire (pts - (xy 86.36 102.87) (xy 86.36 104.14) + (xy 86.36 107.95) (xy 86.36 109.22) ) (stroke (width 0) @@ -6668,7 +7370,7 @@ ) (wire (pts - (xy 143.51 93.98) (xy 143.51 96.52) + (xy 146.05 115.57) (xy 146.05 118.11) ) (stroke (width 0) @@ -6678,7 +7380,7 @@ ) (wire (pts - (xy 41.91 124.46) (xy 53.34 124.46) + (xy 41.91 129.54) (xy 53.34 129.54) ) (stroke (width 0) @@ -6688,17 +7390,7 @@ ) (wire (pts - (xy 163.83 44.45) (xy 172.72 44.45) - ) - (stroke - (width 0) - (type default) - ) - (uuid "be4d6bdc-c396-45e5-bbc3-c6f44db75c23") - ) - (wire - (pts - (xy 189.23 125.73) (xy 194.31 125.73) + (xy 191.77 147.32) (xy 196.85 147.32) ) (stroke (width 0) @@ -6708,7 +7400,7 @@ ) (wire (pts - (xy 96.52 124.46) (xy 104.14 124.46) + (xy 96.52 129.54) (xy 104.14 129.54) ) (stroke (width 0) @@ -6728,7 +7420,7 @@ ) (wire (pts - (xy 132.08 124.46) (xy 132.08 129.54) + (xy 134.62 146.05) (xy 134.62 151.13) ) (stroke (width 0) @@ -6748,7 +7440,7 @@ ) (wire (pts - (xy 179.07 121.92) (xy 181.61 121.92) + (xy 181.61 143.51) (xy 184.15 143.51) ) (stroke (width 0) @@ -6758,7 +7450,7 @@ ) (wire (pts - (xy 167.64 114.3) (xy 173.99 114.3) + (xy 170.18 135.89) (xy 176.53 135.89) ) (stroke (width 0) @@ -6768,7 +7460,7 @@ ) (wire (pts - (xy 158.75 73.66) (xy 166.37 73.66) + (xy 161.29 95.25) (xy 168.91 95.25) ) (stroke (width 0) @@ -6778,7 +7470,7 @@ ) (wire (pts - (xy 191.77 33.02) (xy 191.77 35.56) + (xy 205.74 33.02) (xy 205.74 35.56) ) (stroke (width 0) @@ -6798,7 +7490,17 @@ ) (wire (pts - (xy 194.31 118.11) (xy 194.31 121.92) + (xy 162.56 44.45) (xy 147.32 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbc2d955-6a39-4a1d-b715-ed51a898de7b") + ) + (wire + (pts + (xy 196.85 139.7) (xy 196.85 143.51) ) (stroke (width 0) @@ -6808,7 +7510,27 @@ ) (wire (pts - (xy 172.72 44.45) (xy 172.72 35.56) + (xy 228.6 106.68) (xy 228.6 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf623513-d74b-4fb1-833c-582dbed6966f") + ) + (wire + (pts + (xy 228.6 115.57) (xy 228.6 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0a1d026-b886-497a-ac95-50db55c82924") + ) + (wire + (pts + (xy 186.69 44.45) (xy 186.69 35.56) ) (stroke (width 0) @@ -6818,7 +7540,7 @@ ) (wire (pts - (xy 172.72 22.86) (xy 172.72 25.4) + (xy 186.69 22.86) (xy 186.69 25.4) ) (stroke (width 0) @@ -6828,7 +7550,7 @@ ) (wire (pts - (xy 24.13 116.84) (xy 25.4 116.84) + (xy 24.13 121.92) (xy 25.4 121.92) ) (stroke (width 0) @@ -6838,7 +7560,7 @@ ) (wire (pts - (xy 66.04 140.97) (xy 66.04 142.24) + (xy 66.04 146.05) (xy 66.04 147.32) ) (stroke (width 0) @@ -6848,7 +7570,7 @@ ) (wire (pts - (xy 132.08 93.98) (xy 143.51 93.98) + (xy 134.62 115.57) (xy 146.05 115.57) ) (stroke (width 0) @@ -6858,7 +7580,7 @@ ) (wire (pts - (xy 50.8 111.76) (xy 53.34 111.76) + (xy 50.8 116.84) (xy 53.34 116.84) ) (stroke (width 0) @@ -6868,7 +7590,7 @@ ) (wire (pts - (xy 194.31 121.92) (xy 194.31 125.73) + (xy 196.85 143.51) (xy 196.85 147.32) ) (stroke (width 0) @@ -6878,7 +7600,7 @@ ) (wire (pts - (xy 231.14 26.67) (xy 231.14 25.4) + (xy 245.11 26.67) (xy 245.11 25.4) ) (stroke (width 0) @@ -6888,7 +7610,7 @@ ) (wire (pts - (xy 41.91 133.35) (xy 41.91 134.62) + (xy 41.91 138.43) (xy 41.91 139.7) ) (stroke (width 0) @@ -6898,7 +7620,7 @@ ) (wire (pts - (xy 167.64 110.49) (xy 173.99 110.49) + (xy 170.18 132.08) (xy 176.53 132.08) ) (stroke (width 0) @@ -6908,7 +7630,7 @@ ) (wire (pts - (xy 215.9 25.4) (xy 213.36 25.4) + (xy 229.87 25.4) (xy 227.33 25.4) ) (stroke (width 0) @@ -6918,7 +7640,7 @@ ) (wire (pts - (xy 85.09 31.75) (xy 86.36 31.75) + (xy 85.09 29.21) (xy 93.98 29.21) ) (stroke (width 0) @@ -6928,7 +7650,7 @@ ) (wire (pts - (xy 140.97 124.46) (xy 160.02 124.46) + (xy 143.51 146.05) (xy 162.56 146.05) ) (stroke (width 0) @@ -6938,7 +7660,7 @@ ) (wire (pts - (xy 167.64 121.92) (xy 167.64 125.73) + (xy 170.18 143.51) (xy 170.18 147.32) ) (stroke (width 0) @@ -6948,7 +7670,7 @@ ) (wire (pts - (xy 193.04 27.94) (xy 187.96 27.94) + (xy 207.01 27.94) (xy 201.93 27.94) ) (stroke (width 0) @@ -6958,7 +7680,7 @@ ) (wire (pts - (xy 96.52 116.84) (xy 96.52 118.11) + (xy 96.52 121.92) (xy 96.52 123.19) ) (stroke (width 0) @@ -6968,7 +7690,7 @@ ) (wire (pts - (xy 166.37 73.66) (xy 166.37 74.93) + (xy 168.91 95.25) (xy 168.91 96.52) ) (stroke (width 0) @@ -6978,7 +7700,7 @@ ) (wire (pts - (xy 203.2 44.45) (xy 219.71 44.45) + (xy 217.17 44.45) (xy 233.68 44.45) ) (stroke (width 0) @@ -6988,7 +7710,7 @@ ) (wire (pts - (xy 143.51 109.22) (xy 143.51 107.95) + (xy 146.05 130.81) (xy 146.05 129.54) ) (stroke (width 0) @@ -6998,7 +7720,17 @@ ) (wire (pts - (xy 132.08 133.35) (xy 143.51 133.35) + (xy 205.74 113.03) (xy 213.36 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e2344fd8-32b7-4b16-ae19-47ec83fc99c0") + ) + (wire + (pts + (xy 134.62 154.94) (xy 146.05 154.94) ) (stroke (width 0) @@ -7008,7 +7740,7 @@ ) (wire (pts - (xy 127 105.41) (xy 127 119.38) + (xy 129.54 127) (xy 129.54 140.97) ) (stroke (width 0) @@ -7018,7 +7750,17 @@ ) (wire (pts - (xy 80.01 124.46) (xy 80.01 133.35) + (xy 186.69 25.4) (xy 191.77 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3927676-1110-441f-af0d-043118e265d5") + ) + (wire + (pts + (xy 80.01 129.54) (xy 80.01 138.43) ) (stroke (width 0) @@ -7028,7 +7770,7 @@ ) (wire (pts - (xy 167.64 114.3) (xy 167.64 118.11) + (xy 170.18 135.89) (xy 170.18 139.7) ) (stroke (width 0) @@ -7038,7 +7780,7 @@ ) (wire (pts - (xy 194.31 91.44) (xy 194.31 110.49) + (xy 196.85 113.03) (xy 196.85 132.08) ) (stroke (width 0) @@ -7048,7 +7790,7 @@ ) (wire (pts - (xy 167.64 121.92) (xy 173.99 121.92) + (xy 170.18 143.51) (xy 176.53 143.51) ) (stroke (width 0) @@ -7058,7 +7800,7 @@ ) (wire (pts - (xy 66.04 86.36) (xy 66.04 99.06) + (xy 66.04 91.44) (xy 66.04 104.14) ) (stroke (width 0) @@ -7068,7 +7810,7 @@ ) (wire (pts - (xy 194.31 110.49) (xy 194.31 114.3) + (xy 196.85 132.08) (xy 196.85 135.89) ) (stroke (width 0) @@ -7078,7 +7820,7 @@ ) (wire (pts - (xy 50.8 140.97) (xy 66.04 140.97) + (xy 50.8 146.05) (xy 66.04 146.05) ) (stroke (width 0) @@ -7088,7 +7830,7 @@ ) (wire (pts - (xy 57.15 86.36) (xy 57.15 87.63) + (xy 57.15 91.44) (xy 57.15 92.71) ) (stroke (width 0) @@ -7098,7 +7840,7 @@ ) (wire (pts - (xy 143.51 93.98) (xy 149.86 93.98) + (xy 146.05 115.57) (xy 152.4 115.57) ) (stroke (width 0) @@ -7108,7 +7850,7 @@ ) (wire (pts - (xy 132.08 129.54) (xy 143.51 129.54) + (xy 134.62 151.13) (xy 146.05 151.13) ) (stroke (width 0) @@ -7118,7 +7860,7 @@ ) (wire (pts - (xy 132.08 119.38) (xy 133.35 119.38) + (xy 134.62 140.97) (xy 135.89 140.97) ) (stroke (width 0) @@ -7128,17 +7870,7 @@ ) (wire (pts - (xy 163.83 25.4) (xy 172.72 25.4) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ee378bee-cc4f-4995-b5a4-73571ac38acc") - ) - (wire - (pts - (xy 132.08 119.38) (xy 132.08 124.46) + (xy 134.62 140.97) (xy 134.62 146.05) ) (stroke (width 0) @@ -7158,7 +7890,7 @@ ) (wire (pts - (xy 96.52 123.19) (xy 96.52 124.46) + (xy 96.52 128.27) (xy 96.52 129.54) ) (stroke (width 0) @@ -7178,7 +7910,7 @@ ) (wire (pts - (xy 166.37 80.01) (xy 166.37 81.28) + (xy 168.91 101.6) (xy 168.91 102.87) ) (stroke (width 0) @@ -7208,7 +7940,7 @@ ) (wire (pts - (xy 173.99 88.9) (xy 167.64 88.9) + (xy 176.53 110.49) (xy 170.18 110.49) ) (stroke (width 0) @@ -7218,7 +7950,7 @@ ) (wire (pts - (xy 50.8 109.22) (xy 50.8 111.76) + (xy 50.8 114.3) (xy 50.8 116.84) ) (stroke (width 0) @@ -7238,7 +7970,7 @@ ) (wire (pts - (xy 163.83 25.4) (xy 163.83 30.48) + (xy 162.56 25.4) (xy 162.56 30.48) ) (stroke (width 0) @@ -7248,7 +7980,7 @@ ) (wire (pts - (xy 132.08 95.25) (xy 132.08 93.98) + (xy 134.62 116.84) (xy 134.62 115.57) ) (stroke (width 0) @@ -7258,7 +7990,17 @@ ) (wire (pts - (xy 49.53 93.98) (xy 49.53 95.25) + (xy 177.8 35.56) (xy 177.8 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fae70a17-7492-4a06-8737-931094751ea9") + ) + (wire + (pts + (xy 49.53 99.06) (xy 49.53 100.33) ) (stroke (width 0) @@ -7278,7 +8020,7 @@ ) (wire (pts - (xy 213.36 30.48) (xy 219.71 30.48) + (xy 227.33 30.48) (xy 233.68 30.48) ) (stroke (width 0) @@ -7288,7 +8030,7 @@ ) (wire (pts - (xy 160.02 124.46) (xy 160.02 119.38) + (xy 162.56 146.05) (xy 162.56 140.97) ) (stroke (width 0) @@ -7298,7 +8040,7 @@ ) (wire (pts - (xy 179.07 125.73) (xy 181.61 125.73) + (xy 181.61 147.32) (xy 184.15 147.32) ) (stroke (width 0) @@ -7308,7 +8050,7 @@ ) (wire (pts - (xy 83.82 133.35) (xy 83.82 132.08) + (xy 83.82 138.43) (xy 83.82 137.16) ) (stroke (width 0) @@ -7318,7 +8060,7 @@ ) (wire (pts - (xy 167.64 118.11) (xy 173.99 118.11) + (xy 170.18 139.7) (xy 176.53 139.7) ) (stroke (width 0) @@ -7327,7 +8069,7 @@ (uuid "ffe5356a-3ead-4df4-9200-c923dca8ab9e") ) (label "OUT" - (at 19.05 115.57 0) + (at 19.05 120.65 0) (effects (font (size 1.27 1.27) @@ -7337,7 +8079,7 @@ (uuid "9180040d-010f-45f3-b0e0-464eac3c8c36") ) (label "OUT" - (at 83.82 121.92 90) + (at 83.82 127 90) (effects (font (size 1.27 1.27) @@ -7348,15 +8090,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 83.82 124.46 0) + (at 83.82 129.54 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "02122d66-974b-4dba-82d4-3f13589d969e") - (property "Reference" "R24" - (at 85.852 123.19 0) + (property "Reference" "R12" + (at 85.852 128.27 0) (effects (font (size 1.016 1.016) @@ -7365,7 +8107,7 @@ ) ) (property "Value" "5.1k" - (at 85.852 125.73 0) + (at 85.852 130.81 0) (effects (font (size 1.27 1.27) @@ -7373,8 +8115,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 83.82 124.46 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 83.82 129.54 0) (effects (font (size 1.27 1.27) @@ -7383,7 +8125,7 @@ ) ) (property "Datasheet" "~" - (at 83.82 124.46 0) + (at 83.82 129.54 0) (effects (font (size 1.27 1.27) @@ -7392,7 +8134,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 83.82 124.46 0) + (at 83.82 129.54 0) (effects (font (size 1.27 1.27) @@ -7409,7 +8151,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R24") + (reference "R12") (unit 1) ) ) @@ -7417,7 +8159,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 219.71 36.83 0) + (at 233.68 36.83 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7425,7 +8167,7 @@ (dnp no) (uuid "02820512-bbc2-4c18-9a61-116b9c3260d2") (property "Reference" "R7" - (at 221.742 35.56 0) + (at 235.712 35.56 0) (effects (font (size 1.016 1.016) @@ -7434,7 +8176,7 @@ ) ) (property "Value" "3.3k" - (at 221.742 38.1 0) + (at 235.712 38.1 0) (effects (font (size 1.27 1.27) @@ -7442,8 +8184,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 219.71 36.83 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 233.68 36.83 0) (effects (font (size 1.27 1.27) @@ -7452,7 +8194,7 @@ ) ) (property "Datasheet" "~" - (at 219.71 36.83 0) + (at 233.68 36.83 0) (effects (font (size 1.27 1.27) @@ -7461,7 +8203,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 219.71 36.83 0) + (at 233.68 36.83 0) (effects (font (size 1.27 1.27) @@ -7486,7 +8228,7 @@ ) (symbol (lib_id "Reference_Voltage:LM399") - (at 129.54 100.33 0) + (at 132.08 121.92 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7494,8 +8236,8 @@ (dnp no) (fields_autoplaced yes) (uuid "02a25646-b344-4d09-9dc8-8b8d8f831bee") - (property "Reference" "U1" - (at 134.62 98.9329 0) + (property "Reference" "U4" + (at 137.16 120.5229 0) (effects (font (size 1.27 1.27) @@ -7504,7 +8246,7 @@ ) ) (property "Value" "LM399" - (at 134.62 101.4729 0) + (at 137.16 123.0629 0) (effects (font (size 1.27 1.27) @@ -7513,7 +8255,7 @@ ) ) (property "Footprint" "Package_TO_SOT_THT:Analog_TO-46-4_ThermalShield" - (at 129.54 104.775 0) + (at 132.08 126.365 0) (effects (font (size 1.27 1.27) @@ -7522,7 +8264,7 @@ ) ) (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf" - (at 129.54 97.79 90) + (at 132.08 119.38 90) (effects (font (size 1.27 1.27) @@ -7531,7 +8273,7 @@ ) ) (property "Description" "Precision Reference, 6.95V, Buried Zener Diode with Thermal Shielding Can, TO-46-4" - (at 129.54 100.33 0) + (at 132.08 121.92 0) (effects (font (size 1.27 1.27) @@ -7554,7 +8296,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "U1") + (reference "U4") (unit 1) ) ) @@ -7562,7 +8304,7 @@ ) (symbol (lib_id "Jumper:SolderJumper_2_Bridged") - (at 185.42 110.49 180) + (at 187.96 132.08 180) (unit 1) (exclude_from_sim no) (in_bom no) @@ -7570,15 +8312,15 @@ (dnp no) (uuid "03d1c033-519e-40bd-a49a-3d39c08dac6b") (property "Reference" "JP5" - (at 188.722 109.474 0) + (at 191.262 131.064 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "TRIM_POT" - (at 185.42 106.68 0) + (property "Value" "R_MAIN" + (at 187.96 128.27 0) (effects (font (size 1.27 1.27) @@ -7586,8 +8328,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 185.42 110.49 0) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm" + (at 187.96 132.08 0) (effects (font (size 1.27 1.27) @@ -7596,7 +8338,7 @@ ) ) (property "Datasheet" "~" - (at 185.42 110.49 0) + (at 187.96 132.08 0) (effects (font (size 1.27 1.27) @@ -7605,7 +8347,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, closed/bridged" - (at 185.42 110.49 0) + (at 187.96 132.08 0) (effects (font (size 1.27 1.27) @@ -7630,7 +8372,7 @@ ) (symbol (lib_id "Device:R_Potentiometer_Trim") - (at 149.86 119.38 90) + (at 152.4 140.97 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7638,7 +8380,7 @@ (dnp no) (uuid "044f46c7-cca6-451f-a1f7-05e5ea72d888") (property "Reference" "RV1" - (at 149.86 122.428 90) + (at 152.4 144.018 90) (effects (font (size 1.27 1.27) @@ -7646,7 +8388,7 @@ ) ) (property "Value" "R_Potentiometer_Trim" - (at 149.86 125.73 90) + (at 152.4 147.32 90) (effects (font (size 1.27 1.27) @@ -7654,8 +8396,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 149.86 119.38 0) + (property "Footprint" "PCM_Potentiometer_THT_AKL:Potentiometer_Bourns_3296W_Vertical" + (at 152.4 140.97 0) (effects (font (size 1.27 1.27) @@ -7664,7 +8406,7 @@ ) ) (property "Datasheet" "~" - (at 149.86 119.38 0) + (at 152.4 140.97 0) (effects (font (size 1.27 1.27) @@ -7673,7 +8415,7 @@ ) ) (property "Description" "Trim-potentiometer" - (at 149.86 119.38 0) + (at 152.4 140.97 0) (effects (font (size 1.27 1.27) @@ -7700,17 +8442,17 @@ ) ) (symbol - (lib_id "Device:C_Small") - (at 143.51 105.41 0) + (lib_id "Mechanical:MountingHole") + (at 25.4 177.8 0) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) - (dnp yes) + (dnp no) (fields_autoplaced yes) - (uuid "0a2cad17-f00a-4cb1-b5dc-d0fdb56965b9") - (property "Reference" "C3" - (at 146.05 104.1462 0) + (uuid "048e2836-df23-4104-8f7d-fa8141119ee7") + (property "Reference" "H4" + (at 27.94 176.5299 0) (effects (font (size 1.27 1.27) @@ -7718,8 +8460,8 @@ (justify left) ) ) - (property "Value" "1u" - (at 146.05 106.6862 0) + (property "Value" "MountingHole" + (at 27.94 179.0699 0) (effects (font (size 1.27 1.27) @@ -7727,8 +8469,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 143.51 105.41 0) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (at 25.4 177.8 0) (effects (font (size 1.27 1.27) @@ -7737,7 +8479,202 @@ ) ) (property "Datasheet" "~" - (at 143.51 105.41 0) + (at 25.4 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 25.4 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 191.77 25.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "09036bf3-0560-42d9-9046-f8ff00bf87ac") + (property "Reference" "#FLG03" + (at 191.77 23.495 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 191.77 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 191.77 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 191.77 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 191.77 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f86b7788-5794-4b01-8227-f29205df80e8") + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 50.8 167.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0990ed25-c0d6-4404-a624-b3c99da0bf52") + (property "Reference" "H6" + (at 53.34 166.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "RefShield" + (at 53.34 168.9099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (at 50.8 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 50.8 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 146.05 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp yes) + (fields_autoplaced yes) + (uuid "0a2cad17-f00a-4cb1-b5dc-d0fdb56965b9") + (property "Reference" "C10" + (at 148.59 125.7362 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1u" + (at 148.59 128.2762 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 146.05 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 146.05 127 0) (effects (font (size 1.27 1.27) @@ -7746,7 +8683,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 143.51 105.41 0) + (at 146.05 127 0) (effects (font (size 1.27 1.27) @@ -7763,7 +8700,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "C3") + (reference "C10") (unit 1) ) ) @@ -7771,31 +8708,31 @@ ) (symbol (lib_id "Device:R_Small") - (at 176.53 118.11 90) + (at 179.07 139.7 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "0b9cbcaf-c0f5-4431-89bd-ded1a261c161") - (property "Reference" "R20" - (at 171.704 117.094 90) + (property "Reference" "R22" + (at 174.244 138.684 90) (effects (font (size 1.016 1.016) ) ) ) - (property "Value" "113k" - (at 181.102 117.094 90) + (property "Value" "110k" + (at 183.642 138.684 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 176.53 118.11 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 179.07 139.7 0) (effects (font (size 1.27 1.27) @@ -7804,7 +8741,7 @@ ) ) (property "Datasheet" "~" - (at 176.53 118.11 0) + (at 179.07 139.7 0) (effects (font (size 1.27 1.27) @@ -7813,7 +8750,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 176.53 118.11 0) + (at 179.07 139.7 0) (effects (font (size 1.27 1.27) @@ -7830,7 +8767,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R20") + (reference "R22") (unit 1) ) ) @@ -7838,7 +8775,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 24.13 132.08 0) + (at 24.13 137.16 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7846,7 +8783,7 @@ (dnp no) (uuid "12646438-a5dc-46a3-b36a-eab4ca89bb38") (property "Reference" "R9" - (at 25.908 130.81 0) + (at 25.908 135.89 0) (effects (font (size 1.016 1.016) @@ -7855,7 +8792,7 @@ ) ) (property "Value" "1k" - (at 25.908 133.35 0) + (at 25.908 138.43 0) (effects (font (size 1.27 1.27) @@ -7863,8 +8800,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 24.13 132.08 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 24.13 137.16 0) (effects (font (size 1.27 1.27) @@ -7873,7 +8810,7 @@ ) ) (property "Datasheet" "~" - (at 24.13 132.08 0) + (at 24.13 137.16 0) (effects (font (size 1.27 1.27) @@ -7882,7 +8819,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 24.13 132.08 0) + (at 24.13 137.16 0) (effects (font (size 1.27 1.27) @@ -7907,15 +8844,15 @@ ) (symbol (lib_id "Device:C_Small") - (at 104.14 120.65 0) + (at 104.14 125.73 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "1568e163-704f-4f68-87d5-d4d2fdd6c91e") - (property "Reference" "C11" - (at 106.172 119.38 0) + (property "Reference" "C9" + (at 106.172 124.46 0) (effects (font (size 1.27 1.27) @@ -7924,7 +8861,7 @@ ) ) (property "Value" "4.7u" - (at 106.172 121.92 0) + (at 106.172 127 0) (effects (font (size 1.27 1.27) @@ -7932,8 +8869,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 104.14 120.65 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 104.14 125.73 0) (effects (font (size 1.27 1.27) @@ -7942,7 +8879,7 @@ ) ) (property "Datasheet" "~" - (at 104.14 120.65 0) + (at 104.14 125.73 0) (effects (font (size 1.27 1.27) @@ -7951,7 +8888,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 104.14 120.65 0) + (at 104.14 125.73 0) (effects (font (size 1.27 1.27) @@ -7968,7 +8905,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "C11") + (reference "C9") (unit 1) ) ) @@ -7976,7 +8913,7 @@ ) (symbol (lib_id "power:+15V") - (at 245.11 22.86 0) + (at 259.08 22.86 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7985,7 +8922,7 @@ (fields_autoplaced yes) (uuid "159961c9-d29b-4b9e-b882-66233e8cdb27") (property "Reference" "#PWR010" - (at 245.11 26.67 0) + (at 259.08 26.67 0) (effects (font (size 1.27 1.27) @@ -7994,7 +8931,7 @@ ) ) (property "Value" "+15V" - (at 245.11 17.78 0) + (at 259.08 17.78 0) (effects (font (size 1.27 1.27) @@ -8002,7 +8939,7 @@ ) ) (property "Footprint" "" - (at 245.11 22.86 0) + (at 259.08 22.86 0) (effects (font (size 1.27 1.27) @@ -8011,7 +8948,7 @@ ) ) (property "Datasheet" "" - (at 245.11 22.86 0) + (at 259.08 22.86 0) (effects (font (size 1.27 1.27) @@ -8020,7 +8957,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+15V\"" - (at 245.11 22.86 0) + (at 259.08 22.86 0) (effects (font (size 1.27 1.27) @@ -8042,15 +8979,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 176.53 110.49 90) + (at 179.07 132.08 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "17a8838c-d816-41a9-ba77-b270b85848e1") - (property "Reference" "R18" - (at 171.704 109.474 90) + (property "Reference" "R20" + (at 174.244 131.064 90) (effects (font (size 1.016 1.016) @@ -8058,15 +8995,15 @@ ) ) (property "Value" "9.76k" - (at 181.102 109.474 90) + (at 183.642 131.064 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 176.53 110.49 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 179.07 132.08 0) (effects (font (size 1.27 1.27) @@ -8075,7 +9012,7 @@ ) ) (property "Datasheet" "~" - (at 176.53 110.49 0) + (at 179.07 132.08 0) (effects (font (size 1.27 1.27) @@ -8084,7 +9021,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 176.53 110.49 0) + (at 179.07 132.08 0) (effects (font (size 1.27 1.27) @@ -8101,7 +9038,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R18") + (reference "R20") (unit 1) ) ) @@ -8109,15 +9046,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 146.05 129.54 90) + (at 148.59 151.13 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp yes) (uuid "182cbabd-9683-4c11-8486-617c6f4fbd42") - (property "Reference" "R14" - (at 146.05 127.508 90) + (property "Reference" "R16" + (at 148.59 149.098 90) (effects (font (size 1.016 1.016) @@ -8125,7 +9062,7 @@ ) ) (property "Value" "R_Small" - (at 146.05 127 90) + (at 148.59 148.59 90) (effects (font (size 1.27 1.27) @@ -8133,8 +9070,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 146.05 129.54 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 148.59 151.13 0) (effects (font (size 1.27 1.27) @@ -8143,7 +9080,7 @@ ) ) (property "Datasheet" "~" - (at 146.05 129.54 0) + (at 148.59 151.13 0) (effects (font (size 1.27 1.27) @@ -8152,7 +9089,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 146.05 129.54 0) + (at 148.59 151.13 0) (effects (font (size 1.27 1.27) @@ -8169,7 +9106,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R14") + (reference "R16") (unit 1) ) ) @@ -8177,15 +9114,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 143.51 99.06 0) + (at 146.05 120.65 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp yes) (uuid "19a208fa-c28e-4a3a-b589-7a446a0b4bd9") - (property "Reference" "R12" - (at 145.288 97.79 0) + (property "Reference" "R15" + (at 147.828 119.38 0) (effects (font (size 1.016 1.016) @@ -8194,7 +9131,7 @@ ) ) (property "Value" "5R1" - (at 145.288 100.33 0) + (at 147.828 121.92 0) (effects (font (size 1.27 1.27) @@ -8202,8 +9139,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 143.51 99.06 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 146.05 120.65 0) (effects (font (size 1.27 1.27) @@ -8212,7 +9149,7 @@ ) ) (property "Datasheet" "~" - (at 143.51 99.06 0) + (at 146.05 120.65 0) (effects (font (size 1.27 1.27) @@ -8221,7 +9158,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 143.51 99.06 0) + (at 146.05 120.65 0) (effects (font (size 1.27 1.27) @@ -8238,7 +9175,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R12") + (reference "R15") (unit 1) ) ) @@ -8246,7 +9183,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 158.75 77.47 0) + (at 161.29 99.06 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8254,8 +9191,8 @@ (dnp no) (fields_autoplaced yes) (uuid "1cf42d02-059e-4c80-9f0c-d7d547e9ead1") - (property "Reference" "C7" - (at 161.29 76.2062 0) + (property "Reference" "C11" + (at 163.83 97.7962 0) (effects (font (size 1.27 1.27) @@ -8264,7 +9201,7 @@ ) ) (property "Value" "1u" - (at 161.29 78.7462 0) + (at 163.83 100.3362 0) (effects (font (size 1.27 1.27) @@ -8272,8 +9209,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 158.75 77.47 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 161.29 99.06 0) (effects (font (size 1.27 1.27) @@ -8282,7 +9219,7 @@ ) ) (property "Datasheet" "~" - (at 158.75 77.47 0) + (at 161.29 99.06 0) (effects (font (size 1.27 1.27) @@ -8291,7 +9228,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 158.75 77.47 0) + (at 161.29 99.06 0) (effects (font (size 1.27 1.27) @@ -8308,7 +9245,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "C7") + (reference "C11") (unit 1) ) ) @@ -8316,15 +9253,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 176.53 125.73 90) + (at 179.07 147.32 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "1d32b008-b848-4636-a30a-f00d371f1d18") - (property "Reference" "R22" - (at 171.704 124.714 90) + (property "Reference" "R24" + (at 174.244 146.304 90) (effects (font (size 1.016 1.016) @@ -8332,15 +9269,15 @@ ) ) (property "Value" "453k" - (at 181.102 124.714 90) + (at 183.642 146.304 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 176.53 125.73 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 179.07 147.32 0) (effects (font (size 1.27 1.27) @@ -8349,7 +9286,7 @@ ) ) (property "Datasheet" "~" - (at 176.53 125.73 0) + (at 179.07 147.32 0) (effects (font (size 1.27 1.27) @@ -8358,7 +9295,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 176.53 125.73 0) + (at 179.07 147.32 0) (effects (font (size 1.27 1.27) @@ -8375,7 +9312,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R22") + (reference "R24") (unit 1) ) ) @@ -8383,7 +9320,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 219.71 27.94 0) + (at 233.68 27.94 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8391,7 +9328,7 @@ (dnp no) (uuid "1e94ef8f-bc25-4f18-bbaf-11393b13ecdb") (property "Reference" "R6" - (at 221.742 26.67 0) + (at 235.712 26.67 0) (effects (font (size 1.016 1.016) @@ -8400,7 +9337,7 @@ ) ) (property "Value" "150k" - (at 221.742 29.21 0) + (at 235.712 29.21 0) (effects (font (size 1.27 1.27) @@ -8408,8 +9345,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 219.71 27.94 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 233.68 27.94 0) (effects (font (size 1.27 1.27) @@ -8418,7 +9355,7 @@ ) ) (property "Datasheet" "~" - (at 219.71 27.94 0) + (at 233.68 27.94 0) (effects (font (size 1.27 1.27) @@ -8427,7 +9364,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 219.71 27.94 0) + (at 233.68 27.94 0) (effects (font (size 1.27 1.27) @@ -8452,7 +9389,7 @@ ) (symbol (lib_id "Battery_Management:BQ24074RGT") - (at 66.04 114.3 0) + (at 66.04 119.38 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8460,8 +9397,8 @@ (dnp no) (fields_autoplaced yes) (uuid "21051250-1b93-4064-94a6-51abdf2b3b29") - (property "Reference" "U4" - (at 68.1833 96.52 0) + (property "Reference" "U3" + (at 68.1833 101.6 0) (effects (font (size 1.27 1.27) @@ -8470,7 +9407,7 @@ ) ) (property "Value" "BQ24074RGT" - (at 68.1833 99.06 0) + (at 68.1833 104.14 0) (effects (font (size 1.27 1.27) @@ -8479,7 +9416,7 @@ ) ) (property "Footprint" "Package_DFN_QFN:VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm" - (at 73.66 128.27 0) + (at 73.66 133.35 0) (effects (font (size 1.27 1.27) @@ -8489,7 +9426,7 @@ ) ) (property "Datasheet" "http://www.ti.com/lit/ds/symlink/bq24074.pdf" - (at 73.66 109.22 0) + (at 73.66 114.3 0) (effects (font (size 1.27 1.27) @@ -8498,7 +9435,7 @@ ) ) (property "Description" "USB-Friendly Li-Ion Battery Charger and Power-Path Management, VQFN-16" - (at 66.04 114.3 0) + (at 66.04 119.38 0) (effects (font (size 1.27 1.27) @@ -8560,42 +9497,42 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "U4") + (reference "U3") (unit 1) ) ) ) ) (symbol - (lib_id "Device:LED_Small") - (at 83.82 129.54 90) + (lib_id "Mechanical:MountingHole") + (at 50.8 162.56 0) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "23bdecb7-56c0-4305-9f07-37c2c8ee022e") - (property "Reference" "D5" - (at 86.36 128.2064 90) + (uuid "21e0656a-4ae9-42e4-9faf-65f2772fdf9a") + (property "Reference" "H5" + (at 53.34 161.2899 0) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Value" "CHG" - (at 86.36 130.7464 90) + (property "Value" "RefShield" + (at 53.34 163.8299 0) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Footprint" "" - (at 83.82 129.54 90) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (at 50.8 162.56 0) (effects (font (size 1.27 1.27) @@ -8604,7 +9541,71 @@ ) ) (property "Datasheet" "~" - (at 83.82 129.54 90) + (at 50.8 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 50.8 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 83.82 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "23bdecb7-56c0-4305-9f07-37c2c8ee022e") + (property "Reference" "D5" + (at 86.36 133.2864 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "CHG" + (at 86.36 135.8264 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 83.82 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 134.62 90) (effects (font (size 1.27 1.27) @@ -8613,7 +9614,7 @@ ) ) (property "Description" "Light emitting diode, small symbol" - (at 83.82 129.54 0) + (at 83.82 134.62 0) (effects (font (size 1.27 1.27) @@ -8622,7 +9623,7 @@ ) ) (property "Sim.Pin" "1=K 2=A" - (at 83.82 129.54 0) + (at 83.82 134.62 0) (effects (font (size 1.27 1.27) @@ -8654,7 +9655,7 @@ (on_board yes) (dnp no) (uuid "260a1b59-bb8f-481a-9ebc-32fa3fc01668") - (property "Reference" "R2" + (property "Reference" "R1" (at 55.118 36.83 0) (effects (font @@ -8672,7 +9673,7 @@ (justify left) ) ) - (property "Footprint" "" + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 53.34 38.1 0) (effects (font @@ -8708,7 +9709,75 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R2") + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:FerriteBead_Small") + (at 170.18 25.4 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2ade63ce-1150-498f-b680-d4cf8a4ab14c") + (property "Reference" "FB1" + (at 170.18 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "FerriteBead_Small" + (at 170.1419 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 170.18 27.178 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.18 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Ferrite bead, small symbol" + (at 170.18 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "aa7f3e76-4040-46e3-8c4c-37976bcb4aa0") + ) + (pin "1" + (uuid "80dcae74-a08e-4844-b852-f36f3f046161") + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "FB1") (unit 1) ) ) @@ -8716,7 +9785,7 @@ ) (symbol (lib_id "power:GND") - (at 66.04 142.24 0) + (at 66.04 147.32 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8724,8 +9793,8 @@ (dnp no) (fields_autoplaced yes) (uuid "2c79e3fc-463a-4a2d-b872-f1239f60fa72") - (property "Reference" "#PWR08" - (at 66.04 148.59 0) + (property "Reference" "#PWR013" + (at 66.04 153.67 0) (effects (font (size 1.27 1.27) @@ -8734,7 +9803,7 @@ ) ) (property "Value" "GND" - (at 66.04 147.32 0) + (at 66.04 152.4 0) (effects (font (size 1.27 1.27) @@ -8742,7 +9811,7 @@ ) ) (property "Footprint" "" - (at 66.04 142.24 0) + (at 66.04 147.32 0) (effects (font (size 1.27 1.27) @@ -8751,7 +9820,7 @@ ) ) (property "Datasheet" "" - (at 66.04 142.24 0) + (at 66.04 147.32 0) (effects (font (size 1.27 1.27) @@ -8760,7 +9829,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 66.04 142.24 0) + (at 66.04 147.32 0) (effects (font (size 1.27 1.27) @@ -8774,149 +9843,42 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR08") + (reference "#PWR013") (unit 1) ) ) ) ) (symbol - (lib_id "Connector:USB_C_Receptacle_USB2.0_14P") - (at 31.75 41.91 0) + (lib_id "Connector_Generic:Conn_01x02") + (at 236.22 113.03 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "34a6f0a0-6e31-4195-85f0-9c4b28426c8c") - (property "Reference" "J2" - (at 31.75 19.05 0) + (uuid "3589bd6a-e5a1-4157-af68-c98cce577b23") + (property "Reference" "J4" + (at 238.76 113.0299 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "USB_C_Receptacle_USB2.0_14P" - (at 31.75 21.59 0) + (property "Value" "V_OUT" + (at 238.76 115.5699 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 35.56 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" - (at 35.56 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "USB 2.0-only 14P Type-C Receptacle connector" - (at 31.75 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "B1" - (uuid "059fb2fa-b4dd-453a-b2b9-bd0470dc269b") - ) - (pin "A12" - (uuid "0ad6fcb8-e692-4b79-bad9-534a02d6d4f6") - ) - (pin "A1" - (uuid "16e6b313-7faf-4521-980e-ff5700cfb5d5") - ) - (pin "S1" - (uuid "ddde7eef-0c9f-410b-9129-fabb33197a81") - ) - (pin "A9" - (uuid "d3bea4c4-9107-4f8c-b1ee-dfde1f76e12c") - ) - (pin "A5" - (uuid "6e6b74a4-e12a-4ba3-9319-9909e5461d33") - ) - (pin "B5" - (uuid "9d205d76-aa9b-4094-ae28-0a9ffec114ef") - ) - (pin "B7" - (uuid "0b88b008-01e3-4637-9591-4428291fded4") - ) - (pin "B4" - (uuid "17800c80-bed4-4d79-a467-bf3b8e4842a8") - ) - (pin "B6" - (uuid "0b5252af-6e79-437a-b604-0bcb81605720") - ) - (pin "B12" - (uuid "d600718f-8c7b-4d16-b3f3-1b8b6a055dba") - ) - (pin "A4" - (uuid "d89f9e6e-4397-4021-b74f-efc3f81035bc") - ) - (pin "A7" - (uuid "2309f228-b322-468e-8960-af3db70e5be2") - ) - (pin "B9" - (uuid "9afcc4c4-73dd-49a1-b700-abbed3dded63") - ) - (pin "A6" - (uuid "837198ae-cd67-4e17-9436-3c16a4105e95") - ) - (instances - (project "" - (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "J2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Jumper:SolderJumper_2_Open") - (at 41.91 129.54 90) - (unit 1) - (exclude_from_sim no) - (in_bom no) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "39f2901f-af39-4083-8def-7f7152170acd") - (property "Reference" "JP1" - (at 44.45 128.2699 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "0.5A" - (at 44.45 130.8099 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 41.91 129.54 0) + (property "Footprint" "Connector_Wire:SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm" + (at 236.22 113.03 0) (effects (font (size 1.27 1.27) @@ -8925,7 +9887,77 @@ ) ) (property "Datasheet" "~" - (at 41.91 129.54 0) + (at 236.22 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 236.22 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "a61e4a13-23e4-430e-9058-6b35fb8e035b") + ) + (pin "1" + (uuid "0db9ecd3-b15b-4cc3-8bc5-d5fa399d8887") + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_2_Open") + (at 41.91 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "39f2901f-af39-4083-8def-7f7152170acd") + (property "Reference" "JP2" + (at 44.45 133.3499 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.5A" + (at 44.45 135.8899 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 41.91 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 134.62 0) (effects (font (size 1.27 1.27) @@ -8934,7 +9966,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, open" - (at 41.91 129.54 0) + (at 41.91 134.62 0) (effects (font (size 1.27 1.27) @@ -8951,31 +9983,33 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "JP1") + (reference "JP2") (unit 1) ) ) ) ) (symbol - (lib_id "Jumper:SolderJumper_2_Open") - (at 185.42 125.73 0) + (lib_id "power:PWR_FLAG") + (at 58.42 26.67 0) (unit 1) (exclude_from_sim no) - (in_bom no) + (in_bom yes) (on_board yes) (dnp no) - (uuid "3b1ff921-893d-4cbf-83b4-e57d4d9b8bd8") - (property "Reference" "JP9" - (at 188.722 124.714 0) + (fields_autoplaced yes) + (uuid "39fcd6f3-564c-479a-a79e-d90c5086cee2") + (property "Reference" "#FLG02" + (at 58.42 24.765 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "SolderJumper_2_Open" - (at 185.42 121.92 0) + (property "Value" "PWR_FLAG" + (at 58.42 21.59 0) (effects (font (size 1.27 1.27) @@ -8984,7 +10018,7 @@ ) ) (property "Footprint" "" - (at 185.42 125.73 0) + (at 58.42 26.67 0) (effects (font (size 1.27 1.27) @@ -8993,7 +10027,72 @@ ) ) (property "Datasheet" "~" - (at 185.42 125.73 0) + (at 58.42 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 58.42 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "354e8401-727c-42fa-b9cc-6244279221ab") + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_2_Open") + (at 187.96 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (uuid "3b1ff921-893d-4cbf-83b4-e57d4d9b8bd8") + (property "Reference" "JP9" + (at 191.262 146.304 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 187.96 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 187.96 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 147.32 0) (effects (font (size 1.27 1.27) @@ -9002,7 +10101,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, open" - (at 185.42 125.73 0) + (at 187.96 147.32 0) (effects (font (size 1.27 1.27) @@ -9027,7 +10126,7 @@ ) (symbol (lib_id "Connector:TestPoint") - (at 163.83 25.4 0) + (at 162.56 25.4 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9035,7 +10134,7 @@ (dnp no) (uuid "3c0f7f29-91b5-43f8-8be8-883df5f27e8c") (property "Reference" "TP2" - (at 165.354 20.828 0) + (at 160.782 19.812 0) (effects (font (size 1.27 1.27) @@ -9044,7 +10143,7 @@ ) ) (property "Value" "TestPoint" - (at 166.37 23.3679 0) + (at 165.1 23.3679 0) (effects (font (size 1.27 1.27) @@ -9053,8 +10152,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 168.91 25.4 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 167.64 25.4 0) (effects (font (size 1.27 1.27) @@ -9063,7 +10162,7 @@ ) ) (property "Datasheet" "~" - (at 168.91 25.4 0) + (at 167.64 25.4 0) (effects (font (size 1.27 1.27) @@ -9072,7 +10171,7 @@ ) ) (property "Description" "test point" - (at 163.83 25.4 0) + (at 162.56 25.4 0) (effects (font (size 1.27 1.27) @@ -9094,7 +10193,7 @@ ) (symbol (lib_id "power:GND") - (at 203.2 45.72 0) + (at 217.17 45.72 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9103,7 +10202,7 @@ (fields_autoplaced yes) (uuid "3ec033fe-320d-43e6-b33b-258aae10cbf7") (property "Reference" "#PWR09" - (at 203.2 52.07 0) + (at 217.17 52.07 0) (effects (font (size 1.27 1.27) @@ -9112,7 +10211,7 @@ ) ) (property "Value" "GND" - (at 203.2 50.8 0) + (at 217.17 50.8 0) (effects (font (size 1.27 1.27) @@ -9120,7 +10219,7 @@ ) ) (property "Footprint" "" - (at 203.2 45.72 0) + (at 217.17 45.72 0) (effects (font (size 1.27 1.27) @@ -9129,7 +10228,7 @@ ) ) (property "Datasheet" "" - (at 203.2 45.72 0) + (at 217.17 45.72 0) (effects (font (size 1.27 1.27) @@ -9138,7 +10237,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 203.2 45.72 0) + (at 217.17 45.72 0) (effects (font (size 1.27 1.27) @@ -9160,15 +10259,15 @@ ) (symbol (lib_id "Connector:TestPoint") - (at 203.2 91.44 0) + (at 205.74 113.03 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "401bc557-671d-4967-ae63-91944aa4eb84") - (property "Reference" "TP5" - (at 204.724 86.868 0) + (property "Reference" "TP6" + (at 207.264 108.458 0) (effects (font (size 1.27 1.27) @@ -9177,7 +10276,7 @@ ) ) (property "Value" "TestPoint" - (at 205.74 89.4079 0) + (at 208.28 110.9979 0) (effects (font (size 1.27 1.27) @@ -9186,8 +10285,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 208.28 91.44 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 210.82 113.03 0) (effects (font (size 1.27 1.27) @@ -9196,7 +10295,7 @@ ) ) (property "Datasheet" "~" - (at 208.28 91.44 0) + (at 210.82 113.03 0) (effects (font (size 1.27 1.27) @@ -9205,7 +10304,7 @@ ) ) (property "Description" "test point" - (at 203.2 91.44 0) + (at 205.74 113.03 0) (effects (font (size 1.27 1.27) @@ -9219,7 +10318,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "TP5") + (reference "TP6") (unit 1) ) ) @@ -9227,7 +10326,7 @@ ) (symbol (lib_id "power:+15V") - (at 127 72.39 0) + (at 129.54 93.98 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9235,8 +10334,8 @@ (dnp no) (fields_autoplaced yes) (uuid "41c5c7e0-fe32-4668-9229-f938ac263966") - (property "Reference" "#PWR011" - (at 127 76.2 0) + (property "Reference" "#PWR018" + (at 129.54 97.79 0) (effects (font (size 1.27 1.27) @@ -9245,7 +10344,7 @@ ) ) (property "Value" "+15V" - (at 127 67.31 0) + (at 129.54 88.9 0) (effects (font (size 1.27 1.27) @@ -9253,7 +10352,7 @@ ) ) (property "Footprint" "" - (at 127 72.39 0) + (at 129.54 93.98 0) (effects (font (size 1.27 1.27) @@ -9262,7 +10361,7 @@ ) ) (property "Datasheet" "" - (at 127 72.39 0) + (at 129.54 93.98 0) (effects (font (size 1.27 1.27) @@ -9271,7 +10370,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+15V\"" - (at 127 72.39 0) + (at 129.54 93.98 0) (effects (font (size 1.27 1.27) @@ -9285,7 +10384,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR011") + (reference "#PWR018") (unit 1) ) ) @@ -9293,7 +10392,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 33.02 137.16 0) + (at 33.02 142.24 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9301,7 +10400,7 @@ (dnp no) (uuid "43ca5cac-ad4c-4a0a-84a6-1bbe30d3a4c0") (property "Reference" "R10" - (at 36.068 135.89 0) + (at 36.068 140.97 0) (effects (font (size 1.016 1.016) @@ -9310,7 +10409,7 @@ ) ) (property "Value" "1k" - (at 36.068 138.43 0) + (at 36.068 143.51 0) (effects (font (size 1.27 1.27) @@ -9318,8 +10417,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 33.02 137.16 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 33.02 142.24 0) (effects (font (size 1.27 1.27) @@ -9328,7 +10427,7 @@ ) ) (property "Datasheet" "~" - (at 33.02 137.16 0) + (at 33.02 142.24 0) (effects (font (size 1.27 1.27) @@ -9337,7 +10436,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 33.02 137.16 0) + (at 33.02 142.24 0) (effects (font (size 1.27 1.27) @@ -9362,15 +10461,15 @@ ) (symbol (lib_id "power:GND") - (at 179.07 99.06 0) + (at 181.61 120.65 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "44a798cf-38b0-4105-8505-534c6edc9e46") - (property "Reference" "#PWR014" - (at 179.07 105.41 0) + (property "Reference" "#PWR021" + (at 181.61 127 0) (effects (font (size 1.27 1.27) @@ -9379,7 +10478,7 @@ ) ) (property "Value" "GND" - (at 179.07 102.87 0) + (at 181.61 124.46 0) (effects (font (size 1.27 1.27) @@ -9387,7 +10486,7 @@ ) ) (property "Footprint" "" - (at 179.07 99.06 0) + (at 181.61 120.65 0) (effects (font (size 1.27 1.27) @@ -9396,7 +10495,7 @@ ) ) (property "Datasheet" "" - (at 179.07 99.06 0) + (at 181.61 120.65 0) (effects (font (size 1.27 1.27) @@ -9405,7 +10504,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 179.07 99.06 0) + (at 181.61 120.65 0) (effects (font (size 1.27 1.27) @@ -9419,7 +10518,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR014") + (reference "#PWR021") (unit 1) ) ) @@ -9427,7 +10526,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 163.83 33.02 0) + (at 162.56 33.02 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9436,7 +10535,7 @@ (fields_autoplaced yes) (uuid "46f45ec3-3a62-41a0-97dc-6e51164a0d78") (property "Reference" "C2" - (at 166.37 31.7562 0) + (at 165.1 31.7562 0) (effects (font (size 1.27 1.27) @@ -9445,7 +10544,7 @@ ) ) (property "Value" "22u" - (at 166.37 34.2962 0) + (at 165.1 34.2962 0) (effects (font (size 1.27 1.27) @@ -9453,8 +10552,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 163.83 33.02 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 162.56 33.02 0) (effects (font (size 1.27 1.27) @@ -9463,7 +10562,7 @@ ) ) (property "Datasheet" "~" - (at 163.83 33.02 0) + (at 162.56 33.02 0) (effects (font (size 1.27 1.27) @@ -9472,7 +10571,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 163.83 33.02 0) + (at 162.56 33.02 0) (effects (font (size 1.27 1.27) @@ -9497,15 +10596,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 176.53 114.3 90) + (at 179.07 135.89 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "4716f096-9954-42d2-89ae-804aa8ba6e87") - (property "Reference" "R19" - (at 171.704 113.284 90) + (property "Reference" "R21" + (at 174.244 134.874 90) (effects (font (size 1.016 1.016) @@ -9513,15 +10612,15 @@ ) ) (property "Value" "56.2k" - (at 181.102 113.284 90) + (at 183.642 134.874 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 176.53 114.3 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 179.07 135.89 0) (effects (font (size 1.27 1.27) @@ -9530,7 +10629,7 @@ ) ) (property "Datasheet" "~" - (at 176.53 114.3 0) + (at 179.07 135.89 0) (effects (font (size 1.27 1.27) @@ -9539,7 +10638,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 176.53 114.3 0) + (at 179.07 135.89 0) (effects (font (size 1.27 1.27) @@ -9556,7 +10655,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R19") + (reference "R21") (unit 1) ) ) @@ -9571,7 +10670,7 @@ (on_board yes) (dnp no) (uuid "4786c49d-8d08-41de-b894-8fdde8d1ff8e") - (property "Reference" "U2" + (property "Reference" "U1" (at 130.556 39.878 0) (effects (font @@ -9637,7 +10736,71 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "U2") + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 25.4 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4967dd0e-c69b-4fb0-8fe2-e01247d66553") + (property "Reference" "H1" + (at 27.94 161.2899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 27.94 163.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H1") (unit 1) ) ) @@ -9645,7 +10808,7 @@ ) (symbol (lib_id "power:-BATT") - (at 104.14 125.73 180) + (at 104.14 130.81 180) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9653,8 +10816,8 @@ (dnp no) (fields_autoplaced yes) (uuid "4c231040-5605-4dcc-8fad-95c64f9a5db7") - (property "Reference" "#PWR021" - (at 104.14 121.92 0) + (property "Reference" "#PWR017" + (at 104.14 127 0) (effects (font (size 1.27 1.27) @@ -9663,7 +10826,7 @@ ) ) (property "Value" "-BATT" - (at 104.14 130.81 0) + (at 104.14 135.89 0) (effects (font (size 1.27 1.27) @@ -9671,7 +10834,7 @@ ) ) (property "Footprint" "" - (at 104.14 125.73 0) + (at 104.14 130.81 0) (effects (font (size 1.27 1.27) @@ -9680,7 +10843,7 @@ ) ) (property "Datasheet" "" - (at 104.14 125.73 0) + (at 104.14 130.81 0) (effects (font (size 1.27 1.27) @@ -9689,7 +10852,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"-BATT\"" - (at 104.14 125.73 0) + (at 104.14 130.81 0) (effects (font (size 1.27 1.27) @@ -9703,7 +10866,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR021") + (reference "#PWR017") (unit 1) ) ) @@ -9719,7 +10882,7 @@ (dnp no) (fields_autoplaced yes) (uuid "4ebbff9d-e233-4f6f-98de-b5d51dcfac4e") - (property "Reference" "#PWR04" + (property "Reference" "#PWR02" (at 57.15 54.61 0) (effects (font @@ -9769,7 +10932,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR04") + (reference "#PWR02") (unit 1) ) ) @@ -9777,7 +10940,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 184.15 38.1 0) + (at 198.12 38.1 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9785,7 +10948,7 @@ (dnp no) (uuid "4fb2800d-5425-443b-b9fe-749b1d65ca8a") (property "Reference" "C5" - (at 186.182 36.83 0) + (at 200.152 36.83 0) (effects (font (size 1.27 1.27) @@ -9794,7 +10957,7 @@ ) ) (property "Value" "4.7u" - (at 186.182 39.37 0) + (at 200.152 39.37 0) (effects (font (size 1.27 1.27) @@ -9802,8 +10965,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 184.15 38.1 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 198.12 38.1 0) (effects (font (size 1.27 1.27) @@ -9812,7 +10975,7 @@ ) ) (property "Datasheet" "~" - (at 184.15 38.1 0) + (at 198.12 38.1 0) (effects (font (size 1.27 1.27) @@ -9821,7 +10984,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 184.15 38.1 0) + (at 198.12 38.1 0) (effects (font (size 1.27 1.27) @@ -9872,7 +11035,7 @@ (justify left) ) ) - (property "Footprint" "" + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" (at 114.3 34.29 0) (effects (font @@ -9916,7 +11079,7 @@ ) (symbol (lib_id "Device:D_Schottky_Small") - (at 90.17 26.67 180) + (at 88.9 26.67 180) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9925,7 +11088,7 @@ (fields_autoplaced yes) (uuid "55388cd1-692a-418a-ad35-585ef0bf4b25") (property "Reference" "D2" - (at 90.424 20.32 0) + (at 89.154 20.32 0) (effects (font (size 1.27 1.27) @@ -9933,15 +11096,15 @@ ) ) (property "Value" "SS34" - (at 90.424 22.86 0) + (at 89.154 22.86 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 90.17 26.67 90) + (property "Footprint" "Diode_SMD:D_SMA" + (at 88.9 26.67 90) (effects (font (size 1.27 1.27) @@ -9950,7 +11113,7 @@ ) ) (property "Datasheet" "~" - (at 90.17 26.67 90) + (at 88.9 26.67 90) (effects (font (size 1.27 1.27) @@ -9959,7 +11122,7 @@ ) ) (property "Description" "Schottky diode, small symbol" - (at 90.17 26.67 0) + (at 88.9 26.67 0) (effects (font (size 1.27 1.27) @@ -9984,7 +11147,7 @@ ) (symbol (lib_id "power:GND") - (at 96.52 125.73 0) + (at 96.52 130.81 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9992,8 +11155,8 @@ (dnp no) (fields_autoplaced yes) (uuid "566cd586-3750-4574-af3e-073d4859fdee") - (property "Reference" "#PWR019" - (at 96.52 132.08 0) + (property "Reference" "#PWR015" + (at 96.52 137.16 0) (effects (font (size 1.27 1.27) @@ -10002,7 +11165,7 @@ ) ) (property "Value" "GND" - (at 96.52 130.81 0) + (at 96.52 135.89 0) (effects (font (size 1.27 1.27) @@ -10010,7 +11173,7 @@ ) ) (property "Footprint" "" - (at 96.52 125.73 0) + (at 96.52 130.81 0) (effects (font (size 1.27 1.27) @@ -10019,7 +11182,7 @@ ) ) (property "Datasheet" "" - (at 96.52 125.73 0) + (at 96.52 130.81 0) (effects (font (size 1.27 1.27) @@ -10028,7 +11191,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 96.52 125.73 0) + (at 96.52 130.81 0) (effects (font (size 1.27 1.27) @@ -10042,7 +11205,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR019") + (reference "#PWR015") (unit 1) ) ) @@ -10050,7 +11213,7 @@ ) (symbol (lib_id "power:GND") - (at 127 123.19 0) + (at 129.54 144.78 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10058,8 +11221,8 @@ (dnp no) (fields_autoplaced yes) (uuid "57aceb0c-bfa8-4442-be8b-60bf02a8133d") - (property "Reference" "#PWR012" - (at 127 129.54 0) + (property "Reference" "#PWR019" + (at 129.54 151.13 0) (effects (font (size 1.27 1.27) @@ -10068,7 +11231,7 @@ ) ) (property "Value" "GND" - (at 127 128.27 0) + (at 129.54 149.86 0) (effects (font (size 1.27 1.27) @@ -10076,7 +11239,7 @@ ) ) (property "Footprint" "" - (at 127 123.19 0) + (at 129.54 144.78 0) (effects (font (size 1.27 1.27) @@ -10085,7 +11248,7 @@ ) ) (property "Datasheet" "" - (at 127 123.19 0) + (at 129.54 144.78 0) (effects (font (size 1.27 1.27) @@ -10094,7 +11257,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 127 123.19 0) + (at 129.54 144.78 0) (effects (font (size 1.27 1.27) @@ -10108,7 +11271,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR012") + (reference "#PWR019") (unit 1) ) ) @@ -10116,7 +11279,7 @@ ) (symbol (lib_id "Device:LED_Small") - (at 231.14 38.1 90) + (at 245.11 38.1 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10124,8 +11287,8 @@ (dnp yes) (fields_autoplaced yes) (uuid "5ca6a540-f15f-4c80-8795-0a4124dffad5") - (property "Reference" "D3" - (at 233.68 36.7664 90) + (property "Reference" "D4" + (at 247.65 36.7664 90) (effects (font (size 1.27 1.27) @@ -10134,7 +11297,7 @@ ) ) (property "Value" "LDO_GOOD" - (at 233.68 39.3064 90) + (at 247.65 39.3064 90) (effects (font (size 1.27 1.27) @@ -10142,8 +11305,8 @@ (justify right) ) ) - (property "Footprint" "" - (at 231.14 38.1 90) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 245.11 38.1 90) (effects (font (size 1.27 1.27) @@ -10152,7 +11315,7 @@ ) ) (property "Datasheet" "~" - (at 231.14 38.1 90) + (at 245.11 38.1 90) (effects (font (size 1.27 1.27) @@ -10161,7 +11324,7 @@ ) ) (property "Description" "Light emitting diode, small symbol" - (at 231.14 38.1 0) + (at 245.11 38.1 0) (effects (font (size 1.27 1.27) @@ -10170,7 +11333,7 @@ ) ) (property "Sim.Pin" "1=K 2=A" - (at 231.14 38.1 0) + (at 245.11 38.1 0) (effects (font (size 1.27 1.27) @@ -10187,7 +11350,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "D3") + (reference "D4") (unit 1) ) ) @@ -10195,7 +11358,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 166.37 77.47 0) + (at 168.91 99.06 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10203,8 +11366,8 @@ (dnp no) (fields_autoplaced yes) (uuid "5d1761af-54d2-4cfa-9e9b-ac6047d9bab5") - (property "Reference" "C8" - (at 168.91 76.2062 0) + (property "Reference" "C12" + (at 171.45 97.7962 0) (effects (font (size 1.27 1.27) @@ -10213,7 +11376,7 @@ ) ) (property "Value" "100n" - (at 168.91 78.7462 0) + (at 171.45 100.3362 0) (effects (font (size 1.27 1.27) @@ -10221,8 +11384,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 166.37 77.47 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 168.91 99.06 0) (effects (font (size 1.27 1.27) @@ -10231,7 +11394,7 @@ ) ) (property "Datasheet" "~" - (at 166.37 77.47 0) + (at 168.91 99.06 0) (effects (font (size 1.27 1.27) @@ -10240,7 +11403,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 166.37 77.47 0) + (at 168.91 99.06 0) (effects (font (size 1.27 1.27) @@ -10257,7 +11420,71 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "C8") + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 50.8 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5fbca980-ba35-4923-9ca2-f258f3739a5d") + (property "Reference" "H7" + (at 53.34 171.4499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "RefShield" + (at 53.34 173.9899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (at 50.8 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 50.8 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H7") (unit 1) ) ) @@ -10273,7 +11500,7 @@ (dnp no) (fields_autoplaced yes) (uuid "61d05bcc-7269-44a1-bf60-90db61e6df3f") - (property "Reference" "D4" + (property "Reference" "D1" (at 53.594 20.32 0) (effects (font @@ -10289,7 +11516,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "Diode_SMD:D_SMA" (at 53.34 26.67 90) (effects (font @@ -10325,7 +11552,71 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "D4") + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 50.8 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "683aca01-1283-4410-9111-a74bf76c5b52") + (property "Reference" "H8" + (at 53.34 176.5299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "RefShield" + (at 53.34 179.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2_ISO7380" + (at 50.8 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 50.8 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H8") (unit 1) ) ) @@ -10333,7 +11624,7 @@ ) (symbol (lib_id "power:VDD") - (at 86.36 102.87 0) + (at 86.36 107.95 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10341,8 +11632,8 @@ (dnp no) (fields_autoplaced yes) (uuid "693812b6-2536-4fa6-a1fc-2844fc8940f0") - (property "Reference" "#PWR017" - (at 86.36 106.68 0) + (property "Reference" "#PWR014" + (at 86.36 111.76 0) (effects (font (size 1.27 1.27) @@ -10351,7 +11642,7 @@ ) ) (property "Value" "VDD" - (at 86.36 97.79 0) + (at 86.36 102.87 0) (effects (font (size 1.27 1.27) @@ -10359,7 +11650,7 @@ ) ) (property "Footprint" "" - (at 86.36 102.87 0) + (at 86.36 107.95 0) (effects (font (size 1.27 1.27) @@ -10368,7 +11659,7 @@ ) ) (property "Datasheet" "" - (at 86.36 102.87 0) + (at 86.36 107.95 0) (effects (font (size 1.27 1.27) @@ -10377,7 +11668,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"VDD\"" - (at 86.36 102.87 0) + (at 86.36 107.95 0) (effects (font (size 1.27 1.27) @@ -10391,7 +11682,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR017") + (reference "#PWR014") (unit 1) ) ) @@ -10423,7 +11714,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 153.67 34.29 0) (effects (font @@ -10474,7 +11765,7 @@ (on_board yes) (dnp no) (uuid "6b111341-5f3e-4e6f-98ec-0453c4f4b833") - (property "Reference" "R1" + (property "Reference" "R2" (at 62.738 36.83 0) (effects (font @@ -10492,7 +11783,7 @@ (justify left) ) ) - (property "Footprint" "" + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 60.96 38.1 0) (effects (font @@ -10528,7 +11819,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R1") + (reference "R2") (unit 1) ) ) @@ -10536,15 +11827,15 @@ ) (symbol (lib_id "Connector:TestPoint") - (at 246.38 25.4 270) + (at 260.35 25.4 270) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "6beb77ae-88dd-4336-bd98-70dc1e159106") - (property "Reference" "TP3" - (at 250.952 26.924 0) + (property "Reference" "TP4" + (at 264.922 26.924 0) (effects (font (size 1.27 1.27) @@ -10553,7 +11844,7 @@ ) ) (property "Value" "TestPoint" - (at 248.4121 27.94 0) + (at 262.3821 27.94 0) (effects (font (size 1.27 1.27) @@ -10562,8 +11853,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 246.38 30.48 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 260.35 30.48 0) (effects (font (size 1.27 1.27) @@ -10572,7 +11863,7 @@ ) ) (property "Datasheet" "~" - (at 246.38 30.48 0) + (at 260.35 30.48 0) (effects (font (size 1.27 1.27) @@ -10581,7 +11872,7 @@ ) ) (property "Description" "test point" - (at 246.38 25.4 0) + (at 260.35 25.4 0) (effects (font (size 1.27 1.27) @@ -10595,7 +11886,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "TP3") + (reference "TP4") (unit 1) ) ) @@ -10603,7 +11894,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 49.53 90.17 0) + (at 49.53 95.25 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10611,8 +11902,8 @@ (dnp no) (fields_autoplaced yes) (uuid "6f1aea0c-2a82-4bb2-b9f5-e815ac73415f") - (property "Reference" "C9" - (at 52.07 88.9062 0) + (property "Reference" "C7" + (at 52.07 93.9862 0) (effects (font (size 1.27 1.27) @@ -10621,7 +11912,7 @@ ) ) (property "Value" "1u" - (at 52.07 91.4462 0) + (at 52.07 96.5262 0) (effects (font (size 1.27 1.27) @@ -10629,8 +11920,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 49.53 90.17 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 49.53 95.25 0) (effects (font (size 1.27 1.27) @@ -10639,7 +11930,7 @@ ) ) (property "Datasheet" "~" - (at 49.53 90.17 0) + (at 49.53 95.25 0) (effects (font (size 1.27 1.27) @@ -10648,7 +11939,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 49.53 90.17 0) + (at 49.53 95.25 0) (effects (font (size 1.27 1.27) @@ -10665,7 +11956,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "C9") + (reference "C7") (unit 1) ) ) @@ -10681,7 +11972,7 @@ (dnp no) (fields_autoplaced yes) (uuid "6f24033a-3b9c-4c4f-9c69-519eb122c2fa") - (property "Reference" "#PWR05" + (property "Reference" "#PWR07" (at 134.62 53.34 0) (effects (font @@ -10731,7 +12022,71 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR05") + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 25.4 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "758e42bf-274b-4bbf-8e27-48c1e9f21260") + (property "Reference" "H3" + (at 27.94 171.4499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 27.94 173.9899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (at 25.4 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 25.4 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H3") (unit 1) ) ) @@ -10747,7 +12102,7 @@ (dnp no) (fields_autoplaced yes) (uuid "7e4d1c0f-4f9d-4296-a5a0-a9e8916ef946") - (property "Reference" "#PWR06" + (property "Reference" "#PWR03" (at 62.23 27.94 0) (effects (font @@ -10797,7 +12152,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR06") + (reference "#PWR03") (unit 1) ) ) @@ -10805,7 +12160,7 @@ ) (symbol (lib_id "power:GND") - (at 49.53 95.25 0) + (at 49.53 100.33 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10813,8 +12168,8 @@ (dnp no) (fields_autoplaced yes) (uuid "7e755027-b4d5-4a2e-b516-666073519fe6") - (property "Reference" "#PWR016" - (at 49.53 101.6 0) + (property "Reference" "#PWR011" + (at 49.53 106.68 0) (effects (font (size 1.27 1.27) @@ -10823,7 +12178,7 @@ ) ) (property "Value" "GND" - (at 49.53 100.33 0) + (at 49.53 105.41 0) (effects (font (size 1.27 1.27) @@ -10831,7 +12186,7 @@ ) ) (property "Footprint" "" - (at 49.53 95.25 0) + (at 49.53 100.33 0) (effects (font (size 1.27 1.27) @@ -10840,7 +12195,7 @@ ) ) (property "Datasheet" "" - (at 49.53 95.25 0) + (at 49.53 100.33 0) (effects (font (size 1.27 1.27) @@ -10849,7 +12204,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 49.53 95.25 0) + (at 49.53 100.33 0) (effects (font (size 1.27 1.27) @@ -10863,7 +12218,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR016") + (reference "#PWR011") (unit 1) ) ) @@ -10895,7 +12250,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "Inductor_SMD:L_APV_APH0630" (at 134.62 25.4 0) (effects (font @@ -10947,7 +12302,7 @@ (dnp no) (fields_autoplaced yes) (uuid "81a5dbda-78a5-445f-871a-91b1b8a50d3d") - (property "Reference" "D1" + (property "Reference" "D3" (at 153.924 19.05 0) (effects (font @@ -10963,7 +12318,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "Diode_SMD:D_SOD-323" (at 153.67 25.4 90) (effects (font @@ -10999,7 +12354,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "D1") + (reference "D3") (unit 1) ) ) @@ -11007,15 +12362,15 @@ ) (symbol (lib_id "Connector:TestPoint") - (at 149.86 93.98 0) + (at 152.4 115.57 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "825b2489-4ac1-4d8e-94c0-fc158686f99a") - (property "Reference" "TP4" - (at 151.384 89.408 0) + (property "Reference" "TP5" + (at 153.924 110.998 0) (effects (font (size 1.27 1.27) @@ -11024,7 +12379,7 @@ ) ) (property "Value" "VZ_RAW" - (at 151.384 91.948 0) + (at 153.924 113.538 0) (effects (font (size 1.27 1.27) @@ -11032,8 +12387,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 154.94 93.98 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 157.48 115.57 0) (effects (font (size 1.27 1.27) @@ -11042,7 +12397,7 @@ ) ) (property "Datasheet" "~" - (at 154.94 93.98 0) + (at 157.48 115.57 0) (effects (font (size 1.27 1.27) @@ -11051,7 +12406,7 @@ ) ) (property "Description" "test point" - (at 149.86 93.98 0) + (at 152.4 115.57 0) (effects (font (size 1.27 1.27) @@ -11065,7 +12420,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "TP4") + (reference "TP5") (unit 1) ) ) @@ -11073,7 +12428,7 @@ ) (symbol (lib_id "PCM_Amplifier_Operational_AKL:LT1001CS8") - (at 181.61 91.44 0) + (at 184.15 113.03 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11082,7 +12437,7 @@ (fields_autoplaced yes) (uuid "8380c06f-be97-4214-a94d-bd897467bd02") (property "Reference" "U5" - (at 193.04 85.0198 0) + (at 195.58 106.6098 0) (effects (font (size 1.27 1.27) @@ -11090,7 +12445,7 @@ ) ) (property "Value" "LT1001CS8" - (at 193.04 87.5598 0) + (at 195.58 109.1498 0) (effects (font (size 1.27 1.27) @@ -11098,7 +12453,7 @@ ) ) (property "Footprint" "PCM_Package_SO_AKL:SO-8_3.9x4.9mm_P1.27mm" - (at 181.61 91.44 0) + (at 184.15 113.03 0) (effects (font (size 1.27 1.27) @@ -11107,7 +12462,7 @@ ) ) (property "Datasheet" "https://www.tme.eu/Document/6e981ae9bb77771acbadec854038a5cd/1001fb.pdf" - (at 181.61 91.44 0) + (at 184.15 113.03 0) (effects (font (size 1.27 1.27) @@ -11116,7 +12471,7 @@ ) ) (property "Description" "SO-8 Precision Operational Amplifier, 60μV Offset, 1μV/°C Drift, 800kHz GBW, Alternate KiCAD Library" - (at 181.61 91.44 0) + (at 184.15 113.03 0) (effects (font (size 1.27 1.27) @@ -11159,7 +12514,7 @@ ) (symbol (lib_id "power:+BATT") - (at 100.33 110.49 0) + (at 100.33 115.57 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11167,8 +12522,8 @@ (dnp no) (fields_autoplaced yes) (uuid "89fd80e5-6391-494f-acb6-1f13811fddc0") - (property "Reference" "#PWR020" - (at 100.33 114.3 0) + (property "Reference" "#PWR016" + (at 100.33 119.38 0) (effects (font (size 1.27 1.27) @@ -11177,7 +12532,7 @@ ) ) (property "Value" "+BATT" - (at 100.33 105.41 0) + (at 100.33 110.49 0) (effects (font (size 1.27 1.27) @@ -11185,7 +12540,7 @@ ) ) (property "Footprint" "" - (at 100.33 110.49 0) + (at 100.33 115.57 0) (effects (font (size 1.27 1.27) @@ -11194,7 +12549,7 @@ ) ) (property "Datasheet" "" - (at 100.33 110.49 0) + (at 100.33 115.57 0) (effects (font (size 1.27 1.27) @@ -11203,7 +12558,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+BATT\"" - (at 100.33 110.49 0) + (at 100.33 115.57 0) (effects (font (size 1.27 1.27) @@ -11217,7 +12572,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR020") + (reference "#PWR016") (unit 1) ) ) @@ -11225,15 +12580,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 132.08 90.17 0) + (at 134.62 111.76 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "8b3ba1f8-e058-4d6a-8585-6e9e0ecf1baa") - (property "Reference" "R13" - (at 133.858 88.9 0) + (property "Reference" "R14" + (at 136.398 110.49 0) (effects (font (size 1.016 1.016) @@ -11242,7 +12597,7 @@ ) ) (property "Value" "7.5k" - (at 133.858 91.44 0) + (at 136.398 113.03 0) (effects (font (size 1.27 1.27) @@ -11250,8 +12605,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 132.08 90.17 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 134.62 111.76 0) (effects (font (size 1.27 1.27) @@ -11260,7 +12615,7 @@ ) ) (property "Datasheet" "~" - (at 132.08 90.17 0) + (at 134.62 111.76 0) (effects (font (size 1.27 1.27) @@ -11269,7 +12624,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 132.08 90.17 0) + (at 134.62 111.76 0) (effects (font (size 1.27 1.27) @@ -11286,7 +12641,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R13") + (reference "R14") (unit 1) ) ) @@ -11294,15 +12649,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 146.05 137.16 90) + (at 148.59 158.75 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp yes) (uuid "8c205e8d-296c-4243-a91c-49e0ca616e06") - (property "Reference" "R16" - (at 146.05 135.128 90) + (property "Reference" "R18" + (at 148.59 156.718 90) (effects (font (size 1.016 1.016) @@ -11310,7 +12665,7 @@ ) ) (property "Value" "R_Small" - (at 146.05 134.62 90) + (at 148.59 156.21 90) (effects (font (size 1.27 1.27) @@ -11318,8 +12673,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 146.05 137.16 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 148.59 158.75 0) (effects (font (size 1.27 1.27) @@ -11328,7 +12683,7 @@ ) ) (property "Datasheet" "~" - (at 146.05 137.16 0) + (at 148.59 158.75 0) (effects (font (size 1.27 1.27) @@ -11337,7 +12692,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 146.05 137.16 0) + (at 148.59 158.75 0) (effects (font (size 1.27 1.27) @@ -11354,7 +12709,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R16") + (reference "R18") (unit 1) ) ) @@ -11362,7 +12717,7 @@ ) (symbol (lib_id "power:VCC") - (at 66.04 85.09 0) + (at 66.04 90.17 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11370,8 +12725,8 @@ (dnp no) (fields_autoplaced yes) (uuid "8c6921f7-781f-43d4-a00f-c54050de1193") - (property "Reference" "#PWR015" - (at 66.04 88.9 0) + (property "Reference" "#PWR012" + (at 66.04 93.98 0) (effects (font (size 1.27 1.27) @@ -11380,7 +12735,7 @@ ) ) (property "Value" "VCC" - (at 66.04 80.01 0) + (at 66.04 85.09 0) (effects (font (size 1.27 1.27) @@ -11388,7 +12743,7 @@ ) ) (property "Footprint" "" - (at 66.04 85.09 0) + (at 66.04 90.17 0) (effects (font (size 1.27 1.27) @@ -11397,7 +12752,7 @@ ) ) (property "Datasheet" "" - (at 66.04 85.09 0) + (at 66.04 90.17 0) (effects (font (size 1.27 1.27) @@ -11406,7 +12761,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"VCC\"" - (at 66.04 85.09 0) + (at 66.04 90.17 0) (effects (font (size 1.27 1.27) @@ -11420,7 +12775,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR015") + (reference "#PWR012") (unit 1) ) ) @@ -11436,7 +12791,7 @@ (dnp no) (fields_autoplaced yes) (uuid "93710031-2b8f-4b29-8276-57a09444bec3") - (property "Reference" "#PWR018" + (property "Reference" "#PWR06" (at 114.3 27.94 0) (effects (font @@ -11486,7 +12841,71 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR018") + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 25.4 167.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "97574a52-538f-44a7-9e53-0246f7a9301e") + (property "Reference" "H2" + (at 27.94 166.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 27.94 168.9099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_ISO14580" + (at 25.4 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 25.4 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "H2") (unit 1) ) ) @@ -11520,7 +12939,7 @@ (hide yes) ) ) - (property "Footprint" "" + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" (at 128.27 25.4 0) (effects (font @@ -11561,15 +12980,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 96.52 120.65 0) + (at 96.52 125.73 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "9cfccbba-4150-4e53-8715-d08d0c25f1e3") - (property "Reference" "R23" - (at 98.298 119.38 0) + (property "Reference" "R13" + (at 98.298 124.46 0) (effects (font (size 1.016 1.016) @@ -11578,7 +12997,7 @@ ) ) (property "Value" "1k" - (at 98.298 121.92 0) + (at 98.298 127 0) (effects (font (size 1.27 1.27) @@ -11586,8 +13005,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 96.52 120.65 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 96.52 125.73 0) (effects (font (size 1.27 1.27) @@ -11596,7 +13015,7 @@ ) ) (property "Datasheet" "~" - (at 96.52 120.65 0) + (at 96.52 125.73 0) (effects (font (size 1.27 1.27) @@ -11605,7 +13024,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 96.52 120.65 0) + (at 96.52 125.73 0) (effects (font (size 1.27 1.27) @@ -11622,7 +13041,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R23") + (reference "R13") (unit 1) ) ) @@ -11637,7 +13056,7 @@ (on_board yes) (dnp no) (uuid "9f70a6e3-4786-4b2d-8732-ad827f4581b6") - (property "Reference" "#PWR03" + (property "Reference" "#PWR01" (at 27.94 74.93 0) (effects (font @@ -11687,40 +13106,42 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR03") + (reference "#PWR01") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R_Small") - (at 146.05 133.35 90) + (lib_id "Connector:Conn_Coaxial") + (at 228.6 101.6 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) - (dnp yes) - (uuid "a4aeebd0-c542-41dd-b0fc-8b1f919a7cdc") - (property "Reference" "R15" - (at 146.05 131.318 90) - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (property "Value" "R_Small" - (at 146.05 130.81 90) + (dnp no) + (fields_autoplaced yes) + (uuid "a3284b33-8fca-421b-b0c8-e02e062dd04c") + (property "Reference" "J3" + (at 232.41 100.6231 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify left) ) ) - (property "Footprint" "" - (at 146.05 133.35 0) + (property "Value" "SMA" + (at 232.41 103.1631 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_Coaxial:SMA_Samtec_SMA-J-P-H-ST-EM1_EdgeMount" + (at 228.6 101.6 0) (effects (font (size 1.27 1.27) @@ -11729,7 +13150,75 @@ ) ) (property "Datasheet" "~" - (at 146.05 133.35 0) + (at 228.6 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" + (at 228.6 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ce939921-9883-4df6-b1b1-430184354955") + ) + (pin "1" + (uuid "3fafccd5-9568-443f-849c-85d5807f4601") + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 148.59 154.94 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp yes) + (uuid "a4aeebd0-c542-41dd-b0fc-8b1f919a7cdc") + (property "Reference" "R17" + (at 148.59 152.908 90) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R_Small" + (at 148.59 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 148.59 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 154.94 0) (effects (font (size 1.27 1.27) @@ -11738,7 +13227,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 146.05 133.35 0) + (at 148.59 154.94 0) (effects (font (size 1.27 1.27) @@ -11755,7 +13244,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R15") + (reference "R17") (unit 1) ) ) @@ -11763,7 +13252,7 @@ ) (symbol (lib_id "Jumper:SolderJumper_2_Bridged") - (at 33.02 129.54 90) + (at 33.02 134.62 90) (unit 1) (exclude_from_sim no) (in_bom no) @@ -11771,8 +13260,8 @@ (dnp no) (fields_autoplaced yes) (uuid "a9a92e86-18cb-412b-ace3-6af27af7d79e") - (property "Reference" "JP3" - (at 35.56 128.2699 90) + (property "Reference" "JP1" + (at 35.56 133.3499 90) (effects (font (size 1.27 1.27) @@ -11781,7 +13270,7 @@ ) ) (property "Value" "1A" - (at 35.56 130.8099 90) + (at 35.56 135.8899 90) (effects (font (size 1.27 1.27) @@ -11789,8 +13278,8 @@ (justify right) ) ) - (property "Footprint" "" - (at 33.02 129.54 0) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm" + (at 33.02 134.62 0) (effects (font (size 1.27 1.27) @@ -11799,7 +13288,7 @@ ) ) (property "Datasheet" "~" - (at 33.02 129.54 0) + (at 33.02 134.62 0) (effects (font (size 1.27 1.27) @@ -11808,7 +13297,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, closed/bridged" - (at 33.02 129.54 0) + (at 33.02 134.62 0) (effects (font (size 1.27 1.27) @@ -11825,7 +13314,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "JP3") + (reference "JP1") (unit 1) ) ) @@ -11833,7 +13322,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 191.77 38.1 0) + (at 205.74 38.1 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11841,7 +13330,7 @@ (dnp no) (uuid "a9c073bd-eea1-4b09-a89c-d83905d781c7") (property "Reference" "R5" - (at 193.802 36.83 0) + (at 207.772 36.83 0) (effects (font (size 1.016 1.016) @@ -11850,7 +13339,7 @@ ) ) (property "Value" "150k" - (at 193.802 39.37 0) + (at 207.772 39.37 0) (effects (font (size 1.27 1.27) @@ -11858,8 +13347,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 191.77 38.1 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 205.74 38.1 0) (effects (font (size 1.27 1.27) @@ -11868,7 +13357,7 @@ ) ) (property "Datasheet" "~" - (at 191.77 38.1 0) + (at 205.74 38.1 0) (effects (font (size 1.27 1.27) @@ -11877,7 +13366,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 191.77 38.1 0) + (at 205.74 38.1 0) (effects (font (size 1.27 1.27) @@ -11902,7 +13391,7 @@ ) (symbol (lib_id "Jumper:SolderJumper_2_Open") - (at 137.16 124.46 0) + (at 139.7 146.05 0) (unit 1) (exclude_from_sim no) (in_bom no) @@ -11910,7 +13399,7 @@ (dnp no) (uuid "aa116808-4d45-48c5-8c36-3fb115fca680") (property "Reference" "JP4" - (at 137.16 122.174 0) + (at 139.7 143.764 0) (effects (font (size 1.27 1.27) @@ -11918,7 +13407,7 @@ ) ) (property "Value" "SolderJumper_2_Open" - (at 137.16 120.65 0) + (at 139.7 142.24 0) (effects (font (size 1.27 1.27) @@ -11926,8 +13415,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 137.16 124.46 0) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 139.7 146.05 0) (effects (font (size 1.27 1.27) @@ -11936,7 +13425,7 @@ ) ) (property "Datasheet" "~" - (at 137.16 124.46 0) + (at 139.7 146.05 0) (effects (font (size 1.27 1.27) @@ -11945,7 +13434,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, open" - (at 137.16 124.46 0) + (at 139.7 146.05 0) (effects (font (size 1.27 1.27) @@ -11968,9 +13457,144 @@ ) ) ) + (symbol + (lib_id "power:PWR_FLAG") + (at 57.15 45.72 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "aa68c51b-41e0-4dd8-89d7-b9971a4ecb0d") + (property "Reference" "#FLG01" + (at 59.055 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 62.23 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 57.15 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 57.15 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 57.15 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cefad79a-449e-4bb7-a1ac-31a8bfa98c44") + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x02") + (at 80.01 29.21 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b5b03aef-d404-4344-a8c2-ba6123012cef") + (property "Reference" "J2" + (at 80.01 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VCC_IN" + (at 80.01 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_JST:JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical" + (at 80.01 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 80.01 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9db97612-c9d0-4677-936a-8ef4ff53f0ed") + ) + (pin "2" + (uuid "a6978abf-2ed1-4ac1-90a7-5e94576bb1a1") + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "J2") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:VCC") - (at 172.72 22.86 0) + (at 186.69 22.86 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11978,8 +13602,8 @@ (dnp no) (fields_autoplaced yes) (uuid "b67efdad-40c0-4c96-be54-e82ffbc2ad1d") - (property "Reference" "#PWR07" - (at 172.72 26.67 0) + (property "Reference" "#PWR08" + (at 186.69 26.67 0) (effects (font (size 1.27 1.27) @@ -11988,7 +13612,7 @@ ) ) (property "Value" "+16V" - (at 172.72 17.78 0) + (at 186.69 17.78 0) (effects (font (size 1.27 1.27) @@ -11996,7 +13620,7 @@ ) ) (property "Footprint" "" - (at 172.72 22.86 0) + (at 186.69 22.86 0) (effects (font (size 1.27 1.27) @@ -12005,7 +13629,7 @@ ) ) (property "Datasheet" "" - (at 172.72 22.86 0) + (at 186.69 22.86 0) (effects (font (size 1.27 1.27) @@ -12014,7 +13638,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"VCC\"" - (at 172.72 22.86 0) + (at 186.69 22.86 0) (effects (font (size 1.27 1.27) @@ -12028,40 +13652,42 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR07") + (reference "#PWR08") (unit 1) ) ) ) ) (symbol - (lib_id "Jumper:SolderJumper_2_Open") - (at 185.42 118.11 0) + (lib_id "Device:C_Small") + (at 177.8 33.02 0) (unit 1) (exclude_from_sim no) - (in_bom no) + (in_bom yes) (on_board yes) (dnp no) - (uuid "bc1f3de7-9d98-4f8a-a44a-7b7b8b9521ce") - (property "Reference" "JP7" - (at 188.722 117.094 0) + (fields_autoplaced yes) + (uuid "b7d06130-a8c4-40f9-8824-50e639860a8d") + (property "Reference" "C3" + (at 180.34 31.7562 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "SolderJumper_2_Open" - (at 185.42 114.3 0) + (property "Value" "22u" + (at 180.34 34.2962 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify left) ) ) - (property "Footprint" "" - (at 185.42 118.11 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 177.8 33.02 0) (effects (font (size 1.27 1.27) @@ -12070,7 +13696,141 @@ ) ) (property "Datasheet" "~" - (at 185.42 118.11 0) + (at 177.8 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 177.8 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "31ef8c25-df10-4d9a-8dd9-7271a7ef17dc") + ) + (pin "2" + (uuid "10f67b4d-d1df-49d5-bb38-eb0056d79c8f") + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 228.6 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bbed46d0-465e-413c-9f20-c7cc21f48414") + (property "Reference" "#PWR022" + (at 228.6 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 228.6 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 228.6 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 228.6 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 228.6 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d4423b3d-3ad0-496a-82ae-6f17afbf44ef") + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_2_Open") + (at 187.96 139.7 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (uuid "bc1f3de7-9d98-4f8a-a44a-7b7b8b9521ce") + (property "Reference" "JP7" + (at 191.262 138.684 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 187.96 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 187.96 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 139.7 0) (effects (font (size 1.27 1.27) @@ -12079,7 +13839,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, open" - (at 185.42 118.11 0) + (at 187.96 139.7 0) (effects (font (size 1.27 1.27) @@ -12104,7 +13864,7 @@ ) (symbol (lib_id "power:VCC") - (at 96.52 24.13 0) + (at 93.98 24.13 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12112,8 +13872,8 @@ (dnp no) (fields_autoplaced yes) (uuid "bcd12eed-2ed9-4cb9-8271-ca3ede22e6ad") - (property "Reference" "#PWR01" - (at 96.52 27.94 0) + (property "Reference" "#PWR05" + (at 93.98 27.94 0) (effects (font (size 1.27 1.27) @@ -12122,7 +13882,7 @@ ) ) (property "Value" "VCC" - (at 96.52 19.05 0) + (at 93.98 19.05 0) (effects (font (size 1.27 1.27) @@ -12130,7 +13890,7 @@ ) ) (property "Footprint" "" - (at 96.52 24.13 0) + (at 93.98 24.13 0) (effects (font (size 1.27 1.27) @@ -12139,7 +13899,7 @@ ) ) (property "Datasheet" "" - (at 96.52 24.13 0) + (at 93.98 24.13 0) (effects (font (size 1.27 1.27) @@ -12148,7 +13908,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"VCC\"" - (at 96.52 24.13 0) + (at 93.98 24.13 0) (effects (font (size 1.27 1.27) @@ -12162,7 +13922,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR01") + (reference "#PWR05") (unit 1) ) ) @@ -12170,7 +13930,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 172.72 33.02 0) + (at 186.69 33.02 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12179,7 +13939,7 @@ (fields_autoplaced yes) (uuid "c2896a8e-430c-4b28-bb11-9b9a173757b6") (property "Reference" "C4" - (at 175.26 31.7562 0) + (at 189.23 31.7562 0) (effects (font (size 1.27 1.27) @@ -12188,7 +13948,7 @@ ) ) (property "Value" "100n" - (at 175.26 34.2962 0) + (at 189.23 34.2962 0) (effects (font (size 1.27 1.27) @@ -12196,8 +13956,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 172.72 33.02 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 186.69 33.02 0) (effects (font (size 1.27 1.27) @@ -12206,7 +13966,7 @@ ) ) (property "Datasheet" "~" - (at 172.72 33.02 0) + (at 186.69 33.02 0) (effects (font (size 1.27 1.27) @@ -12215,7 +13975,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 172.72 33.02 0) + (at 186.69 33.02 0) (effects (font (size 1.27 1.27) @@ -12240,7 +14000,7 @@ ) (symbol (lib_id "power:GND") - (at 86.36 33.02 0) + (at 93.98 31.75 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12248,8 +14008,8 @@ (dnp no) (fields_autoplaced yes) (uuid "ca21c092-e194-401a-8753-abac1aa720b0") - (property "Reference" "#PWR02" - (at 86.36 39.37 0) + (property "Reference" "#PWR04" + (at 93.98 38.1 0) (effects (font (size 1.27 1.27) @@ -12258,7 +14018,7 @@ ) ) (property "Value" "GND" - (at 86.36 38.1 0) + (at 93.98 36.83 0) (effects (font (size 1.27 1.27) @@ -12266,7 +14026,7 @@ ) ) (property "Footprint" "" - (at 86.36 33.02 0) + (at 93.98 31.75 0) (effects (font (size 1.27 1.27) @@ -12275,7 +14035,7 @@ ) ) (property "Datasheet" "" - (at 86.36 33.02 0) + (at 93.98 31.75 0) (effects (font (size 1.27 1.27) @@ -12284,7 +14044,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 86.36 33.02 0) + (at 93.98 31.75 0) (effects (font (size 1.27 1.27) @@ -12298,7 +14058,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR02") + (reference "#PWR04") (unit 1) ) ) @@ -12306,7 +14066,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 245.11 34.29 0) + (at 259.08 34.29 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12315,7 +14075,7 @@ (fields_autoplaced yes) (uuid "cc61dd90-ed63-43af-9aa8-10c3947e4575") (property "Reference" "C6" - (at 247.65 33.0262 0) + (at 261.62 33.0262 0) (effects (font (size 1.27 1.27) @@ -12324,7 +14084,7 @@ ) ) (property "Value" "4.7u" - (at 247.65 35.5662 0) + (at 261.62 35.5662 0) (effects (font (size 1.27 1.27) @@ -12332,8 +14092,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 245.11 34.29 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 259.08 34.29 0) (effects (font (size 1.27 1.27) @@ -12342,7 +14102,7 @@ ) ) (property "Datasheet" "~" - (at 245.11 34.29 0) + (at 259.08 34.29 0) (effects (font (size 1.27 1.27) @@ -12351,7 +14111,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 245.11 34.29 0) + (at 259.08 34.29 0) (effects (font (size 1.27 1.27) @@ -12376,7 +14136,7 @@ ) (symbol (lib_id "Regulator_Linear:LT3042xMSE") - (at 203.2 27.94 0) + (at 217.17 27.94 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12384,8 +14144,8 @@ (dnp no) (fields_autoplaced yes) (uuid "d22d4064-5970-4ef1-8c79-66a7c7d8cc32") - (property "Reference" "U3" - (at 203.2 17.78 0) + (property "Reference" "U2" + (at 217.17 17.78 0) (effects (font (size 1.27 1.27) @@ -12393,7 +14153,7 @@ ) ) (property "Value" "LT3042xMSE" - (at 203.2 20.32 0) + (at 217.17 20.32 0) (effects (font (size 1.27 1.27) @@ -12401,7 +14161,7 @@ ) ) (property "Footprint" "Package_SO:MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm" - (at 203.2 19.685 0) + (at 217.17 19.685 0) (effects (font (size 1.27 1.27) @@ -12410,7 +14170,7 @@ ) ) (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/3042fb.pdf" - (at 203.2 27.94 0) + (at 217.17 27.94 0) (effects (font (size 1.27 1.27) @@ -12419,7 +14179,7 @@ ) ) (property "Description" "200mA, Adjustable, Ultralow Noise, Ultrahigh PSRR RF Linear Regulator, MSOP-10" - (at 203.2 27.94 0) + (at 217.17 27.94 0) (effects (font (size 1.27 1.27) @@ -12463,75 +14223,7 @@ (instances (project "" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "U3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:Barrel_Jack") - (at 77.47 29.21 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "dd504809-b3b9-4727-8fb2-384ee8ef20ff") - (property "Reference" "J1" - (at 77.47 20.32 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Barrel_Jack" - (at 77.47 22.86 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 78.74 30.226 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 78.74 30.226 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "DC Barrel Jack" - (at 77.47 29.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "e2de733c-b58a-4ecc-9cb5-4dc24a28712f") - ) - (pin "1" - (uuid "5da8d09b-db72-4bed-96b1-4d3541591c72") - ) - (instances - (project "" - (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "J1") + (reference "U2") (unit 1) ) ) @@ -12565,7 +14257,7 @@ (justify left) ) ) - (property "Footprint" "" + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 147.32 39.37 0) (effects (font @@ -12609,7 +14301,7 @@ ) (symbol (lib_id "Jumper:SolderJumper_2_Open") - (at 185.42 114.3 0) + (at 187.96 135.89 0) (unit 1) (exclude_from_sim no) (in_bom no) @@ -12617,7 +14309,7 @@ (dnp no) (uuid "df93bc1b-f32e-45fb-a69a-fb7751d836ba") (property "Reference" "JP6" - (at 188.722 113.284 0) + (at 191.262 134.874 0) (effects (font (size 1.27 1.27) @@ -12625,7 +14317,7 @@ ) ) (property "Value" "SolderJumper_2_Open" - (at 185.42 110.49 0) + (at 187.96 132.08 0) (effects (font (size 1.27 1.27) @@ -12633,8 +14325,8 @@ (hide yes) ) ) - (property "Footprint" "" - (at 185.42 114.3 0) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 187.96 135.89 0) (effects (font (size 1.27 1.27) @@ -12643,7 +14335,7 @@ ) ) (property "Datasheet" "~" - (at 185.42 114.3 0) + (at 187.96 135.89 0) (effects (font (size 1.27 1.27) @@ -12652,7 +14344,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, open" - (at 185.42 114.3 0) + (at 187.96 135.89 0) (effects (font (size 1.27 1.27) @@ -12677,15 +14369,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 176.53 121.92 90) + (at 179.07 143.51 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "e1709398-5478-481f-a857-dbb69ef20777") - (property "Reference" "R21" - (at 171.704 120.904 90) + (property "Reference" "R23" + (at 174.244 142.494 90) (effects (font (size 1.016 1.016) @@ -12693,15 +14385,15 @@ ) ) (property "Value" "226k" - (at 181.102 120.904 90) + (at 183.642 142.494 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 176.53 121.92 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 179.07 143.51 0) (effects (font (size 1.27 1.27) @@ -12710,7 +14402,7 @@ ) ) (property "Datasheet" "~" - (at 176.53 121.92 0) + (at 179.07 143.51 0) (effects (font (size 1.27 1.27) @@ -12719,7 +14411,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 176.53 121.92 0) + (at 179.07 143.51 0) (effects (font (size 1.27 1.27) @@ -12736,40 +14428,42 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R21") + (reference "R23") (unit 1) ) ) ) ) (symbol - (lib_id "Jumper:SolderJumper_2_Open") - (at 185.42 121.92 0) + (lib_id "Connector:TestPoint") + (at 177.8 25.4 0) (unit 1) (exclude_from_sim no) - (in_bom no) + (in_bom yes) (on_board yes) (dnp no) - (uuid "e600b1e0-50c8-47d2-bfd1-72515614567b") - (property "Reference" "JP8" - (at 188.722 120.904 0) + (uuid "e1f4866f-642e-4670-93ba-b616b8edbdad") + (property "Reference" "TP3" + (at 176.022 19.812 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "SolderJumper_2_Open" - (at 185.42 118.11 0) + (property "Value" "TestPoint" + (at 180.34 23.3679 0) (effects (font (size 1.27 1.27) ) + (justify left) (hide yes) ) ) - (property "Footprint" "" - (at 185.42 121.92 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 182.88 25.4 0) (effects (font (size 1.27 1.27) @@ -12778,7 +14472,72 @@ ) ) (property "Datasheet" "~" - (at 185.42 121.92 0) + (at 182.88 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point" + (at 177.8 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c97c01f-aff1-480f-9ba6-4985f913aba5") + ) + (instances + (project "lm399" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "TP3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_2_Open") + (at 187.96 143.51 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (uuid "e600b1e0-50c8-47d2-bfd1-72515614567b") + (property "Reference" "JP8" + (at 191.262 142.494 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 187.96 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 187.96 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 143.51 0) (effects (font (size 1.27 1.27) @@ -12787,7 +14546,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, open" - (at 185.42 121.92 0) + (at 187.96 143.51 0) (effects (font (size 1.27 1.27) @@ -12812,7 +14571,7 @@ ) (symbol (lib_id "Device:C_Small") - (at 57.15 90.17 0) + (at 57.15 95.25 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12820,8 +14579,8 @@ (dnp no) (fields_autoplaced yes) (uuid "ee2a0c75-57fd-4493-b360-3861a07ef8b5") - (property "Reference" "C10" - (at 59.69 88.9062 0) + (property "Reference" "C8" + (at 59.69 93.9862 0) (effects (font (size 1.27 1.27) @@ -12830,7 +14589,7 @@ ) ) (property "Value" "100n" - (at 59.69 91.4462 0) + (at 59.69 96.5262 0) (effects (font (size 1.27 1.27) @@ -12838,8 +14597,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 57.15 90.17 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 57.15 95.25 0) (effects (font (size 1.27 1.27) @@ -12848,7 +14607,7 @@ ) ) (property "Datasheet" "~" - (at 57.15 90.17 0) + (at 57.15 95.25 0) (effects (font (size 1.27 1.27) @@ -12857,7 +14616,7 @@ ) ) (property "Description" "Unpolarized capacitor, small symbol" - (at 57.15 90.17 0) + (at 57.15 95.25 0) (effects (font (size 1.27 1.27) @@ -12874,7 +14633,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "C10") + (reference "C8") (unit 1) ) ) @@ -12882,15 +14641,15 @@ ) (symbol (lib_id "power:GND") - (at 158.75 82.55 0) + (at 161.29 104.14 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "f137c9f5-92f9-4c42-8fbc-d02b9ee3dd30") - (property "Reference" "#PWR013" - (at 158.75 88.9 0) + (property "Reference" "#PWR020" + (at 161.29 110.49 0) (effects (font (size 1.27 1.27) @@ -12899,7 +14658,7 @@ ) ) (property "Value" "GND" - (at 158.75 86.614 0) + (at 161.29 108.204 0) (effects (font (size 1.27 1.27) @@ -12907,7 +14666,7 @@ ) ) (property "Footprint" "" - (at 158.75 82.55 0) + (at 161.29 104.14 0) (effects (font (size 1.27 1.27) @@ -12916,7 +14675,7 @@ ) ) (property "Datasheet" "" - (at 158.75 82.55 0) + (at 161.29 104.14 0) (effects (font (size 1.27 1.27) @@ -12925,7 +14684,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 158.75 82.55 0) + (at 161.29 104.14 0) (effects (font (size 1.27 1.27) @@ -12939,7 +14698,120 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "#PWR013") + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_C_Receptacle_USB2.0_16P") + (at 31.75 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f5f477b2-a7e5-4027-81d8-e9642701dde8") + (property "Reference" "J1" + (at 31.75 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_C_Receptacle_USB2.0_16P" + (at 31.75 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A" + (at 35.56 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 35.56 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB 2.0-only 16P Type-C Receptacle connector" + (at 31.75 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "A7" + (uuid "b7f77f26-f5ae-460e-acb9-69aced6f2b9a") + ) + (pin "B12" + (uuid "3dc3b562-298c-445f-9177-4c501a625cfc") + ) + (pin "B1" + (uuid "e0eee1a1-3012-4910-bf92-10cec07a24aa") + ) + (pin "A5" + (uuid "08227f69-7fcd-4117-b0c3-da0843c083c9") + ) + (pin "A9" + (uuid "9157d80e-d00f-40fd-b114-87cccde56e9f") + ) + (pin "S1" + (uuid "fdb75713-145a-435b-9f92-981e81592cfd") + ) + (pin "B4" + (uuid "bde3a802-9caa-47be-be41-05b231416044") + ) + (pin "A4" + (uuid "57c976f8-c9f7-4b78-99eb-fa7bba85113b") + ) + (pin "A6" + (uuid "3df6a95f-0be8-428d-8e9e-1f057e291ec8") + ) + (pin "B6" + (uuid "f9b8773c-2a82-40e9-b166-03ecd8e11b3e") + ) + (pin "B9" + (uuid "ed56af58-ac8e-4a42-a76a-79f8a4c39335") + ) + (pin "A12" + (uuid "74025b6c-abb8-44e5-81d4-1b047f344dee") + ) + (pin "A8" + (uuid "2a08997e-bfaf-44e8-97e2-db36abe152c3") + ) + (pin "A1" + (uuid "59398773-f3ba-46cc-8427-fda594783ca7") + ) + (pin "B7" + (uuid "fe08f786-868f-4ccc-95d3-e09d9a352ed0") + ) + (pin "B5" + (uuid "e384215a-98d2-419c-87ba-6d4313bec798") + ) + (pin "B8" + (uuid "c18d2fed-7a04-4917-939f-bb8d16c08c35") + ) + (instances + (project "" + (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" + (reference "J1") (unit 1) ) ) @@ -12947,7 +14819,7 @@ ) (symbol (lib_id "Jumper:SolderJumper_2_Bridged") - (at 137.16 119.38 180) + (at 139.7 140.97 180) (unit 1) (exclude_from_sim no) (in_bom no) @@ -12955,8 +14827,8 @@ (dnp no) (fields_autoplaced yes) (uuid "f927abfd-6771-4595-bec9-62e9785a91ab") - (property "Reference" "JP2" - (at 137.16 113.03 0) + (property "Reference" "JP3" + (at 139.7 134.62 0) (effects (font (size 1.27 1.27) @@ -12964,15 +14836,15 @@ ) ) (property "Value" "TRIM_POT" - (at 137.16 115.57 0) + (at 139.7 137.16 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 137.16 119.38 0) + (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm" + (at 139.7 140.97 0) (effects (font (size 1.27 1.27) @@ -12981,7 +14853,7 @@ ) ) (property "Datasheet" "~" - (at 137.16 119.38 0) + (at 139.7 140.97 0) (effects (font (size 1.27 1.27) @@ -12990,7 +14862,7 @@ ) ) (property "Description" "Solder Jumper, 2-pole, closed/bridged" - (at 137.16 119.38 0) + (at 139.7 140.97 0) (effects (font (size 1.27 1.27) @@ -13007,7 +14879,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "JP2") + (reference "JP3") (unit 1) ) ) @@ -13015,7 +14887,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 41.91 137.16 0) + (at 41.91 142.24 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13023,7 +14895,7 @@ (dnp no) (uuid "fb0ac1e0-34e4-4d36-a749-278b8313af65") (property "Reference" "R11" - (at 43.688 135.89 0) + (at 43.688 140.97 0) (effects (font (size 1.016 1.016) @@ -13032,7 +14904,7 @@ ) ) (property "Value" "2k" - (at 43.688 138.43 0) + (at 43.688 143.51 0) (effects (font (size 1.27 1.27) @@ -13040,8 +14912,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 41.91 137.16 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 41.91 142.24 0) (effects (font (size 1.27 1.27) @@ -13050,7 +14922,7 @@ ) ) (property "Datasheet" "~" - (at 41.91 137.16 0) + (at 41.91 142.24 0) (effects (font (size 1.27 1.27) @@ -13059,7 +14931,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 41.91 137.16 0) + (at 41.91 142.24 0) (effects (font (size 1.27 1.27) @@ -13084,7 +14956,7 @@ ) (symbol (lib_id "Device:R_Small") - (at 231.14 29.21 0) + (at 245.11 29.21 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13092,7 +14964,7 @@ (dnp yes) (uuid "fb184d9f-a6a0-4990-9f78-617464d512ce") (property "Reference" "R8" - (at 233.172 27.94 0) + (at 247.142 27.94 0) (effects (font (size 1.016 1.016) @@ -13101,7 +14973,7 @@ ) ) (property "Value" "5.1k" - (at 233.172 30.48 0) + (at 247.142 30.48 0) (effects (font (size 1.27 1.27) @@ -13109,8 +14981,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 231.14 29.21 0) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 245.11 29.21 0) (effects (font (size 1.27 1.27) @@ -13119,7 +14991,7 @@ ) ) (property "Datasheet" "~" - (at 231.14 29.21 0) + (at 245.11 29.21 0) (effects (font (size 1.27 1.27) @@ -13128,7 +15000,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 231.14 29.21 0) + (at 245.11 29.21 0) (effects (font (size 1.27 1.27) @@ -13153,7 +15025,7 @@ ) (symbol (lib_id "Switch:SW_DIP_x02") - (at 33.02 116.84 0) + (at 33.02 121.92 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13162,7 +15034,7 @@ (fields_autoplaced yes) (uuid "fe2c421e-99e5-462b-a776-6d29f86270d1") (property "Reference" "SW1" - (at 33.02 106.68 0) + (at 33.02 111.76 0) (effects (font (size 1.27 1.27) @@ -13170,15 +15042,15 @@ ) ) (property "Value" "IN_CUR" - (at 33.02 109.22 0) + (at 33.02 114.3 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 33.02 116.84 0) + (property "Footprint" "Button_Switch_THT:SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm" + (at 33.02 121.92 0) (effects (font (size 1.27 1.27) @@ -13187,7 +15059,7 @@ ) ) (property "Datasheet" "~" - (at 33.02 116.84 0) + (at 33.02 121.92 0) (effects (font (size 1.27 1.27) @@ -13196,7 +15068,7 @@ ) ) (property "Description" "2x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol" - (at 33.02 116.84 0) + (at 33.02 121.92 0) (effects (font (size 1.27 1.27) @@ -13227,15 +15099,15 @@ ) (symbol (lib_id "Device:R_Small") - (at 160.02 115.57 0) + (at 162.56 137.16 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "fe565471-4674-4247-9fe5-16ced4673f96") - (property "Reference" "R17" - (at 161.798 114.3 0) + (property "Reference" "R19" + (at 164.338 135.89 0) (effects (font (size 1.016 1.016) @@ -13244,7 +15116,7 @@ ) ) (property "Value" "20k" - (at 161.798 116.84 0) + (at 164.338 138.43 0) (effects (font (size 1.27 1.27) @@ -13252,8 +15124,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 160.02 115.57 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 162.56 137.16 0) (effects (font (size 1.27 1.27) @@ -13262,7 +15134,7 @@ ) ) (property "Datasheet" "~" - (at 160.02 115.57 0) + (at 162.56 137.16 0) (effects (font (size 1.27 1.27) @@ -13271,7 +15143,7 @@ ) ) (property "Description" "Resistor, small symbol" - (at 160.02 115.57 0) + (at 162.56 137.16 0) (effects (font (size 1.27 1.27) @@ -13288,7 +15160,7 @@ (instances (project "ad584" (path "/40d689c8-3e12-43dc-a795-c564ff8f7e42" - (reference "R17") + (reference "R19") (unit 1) ) )