diff --git a/Hardware/Controller/MPPT/MPPT.kicad_prl b/Hardware/Controller/MPPT/MPPT.kicad_prl index a50e901..2ad5b3d 100644 --- a/Hardware/Controller/MPPT/MPPT.kicad_prl +++ b/Hardware/Controller/MPPT/MPPT.kicad_prl @@ -15,6 +15,7 @@ "vias": 1.0, "zones": 0.6 }, + "prototype_zone_fills": false, "selection_filter": { "dimensions": true, "footprints": true, @@ -53,6 +54,7 @@ "zone_display_mode": 1 }, "git": { + "integration_disabled": false, "repo_type": "", "repo_username": "", "ssh_key": "" @@ -105,6 +107,7 @@ "filter_text": "", "group_by_constraint": false, "group_by_netclass": false, + "show_time_domain_details": false, "show_unconnected_nets": false, "show_zero_pad_nets": false, "sort_ascending": true, @@ -115,6 +118,7 @@ "files": [] }, "schematic": { + "hierarchy_collapsed": [], "selection_filter": { "graphics": true, "images": true, @@ -122,6 +126,7 @@ "lockedItems": false, "otherItems": true, "pins": true, + "ruleAreas": true, "symbols": true, "text": true, "wires": true diff --git a/Hardware/Controller/MPPT/MPPT.kicad_pro b/Hardware/Controller/MPPT/MPPT.kicad_pro index 999602e..a113e86 100644 --- a/Hardware/Controller/MPPT/MPPT.kicad_pro +++ b/Hardware/Controller/MPPT/MPPT.kicad_pro @@ -3,6 +3,8 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_barcodes": false, + "apply_defaults_to_fp_dimensions": false, "apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_shapes": false, "apply_defaults_to_fp_text": false, @@ -82,6 +84,7 @@ "extra_footprint": "warning", "footprint": "error", "footprint_filters_mismatch": "ignore", + "footprint_symbol_field_mismatch": "warning", "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", @@ -99,6 +102,7 @@ "mirrored_text_on_front_layer": "warning", "missing_courtyard": "ignore", "missing_footprint": "warning", + "missing_tuning_profile": "warning", "net_conflict": "warning", "nonmirrored_text_on_back_layer": "warning", "npth_inside_courtyard": "ignore", @@ -118,9 +122,12 @@ "too_many_vias": "error", "track_angle": "error", "track_dangling": "warning", + "track_not_centered_on_via": "ignore", + "track_on_post_machined_layer": "error", "track_segment_length": "error", "track_width": "error", "tracks_crossing": "error", + "tuning_profile_track_geometries": "ignore", "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", @@ -235,17 +242,28 @@ "zones_allow_external_fillets": false }, "ipc2581": { + "bom_rev": "", "dist": "", "distpn": "", "internal_id": "", "mfg": "", - "mpn": "" + "mpn": "", + "sch_revision": "" }, "layer_pairs": [], "layer_presets": [], "viewports": [] }, "boards": [], + "component_class_settings": { + "assignments": [], + "meta": { + "version": 0 + }, + "sheet_component_classes": { + "enabled": false + } + }, "cvpcb": { "equivalence_files": [] }, @@ -494,13 +512,14 @@ "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.2, + "tuning_profile": "", "via_diameter": 0.6, "via_drill": 0.3, "wire_width": 6 } ], "meta": { - "version": 4 + "version": 5 }, "net_colors": null, "netclass_assignments": null, @@ -683,6 +702,7 @@ "sort_asc": true, "sort_field": "Reference" }, + "bus_aliases": {}, "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, @@ -721,7 +741,14 @@ "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, - "subpart_id_separator": 0 + "subpart_id_separator": 0, + "top_level_sheets": [ + { + "filename": "MPPT.kicad_sch", + "name": "MPPT", + "uuid": "00000000-0000-0000-0000-000000000000" + } + ] }, "sheets": [ [ @@ -729,5 +756,11 @@ "Root" ] ], - "text_variables": {} + "text_variables": {}, + "tuning_profiles": { + "meta": { + "version": 0 + }, + "tuning_profiles_impedance_geometric": [] + } } diff --git a/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_prl b/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_prl index c5c3586..10d63fa 100644 --- a/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_prl +++ b/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_prl @@ -15,6 +15,7 @@ "vias": 1.0, "zones": 0.6 }, + "prototype_zone_fills": false, "ratsnest_display_mode": 0, "selection_filter": { "dimensions": true, @@ -54,6 +55,7 @@ "zone_display_mode": 1 }, "git": { + "integration_disabled": false, "repo_password": "", "repo_type": "", "repo_username": "", @@ -113,6 +115,7 @@ "filter_text": "", "group_by_constraint": false, "group_by_netclass": false, + "show_time_domain_details": false, "show_unconnected_nets": false, "show_zero_pad_nets": false, "sort_ascending": true, @@ -123,6 +126,7 @@ "files": [] }, "schematic": { + "hierarchy_collapsed": [], "selection_filter": { "graphics": true, "images": true, @@ -130,6 +134,7 @@ "lockedItems": false, "otherItems": true, "pins": true, + "ruleAreas": true, "symbols": true, "text": true, "wires": true diff --git a/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_pro b/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_pro index a49010e..89af5e9 100644 --- a/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_pro +++ b/Hardware/Controller/MainBoard/PlantCtrlESP32.kicad_pro @@ -3,6 +3,8 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_barcodes": false, + "apply_defaults_to_fp_dimensions": false, "apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_shapes": false, "apply_defaults_to_fp_text": false, @@ -78,6 +80,7 @@ "extra_footprint": "warning", "footprint": "error", "footprint_filters_mismatch": "ignore", + "footprint_symbol_field_mismatch": "warning", "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "warning", "hole_clearance": "error", @@ -96,6 +99,7 @@ "mirrored_text_on_front_layer": "warning", "missing_courtyard": "ignore", "missing_footprint": "warning", + "missing_tuning_profile": "warning", "net_conflict": "warning", "nonmirrored_text_on_back_layer": "warning", "npth_inside_courtyard": "ignore", @@ -115,9 +119,12 @@ "too_many_vias": "error", "track_angle": "error", "track_dangling": "warning", + "track_not_centered_on_via": "ignore", + "track_on_post_machined_layer": "error", "track_segment_length": "error", "track_width": "error", "tracks_crossing": "error", + "tuning_profile_track_geometries": "ignore", "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", @@ -242,17 +249,28 @@ "zones_use_no_outline": true }, "ipc2581": { + "bom_rev": "", "dist": "", "distpn": "", "internal_id": "", "mfg": "", - "mpn": "" + "mpn": "", + "sch_revision": "" }, "layer_pairs": [], "layer_presets": [], "viewports": [] }, "boards": [], + "component_class_settings": { + "assignments": [], + "meta": { + "version": 0 + }, + "sheet_component_classes": { + "enabled": false + } + }, "cvpcb": { "equivalence_files": [] }, @@ -443,11 +461,14 @@ "duplicate_sheet_names": "error", "endpoint_off_grid": "ignore", "extra_units": "error", + "field_name_whitespace": "warning", "footprint_filter": "ignore", "footprint_link_issues": "warning", "four_way_junction": "ignore", "global_label_dangling": "warning", + "ground_pin_not_ground": "warning", "hier_label_mismatch": "error", + "isolated_pin_label": "warning", "label_dangling": "error", "label_multiple_wires": "warning", "lib_symbol_issues": "warning", @@ -470,6 +491,7 @@ "similar_power": "warning", "simulation_model_issue": "ignore", "single_global_label": "warning", + "stacked_pin_name": "warning", "unannotated": "error", "unconnected_wire_endpoint": "warning", "undefined_netclass": "error", @@ -502,6 +524,7 @@ "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 1.2, + "tuning_profile": "", "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 6 @@ -520,6 +543,7 @@ "priority": 0, "schematic_color": "rgb(255, 4, 6)", "track_width": 1.0, + "tuning_profile": "", "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 12 @@ -538,6 +562,7 @@ "priority": 1, "schematic_color": "rgb(255, 153, 0)", "track_width": 0.2, + "tuning_profile": "", "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 12 @@ -556,6 +581,7 @@ "priority": 2, "schematic_color": "rgb(81, 255, 3)", "track_width": 1.2, + "tuning_profile": "", "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 12 @@ -574,6 +600,7 @@ "priority": 3, "schematic_color": "rgb(130, 130, 130)", "track_width": 1.2, + "tuning_profile": "", "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 12 @@ -592,13 +619,14 @@ "priority": 4, "schematic_color": "rgb(0, 0, 0)", "track_width": 0.5, + "tuning_profile": "", "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 12 } ], "meta": { - "version": 4 + "version": 5 }, "net_colors": null, "netclass_assignments": null, @@ -1077,6 +1105,10 @@ }, "schematic": { "annotate_start_num": 0, + "annotation": { + "method": 0, + "sort_order": 0 + }, "bom_export_filename": "PlantCtrlESP32.csv", "bom_fmt_presets": [], "bom_fmt_settings": { @@ -1256,6 +1288,7 @@ "sort_asc": true, "sort_field": "LCSC_PART_NUMBER" }, + "bus_aliases": {}, "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, @@ -1263,6 +1296,7 @@ "default_line_thickness": 6.0, "default_text_size": 50.0, "field_names": [], + "hop_over_size_choice": 0, "intersheets_ref_own_page": false, "intersheets_ref_prefix": "", "intersheets_ref_short": false, @@ -1295,6 +1329,7 @@ }, "page_layout_descr_file": "", "plot_directory": "/tmp/", + "reuse_designators": true, "space_save_all_events": true, "spice_adjust_passive_values": false, "spice_current_sheet_as_root": false, @@ -1304,7 +1339,16 @@ "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, - "subpart_id_separator": 0 + "subpart_id_separator": 0, + "top_level_sheets": [ + { + "filename": "PlantCtrlESP32.kicad_sch", + "name": "PlantCtrlESP32", + "uuid": "00000000-0000-0000-0000-000000000000" + } + ], + "used_designators": "", + "variants": [] }, "sheets": [ [ @@ -1312,5 +1356,11 @@ "Root" ] ], - "text_variables": {} + "text_variables": {}, + "tuning_profiles": { + "meta": { + "version": 0 + }, + "tuning_profiles_impedance_geometric": [] + } } diff --git a/Hardware/Controller/PumpOutput/PumpOutput.kicad_prl b/Hardware/Controller/PumpOutput/PumpOutput.kicad_prl index 1da57d2..94fc29c 100644 --- a/Hardware/Controller/PumpOutput/PumpOutput.kicad_prl +++ b/Hardware/Controller/PumpOutput/PumpOutput.kicad_prl @@ -15,6 +15,7 @@ "vias": 1.0, "zones": 0.6 }, + "prototype_zone_fills": false, "selection_filter": { "dimensions": true, "footprints": true, @@ -53,6 +54,7 @@ "zone_display_mode": 0 }, "git": { + "integration_disabled": false, "repo_type": "", "repo_username": "", "ssh_key": "" @@ -105,6 +107,7 @@ "filter_text": "", "group_by_constraint": false, "group_by_netclass": false, + "show_time_domain_details": false, "show_unconnected_nets": false, "show_zero_pad_nets": false, "sort_ascending": true, @@ -115,6 +118,7 @@ "files": [] }, "schematic": { + "hierarchy_collapsed": [], "selection_filter": { "graphics": true, "images": true, @@ -122,6 +126,7 @@ "lockedItems": false, "otherItems": true, "pins": true, + "ruleAreas": true, "symbols": true, "text": true, "wires": true diff --git a/Hardware/Controller/PumpOutput/PumpOutput.kicad_pro b/Hardware/Controller/PumpOutput/PumpOutput.kicad_pro index da17dca..972f553 100644 --- a/Hardware/Controller/PumpOutput/PumpOutput.kicad_pro +++ b/Hardware/Controller/PumpOutput/PumpOutput.kicad_pro @@ -3,6 +3,8 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_barcodes": false, + "apply_defaults_to_fp_dimensions": false, "apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_shapes": false, "apply_defaults_to_fp_text": false, @@ -82,6 +84,7 @@ "extra_footprint": "warning", "footprint": "error", "footprint_filters_mismatch": "ignore", + "footprint_symbol_field_mismatch": "warning", "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "warning", "hole_clearance": "error", @@ -99,6 +102,7 @@ "mirrored_text_on_front_layer": "warning", "missing_courtyard": "ignore", "missing_footprint": "warning", + "missing_tuning_profile": "warning", "net_conflict": "warning", "nonmirrored_text_on_back_layer": "warning", "npth_inside_courtyard": "ignore", @@ -118,9 +122,12 @@ "too_many_vias": "error", "track_angle": "error", "track_dangling": "warning", + "track_not_centered_on_via": "ignore", + "track_on_post_machined_layer": "error", "track_segment_length": "error", "track_width": "error", "tracks_crossing": "error", + "tuning_profile_track_geometries": "ignore", "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", @@ -236,17 +243,28 @@ "zones_allow_external_fillets": false }, "ipc2581": { + "bom_rev": "", "dist": "", "distpn": "", "internal_id": "", "mfg": "", - "mpn": "" + "mpn": "", + "sch_revision": "" }, "layer_pairs": [], "layer_presets": [], "viewports": [] }, "boards": [], + "component_class_settings": { + "assignments": [], + "meta": { + "version": 0 + }, + "sheet_component_classes": { + "enabled": false + } + }, "cvpcb": { "equivalence_files": [] }, @@ -495,13 +513,14 @@ "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.2, + "tuning_profile": "", "via_diameter": 0.6, "via_drill": 0.3, "wire_width": 6 } ], "meta": { - "version": 4 + "version": 5 }, "net_colors": null, "netclass_assignments": null, @@ -629,6 +648,7 @@ "sort_asc": true, "sort_field": "Reference" }, + "bus_aliases": {}, "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, @@ -667,7 +687,14 @@ "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, - "subpart_id_separator": 0 + "subpart_id_separator": 0, + "top_level_sheets": [ + { + "filename": "PumpOutput.kicad_sch", + "name": "PumpOutput", + "uuid": "00000000-0000-0000-0000-000000000000" + } + ] }, "sheets": [ [ @@ -675,5 +702,11 @@ "Root" ] ], - "text_variables": {} + "text_variables": {}, + "tuning_profiles": { + "meta": { + "version": 0 + }, + "tuning_profiles_impedance_geometric": [] + } } diff --git a/Hardware/Sensor/sensor.kicad_prl b/Hardware/Sensor/sensor.kicad_prl index c6ade90..168cea5 100644 --- a/Hardware/Sensor/sensor.kicad_prl +++ b/Hardware/Sensor/sensor.kicad_prl @@ -15,6 +15,7 @@ "vias": 1.0, "zones": 0.6 }, + "prototype_zone_fills": false, "selection_filter": { "dimensions": true, "footprints": true, @@ -54,6 +55,7 @@ "zone_display_mode": 0 }, "git": { + "integration_disabled": false, "repo_type": "", "repo_username": "", "ssh_key": "" @@ -106,6 +108,7 @@ "filter_text": "", "group_by_constraint": false, "group_by_netclass": false, + "show_time_domain_details": false, "show_unconnected_nets": false, "show_zero_pad_nets": false, "sort_ascending": true, @@ -116,6 +119,7 @@ "files": [] }, "schematic": { + "hierarchy_collapsed": [], "selection_filter": { "graphics": true, "images": true, @@ -123,6 +127,7 @@ "lockedItems": false, "otherItems": true, "pins": true, + "ruleAreas": true, "symbols": true, "text": true, "wires": true diff --git a/Hardware/Sensor/sensor.kicad_pro b/Hardware/Sensor/sensor.kicad_pro index 25a1493..92a9f3c 100644 --- a/Hardware/Sensor/sensor.kicad_pro +++ b/Hardware/Sensor/sensor.kicad_pro @@ -3,6 +3,8 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_barcodes": false, + "apply_defaults_to_fp_dimensions": false, "apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_shapes": false, "apply_defaults_to_fp_text": false, @@ -77,6 +79,7 @@ "extra_footprint": "warning", "footprint": "error", "footprint_filters_mismatch": "warning", + "footprint_symbol_field_mismatch": "warning", "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "warning", "hole_clearance": "error", @@ -94,6 +97,7 @@ "mirrored_text_on_front_layer": "warning", "missing_courtyard": "warning", "missing_footprint": "warning", + "missing_tuning_profile": "warning", "net_conflict": "warning", "nonmirrored_text_on_back_layer": "warning", "npth_inside_courtyard": "warning", @@ -113,9 +117,12 @@ "too_many_vias": "error", "track_angle": "error", "track_dangling": "warning", + "track_not_centered_on_via": "ignore", + "track_on_post_machined_layer": "error", "track_segment_length": "error", "track_width": "error", "tracks_crossing": "error", + "tuning_profile_track_geometries": "ignore", "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", @@ -227,17 +234,28 @@ "zones_allow_external_fillets": false }, "ipc2581": { + "bom_rev": "", "dist": "", "distpn": "", "internal_id": "", "mfg": "", - "mpn": "" + "mpn": "", + "sch_revision": "" }, "layer_pairs": [], "layer_presets": [], "viewports": [] }, "boards": [], + "component_class_settings": { + "assignments": [], + "meta": { + "version": 0 + }, + "sheet_component_classes": { + "enabled": false + } + }, "cvpcb": { "equivalence_files": [] }, @@ -486,13 +504,14 @@ "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.2, + "tuning_profile": "", "via_diameter": 0.6, "via_drill": 0.3, "wire_width": 6 } ], "meta": { - "version": 4 + "version": 5 }, "net_colors": null, "netclass_assignments": null, @@ -861,6 +880,7 @@ "sort_asc": true, "sort_field": "Reference" }, + "bus_aliases": {}, "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, @@ -899,7 +919,14 @@ "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, - "subpart_id_separator": 0 + "subpart_id_separator": 0, + "top_level_sheets": [ + { + "filename": "sensor.kicad_sch", + "name": "sensor", + "uuid": "00000000-0000-0000-0000-000000000000" + } + ] }, "sheets": [ [ @@ -907,5 +934,11 @@ "Root" ] ], - "text_variables": {} + "text_variables": {}, + "tuning_profiles": { + "meta": { + "version": 0 + }, + "tuning_profiles_impedance_geometric": [] + } } diff --git a/Hardware/open-bms/bms/bms.kicad_pcb b/Hardware/open-bms/bms/bms.kicad_pcb index c547853..bff3bc8 100644 --- a/Hardware/open-bms/bms/bms.kicad_pcb +++ b/Hardware/open-bms/bms/bms.kicad_pcb @@ -1,2 +1,21373 @@ -(kicad_pcb (version 20241229) (generator "pcbnew") (generator_version "9.0") -) \ No newline at end of file +(kicad_pcb + (version 20260206) + (generator "pcbnew") + (generator_version "10.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (tenting + (front yes) + (back yes) + ) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (capping no) + (filling no) + (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) + (dashed_line_gap_ratio 3) + (svgprecision 4) + (plotframeref no) + (mode 1) + (useauxorigin no) + (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 "") + ) + ) + (footprint "Connector_Wire:SolderWirePad_1x01_SMD_5x10mm" + (layer "F.Cu") + (uuid "0163ddef-96a7-4aa9-a82a-b2d87d7f7d6a") + (at 144.5 28 90) + (descr "Wire Pad, Square, SMD Pad, 5mm x 10mm") + (tags "MeasurementPoint Square SMDPad 5mmx10mm ") + (property "Reference" "BAT_HIGH1" + (at 0 -6 90) + (layer "F.SilkS") + (uuid "f7886323-b958-474c-b1c7-1279aedc01c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x01_Pin" + (at 0 6.35 90) + (layer "F.Fab") + (uuid "fcd254a1-5e52-4cc6-943b-ecd17fdeb85b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd51063e-b829-448f-8871-74fb28dcb1b8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x01, script generated" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d02af9ed-fd68-4e58-8bf2-4668dbf7c912") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/c80242ed-8ab7-4a54-bb9f-c4839ba53584") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1") + ) + ) + (duplicate_pad_numbers_are_jumpers no) + (fp_rect + (start -2.65 -5.15) + (end 2.65 5.15) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "08bebdea-c60e-4448-8772-7a0ecae7b5ef") + ) + (fp_rect + (start -2.75 -5.25) + (end 2.75 5.25) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "793e72ca-12ca-4122-8633-01cf1a25e7d5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "2e64a20e-c989-4521-b471-8d01cadeaaf7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at 0 0 90) + (size 5 10) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net "Net-(BAT_HIGH1-Pin_1)") + (pinfunction "Pin_1_1") + (pintype "passive") + (uuid "29f8440e-cc02-4af7-9852-b1e7aa04acc3") + ) + (embedded_fonts no) + ) + (footprint "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" + (layer "F.Cu") + (uuid "02684e58-af98-4af9-af6d-cb0881eb2cd6") + (at 121.146207 40.176624 -90) + (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), Alternate KiCad Library") + (tags "capacitor") + (property "Reference" "C4" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "1039d540-1d97-4a1c-b34d-7c06dcbb85da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100nF" + (at 0 1.43 90) + (layer "F.Fab") + (hide yes) + (uuid "7d8c3e48-3a79-462b-a525-1ed1b476cc73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "736840ca-8fdb-4656-bb5a-9f74cbddd13d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "3b03c66c-38fb-491b-904e-3d8f4079c166") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C1525" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cab8bd6-eb27-4be6-970d-3c2ded6bfae3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "20208285" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbcf5ede-c0a6-4e6e-9429-8b3207aee7af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3c0a8e4-3a26-4f13-8583-087e7e9094a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a60b330-ebaf-4831-acc4-6c1f63079343") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39febc9b-3871-4edb-8e6f-71270e96a528") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82a5ea10-1006-40aa-9117-1093e61df5d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fc192e0-5afe-4c4f-aef1-11d7d417e28f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8aa8d9b0-cc39-4225-b445-6bca0ba005f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a1194e3-8239-4cc2-a4ea-ab41b6753647") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "CL05B104KO5NNNC" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fc6b003-f738-4752-b6e2-bc12c3410bea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rated" "16V" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad659ef3-abe0-4671-a98b-749ec645e240") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±10%" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61f3be4f-e73c-4660-8460-9ab674a4dd65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Capacitance" "100nF" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83a8d421-c87c-43a9-b21c-af0c878c6bd4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "X7R" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4d0b494-753e-4bef-85d1-0ac93698b220") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54730f67-d348-4017-b8df-95af08a9ae19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1654bdb4-76a2-4a44-87ce-7a03c0b43d7c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d8270f2-5a0e-4d94-a991-636d977b8ed5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0a10d24-d69a-463d-8185-7dd04a46732b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "125e701f-c59f-4811-904f-cbe3cd120c1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8968c4ad-6706-488d-8324-8ec26ccc3f91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "322aae89-9f18-46e0-9014-b6b7c20f04a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "337b4e68-1f39-40f4-9e61-6caa254d5139") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27c9dd10-f6e5-43d7-a06f-4bc3ab222c1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "88de4fef-68d9-4f6a-80db-1fad4c121930") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "315695af-0c3b-496d-bc51-1763d3dd6fb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53acfec7-1f07-4780-93d3-ef740eae2cd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f15a62c5-5741-4cb4-9014-40ad67bcca9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7126577-5c1b-4b1c-bb68-7be756d828b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ead9e296-80e7-448b-a8a6-b722657e3464") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "080306cf-a18a-4691-bc5d-350242eca71f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46b1bb02-90e0-4ec0-a121-5a332b332e6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55eb4c3f-844d-4c27-a77e-cc935c21b4c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1c17692-13ef-4528-a7fe-7931c130a46d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c86872b-dcee-4789-8d2f-8abc875b7520") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2afa6e7-6c63-4cd0-a44f-21923de3ebe6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba89f48c-a500-4042-9985-84b69d24390a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a178ba0f-9066-452c-b20e-84e6ee512414") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/72d50c32-41bc-4a48-91e5-00983786d05a") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "2" "1") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.3 0.800002) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb3eaa14-980e-4d0f-9327-8b5094f383aa") + ) + (fp_line + (start 1.3 -0.800002) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a357fb7-8cf4-4483-8790-eada06e3fd83") + ) + (fp_arc + (start -1.3 0.800002) + (mid -1.619939 0.000001) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3faa6233-dcb7-455e-a334-7852f48126dd") + ) + (fp_arc + (start 1.3 -0.800002) + (mid 1.619939 -0.000001) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d31d04c-2869-4186-a080-44398a50a291") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6adff1f0-b4bf-4925-879a-a9a935998e56") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3113afba-2df9-4f5e-ad27-9920fee0d298") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81fc71dc-c558-44cf-9fcf-4cd6e7ffd142") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3453f65f-fede-4f98-8791-178fb52851ca") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10486ade-a258-4a4f-a050-b3286d591e95") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9ee56d2-daaf-4975-b483-74ec2efdc48c") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a8b1fd0-6b68-4f4a-8c78-2e5b1b14b9c6") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05282473-a5f5-43ff-88a9-434c184b4b12") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "7a120812-fae0-4045-86a6-5a6b80129187") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0 270) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "e2b9883d-cb3d-4993-93ad-ec57388e61e3") + ) + (pad "2" smd roundrect + (at 0.775 0 270) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "f5c71e09-1c64-4699-a872-7959060ff54c") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (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 "0d9fe474-d9e5-4cb3-b437-4c972ce95f8f") + (at 145.175 39.4 180) + (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)") + (tags "resistor") + (property "Reference" "R12" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "9b3bd18e-52e0-41f2-8ade-03ff0645cca5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "8764714e-be73-4459-bc4d-984035380df7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e8e07896-3827-480a-b749-c6613bbfe02d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "568dd121-7a62-41df-8773-5b9cf1936087") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "93489cdd-8346-4bda-b86c-7c8c7ba22e65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb68aaea-1172-45af-9fdc-0700acb5c132") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25ac674a-f6f1-47c0-95a8-cde60c4fd121") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37641eb2-62c3-4b24-9bb1-bcdcc4ef7ee8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc2176a1-74bf-4d59-9b06-5197bd4c90c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09142dd7-b054-4a7e-acfe-92c1c1b7a09d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/345969a1-6815-4f15-b3a7-8dc3e9ad8d68") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0a3ac2d-2365-4b3c-a449-3d7c68687816") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37d535d0-560d-4257-a3b8-48123d441acb") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "36d4c054-7c7a-41e9-9446-7b43c903d5e8") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "513ace32-ae28-4ac0-839c-00edd3c02f07") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ebb8aea1-40b0-498e-8fcd-beffbacf76d3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "bce65f8b-ff2e-4ca5-be89-8720ef57ae33") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SDA") + (pintype "passive") + (uuid "b835ffb3-8f4f-4345-95ac-c6319d201393") + ) + (embedded_fonts no) + (model "${KICAD10_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_TO_SOT_SMD:SOT-23-8" + (layer "F.Cu") + (uuid "1b201835-8ce4-4513-88fc-1e0810464dda") + (at 137.925 35.6125 -90) + (descr "SOT, 8 Pin (JEDEC MO-178 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-178)") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U3" + (at 0.8 -2.4 90) + (layer "F.SilkS") + (uuid "6504d96a-9282-4801-a2b8-af81e1a352b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "INA219AxDCN" + (at 5.25 13.35 90) + (layer "F.Fab") + (uuid "8b8fd04d-9430-4fa5-a3b3-779a3b23c4af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ina219.pdf" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "21af8382-59ef-4ea8-b91f-0cb66464513f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Zero-Drift, Bidirectional Current/Power Monitor (0-26V) With I2C Interface, SOT-23-8" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "c69fe45f-77e0-4722-b880-50d702ea9b83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "package/gullwing" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "85060bf6-571f-4791-8e55-01c38ef97309") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/f54d5cc1-3046-4a55-a9c2-4de001b234fb") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2" "4" "3" "6" "5" "8" "7") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.91 1.56) + (end -0.91 1.485) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "940f7364-371c-4f84-9d1e-af80af036c55") + ) + (fp_line + (start 0.91 1.56) + (end -0.91 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6bc376b-824c-4825-bd44-1d71edf4251d") + ) + (fp_line + (start 0.91 1.485) + (end 0.91 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4e65945-1b81-495c-a114-00ae4619a7a9") + ) + (fp_line + (start -0.91 -1.485) + (end -0.91 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "beba8622-f728-49b5-a24e-05f2c6029ad2") + ) + (fp_line + (start -0.91 -1.56) + (end 0.91 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac0e2482-d1b8-4371-925e-c3ed8192c562") + ) + (fp_line + (start 0.91 -1.56) + (end 0.91 -1.485) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fc3885a-98e6-4e86-93f5-4e7007d78841") + ) + (fp_poly + (pts + (xy -1.45 -1.49) (xy -1.69 -1.82) (xy -1.21 -1.82) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "82f623bf-7c59-4305-9512-1069aa0151e0") + ) + (fp_line + (start -1.05 1.7) + (end -1.05 1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d356d3bf-fb37-449c-a3f7-b35eeb7a5d2d") + ) + (fp_line + (start 1.05 1.7) + (end -1.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a08f8239-ba9a-4c99-8b04-21396526e25b") + ) + (fp_line + (start -2.05 1.48) + (end -2.05 -1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5e60995-a9c8-4218-83d0-79357439b1d5") + ) + (fp_line + (start -1.05 1.48) + (end -2.05 1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8969ed48-ab73-4f57-97ee-4beaa6336ab1") + ) + (fp_line + (start 1.05 1.48) + (end 1.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "309907a4-10db-441c-847b-1f21d00a167b") + ) + (fp_line + (start 2.05 1.48) + (end 1.05 1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62cd606a-dcff-4c0d-b091-03ae8ceeb9c4") + ) + (fp_line + (start -2.05 -1.48) + (end -1.05 -1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "983e95ae-772c-4261-b8f7-953c5fa7f083") + ) + (fp_line + (start -1.05 -1.48) + (end -1.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b8b8d41-2b9c-4ac0-9b40-5294a6e681b4") + ) + (fp_line + (start 1.05 -1.48) + (end 2.05 -1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29c34e3e-f53b-4a30-bb24-14fcefe9651d") + ) + (fp_line + (start 2.05 -1.48) + (end 2.05 1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6be5b81-106c-45d3-baba-3e489f5f3f11") + ) + (fp_line + (start -1.05 -1.7) + (end 1.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcdb36bb-98ef-4125-b25d-2fc16bb1ef20") + ) + (fp_line + (start 1.05 -1.7) + (end 1.05 -1.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84171f01-b1f9-4716-8b07-8e8eadc85257") + ) + (fp_poly + (pts + (xy -0.4 -1.45) (xy 0.8 -1.45) (xy 0.8 1.45) (xy -0.8 1.45) (xy -0.8 -1.05) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "25e14ed5-3d15-43e9-aedf-09d4fc09c840") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dba92245-b47d-4861-9577-6afc2915d0fb") + (effects + (font + (size 0.72 0.72) + (thickness 0.11) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.975 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(U3-IN+)") + (pinfunction "IN+_1") + (pintype "input") + (uuid "7841119b-537d-4431-ba72-5ae4123cca64") + ) + (pad "2" smd roundrect + (at -1.1375 -0.325 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(U3-IN-)") + (pinfunction "IN-_2") + (pintype "input") + (uuid "f1bc1199-161c-478d-87a3-700759b483cd") + ) + (pad "3" smd roundrect + (at -1.1375 0.325 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "GND_3") + (pintype "power_in") + (uuid "181af1b5-7cf4-4db9-b493-8f63ec30c4ac") + ) + (pad "4" smd roundrect + (at -1.1375 0.975 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "VS_4") + (pintype "power_in") + (uuid "d60d2ae5-9558-4f6b-a419-693cf069fb75") + ) + (pad "5" smd roundrect + (at 1.1375 0.975 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SCL") + (pinfunction "SCL_5") + (pintype "input") + (uuid "9f3b4433-221f-45b2-a0f9-1c5c1f83f64f") + ) + (pad "6" smd roundrect + (at 1.1375 0.325 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SDA") + (pinfunction "SDA_6") + (pintype "bidirectional") + (uuid "bf02635a-78be-4d3a-a696-5e867db72038") + ) + (pad "7" smd roundrect + (at 1.1375 -0.325 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "A0_7") + (pintype "input") + (uuid "e5d8374c-d225-4087-87f2-98ce2f9a654f") + ) + (pad "8" smd roundrect + (at 1.1375 -0.975 270) + (size 1.325 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SDA") + (pinfunction "A1_8") + (pintype "input") + (uuid "dc9ce3c6-61b5-4b19-a980-95cc3f28c326") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-8.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SON:WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm" + (layer "F.Cu") + (uuid "1d82109d-3f54-41f6-a909-f3894d2011fa") + (at 102.3 34.865) + (descr "WSON, 8 Pin (https://datasheet.lcsc.com/lcsc/2204011730_GigaDevice-Semicon-Beijing-GD5F1GQ4UFYIGR_C2986324.pdf (page 44))") + (tags "WSON NoLead") + (property "Reference" "U5" + (at 0 5.4 0) + (layer "F.SilkS") + (uuid "c7833874-32db-4d77-8fc5-7a110094e3b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "W25Q128JVE" + (at 0 3.95 0) + (layer "F.Fab") + (uuid "b3ce86a5-25a0-4096-91c2-774e3f3205cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.winbond.com/resource-files/w25q128jv_dtr%20revc%2003272018%20plus.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "76da856a-7f2a-42fa-80a7-89a706d02dbc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "128Mbit / 16MiB Serial Flash Memory, Standard/Dual/Quad SPI, 2.7-3.6V, WSON-8" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ee8bd47c-9cd4-43d5-8c06-fd66d16ad40b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "package/no_lead" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "27a045f4-1c1f-4a90-ae9e-7393596c7a9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "WSON*1EP*8x6mm*P1.27mm*") + (path "/2fc0e927-cadd-4772-8ac7-ef836e92c67b") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "6" "5" "2" "3" "7" "8" "4" "9") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -4.11 -3.11) + (end 4.11 -3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a0a5547-54dc-40ef-a1cd-c44b355ee596") + ) + (fp_line + (start -4.11 -2.415) + (end -4.11 -3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2097ea4-f2bd-4661-bb70-7a93f62c72eb") + ) + (fp_line + (start -4.11 3.11) + (end -4.11 2.415) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc03e340-0b5f-4493-abf3-282b8cc16be8") + ) + (fp_line + (start 4.11 -3.11) + (end 4.11 -2.415) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4593e4b4-6627-4518-ae72-dabe20db27b3") + ) + (fp_line + (start 4.11 2.415) + (end 4.11 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae9324fd-dd2a-4b6b-9eba-122fc9d08ffd") + ) + (fp_line + (start 4.11 3.11) + (end -4.11 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8254207-0d70-4a80-b6da-64e166e13e58") + ) + (fp_poly + (pts + (xy -4.34 -1.91) (xy -4.67 -1.67) (xy -4.67 -2.15) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "0883586d-f04d-4ca9-8ee9-73c9bb6f011c") + ) + (fp_line + (start -4.33 -2.41) + (end -4.25 -2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79fa8f29-1493-44d9-b349-d00faee45ce6") + ) + (fp_line + (start -4.33 2.41) + (end -4.33 -2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df8fe085-09c0-417b-90ab-b826ad1c3ec7") + ) + (fp_line + (start -4.25 -3.25) + (end 4.25 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2eee2bc2-03ce-41ea-a1e8-51b42ca8d967") + ) + (fp_line + (start -4.25 -2.41) + (end -4.25 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42b20c30-f9ac-4c6d-9025-a4dbadbdece6") + ) + (fp_line + (start -4.25 2.41) + (end -4.33 2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0441fb6b-ed89-42d3-a325-f9c94d53bdaa") + ) + (fp_line + (start -4.25 3.25) + (end -4.25 2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "142cf9d3-9320-423b-bb3e-6d26b2cf10ed") + ) + (fp_line + (start 4.25 -3.25) + (end 4.25 -2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc624d8c-5889-4843-aacc-7cf15f84dbcd") + ) + (fp_line + (start 4.25 -2.41) + (end 4.33 -2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc1384b7-f7f4-469e-b297-558ef35d8368") + ) + (fp_line + (start 4.25 2.41) + (end 4.25 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58ee81a5-6b18-4f80-8772-51ca2e0de035") + ) + (fp_line + (start 4.25 3.25) + (end -4.25 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5dc8c65-c878-425f-bbf8-3a7ac43ace2c") + ) + (fp_line + (start 4.33 -2.41) + (end 4.33 2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fc8edbe-09f0-486e-85ca-70eef0d1d5fc") + ) + (fp_line + (start 4.33 2.41) + (end 4.25 2.41) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d498c3ff-1e94-426b-a5c4-4498e61d52c1") + ) + (fp_poly + (pts + (xy -3 -3) (xy 4 -3) (xy 4 3) (xy -4 3) (xy -4 -2) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "a5b1b1b4-1cab-48b6-b123-c3c7f622b308") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "bf029f86-e8d0-4d59-9f86-a06e57043463") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" smd roundrect + (at -0.85 -1.075) + (size 1.37 1.73) + (layers "F.Paste") + (roundrect_rratio 0.182482) + (uuid "b59de11e-6200-4dc9-adb2-198a4fa7641c") + ) + (pad "" smd roundrect + (at -0.85 1.075) + (size 1.37 1.73) + (layers "F.Paste") + (roundrect_rratio 0.182482) + (uuid "37b85abf-237a-4baf-ad29-cadefb171c50") + ) + (pad "" smd roundrect + (at 0.85 -1.075) + (size 1.37 1.73) + (layers "F.Paste") + (roundrect_rratio 0.182482) + (uuid "abae6e64-1e86-462f-ba30-7933d360e82f") + ) + (pad "" smd roundrect + (at 0.85 1.075) + (size 1.37 1.73) + (layers "F.Paste") + (roundrect_rratio 0.182482) + (uuid "219abb38-2d94-4e85-994e-5edee3a4aa30") + ) + (pad "1" smd roundrect + (at -3.75 -1.905) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_NSS") + (pinfunction "~{CS}_1") + (pintype "input") + (uuid "1ddfec42-bd12-48ae-95a2-dcc7d8059b60") + ) + (pad "2" smd roundrect + (at -3.75 -0.635) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_MISO") + (pinfunction "DO/IO_{1}_2") + (pintype "bidirectional") + (uuid "ce0e7edc-7c56-4a87-9c4c-9bfb75dc6f75") + ) + (pad "3" smd roundrect + (at -3.75 0.635) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U5-~{WP}{slash}IO_{2}-Pad3)") + (pinfunction "~{WP}/IO_{2}_3") + (pintype "bidirectional") + (uuid "af72c62d-fd1f-45dc-adc1-451941c4eeb1") + ) + (pad "4" smd roundrect + (at -3.75 1.905) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "GND_4") + (pintype "power_in") + (uuid "1d780295-5d25-44fe-b290-10c31064fa7b") + ) + (pad "5" smd roundrect + (at 3.75 1.905) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_MOSI") + (pinfunction "DI/IO_{0}_5") + (pintype "bidirectional") + (uuid "3ef5c7ae-ae6c-4e36-97c3-15c9c9c4f6e0") + ) + (pad "6" smd roundrect + (at 3.75 0.635) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_SCK") + (pinfunction "CLK_6") + (pintype "input") + (uuid "61ac37aa-b427-4b22-b2a1-9cbddcd9137d") + ) + (pad "7" smd roundrect + (at 3.75 -0.635) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U5-~{HOLD}{slash}~{RESET}{slash}IO_{3}-Pad7)") + (pinfunction "~{HOLD}/~{RESET}/IO_{3}_7") + (pintype "bidirectional") + (uuid "96cca97f-ff91-4fe1-84e6-91b0bcc54c8a") + ) + (pad "8" smd roundrect + (at 3.75 -1.905) + (size 0.65 0.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "VCC_8") + (pintype "power_in") + (uuid "f5970a03-7001-4032-8ab8-44e7085c445c") + ) + (pad "9" smd rect + (at 0 0) + (size 3.4 4.3) + (property pad_prop_heatsink) + (layers "F.Cu" "F.Mask") + (net "unconnected-(U5-EP-Pad9)") + (pinfunction "EP_9") + (pintype "passive") + (zone_connect 2) + (uuid "29cf06c0-baa1-438c-912b-3077ae1978a2") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Package_SON.3dshapes/WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm.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 "2dbfce68-f18f-4083-adb0-9cd545836623") + (at 123 50.9375 -90) + (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)") + (tags "LED") + (property "Reference" "D3" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "1acc0c44-775d-4340-89b9-90e98c5c8cfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "fdb8954d-56f9-4817-922a-7b6a77a4c78e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "d21f9af1-ff0e-4141-92c7-5a1bc56dff8c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "2f5bde74-458a-4436-810d-39391b70e03f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "f41bd274-5686-435e-a6bd-41dfb5a7b9a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "957d1fc0-0610-44d4-8fdf-791cfa7531b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/f57e1ec9-5f6c-45ed-a669-9d0c2f9b56ea") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5733a2cb-2a6a-430b-b7c6-da57e59c08ab") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e05f859a-5bab-4e76-a73b-fc063417387a") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68db9715-07f0-4181-9f5b-2ca898130b30") + ) + (fp_rect + (start -1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "0c8b1265-b838-4241-8e07-422d9b6491d7") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bc8cce9-d8d7-4ea4-9a16-5e89726e3f7e") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb5957db-4f5a-447d-812e-32319ad09b68") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59daf907-dbd3-4362-8974-c6ca6b1d5bfe") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "febdace0-2250-466c-8a93-ce9730dd4324") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e85929e-d312-4748-b2b9-2e0dc9d5108e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "1f713d31-1d3a-488c-bce9-0dc590c1510f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D3-K)") + (pinfunction "K_1") + (pintype "passive") + (uuid "305dbef1-57b8-4249-a92f-bfc54bd7ce89") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D3-A)") + (pinfunction "A_2") + (pintype "passive") + (uuid "e324f859-8c4f-45e2-93a8-e4f9bb64c2fd") + ) + (embedded_fonts no) + (model "${KICAD10_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 "PCM_Capacitor_SMD_Handsoldering_AKL:C_0603_1608Metric_Pad1.08x0.95mm" + (layer "F.Cu") + (uuid "34f873af-2a2c-4f4b-995f-500238d70655") + (at 135 35.6125 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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), Alternate KiCad Library") + (tags "capacitor handsolder") + (property "Reference" "C1" + (at -2.6375 0 90) + (layer "F.SilkS") + (uuid "3de000ab-0b1a-45bf-93d2-1fcc285829a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100nf" + (at 0 1.43 90) + (layer "F.Fab") + (hide yes) + (uuid "5a2099ba-a8a7-4bb3-8fba-bbc7dfc479ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "44aa46df-c399-4d18-8b76-5d315efd0845") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "35524a1d-189c-48fe-802f-a3ca2a6258d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C14663" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1193100c-dbe5-4562-8402-3baf27b2b588") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/8a6ce12d-7ee8-4fc4-839c-fedd4f01a93d") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 1.4 -0.799999) + (end -1.4 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b00e9a13-e9ad-4080-a13e-1e8e2c65dccb") + ) + (fp_line + (start -1.4 0.800002) + (end 1.4 0.800001) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c7c9d40-d988-4602-9ce2-d2292266f665") + ) + (fp_arc + (start 1.4 -0.800001) + (mid 1.719939 0) + (end 1.4 0.800001) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ea44cc1-d6e3-4896-9c71-e0233910e6da") + ) + (fp_arc + (start -1.4 0.800002) + (mid -1.719939 0.000001) + (end -1.4 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fce6f3bb-d86d-44d6-b144-4022aa4417e9") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60702b80-322d-4652-a4a9-a82d9a9214b5") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61bc0f74-b5d2-4a33-a346-2dc1f7173db7") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3bab0aa-5777-47c7-b761-af93fdef16cd") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b03519a-14dc-449a-a908-cc600d108b1f") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f586c194-9a61-4cb0-a5ec-c706c1a30da1") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e89de90-89d9-4acd-9947-8d72ad280ae7") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43f5c5e2-9299-4054-bb02-4ec65d6e5b65") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "705e46e7-0d0a-4fb1-ba77-bbe2084f5fb2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fa884672-69f3-42c4-9c95-d39b385afea5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.8625 0 90) + (size 1.075 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "0ab974df-8fa1-4c3c-af53-a05a7fbcded2") + ) + (pad "2" smd roundrect + (at 0.8625 0 90) + (size 1.075 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "2619df3e-b807-4d9d-86fd-1890ae6a2950") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" + (layer "F.Cu") + (uuid "353ff707-1874-4c52-afa4-2b69a067739e") + (at 122.980282 40.15829 -90) + (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), Alternate KiCad Library") + (tags "capacitor") + (property "Reference" "C5" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "0852a0d1-0f76-4904-a42a-8613b459aadc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100nF" + (at 0 1.43 90) + (layer "F.Fab") + (hide yes) + (uuid "1c5803dc-552d-485c-a9b3-c411df8dcca9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "0bd7c1e2-b990-4031-8143-dd7835090e43") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "30404486-e511-4d2e-a71f-70790ddb64c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C1525" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "082e8d16-0718-4c96-8a33-f57eb23f5683") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "20208285" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64cdd70d-ffba-49ce-942c-44cf76ecb061") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f43c317-a8e9-458d-a81a-b6219ae40c4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "593e556c-00c7-48c0-8b82-deb910e2fa4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3cf9ecd-0df1-4956-8cc7-9e331c27d368") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1319739-094c-482e-916d-cf4a841f8768") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62784c4b-7144-46d9-8cad-b46cff1366bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31a9f675-8f5b-4a75-8495-842d163acbed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6d22c88-6393-4470-a5fc-9a8ce999f172") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "CL05B104KO5NNNC" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4979ae5e-a59e-4a6a-ba4c-03b49b9be0a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rated" "16V" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd5cdfce-5cd4-4d9e-8d31-98d46e747ab8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±10%" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9169596-3f82-48c3-b476-796f59a0dd9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Capacitance" "100nF" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "556ad6cd-144d-4739-8c57-6bf048621314") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "X7R" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20b84f45-5300-4b3c-abf2-eaea07082daf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca0cec81-5d7b-4a6b-bcb7-4e72563e6466") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2abac001-e620-4423-8aac-3d37350536e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c641c7d-ce9c-4b27-ba52-70068b07b036") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1da805d1-f4f9-4f0f-b7e7-d2ff67b5c466") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4225dc7-8735-446e-8f6a-57a582c7159d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68c9eecd-8804-4ef8-92af-4f90e54262dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13e18424-2711-46dc-b5b4-4cf399a48fb6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d5d6c0e-50d8-473e-81e1-f30242569a09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6dfc7bc6-ebcd-4a30-8211-eff6b7ecd0d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0eda6c3-b635-46a5-9f91-76a54e45843f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a90bb3a8-6d2c-41e2-8b3d-1318e1eb1455") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53d101a7-3ab1-4f48-a206-5ccf914c9f4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe771cd9-9555-4401-946e-2804fe947c32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf16f003-8953-49d8-b4bf-f6f18926e52a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "043956be-4234-40d4-96e6-75115698fb73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3db76d7-d636-402d-ab46-0a6c0664a0a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c752b673-4a4f-427b-af25-61726f798421") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08d89dc6-b38f-4178-881e-eb36d8aa6aec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09db5d3f-ed18-44bb-804b-ab5103759951") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09adef17-b471-4eb4-9220-25cb3815694b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f7f9177-457f-4832-b891-7ff01c4d3a5b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09509715-79f0-476b-84e9-eb52667f612b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "331beef2-a372-49a6-9b87-7f5b7db6cfb8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/9f47393b-510b-48e8-9aab-f039b3e15e51") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "2" "1") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.3 0.800002) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a280e8fd-a86e-446e-be52-0972a66655e4") + ) + (fp_line + (start 1.3 -0.800002) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "554562fe-5b31-48cb-b8bf-ecefc9acadff") + ) + (fp_arc + (start -1.3 0.800002) + (mid -1.619939 0.000001) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3185f90-6a20-40e5-a8c9-1d9c71283ac5") + ) + (fp_arc + (start 1.3 -0.800002) + (mid 1.619939 -0.000001) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9181c7e9-4cb6-468c-a3ca-bdfa9edceea2") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28181c29-cd84-488f-a7df-d02b8dc67044") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97470c92-b08a-4501-bef5-e4671426c513") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "432f2bb7-a9ef-49d9-bb40-10156ae56c75") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0f80d9b-9dbd-4d65-9662-6882665f1c28") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4103ac1-c52a-46cb-b3b3-8b7b3a61ed35") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9b17b8e-0ae9-49a5-994e-b9d04b3cbad1") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df4091b0-8ef7-4367-84b3-f8f24b93d9d8") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "439b3b63-665f-447b-b462-88995ca6dac6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "93fa8a4e-4fb6-4fba-86e0-79817b1d9f27") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0 270) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "c5c2eae1-c3a3-4405-bc03-6394762289aa") + ) + (pad "2" smd roundrect + (at 0.775 0 270) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "29bb50c2-8c3f-4ba0-bb86-3c75e758d317") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_Package_TO_SOT_SMD_AKL:SOT-23" + (layer "F.Cu") + (uuid "42b1d414-68c3-4497-ae7a-5ecfcad23874") + (at 144.05 34.7) + (descr "SOT-23, Standard, Alternate KiCad Library") + (tags "SOT-23") + (property "Reference" "U4" + (at 0 -2.5 0) + (layer "F.SilkS") + (uuid "7c2e9742-6731-4dab-9d1b-848c59c5ae32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AP130-33SA" + (at 0 2.5 0) + (layer "F.Fab") + (hide yes) + (uuid "47cd7299-a4dd-4207-85e2-50fb81d78634") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.tme.eu/Document/a40bcc82e08605be7c628bfb79d62f46/AP130.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "008901b7-dd6f-4858-b520-df7d99df1b2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SOT-23 3.3V 300mA low dropout voltage regulator, Alternate KiCad Library" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "821cee9e-1d34-4ef6-b02f-ce037abe1a03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1be39ab-3ac6-43d6-994d-dcf3ec24fa49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a58be8a4-8494-4310-b290-c74fffb7eb11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c4c3aad-238c-4ea2-a413-982973b33ee2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1dc49bd5-8ded-4938-812b-b6186f85c6c8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ab288f2-03ef-49c6-bcb2-40181b573aaf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7450d76a-d426-492f-8896-4f082a277d1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d5d5862-3c6c-4da1-8629-4179e9939420") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f630d1e2-80a0-47b9-8288-528778aa519c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d516a421-cd21-47ea-a459-929863b65a8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da6ef669-9f71-4ac2-adc1-db53820df186") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e377517f-9864-41de-bd9d-fb9519392c40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9abf0e9b-8d1f-4385-9aaa-d56cca1cb884") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "957ce51b-2486-4fa6-b5dc-64bf3be89d47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8d0528c-274a-4476-8f7e-c52677da15a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cb806c7-af55-4760-8662-2acd1a1c0596") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f32bd81c-efbb-48ae-bd5f-c1386f8a7188") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/553c8ae5-24d4-422c-92da-b1b7842c3174") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "3" "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.8 -1.8) + (end -1.8 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1bce152-9e10-4df1-848b-3227c88d1a55") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08a68a64-bc73-4d32-ab05-0043f13caa5a") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1288c926-2d1e-462e-bc87-824b54c83f5d") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76737fce-9364-4417-b7a7-70de168bb8f2") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7a55de9-e8fc-4b53-a4a4-0f1c3321b477") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af595651-ae75-4dbd-bc71-518348d688fb") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "268870f5-ef66-4f59-89fa-31b8f66548c4") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27cd6cd0-8b72-497c-9484-fd5b94939f87") + ) + (fp_line + (start -1.3 -1.2) + (end -1.3 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c6c1a75-2117-4a77-91e7-c081301de464") + ) + (fp_line + (start -1.3 -0.7) + (end -0.7 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a3b0625-d510-4e01-ba7c-3b0b15cda23d") + ) + (fp_line + (start -1.3 0.7) + (end -1.3 1.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb25f13a-ec3c-4e0a-9c6f-885a959a558e") + ) + (fp_line + (start -1.3 1.2) + (end -0.7 1.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54c6e959-9d38-4891-9401-9a5df70bf9b9") + ) + (fp_line + (start -0.7 -1.52) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4dbc561b-1093-4adb-a131-d9b015542171") + ) + (fp_line + (start -0.7 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdf97a19-7eb8-42fb-a4de-05029bef8a7f") + ) + (fp_line + (start -0.7 -1.2) + (end -1.3 -1.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8b234ee-9f4a-454e-a93e-3dd1d2f19587") + ) + (fp_line + (start -0.7 0.7) + (end -1.3 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4afb54e2-f7e0-4740-a7ff-7c3422a653ce") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0092aa19-3bcb-4c16-a735-55f0af2c2040") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ebb8d8c-8298-4998-a2bf-15a0ab04f1dd") + ) + (fp_line + (start 0.7 0.25) + (end 1.3 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "040d9642-3fe7-4779-9ebd-40d98effba48") + ) + (fp_line + (start 1.3 -0.25) + (end 0.7 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fad3a9d-473a-4a09-990e-5e7f9122066f") + ) + (fp_line + (start 1.3 0.25) + (end 1.3 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e548dcc1-408a-481c-9424-d79e57e72994") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "59ee3f74-fc83-41c4-b241-b52bdeb248d3") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "power_in") + (uuid "26f75694-2860-4683-a866-155a87c57870") + ) + (pad "2" smd roundrect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "OUT_2") + (pintype "power_out") + (uuid "d95d58f5-2565-4919-a92f-a77644cfb5f1") + ) + (pad "3" smd roundrect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(U4-IN)") + (pinfunction "IN_3") + (pintype "power_in") + (uuid "ac7efe3b-be6c-4633-baa1-c7a44a15dc73") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (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 "4df0f13c-e400-45e4-8d3b-f6262f91476f") + (at 140.425 51 -90) + (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)") + (tags "LED") + (property "Reference" "D6" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "68c2beac-af78-4567-9702-a6c1957fb7b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED" + (at 0 13.65 90) + (layer "F.Fab") + (uuid "f4ee7635-3d31-4403-a2d7-f66d68287f53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "51e858cb-e49a-4435-8c38-86673a6a6029") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "1885e37f-1b6a-4b99-a118-beae9d0ee5b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "9366b7c2-07bc-4a7d-a1e3-aad3726f0483") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae2cab62-d309-4d4b-a06c-a31f903bdcab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/20ca2486-e52f-4e9e-8816-e61e264a1521") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1ed0d76-12cb-4b60-81a7-a6df876256f3") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2d3cd96-aeb9-45c9-8690-0fc7fc7507c9") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89150f56-b2c8-4bee-99b4-c853f6c2f868") + ) + (fp_rect + (start -1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "69047234-4a28-4c17-a379-441f05644519") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fd074c5-65b3-43ea-8439-591f182ab3c4") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "515c5ff1-062b-40c3-b0f3-89c11d9963d3") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bec862ab-9729-4559-881f-a975869a2375") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "733d0066-5b81-4298-b654-618148d4ff76") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec55b173-512e-49dd-9c3d-c9f285909560") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "90335fb3-064f-437f-abdd-6f7323b6a560") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D6-K)") + (pinfunction "K_1") + (pintype "passive") + (uuid "19d2435a-16cf-4905-bdbf-e6bfed41fd0c") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D6-A)") + (pinfunction "A_2") + (pintype "passive") + (uuid "e4448ae4-db8f-4f5f-b6e6-ce58469759a1") + ) + (embedded_fonts no) + (model "${KICAD10_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 "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "4f2167d9-4074-481e-a9f3-ff4226043635") + (at 108.55 38.175 -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)") + (tags "resistor") + (property "Reference" "R8" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "7f6e2811-7fa0-46ee-804e-4cf6bbc66dee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kΩ" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "19a19c49-ad66-4794-99ac-ebf39da3fa8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "07cd1f48-3718-48a2-9b4f-d1c1c2172c8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "b81ead05-372e-491f-8a6b-5bf7756c7687") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "279a8e68-15ab-4b90-944e-3b0b40b80403") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "C25744" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45c46200-ab6e-4dc3-ac9a-749a13c24808") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "24372091" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbed52d9-46ae-46ce-91d9-32c72c1866a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b246860-0619-4922-aec4-a1bd1a03d3e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e4440841-3f54-4f5f-8c44-dc0b7150d13a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e6fa8fb-7fac-4269-8701-9448daf2992b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ad4e184-172d-4d15-a819-b58cb37d6641") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "753b70b9-fa50-4b2a-8ee8-f4187f6bafce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Resistors,Chip Resistor - Surface Mount" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67cccd27-950d-4ff3-9564-963d6a4201c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d29d5f83-a9cf-4e0f-a9de-5b973d135474") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "0402WGF1002TCE" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56ffd510-7d77-4eb7-8105-da2bb60d74b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Resistance" "10kΩ" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8519fd2a-4407-4fe6-ae8b-7e4cdfceb922") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Power(Watts)" "62.5mW" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2432d2db-002e-4588-82a0-186172400f2b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Type" "Thick Film Resistors" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fcfae9d5-ddd2-4018-8d87-cb8b41b29c43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Overload Voltage (Max)" "50V" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9efc676d-7271-4915-a166-784ee40d1aae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature Range" "-55°C~+155°C" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5ed4539-09c6-4c52-a3a4-15b4521fb0b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±1%" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6cde290-e9ca-4941-b4d7-2a65e1cab07c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "±100ppm/°C" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66faf0d8-e75c-4b8d-832f-fc170e94d163") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "609a9a77-a79d-4cab-8b42-7d4dab092da3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "80634a46-8a29-4b0b-94ec-00beb72aa849") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33ccf9ad-f32b-4fbb-92e5-ff885c502374") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a787914c-dd51-4c77-9136-020b8ba65ef6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6ff4c48-97d7-4fe7-b21b-09643460ea1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bd9efc5-20e8-4de8-b5ce-eb3ca11ab6a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc503055-26f4-413d-a012-2bc724447f73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2310e01d-55c3-44ee-8647-fb76c06aa1b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7e67766-c6b0-4ed8-944e-52b57fe5ed95") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96f1d18c-edc7-4358-b556-9fbd2e9afe19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a68bb66a-2f9f-42cf-850f-ec788216684e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cf9186f-9f9e-4a47-a5ad-01b4f1cbcc62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56d9b86f-99dd-4485-911e-8e718032d17a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "daf53bd8-a10c-4464-8320-57c58ad381d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db08ff23-ccab-4178-a939-7c8c845bf829") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8f6c250-4d02-436e-9710-51419a388cee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f476cde-7f3b-4701-a8da-e90cef892b59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa462fb3-4012-4319-adc3-8563a4c3ec41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3cf9b47-1607-4a3c-ae2f-a4bd1644dc80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ae85cec-5da6-41a0-a745-25624306b9ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ebaaef5-2a76-4243-98f3-701caa81067c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9153e2af-d006-4e3e-8eb7-a92da570cc4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0514725-1a86-4f8b-a237-dc02174c02c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/6536c5cf-e638-48a5-bb16-34742fbb3714") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e637448-eb10-49b1-b5ac-572400523eb8") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caed49ca-9941-419b-a3b6-b4a7085ccdf9") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "e6275b18-4dee-44b1-ac5e-15f8e679db41") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "8fe9a82e-677d-4bed-986e-8bbe941f6802") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "37ea34ef-9a08-486e-b4cd-8dffa16abbcc") + (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 "PB2") + (pintype "passive") + (uuid "9efa65f1-1b82-4618-bbd7-3b0b23c502a3") + ) + (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 "GND") + (pintype "passive") + (uuid "c00d6959-3280-4e91-866d-253bdae6bb24") + ) + (embedded_fonts no) + (model "${KICAD10_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 "551fcacb-62c9-4840-a543-e2fc6dc9a3d3") + (at 112.3875 49.25 -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)") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "e7b9f58d-7594-48fc-b1ea-64f4b1b6fb9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.1k" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "afc0b9d4-caab-452a-bfb1-3a61eab7a32b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "71757a9a-4f58-4655-9ade-e5afcad9f4e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "9bffd7b6-f232-4aa1-b333-010d43facf33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "d0aef564-4ae5-4b7b-aced-3d5d30b87e94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C95781" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65be8dd3-c08e-4146-8496-c5c58bedc2b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa1a2f06-a9df-4f5a-9e6a-dc47337c64ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10424646-9ea1-4315-a6be-1be740721752") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57e34ca9-8a80-4eb1-b0f7-ca15b6ad0bfd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "215fc9ed-9265-4296-a5ba-e9b0815e18e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/5c1d133d-7b66-4cda-ad51-9f5a696ae772") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8e0bdb4-e6cb-47c2-b897-fe774aa7611a") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be528e54-905f-48e1-99b5-74cbdf6e4c05") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "ed5d9452-91e0-4ebc-8dca-2f55bd19097d") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "567603dc-d7dc-4303-bc54-1557a735ed21") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b064b316-8c54-4296-8cbb-2406ce02480d") + (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 "Net-(J1-Pin_3)") + (pintype "passive") + (uuid "f38b30c1-e27c-464b-8766-6ccbae1539f9") + ) + (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 "GND") + (pintype "passive") + (uuid "bb7588e9-fcce-419d-bcd7-8de4008e131f") + ) + (embedded_fonts no) + (model "${KICAD10_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 "5561f8ec-d33a-40a8-9fd1-7a8335e5fd7b") + (at 146.825 50.9375 -90) + (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)") + (tags "LED") + (property "Reference" "D7" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "d980e79a-3a8d-48d1-adce-6139b71533b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "95668d18-d6a3-491b-b41d-03b1da31636d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "b059638f-94cc-4d25-8f65-6c075f57887d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "5c0291fd-7716-4a05-9c19-25d0559106bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "635b9531-0bf8-43be-97e7-b60c848c84a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb310421-3193-4ae0-a0d1-90b10be1c67c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/9dd13bc4-d3fa-471b-b83a-eadf2081ff96") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd40a32f-929e-439d-b313-758bb5f64a8b") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4d0596f-330a-410f-b42e-f7c2454689c8") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f54468fb-8710-4ec1-a2f4-393ae209ac6e") + ) + (fp_rect + (start -1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "ea17423e-1476-46ca-b622-02e020afe2db") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c637faf-3cab-4245-af4c-641a83049be4") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30be154f-c500-4a96-b83c-273272635c95") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c93e0f8e-647a-43ea-958c-b989fbe676d2") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "693c13d7-f710-45b0-961a-33fd822a8e94") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83a5f6b3-f99a-4b67-8607-12d5686fbd83") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "d2897caa-9da1-40c5-aa2b-175cfcf0bc7c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D7-K)") + (pinfunction "K_1") + (pintype "passive") + (uuid "5e738e62-7700-474a-a924-b6ee5719df15") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D7-A)") + (pinfunction "A_2") + (pintype "passive") + (uuid "16007d67-4513-4e7b-9edd-d0dde09b2b49") + ) + (embedded_fonts no) + (model "${KICAD10_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 "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "55ed28c1-9023-446b-aa27-f312c4a9ca3d") + (at 124 48 180) + (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)") + (tags "resistor") + (property "Reference" "R14" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "3cb78061-7aa9-4239-83bf-78e693eb558a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "92aacacf-692d-42b2-9f23-93ca5e3f501d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8802be18-87f6-4e4d-ae84-3c6e322eef81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "64de4e86-757d-43d6-8dbd-5341a5f2be80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "04515376-d73a-4816-841c-e31c019d0a2c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3d193d0-15e3-4138-aae2-16ddfcd95300") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7444657-2244-4b39-a6ad-f288ac223dd1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1d08dc8-8394-4ca1-9e0f-3e5f7c3385c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6885d158-abd2-4929-b961-6ab301ac8f66") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "277d4824-9723-4d4c-bdc7-2dd6fb63a900") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/df6b4c43-4bb3-4b64-bb55-01c8633e4f9f") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40f17cc7-4cb5-481f-b563-b190263dc078") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8beada3-b48f-4a10-875e-d3997fbb38df") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "eacee7c1-3986-4a4c-a071-98e1eecff580") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "584e1bcc-5606-4801-a710-72c78b49332b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "99d5596b-fad5-47bc-b46c-b9fdc19dbbf3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "97e117c0-55db-495e-b24a-0edd6302075d") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D3-K)") + (pintype "passive") + (uuid "50ca9b18-adf6-4dc7-b2f5-3646b3e7ad5a") + ) + (embedded_fonts no) + (model "${KICAD10_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 "5d391561-65e4-4180-81c3-14135718331d") + (at 135.981194 48.018805 180) + (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)") + (tags "resistor") + (property "Reference" "R16" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "4bfb9038-1d02-4b65-b0b0-4f51a9dac2e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "8dd68730-44cd-423c-9faa-273319d02b03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8feb05da-46ea-43d5-82ad-86b975a6706e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5d8a01e2-fa80-4658-96ff-b26e5f88059b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "fb87dabb-0c00-4b8a-a0c5-50f7a61cf11a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4b615f7-7140-424b-9396-54aa309054ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd02072a-85ab-4870-b707-f6a9a0c0ca1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ec811fd-4cd2-4169-a04b-5b78071af5c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a50f92d8-fb17-421c-a13c-756ce1a68269") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e9af81a5-0d12-4ce4-9a3c-e8c214ac2dcd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/220d87e0-6883-42f8-81b7-8e423f4dd5ca") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "557f3a9f-3eac-4aba-95d8-ddf19b6265f2") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "396a887d-3bb1-4d12-87aa-a7fac99aaf31") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "7240ecd2-0285-4fb4-9124-cb4bc416bf1d") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "e1f79847-62e8-4b1c-aef2-4cd702d5d532") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "387018cd-2f46-4f36-8287-a291ec28e59c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "3d0a0030-1505-4ff5-938c-336a6fb53736") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D5-K)") + (pintype "passive") + (uuid "137ad2fb-b52f-424d-af1c-f5c6f4e4ff68") + ) + (embedded_fonts no) + (model "${KICAD10_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 "66d0f47b-ab85-4aaa-abaf-3a3529a9259c") + (at 95.975 33.6) + (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)") + (tags "resistor") + (property "Reference" "R7" + (at -2.575 -2.2 0) + (layer "F.SilkS") + (uuid "c74c75f6-b4a5-4ac4-8bb4-1bb6f4b92150") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kΩ" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "c52fd6a2-c10f-4e50-a56b-2aace38b29ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "94ec9dcd-2256-4fbc-9f70-4c8cf5645c85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cf3b1a31-c71a-489b-9b15-f079599f4b94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "4ebf24db-7e08-4637-88cc-e6afbb2a5689") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "C25744" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "788afee4-486c-4312-90cb-c3ac6b3f26a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "24372091" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27cafb36-ffa6-4fab-aaad-69d37473ee14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d6ae322-a36c-4552-b4f7-6f67d514c14e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "197f2d61-f8cf-4d13-b64d-5ce1c5053a95") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1220e123-50ff-49a0-809c-998a2b0a137a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9fb186e-1ba9-496f-8032-2ce94f9d1d09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1c847e6-6cba-4417-8ca6-e26fe3b67632") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Resistors,Chip Resistor - Surface Mount" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73771aa3-f3bb-4efe-b968-e71988f490b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cda60216-5fbf-4986-b606-6d9f278700ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "0402WGF1002TCE" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "637200d7-cfb1-4383-b08c-294394090d38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Resistance" "10kΩ" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b2659bf-7c22-456b-b867-17ff91a146af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Power(Watts)" "62.5mW" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "070d6bbc-6637-4795-a19d-2cad25460c64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Type" "Thick Film Resistors" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d960262f-ef0e-4ab3-bf62-efef14455db3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Overload Voltage (Max)" "50V" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ac1bb4c-30e2-4be2-93f5-eda8a1d3f92b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature Range" "-55°C~+155°C" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03734e4f-1935-4200-aaa0-2f3866b87a6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±1%" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e206091-f4fe-4c6e-a721-f37f7b9a7f9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "±100ppm/°C" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16cd82f8-3f01-4e10-aa32-109f6ac1b071") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82757e7e-2f71-4c18-af31-d592dd99c224") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2dbd96a2-cdcc-4126-a1da-facdc38738e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9bf1c80a-0514-495d-b5f3-49cf71b2e9c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9570cfdf-e4d9-4d00-8c26-ff5f3551d66e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31191293-070a-43f2-8122-5625ccf4bd33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24fc62ba-a2b5-4960-9086-123402e2d887") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af442e79-0de7-44a5-a0f7-ad7d49309aa2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0892f01a-d447-4a9f-9186-0593dd8e4531") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d16751f-4515-4655-a016-f1f653f3f573") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56704349-8462-4322-bdd3-a4516bd1c0cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7793b82-2f6d-4004-8374-c5d5198c17dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59a4b305-694f-4e63-ba30-ebf34c04b1ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60361354-4679-4129-b132-6b56561f4302") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b059a53-6ea4-4269-8391-f5766dbe5779") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5231f395-c9f6-43e6-b236-d2b854e1cb94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ba211d4-8e09-46d6-8810-8e91bd6533ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8842ee8-0694-4c69-bf69-d1e6044b77e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ce7dcd0-1f19-4fbf-90b7-2890191d9485") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63e83a89-d6d8-47f3-905e-1d012e1615dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acaaa06b-cf0b-41b0-9940-85fdaf80ac27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7a33a33-bf2b-483e-9a13-4087a02ede1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "739b7b71-bf67-4bd7-ba7e-fa0a0c3293d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b3b6384-f862-4c17-b107-e328476f4687") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/97d25570-8f27-4748-9be2-6e327d9f64ad") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2391c0b9-e28f-46c9-b1da-e1d88436f257") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d08cd05b-a1d3-4b7d-9942-20202a58d15b") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "d00b4e9d-08d2-4cf6-9949-21be18ee00b7") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "1f994703-9059-4c12-a2f0-1e021781b71a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "579fae54-cd92-499f-84ec-662cbafb8877") + (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 "+3V3") + (pintype "passive") + (uuid "726c7b00-3f1c-478f-a60f-7a88a7fae0cf") + ) + (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 "SPI_NSS") + (pintype "passive") + (uuid "c9ff17c6-e5c3-4ec7-9405-5662456479e6") + ) + (embedded_fonts no) + (model "${KICAD10_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 "PCM_Capacitor_SMD_Handsoldering_AKL:C_1206_3216Metric_Pad1.33x1.80mm" + (layer "F.Cu") + (uuid "6d3dbb44-3578-4e82-8ab3-35ff3203e78d") + (at 148.2 36.2 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (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), Alternate KiCad Library") + (tags "capacitor handsolder") + (property "Reference" "C2" + (at 0 -1.85 90) + (layer "F.SilkS") + (uuid "6c4e5fd3-2ec9-4733-9929-64c3b12d2cd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10uF" + (at 0 1.85 90) + (layer "F.Fab") + (hide yes) + (uuid "072397e2-b370-44c3-b7bc-5fca0ef04565") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "3432188c-78f2-4d11-aa8e-a4db5d6a3252") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "d6ca8f6b-32b6-4285-9f19-27a97fbdf19b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C13585" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd4344dc-aca0-4c95-a409-e059a9584d0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82cee926-f0ca-4a9c-9466-ed09d3359fac") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 2.3 -1.2) + (end -2.3 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67079aaf-5e9e-4e34-ac00-6506bef58b73") + ) + (fp_line + (start 0.254 -0.5715) + (end 0.254 0.5715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03ffc21b-fc07-47da-9575-1a383e10fea9") + ) + (fp_line + (start -0.254 -0.5715) + (end -0.254 0.5715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6811f7d1-117e-4b95-b491-18a0bb6ff68d") + ) + (fp_line + (start 0.254 0) + (end 0.635 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8da8d75-706b-44d5-8b88-cac5bbe9c040") + ) + (fp_line + (start -0.254 0) + (end -0.635 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b455226-f19a-41cb-a8f4-f9df74c01ccb") + ) + (fp_line + (start -2.3 1.2) + (end 2.3 1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06d7547e-646e-4725-9747-0ca1e07010b9") + ) + (fp_arc + (start 2.3 -1.2) + (mid 2.741962 0) + (end 2.3 1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45150b43-954c-409b-87b3-572d26c50008") + ) + (fp_arc + (start -2.3 1.2) + (mid -2.726625 0) + (end -2.3 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3f67998-3a98-439c-9eef-bfc90f11a0fe") + ) + (fp_line + (start 2.48 -1.15) + (end 2.48 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcc846df-798f-4ff4-9e39-0133ba318cd5") + ) + (fp_line + (start -2.48 -1.15) + (end 2.48 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91d6a83e-4f7e-4305-9c56-e0c6b7175d7d") + ) + (fp_line + (start 2.48 1.15) + (end -2.48 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a83ae23-7236-415c-a874-56ca9da040e4") + ) + (fp_line + (start -2.48 1.15) + (end -2.48 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76f270ff-119b-4f0e-b408-db542826e0d6") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "36842f71-c5a1-4df8-8844-84d5b1bc5d15") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "434335dd-55de-4020-b7f1-e795fda4430f") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e26ca291-b372-4adc-9dbb-3f55565973d6") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8422e2ec-3e08-45d4-97d0-b964e3ad664b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b3dd9252-6969-4230-86a4-d239fa3dfe0f") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.5625 0 90) + (size 1.325 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.188679) + (net "GND") + (pintype "passive") + (uuid "59b40eaa-8f42-44ff-bdb0-502199e5efef") + ) + (pad "2" smd roundrect + (at 1.5625 0 90) + (size 1.325 1.8) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.188679) + (net "Net-(U4-IN)") + (pintype "passive") + (uuid "f844f701-66c7-484d-a7cf-cff3b6cdd615") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" + (layer "F.Cu") + (uuid "7011c5f9-7c80-410d-89ea-85df6d28cb6b") + (at 114.8875 36.3375 -90) + (descr "LQFP, 48 Pin (JEDEC MS-026 variation BBC, 1.40mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfp/05081760_a_lx48.pdf)") + (tags "LQFP QFP CASE-932AA CASE-932-03 C48-1 C48-2 C48-3 C48-5 C48-6 C48-6C PT0048A") + (property "Reference" "U2" + (at 0 -5.85 90) + (layer "F.SilkS") + (uuid "1d45367a-6032-4313-aa7e-671ab29deaa7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CH32V203CxTx" + (at 0 5.85 90) + (layer "F.Fab") + (uuid "d3f88ad7-71b6-47bb-b7b7-0e320b72388f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.wch-ic.com/products/CH32V203.html" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "465bb362-b97e-467d-927c-a6d26caf674b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "The CH32V203 is an industrial-grade enhanced low-power general-purpose MCU based on 32-bit RISC-V core." + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "fc0cd88e-ac5e-47e4-a31a-005df1b0c3b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "package/gullwing" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "519f650b-959d-4dc5-abd0-81ebae934efb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2639bb74-2f8a-4124-8ead-fcb73504c20d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f555bb3b-de53-4fee-929f-22a665ff1c8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d155d555-3519-49bc-99ee-53d85be98415") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3c322ea-deaf-4ead-9198-9703c88e9bd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72b3a758-150c-44dd-8574-7d3712f96431") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fd17c3f-b1a3-4112-af61-c894f0a29876") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2de6e883-a8ed-45a9-9792-8b79e203dae7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86d9ef2b-c101-4030-8ced-99bca6dfa859") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43cfc310-10cb-44d2-b817-e4e210eb1bd4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "325693a8-015d-4dfd-852a-d929d6551380") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdfdccd8-0ebc-4220-82e8-72896c20b05b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4823a17-00ca-4cf5-98a6-2ef906f5cf7d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "916b2a9b-88f5-4baa-a14b-7bcc8602468d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7493258a-963f-4cee-b911-756bec496e3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10c6f4b9-b2b2-4e14-9144-0831af0c9e83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55747fac-fead-4cc4-b418-89f425b7f451") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "622e85b9-f37e-4f74-9a6a-1d3011cc628e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fde1b058-afe7-4052-aff3-36a909c96293") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "edac003f-cccb-4bdb-af46-df8e7a64c92b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7034cced-2d07-4f2f-8f3c-c0fd743a93a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "360b7bb7-5824-4060-a3c4-79d3599fb496") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a35d1c9e-8afe-4247-b064-a439c37317b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "867b95b5-06bd-49d8-8ea9-4bf87056c75a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LQFP*7x7mm*P0.5mm*") + (path "/4cf137bd-8775-4937-ab30-b707e4e7215b") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "7" "44" "5" "6" "2" "3" "4" "18" "19" "20" "39" "40" "41" "42" + "43" "45" "46" "21" "22" "25" "26" "27" "28" "1" "24" "23" "47" "35" + "36" "8" "48" "9" "10" "11" "12" "13" "14" "15" "16" "17" "29" "30" + "31" "32" "33" "34" "37" "38" + ) + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -3.61 3.61) + (end -3.61 3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8345779-9386-4499-a987-7a38a983f888") + ) + (fp_line + (start -3.16 3.61) + (end -3.61 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c9dba63-b0b1-4a91-a35e-095b46985006") + ) + (fp_line + (start 3.61 3.61) + (end 3.16 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aecd9597-4062-4eee-a059-c6f5fdea699a") + ) + (fp_line + (start 3.61 3.16) + (end 3.61 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a457047-60ab-4d8c-8b5d-4910d7af9b74") + ) + (fp_line + (start -3.61 -3.16) + (end -3.61 -3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9df4a979-317b-412e-8adf-c05b83ad8790") + ) + (fp_line + (start -3.61 -3.61) + (end -3.16 -3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa340436-e4c3-424a-aded-af7e812a4477") + ) + (fp_line + (start 3.16 -3.61) + (end 3.61 -3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f3c1027-1884-46dc-8399-64426360fa97") + ) + (fp_line + (start 3.61 -3.61) + (end 3.61 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d39e324-789c-4042-8082-bea13121d052") + ) + (fp_poly + (pts + (xy -4.25 -3.16) (xy -4.59 -3.63) (xy -3.91 -3.63) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "462acc40-1fac-4f12-9d8c-1ee504c88dd6") + ) + (fp_line + (start -3.15 5.15) + (end -3.15 3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96fffecc-ee7a-4f3f-908e-ec67adc6253c") + ) + (fp_line + (start 3.15 5.15) + (end -3.15 5.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "027fac8d-fa12-4a55-bbde-1bcda28af60a") + ) + (fp_line + (start -3.75 3.75) + (end -3.75 3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fad365dd-a0f4-4f94-8ff1-3dad32ef1aec") + ) + (fp_line + (start -3.15 3.75) + (end -3.75 3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "223db494-1244-41f8-8b6e-e5038f4a7ffc") + ) + (fp_line + (start 3.15 3.75) + (end 3.15 5.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b830b11-125f-4be1-9622-169ac33e3871") + ) + (fp_line + (start 3.75 3.75) + (end 3.15 3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3c1346a-f085-4877-8782-936eb7ad0830") + ) + (fp_line + (start -5.15 3.15) + (end -5.15 -3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c129ad7e-048b-419e-8baa-9b99b887a7be") + ) + (fp_line + (start -3.75 3.15) + (end -5.15 3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9297b24f-8759-4ffd-99fb-9056707bb27c") + ) + (fp_line + (start 3.75 3.15) + (end 3.75 3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2218235-9254-4dd0-b9f6-4a4d629f3857") + ) + (fp_line + (start 5.15 3.15) + (end 3.75 3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d25ab4f-3f60-47a4-ae4a-5477c5f0d707") + ) + (fp_line + (start -5.15 -3.15) + (end -3.75 -3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31510682-6095-4385-8da6-aac7b4d7c5f1") + ) + (fp_line + (start -3.75 -3.15) + (end -3.75 -3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97e0d48f-e255-4b5e-9aa5-4d732d9d4491") + ) + (fp_line + (start 3.75 -3.15) + (end 5.15 -3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90338c00-df85-46f5-9ba3-d758642624b2") + ) + (fp_line + (start 5.15 -3.15) + (end 5.15 3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34e8b84b-a80e-4881-aa88-02c785794851") + ) + (fp_line + (start -3.75 -3.75) + (end -3.15 -3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "866b388d-6fb0-43bb-b54b-0b1bb218f155") + ) + (fp_line + (start -3.15 -3.75) + (end -3.15 -5.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "323bf2c0-f43d-4911-883f-068a15a475eb") + ) + (fp_line + (start 3.15 -3.75) + (end 3.75 -3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62ea9bb1-36d2-4013-ad8d-c7d294b769a4") + ) + (fp_line + (start 3.75 -3.75) + (end 3.75 -3.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7dd4c92b-d577-4ce4-ac71-bcc332eef163") + ) + (fp_line + (start -3.15 -5.15) + (end 3.15 -5.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c2c0b47-7569-44a9-9a97-e17bc4c76f3a") + ) + (fp_line + (start 3.15 -5.15) + (end 3.15 -3.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "666295ea-304d-4b44-835e-58d1d677d52a") + ) + (fp_poly + (pts + (xy -2.5 -3.5) (xy 3.5 -3.5) (xy 3.5 3.5) (xy -3.5 3.5) (xy -3.5 -2.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "289eb063-21ab-4901-a36d-8c7663896013") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "4ba32ddb-8ee7-41e6-8833-b3987ba10efa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -4.1625 -2.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-VBAT-Pad1)") + (pinfunction "VBAT_1") + (pintype "power_in+no_connect") + (uuid "e23696cf-f695-449a-b6dd-cafedba040ed") + ) + (pad "2" smd roundrect + (at -4.1625 -2.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PC13-Pad2)") + (pinfunction "PC13_2") + (pintype "bidirectional") + (uuid "1955e908-6ca4-4bf2-bee1-a2dc87646e6d") + ) + (pad "3" smd roundrect + (at -4.1625 -1.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PC14-Pad3)") + (pinfunction "PC14_3") + (pintype "bidirectional") + (uuid "494cc201-2b3b-4cbe-891b-51ca98ab0914") + ) + (pad "4" smd roundrect + (at -4.1625 -1.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PC15-Pad4)") + (pinfunction "PC15_4") + (pintype "bidirectional") + (uuid "357e49f1-603b-45f3-9d06-8ea424d996a8") + ) + (pad "5" smd roundrect + (at -4.1625 -0.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-OSC_IN-Pad5)") + (pinfunction "OSC_IN_5") + (pintype "bidirectional") + (uuid "b90c3b87-cf17-4f81-8f34-d00d2d785dc2") + ) + (pad "6" smd roundrect + (at -4.1625 -0.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-OSC_OUT-Pad6)") + (pinfunction "OSC_OUT_6") + (pintype "bidirectional") + (uuid "cc421a66-5257-4a69-a06d-42b8d2e7cc0c") + ) + (pad "7" smd roundrect + (at -4.1625 0.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "/NRST") + (pinfunction "~{RST}_7") + (pintype "input") + (uuid "44c7a2e5-9c6c-4b66-87c1-5789762a4efa") + ) + (pad "8" smd roundrect + (at -4.1625 0.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "VSSA_8") + (pintype "power_in") + (uuid "aa7b2c8f-2549-45c6-be68-06b055c53ed6") + ) + (pad "9" smd roundrect + (at -4.1625 1.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "VDDA_9") + (pintype "power_in") + (uuid "4bc8741d-241a-4d05-b99b-0532d363d1f4") + ) + (pad "10" smd roundrect + (at -4.1625 1.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA0-Pad10)") + (pinfunction "PA0_10") + (pintype "bidirectional") + (uuid "4577af84-db40-43b3-aa08-a1fc61f38310") + ) + (pad "11" smd roundrect + (at -4.1625 2.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA1-Pad11)") + (pinfunction "PA1_11") + (pintype "bidirectional") + (uuid "8b28abbd-8c26-4c10-afdb-c8d9a31e76e8") + ) + (pad "12" smd roundrect + (at -4.1625 2.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA2-Pad12)") + (pinfunction "PA2_12") + (pintype "bidirectional") + (uuid "f6e9c250-26df-46eb-9515-ca7b54dfeb04") + ) + (pad "13" smd roundrect + (at -2.75 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA3-Pad13)") + (pinfunction "PA3_13") + (pintype "bidirectional") + (uuid "6e2805a6-ce67-4191-8084-556605c0174d") + ) + (pad "14" smd roundrect + (at -2.25 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_NSS") + (pinfunction "PA4_14") + (pintype "bidirectional") + (uuid "d59a7aea-b22f-4af2-ab9e-eb86f6b6e822") + ) + (pad "15" smd roundrect + (at -1.75 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_SCK") + (pinfunction "PA5_15") + (pintype "bidirectional") + (uuid "29ecdf25-abbb-402a-a005-6a5d4d40c0c5") + ) + (pad "16" smd roundrect + (at -1.25 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_MISO") + (pinfunction "PA6_16") + (pintype "bidirectional") + (uuid "1448e2a9-4205-4cec-b9e0-6496508e777f") + ) + (pad "17" smd roundrect + (at -0.75 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SPI_MOSI") + (pinfunction "PA7_17") + (pintype "bidirectional") + (uuid "643d0d09-29c2-4e3b-a188-72ab52324baf") + ) + (pad "18" smd roundrect + (at -0.25 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB0-Pad18)") + (pinfunction "PB0_18") + (pintype "bidirectional") + (uuid "021a6ae8-38f7-4416-afce-87d461d7bb85") + ) + (pad "19" smd roundrect + (at 0.25 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB1-Pad19)") + (pinfunction "PB1_19") + (pintype "bidirectional") + (uuid "7e422cc4-d331-4ab0-b0a5-cd19af93f810") + ) + (pad "20" smd roundrect + (at 0.75 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "PB2") + (pinfunction "PB2_20") + (pintype "bidirectional") + (uuid "3b1faaea-2698-4784-8686-fa4c6e846683") + ) + (pad "21" smd roundrect + (at 1.25 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SCL") + (pinfunction "PB10_21") + (pintype "bidirectional") + (uuid "fed3a778-d08b-4663-978b-71273599204b") + ) + (pad "22" smd roundrect + (at 1.75 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB11-Pad22)") + (pinfunction "PB11_22") + (pintype "bidirectional") + (uuid "f70a43ca-81cf-43aa-a79e-c08464aa2ae8") + ) + (pad "23" smd roundrect + (at 2.25 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "VSS_23") + (pintype "power_in") + (uuid "9a45c872-7d7c-4213-b45e-6daf906a5737") + ) + (pad "24" smd roundrect + (at 2.75 4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "VDD_VIO_24") + (pintype "power_in") + (uuid "8c9c9ed0-4f41-4de2-8265-7f0731f2f9a9") + ) + (pad "25" smd roundrect + (at 4.1625 2.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D3-A)") + (pinfunction "PB12_25") + (pintype "bidirectional") + (uuid "89770003-4f46-443c-b913-cf8a909f92a2") + ) + (pad "26" smd roundrect + (at 4.1625 2.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D4-A)") + (pinfunction "PB13_26") + (pintype "bidirectional") + (uuid "416e3f6f-9f9e-441d-af4f-2c7921288cec") + ) + (pad "27" smd roundrect + (at 4.1625 1.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D5-A)") + (pinfunction "PB14_27") + (pintype "bidirectional") + (uuid "077d3a87-5229-45ac-986a-1b6c2d093b93") + ) + (pad "28" smd roundrect + (at 4.1625 1.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D6-A)") + (pinfunction "PB15_28") + (pintype "bidirectional") + (uuid "9c3dd504-98e1-40d0-8944-ae75b39fc38a") + ) + (pad "29" smd roundrect + (at 4.1625 0.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D7-A)") + (pinfunction "PA8_29") + (pintype "bidirectional") + (uuid "6ff71cb6-1488-4041-95c9-f7e48951be4a") + ) + (pad "30" smd roundrect + (at 4.1625 0.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA9-Pad30)") + (pinfunction "PA9_30") + (pintype "bidirectional") + (uuid "5cd34048-4447-4d7a-a366-ebb6c9cdddd2") + ) + (pad "31" smd roundrect + (at 4.1625 -0.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA10-Pad31)") + (pinfunction "PA10_31") + (pintype "bidirectional") + (uuid "590f2dbd-13ea-4431-ae40-994ee8870b97") + ) + (pad "32" smd roundrect + (at 4.1625 -0.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "USB_D-") + (pinfunction "PA11_32") + (pintype "bidirectional") + (uuid "85904028-8aa3-49d7-b96c-10421b6142c3") + ) + (pad "33" smd roundrect + (at 4.1625 -1.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "USB_D+") + (pinfunction "PA12_33") + (pintype "bidirectional") + (uuid "47253a4e-4a27-468b-b6e3-dc11d2061a4a") + ) + (pad "34" smd roundrect + (at 4.1625 -1.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "/SWDIO") + (pinfunction "SWDIO_34") + (pintype "bidirectional") + (uuid "ad762d97-bf8d-433d-88bd-46d650081b20") + ) + (pad "35" smd roundrect + (at 4.1625 -2.25 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "VSS_35") + (pintype "passive") + (uuid "dec066f1-37f5-4a83-95b7-a08d5830cf35") + ) + (pad "36" smd roundrect + (at 4.1625 -2.75 270) + (size 1.475 0.3) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "VDD_36") + (pintype "power_in") + (uuid "dc1a0e1b-7db0-4e08-9088-09098b8a8e3f") + ) + (pad "37" smd roundrect + (at 2.75 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "/SWCLK") + (pinfunction "SWCLK_37") + (pintype "bidirectional") + (uuid "0123402f-36c0-4e06-be21-904e0f7fa4c8") + ) + (pad "38" smd roundrect + (at 2.25 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PA15-Pad38)") + (pinfunction "PA15_38") + (pintype "bidirectional") + (uuid "7ba23ddf-acf3-4714-bd95-3c103dea9b5c") + ) + (pad "39" smd roundrect + (at 1.75 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB3-Pad39)") + (pinfunction "PB3_39") + (pintype "bidirectional") + (uuid "0704de19-8e39-4216-9685-1ee29abe4831") + ) + (pad "40" smd roundrect + (at 1.25 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB4-Pad40)") + (pinfunction "PB4_40") + (pintype "bidirectional") + (uuid "c40f630e-599e-4947-b70a-7c404bdf7f3a") + ) + (pad "41" smd roundrect + (at 0.75 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB5-Pad41)") + (pinfunction "PB5_41") + (pintype "bidirectional") + (uuid "d9319324-d2d7-4a39-88a5-6b7dcc068f1c") + ) + (pad "42" smd roundrect + (at 0.25 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "S_SDA") + (pinfunction "PB6_42") + (pintype "bidirectional") + (uuid "6f61d274-e85a-4c92-a0c8-059257d45a94") + ) + (pad "43" smd roundrect + (at -0.25 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "S_SCL") + (pinfunction "PB7_43") + (pintype "bidirectional") + (uuid "6333f340-00ab-4bc1-b41d-7bbed2a60ac0") + ) + (pad "44" smd roundrect + (at -0.75 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "/BOOT") + (pinfunction "BOOT0_44") + (pintype "input") + (uuid "384a1359-f702-4b16-adab-6718e76c8466") + ) + (pad "45" smd roundrect + (at -1.25 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U2-PB8-Pad45)") + (pinfunction "PB8_45") + (pintype "bidirectional") + (uuid "bb670efe-ccfe-4289-83c4-364894ff04d2") + ) + (pad "46" smd roundrect + (at -1.75 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "SDA") + (pinfunction "PB9_46") + (pintype "bidirectional") + (uuid "3ca5cad4-793a-46f7-807a-54956f081193") + ) + (pad "47" smd roundrect + (at -2.25 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "VSS_47") + (pintype "passive") + (uuid "a50c8ab0-4c64-4718-ae5f-8505453b6849") + ) + (pad "48" smd roundrect + (at -2.75 -4.1625 270) + (size 0.3 1.475) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pinfunction "VDD_48") + (pintype "power_in") + (uuid "8203b093-06c5-400b-b0c9-6e5bd9098fa3") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" + (layer "F.Cu") + (uuid "7093cbd0-2003-4d60-aed9-a30efd0094b3") + (at 96 35.4) + (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), Alternate KiCad Library") + (tags "capacitor") + (property "Reference" "C7" + (at -2.8 0.4 0) + (layer "F.SilkS") + (uuid "9beae125-3a2f-4b9c-a747-f95bb260fb4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100nF" + (at 0 1.43 0) + (layer "F.Fab") + (hide yes) + (uuid "0671c2f8-1f65-4c56-822d-0438bac6ab22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d5902e5c-be90-43b2-b813-63331d11c1fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2dfd03f0-7a65-47f8-bf9c-32b042482bdb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C1525" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ef9846a-4d05-49bd-8f60-9d9e401963d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "20208285" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61ba30a0-1082-48b4-bef9-6248ea781f35") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb11fd2c-31c9-4c89-a196-db76aa8c5274") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08c9f960-d27c-494f-b5e9-1ac423a53529") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc7a0c01-5520-4126-828a-58e09a0e9240") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2da3b1b8-9126-4f67-a8a0-ef6ceabb6309") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a944396-b879-4019-9b46-447a2a20e278") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7298ece-bc1f-4033-af77-55589cbf2450") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bba33953-4cef-4f40-8315-f1b080134419") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "CL05B104KO5NNNC" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3491b21b-31ce-4acc-a69c-19db274d9681") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rated" "16V" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "389a6f2b-3848-4012-bb42-117e88c633fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±10%" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca7e9ee7-3d1d-4f08-a31c-14379cbe806e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Capacitance" "100nF" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e4761bfa-eb03-4ec1-8c0d-06a785fa262e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "X7R" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db237235-eb10-470e-b50d-022a5fb44171") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e43a08d-28e3-4b45-a813-6f613f05fcbf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e87bc194-a9f3-49a0-bd7f-c9e8d3b539a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "997b3c86-767f-404b-9a8b-812f01f2d0d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b2f13d5-1619-4627-bee0-5f6ee0fdbea2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0f5ef43-eb55-4d97-bf97-31fb70055f05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ebb7128-8767-4413-a8c1-7b38d772974e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed5ef0d3-2794-48a2-8628-903121fb859f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d8a75b1-a19c-42f9-b2e3-7592dceb9ced") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38ab46e7-8248-4020-af43-ab4e99e3d5a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37c56a0b-16c6-48ea-89b0-af9b4bae1ec6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecf4d508-a8f2-4eb2-98b1-9439eed0f052") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4173c66-b742-4630-85d9-408ef1377675") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3be7f973-c01b-49ce-95b9-874f3a051259") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d6677fa-e60e-4dc5-9632-dbd83e580dc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ea1d627-3b15-4606-84a2-938b0bcffcaa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a623d85f-1955-4771-b901-783ee865e253") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/4f1631db-e051-4fd7-aaa5-3944148c4eeb") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "2" "1") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.3 0.800002) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0af583d6-7161-481b-9411-2dd2e1a9c842") + ) + (fp_line + (start 1.3 -0.800002) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2187576-f6fc-4cec-b189-18212b12eefb") + ) + (fp_arc + (start -1.3 0.800002) + (mid -1.619939 0.000001) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6a79ec5-14b8-48c4-88ad-83d71d5a706a") + ) + (fp_arc + (start 1.3 -0.800002) + (mid 1.619939 -0.000001) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38537d56-7135-4148-b2da-9b9925bc807d") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e054651-4604-403f-91f8-f4da2df74102") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4da31525-563c-49fc-be67-84d94752ab26") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "918361ac-8a3f-4a5c-906e-5ff5c7b8514b") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed990344-00e7-4baf-a029-0def0c5f2df2") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b839b7aa-d755-4a4a-a2e7-2fc7f91364df") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "306bbe0e-87d5-4ca0-870e-77a60b2476f2") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b7d7cb8-5230-438a-8601-e63ab474fc4c") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da5e6c6b-593e-4a85-a152-94f42078a1b7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f15fce4c-11b2-4110-9e66-69c3e64cdab7") + (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 "/NRST") + (pintype "passive") + (uuid "19b419b9-aabd-44da-8227-83ac7d7a2828") + ) + (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 "GND") + (pintype "passive") + (uuid "09bb897b-8ad7-4832-82c0-09ce6f9fd4df") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (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 "7103d3a7-7700-4eaa-8366-7a8b0a5709c3") + (at 138 31.825 -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)") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "282f8535-5582-4e39-9d1f-5f76b0c32661") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "ee03b58f-762c-42ef-9341-e468eee60a1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "23b26ba3-81bb-4747-9793-512c1f202696") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "43f4b947-a9a0-418e-98c3-26f40fcc4783") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "594d0762-55de-4209-9695-c076793d1ea9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22859" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3865d8b8-e08b-494c-8d16-b3a469a875c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/afcad062-0658-4f8c-868d-20a4a52037bf") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ac8c32b-32d6-42aa-b4fd-58fecd29f2c8") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b02079e5-3880-44c1-9d0f-f1556b954d23") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "79f13887-7b73-4f03-9442-d420ede40f2d") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "b35a8fa6-ef43-4c9d-84f9-c532fc40ddf9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "dc5589c7-1d5b-47c4-966c-4f990e8fe116") + (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 "Net-(BAT_HIGH1-Pin_1)") + (pintype "passive") + (uuid "6bd60177-c63e-4946-9b60-abf8201563a0") + ) + (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 "Net-(U3-IN+)") + (pintype "passive") + (uuid "5b224486-0d89-4892-b205-50f4118bb100") + ) + (embedded_fonts no) + (model "${KICAD10_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_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "71c45ba0-865a-4b79-ac56-443b05ec0633") + (at 148.25 42.25 -90) + (descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x06 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.38 90) + (layer "F.SilkS") + (uuid "4a3dc4ca-819c-4623-9abb-3aaf3e37d3e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x05_Pin" + (at 0 21.08 90) + (layer "F.Fab") + (uuid "416eacec-ece8-492e-afe8-7a3522cf1bee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "f910f77b-881c-4605-bd07-387e00b6fada") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "8fe9f304-c7df-4180-881e-c419006633b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "connector/pin_header_socket" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "5609eed7-2dc8-4636-bc09-bc00a0151c48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cb13dbc-9862-4826-b83b-4109c927303e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c262a1b1-e4ec-4b7a-9565-d55f5e8e1782") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f457c03-747f-49c0-8b66-9596c01b1b77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35ee166f-16ac-4c0b-b522-c563825d33b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/f24c02f7-40e2-495d-bbab-14839d2b6182") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2" "3" "4" "5" "6") + ) + ) + (attr through_hole dnp) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.38 14.08) + (end 1.38 14.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84736659-5a16-45c1-be40-15c6295d5a87") + ) + (fp_line + (start -1.38 1.27) + (end -1.38 14.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9009d614-f2ba-4a27-8248-22c1ce836554") + ) + (fp_line + (start -1.38 1.27) + (end 1.38 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fc2c346-7f4a-4af8-b5d1-9a1f12b8065f") + ) + (fp_line + (start 1.38 1.27) + (end 1.38 14.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcf00482-4c4b-4986-b841-cee076a6ab2f") + ) + (fp_line + (start -1.38 0) + (end -1.38 -1.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "049c6b80-4307-4796-ad09-a8666ae10520") + ) + (fp_line + (start -1.38 -1.38) + (end 0 -1.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7d84632-92b9-440f-829c-61294e6080bf") + ) + (fp_rect + (start -1.77 -1.77) + (end 1.77 14.47) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "6bbe3a96-160a-4ee4-b94e-ee5f412b16b3") + ) + (fp_line + (start -1.27 13.97) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "faf35d4a-abd7-4c2e-afe2-28811e322996") + ) + (fp_line + (start 1.27 13.97) + (end -1.27 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "decbf243-0f7b-4e4d-b155-da5d431a69c3") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae4aa8a8-dd91-46c7-8eb0-327f6d5b965c") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "403b3555-e8d6-4e0b-b752-6d8551c30160") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "091626e2-e913-4064-afb6-3f57a2409eb8") + ) + (fp_text user "${REFERENCE}" + (at 0 6.35 0) + (layer "F.Fab") + (uuid "95bc2149-b8ee-4918-89a0-5f34656b6502") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "GND") + (pinfunction "Pin_1_1") + (pintype "passive") + (uuid "9d6221be-9b38-4cb7-9c75-48fa796c6c6a") + ) + (pad "2" thru_hole circle + (at 0 2.54 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "+3V3") + (pinfunction "Pin_2_2") + (pintype "passive") + (uuid "5cf9264a-ccfb-4e8c-8e0f-0768b216ac0d") + ) + (pad "3" thru_hole circle + (at 0 5.08 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "SDA") + (pinfunction "Pin_3_3") + (pintype "passive") + (uuid "068e1d9a-8015-4acd-bb84-1cab0d6a3c15") + ) + (pad "4" thru_hole circle + (at 0 7.62 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "SCL") + (pinfunction "Pin_4_4") + (pintype "passive") + (uuid "bc09d4a4-3b68-4d95-9ef9-f5d8bd2269ad") + ) + (pad "5" thru_hole circle + (at 0 10.16 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "unconnected-(J2-Pin_5-Pad5)") + (pinfunction "Pin_5_5") + (pintype "passive+no_connect") + (uuid "9d41cb01-885d-4628-b32c-1460e42b4885") + ) + (pad "6" thru_hole circle + (at 0 12.7 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "unconnected-(J2-Pin_6-Pad6)") + (pinfunction "Pin_6_6") + (pintype "passive+no_connect") + (uuid "74c1cc28-1e1d-44be-8db5-1bbddd902a1e") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "77e615ca-04ce-4c15-a387-db5842f85534") + (at 128.4375 44.5 180) + (descr "SOT, 3 Pin (JEDEC TO-236 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=TO-236)") + (tags "SOT TO_SOT_SMD") + (property "Reference" "D2" + (at 6 -2.4 0) + (layer "F.SilkS") + (uuid "bc338577-48f1-4b99-a616-d275fcdef61d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "BAV99" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "3125a54a-e416-47db-8e5a-a31687cfa4b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3d93cc17-e666-4523-bb3d-f9a8564fe294") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "32d33797-f2ac-4d5c-b748-6403254430e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "package/gullwing" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "ddbf1ff0-e931-45d7-b363-83d7bbade214") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C916425" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f845918-593f-485f-8eb7-4618779a5c41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9986c2e-335b-4b11-bb0b-c6c87da427fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48b5aca8-cd11-48a3-a3d0-df950d2aacda") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f546100-cd1b-48f0-87a3-bdbe804e751e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c91a693b-962c-49de-903d-543b0fab790b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/dbef08c5-0f6d-4b9d-aaa2-25666968dd4b") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "3" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 0.76 1.56) + (end -0.76 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5edcb83f-f4be-49a8-87cb-f63c3e7fb31b") + ) + (fp_line + (start 0.76 0.56) + (end 0.76 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13d766e7-0f7a-4259-a4b1-6bde99210a0e") + ) + (fp_line + (start 0.76 -1.56) + (end 0.76 -0.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae64a3d6-ac3f-48ae-99aa-2c56c12af07c") + ) + (fp_line + (start -0.76 1.56) + (end -0.76 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbcac5ba-dd91-4101-9b79-5397d5ed1efb") + ) + (fp_line + (start -0.76 0.39) + (end -0.76 -0.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c96a6e94-8dee-49af-a7eb-30255b61cb2c") + ) + (fp_line + (start -0.76 -1.51) + (end -0.76 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a814dd48-3b3b-48c6-9e8d-bdcd72464527") + ) + (fp_line + (start -0.76 -1.56) + (end 0.76 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d71da9af-ae10-418f-bab6-1169191dcb62") + ) + (fp_poly + (pts + (xy -1.3 -0.38) (xy -1.06 -0.05) (xy -1.54 -0.05) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "7a7be2d0-021a-4c02-b45e-79ea80d314fc") + ) + (fp_line + (start 1.93 0.55) + (end 0.9 0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea4cec65-2bfb-444f-a85c-9de7e905b584") + ) + (fp_line + (start 1.93 -0.55) + (end 1.93 0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b9ee84b-6a65-4d06-86c4-5d4f7ae08b60") + ) + (fp_line + (start 0.9 1.7) + (end -0.9 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b99fdd09-1d0a-40eb-86e0-40ed8f79a880") + ) + (fp_line + (start 0.9 0.55) + (end 0.9 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e56233f-3ee2-404d-b644-1b2e53a591e7") + ) + (fp_line + (start 0.9 -0.55) + (end 1.93 -0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34c54166-dca8-42f6-99b2-7036d4fd3331") + ) + (fp_line + (start 0.9 -1.7) + (end 0.9 -0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79fc0283-e127-47cd-9f7d-768e621bfa87") + ) + (fp_line + (start -0.9 1.7) + (end -0.9 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb92a02a-cad0-4231-b7fa-ad223fcbd345") + ) + (fp_line + (start -0.9 1.5) + (end -1.93 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef772849-31ec-48a2-843c-f74d1b1d9a00") + ) + (fp_line + (start -0.9 0.39) + (end -0.9 -0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89c33701-d430-44b0-9062-2956c630ed8c") + ) + (fp_line + (start -0.9 -0.39) + (end -1.93 -0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05309075-bcc9-44fc-9c4c-af0b59cd78b1") + ) + (fp_line + (start -0.9 -1.5) + (end -0.9 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8319bf83-3220-4c58-8a99-91596d8e590b") + ) + (fp_line + (start -0.9 -1.7) + (end 0.9 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b29db75-ddde-4ab0-a935-08eddaa699cd") + ) + (fp_line + (start -1.93 1.5) + (end -1.93 0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26ca1165-db34-42b2-8c5f-609158ce3eb9") + ) + (fp_line + (start -1.93 0.39) + (end -0.9 0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08e49076-1e13-49a1-b3cd-bb4d4522948d") + ) + (fp_line + (start -1.93 -0.39) + (end -1.93 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0ba1df7-bd8f-46b8-9711-2f277604b0ce") + ) + (fp_line + (start -1.93 -1.5) + (end -0.9 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d4a1f0d-a48b-4415-ada8-b1a4be7ca020") + ) + (fp_poly + (pts + (xy -0.325 -1.45) (xy 0.65 -1.45) (xy 0.65 1.45) (xy -0.65 1.45) (xy -0.65 -1.125) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "0867ff35-7893-486a-b3f7-d5c851a41f13") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "13c9345f-b2ff-4248-83c6-cd1ff5f2a7ae") + (effects + (font + (size 0.72 0.72) + (thickness 0.11) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "589fe08e-9182-411e-ba00-8800c4a36b47") + ) + (pad "2" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "07a10ae5-6614-4ce3-bd12-a9672f89179a") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "S_SCL") + (pintype "passive") + (uuid "23347819-ba39-4c32-8613-e8901d13ce5e") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.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 "7e83862f-02d3-4288-8c42-510f65daccc3") + (at 129 50.9375 -90) + (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)") + (tags "LED") + (property "Reference" "D4" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "73612c07-43b9-4811-82b9-10907fa0f29f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "b3f8c758-9070-453e-ba9c-0d15b76698c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "c2e7b80e-9b63-4af3-a54a-aee94c2a3288") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "ba3f93e2-8382-4126-833f-c20fff7dfa36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "50471558-616c-4020-8add-196e22c1e523") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4486e22b-c8df-4a9a-8298-5cd92e88254b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/8c11d62b-ea69-422f-8a56-344e209b4cad") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "917b16c0-6855-4725-8373-3f27cb1799dd") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d9957fe-83b2-4105-a7bd-3e59aeab991b") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5f39f77-19bb-4496-881f-f83ee672553d") + ) + (fp_rect + (start -1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "52418c80-8334-480a-af5b-de4564558572") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e06dc595-c2b8-499a-93b8-65cf0d6e3b6f") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4209913e-6cae-4180-b308-2effae1bc685") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50098566-a64e-464a-9fff-5fd82e707bc2") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d11b45b-9e2a-4ca2-99de-d619ef34b77a") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a90d1166-10b7-41a3-ac62-7c57ee6e3a15") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "4e4ce3f7-c60c-4c6c-911c-af04e5dbe187") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D4-K)") + (pinfunction "K_1") + (pintype "passive") + (uuid "eac8af42-5f60-4271-8995-f40f2af7dc58") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D4-A)") + (pinfunction "A_2") + (pintype "passive") + (uuid "d260c9a2-3c49-4851-aff0-200fee783eaa") + ) + (embedded_fonts no) + (model "${KICAD10_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 "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" + (layer "F.Cu") + (uuid "805aa740-0980-4735-afb0-e26111d726dc") + (at 141 34.775 90) + (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), Alternate KiCad Library") + (tags "capacitor") + (property "Reference" "C3" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "b19a62f6-15b5-4c15-8ce7-04e0d5d72009") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100nF" + (at 0 1.43 90) + (layer "F.Fab") + (hide yes) + (uuid "bcf33dde-9391-487a-a533-d756c206ad30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "14f7eda5-d830-42a4-85cb-e642bb35ca93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "21c1356e-e336-4f70-b31f-6d2f5bfd8ea6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C1525" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "522ff546-55ba-44bd-80f3-7c842e6c3678") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "20208285" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9ce92c4-5041-4977-bad2-047d480c5251") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1857b26-db7c-478e-91bc-a8150980bc31") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73aa845a-1f70-4fb8-a559-892543fcb4f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cd38a63-119e-47dc-a663-a0cfecc9f598") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13e6cbee-dbed-49dc-8c11-3c36f1aaeed9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2732360d-0818-4fb2-a4cd-8b8b12ccfb09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13f127d0-f5b6-4b01-b279-5a6f22b969ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34ca65c3-cf97-4448-85f8-008b78909f56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "CL05B104KO5NNNC" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8c8571d-0c07-4a10-afdc-c0bd8679b772") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rated" "16V" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26baf928-d36a-4cc6-be22-7f2b7c2b570c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±10%" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab242633-f1a7-45c3-a3f3-e9d0d1bdc65a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Capacitance" "100nF" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "88c4be32-8507-4cd5-a269-378dc5e3e313") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "X7R" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17d67fba-3113-4428-aca7-543e6bf1b5c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76c42370-f786-4689-9c0b-3cd1465b1160") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1128bf8-b720-42a6-a543-e86e205436d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9d6d512-0940-42dd-84ec-1839230355af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "877cbd71-c988-49f5-a27c-21f6984fa83e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bcdedb6a-9f70-4e68-a56f-c5971ffb22fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c121d5c6-f49b-4034-8e10-a6185242cc21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25171853-46bb-4c1b-9e5c-f3072e4ca460") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7590962f-31f8-4b95-b118-06227448b96b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60d3c2bd-0e51-4965-9871-6191bb0b549c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16dec89d-dcfc-4df0-b381-93f39c1601f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4328daf3-b502-46be-b78f-00181c1a42f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb0da0ce-a2d2-461d-ade8-5edf3e1bfd90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ad99925-3e58-4a05-abb3-8312a4a68363") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "516b3f26-9b8b-4c3a-bd41-dd36de9015da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a7f9f9a-faf3-4dd2-b743-fbc8ee7aaf0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35af1221-a736-43ce-a216-6637671faccc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "619dc3c3-a9a4-4c68-bd8a-5e3e54951885") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c0cc322-7f16-4d7a-851b-2b5f809e3b17") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "974aaa2a-32c9-4606-9563-02112328b5e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "063e9631-0f27-435c-8b65-b12fcf4e4dcc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1fd3ccb-967f-485c-a3b3-af714dc4a7c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c6aa4c3-f387-4fa1-96fe-91317f90f27d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33bb7aef-396f-4cfd-96a3-89e732e1f660") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/bd3c9ee1-f7be-4c98-878a-07bd65ca9c9b") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "2" "1") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 1.3 -0.800002) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c895bc26-7958-43eb-a35d-d4ea49743337") + ) + (fp_line + (start -1.3 0.800002) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb093178-f385-4bf3-a535-aef33b118a8b") + ) + (fp_arc + (start 1.3 -0.800002) + (mid 1.619939 -0.000001) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f070b130-b19e-440a-acf1-81cc81a0edc2") + ) + (fp_arc + (start -1.3 0.800002) + (mid -1.619939 0.000001) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0845bdfb-bfc4-4075-a3ed-d91f8bbd9eda") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48f7bcc6-c381-4b66-b86e-f721091ef275") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16d455d7-cf2b-43bc-973b-b76c3cb75ba8") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abaac02b-9f0c-4fe8-adc4-7797fba93059") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e66a8fc8-a2db-4a68-9b17-e3bb9260140f") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef75ee0c-1ec3-432b-bc30-8a9a2fb483be") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33c388f0-3329-402e-aa00-ac8c5f13df51") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dfaaf5b-2c60-4887-86c9-e6e7ee0c9ed3") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23a78ec7-fb74-4359-b3b6-22489e01c73b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "62f53a61-72ac-4a83-b0fb-ca57087c40df") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0 90) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "a7307972-1863-4fe4-a725-b58b1fe1ebbe") + ) + (pad "2" smd roundrect + (at 0.775 0 90) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "3e5e9acf-dab8-4180-8dd7-e2e038a511be") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "amass:AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical" + (layer "F.Cu") + (uuid "82433963-0f9b-41f2-89d5-4c2ff19a90e9") + (at 130.25 34.85 90) + (descr "Connector XT30 Vertical PCB Male, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf") + (tags "RC Connector XT30") + (property "Reference" "battery1" + (at 2.5 -4 90) + (layer "F.SilkS") + (uuid "231d3ebb-a3ed-4c28-bedc-a46c07b90ea4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "XT30" + (at -13.018805 7.981194 90) + (layer "F.Fab") + (uuid "d02fdc9c-f892-44bb-a18c-3f109da1097f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfc8b0e3-ae70-4030-9ff4-57bae860e188") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d4ce9df-38fa-4ad6-9db7-79dbca8b698f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C108769" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd610373-2cc1-4a14-9a64-f2ac5548f606") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/3e2ebdf7-928b-4b65-9de3-942dbcaeef7d") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2" "3" "4") + ) + ) + (attr through_hole dnp) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 7.71 -2.71) + (end 7.71 2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66770351-498c-4031-a566-14669d1c5af2") + ) + (fp_line + (start -1.01 -2.71) + (end 7.71 -2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66d8810a-17b4-4ab7-a9aa-0452d21347b5") + ) + (fp_line + (start -2.71 -1.41) + (end -1.01 -2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08dda34a-4d4f-4b35-a10b-8ca9b7b5d42f") + ) + (fp_line + (start -2.71 -1.41) + (end -2.71 1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29b61d87-2793-487c-8070-b244407f315a") + ) + (fp_line + (start -2.71 1.41) + (end -1.01 2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce81904c-0935-4a04-8921-3d6fcd675dd9") + ) + (fp_line + (start -1.01 2.71) + (end 7.71 2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e1812f2-92af-48ac-aab0-9888ec3a0162") + ) + (fp_rect + (start -6.3 -2.71) + (end 7.71 2.7) + (stroke + (width 0.1) + (type default) + ) + (fill no) + (layer "F.SilkS") + (uuid "7d4928fd-f9b4-4d36-9abb-55fba72ade68") + ) + (fp_line + (start 8.1 -3.1) + (end 8.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "070e78fd-7ed2-40cc-b16b-e0889227d302") + ) + (fp_line + (start -1.4 -3.1) + (end 8.1 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b022dd01-f3d2-44a1-ae71-9ac4eb494e03") + ) + (fp_line + (start -3.1 -1.8) + (end -1.4 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7026403-8259-4f2e-aad0-76eff568469c") + ) + (fp_line + (start -3.1 -1.8) + (end -3.1 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "574ad7dc-43ba-4ce7-a638-0bef5e47d0c4") + ) + (fp_line + (start -3.1 1.8) + (end -1.4 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aeabed50-ccc9-464b-9f65-df12283e019a") + ) + (fp_line + (start -1.4 3.1) + (end 8.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68ec6426-42fb-4d8d-9ebd-3ee0a3a09738") + ) + (fp_line + (start 7.6 -2.6) + (end 7.6 2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc072570-456a-4ef8-a25a-ad27e4def6b6") + ) + (fp_line + (start -0.9 -2.6) + (end 7.6 -2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50d117bb-2ca6-4ae2-987b-bbe925dac262") + ) + (fp_line + (start -2.6 -1.3) + (end -0.9 -2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eadff6a5-eb97-407c-893b-5e3fdc7369bd") + ) + (fp_line + (start -2.6 -1.3) + (end -2.6 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c024ad7-0e29-4f84-bd51-1a4aae14e85d") + ) + (fp_line + (start -2.6 1.3) + (end -0.9 2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb670fc8-128d-4e86-9c99-eec0e3670645") + ) + (fp_line + (start -0.9 2.6) + (end 7.6 2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2dee0c89-43a4-41bc-b3c8-0ba910577737") + ) + (fp_text user "+" + (at 9 0 90) + (layer "F.SilkS") + (uuid "0b4dfcf6-175a-40b6-8d2a-b59b0ed63c9e") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + ) + ) + (fp_text user "-" + (at -4 0 90) + (layer "F.SilkS") + (uuid "1a0d65fc-d657-48b6-9f54-8d9c701b2127") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 90) + (layer "F.Fab") + (uuid "bb1cd885-921d-45fe-88c9-578e0e355088") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 3 3) + (drill 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "GND") + (pinfunction "Pin_1_1") + (pintype "passive") + (uuid "a766fd82-7419-42e4-9134-ae888af26819") + ) + (pad "2" thru_hole circle + (at 5 0 90) + (size 3 3) + (drill 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "Net-(U4-IN)") + (pinfunction "Pin_2_2") + (pintype "passive") + (uuid "dfaa6b3b-5227-4307-a13c-e7217f5e3d94") + ) + (pad "3" thru_hole circle + (at -3.9 -1 90) + (size 1.524 1.524) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "S_SDA") + (pinfunction "Pin_3_3") + (pintype "passive") + (uuid "6390f92b-08c8-4948-9846-8ebdc565f055") + ) + (pad "4" thru_hole circle + (at -3.9 1 90) + (size 1.524 1.524) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "S_SCL") + (pinfunction "Pin_4_4") + (pintype "passive") + (uuid "e3c8d5e2-4697-45c8-90b7-928378f55356") + ) + (embedded_fonts no) + (model "${KICAD8_3DMODEL_DIR}/Connector_AMASS.3dshapes/AMASS_XT30UPB-M_1x02_P5.0mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Button_Switch_SMD:SW_SPST_CK_RS282G05A3" + (layer "F.Cu") + (uuid "8e0404ab-64ea-4a26-ba29-b1974260b02f") + (at 88 32.95 180) + (descr "https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf") + (tags "SPST button tactile switch") + (property "Reference" "Reset1" + (at 0 -2.6 0) + (layer "F.SilkS") + (uuid "0c3a949d-cfff-41c7-a1bd-e670536db8b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SW_Push" + (at 0 3 0) + (layer "F.Fab") + (uuid "3a602cfe-63ce-4f7a-bb6b-5f6a7dbac495") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c3aaafb-956a-439d-890b-beda9eebe1fe") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e9a7147-5687-47c7-b3ed-388e0ba239b2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C72443" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6648b4d1-f40f-4af9-9b9f-f94c3431349a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d026683c-1820-41e8-bd23-e4b37a3f4af5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df2b11a8-19d5-4df0-9a0a-c90b8f67a4a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "405efba3-c6b4-4630-96e4-449f90f9975c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21439cfb-1d37-4460-9f2f-a261fb6b0366") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060983dac") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 3.06 1.85) + (end -3.06 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0637a87c-d752-475f-b9b2-165fa514ecca") + ) + (fp_line + (start 3.06 -1.85) + (end 3.06 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5d62561-cade-4c13-a12f-0d81bf5dc798") + ) + (fp_line + (start -3.06 1.85) + (end -3.06 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfde9754-139c-4333-8746-a638e9f37cf6") + ) + (fp_line + (start -3.06 -1.85) + (end 3.06 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4343b047-ed0c-49e9-b73f-cd4d60f1c9b8") + ) + (fp_line + (start 4.9 2.05) + (end -4.9 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67e86e53-5292-40df-9b02-771c1df2712d") + ) + (fp_line + (start 4.9 -2.05) + (end 4.9 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be3d2684-07cc-43ae-bcb4-f1bd278c0288") + ) + (fp_line + (start -4.9 2.05) + (end -4.9 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b85e3c74-530f-4938-97ee-15a1159692e6") + ) + (fp_line + (start -4.9 -2.05) + (end 4.9 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71017d2b-ae97-430d-a9b9-ade603e2e0e8") + ) + (fp_line + (start 3 -1.8) + (end 3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af8f2870-2773-4d91-ad8c-9194d40e7da7") + ) + (fp_line + (start 1.75 1) + (end -1.75 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45f851e1-242e-43d8-90df-e04bea5b3206") + ) + (fp_line + (start 1.75 -1) + (end 1.75 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bf5c2d2-7fae-43f0-8f2e-2e7adafabd3c") + ) + (fp_line + (start 1.5 -0.8) + (end 1.5 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b745f2ec-42da-4682-911d-f41fd16f0b49") + ) + (fp_line + (start -1.5 0.8) + (end 1.5 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c097f039-115b-4a93-aabf-a4e4d709f9fc") + ) + (fp_line + (start -1.5 -0.8) + (end 1.5 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d21c87ac-5095-470c-a913-32548c8630f3") + ) + (fp_line + (start -1.5 -0.8) + (end -1.5 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c81b4447-562b-47a1-b4f8-d221e7f28848") + ) + (fp_line + (start -1.75 1) + (end -1.75 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "658b3453-8ca0-487a-9566-2a7744c57db9") + ) + (fp_line + (start -1.75 -1) + (end 1.75 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13ee4baa-317f-46c3-89d6-f4feee473ec3") + ) + (fp_line + (start -3 1.8) + (end 3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a705627-5f30-4e5c-bb7b-6dc1493dc9fc") + ) + (fp_line + (start -3 -1.8) + (end 3 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dde08ed-a042-483e-b0e5-45bafdffedca") + ) + (fp_line + (start -3 -1.8) + (end -3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbf0c08e-d8bd-4b0a-9825-bd2d0cc93ed4") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.6 0) + (layer "F.Fab") + (uuid "43da0d2b-56f9-4a32-b446-94f4d5111ec2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -3.9 0 180) + (size 1.5 1.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (net "/NRST") + (pinfunction "1_1") + (pintype "passive") + (uuid "6fa8f1ac-f9b1-4045-8fb0-e3181a20e55c") + ) + (pad "2" smd rect + (at 3.9 0 180) + (size 1.5 1.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (net "GND") + (pinfunction "2_2") + (pintype "passive") + (uuid "069b1f88-21d6-470d-a03a-5a7011288fb7") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Button_Switch_SMD.3dshapes/SW_SPST_CK_RS282G05A3.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Button_Switch_SMD:SW_SPST_CK_RS282G05A3" + (layer "F.Cu") + (uuid "975f6346-53d3-4e3f-b926-113003222143") + (at 73.9 33) + (descr "https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf") + (tags "SPST button tactile switch") + (property "Reference" "Boot1" + (at 0 -2.6 0) + (layer "F.SilkS") + (uuid "fdd04269-f7a4-43f1-bd73-9fc964f000f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SW_Push" + (at 0 3 0) + (layer "F.Fab") + (uuid "ea3a5df1-cc67-49ec-aa4f-714437257668") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e15811a4-6f17-4582-8a81-bd4ffb10dc8c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d68d7995-8381-493d-8b09-076809b3df61") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C72443" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5e8ba11-82e5-4462-9485-20eb7b50128d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09d985e4-2f3d-49bb-a924-3604e2ab9200") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9075a6e5-81a8-43e1-871b-2de1a92704f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02948944-60fa-4763-9ef1-56251402186d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06c0a62b-315f-42da-b97f-1d05761b95cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/0c9bba2c-26fd-4bb8-b5d9-e744b9040df7") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -3.06 -1.85) + (end 3.06 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "005ae14d-1a54-4812-87f4-b38c62fa88ac") + ) + (fp_line + (start -3.06 1.85) + (end -3.06 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71b6fbe4-2b8d-4ba5-9b5c-3fef4fe2bb94") + ) + (fp_line + (start 3.06 -1.85) + (end 3.06 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9eba7a57-bfe0-4a39-81e5-bbffa01502c3") + ) + (fp_line + (start 3.06 1.85) + (end -3.06 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf68c57d-ebb5-43b1-b894-735e8c3d4573") + ) + (fp_line + (start -4.9 -2.05) + (end 4.9 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eaaac21b-f7ad-4e28-9afc-d2fb194205a4") + ) + (fp_line + (start -4.9 2.05) + (end -4.9 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9ac0055-c02c-41d2-8109-096e13edaf01") + ) + (fp_line + (start 4.9 -2.05) + (end 4.9 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f286c40-a6a7-4154-af57-3b934f7b4fac") + ) + (fp_line + (start 4.9 2.05) + (end -4.9 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c91b249-b770-4654-9946-731e35b45771") + ) + (fp_line + (start -3 -1.8) + (end -3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e8a27d7-5701-4fcc-8919-3db81fdb5505") + ) + (fp_line + (start -3 -1.8) + (end 3 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38d45d2e-2b32-4239-9543-9fbc313266fe") + ) + (fp_line + (start -3 1.8) + (end 3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8749499f-165a-4704-9097-374b27fd795e") + ) + (fp_line + (start -1.75 -1) + (end 1.75 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07051f77-901c-4250-917f-9bb8b5efa1a7") + ) + (fp_line + (start -1.75 1) + (end -1.75 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a922b1e-9816-4d2f-a61c-b3ff92c87c2b") + ) + (fp_line + (start -1.5 -0.8) + (end -1.5 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a630e31-3cbf-4644-9c10-29c380e0de08") + ) + (fp_line + (start -1.5 -0.8) + (end 1.5 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20bcc2b7-b237-4630-83bf-446e3fcc1dc0") + ) + (fp_line + (start -1.5 0.8) + (end 1.5 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a4a7bdb-f5a2-4594-a066-bd53290e2ae5") + ) + (fp_line + (start 1.5 -0.8) + (end 1.5 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e3b8a35-4ed0-4aab-90e6-f68dea4ac441") + ) + (fp_line + (start 1.75 -1) + (end 1.75 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00967256-5da2-4ef8-8c41-e409af968c3b") + ) + (fp_line + (start 1.75 1) + (end -1.75 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e96c8f4-4ac7-4c96-bd1c-91e54cb0c7b9") + ) + (fp_line + (start 3 -1.8) + (end 3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea8a82fa-c22a-42e5-9697-7d8cb3eb9060") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.6 0) + (layer "F.Fab") + (uuid "95007480-bc98-4f2b-b9c5-182156ef4df0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -3.9 0) + (size 1.5 1.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (net "+3V3") + (pinfunction "1_1") + (pintype "passive") + (uuid "2f986480-3f38-4b04-a9da-fce349b0f72e") + ) + (pad "2" smd rect + (at 3.9 0) + (size 1.5 1.5) + (layers "F.Cu" "F.Mask" "F.Paste") + (net "/BOOT") + (pinfunction "2_2") + (pintype "passive") + (uuid "2554806d-e0b8-4564-bd2d-7651fb4c2673") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Button_Switch_SMD.3dshapes/SW_SPST_CK_RS282G05A3.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 "9efa9197-fc1b-4de4-8204-1f7a76193e1f") + (at 110.3875 49.25 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)") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "7d429998-c13f-4376-8e2d-6b71e66ca212") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.1k" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "af0b3760-d103-4afe-a5d9-95ae0d3085db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "e39e456b-f10d-493e-a79a-fb8d62f4f092") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "fbb2b762-56e7-428a-a84d-4c77948a2c36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "95cf03e6-01d7-4097-9b38-90becffdd6b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C95781" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "352bce80-96b1-430a-b1a6-996111eff6b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e6789ca-00a2-4f07-a42f-c9f9168250b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2412b3e0-6493-49e5-be5e-dda4b01ee564") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad6af62e-6e9e-4636-97f0-e864f7445a6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8616b2de-6d35-4a64-85db-355170580403") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/dd4f8d6c-4bcc-48a6-bff3-34beb1fa1e55") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dae30e4e-6e2e-4705-a21c-017decf38c91") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b58640f7-55e8-40ad-9a93-ae4acbc478fa") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "d1d809c9-8d01-4c4f-96a4-4a3893b4f2df") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "e8b892db-378c-43f7-85ac-aa7c4ce1cd6b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "78fbd67f-f078-4725-aec4-5249189b0031") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 90) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(J1-Pin_2)") + (pintype "passive") + (uuid "72a1f241-5ac7-4930-abcc-58d5ac1bcd8e") + ) + (pad "2" smd roundrect + (at 0.825 0 90) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "0e31aaae-9c05-4b66-a169-ff6fcfa1716f") + ) + (embedded_fonts no) + (model "${KICAD10_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:SolderWirePad_1x01_SMD_5x10mm" + (layer "F.Cu") + (uuid "a54d30c7-d607-41d7-a96c-ab925e892ddd") + (at 55.5 28 90) + (descr "Wire Pad, Square, SMD Pad, 5mm x 10mm") + (tags "MeasurementPoint Square SMDPad 5mmx10mm ") + (property "Reference" "BAT_LOW1" + (at 0 -6 90) + (layer "F.SilkS") + (uuid "9f7e11b7-28ef-46e2-8655-f57d893e81cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x01_Pin" + (at 0 6.35 90) + (layer "F.Fab") + (uuid "44b2073e-9da9-4e91-9102-3afb6a383a88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5adefd5-2491-401b-b897-50bb63b896ff") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x01, script generated" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3bcbdf3-cff7-4b9c-9a63-0526b2e59d8f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/5f26281b-bc69-4a11-abdb-cf72f0b92c43") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1") + ) + ) + (duplicate_pad_numbers_are_jumpers no) + (fp_rect + (start -2.65 -5.15) + (end 2.65 5.15) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "348472e2-4885-4030-bdfb-2cad97499d5b") + ) + (fp_rect + (start -2.75 -5.25) + (end 2.75 5.25) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "c9b6f3be-baf3-4d5a-98d3-757fa12a4cb1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "1a106e4b-87f9-4de2-b4bb-f3a5d0523091") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at 0 0 90) + (size 5 10) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "Pin_1_1") + (pintype "passive") + (uuid "2fa0b3de-c2ce-4fec-acc7-b48c406ff6d9") + ) + (embedded_fonts no) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "a7518d45-b8aa-407e-bc0e-c9b8df5bd6c9") + (at 135 31.825 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)") + (tags "resistor") + (property "Reference" "R6" + (at -5.25 -12.38 90) + (layer "F.SilkS") + (uuid "e8078f95-1fc8-4030-b2cc-489b51760516") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "f9db8a00-df3c-4caf-8297-d406fd362f9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "9f46f695-545e-41af-a48e-2e083973b360") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "503841e3-3e4f-4455-96f5-b334e4454c6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "8440e8a7-a6b0-4876-a2c1-2462368d2c66") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22859" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34e91b64-2f9a-46d7-a4dc-64257d0ab3e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/5b67babf-5872-407b-9d3b-ed4f2e479e26") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36760c59-970a-4b97-8c76-cf854b4f32f8") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac908c28-5cc8-49a5-a718-be079f48969c") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "257be31c-c4b8-4d95-9f3e-6b63fdf913ed") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "679476c3-0e1b-47d4-ab6a-bc4be9e7b1c5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "4b644478-cab5-441e-ab77-c25f84d38f50") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 90) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(U3-IN-)") + (pintype "passive") + (uuid "edfd98a3-87a7-4d1b-a58f-d788c47fe513") + ) + (pad "2" smd roundrect + (at 0.825 0 90) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(U4-IN)") + (pintype "passive") + (uuid "f0519022-c583-48b0-a3ea-4dd48dfccd36") + ) + (embedded_fonts no) + (model "${KICAD10_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_TO_SOT_SMD:SOT-23-6" + (layer "F.Cu") + (uuid "b8d098a3-d3f1-49f1-ab41-d878da80acd6") + (at 115.3375 49.8875 -90) + (descr "SOT, 6 Pin (JEDEC MO-178 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-178)") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U1" + (at 0 -2.4 90) + (layer "F.SilkS") + (uuid "e8b69b06-c2f5-4c13-8303-de892298c183") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "USBLC6-2SC6" + (at 23 -5.1 90) + (layer "F.Fab") + (hide yes) + (uuid "592f4318-e479-45b6-b3da-9b34748341c8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "b49e60b0-4a00-4f19-8232-e77e9cdf1ab8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Very low capacitance ESD protection diode, 2 data-line, SOT-23-6" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "c71f73ad-ce9c-4414-a500-47431c9987d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "package/gullwing" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "e76b5c9f-e91b-4b85-be32-a9e353a43ef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a84b3e3-89b2-43c5-a414-e309c95fcb9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95c45f52-1f6c-4f0e-adee-2d86378ebf6c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "386e9dcb-d095-449a-bc2e-cb9933262bff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9d18ce6-a556-44d6-a0d0-7ac60e8a1e46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/4df9748b-e379-4246-a601-85f72598a2b8") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "3" "5" "2" "6" "4") + ) + ) + (attr smd dnp) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.91 1.56) + (end -0.91 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66d1c6e4-65cc-4617-9265-9e91c4814124") + ) + (fp_line + (start 0.91 1.56) + (end -0.91 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "174a59bc-b74a-439d-97a7-1350e19d5ee8") + ) + (fp_line + (start 0.91 1.51) + (end 0.91 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2a822b8-f52c-457d-8dd5-79c3c68078d8") + ) + (fp_line + (start -0.91 -1.51) + (end -0.91 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f35b6bb-f766-4ac5-b811-8402371f6199") + ) + (fp_line + (start -0.91 -1.56) + (end 0.91 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "429b70fd-c55a-4817-b6ae-d8d1d1c481c6") + ) + (fp_line + (start 0.91 -1.56) + (end 0.91 -1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4ebcfa4-de96-4998-8f8b-9451f9c4b958") + ) + (fp_poly + (pts + (xy -1.45 -1.51) (xy -1.69 -1.84) (xy -1.21 -1.84) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "3de6c6d2-dd3a-4a9c-a07b-d1a00a4349b0") + ) + (fp_line + (start -1.05 1.7) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfca90aa-bb83-4bc2-9315-417ae5302552") + ) + (fp_line + (start 1.05 1.7) + (end -1.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f69419e9-7ae7-404f-9785-1e87938ce8ae") + ) + (fp_line + (start -2.05 1.5) + (end -2.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ddcad869-1394-4bdd-80c2-c5ce7013dec3") + ) + (fp_line + (start -1.05 1.5) + (end -2.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b78287fd-05ad-4b1e-9617-3f6b69b26a50") + ) + (fp_line + (start 1.05 1.5) + (end 1.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f04a32ee-91a8-4ab9-879d-30cba2f65a64") + ) + (fp_line + (start 2.05 1.5) + (end 1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20dfd7d8-3a88-4b5a-8567-0ce6d931ed24") + ) + (fp_line + (start -2.05 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b0a1641-fe3c-4f14-a378-4cc9acf51263") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2981d3d1-2550-4535-971c-b35f8512f5f0") + ) + (fp_line + (start 1.05 -1.5) + (end 2.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "997a712f-0e31-485d-9848-f99d89509e6a") + ) + (fp_line + (start 2.05 -1.5) + (end 2.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a689209-dfcb-4623-b85d-c439adf8a2ab") + ) + (fp_line + (start -1.05 -1.7) + (end 1.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d233e75-518e-4afb-b9e4-8100ca0ec44a") + ) + (fp_line + (start 1.05 -1.7) + (end 1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ce502a1-e32f-46c8-b1cf-9b6be6e754de") + ) + (fp_poly + (pts + (xy -0.4 -1.45) (xy 0.8 -1.45) (xy 0.8 1.45) (xy -0.8 1.45) (xy -0.8 -1.05) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "bb637b76-f51e-4642-bbea-39f6dcb96cb1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "347dabdd-3d1e-415f-b542-49926489bbe1") + (effects + (font + (size 0.72 0.72) + (thickness 0.11) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "USB_D+") + (pinfunction "I/O1_1") + (pintype "passive") + (uuid "f5476ef0-205b-40d8-aa8e-e6f1c73e87dd") + ) + (pad "2" smd roundrect + (at -1.1375 0 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pinfunction "GND_2") + (pintype "passive") + (uuid "001fbb14-6235-4503-8a8d-9f16a3456f5a") + ) + (pad "3" smd roundrect + (at -1.1375 0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "USB_D-") + (pinfunction "I/O2_3") + (pintype "passive") + (uuid "5fb98e12-85d5-453a-afbc-620842481702") + ) + (pad "4" smd roundrect + (at 1.1375 0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U1-I{slash}O2-Pad4)") + (pinfunction "I/O2_4") + (pintype "passive+no_connect") + (uuid "53242e69-25ff-49c2-84f1-496019a371db") + ) + (pad "5" smd roundrect + (at 1.1375 0 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "USB_BUS") + (pinfunction "VBUS_5") + (pintype "passive") + (uuid "9f7f18f3-b42a-48b8-9e23-fa0c2eb42e21") + ) + (pad "6" smd roundrect + (at 1.1375 -0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "unconnected-(U1-I{slash}O1-Pad6)") + (pinfunction "I/O1_6") + (pintype "passive+no_connect") + (uuid "faa3aa7e-14b9-4402-8a48-61551602c5fe") + ) + (embedded_fonts no) + (model "${KICAD10_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 "Connector_JST:JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical" + (layer "F.Cu") + (uuid "bac7c481-03af-4082-a88f-7603ffb8817e") + (at 108.3875 44.075) + (descr "JST PH series connector, B6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf)") + (tags "connector JST PH vertical") + (property "Reference" "J1" + (at 5 -2.9 0) + (layer "F.SilkS") + (uuid "93d0a653-6c6f-413d-b82b-6ed5442740cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x06" + (at 5 4 0) + (layer "F.Fab") + (uuid "185c15fd-e06c-4f90-8499-751a866b2a24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1c45efa5-89ed-4592-b8ba-4bc6e492158f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c5aa4ecc-93b9-4dcc-8eef-ee0802ff22d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "connector/JST" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "38fe570f-c86e-4d5c-961e-8373cd319f81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "466a86fa-6a41-437d-b923-574da7a2ad78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e647cae-92f7-426c-aae7-70c2bf47f892") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ebd374d-0856-4854-bb50-1c190666b551") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70563c88-fdea-4890-9248-18031819d0b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/7bcb66a8-8a40-4f92-a2bb-1c75860cd80f") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2" "3" "4" "5" "6") + ) + ) + (attr through_hole dnp) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -2.36 -2.11) + (end -2.36 -0.86) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e705c1da-2115-4970-b965-44d9361f2153") + ) + (fp_line + (start -2.06 -0.5) + (end -1.45 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ebb5a13-3106-409f-8dfe-ebd43813179d") + ) + (fp_line + (start -2.06 0.8) + (end -1.45 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7426b6f-a028-47dd-ad21-acaca463c6a7") + ) + (fp_line + (start -1.45 -1.2) + (end -1.45 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "016a2220-e614-4617-9ae8-d405235a79c7") + ) + (fp_line + (start -1.45 2.3) + (end 11.45 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "928d7d95-24d2-49f8-9afe-fc18297673dd") + ) + (fp_line + (start -1.11 -2.11) + (end -2.36 -2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0555408-5854-4190-8c32-204bb10471f2") + ) + (fp_line + (start -0.6 -2.01) + (end -0.6 -1.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a03b4c8-5ac3-4926-a108-0c61e6adf8cd") + ) + (fp_line + (start -0.3 -2.01) + (end -0.6 -2.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2296f417-45cd-482d-be59-6c837136de40") + ) + (fp_line + (start -0.3 -1.91) + (end -0.6 -1.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b95e974-238a-4f8a-8e60-0dede2f38069") + ) + (fp_line + (start -0.3 -1.81) + (end -0.3 -2.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d72f33a8-13e0-4076-aea3-eca9a6f3e62b") + ) + (fp_line + (start 0.5 -1.81) + (end 0.5 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc196116-9465-46f4-986e-1f0576714aac") + ) + (fp_line + (start 0.5 -1.2) + (end -1.45 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60de6b8d-fb07-4ed9-95cb-32e6769ba645") + ) + (fp_line + (start 0.9 1.8) + (end 1.1 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "408914f5-0923-4cf3-a0af-85963522cb6f") + ) + (fp_line + (start 0.9 2.3) + (end 0.9 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78111069-fb53-49c3-934f-b073cb153b91") + ) + (fp_line + (start 1 2.3) + (end 1 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88e6157c-471b-488e-9e9b-24d96aa8663a") + ) + (fp_line + (start 1.1 1.8) + (end 1.1 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b101f287-8908-45cd-aab6-3c956f6ed8ab") + ) + (fp_line + (start 2.9 1.8) + (end 3.1 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b44955d-d24c-4d44-b5df-d21cdef16592") + ) + (fp_line + (start 2.9 2.3) + (end 2.9 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e100c32-e3e8-4ad1-9b07-a1d2dea40677") + ) + (fp_line + (start 3 2.3) + (end 3 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74c23ef8-e90e-4175-a4f4-c167fac77146") + ) + (fp_line + (start 3.1 1.8) + (end 3.1 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64bb127a-5b3f-4079-b9eb-d7bf4e3bd468") + ) + (fp_line + (start 4.9 1.8) + (end 5.1 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01660183-c95a-4df6-ab5e-b7af4c651f04") + ) + (fp_line + (start 4.9 2.3) + (end 4.9 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac964c79-40cb-42d0-b016-1aa62cf43cbc") + ) + (fp_line + (start 5 2.3) + (end 5 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd7e8ede-3616-4a50-9d2a-e774eb3db171") + ) + (fp_line + (start 5.1 1.8) + (end 5.1 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a5d1a11-cfba-4df8-9381-3fd2304c8113") + ) + (fp_line + (start 6.9 1.8) + (end 7.1 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa293f5c-f7eb-4d99-aa3f-4b657959e51a") + ) + (fp_line + (start 6.9 2.3) + (end 6.9 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99987de5-c923-41e6-926d-2fb618d34bf4") + ) + (fp_line + (start 7 2.3) + (end 7 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20970c68-caba-4ecd-b3a2-e96c40178799") + ) + (fp_line + (start 7.1 1.8) + (end 7.1 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5541db9f-3fe9-4d7b-b6db-33f092b4b832") + ) + (fp_line + (start 8.9 1.8) + (end 9.1 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b573c457-af88-4b2f-b31f-cfd804bf2c1e") + ) + (fp_line + (start 8.9 2.3) + (end 8.9 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc8c2c21-3eb8-4e70-856e-b874d30b4be0") + ) + (fp_line + (start 9 2.3) + (end 9 1.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ea5c252-ec17-4b6a-a36f-e89d5e2c6397") + ) + (fp_line + (start 9.1 1.8) + (end 9.1 2.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35c361f9-e0df-4770-9ea3-f48f5d99ebc3") + ) + (fp_line + (start 9.5 -1.2) + (end 9.5 -1.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58cde1b7-d828-42da-899e-0aa1ad5257a0") + ) + (fp_line + (start 11.45 -1.2) + (end 9.5 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76f8028b-e23c-46bd-b209-1af10c12253c") + ) + (fp_line + (start 11.45 2.3) + (end 11.45 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a529388-8dc4-4266-9f9f-bb6d287cb0f3") + ) + (fp_line + (start 12.06 -0.5) + (end 11.45 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "047bea2c-0543-4dc6-b0fc-48863ad995c2") + ) + (fp_line + (start 12.06 0.8) + (end 11.45 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f568029-7b30-4fdb-915b-5ade7aa44485") + ) + (fp_rect + (start -2.06 -1.81) + (end 12.06 2.91) + (stroke + (width 0.12) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "26e7d70c-ac5b-4bd3-9034-808e37d26e7e") + ) + (fp_rect + (start -2.45 -2.2) + (end 12.45 3.3) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "e91bdad0-4d32-4b7a-a4da-23db121262b1") + ) + (fp_line + (start -2.36 -2.11) + (end -2.36 -0.86) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68c05677-1fd1-4f16-a897-c217754962eb") + ) + (fp_line + (start -1.11 -2.11) + (end -2.36 -2.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bf3b944-5d67-4bb6-ad23-639d756a6063") + ) + (fp_rect + (start -1.95 -1.7) + (end 11.95 2.8) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "dcdfc08c-3597-4426-a647-45eb4e862774") + ) + (fp_text user "${REFERENCE}" + (at 5 1.5 0) + (layer "F.Fab") + (uuid "63c463b3-513a-42a3-b9b2-298be0c4964d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 1.2 1.75) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.208333) + (net "USB_BUS") + (pinfunction "Pin_1_1") + (pintype "passive") + (uuid "25fad78d-1d83-400e-b46b-46554890fef8") + ) + (pad "2" thru_hole oval + (at 2 0) + (size 1.2 1.75) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "Net-(J1-Pin_2)") + (pinfunction "Pin_2_2") + (pintype "passive") + (uuid "0299deff-6fcd-474c-b863-4e949c14fd2b") + ) + (pad "3" thru_hole oval + (at 4 0) + (size 1.2 1.75) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "Net-(J1-Pin_3)") + (pinfunction "Pin_3_3") + (pintype "passive") + (uuid "bacc9b0f-bbc7-4711-a0b8-59c3d9cc8e9a") + ) + (pad "4" thru_hole oval + (at 6 0) + (size 1.2 1.75) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "USB_D-") + (pinfunction "Pin_4_4") + (pintype "passive") + (uuid "0723b97b-e41b-4067-9cfc-c69227870a32") + ) + (pad "5" thru_hole oval + (at 8 0) + (size 1.2 1.75) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "USB_D+") + (pinfunction "Pin_5_5") + (pintype "passive") + (uuid "b4023820-b905-4a9d-a349-8d465ab7df2f") + ) + (pad "6" thru_hole oval + (at 10 0) + (size 1.2 1.75) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net "GND") + (pinfunction "Pin_6_6") + (pintype "passive") + (uuid "16b12ae3-9882-482a-a593-1200cc593d95") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Connector_JST.3dshapes/JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "c3256565-ae19-4585-8057-1ccddbc4579e") + (at 126.3125 42) + (descr "SOT, 3 Pin (JEDEC TO-236 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=TO-236)") + (tags "SOT TO_SOT_SMD") + (property "Reference" "D1" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "1aeefef3-360c-4155-8808-68e6674a02fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "BAV99" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "21770102-075a-4f89-8ec4-c01e81dd2714") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "80d0c812-d1b4-4b3d-a15e-c67b69a18417") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ede6e33a-5c8a-4231-a28f-52772bffa6df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "package/gullwing" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "5c0594e7-3928-48b8-b767-d1aba1dcb149") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C916425" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a94eade5-2921-43a1-87a3-89330dcbff0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95f4b901-74d0-4716-bacf-d6bb86adb35b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81a3d1e7-eae8-4def-9299-703b2ad570b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3be3a5b3-f63e-4d40-a1dd-85f505460020") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "924e168c-09cf-4520-8e72-98a2d4cc5995") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/67ed0d15-b7a8-4b03-a8f1-bbc995d6637a") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "3" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.76 -1.56) + (end 0.76 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "500e4bee-d241-4156-bcd1-b6bf4941ab89") + ) + (fp_line + (start -0.76 -1.51) + (end -0.76 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05b5c5a8-1bca-4b51-82af-0d999d98adcd") + ) + (fp_line + (start -0.76 0.39) + (end -0.76 -0.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "970145ca-db5d-4d66-a2cd-7b5b95b1729e") + ) + (fp_line + (start -0.76 1.56) + (end -0.76 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1cfe372-f78a-4385-9b8f-0b54f178ed0d") + ) + (fp_line + (start 0.76 -1.56) + (end 0.76 -0.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68b5d190-ed90-46b7-b70c-2204e25ff76a") + ) + (fp_line + (start 0.76 0.56) + (end 0.76 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19a000d4-d15d-4474-9829-711b8a570da0") + ) + (fp_line + (start 0.76 1.56) + (end -0.76 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ac3eb1f-11bc-4ca1-a6ac-ffa6d163c470") + ) + (fp_poly + (pts + (xy -1.3 -0.38) (xy -1.06 -0.05) (xy -1.54 -0.05) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "43f43645-378d-489a-a5f1-d5faccaf6498") + ) + (fp_line + (start -1.93 -1.5) + (end -0.9 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccbac1a1-950f-4b90-bbb1-91f05088c004") + ) + (fp_line + (start -1.93 -0.39) + (end -1.93 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d68e9d3b-38fb-457c-b9cc-ff699855a6f4") + ) + (fp_line + (start -1.93 0.39) + (end -0.9 0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2336f610-d22f-4d16-8b2b-849f87547798") + ) + (fp_line + (start -1.93 1.5) + (end -1.93 0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96852aea-3a7f-4205-b082-bfae9f261aa1") + ) + (fp_line + (start -0.9 -1.7) + (end 0.9 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a45b4a9a-ed3d-4d8a-8eb0-6f0fe37bb2f2") + ) + (fp_line + (start -0.9 -1.5) + (end -0.9 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cf7b785-92f4-49fb-98e6-5e0d242c0102") + ) + (fp_line + (start -0.9 -0.39) + (end -1.93 -0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef514a1a-a618-4bb0-9fe2-100b184b1124") + ) + (fp_line + (start -0.9 0.39) + (end -0.9 -0.39) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a59e7ce4-66f4-4e7f-82dd-3fd2806e411d") + ) + (fp_line + (start -0.9 1.5) + (end -1.93 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8010557d-c4ee-43d8-9a73-a015032e6982") + ) + (fp_line + (start -0.9 1.7) + (end -0.9 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7ae8421-19d7-4805-9301-677d02cb0d12") + ) + (fp_line + (start 0.9 -1.7) + (end 0.9 -0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "493cd275-1dd5-43f1-a8a8-619c555d027f") + ) + (fp_line + (start 0.9 -0.55) + (end 1.93 -0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96f0b06e-5175-47b6-b7dc-3ae2d1ca3a47") + ) + (fp_line + (start 0.9 0.55) + (end 0.9 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f2e06ec-18c4-4e2d-8250-87f55f5ce24c") + ) + (fp_line + (start 0.9 1.7) + (end -0.9 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ae82451-6747-4119-bb3c-4d4a26e1134d") + ) + (fp_line + (start 1.93 -0.55) + (end 1.93 0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9c2b519-d3a5-410c-9fd6-da96ee581a3b") + ) + (fp_line + (start 1.93 0.55) + (end 0.9 0.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "778ef34c-5097-4200-8c56-ac2cf3ef2c5c") + ) + (fp_poly + (pts + (xy -0.325 -1.45) (xy 0.65 -1.45) (xy 0.65 1.45) (xy -0.65 1.45) (xy -0.65 -1.125) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "a0d4bca4-e5d1-44a4-9452-ec9a77197380") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "a795840d-1f96-44cb-a048-717ec2ec49d9") + (effects + (font + (size 0.72 0.72) + (thickness 0.11) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 -0.95) + (size 1.475 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "b0afd947-99ab-491c-a91c-624d4ed483e0") + ) + (pad "2" smd roundrect + (at -0.9375 0.95) + (size 1.475 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "490f7329-cfaa-406f-bed1-3570f53f1097") + ) + (pad "3" smd roundrect + (at 0.9375 0) + (size 1.475 0.6) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "S_SDA") + (pintype "passive") + (uuid "864e7b19-e1ce-41db-ace3-eb05c2c2d6a6") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" + (layer "F.Cu") + (uuid "c528589e-584f-422d-994a-dd8a07fd897f") + (at 109.275 40.75 180) + (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), Alternate KiCad Library") + (tags "capacitor") + (property "Reference" "C6" + (at 0.75 -1.43 0) + (layer "F.SilkS") + (uuid "330f22c1-bb89-49be-bf68-556d9b7068f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100nF" + (at 0 1.43 0) + (layer "F.Fab") + (hide yes) + (uuid "d0cc3b19-af0f-49ee-b39c-69a06e68a752") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "546f9834-3733-48ab-b6db-416bdbfd2b7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2c843f2b-1a06-4e10-b525-6a3fffc850fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C1525" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9ad7a3e-6a7c-470b-9bda-c44c28a66200") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "20208285" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84a0138a-92fd-4163-abb3-b9d1595428aa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f42dc276-3158-44d6-8215-00bbfbb3550e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd88beb7-cb1c-434c-9fcb-1b5b2b6097eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c807a544-b0ea-4f7a-8980-99efba2379e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98bed090-d2e2-4487-a324-8e4849873a12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f1f9079-b1a6-4a24-9979-7f4cb15e39cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1615eafb-fa3c-4486-ad5b-effb2653f69d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ca2b365-d0be-4861-858e-c52dde44fa5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "CL05B104KO5NNNC" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cfbaf3e-e55d-4584-a89c-c5b6740a6343") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rated" "16V" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b5b7a50-f759-4292-8345-fee37328073b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±10%" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf558844-75af-452b-9efb-3faa87ed476c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Capacitance" "100nF" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa47febc-0b9c-41c4-8cf6-263e0a40c718") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "X7R" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b05da5e-9410-4fa5-814b-2f873ab1b0d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51221ed2-0ebc-45de-b832-2146f134dc6c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04caf26e-68bf-43f2-b734-19b79871c2c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "001684a3-9daf-48df-8727-ed67c7a7a37d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "606197af-0781-4cc4-8b83-6954d276ee46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d86f05b2-5434-4db1-8826-81be464b6cae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6130d6c-45cd-4b72-af7e-dac4a7f2240e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12800406-2d65-45fd-bb45-486483bf7126") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8aad6e34-7581-403f-90f0-628b4619d735") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd0b17e7-2b8f-4c96-8b33-01b1833b2c13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb524cc3-0e1a-4b5f-8014-141a5449ddab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47e45231-9284-492c-b672-a0038257e9b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7295b998-569d-48c4-879c-e088b2f77bfd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "707fb92f-2a78-45b8-9aa4-fbf24d85a566") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdb27b51-f7a9-47a0-844e-6a1e9bab0120") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a69b8d3-ae17-4622-a136-58382255725e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5083879d-e255-476c-8b07-e9838332f7fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "371e95c4-a127-481d-9e0a-5b35a64114b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b43ecc5-afe1-487d-9e77-e52ee9faf75b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2a75170-2302-49ff-ae5b-547bed6119d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68ecbee8-1ddf-4f12-9fb6-fa3b549fc962") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39b4069f-cdf2-4f48-8b2f-74dd0c326614") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e43be89-01db-4a16-876d-3c5fc730744c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bee62e54-3b63-40ff-9939-8eb81f54d493") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/414dee25-b099-40c9-82b6-f084d25e4d4e") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "2" "1") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start 1.3 -0.800002) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fdab780-1ab1-4abd-8d49-163f365ccbd3") + ) + (fp_line + (start -1.3 0.800002) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a314b41-41de-47ca-adb2-681e952e38a7") + ) + (fp_arc + (start 1.3 -0.800002) + (mid 1.619939 -0.000001) + (end 1.3 0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23038872-3131-4a62-973a-5b0084bf5833") + ) + (fp_arc + (start -1.3 0.800002) + (mid -1.619939 0.000001) + (end -1.3 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f590650c-a3d8-46a6-9fbb-241434fa16e7") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d02c9f08-9c3b-4378-8581-58adc636b8a9") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53fd0bb8-6f46-42be-890e-065311f62f9c") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5ba3f40-9e68-47a2-8cab-ed535de81a54") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3f27080-20b2-4fa8-adca-941c776db8c7") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4bf89e4-66d8-4201-8ed2-e59156b532da") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2de507b3-5897-4784-90cd-fa0d66255575") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c06533b8-cedc-421b-910d-6197982212aa") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd48e567-f9a6-4259-9e12-45c7dad6e119") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "49733734-5a49-4a3b-95e4-7a9b8eebcbae") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0 180) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "51e9343e-2f73-4fd4-a915-33609c4074e0") + ) + (pad "2" smd roundrect + (at 0.775 0 180) + (size 0.9 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "a9590be1-1db5-48eb-8721-a2ce5049db3f") + ) + (embedded_fonts no) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (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 "c5a369fb-f6c3-4e3d-858b-333c02f04c66") + (at 141.825 48 180) + (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)") + (tags "resistor") + (property "Reference" "R17" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "ad4a10f6-d41a-44bd-af31-1669eb11a5db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "fdb0b175-d10d-4434-a97f-7851cc480d19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "46334f27-3c48-4cb1-a802-282e8d27d584") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f23e1d04-33d2-4481-8af1-d0b0683452b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "f721fcfc-1a19-439e-b62c-b519c06a12d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f508ebf-6004-4756-8354-79ea89815e3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06c824c6-ee0d-49ae-817b-f22f77bd6723") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c9cdc5e-b00d-4405-a42f-6db25f34407f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c1b6537-f4f1-4e4f-959d-03979b020887") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c3a65f9-74a1-41c3-b8c1-b9245e721490") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/ecb021ff-a9c7-4e33-a38f-2aedc6cf099e") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e25fbf3-bdd4-4129-a74e-547c1d94e247") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e99e982-81ab-4599-ad5d-295e8dadea6b") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "0b8c43d2-743d-420a-bec9-a75da4ee2414") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "c4bbdda1-b2d5-4c10-bbc5-738e63ea6c62") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4bdb1508-e23c-4a5b-b37a-9bb8f984ddf8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "e297b0b3-7ca5-4d77-9601-648f006c0100") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D6-K)") + (pintype "passive") + (uuid "5eccb0e9-8225-47cf-a147-90f5f0181f8d") + ) + (embedded_fonts no) + (model "${KICAD10_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 "c9c885c9-a233-4360-b61e-033332bad1fa") + (at 130.175 48 180) + (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)") + (tags "resistor") + (property "Reference" "R15" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "9897cacc-0259-40c7-af4f-a2de3b8c159d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "ba035d09-005d-4118-ac82-7fa6c2c51986") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "16dadce9-67d7-4e0e-8c9b-9d89d051a79b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2b5aa63d-33ea-4c3b-9a19-07988e3d47c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "3bb1020f-2a84-47e1-b6dd-9c7a03d42286") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "409607c4-bc8b-411d-ad0e-c437c7aece59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec078474-c87f-4c89-94f0-efa1d022ac4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79bd0f81-1978-4e1f-ac0c-1e8345b2df98") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff7aa4e8-0865-4ccd-b007-0cc4a49d9fac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91d0ecd7-6f37-457e-8a70-4b01515a2ab7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/ce2a1366-c540-4ea5-9498-df9fbdca830d") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "190e0273-99cd-44b9-b081-460695cc2657") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e951ab40-3735-4710-ac68-2118eb0170a0") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "901ce667-6db7-4104-9418-fc4220fee121") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "58b02751-f118-439f-b5ef-b1384ff663f8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8ab5261b-6fdd-4431-9819-958b48362199") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "d1af40fe-335f-4d6d-a601-7994cb37be97") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D4-K)") + (pintype "passive") + (uuid "43ea1932-73ac-43c6-b6a3-b965b46c59b5") + ) + (embedded_fonts no) + (model "${KICAD10_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 "ce087cc3-7642-4b2e-ae57-dd5496c1272f") + (at 81 31.6 180) + (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)") + (tags "resistor") + (property "Reference" "R9" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "cb40880f-8341-4079-a224-b8a094733b53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kΩ" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "e60d02e5-e53d-43de-8f3a-26a8a53ebbff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4b108fff-7956-4f1c-ab0c-7df80dcf3002") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ab18b81f-4169-479d-8261-dbfb8d68df9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "ef528d14-2131-4756-abc2-698f5c61c3e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "C25744" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ead962b4-5293-4522-97fe-287b2f2de5d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "24372091" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b67ff22-7697-45ba-be83-3caf424c6b40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5890f343-42a4-48d5-80a9-7985415155d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4e33869-cd4f-4607-a7cf-7faf87e9f4f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1ecb5cc-42f8-435f-a57c-4fd7d606e68a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b067a31-988a-4f1d-b93f-166fd6813df8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "773b551a-9008-468e-a89d-3def50fbce9e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Resistors,Chip Resistor - Surface Mount" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ef6fe67-775c-42cb-8be1-40dfd46c73ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee749870-10f6-4efd-b7e0-316483ac0e15") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "0402WGF1002TCE" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee12f3d2-aacf-4c21-bfcc-071d31a822d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Resistance" "10kΩ" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d79b469f-1c6e-477f-a0ec-71dd04fb9eed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Power(Watts)" "62.5mW" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc5ae5f6-b216-40a7-9753-26b143350136") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Type" "Thick Film Resistors" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "065d7a17-18eb-4ccd-9912-ac0e667af34c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Overload Voltage (Max)" "50V" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9776590d-7857-4105-a49a-442d8aaf85e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature Range" "-55°C~+155°C" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d144e87f-ff65-4d38-a28a-e4fd91a6abd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±1%" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5d98c4f-408f-48c7-ba73-f59c85beca09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "±100ppm/°C" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "caf2133d-bf11-4669-9677-d62fc4b710d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "008738ce-abfe-49e5-bdff-1b878be61837") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc09545d-a84e-4adc-962f-aad12a7bc7c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5af01457-ec9c-49bc-b413-eb3d53867293") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9746475-efbc-4f2e-abd1-b2e3c18edb48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2431a8e-e114-4eff-8df3-42a78cd028ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec6f1c12-7e1a-4eec-9326-f145cb14c63c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c34acf1-89ed-4781-9331-db04ff92175b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae7a7fa4-62d8-4642-91bd-0a91998b954a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3efa9ac2-46bb-4a00-bc12-911a431c753f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6758720b-ce00-403b-8706-4e21c69751e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41877722-bbb2-401c-a0a2-f0decce4ed94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e8e1ffd-f77b-40d6-a7c1-cee38fac6d89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd3b2a4b-1412-4bb4-a028-c1bdda1ce4cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a239256-020d-4c8a-8697-fc0c33d9de47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "050c8bf8-ed41-4f4e-b787-cf8e0f94b3bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86c2c01e-9206-4ba8-937c-a9a8c011c96e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53c54277-51c8-4ee8-bafd-f612137b64ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cb9d4f5-c483-474b-80d2-b85d7a363971") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f69ba0f-bc93-46d2-9f74-bc0d93bfa5c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "393e36c5-7ec5-487e-95a3-7101014239c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2846ff57-cdcc-4337-9680-379fcaaad192") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1155ce0e-f46e-45a4-966b-07070e385ae8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00cd247e-aa8b-42e4-ae68-ecc0eaa5653c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/83f4a750-2576-4709-a6d2-4fabb58b4063") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c80fe2c6-6a6c-426d-afb3-975bcd03ff3a") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83156970-475c-4ea3-8afe-640fc1cd7926") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "4108534f-a73a-4435-ac13-e66fd590669f") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "109f264e-3e28-41b4-b093-21bc13157816") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2a5edb0d-2ed3-49d0-88d0-471f80da876b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "GND") + (pintype "passive") + (uuid "712fce22-7e53-463f-a204-2ce30cc20ae3") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "/BOOT") + (pintype "passive") + (uuid "3b1857cd-fbe8-40d7-9316-8f6d60171245") + ) + (embedded_fonts no) + (model "${KICAD10_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 "d862d520-43ab-4f69-97b0-02945559b74e") + (at 147.825 48) + (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)") + (tags "resistor") + (property "Reference" "R13" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "2fe82a15-2f4d-4a69-88cf-574d6d44b76e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "7934041a-eb2c-430b-85a4-fb4caef48090") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e065899b-30c2-4a04-87e2-a73a9a8e3421") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "99e85fd9-e235-4483-a947-cf432f666d02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "e821cb5a-f7cb-415a-aa68-8fbfc593ab1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42c92dc0-320a-4ec6-ae14-8e925357b3cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94547587-4744-4f6e-9a00-7d44edbdf616") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e47093f-fb52-48d9-b398-8b4958673a46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0a94ebe-c895-4a5e-8e46-5d3d2bb6fbf7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91c5bd55-a48a-47f5-b208-430d485adb10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/f4f37ecf-b455-4f11-a1d8-a81970614e49") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "603f4013-0be6-4e79-aae2-cc3c73567651") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc5bc281-4858-428d-b903-2f5858179526") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "e66ea54a-6198-4205-aa60-73e408fdb21b") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "54bdc800-9a14-4705-9321-65ed54c18bb7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c649199f-3e29-4468-945a-c7fd6eeda997") + (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 "Net-(D7-K)") + (pintype "passive") + (uuid "2b841df2-079c-4fdb-ad91-b7ec92cec9fe") + ) + (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 "GND") + (pintype "passive") + (uuid "d2738986-7945-42b1-aa17-966bcc0b881d") + ) + (embedded_fonts no) + (model "${KICAD10_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_1206_3216Metric" + (layer "F.Cu") + (uuid "e9c62660-02e1-4a15-892e-e8255cdf7d62") + (at 136.5375 29) + (descr "Resistor SMD 1206 (3216 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)") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.83 0) + (layer "F.SilkS") + (uuid "302bb8eb-ca23-4b90-8d2a-b0e8e2fbdca5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100mOhm" + (at 0 1.83 0) + (layer "F.Fab") + (uuid "e7b7ed67-53be-4d35-a604-b7a530544c1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c3f8db63-474a-424a-a2a2-170fec6ebaf1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d7493cd9-83f9-40c2-af30-78e4bcc94476") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "0e21c12d-71fe-43d6-b212-d9ca1b6efca8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Field5" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c119c379-1360-43d8-be99-7f1fe36b8943") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C25334" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd783e01-97b4-451d-ad9a-8ec6ef37c61d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/06c66de4-05db-4145-a783-1ccae1cba266") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.727064 -0.91) + (end 0.727064 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cccef24-e975-406e-aec5-182a909db002") + ) + (fp_line + (start -0.727064 0.91) + (end 0.727064 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1eae445-24c2-4645-83a6-b05d787e7240") + ) + (fp_rect + (start -2.28 -1.13) + (end 2.28 1.13) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "d0c5451c-f83f-4983-b4cf-f936e389b9f2") + ) + (fp_rect + (start -1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "ef1e2bc9-ba94-4d99-a132-c15c4515365b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1503f6ea-e6f0-4907-85c0-9e95f4d1fd2c") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.4625 0) + (size 1.125 1.75) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.222222) + (net "Net-(U4-IN)") + (pintype "passive") + (uuid "a96e9db4-fd95-4771-9162-f5e96f11794a") + ) + (pad "2" smd roundrect + (at 1.4625 0) + (size 1.125 1.75) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.222222) + (net "Net-(BAT_HIGH1-Pin_1)") + (pintype "passive") + (uuid "b6c5258d-1b53-4f8d-93db-e420f8bebbf6") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_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 "ec22e98d-707a-49c2-ad43-7803d224d8b1") + (at 141.8 38.575 -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)") + (tags "resistor") + (property "Reference" "R11" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "c8a2ebbd-2100-4380-9dc2-e0feb0760970") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "38a934e3-c9e6-4852-b54d-3bdf37a7b594") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "e1aab40e-229b-49b5-a726-bba62ef6eb29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "61f36861-09b5-4efc-b327-b6492d680a22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "eadfe3e0-03c4-40a2-8edd-f133a0b3b80e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ad5ed6e-8953-4502-97be-cec0e2c805f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8191c4f0-6686-4a04-8daf-e9f95da4301b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "755d1eaf-a603-4913-bcfc-b6cbac5bcb4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "432eeda1-1cd9-4c39-97c8-85693a7706e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed27c86c-9c22-4ace-82fc-8056f1cce941") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/95a7503e-8c47-4b3b-96d7-4ec0c7eda9b2") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b677ec94-ec5b-4c34-a5b5-4bedbffbe2d3") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48413b9d-6ba3-4505-8f64-f523725c958e") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "10ce6921-ebc7-4bc9-b955-7c08519ff0d7") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "332a1e7d-ddbe-4039-99c0-c841bc4d1b84") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "eded357d-b824-43e2-815a-9550c68e889a") + (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 "+3V3") + (pintype "passive") + (uuid "c30ebbc5-6529-4491-ab1e-328aa7b34f23") + ) + (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 "SCL") + (pintype "passive") + (uuid "050d200b-7e43-4241-9d0b-8396aa715ddd") + ) + (embedded_fonts no) + (model "${KICAD10_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_1206_3216Metric" + (layer "F.Cu") + (uuid "f453c6fa-cd62-458d-bb9e-d5acd9adcfd8") + (at 136.5375 26.5) + (descr "Resistor SMD 1206 (3216 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)") + (tags "resistor") + (property "Reference" "R4" + (at 0 -1.83 0) + (layer "F.SilkS") + (uuid "44e76939-99b4-4451-b323-26a349e6d490") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100mOhm" + (at 0 1.83 0) + (layer "F.Fab") + (uuid "6f451465-d529-4190-bfac-bf1686155759") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0f5ef08f-87cf-4652-9eea-e30aa77e8d0c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7979e7aa-24b6-44b4-8216-7987f2dd27a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "0fba5b1f-6486-463c-8541-fe6418c19304") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Field5" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fbe3013-b89a-4725-9bd3-1aafbb36fb63") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C25334" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2236f10e-2daf-4a59-9eb5-c4853ac0bcc7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/cd915e50-d838-4be3-a347-a21c637844fb") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.727064 -0.91) + (end 0.727064 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e7d44bc-88a5-4778-af23-3047249e1bbe") + ) + (fp_line + (start -0.727064 0.91) + (end 0.727064 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e19aabef-4475-4595-9aa6-d2f008351438") + ) + (fp_rect + (start -2.28 -1.13) + (end 2.28 1.13) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "01b58431-386a-420d-a9f1-1a64584d78de") + ) + (fp_rect + (start -1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "e59c2250-cad4-4cab-a916-e2744fc0b045") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "86be2166-1b0c-4e08-9f20-c0bd8a5fc646") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.4625 0) + (size 1.125 1.75) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.222222) + (net "Net-(U4-IN)") + (pintype "passive") + (uuid "92ba0aee-5f44-4941-8ef9-8481e1f62687") + ) + (pad "2" smd roundrect + (at 1.4625 0) + (size 1.125 1.75) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.222222) + (net "Net-(BAT_HIGH1-Pin_1)") + (pintype "passive") + (uuid "d427fa08-d93b-4e8d-bd96-9e01a7232b85") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.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 "f530d056-e550-43e7-90b8-4e0abc5fd039") + (at 134.981194 51.018805 -90) + (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)") + (tags "LED") + (property "Reference" "D5" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "2e6ef8e1-af2a-4a1c-8df7-3a7dd26e17fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "217601aa-bf7a-41f6-82e2-2e56592e273f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "9c0e993a-8c10-4093-b49d-6e90e1c976a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "2e62c24a-9078-481a-aab7-d8fde12e912c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "06682a89-f89d-4f7e-8b34-956f24e877e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 270) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "134a54da-17f7-4eb2-aba3-ef51c612f691") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/49eb1ea5-56b0-4124-886b-9342c3505ca5") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d369e13-4ed6-4224-a49f-6242454cb85c") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "083dce80-c29c-4c11-83bc-bfd4c09f9e5f") + ) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "169a7501-2d77-4652-b255-30cbead5e3a0") + ) + (fp_rect + (start -1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "4a0e7b5b-7bd8-43ed-b8a9-8e6b9eab8db4") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3c81bc8-0290-4437-b8e1-c3285e2ed405") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35adba56-ddfa-4abf-8893-706742dd0b62") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7113caa-58b3-490d-8776-7b19a20c0e8c") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "feef9bec-d384-4042-ac90-3b747084491a") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47538736-88ce-4c6a-85d6-d8cc0e720faa") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "5414822f-08b2-4629-8e21-9b11dae3a0f2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D5-K)") + (pinfunction "K_1") + (pintype "passive") + (uuid "c40c0f62-82ab-45fe-914c-d6ba86329633") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "Net-(D5-A)") + (pinfunction "A_2") + (pintype "passive") + (uuid "e41dc9ad-8733-45b5-bc9c-c6337f5c2715") + ) + (embedded_fonts no) + (model "${KICAD10_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 "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "fd60cf84-4c84-4107-a8b3-3cc34300bb6d") + (at 96 31.8 180) + (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)") + (tags "resistor") + (property "Reference" "R10" + (at 2.8 -2.6 0) + (layer "F.SilkS") + (uuid "eb357720-3b8b-4eaf-9b50-76ce37b8e7f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kΩ" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "2ced0b6e-8167-4634-a925-787ec70a7a64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c03e4497-c56c-4d4d-8b14-3e5237ce7881") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c74d25c8-dbf3-4940-82ab-65a45dfd252d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "SMD_2terminal_chip_molded" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "aad5aadf-6fcb-4e5d-8c60-f1fe8f24ae2c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC" "C25744" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0732a375-f6fc-40b8-8949-dff44b212ef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Stock" "24372091" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea1adbef-7da5-49c0-9d75-d573b6798165") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Price" "0.004USD" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a0eb777-8680-49c9-9e8a-78dde5e0d556") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Process" "SMT" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca084d0e-2651-4071-a9e4-834e88879ef7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Minimum Qty" "20" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb1c25a6-5100-4575-a763-ebf05b3a3711") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Attrition Qty" "10" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c6204f6-beec-4b23-bb9d-056992441967") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Class" "Basic Component" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34133fe9-a117-4fad-acec-121f1f2d044f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Category" "Resistors,Chip Resistor - Surface Mount" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "beed41ed-0d87-4687-a502-a939c34eeff2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3a2eeff-6646-4692-a2dc-5bc95f054447") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Part" "0402WGF1002TCE" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b1dc77f-208c-455c-896b-befe4923a87e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Resistance" "10kΩ" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "058fc86c-437d-48fc-b95e-e7256e45c7c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Power(Watts)" "62.5mW" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a447b178-5390-4471-bafc-abbd305080c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Type" "Thick Film Resistors" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10ddd78a-014f-4390-a12f-0b669d906f56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Overload Voltage (Max)" "50V" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "136379ca-24bd-4d1f-b05a-cb3d6d1c6571") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature Range" "-55°C~+155°C" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26be652e-dc55-406f-ad25-68bd07612ed2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Tolerance" "±1%" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50b99750-0c6e-4bee-95ba-b5a37f811206") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Temperature Coefficient" "±100ppm/°C" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6802bb66-4476-417c-b1d8-e159e3412f47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bd6d929-29af-435c-8afc-5849e4cc71bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1ca1dbf-a49a-4d57-972b-72b379da2fb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Circuit" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2054c00e-d339-4df6-bd27-f1fff447abb6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Contact Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba8bcacb-8979-429c-ba53-bacc2a039277") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Insulation Resistance" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfdc230d-1c49-437a-a6c1-5caf84e97be1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mechanical Life" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fd8eab8-f96f-4c68-a44d-3c8aa7b22de3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Mounting Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca126e30-29ea-4099-bff5-48fae74a050e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Force" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d5dbb5b-31b5-45dd-aa12-f08cf2aec4a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Operating Temperature" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ed00e3e-567e-4f68-9948-ba773eb41fa9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Pin Style" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87eeeae9-ae16-46a7-9879-a744b37e7c25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Strike Gundam" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "585e740f-77eb-4823-bd59-c162321cff27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Height" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b3d9983-6fe4-4009-867c-77f097c295ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Length" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e57bb4f4-6c5c-4d7f-8ea6-1b9b396c583c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Switch Width" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d081ec7-df27-4854-84e8-ced6e8280516") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55c68670-9e74-436c-8a09-e5f051ae23a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "With Lamp" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79120734-e5d3-4633-a5b2-79ea5a9fd474") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Diode Configuration" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac7ec888-4e46-4865-9931-4633ce9eb630") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03a55ba6-dbbf-4b45-88ad-e06e9a205a85") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Rectified Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6e6844c-c3f5-44a2-8d68-56aa12e35266") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "baaae728-4dd9-4d97-b97c-64586384120e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a0955de-b7f7-4dbf-ab90-f93b2f5e0692") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Device" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3233f593-d20a-4b77-bf48-0e06a4ddb50e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Type" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "245b3f43-243f-49fa-84b5-d7952140725e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/d0e24ae2-21c2-4dc3-a51d-d7d7c86bf75b") + (sheetname "/") + (sheetfile "bms.kicad_sch") + (units + (unit + (name "A") + (pins "1" "2") + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b97fde9d-a7fb-4132-82d8-661215c15686") + ) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5a281d5-71d8-4dd0-aff0-ccd1d9386f87") + ) + (fp_rect + (start -1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "362d9252-5fec-4bb4-9df0-d4a5fa3292e9") + ) + (fp_rect + (start -0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (fill no) + (layer "F.Fab") + (uuid "29965569-1dba-458b-a89a-d898a34e7dab") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ed64a092-13b5-4922-9614-73eac7a3dfff") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "+3V3") + (pintype "passive") + (uuid "92569812-2dac-45d6-abed-f3451119fab7") + ) + (pad "2" smd roundrect + (at 0.825 0 180) + (size 0.8 0.95) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (net "/NRST") + (pintype "passive") + (uuid "00bde5cf-7f2e-4adf-8967-3002cf39978e") + ) + (embedded_fonts no) + (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 127.75 25.439895) + (end 136.011724 31.75) + (stroke + (width 0.2) + (type solid) + ) + (fill yes) + (layer "F.Cu") + (net "Net-(U4-IN)") + (uuid "19e9c24b-f1f8-4a5a-bd55-6a69c2f47e9f") + ) + (gr_rect + (start 137.25 25.5) + (end 149.5 31.75) + (stroke + (width 0.2) + (type solid) + ) + (fill yes) + (layer "F.Cu") + (net "Net-(BAT_HIGH1-Pin_1)") + (uuid "e1931a19-987d-4a18-bb50-2bdf2893a4e5") + ) + (gr_rect + (start 50.5 25.25) + (end 62.25 30.75) + (stroke + (width 0.2) + (type solid) + ) + (fill yes) + (layer "B.Cu") + (net "GND") + (uuid "9e646a3d-0286-460f-a536-6ee8bd5417d5") + ) + (gr_rect + (start 137.25 25.5) + (end 149.5 31.75) + (stroke + (width 0.2) + (type solid) + ) + (fill yes) + (layer "B.Cu") + (net "Net-(BAT_HIGH1-Pin_1)") + (uuid "9a1f7915-dd16-4eab-a39d-a657b59c9509") + ) + (gr_line + (start 50 25) + (end 50 31) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "8009d08e-4b16-430c-afcf-dabc720b2c5b") + ) + (gr_line + (start 50 25) + (end 150 25) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "234631f1-4918-431e-8f38-396716d339c0") + ) + (gr_line + (start 63 31) + (end 50 31) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "b8a82388-02a5-47a1-9bc4-a02d2b2cbf54") + ) + (gr_line + (start 70.25 38.25) + (end 63 31) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "0c9c64b5-e7ff-45cc-a576-e25723d0b851") + ) + (gr_line + (start 96.25 38.25) + (end 70.25 38.25) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "f468d84a-20b7-4538-9aeb-a457df6da977") + ) + (gr_line + (start 111.4 53.2) + (end 96.25 38.25) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "17310d87-b6fa-4248-82ba-9bfa82a20a15") + ) + (gr_line + (start 111.4 53.2) + (end 150 53.2) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "eeb10091-9ff7-45dc-b8ea-cc0b5c7dc7e6") + ) + (gr_line + (start 150 25) + (end 150 53.2) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "e5bc60e8-6842-4c11-ac85-ab559124596d") + ) + (segment + (start 72.8 35.8) + (end 83.6 35.8) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "01cbcbd5-7161-4c56-8a00-cc62f8808587") + ) + (segment + (start 135 34.75) + (end 136.675 34.75) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "0280ec75-5ae0-4f19-bdf7-3159df78736b") + ) + (segment + (start 125.375 43.753052) + (end 126.721948 45.1) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "0366a6b9-a4ba-4e29-b79b-0ad570ffc948") + ) + (segment + (start 143.05 35.65) + (end 143.05 35.85) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "03a98b5e-48c3-4499-8dbe-afffb44e6a39") + ) + (segment + (start 105 40) + (end 107.2 42.2) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "0ac17c9c-05e6-4e29-9e2d-a6e3cf4336f8") + ) + (segment + (start 113.6375 31.2375) + (end 113.4 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "0cbce92b-f8a5-4bb6-af0b-948d1fdb733a") + ) + (segment + (start 110.05 41.15) + (end 110.05 40.75) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "0cd521f2-c67c-44c2-be7a-e98b00fa2314") + ) + (segment + (start 113.6375 32.175) + (end 113.6375 31.2375) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "0e0f0e11-470b-4b80-907d-d9ad448d4c6d") + ) + (segment + (start 135 34.75) + (end 135.2 34.75) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "0e96968b-beb5-47e2-9c1d-dd9f11f2504c") + ) + (segment + (start 142.95 35.55) + (end 143.05 35.65) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "14037eca-d4f2-403e-8d42-e8aa8fda8a97") + ) + (segment + (start 97.634314 37.6) + (end 100.034315 40) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "15a623e8-4023-4651-a41f-0cba96746d11") + ) + (segment + (start 111.9 39.0875) + (end 112 39.1875) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "19e86570-ee57-4311-a194-5cecbeaf6276") + ) + (segment + (start 85.4 37.6) + (end 97.634314 37.6) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "1a10db0f-5706-47e8-8ef4-dfb14d1917cc") + ) + (segment + (start 110.05 40.75) + (end 110.05 39.8625) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "1e7819c4-1fb2-408e-8557-9d5bed2b8431") + ) + (segment + (start 146 41.96) + (end 145.71 42.25) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "2cfa3521-b7b3-4fc0-9744-f8a935d894ab") + ) + (segment + (start 141.8 37.75) + (end 141.8 36.6) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "2ff4f06a-ec11-40b0-8406-fbde51caa0b4") + ) + (segment + (start 136.675 34.75) + (end 136.95 34.475) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "30cf59f6-50b8-4cc1-be3e-7e6972f4fafb") + ) + (segment + (start 125.375 42.95) + (end 125.375 43.753052) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "31fea13f-a47c-4e2b-81cc-32cfdeed8436") + ) + (segment + (start 121.146207 38.253793) + (end 121.2 38.2) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "323f8a3c-68e2-455c-adf9-0ea978cf4c58") + ) + (segment + (start 70 33) + (end 72.8 35.8) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "341e8700-62ad-48a5-8432-fb7f02fb1609") + ) + (segment + (start 113.2 31) + (end 109 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "3452967e-c287-4631-82c0-3ae0e062b516") + ) + (segment + (start 128.278052 45.1) + (end 129.375 44.003052) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "35d5a31e-7fe6-4bbd-93a0-779a9cd50e97") + ) + (segment + (start 108.2 31) + (end 97.625 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "36e5d217-7ac3-40b7-9ffc-579c7bd1f90c") + ) + (segment + (start 121.164541 39.38329) + (end 121.146207 39.401624) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "4ddaa44e-c4c4-4e67-8566-40f5f1bcdb26") + ) + (segment + (start 121.146207 39.401624) + (end 121.146207 38.253793) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "4f3ed7c0-2a6f-4ec4-8812-2c6da85bb21a") + ) + (segment + (start 109 42.2) + (end 110.05 41.15) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "5689f12f-c137-4fc9-9f82-c9eca6cd505d") + ) + (segment + (start 141.8 36.35) + (end 141 35.55) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "586e2161-ec30-4e6e-bbb8-5011af9514bf") + ) + (segment + (start 146 39.4) + (end 146 41.96) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "5b3d87c1-1c7a-4c71-baf7-7cd8c3c3c9b3") + ) + (segment + (start 136.625 34.75) + (end 136.9 34.475) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "5be1e59f-2f09-4810-bc91-30715341483c") + ) + (segment + (start 146 39.4) + (end 146 38.6) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "5dc5563f-e8fd-4b6f-91f0-7dabb79f6ace") + ) + (segment + (start 109 31) + (end 108.2 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "63c67de0-e150-42d5-9fa0-d157961346ed") + ) + (segment + (start 121.146207 39.401624) + (end 120.047831 40.5) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "645c6393-c3fe-4813-947d-168eefe506aa") + ) + (segment + (start 117.73241 31) + (end 119.05 32.31759) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "6d1bf62f-58f8-4aa6-9971-8b5112052dea") + ) + (segment + (start 97.625 31) + (end 96.825 31.8) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "6d674bbd-fbff-4991-9abf-39d581b206eb") + ) + (segment + (start 120.047831 40.5) + (end 117.7375 40.5) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "71270b7e-edce-4b04-be7a-ab140b547876") + ) + (segment + (start 110.05 39.8625) + (end 110.725 39.1875) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "7402ce7e-0a3a-42dd-8a91-df549c410853") + ) + (segment + (start 113.2 31) + (end 117.73241 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "77e65a8e-6d68-4183-9d50-b7c60dfe0f68") + ) + (segment + (start 83.6 35.8) + (end 85.4 37.6) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "8192fa01-971b-4ba4-9f02-821b1203b3b9") + ) + (segment + (start 119.05 32.31759) + (end 119.05 33.5875) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "878cb0e5-2648-46f4-b294-107b8a9877f6") + ) + (segment + (start 110.725 39.0875) + (end 111.9 39.0875) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "8e7b2396-25fb-45c9-a194-9596956c2e94") + ) + (segment + (start 108.01 31) + (end 106.05 32.96) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "96158caa-6418-4f02-898a-095b631085b2") + ) + (segment + (start 129.375 43.55) + (end 144.41 43.55) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "9bfc5c65-842e-4d57-828b-e855ff19ced6") + ) + (segment + (start 95.15 33.6) + (end 96.825 31.925) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "ac5b3dcf-13f8-43c8-acc9-cd781debafca") + ) + (segment + (start 135 34.75) + (end 136.625 34.75) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "ad69607c-d964-45da-b637-8512eabe26ca") + ) + (segment + (start 107.2 42.2) + (end 109 42.2) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "b58c817e-179c-4370-b91c-dd397f3dc810") + ) + (segment + (start 145.71 42.25) + (end 144.41 43.55) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "be2b94d8-2182-4ce0-9ebb-d12140f1d7d2") + ) + (segment + (start 113.4 31) + (end 113.2 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "c1b80f06-151b-4522-b3e5-c5363b8b66f3") + ) + (segment + (start 96.825 31.925) + (end 96.825 31.8) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "c4170219-774c-4ea2-a047-877d7ad56838") + ) + (segment + (start 129.375 44.003052) + (end 129.375 43.55) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "d345b153-5b75-4a65-b0ba-2586eefd9201") + ) + (segment + (start 141.8 36.6) + (end 141.8 36.35) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "d4716d90-3529-4475-acc6-7c8b0d47121e") + ) + (segment + (start 126.721948 45.1) + (end 128.278052 45.1) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "d8c69fdd-6c99-407a-a707-3590b36dfa10") + ) + (segment + (start 122.980282 39.38329) + (end 121.164541 39.38329) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "d9f2456e-c874-404d-bfef-cc8c78d5a16d") + ) + (segment + (start 146 38.6) + (end 143.05 35.65) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "dc4d42e1-a61b-49b8-986d-93793f7c7c83") + ) + (segment + (start 100.034315 40) + (end 105 40) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "e936bc3b-e5b1-471b-a2c5-4acbab0fe9c0") + ) + (segment + (start 141 35.55) + (end 142.95 35.55) + (width 0.5) + (layer "F.Cu") + (net "+3V3") + (uuid "f05bffab-dcfd-4dab-b5d5-119b2a5d1623") + ) + (segment + (start 108.2 31) + (end 108.01 31) + (width 0.2) + (layer "F.Cu") + (net "+3V3") + (uuid "fded60f5-0724-4ce5-9cbd-55f2bf469781") + ) + (via + (at 141.8 36.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "+3V3") + (uuid "1defacea-cf03-4b92-80ec-5d39228e3e9e") + ) + (via + (at 136 34.75) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "+3V3") + (uuid "2512ec25-4aa0-4cd4-8236-4d16bfafc57e") + ) + (via + (at 119.05 32.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "+3V3") + (uuid "578c34c1-f3c6-4bce-8c05-2872a4fdda65") + ) + (via + (at 121.2 38.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "+3V3") + (uuid "7de4e02b-807a-4e23-b099-bb76bc2ca63f") + ) + (via + (at 112 39.1875) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "+3V3") + (uuid "bfc33d83-e08e-4eae-98ad-e05c28d2ee34") + ) + (via + (at 108.8 31) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "+3V3") + (uuid "c2dc0f58-72e1-4bdf-8534-ba759df43a6b") + ) + (segment + (start 136 34.75) + (end 137.85 36.6) + (width 0.5) + (layer "B.Cu") + (net "+3V3") + (uuid "014b68ed-15d3-4449-988c-5dd677f99a4b") + ) + (segment + (start 114.5 36.6875) + (end 114.5 36.5) + (width 0.2) + (layer "B.Cu") + (net "+3V3") + (uuid "1636cfa7-2f2b-4fec-a9b4-a5260e1b3e7f") + ) + (segment + (start 116.8 38.8) + (end 114.5 36.5) + (width 0.5) + (layer "B.Cu") + (net "+3V3") + (uuid "1763665d-f67d-4a23-bafc-da165bd9d209") + ) + (segment + (start 112 39.1875) + (end 114.5 36.6875) + (width 0.2) + (layer "B.Cu") + (net "+3V3") + (uuid "23774e4b-940e-496b-b3b4-c23985c081b7") + ) + (segment + (start 137.85 36.6) + (end 141.8 36.6) + (width 0.5) + (layer "B.Cu") + (net "+3V3") + (uuid "3eed9c4f-b0b8-496a-9ec7-ad52e279b1f3") + ) + (segment + (start 121.2 38.2) + (end 120.6 38.8) + (width 0.5) + (layer "B.Cu") + (net "+3V3") + (uuid "6f94dbba-e688-4a6a-a688-aecdca17bbf5") + ) + (segment + (start 114.5 36.5) + (end 109 31) + (width 0.5) + (layer "B.Cu") + (net "+3V3") + (uuid "83a8dab0-f161-4fcb-bd39-ff202440f175") + ) + (segment + (start 120.6 38.8) + (end 116.8 38.8) + (width 0.5) + (layer "B.Cu") + (net "+3V3") + (uuid "ae676de4-3091-43cd-a224-e633f7d100db") + ) + (segment + (start 139.3625 35.6375) + (end 141 34) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "0067dc0a-241c-4d65-aded-a0b7bb399805") + ) + (segment + (start 117.1375 39.73009) + (end 115.99491 38.5875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "07579a3e-3172-466f-90ea-baeb9696cea9") + ) + (segment + (start 114.1375 32.94491) + (end 114.1375 32.175) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "0c28f4dc-3ded-4293-8fae-fb2c171f1e9c") + ) + (segment + (start 112.3875 50.075) + (end 110.7375 48.425) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "0f29b9bb-7400-42a4-9adb-66a3a87c531a") + ) + (segment + (start 148.65 48) + (end 148.65 42.65) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "177b7b7f-2a7b-43e9-9598-1ffeed9176e0") + ) + (segment + (start 148.65 42.65) + (end 148.25 42.25) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "18668c14-0f23-4d06-a3d9-6df8e30c6e7c") + ) + (segment + (start 98.55 36.77) + (end 100.78 39) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "19100659-f602-484d-a94f-32c118ef3ee1") + ) + (segment + (start 138.25 35.742006) + (end 138.25 36.75) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "19b8a882-7189-4b40-85a2-cd3f55dce1c8") + ) + (segment + (start 129.325 45.5) + (end 129.375 45.45) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "1e738aec-8d75-46cf-adce-02ad1af8a4b2") + ) + (segment + (start 136.806194 48.018805) + (end 137.824999 47) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "22a69915-1328-4ca1-88b1-98840bba24d4") + ) + (segment + (start 115.99491 38.5875) + (end 110.725 38.5875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "26141f5b-6a1f-427b-8b61-8cf72c2b4396") + ) + (segment + (start 143.05 34.15) + (end 143.05 33.75) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "27a2eca6-cd33-46d4-ba09-3632d62c2688") + ) + (segment + (start 100.78 39) + (end 108.55 39) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "29b06cb3-ca49-4f1c-bb8a-37847e424db2") + ) + (segment + (start 119.05 34.0875) + (end 120.1125 34.0875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "2c31e7bd-421c-422a-8759-8ccf09185270") + ) + (segment + (start 125.6 47.225) + (end 130.225 47.225) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "2f1d9405-c3ce-4953-a6bb-778ca7374ed1") + ) + (segment + (start 115.3375 48.75) + (end 115.3375 49.412499) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "2f9df409-9a91-47b9-bc5e-334274458b83") + ) + (segment + (start 146.6625 37.7625) + (end 143.05 34.15) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "3363d97c-8c3d-4761-8201-ad7335eedb6a") + ) + (segment + (start 135.8375 35.6375) + (end 139.3625 35.6375) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "361fd66c-4df2-4ce9-9e09-0f990d70b7ad") + ) + (segment + (start 117.1375 40.5) + (end 117.1375 41.26991) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "3627ec6b-81c8-4d90-a3fe-36b7d2ecb77f") + ) + (segment + (start 141 34) + (end 142.8 34) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "370a99a9-71b1-4644-95b8-53eddaef8e64") + ) + (segment + (start 135 36.475) + (end 135.8375 35.6375) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "375c7aff-580a-4d3f-b7ff-7a585cac2eec") + ) + (segment + (start 85 32.95) + (end 84.1 32.95) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "38d7db3b-8198-44f2-bc14-d0f3760a358b") + ) + (segment + (start 148.2 42.2) + (end 148.25 42.25) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "3bc044fd-f603-4533-bfcb-2321c7925ec9") + ) + (segment + (start 82.75 31.6) + (end 84.1 32.95) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "3d26d56c-0423-41b1-88e4-b8d41d3b876a") + ) + (segment + (start 118.3875 44.075) + (end 118.3875 43.710331) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "3d8d980c-fedc-4779-94a3-b39093e9c6a8") + ) + (segment + (start 130.225 47.225) + (end 131 48) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "3de7ce16-df29-41ba-9983-84d0cc26fced") + ) + (segment + (start 112.4 50.0625) + (end 112.3875 50.075) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "444b14e6-bc0d-480d-94ac-2278c90f773f") + ) + (segment + (start 137.6 35.137499) + (end 136.949999 35.7875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "45349192-0f9d-4fcc-b5e4-ca1e5a2e4e9b") + ) + (segment + (start 132 47) + (end 135.787389 47) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "46ec01a2-7166-4d27-a0f1-a27cc0855864") + ) + (segment + (start 115.3375 49.103052) + (end 115.946948 49.7125) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "47df997a-0867-4a06-b76a-b123a9e2b70a") + ) + (segment + (start 120.048915 42.048915) + (end 121.146207 40.951624) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "48f9ce16-af7d-44ee-a8a6-d695536957bb") + ) + (segment + (start 122.980282 40.93329) + (end 121.164541 40.93329) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "4dc98ac5-fbfb-4b6f-a345-99be3b65a433") + ) + (segment + (start 115.3375 49.412499) + (end 114.687499 50.0625) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "4ef5ac36-e3e2-4cde-b15e-100625cc8b2b") + ) + (segment + (start 117.1375 40.5) + (end 117.1375 39.73009) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "4f512542-8c4b-474c-8917-59fbe4c39bfb") + ) + (segment + (start 135 36.475) + (end 131.875 36.475) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "538d9fcd-7338-42d7-ab8f-1b43ba4895e1") + ) + (segment + (start 137.6 34.475) + (end 137.6 35.137499) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "56ca6264-d8b0-4897-b892-deaeaaa7a6aa") + ) + (segment + (start 124.825 48) + (end 125.6 47.225) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "588a8b9d-613c-48ca-9a77-d51aff06d7f5") + ) + (segment + (start 148.2 37.7625) + (end 148.2 42.2) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "59f0a587-67a0-4d19-8add-55b8ca6bcbdd") + ) + (segment + (start 131 48) + (end 132 47) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "5ce01a09-15e0-44a5-8e9d-b465a76ffb2f") + ) + (segment + (start 119.05 34.0875) + (end 115.28009 34.0875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "5e40dba2-0c99-4516-927a-c53299554e3c") + ) + (segment + (start 137.6 35.092006) + (end 138.25 35.742006) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "5e65b578-19da-40c5-b16a-b1201810c8ea") + ) + (segment + (start 116.628052 49.7125) + (end 118.3875 47.953052) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "6241d181-05e9-4ba8-afe1-407e0c052e41") + ) + (segment + (start 117.1375 41.26991) + (end 117.916505 42.048915) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "6b244bcd-0202-4d67-bf2b-82a0b56a89eb") + ) + (segment + (start 81.825 31.6) + (end 82.75 31.6) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "6c864bfc-1ccd-4b11-91d6-bbb25a25cfea") + ) + (segment + (start 108.5 39.05) + (end 108.55 39) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "7c0949dc-009c-4ac9-a66f-577ab4d1a731") + ) + (segment + (start 141.65 47) + (end 142.65 48) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "7cd571bf-9a13-4f6e-a763-a1a529512368") + ) + (segment + (start 142.65 48) + (end 143.425 47.225) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "826e598d-338a-453b-9f03-9109d8cd1ccb") + ) + (segment + (start 117.916505 42.048915) + (end 120.048915 42.048915) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "89262091-1b0a-4abe-8e31-472d66503b15") + ) + (segment + (start 125.375 41.05) + (end 124.3375 42.0875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "8c2a9856-6d6b-4f73-8e10-198a1d170f85") + ) + (segment + (start 88.82 36.77) + (end 85 32.95) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "954105fd-e18d-4293-bd7f-08b41c070d3b") + ) + (segment + (start 136.949999 35.7875) + (end 135.6875 35.7875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "974ca526-8560-4078-8ffd-20e6d6451a75") + ) + (segment + (start 96.575 35.4) + (end 97.18 35.4) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "98645441-c0ba-4cf2-9ab9-b5bc8ee3a092") + ) + (segment + (start 118.3875 43.710331) + (end 120.048915 42.048915) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "99accbba-4ec9-4e9d-9c13-4c2207b833a7") + ) + (segment + (start 124.3375 42.0875) + (end 124.3375 43.290552) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "9c349c37-a048-48ec-9f72-3e14815e16fd") + ) + (segment + (start 131.875 36.475) + (end 130.25 34.85) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "9eaac826-b2f2-44af-9ec9-7bb8e7704e8c") + ) + (segment + (start 120.1125 34.0875) + (end 123.120101 31.079899) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "a0381ae8-b8c5-4bab-bc35-a9ed30e460d3") + ) + (segment + (start 125.375 41.05) + (end 123.096992 41.05) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "a046b215-1cf1-4ef3-898f-a3017ad94f80") + ) + (segment + (start 114.687499 50.0625) + (end 112.4 50.0625) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "a180dd3c-e1ea-44b2-80ca-ea4a9d83e219") + ) + (segment + (start 143.425 47.225) + (end 147.875 47.225) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "a1bddfe6-523f-465a-94de-7c65eb5a3eec") + ) + (segment + (start 124.3375 43.290552) + (end 126.546948 45.5) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "a5b6f31e-6816-48cd-be4b-93f59775271f") + ) + (segment + (start 142.8 34) + (end 143.05 33.75) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "ab7f941b-644c-476c-937e-b7e03b30870a") + ) + (segment + (start 126.890202 34.85) + (end 130.25 34.85) + (width 5) + (layer "F.Cu") + (net "GND") + (uuid "ace0e712-4d59-42fe-9caa-ac65ac530243") + ) + (segment + (start 123.120101 31.079899) + (end 126.890202 34.85) + (width 5) + (layer "F.Cu") + (net "GND") + (uuid "b330ac66-5ec2-406e-adb4-b98732b73bcf") + ) + (segment + (start 135.787389 47) + (end 136.806194 48.018805) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "bcd660d5-6ee1-4e5e-b2c3-a6766bd4e02c") + ) + (segment + (start 110.7375 48.425) + (end 110.3875 48.425) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "c51908ee-8d4c-4380-88da-cc24c996dda9") + ) + (segment + (start 108.9625 38.5875) + (end 108.55 39) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "c83b4cff-b239-4d08-a40d-fa75f581d96f") + ) + (segment + (start 118.3875 47.953052) + (end 118.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "cf05e123-a909-4ada-be78-df7925c50e35") + ) + (segment + (start 55.5 28) + (end 120.040202 28) + (width 5) + (layer "F.Cu") + (net "GND") + (uuid "d03580fe-1800-4107-9ad1-bb2c73a1f932") + ) + (segment + (start 126.546948 45.5) + (end 129.325 45.5) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "d056370b-ef50-4581-a5d8-15e6f61a4046") + ) + (segment + (start 120.040202 28) + (end 123.120101 31.079899) + (width 5) + (layer "F.Cu") + (net "GND") + (uuid "d09a054c-2d4e-42ed-b251-c02f45640280") + ) + (segment + (start 108.5 40.75) + (end 108.5 39.05) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "d11273e3-aa4a-4701-a50b-0f38cac0ad62") + ) + (segment + (start 115.28009 34.0875) + (end 114.1375 32.94491) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "d4a228ff-2886-48ec-bd9a-d7f474a75195") + ) + (segment + (start 135.6875 35.7875) + (end 135 36.475) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "d4bff001-a8a7-46d7-abc5-75adb77aeb3e") + ) + (segment + (start 121.164541 40.93329) + (end 121.146207 40.951624) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "d6e62767-6208-420a-a8cc-28399eaaf9de") + ) + (segment + (start 123.096992 41.05) + (end 122.980282 40.93329) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "d83a2f43-67fc-41ec-a23b-f24ec0f048f2") + ) + (segment + (start 115.3375 48.75) + (end 115.3375 49.103052) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "da0ffe2c-bd95-4420-9af8-636ad62880a9") + ) + (segment + (start 147.875 47.225) + (end 148.65 48) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "dae8eb4d-e7a2-4b16-a8b5-f32f38190ddf") + ) + (segment + (start 115.946948 49.7125) + (end 116.628052 49.7125) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "e218736d-3aad-41df-80d6-6328a63f5016") + ) + (segment + (start 98.55 36.77) + (end 88.82 36.77) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "e4d322ce-35f1-4bf1-a59e-8b1c8b7d75a1") + ) + (segment + (start 97.18 35.4) + (end 98.55 36.77) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "ee86bb2d-6c14-4855-944c-dc58a5c5d57a") + ) + (segment + (start 137.824999 47) + (end 141.65 47) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "f35dc647-1fad-49ab-a55b-56f9a89a15b9") + ) + (segment + (start 148.2 37.7625) + (end 146.6625 37.7625) + (width 0.5) + (layer "F.Cu") + (net "GND") + (uuid "fbc18c43-3cb0-4d67-b32c-84d79df4187c") + ) + (segment + (start 110.725 38.5875) + (end 108.9625 38.5875) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "fbce1eb9-dfb6-4933-813e-82ccd8bd4aa2") + ) + (segment + (start 137.6 34.475) + (end 137.6 35.092006) + (width 0.2) + (layer "F.Cu") + (net "GND") + (uuid "fee4dcc7-3015-4666-802e-8892254d286e") + ) + (via + (at 65.755181 27.96707) + (size 2) + (drill 1.5) + (layers "F.Cu" "B.Cu") + (tenting + (front no) + (back no) + ) + (capping no) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (filling no) + (net "GND") + (uuid "1df7face-5fb4-402e-bc35-75e278fe9bbf") + ) + (via + (at 62.890305 27.924052) + (size 2) + (drill 1.5) + (layers "F.Cu" "B.Cu") + (tenting + (front no) + (back no) + ) + (capping no) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (filling no) + (net "GND") + (uuid "7b72a4b1-e45e-4a54-a129-a87a8f9acdc8") + ) + (via + (at 61.5 26.5) + (size 2) + (drill 1.5) + (layers "F.Cu" "B.Cu") + (tenting + (front no) + (back no) + ) + (capping no) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (filling no) + (net "GND") + (uuid "b978b071-9893-4484-aab0-f522574ee1fd") + ) + (via + (at 64.364876 26.543018) + (size 2) + (drill 1.5) + (layers "F.Cu" "B.Cu") + (tenting + (front no) + (back no) + ) + (capping no) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (filling no) + (net "GND") + (uuid "cfc1571e-61f2-4902-9fbf-03d8d8511474") + ) + (via + (at 61.5 29.25) + (size 2) + (drill 1.5) + (layers "F.Cu" "B.Cu") + (tenting + (front no) + (back no) + ) + (capping no) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (filling no) + (net "GND") + (uuid "e8d298c6-e9c2-410a-b686-2c1823eb07d1") + ) + (via + (at 64.364876 29.293018) + (size 2) + (drill 1.5) + (layers "F.Cu" "B.Cu") + (tenting + (front no) + (back no) + ) + (capping no) + (covering + (front no) + (back no) + ) + (plugging + (front no) + (back no) + ) + (filling no) + (net "GND") + (uuid "eb3e5655-8865-4350-a083-87fc176547e9") + ) + (segment + (start 148.25 42.25) + (end 146.95 43.55) + (width 0.5) + (layer "B.Cu") + (net "GND") + (uuid "078b598d-337e-4484-bfef-39ea84f36634") + ) + (segment + (start 128.2 43.55) + (end 127 44.75) + (width 0.5) + (layer "B.Cu") + (net "GND") + (uuid "16fca5bf-1b51-424d-a899-2dcc3a5c00d4") + ) + (segment + (start 120.25 28) + (end 53.25 28) + (width 5) + (layer "B.Cu") + (net "GND") + (uuid "425a241c-1606-4178-a652-a63d0c14f014") + ) + (segment + (start 127.1 34.85) + (end 120.25 28) + (width 5) + (layer "B.Cu") + (net "GND") + (uuid "4f0af0d2-4cdb-4101-a559-8ac00a7d3298") + ) + (segment + (start 119.0625 44.75) + (end 118.3875 44.075) + (width 0.5) + (layer "B.Cu") + (net "GND") + (uuid "5dcd9da4-3e25-42ff-94bb-0de8498bba72") + ) + (segment + (start 127 44.75) + (end 119.0625 44.75) + (width 0.5) + (layer "B.Cu") + (net "GND") + (uuid "834b9d3d-49a9-4131-ad7e-64d1621a156d") + ) + (segment + (start 130.25 34.85) + (end 127.1 34.85) + (width 5) + (layer "B.Cu") + (net "GND") + (uuid "cac2a655-8a8f-42a2-abd3-e6478761460c") + ) + (segment + (start 146.95 43.55) + (end 128.2 43.55) + (width 0.5) + (layer "B.Cu") + (net "GND") + (uuid "dc96f716-2ea1-4c21-b01f-c95d571c5de8") + ) + (segment + (start 144.35 39.4) + (end 144.35 41.07) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "032442b9-35d6-45de-aa29-cb6053fcb3b6") + ) + (segment + (start 138.9 37.367006) + (end 138.9 36.75) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "089b87a3-d912-4ffd-b8c6-23ec30391e63") + ) + (segment + (start 119.05 34.5875) + (end 120.6125 34.5875) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "41313768-f87c-4ba0-a04f-47fcbf1c73c1") + ) + (segment + (start 139.6 38.6) + (end 138.9 37.9) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "4539b0c8-4c12-4fd9-980b-a203cd4548f1") + ) + (segment + (start 137.6 36.75) + (end 137.6 37.367006) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "473f7a4f-a829-4d5a-b54b-868bdce08bed") + ) + (segment + (start 144.35 41.07) + (end 143.17 42.25) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "801da418-7fe7-44c2-bfe9-2d1ea98e7248") + ) + (segment + (start 138.9 37.9) + (end 138.9 36.75) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "83908ec7-c9a2-4f49-87dd-bf9aff2fe05d") + ) + (segment + (start 138.554506 37.7125) + (end 138.9 37.367006) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "89c5e5ba-e87e-4a31-981c-c69625a246b4") + ) + (segment + (start 120.6125 34.5875) + (end 120.8 34.4) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "add91290-8f69-4c67-abc1-0dba3f6c38ee") + ) + (segment + (start 137.945494 37.7125) + (end 138.554506 37.7125) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "d03eab03-e524-453a-bfbe-a66505656f0b") + ) + (segment + (start 143.55 38.6) + (end 139.6 38.6) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "e0e1333b-d837-4d3f-9727-11333e4266be") + ) + (segment + (start 144.35 39.4) + (end 143.55 38.6) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "fb008676-3c34-4f82-8fae-ef347e8d6e2b") + ) + (segment + (start 137.6 37.367006) + (end 137.945494 37.7125) + (width 0.2) + (layer "F.Cu") + (net "SDA") + (uuid "ffaa5160-d067-48e0-958c-c20d781cb1f9") + ) + (via + (at 120.8 34.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "SDA") + (uuid "5db72466-e634-41c9-951a-fa53e07be373") + ) + (segment + (start 122.2 34.4) + (end 127.8 40) + (width 0.2) + (layer "B.Cu") + (net "SDA") + (uuid "2512670c-6f62-4eab-8287-98f8c1747cbd") + ) + (segment + (start 120.8 34.4) + (end 122.2 34.4) + (width 0.2) + (layer "B.Cu") + (net "SDA") + (uuid "4cc7aade-a3b7-4f08-873b-383cbbd4b5c3") + ) + (segment + (start 140.92 40) + (end 143.17 42.25) + (width 0.2) + (layer "B.Cu") + (net "SDA") + (uuid "6af3b0c8-1921-477b-a4fd-359977faa3ec") + ) + (segment + (start 127.8 40) + (end 139.6 40) + (width 0.2) + (layer "B.Cu") + (net "SDA") + (uuid "da44d979-6e8a-45ae-81a8-95a5d699a570") + ) + (segment + (start 139.6 40) + (end 140.92 40) + (width 0.2) + (layer "B.Cu") + (net "SDA") + (uuid "eab1cd06-b726-4663-a3f0-45ea0f093392") + ) + (segment + (start 138 32.65) + (end 138.9 33.55) + (width 0.2) + (layer "F.Cu") + (net "Net-(U3-IN+)") + (uuid "00c219be-432a-4cdd-a68e-1ad5021feb19") + ) + (segment + (start 138.9 33.55) + (end 138.9 34.475) + (width 0.2) + (layer "F.Cu") + (net "Net-(U3-IN+)") + (uuid "22d805c5-d2e6-4448-908d-7225382f7f1a") + ) + (segment + (start 137.75 33.35) + (end 138.25 33.85) + (width 0.2) + (layer "F.Cu") + (net "Net-(U3-IN-)") + (uuid "4e493a36-4179-4a3f-baaf-9d201bae20aa") + ) + (segment + (start 135 32.65) + (end 135.7 33.35) + (width 0.2) + (layer "F.Cu") + (net "Net-(U3-IN-)") + (uuid "797625c8-0633-4fea-9f59-cbc22ae25b9a") + ) + (segment + (start 138.25 33.85) + (end 138.25 34.475) + (width 0.2) + (layer "F.Cu") + (net "Net-(U3-IN-)") + (uuid "da13df77-855f-4c8b-9cb9-0173aea7510c") + ) + (segment + (start 135.7 33.35) + (end 137.75 33.35) + (width 0.2) + (layer "F.Cu") + (net "Net-(U3-IN-)") + (uuid "e34ce789-1c2a-447d-ada4-044bd053553d") + ) + (segment + (start 136.95 37.412499) + (end 138.937501 39.4) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "2c3e5868-be9b-4010-a895-04e13995d1bc") + ) + (segment + (start 141.8 39.4) + (end 141.8 41.08) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "2fe48f81-d5ce-454c-842e-53c531c48149") + ) + (segment + (start 110.725 37.5875) + (end 115.62862 37.5875) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "61c70e71-bf8b-4d8b-933d-ebfad7478b27") + ) + (segment + (start 136.95 36.75) + (end 136.95 37.412499) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "755021ef-22a7-4cf6-89fe-52ef29d9957b") + ) + (segment + (start 138.937501 39.4) + (end 141.8 39.4) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "9368426c-5fb2-4574-a598-70d5a10fd633") + ) + (segment + (start 116.20806 37.00806) + (end 115.62862 37.5875) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "bb4aac9c-cf61-4bcd-a315-dbfafa352e4f") + ) + (segment + (start 141.8 41.08) + (end 140.63 42.25) + (width 0.2) + (layer "F.Cu") + (net "SCL") + (uuid "ce7e96ea-536d-49c3-add7-a2504bd8b45d") + ) + (via + (at 116.20806 37.00806) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "SCL") + (uuid "650c6792-9cde-49e4-8dff-525e69e6378f") + ) + (segment + (start 127.300055 40.4) + (end 138.8 40.4) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "04b6d7ac-3c6b-4552-9aca-641447268d75") + ) + (segment + (start 117.60806 35.60806) + (end 116.20806 37.00806) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "14d94a47-b7be-45f6-904c-7cb0a02446eb") + ) + (segment + (start 120.79194 35.60806) + (end 120.8 35.6) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "3ea45ad1-5fe0-4528-a5db-9da29ce0e827") + ) + (segment + (start 120.8 35.6) + (end 122.500055 35.6) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "6b6b9980-f029-4a7a-b9d1-a4304df039f8") + ) + (segment + (start 138.8 40.42) + (end 138.8 40.4) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "85769b54-f3d1-4122-afa8-e532d1b7621c") + ) + (segment + (start 140.63 42.25) + (end 138.8 40.42) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "9183cd06-012f-4136-9784-d50bb71462f4") + ) + (segment + (start 122.500055 35.6) + (end 127.300055 40.4) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "c34a2238-9153-481c-a07b-20e4cb921680") + ) + (segment + (start 117.60806 35.60806) + (end 120.79194 35.60806) + (width 0.2) + (layer "B.Cu") + (net "SCL") + (uuid "e07085cb-e5e3-4a1c-ae57-1ac382843956") + ) + (segment + (start 105.425 33.264506) + (end 105.840494 33.68) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "37005fcd-8ffc-4849-8937-a6513b57cedf") + ) + (segment + (start 109.54759 33.68) + (end 109.95509 34.0875) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "4cf61b3e-fa06-4761-a5f4-f8eb7d8a2949") + ) + (segment + (start 104.569506 31.8) + (end 105.425 32.655494) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "5cc44367-80a8-494d-88a6-8740569802ee") + ) + (segment + (start 96.8 33.6) + (end 97.91 33.6) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "65b5679d-0f40-4560-bcbb-c27a773a16d9") + ) + (segment + (start 97.91 33.6) + (end 98.55 32.96) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "66e3b2d5-9eda-49b1-a286-743b5e058087") + ) + (segment + (start 99.71 31.8) + (end 104.569506 31.8) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "81253706-f4b5-40a8-aac3-0810a11cd04d") + ) + (segment + (start 109.95509 34.0875) + (end 110.725 34.0875) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "c1b44b14-0ad6-4086-aeab-0ec959c923e1") + ) + (segment + (start 98.55 32.96) + (end 99.71 31.8) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "c4aba36e-8bd2-443b-af76-f8eb511ed363") + ) + (segment + (start 105.425 32.655494) + (end 105.425 33.264506) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "e6781504-ad7c-4b65-952f-67a8ce95ea37") + ) + (segment + (start 105.840494 33.68) + (end 109.54759 33.68) + (width 0.2) + (layer "F.Cu") + (net "SPI_NSS") + (uuid "fbc4ef7b-8bfe-47dd-a6a9-d60e6ac86544") + ) + (segment + (start 105 33) + (end 105 35.4) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "28f50cb3-c5f0-433c-9ba5-d3dab0ff0fdc") + ) + (segment + (start 98.55 34.23) + (end 98.57 34.23) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "4375c17e-496b-40ad-92a1-f0dab1eb7fa9") + ) + (segment + (start 105 35.4) + (end 105.8 36.2) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "48c07904-e109-41b1-8443-936c2c66adb4") + ) + (segment + (start 104.2 32.2) + (end 105 33) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "5a60fb09-6e49-41a2-a2a7-82a539ce1ca1") + ) + (segment + (start 107.034314 36.2) + (end 108.146814 35.0875) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "5d998330-e2ee-4cc2-8564-17fd08e2a84b") + ) + (segment + (start 105.8 36.2) + (end 107.034314 36.2) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "61e720e3-1160-42a1-b2e1-c37836111b4b") + ) + (segment + (start 98.57 34.23) + (end 100.6 32.2) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "7a4dddf7-15aa-40fd-8ba6-46d37a316d98") + ) + (segment + (start 100.6 32.2) + (end 104.2 32.2) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "9ae99695-0697-4cb2-980b-f1409aed1b29") + ) + (segment + (start 108.146814 35.0875) + (end 110.725 35.0875) + (width 0.2) + (layer "F.Cu") + (net "SPI_MISO") + (uuid "f60a010a-6610-4447-8146-c3cc15afe992") + ) + (segment + (start 108.2125 35.5875) + (end 107.03 36.77) + (width 0.2) + (layer "F.Cu") + (net "SPI_MOSI") + (uuid "90de19b3-d196-41f5-b4d3-cbd159786f75") + ) + (segment + (start 106.05 36.77) + (end 107.03 36.77) + (width 0.2) + (layer "F.Cu") + (net "SPI_MOSI") + (uuid "d45d5de2-951f-4482-aea0-fa227391dd93") + ) + (segment + (start 110.725 35.5875) + (end 108.2125 35.5875) + (width 0.2) + (layer "F.Cu") + (net "SPI_MOSI") + (uuid "f2d19279-efb1-4462-bea6-4a8c00d03e70") + ) + (segment + (start 106.9625 34.5875) + (end 110.725 34.5875) + (width 0.2) + (layer "F.Cu") + (net "SPI_SCK") + (uuid "4408aba7-584e-4929-b4d3-4dce89d0555d") + ) + (segment + (start 106.05 35.5) + (end 106.9625 34.5875) + (width 0.2) + (layer "F.Cu") + (net "SPI_SCK") + (uuid "6ca3e706-d03d-407f-94aa-21b40166927c") + ) + (segment + (start 123.175 49.825) + (end 123 50) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-K)") + (uuid "3860de95-0d1a-4ff1-a51c-6b6e9e0f85a0") + ) + (segment + (start 123 48.175) + (end 123.175 48) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-K)") + (uuid "bce85292-3a9d-4674-ba50-24dcbe56ea4b") + ) + (segment + (start 123.175 48) + (end 123.175 49.825) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-K)") + (uuid "de19a0d2-d115-40aa-baa5-c6c8aa1408b2") + ) + (segment + (start 112.1375 40.5) + (end 112.1375 42.062497) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-A)") + (uuid "45b7ef2a-a65f-45e0-916c-ca9a5c0597a7") + ) + (segment + (start 121.125 51.875) + (end 121 52) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-A)") + (uuid "6ba5aeb8-3453-41cb-9407-62caf97f84e6") + ) + (segment + (start 112.1375 42.062497) + (end 111.949997 42.25) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-A)") + (uuid "9bf0d867-5bb8-4ab2-a116-99e857e961f4") + ) + (segment + (start 123 51.875) + (end 121.125 51.875) + (width 0.2) + (layer "F.Cu") + (net "Net-(D3-A)") + (uuid "d6b5f0ad-2e40-4f5b-80a2-1f22fc75c3f0") + ) + (via + (at 121 52) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D3-A)") + (uuid "27e7bb5d-8f33-426e-82e7-c93933cbcc18") + ) + (via + (at 111.949997 42.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D3-A)") + (uuid "2d648d4a-1fab-471b-b786-ce25a263ab47") + ) + (segment + (start 116.764708 52) + (end 121 52) + (width 0.2) + (layer "B.Cu") + (net "Net-(D3-A)") + (uuid "2eba2105-c657-4973-ae49-5a0797989351") + ) + (segment + (start 109.4875 43.0125) + (end 109.4875 44.722792) + (width 0.2) + (layer "B.Cu") + (net "Net-(D3-A)") + (uuid "a5138906-0065-4328-b87b-5ecf2dbf6d1c") + ) + (segment + (start 110.25 42.25) + (end 109.4875 43.0125) + (width 0.2) + (layer "B.Cu") + (net "Net-(D3-A)") + (uuid "c8526ced-8064-4b07-81b6-e8a754101861") + ) + (segment + (start 111.949997 42.25) + (end 110.25 42.25) + (width 0.2) + (layer "B.Cu") + (net "Net-(D3-A)") + (uuid "e3022929-8217-4c79-9619-5843d9570889") + ) + (segment + (start 109.4875 44.722792) + (end 116.764708 52) + (width 0.2) + (layer "B.Cu") + (net "Net-(D3-A)") + (uuid "f71ccac4-5b79-4401-b421-8d32e3b81339") + ) + (segment + (start 146.4 34.8) + (end 148.0375 34.8) + (width 0.2) + (layer "F.Cu") + (net "Net-(U4-IN)") + (uuid "09035ba0-ec57-4970-8cd7-caf282d5c261") + ) + (segment + (start 148.0375 34.8) + (end 148.2 34.6375) + (width 0.2) + (layer "F.Cu") + (net "Net-(U4-IN)") + (uuid "3f674fbf-ddd0-4c76-ad38-a1fe7375fdcb") + ) + (segment + (start 145.05 34.7) + (end 146.3 34.7) + (width 0.2) + (layer "F.Cu") + (net "Net-(U4-IN)") + (uuid "90164140-747a-4646-9e76-0ae1f87eb495") + ) + (segment + (start 146.3 34.7) + (end 146.4 34.8) + (width 0.2) + (layer "F.Cu") + (net "Net-(U4-IN)") + (uuid "e68ae0f0-03f3-4f81-a9b3-1cb2ee91e53c") + ) + (via + (at 146.4 34.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(U4-IN)") + (uuid "a2629089-bdfc-4748-8e4d-623b17cc5ea6") + ) + (segment + (start 130.25 29.85) + (end 132.85 29.85) + (width 0.2) + (layer "B.Cu") + (net "Net-(U4-IN)") + (uuid "43c748a2-81c9-4bf4-97c4-0905ec0403d7") + ) + (segment + (start 132.85 29.85) + (end 136.6 33.6) + (width 0.2) + (layer "B.Cu") + (net "Net-(U4-IN)") + (uuid "5faaeac0-c7a2-4571-97e2-663a6bdaea15") + ) + (segment + (start 136.6 33.6) + (end 145.2 33.6) + (width 0.2) + (layer "B.Cu") + (net "Net-(U4-IN)") + (uuid "9dbc3af8-5761-4681-9c1e-543f436710ed") + ) + (segment + (start 145.2 33.6) + (end 146.4 34.8) + (width 0.2) + (layer "B.Cu") + (net "Net-(U4-IN)") + (uuid "ef449208-a591-4f9d-ab2b-f36d911659e6") + ) + (segment + (start 140.425 50.0625) + (end 141 49.4875) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-K)") + (uuid "9fec04cf-7b43-4515-a860-181c8c2216d5") + ) + (segment + (start 141 49.4875) + (end 141 48) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-K)") + (uuid "c906b79c-2776-4540-b509-1fe83cd7920a") + ) + (segment + (start 113.6375 40.5) + (end 113.6375 41.335595) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-A)") + (uuid "29cb5391-fd39-4c73-a466-0bd876da00cc") + ) + (segment + (start 139.0625 51.9375) + (end 139 52) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-A)") + (uuid "8babc36b-beb2-40e2-bea4-5c9812186a1e") + ) + (segment + (start 113.6375 41.335595) + (end 114.851908 42.550003) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-A)") + (uuid "9a88854e-171a-4a0b-9c97-363121c611e1") + ) + (segment + (start 114.851908 42.550003) + (end 115 42.550003) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-A)") + (uuid "d68e7a8c-9a57-4348-a1e6-90798d45e82f") + ) + (segment + (start 140.425 51.9375) + (end 139.0625 51.9375) + (width 0.2) + (layer "F.Cu") + (net "Net-(D6-A)") + (uuid "dd6a5ee1-0063-4fc2-8687-e30b65bee4ff") + ) + (via + (at 115 42.550003) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D6-A)") + (uuid "223d9018-1787-4c3d-91b0-ef85d819cd15") + ) + (via + (at 139 52) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D6-A)") + (uuid "366f40f3-accf-4d83-85ba-46516648810c") + ) + (segment + (start 115 42.550003) + (end 115.2875 42.837503) + (width 0.2) + (layer "B.Cu") + (net "Net-(D6-A)") + (uuid "4a920a64-758f-48f9-9aca-2268c67cd8be") + ) + (segment + (start 115.2875 42.837503) + (end 115.2875 48.5375) + (width 0.2) + (layer "B.Cu") + (net "Net-(D6-A)") + (uuid "4ad01f21-bc98-4ddc-b20d-b55bb7619401") + ) + (segment + (start 117 50.25) + (end 137.25 50.25) + (width 0.2) + (layer "B.Cu") + (net "Net-(D6-A)") + (uuid "4d718b5d-ff69-4a0c-ac6f-9b317d2c124f") + ) + (segment + (start 137.25 50.25) + (end 139 52) + (width 0.2) + (layer "B.Cu") + (net "Net-(D6-A)") + (uuid "78c6002e-9137-4a33-9b03-a7952131f469") + ) + (segment + (start 115.2875 48.5375) + (end 117 50.25) + (width 0.2) + (layer "B.Cu") + (net "Net-(D6-A)") + (uuid "d08129d7-56e7-41c2-9260-848918fa30c8") + ) + (segment + (start 112.3875 48.425) + (end 112.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "Net-(J1-Pin_3)") + (uuid "44622f60-8064-4b27-b43c-3a1f8db9a68d") + ) + (segment + (start 147 48) + (end 147 49.825) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-K)") + (uuid "23966d4d-4722-48a3-95ce-2ffba60b3906") + ) + (segment + (start 147 49.825) + (end 146.825 50) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-K)") + (uuid "6b2e89fd-40e1-4f6a-a2d7-d6b5d08e8fe4") + ) + (segment + (start 145.125 51.875) + (end 145 52) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-A)") + (uuid "08b03c1a-f936-4af8-933d-c4125ddaf284") + ) + (segment + (start 146.825 51.875) + (end 145.125 51.875) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-A)") + (uuid "929eea1a-b715-4b61-bc50-ce76988bf564") + ) + (segment + (start 114.1375 40.5) + (end 114.1375 41.26991) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-A)") + (uuid "94110caa-1bb3-43d9-aba4-921366488524") + ) + (segment + (start 114.61759 41.75) + (end 115 41.75) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-A)") + (uuid "d5e5567c-990d-4c3a-8121-982886fb5c27") + ) + (segment + (start 114.1375 41.26991) + (end 114.61759 41.75) + (width 0.2) + (layer "F.Cu") + (net "Net-(D7-A)") + (uuid "dfb1122d-8048-4a10-81a9-a57c2be6e8fc") + ) + (via + (at 115 41.75) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D7-A)") + (uuid "d57ef474-c1ef-4f5f-862b-3ddf00b536e8") + ) + (via + (at 145 52) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D7-A)") + (uuid "e0ca1ba6-7b1f-402c-abe5-c740b16c94c0") + ) + (segment + (start 115.610292 41.75) + (end 117.2875 43.427208) + (width 0.2) + (layer "B.Cu") + (net "Net-(D7-A)") + (uuid "0af02ae7-f68f-4b95-a4e0-b1b638454804") + ) + (segment + (start 120.6 49.85) + (end 142.85 49.85) + (width 0.2) + (layer "B.Cu") + (net "Net-(D7-A)") + (uuid "9f8084d0-14bb-4dac-b95a-ad0bc05552bb") + ) + (segment + (start 142.85 49.85) + (end 145 52) + (width 0.2) + (layer "B.Cu") + (net "Net-(D7-A)") + (uuid "a274be24-6788-4f42-9136-dbda78df4bb9") + ) + (segment + (start 115 41.75) + (end 115.610292 41.75) + (width 0.2) + (layer "B.Cu") + (net "Net-(D7-A)") + (uuid "ce1c20ec-4024-47c7-ada7-032fb99d0654") + ) + (segment + (start 117.2875 43.427208) + (end 117.2875 46.5375) + (width 0.2) + (layer "B.Cu") + (net "Net-(D7-A)") + (uuid "cfa217c0-7976-48c0-a783-f8fb8699b402") + ) + (segment + (start 117.2875 46.5375) + (end 120.6 49.85) + (width 0.2) + (layer "B.Cu") + (net "Net-(D7-A)") + (uuid "d685c67b-491e-4904-bbc6-229d0ec326bc") + ) + (segment + (start 134.981194 50.081305) + (end 134.981194 48.193805) + (width 0.2) + (layer "F.Cu") + (net "Net-(D5-K)") + (uuid "a2838391-3c5e-4ff8-9026-32ec286d990d") + ) + (segment + (start 91.9 32.95) + (end 94.025 32.95) + (width 0.2) + (layer "F.Cu") + (net "/NRST") + (uuid "028837b8-dbf0-4975-9b5b-0d1c4e6cc257") + ) + (segment + (start 95.025 35.175) + (end 92.8 32.95) + (width 0.2) + (layer "F.Cu") + (net "/NRST") + (uuid "045f686d-2412-4276-bab3-9086384d2356") + ) + (segment + (start 95.025 35.4) + (end 95.025 35.175) + (width 0.2) + (layer "F.Cu") + (net "/NRST") + (uuid "0fc03ff3-4211-4d7d-a437-10019e8e7b9f") + ) + (segment + (start 94.025 32.95) + (end 95.175 31.8) + (width 0.2) + (layer "F.Cu") + (net "/NRST") + (uuid "5a6ba665-e7d8-4c92-b912-54cfec39ea09") + ) + (segment + (start 92.8 32.95) + (end 91.9 32.95) + (width 0.2) + (layer "F.Cu") + (net "/NRST") + (uuid "c328296a-c83e-4a89-9e65-2dd580c07a3f") + ) + (segment + (start 112.6375 40.5) + (end 112.6375 42.1375) + (width 0.2) + (layer "F.Cu") + (net "Net-(D4-A)") + (uuid "48df4814-cbaa-4936-80ab-567ec953d247") + ) + (segment + (start 129 51.875) + (end 127.125 51.875) + (width 0.2) + (layer "F.Cu") + (net "Net-(D4-A)") + (uuid "51557a73-a97b-449e-8d16-7a90ac3fbcda") + ) + (segment + (start 127.125 51.875) + (end 127 52) + (width 0.2) + (layer "F.Cu") + (net "Net-(D4-A)") + (uuid "71b30631-d37e-4b22-88f4-7eac66bd981c") + ) + (segment + (start 112.6375 42.1375) + (end 112.75 42.25) + (width 0.2) + (layer "F.Cu") + (net "Net-(D4-A)") + (uuid "9258499e-0030-41a8-9bcd-eaae12bf6be4") + ) + (via + (at 127 52) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D4-A)") + (uuid "787f4802-7168-4a8e-8fd1-6b2329eaa4ae") + ) + (via + (at 112.75 42.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D4-A)") + (uuid "c6f7f534-2088-433e-8b2b-3c1eb353eff5") + ) + (segment + (start 112.198526 42.85) + (end 112.064708 42.85) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "2088ecb4-ed02-48c5-9422-c6584b9da352") + ) + (segment + (start 112.75 42.298526) + (end 112.198526 42.85) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "324421e3-5ceb-42d4-945c-07ce08f77434") + ) + (segment + (start 116.75 51.25) + (end 126.25 51.25) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "61aee532-5e5a-4995-808e-72b607805e59") + ) + (segment + (start 112.75 42.25) + (end 112.75 42.298526) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "6c297f7f-df1c-4755-8517-8c8c0416c0d1") + ) + (segment + (start 111.2875 45.7875) + (end 116.75 51.25) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "85e848a8-4324-4839-a52c-891b75f7d474") + ) + (segment + (start 112.064708 42.85) + (end 111.2875 43.627208) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "a3a2a5ae-ed38-4403-a9b3-23af722aeff9") + ) + (segment + (start 111.2875 43.627208) + (end 111.2875 45.7875) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "d7c1e22b-eb7c-4e51-a261-14dc5d85bd74") + ) + (segment + (start 126.25 51.25) + (end 127 52) + (width 0.2) + (layer "B.Cu") + (net "Net-(D4-A)") + (uuid "edad7ff6-1b8d-4633-8bd5-ee3db64610e1") + ) + (segment + (start 113.1375 40.5) + (end 113.1375 41.684124) + (width 0.2) + (layer "F.Cu") + (net "Net-(D5-A)") + (uuid "1434e48e-fb2c-4fb1-b0a8-ed3aff8415fe") + ) + (segment + (start 134.981194 51.956305) + (end 133.043695 51.956305) + (width 0.2) + (layer "F.Cu") + (net "Net-(D5-A)") + (uuid "2ba660ab-cf49-4a22-8fcc-f5b086977753") + ) + (segment + (start 113.1375 41.684124) + (end 113.726688 42.273312) + (width 0.2) + (layer "F.Cu") + (net "Net-(D5-A)") + (uuid "fa4bea2d-ad5f-4165-9683-ba71ceabcdc6") + ) + (segment + (start 133.043695 51.956305) + (end 133 52) + (width 0.2) + (layer "F.Cu") + (net "Net-(D5-A)") + (uuid "fffbf5df-6a51-43a2-9150-2e120fd6e741") + ) + (via + (at 113.726688 42.273312) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D5-A)") + (uuid "4315d244-90b6-46b1-8b18-89a48cd5d2ba") + ) + (via + (at 133 52) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "Net-(D5-A)") + (uuid "e53d300f-c767-440e-be53-14182e16ff8d") + ) + (segment + (start 113.4875 47.421814) + (end 116.815686 50.75) + (width 0.2) + (layer "B.Cu") + (net "Net-(D5-A)") + (uuid "1e64b8bc-bb87-4fdc-995b-9724d3179f59") + ) + (segment + (start 131.75 50.75) + (end 133 52) + (width 0.2) + (layer "B.Cu") + (net "Net-(D5-A)") + (uuid "767e2800-77b4-4765-98d9-d16e80e90850") + ) + (segment + (start 113.726688 42.273312) + (end 113.4875 42.5125) + (width 0.2) + (layer "B.Cu") + (net "Net-(D5-A)") + (uuid "888a1f76-97eb-4a42-95a2-be47e4c2d799") + ) + (segment + (start 116.815686 50.75) + (end 131.75 50.75) + (width 0.2) + (layer "B.Cu") + (net "Net-(D5-A)") + (uuid "ab635106-a9e6-473f-b944-b3ebb27204cc") + ) + (segment + (start 113.4875 42.5125) + (end 113.4875 47.421814) + (width 0.2) + (layer "B.Cu") + (net "Net-(D5-A)") + (uuid "c1a23517-728f-4033-b4e4-d809be65be0f") + ) + (segment + (start 115.6375 40.5) + (end 115.6375 42.825) + (width 0.2) + (layer "F.Cu") + (net "USB_D-") + (uuid "1781e905-a43b-4fd6-90cb-5eaeba39fdb7") + ) + (segment + (start 114.3875 48.75) + (end 114.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "USB_D-") + (uuid "595891e4-f8f8-4944-a175-832751920b7c") + ) + (segment + (start 115.6375 42.825) + (end 114.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "USB_D-") + (uuid "d2aa893f-0302-4c94-9693-75c19fcffd4e") + ) + (segment + (start 116.1375 43.825) + (end 116.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "USB_D+") + (uuid "453ac698-4f3d-4d43-b0d3-22bbbf135d64") + ) + (segment + (start 116.1375 40.5) + (end 116.1375 43.825) + (width 0.2) + (layer "F.Cu") + (net "USB_D+") + (uuid "7bed683d-4b95-4954-903c-93e11340a794") + ) + (segment + (start 116.2875 44.175) + (end 116.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "USB_D+") + (uuid "9208fab8-71b5-42ab-a117-250654c72012") + ) + (segment + (start 116.2875 48.75) + (end 116.2875 44.175) + (width 0.2) + (layer "F.Cu") + (net "USB_D+") + (uuid "c3627263-b330-4691-a770-7a795655580d") + ) + (segment + (start 122.548474 38.348474) + (end 124.051526 38.348474) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "3ea8a5ae-f4c7-43de-8024-3953ace7ca5c") + ) + (segment + (start 126.4125 41.4125) + (end 126.4125 40.709448) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "788ecbb0-1ead-45cb-afe4-3b0fbdedbe14") + ) + (segment + (start 127 42) + (end 126.4125 41.4125) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "9450809b-ab5c-4222-8251-3a1761157786") + ) + (segment + (start 127.25 42) + (end 127 42) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "ab9ab9b2-c70b-4c5c-9819-2b41f7482668") + ) + (segment + (start 119.05 36.5875) + (end 120.7875 36.5875) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "ad4848a3-7ffe-4679-a886-b4661d1a1947") + ) + (segment + (start 129.25 40) + (end 129.25 38.75) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "b1f1eea4-3f58-4a00-9267-e3caee3b859c") + ) + (segment + (start 120.7875 36.5875) + (end 121 36.8) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "c4c18d3e-693c-4f64-8ae4-6eb68b88cee1") + ) + (segment + (start 127.25 42) + (end 129.25 40) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "d768ccf4-5461-4c64-b368-8d58f7be1682") + ) + (segment + (start 121 36.8) + (end 122.548474 38.348474) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "d8dd496c-b27c-4391-942b-7c8f9b924d06") + ) + (segment + (start 126.4125 40.709448) + (end 124.051526 38.348474) + (width 0.2) + (layer "F.Cu") + (net "S_SDA") + (uuid "d8f0ca07-a3b2-41d0-823b-03ca38ec9b9b") + ) + (via + (at 121 36.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "S_SDA") + (uuid "7c848753-8006-488a-9e95-ce7cf58ba71d") + ) + (segment + (start 123.2 37.8) + (end 123.201395 37.798605) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "0d3d6aa8-3683-4adb-89d6-032b13e19afe") + ) + (segment + (start 127.1 44.5) + (end 126.6 44) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "2bb0f141-9f9e-45cf-8d33-03d4f6d1d739") + ) + (segment + (start 123.2 37.8) + (end 123.748474 37.8) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "31a3ad1d-b951-462e-92a5-08df8abfbdf4") + ) + (segment + (start 127.5 43.7) + (end 131.25 39.95) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "44566e98-6f86-4ef1-acff-fc0d5adac755") + ) + (segment + (start 121.4875 36.0875) + (end 123.2 37.8) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "860b9aa1-5548-4ada-9619-8f05b523012b") + ) + (segment + (start 127.5 44.5) + (end 127.1 44.5) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "ccfad20d-24d9-4de8-95c5-c89c14aacc44") + ) + (segment + (start 123.748474 37.8) + (end 123.8 37.748474) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "dacc1902-87d5-445f-be89-28cdd7e6ed28") + ) + (segment + (start 131.25 39.95) + (end 131.25 38.75) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "de8057ff-468d-4f3c-bcfc-1fd457ad5b8d") + ) + (segment + (start 119.05 36.0875) + (end 121.4875 36.0875) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "e081ddde-7a7e-4f40-a9b8-556d059bf8d0") + ) + (segment + (start 127.5 44.5) + (end 127.5 43.7) + (width 0.2) + (layer "F.Cu") + (net "S_SCL") + (uuid "e42fe366-7547-4a8e-85fc-bfadacd95a0d") + ) + (via + (at 123.8 37.748474) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "S_SCL") + (uuid "a84beec9-e478-490d-8d72-cf07a19e7560") + ) + (via + (at 126.6 44) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "S_SCL") + (uuid "bef74947-7f5d-4833-ae0e-5cc1c906ffd0") + ) + (segment + (start 126.6 44) + (end 126.6 40.548474) + (width 0.2) + (layer "B.Cu") + (net "S_SCL") + (uuid "1f279413-34db-4f65-adea-4cace8c4e7fb") + ) + (segment + (start 126.6 40.548474) + (end 123.8 37.748474) + (width 0.2) + (layer "B.Cu") + (net "S_SCL") + (uuid "7ebaabe8-f0d9-4782-9394-28be06bd1ef8") + ) + (segment + (start 100.2 39.6) + (end 106.6 39.6) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "24544725-c082-420a-89f7-8ea99cbb24ef") + ) + (segment + (start 97.8 37.2) + (end 100.2 39.6) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "25e8359c-4e2f-4f68-b29c-e2a061fb6864") + ) + (segment + (start 78.775 33) + (end 80.175 31.6) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "6d40c449-4ca4-4c27-8e86-43dce3871e9b") + ) + (segment + (start 77.8 33) + (end 78.775 33) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "717fb142-15c6-4813-9fd9-7b8be8655a2c") + ) + (segment + (start 114.28009 35.5875) + (end 119.05 35.5875) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "73e42936-be20-495c-94b0-8516fa1e9340") + ) + (segment + (start 80.175 31.6) + (end 85.775 37.2) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "9a23574b-5a5c-4e00-8cfb-da572fc319da") + ) + (segment + (start 111.09259 32.4) + (end 114.28009 35.5875) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "cadbee99-c2e3-4433-aff8-318234a1d9e8") + ) + (segment + (start 85.775 37.2) + (end 97.8 37.2) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "d223fc14-0e1b-495c-9eb5-7d5154b90cde") + ) + (segment + (start 108.8 32.4) + (end 111.09259 32.4) + (width 0.2) + (layer "F.Cu") + (net "/BOOT") + (uuid "f33d8098-b516-4adf-8de8-becb8a915dce") + ) + (via + (at 108.8 32.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "/BOOT") + (uuid "51c0f128-33f4-4c1d-820b-f7c3a3ced6ec") + ) + (via + (at 106.6 39.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net "/BOOT") + (uuid "ecd2174e-5ea2-49ea-b1d7-931c2b699598") + ) + (segment + (start 106.6 39.6) + (end 108.8 37.4) + (width 0.2) + (layer "B.Cu") + (net "/BOOT") + (uuid "4222a415-c814-4197-82c5-17243b2eb963") + ) + (segment + (start 108.8 37.4) + (end 108.8 32.4) + (width 0.2) + (layer "B.Cu") + (net "/BOOT") + (uuid "48917c47-73b8-4123-8473-a84ef51d088b") + ) + (segment + (start 129.35 49.65) + (end 129 50) + (width 0.2) + (layer "F.Cu") + (net "Net-(D4-K)") + (uuid "2e84858d-c7d5-4e6b-8603-b5520e3d31c7") + ) + (segment + (start 129.35 48) + (end 129.35 49.65) + (width 0.2) + (layer "F.Cu") + (net "Net-(D4-K)") + (uuid "7104b25a-ea95-4a62-a4b8-31ea1f3a6ad5") + ) + (segment + (start 109.6125 49.3) + (end 109.6125 44.85) + (width 0.2) + (layer "F.Cu") + (net "Net-(J1-Pin_2)") + (uuid "79d39588-36ca-4dd6-90ae-b2f97405a5ef") + ) + (segment + (start 109.6125 44.85) + (end 110.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "Net-(J1-Pin_2)") + (uuid "8d2b2706-d988-4217-9700-381c89d2705e") + ) + (segment + (start 110.3875 50.075) + (end 109.6125 49.3) + (width 0.2) + (layer "F.Cu") + (net "Net-(J1-Pin_2)") + (uuid "a2c9a260-7e04-447d-928c-d551ae720078") + ) + (segment + (start 114.728052 51.9875) + (end 111.112352 51.9875) + (width 0.2) + (layer "F.Cu") + (net "USB_BUS") + (uuid "16e51527-95b4-4d8b-b1e0-a415dfd1c55f") + ) + (segment + (start 115.3375 51.025) + (end 115.3375 51.378052) + (width 0.2) + (layer "F.Cu") + (net "USB_BUS") + (uuid "6b7f8c47-bb4e-43ac-9d1b-83d23e44b270") + ) + (segment + (start 108.3875 49.262648) + (end 108.3875 44.075) + (width 0.2) + (layer "F.Cu") + (net "USB_BUS") + (uuid "80a859b0-1be6-4593-a3a5-26d62e8f5e70") + ) + (segment + (start 111.112352 51.9875) + (end 108.3875 49.262648) + (width 0.2) + (layer "F.Cu") + (net "USB_BUS") + (uuid "c309458d-c287-4599-b4c1-b55d6aa37c02") + ) + (segment + (start 115.3375 51.378052) + (end 114.728052 51.9875) + (width 0.2) + (layer "F.Cu") + (net "USB_BUS") + (uuid "fdec854a-1cdf-45ea-b3e5-62ff297e60b9") + ) + (zone + (net "GND") + (layers "F.Cu" "B.Cu") + (uuid "3db3d2ea-322d-420e-9253-d43163883977") + (hatch edge 0.5) + (connect_pads + (clearance 0.5) + ) + (min_thickness 0.25) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 0) + ) + (polygon + (pts + (xy 46.25 19.5) (xy 169.25 20.25) (xy 156.25 66.5) (xy 95.25 63.75) (xy 45.75 34.25) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 124.160983 39.307613) (xy 124.167462 39.313645) (xy 124.892136 40.038319) (xy 124.925621 40.099642) + (xy 124.920637 40.169334) (xy 124.878765 40.225267) (xy 124.813301 40.249684) (xy 124.804455 40.25) + (xy 124.72185 40.25) (xy 124.68501 40.252899) (xy 124.685004 40.2529) (xy 124.527306 40.298716) + (xy 124.527303 40.298717) (xy 124.385947 40.382314) (xy 124.385938 40.382321) (xy 124.269821 40.498438) + (xy 124.269814 40.498447) (xy 124.189736 40.633853) (xy 124.150302 40.8) (xy 125.251 40.8) (xy 125.318039 40.819685) + (xy 125.363794 40.872489) (xy 125.375 40.924) (xy 125.375 41.05) (xy 125.501 41.05) (xy 125.568039 41.069685) + (xy 125.613794 41.122489) (xy 125.625 41.174) (xy 125.625 41.85) (xy 125.888 41.85) (xy 125.955039 41.869685) + (xy 126.000794 41.922489) (xy 126.012 41.974) (xy 126.012 42.0255) (xy 125.992315 42.092539) (xy 125.939511 42.138294) + (xy 125.888 42.1495) (xy 124.721798 42.1495) (xy 124.684932 42.152401) (xy 124.684926 42.152402) + (xy 124.527106 42.198254) (xy 124.527103 42.198255) (xy 124.385637 42.281917) (xy 124.385629 42.281923) + (xy 124.269423 42.398129) (xy 124.269417 42.398137) (xy 124.185755 42.539603) (xy 124.185754 42.539606) + (xy 124.139902 42.697426) (xy 124.139901 42.697432) (xy 124.137 42.734298) (xy 124.137 43.165701) + (xy 124.139901 43.202567) (xy 124.139902 43.202573) (xy 124.185754 43.360393) (xy 124.185755 43.360396) + (xy 124.269417 43.501862) (xy 124.269423 43.50187) (xy 124.385629 43.618076) (xy 124.385633 43.618079) + (xy 124.385635 43.618081) (xy 124.527102 43.701744) (xy 124.684931 43.747598) (xy 124.684932 43.747598) + (xy 124.690408 43.749189) (xy 124.749293 43.786795) (xy 124.772912 43.827475) (xy 124.774499 43.83203) + (xy 124.774499 43.832109) (xy 124.815423 43.984837) (xy 124.840584 44.028416) (xy 124.84644 44.03856) + (xy 124.846441 44.038561) (xy 124.894479 44.121766) (xy 124.894481 44.121769) (xy 125.013349 44.240637) + (xy 125.013355 44.240642) (xy 126.237087 45.464374) (xy 126.237097 45.464385) (xy 126.241427 45.468715) + (xy 126.241428 45.468716) (xy 126.353232 45.58052) (xy 126.440043 45.630639) (xy 126.440045 45.630641) + (xy 126.478099 45.652611) (xy 126.490163 45.659577) (xy 126.642891 45.7005) (xy 128.046719 45.7005) + (xy 128.113758 45.720185) (xy 128.159513 45.772989) (xy 128.165795 45.789905) (xy 128.186215 45.860193) + (xy 128.186217 45.860196) (xy 128.269814 46.001552) (xy 128.269821 46.001561) (xy 128.385938 46.117678) + (xy 128.385947 46.117685) (xy 128.527303 46.201282) (xy 128.527306 46.201283) (xy 128.685004 46.247099) + (xy 128.68501 46.2471) (xy 128.72185 46.249999) (xy 128.721866 46.25) (xy 129.125 46.25) (xy 129.625 46.25) + (xy 130.028134 46.25) (xy 130.028149 46.249999) (xy 130.064989 46.2471) (xy 130.064995 46.247099) + (xy 130.222693 46.201283) (xy 130.222696 46.201282) (xy 130.364052 46.117685) (xy 130.364061 46.117678) + (xy 130.480178 46.001561) (xy 130.480185 46.001552) (xy 130.563781 45.860198) (xy 130.6096 45.702486) + (xy 130.609795 45.700001) (xy 130.609795 45.7) (xy 129.625 45.7) (xy 129.625 46.25) (xy 129.125 46.25) + (xy 129.125 45.574) (xy 129.144685 45.506961) (xy 129.197489 45.461206) (xy 129.249 45.45) (xy 129.375 45.45) + (xy 129.375 45.324) (xy 129.394685 45.256961) (xy 129.447489 45.211206) (xy 129.499 45.2) (xy 130.609795 45.2) + (xy 130.609795 45.199998) (xy 130.6096 45.197513) (xy 130.563781 45.039801) (xy 130.480185 44.898447) + (xy 130.480178 44.898438) (xy 130.364061 44.782321) (xy 130.364052 44.782314) (xy 130.222696 44.698717) + (xy 130.222693 44.698716) (xy 130.064995 44.6529) (xy 130.064989 44.652899) (xy 130.028149 44.65) + (xy 129.87665 44.65) (xy 129.809611 44.630315) (xy 129.763856 44.577511) (xy 129.753912 44.508353) + (xy 129.782937 44.444797) (xy 129.788969 44.438319) (xy 129.840469 44.386819) (xy 129.901792 44.353334) + (xy 129.92815 44.3505) (xy 130.028186 44.3505) (xy 130.028194 44.3505) (xy 130.065069 44.347598) + (xy 130.065071 44.347597) (xy 130.065073 44.347597) (xy 130.210233 44.305424) (xy 130.244828 44.3005) + (xy 144.48392 44.3005) (xy 144.581462 44.281096) (xy 144.628913 44.271658) (xy 144.765495 44.215084) + (xy 144.817225 44.180519) (xy 144.888416 44.132952) (xy 145.401194 43.620171) (xy 145.462513 43.586689) + (xy 145.508265 43.585382) (xy 145.603713 43.6005) (xy 145.603715 43.6005) (xy 145.816286 43.6005) + (xy 145.816287 43.6005) (xy 146.026243 43.567246) (xy 146.228412 43.501557) (xy 146.417816 43.405051) + (xy 146.577242 43.289222) (xy 146.589784 43.28011) (xy 146.589784 43.280109) (xy 146.589792 43.280104) + (xy 146.703717 43.166178) (xy 146.765036 43.132696) (xy 146.834728 43.13768) (xy 146.890662 43.179551) + (xy 146.907577 43.210528) (xy 146.956646 43.342088) (xy 146.956649 43.342093) (xy 147.042809 43.457187) + (xy 147.042812 43.45719) (xy 147.157906 43.54335) (xy 147.157913 43.543354) (xy 147.29262 43.593596) + (xy 147.292627 43.593598) (xy 147.352155 43.599999) (xy 147.352172 43.6) (xy 148 43.6) (xy 148 42.683012) + (xy 148.057007 42.715925) (xy 148.184174 42.75) (xy 148.315826 42.75) (xy 148.442993 42.715925) + (xy 148.5 42.683012) (xy 148.5 43.6) (xy 149.147828 43.6) (xy 149.147844 43.599999) (xy 149.207372 43.593598) + (xy 149.207379 43.593596) (xy 149.332167 43.547054) (xy 149.401858 43.54207) (xy 149.463182 43.575555) + (xy 149.496666 43.636878) (xy 149.4995 43.663236) (xy 149.4995 47.085188) (xy 149.479815 47.152227) + (xy 149.427011 47.197982) (xy 149.357853 47.207926) (xy 149.294297 47.178901) (xy 149.287819 47.172869) + (xy 149.284877 47.169927) (xy 149.139395 47.08198) (xy 149.139396 47.08198) (xy 148.977105 47.031409) + (xy 148.977106 47.031409) (xy 148.906572 47.025) (xy 148.9 47.025) (xy 148.9 48.974999) (xy 148.906581 48.974999) + (xy 148.977102 48.968591) (xy 148.977107 48.96859) (xy 149.139396 48.918018) (xy 149.284877 48.830072) + (xy 149.284878 48.830071) (xy 149.287819 48.827131) (xy 149.290502 48.825665) (xy 149.290783 48.825446) + (xy 149.290819 48.825492) (xy 149.349142 48.793646) (xy 149.418834 48.79863) (xy 149.474767 48.840502) + (xy 149.499184 48.905966) (xy 149.4995 48.914812) (xy 149.4995 52.5755) (xy 149.479815 52.642539) + (xy 149.427011 52.688294) (xy 149.3755 52.6995) (xy 148.019653 52.6995) (xy 147.952614 52.679815) + (xy 147.906859 52.627011) (xy 147.896915 52.557853) (xy 147.914115 52.510403) (xy 147.960357 52.435433) + (xy 147.960356 52.435433) (xy 147.960362 52.435425) (xy 148.015087 52.270275) (xy 148.0255 52.168348) + (xy 148.0255 51.581652) (xy 148.015087 51.479725) (xy 147.960362 51.314575) (xy 147.960358 51.314569) + (xy 147.960357 51.314566) (xy 147.869028 51.1665) (xy 147.869025 51.166496) (xy 147.746004 51.043475) + (xy 147.746003 51.043474) (xy 147.745301 51.043041) (xy 147.744921 51.042618) (xy 147.740336 51.038993) + (xy 147.740955 51.038209) (xy 147.698575 50.991098) (xy 147.687349 50.922136) (xy 147.715188 50.858052) + (xy 147.740455 50.836157) (xy 147.740336 50.836007) (xy 147.743687 50.833356) (xy 147.745299 50.831959) + (xy 147.746003 50.831526) (xy 147.869026 50.708503) (xy 147.960362 50.560425) (xy 148.015087 50.395275) + (xy 148.0255 50.293348) (xy 148.0255 49.706652) (xy 148.015087 49.604725) (xy 147.960362 49.439575) + (xy 147.960358 49.439569) (xy 147.960357 49.439566) (xy 147.869028 49.2915) (xy 147.869025 49.291496) + (xy 147.746002 49.168473) (xy 147.659402 49.115057) (xy 147.612678 49.063109) (xy 147.6005 49.009519) + (xy 147.6005 48.916519) (xy 147.620185 48.84948) (xy 147.636813 48.828843) (xy 147.737675 48.727981) + (xy 147.798994 48.694499) (xy 147.868686 48.699483) (xy 147.913034 48.727984) (xy 148.015122 48.830072) + (xy 148.160604 48.918019) (xy 148.160603 48.918019) (xy 148.322894 48.96859) (xy 148.322893 48.96859) + (xy 148.393408 48.974998) (xy 148.393426 48.974999) (xy 148.399999 48.974998) (xy 148.4 48.974998) + (xy 148.4 47.025) (xy 148.399999 47.024999) (xy 148.393436 47.025) (xy 148.393417 47.025001) (xy 148.322897 47.031408) + (xy 148.322892 47.031409) (xy 148.160603 47.081981) (xy 148.015122 47.169927) (xy 148.015121 47.169928) + (xy 147.913035 47.272015) (xy 147.851712 47.3055) (xy 147.78202 47.300516) (xy 147.737673 47.272015) + (xy 147.635188 47.16953) (xy 147.489606 47.081522) (xy 147.389133 47.050214) (xy 147.327196 47.030914) + (xy 147.327194 47.030913) (xy 147.327192 47.030913) (xy 147.277778 47.026423) (xy 147.256616 47.0245) + (xy 146.743384 47.0245) (xy 146.724145 47.026248) (xy 146.672807 47.030913) (xy 146.510393 47.081522) + (xy 146.364811 47.16953) (xy 146.24453 47.289811) (xy 146.156522 47.435393) (xy 146.105913 47.597807) + (xy 146.0995 47.668386) (xy 146.0995 48.331613) (xy 146.105913 48.402192) (xy 146.105913 48.402194) + (xy 146.105914 48.402196) (xy 146.156522 48.564606) (xy 146.244528 48.710185) (xy 146.340766 48.806423) + (xy 146.37425 48.867744) (xy 146.369266 48.937436) (xy 146.327395 48.99337) (xy 146.265689 49.017461) + (xy 146.217223 49.022413) (xy 146.052077 49.077137) (xy 146.052066 49.077142) (xy 145.904 49.168471) + (xy 145.903996 49.168474) (xy 145.780974 49.291496) (xy 145.780971 49.2915) (xy 145.689642 49.439566) + (xy 145.689637 49.439577) (xy 145.634913 49.604723) (xy 145.6245 49.706644) (xy 145.6245 50.293355) + (xy 145.634913 50.395276) (xy 145.689637 50.560422) (xy 145.689642 50.560433) (xy 145.780971 50.708499) + (xy 145.780974 50.708503) (xy 145.903996 50.831525) (xy 145.904 50.831528) (xy 145.904703 50.831962) + (xy 145.905083 50.832385) (xy 145.909664 50.836007) (xy 145.909045 50.836789) (xy 145.951428 50.88391) + (xy 145.962649 50.952872) (xy 145.934806 51.016954) (xy 145.909544 51.038842) (xy 145.909664 51.038993) + (xy 145.906315 51.04164) (xy 145.904703 51.043038) (xy 145.904 51.043471) (xy 145.903996 51.043474) + (xy 145.780974 51.166496) (xy 145.780971 51.1665) (xy 145.750688 51.215597) (xy 145.69874 51.262322) + (xy 145.64515 51.2745) (xy 145.36496 51.2745) (xy 145.317508 51.265061) (xy 145.233501 51.230264) + (xy 145.233489 51.230261) (xy 145.078845 51.1995) (xy 145.078842 51.1995) (xy 144.921158 51.1995) + (xy 144.921155 51.1995) (xy 144.76651 51.230261) (xy 144.766498 51.230264) (xy 144.620827 51.290602) + (xy 144.620814 51.290609) (xy 144.489711 51.37821) (xy 144.489707 51.378213) (xy 144.378213 51.489707) + (xy 144.37821 51.489711) (xy 144.290609 51.620814) (xy 144.290602 51.620827) (xy 144.230264 51.766498) + (xy 144.230261 51.76651) (xy 144.1995 51.921153) (xy 144.1995 52.078846) (xy 144.230261 52.233489) + (xy 144.230264 52.233501) (xy 144.290602 52.379172) (xy 144.290609 52.379185) (xy 144.375752 52.506609) + (xy 144.39663 52.573286) (xy 144.378146 52.640666) (xy 144.326167 52.687357) (xy 144.27265 52.6995) + (xy 141.658204 52.6995) (xy 141.591165 52.679815) (xy 141.54541 52.627011) (xy 141.535466 52.557853) + (xy 141.552665 52.510403) (xy 141.560362 52.497925) (xy 141.615087 52.332775) (xy 141.6255 52.230848) + (xy 141.6255 51.644152) (xy 141.615087 51.542225) (xy 141.560362 51.377075) (xy 141.560358 51.377069) + (xy 141.560357 51.377066) (xy 141.469028 51.229) (xy 141.469025 51.228996) (xy 141.346004 51.105975) + (xy 141.346003 51.105974) (xy 141.345301 51.105541) (xy 141.344921 51.105118) (xy 141.340336 51.101493) + (xy 141.340955 51.100709) (xy 141.298575 51.053598) (xy 141.287349 50.984636) (xy 141.315188 50.920552) + (xy 141.340455 50.898657) (xy 141.340336 50.898507) (xy 141.343687 50.895856) (xy 141.345299 50.894459) + (xy 141.346003 50.894026) (xy 141.469026 50.771003) (xy 141.560362 50.622925) (xy 141.615087 50.457775) + (xy 141.6255 50.355848) (xy 141.6255 49.769152) (xy 141.615087 49.667225) (xy 141.603785 49.633117) + (xy 141.597506 49.592184) (xy 141.597744 49.576842) (xy 141.600501 49.566557) (xy 141.600501 49.408442) + (xy 141.6005 49.408438) (xy 141.6005 48.916519) (xy 141.620185 48.84948) (xy 141.636813 48.828843) + (xy 141.737675 48.727981) (xy 141.798994 48.694499) (xy 141.868686 48.699483) (xy 141.913034 48.727984) + (xy 142.015122 48.830072) (xy 142.160604 48.918019) (xy 142.160603 48.918019) (xy 142.322894 48.96859) + (xy 142.322893 48.96859) (xy 142.393408 48.974998) (xy 142.393426 48.974999) (xy 142.9 48.974999) + (xy 142.906581 48.974999) (xy 142.977102 48.968591) (xy 142.977107 48.96859) (xy 143.139396 48.918018) + (xy 143.284877 48.830072) (xy 143.405072 48.709877) (xy 143.493019 48.564395) (xy 143.54359 48.402106) + (xy 143.55 48.331572) (xy 143.55 48.25) (xy 142.9 48.25) (xy 142.9 48.974999) (xy 142.393426 48.974999) + (xy 142.399999 48.974998) (xy 142.4 48.974998) (xy 142.4 47.75) (xy 142.9 47.75) (xy 143.549999 47.75) + (xy 143.549999 47.668417) (xy 143.543591 47.597897) (xy 143.54359 47.597892) (xy 143.493018 47.435603) + (xy 143.405072 47.290122) (xy 143.284877 47.169927) (xy 143.139395 47.08198) (xy 143.139396 47.08198) + (xy 142.977105 47.031409) (xy 142.977106 47.031409) (xy 142.906572 47.025) (xy 142.9 47.025) (xy 142.9 47.75) + (xy 142.4 47.75) (xy 142.4 47.025) (xy 142.399999 47.024999) (xy 142.393436 47.025) (xy 142.393417 47.025001) + (xy 142.322897 47.031408) (xy 142.322892 47.031409) (xy 142.160603 47.081981) (xy 142.015122 47.169927) + (xy 142.015121 47.169928) (xy 141.913035 47.272015) (xy 141.851712 47.3055) (xy 141.78202 47.300516) + (xy 141.737673 47.272015) (xy 141.635188 47.16953) (xy 141.489606 47.081522) (xy 141.389133 47.050214) + (xy 141.327196 47.030914) (xy 141.327194 47.030913) (xy 141.327192 47.030913) (xy 141.277778 47.026423) + (xy 141.256616 47.0245) (xy 140.743384 47.0245) (xy 140.724145 47.026248) (xy 140.672807 47.030913) + (xy 140.510393 47.081522) (xy 140.364811 47.16953) (xy 140.24453 47.289811) (xy 140.156522 47.435393) + (xy 140.105913 47.597807) (xy 140.0995 47.668386) (xy 140.0995 48.331613) (xy 140.105913 48.402192) + (xy 140.105913 48.402194) (xy 140.105914 48.402196) (xy 140.156522 48.564606) (xy 140.244528 48.710185) + (xy 140.363182 48.828839) (xy 140.396666 48.89016) (xy 140.3995 48.916519) (xy 140.3995 48.9505) + (xy 140.379815 49.017539) (xy 140.327011 49.063294) (xy 140.2755 49.0745) (xy 139.919144 49.0745) + (xy 139.817223 49.084913) (xy 139.652077 49.139637) (xy 139.652066 49.139642) (xy 139.504 49.230971) + (xy 139.503996 49.230974) (xy 139.380974 49.353996) (xy 139.380971 49.354) (xy 139.289642 49.502066) + (xy 139.289637 49.502077) (xy 139.234913 49.667223) (xy 139.2245 49.769144) (xy 139.2245 50.355855) + (xy 139.234913 50.457776) (xy 139.289637 50.622922) (xy 139.289642 50.622933) (xy 139.380971 50.770999) + (xy 139.380974 50.771003) (xy 139.503996 50.894025) (xy 139.504 50.894028) (xy 139.504703 50.894462) + (xy 139.505083 50.894885) (xy 139.509664 50.898507) (xy 139.509045 50.899289) (xy 139.551428 50.94641) + (xy 139.562649 51.015372) (xy 139.534806 51.079454) (xy 139.525576 51.089359) (xy 139.516004 51.098567) + (xy 139.503997 51.105974) (xy 139.39468 51.21529) (xy 139.393758 51.216178) (xy 139.363789 51.231798) + (xy 139.334145 51.247985) (xy 139.332904 51.247896) (xy 139.3318 51.248472) (xy 139.298122 51.245408) + (xy 139.264453 51.243) (xy 139.262289 51.242148) (xy 139.262217 51.242142) (xy 139.26216 51.242097) + (xy 139.260336 51.24138) (xy 139.233498 51.230263) (xy 139.233488 51.23026) (xy 139.078845 51.1995) + (xy 139.078842 51.1995) (xy 138.921158 51.1995) (xy 138.921155 51.1995) (xy 138.76651 51.230261) + (xy 138.766498 51.230264) (xy 138.620827 51.290602) (xy 138.620814 51.290609) (xy 138.489711 51.37821) + (xy 138.489707 51.378213) (xy 138.378213 51.489707) (xy 138.37821 51.489711) (xy 138.290609 51.620814) + (xy 138.290602 51.620827) (xy 138.230264 51.766498) (xy 138.230261 51.76651) (xy 138.1995 51.921153) + (xy 138.1995 52.078846) (xy 138.230261 52.233489) (xy 138.230264 52.233501) (xy 138.290602 52.379172) + (xy 138.290609 52.379185) (xy 138.375752 52.506609) (xy 138.39663 52.573286) (xy 138.378146 52.640666) + (xy 138.326167 52.687357) (xy 138.27265 52.6995) (xy 136.22597 52.6995) (xy 136.158931 52.679815) + (xy 136.113176 52.627011) (xy 136.103232 52.557853) (xy 136.113586 52.523099) (xy 136.116551 52.516736) + (xy 136.116556 52.51673) (xy 136.171281 52.35158) (xy 136.181694 52.249653) (xy 136.181694 51.662957) + (xy 136.171281 51.56103) (xy 136.116556 51.39588) (xy 136.116552 51.395874) (xy 136.116551 51.395871) + (xy 136.025222 51.247805) (xy 136.025219 51.247801) (xy 135.902198 51.12478) (xy 135.902197 51.124779) + (xy 135.901495 51.124346) (xy 135.901115 51.123923) (xy 135.89653 51.120298) (xy 135.897149 51.119514) + (xy 135.854769 51.072403) (xy 135.843543 51.003441) (xy 135.871382 50.939357) (xy 135.896649 50.917462) + (xy 135.89653 50.917312) (xy 135.899881 50.914661) (xy 135.901493 50.913264) (xy 135.902197 50.912831) + (xy 136.02522 50.789808) (xy 136.116556 50.64173) (xy 136.171281 50.47658) (xy 136.181694 50.374653) + (xy 136.181694 49.787957) (xy 136.171281 49.68603) (xy 136.116556 49.52088) (xy 136.116552 49.520874) + (xy 136.116551 49.520871) (xy 136.025222 49.372805) (xy 136.025219 49.372801) (xy 135.902197 49.249779) + (xy 135.902193 49.249776) (xy 135.754127 49.158447) (xy 135.754121 49.158444) (xy 135.754119 49.158443) + (xy 135.703237 49.141582) (xy 135.645793 49.10181) (xy 135.61897 49.037294) (xy 135.631285 48.968518) + (xy 135.67809 48.917762) (xy 135.791379 48.849277) (xy 135.893867 48.746788) (xy 135.955188 48.713304) + (xy 136.024879 48.718288) (xy 136.069228 48.746789) (xy 136.171316 48.848877) (xy 136.316798 48.936824) + (xy 136.316797 48.936824) (xy 136.479088 48.987395) (xy 136.479087 48.987395) (xy 136.549602 48.993803) + (xy 136.54962 48.993804) (xy 137.056194 48.993804) (xy 137.062775 48.993804) (xy 137.133296 48.987396) + (xy 137.133301 48.987395) (xy 137.29559 48.936823) (xy 137.441071 48.848877) (xy 137.561266 48.728682) + (xy 137.649213 48.5832) (xy 137.699784 48.420911) (xy 137.706194 48.350377) (xy 137.706194 48.268805) + (xy 137.056194 48.268805) (xy 137.056194 48.993804) (xy 136.54962 48.993804) (xy 136.556193 48.993803) + (xy 136.556194 48.993803) (xy 136.556194 47.768805) (xy 137.056194 47.768805) (xy 137.706193 47.768805) + (xy 137.706193 47.687222) (xy 137.699785 47.616702) (xy 137.699784 47.616697) (xy 137.649212 47.454408) + (xy 137.561266 47.308927) (xy 137.441071 47.188732) (xy 137.295589 47.100785) (xy 137.29559 47.100785) + (xy 137.133299 47.050214) (xy 137.1333 47.050214) (xy 137.062766 47.043805) (xy 137.056194 47.043805) + (xy 137.056194 47.768805) (xy 136.556194 47.768805) (xy 136.556194 47.043805) (xy 136.556193 47.043804) + (xy 136.54963 47.043805) (xy 136.549611 47.043806) (xy 136.479091 47.050213) (xy 136.479086 47.050214) + (xy 136.316797 47.100786) (xy 136.171316 47.188732) (xy 136.171315 47.188733) (xy 136.069229 47.29082) + (xy 136.007906 47.324305) (xy 135.938214 47.319321) (xy 135.893867 47.29082) (xy 135.791382 47.188335) + (xy 135.775776 47.178901) (xy 135.6458 47.100327) (xy 135.48339 47.049719) (xy 135.483388 47.049718) + (xy 135.483386 47.049718) (xy 135.433972 47.045228) (xy 135.41281 47.043305) (xy 134.899578 47.043305) + (xy 134.880339 47.045053) (xy 134.829001 47.049718) (xy 134.666587 47.100327) (xy 134.521005 47.188335) + (xy 134.400724 47.308616) (xy 134.312716 47.454198) (xy 134.262107 47.616612) (xy 134.255694 47.687191) + (xy 134.255694 48.350418) (xy 134.262107 48.420997) (xy 134.262107 48.420999) (xy 134.262108 48.421001) + (xy 134.306856 48.564606) (xy 134.312716 48.583411) (xy 134.362811 48.666277) (xy 134.380694 48.730427) + (xy 134.380694 49.011766) (xy 134.361009 49.078805) (xy 134.308205 49.12456) (xy 134.295698 49.129472) + (xy 134.208271 49.158442) (xy 134.20826 49.158447) (xy 134.060194 49.249776) (xy 134.06019 49.249779) + (xy 133.937168 49.372801) (xy 133.937165 49.372805) (xy 133.845836 49.520871) (xy 133.845831 49.520882) + (xy 133.791107 49.686028) (xy 133.780694 49.787949) (xy 133.780694 50.37466) (xy 133.791107 50.476581) + (xy 133.845831 50.641727) (xy 133.845836 50.641738) (xy 133.937165 50.789804) (xy 133.937168 50.789808) + (xy 134.06019 50.91283) (xy 134.060194 50.912833) (xy 134.060897 50.913267) (xy 134.061277 50.91369) + (xy 134.065858 50.917312) (xy 134.065239 50.918094) (xy 134.107622 50.965215) (xy 134.118843 51.034177) + (xy 134.091 51.098259) (xy 134.065738 51.120147) (xy 134.065858 51.120298) (xy 134.062509 51.122945) + (xy 134.060897 51.124343) (xy 134.060194 51.124776) (xy 134.06019 51.124779) (xy 133.937168 51.247801) + (xy 133.937165 51.247805) (xy 133.906882 51.296902) (xy 133.854934 51.343627) (xy 133.801344 51.355805) + (xy 133.514371 51.355805) (xy 133.447332 51.33612) (xy 133.44548 51.334907) (xy 133.379184 51.290609) + (xy 133.379172 51.290602) (xy 133.233501 51.230264) (xy 133.233489 51.230261) (xy 133.078845 51.1995) + (xy 133.078842 51.1995) (xy 132.921158 51.1995) (xy 132.921155 51.1995) (xy 132.76651 51.230261) + (xy 132.766498 51.230264) (xy 132.620827 51.290602) (xy 132.620814 51.290609) (xy 132.489711 51.37821) + (xy 132.489707 51.378213) (xy 132.378213 51.489707) (xy 132.37821 51.489711) (xy 132.290609 51.620814) + (xy 132.290602 51.620827) (xy 132.230264 51.766498) (xy 132.230261 51.76651) (xy 132.1995 51.921153) + (xy 132.1995 52.078846) (xy 132.230261 52.233489) (xy 132.230264 52.233501) (xy 132.290602 52.379172) + (xy 132.290609 52.379185) (xy 132.375752 52.506609) (xy 132.39663 52.573286) (xy 132.378146 52.640666) + (xy 132.326167 52.687357) (xy 132.27265 52.6995) (xy 130.194653 52.6995) (xy 130.127614 52.679815) + (xy 130.081859 52.627011) (xy 130.071915 52.557853) (xy 130.089115 52.510403) (xy 130.135357 52.435433) + (xy 130.135356 52.435433) (xy 130.135362 52.435425) (xy 130.190087 52.270275) (xy 130.2005 52.168348) + (xy 130.2005 51.581652) (xy 130.190087 51.479725) (xy 130.135362 51.314575) (xy 130.135358 51.314569) + (xy 130.135357 51.314566) (xy 130.044028 51.1665) (xy 130.044025 51.166496) (xy 129.921004 51.043475) + (xy 129.921003 51.043474) (xy 129.920301 51.043041) (xy 129.919921 51.042618) (xy 129.915336 51.038993) + (xy 129.915955 51.038209) (xy 129.873575 50.991098) (xy 129.862349 50.922136) (xy 129.890188 50.858052) + (xy 129.915455 50.836157) (xy 129.915336 50.836007) (xy 129.918687 50.833356) (xy 129.920299 50.831959) + (xy 129.921003 50.831526) (xy 130.044026 50.708503) (xy 130.135362 50.560425) (xy 130.190087 50.395275) + (xy 130.2005 50.293348) (xy 130.2005 49.706652) (xy 130.190087 49.604725) (xy 130.135362 49.439575) + (xy 130.135358 49.439569) (xy 130.135357 49.439566) (xy 130.044028 49.2915) (xy 130.044025 49.291496) + (xy 129.986819 49.23429) (xy 129.953334 49.172967) (xy 129.9505 49.146609) (xy 129.9505 48.916519) + (xy 129.970185 48.84948) (xy 129.986813 48.828843) (xy 130.087675 48.727981) (xy 130.148994 48.694499) + (xy 130.218686 48.699483) (xy 130.263034 48.727984) (xy 130.365122 48.830072) (xy 130.510604 48.918019) + (xy 130.510603 48.918019) (xy 130.672894 48.96859) (xy 130.672893 48.96859) (xy 130.743408 48.974998) + (xy 130.743426 48.974999) (xy 131.25 48.974999) (xy 131.256581 48.974999) (xy 131.327102 48.968591) + (xy 131.327107 48.96859) (xy 131.489396 48.918018) (xy 131.634877 48.830072) (xy 131.755072 48.709877) + (xy 131.843019 48.564395) (xy 131.89359 48.402106) (xy 131.9 48.331572) (xy 131.9 48.25) (xy 131.25 48.25) + (xy 131.25 48.974999) (xy 130.743426 48.974999) (xy 130.749999 48.974998) (xy 130.75 48.974998) + (xy 130.75 47.75) (xy 131.25 47.75) (xy 131.899999 47.75) (xy 131.899999 47.668417) (xy 131.893591 47.597897) + (xy 131.89359 47.597892) (xy 131.843018 47.435603) (xy 131.755072 47.290122) (xy 131.634877 47.169927) + (xy 131.489395 47.08198) (xy 131.489396 47.08198) (xy 131.327105 47.031409) (xy 131.327106 47.031409) + (xy 131.256572 47.025) (xy 131.25 47.025) (xy 131.25 47.75) (xy 130.75 47.75) (xy 130.75 47.025) + (xy 130.749999 47.024999) (xy 130.743436 47.025) (xy 130.743417 47.025001) (xy 130.672897 47.031408) + (xy 130.672892 47.031409) (xy 130.510603 47.081981) (xy 130.365122 47.169927) (xy 130.365121 47.169928) + (xy 130.263035 47.272015) (xy 130.201712 47.3055) (xy 130.13202 47.300516) (xy 130.087673 47.272015) + (xy 129.985188 47.16953) (xy 129.839606 47.081522) (xy 129.739133 47.050214) (xy 129.677196 47.030914) + (xy 129.677194 47.030913) (xy 129.677192 47.030913) (xy 129.627778 47.026423) (xy 129.606616 47.0245) + (xy 129.093384 47.0245) (xy 129.074145 47.026248) (xy 129.022807 47.030913) (xy 128.860393 47.081522) + (xy 128.714811 47.16953) (xy 128.59453 47.289811) (xy 128.506522 47.435393) (xy 128.455913 47.597807) + (xy 128.4495 47.668386) (xy 128.4495 48.331613) (xy 128.455913 48.402192) (xy 128.455913 48.402194) + (xy 128.455914 48.402196) (xy 128.506522 48.564606) (xy 128.594528 48.710185) (xy 128.684663 48.80032) + (xy 128.718147 48.861641) (xy 128.713163 48.931333) (xy 128.671292 48.987267) (xy 128.605828 49.011684) + (xy 128.596981 49.012) (xy 128.494144 49.012) (xy 128.392223 49.022413) (xy 128.227077 49.077137) + (xy 128.227066 49.077142) (xy 128.079 49.168471) (xy 128.078996 49.168474) (xy 127.955974 49.291496) + (xy 127.955971 49.2915) (xy 127.864642 49.439566) (xy 127.864637 49.439577) (xy 127.809913 49.604723) + (xy 127.7995 49.706644) (xy 127.7995 50.293355) (xy 127.809913 50.395276) (xy 127.864637 50.560422) + (xy 127.864642 50.560433) (xy 127.955971 50.708499) (xy 127.955974 50.708503) (xy 128.078996 50.831525) + (xy 128.079 50.831528) (xy 128.079703 50.831962) (xy 128.080083 50.832385) (xy 128.084664 50.836007) + (xy 128.084045 50.836789) (xy 128.126428 50.88391) (xy 128.137649 50.952872) (xy 128.109806 51.016954) + (xy 128.084544 51.038842) (xy 128.084664 51.038993) (xy 128.081315 51.04164) (xy 128.079703 51.043038) + (xy 128.079 51.043471) (xy 128.078996 51.043474) (xy 127.955974 51.166496) (xy 127.955971 51.1665) + (xy 127.925688 51.215597) (xy 127.87374 51.262322) (xy 127.82015 51.2745) (xy 127.36496 51.2745) + (xy 127.317508 51.265061) (xy 127.233501 51.230264) (xy 127.233489 51.230261) (xy 127.078845 51.1995) + (xy 127.078842 51.1995) (xy 126.921158 51.1995) (xy 126.921155 51.1995) (xy 126.76651 51.230261) + (xy 126.766498 51.230264) (xy 126.620827 51.290602) (xy 126.620814 51.290609) (xy 126.489711 51.37821) + (xy 126.489707 51.378213) (xy 126.378213 51.489707) (xy 126.37821 51.489711) (xy 126.290609 51.620814) + (xy 126.290602 51.620827) (xy 126.230264 51.766498) (xy 126.230261 51.76651) (xy 126.1995 51.921153) + (xy 126.1995 52.078846) (xy 126.230261 52.233489) (xy 126.230264 52.233501) (xy 126.290602 52.379172) + (xy 126.290609 52.379185) (xy 126.375752 52.506609) (xy 126.39663 52.573286) (xy 126.378146 52.640666) + (xy 126.326167 52.687357) (xy 126.27265 52.6995) (xy 124.194653 52.6995) (xy 124.127614 52.679815) + (xy 124.081859 52.627011) (xy 124.071915 52.557853) (xy 124.089115 52.510403) (xy 124.135357 52.435433) + (xy 124.135356 52.435433) (xy 124.135362 52.435425) (xy 124.190087 52.270275) (xy 124.2005 52.168348) + (xy 124.2005 51.581652) (xy 124.190087 51.479725) (xy 124.135362 51.314575) (xy 124.135358 51.314569) + (xy 124.135357 51.314566) (xy 124.044028 51.1665) (xy 124.044025 51.166496) (xy 123.921004 51.043475) + (xy 123.921003 51.043474) (xy 123.920301 51.043041) (xy 123.919921 51.042618) (xy 123.915336 51.038993) + (xy 123.915955 51.038209) (xy 123.873575 50.991098) (xy 123.862349 50.922136) (xy 123.890188 50.858052) + (xy 123.915455 50.836157) (xy 123.915336 50.836007) (xy 123.918687 50.833356) (xy 123.920299 50.831959) + (xy 123.921003 50.831526) (xy 124.044026 50.708503) (xy 124.135362 50.560425) (xy 124.190087 50.395275) + (xy 124.2005 50.293348) (xy 124.2005 49.706652) (xy 124.190087 49.604725) (xy 124.135362 49.439575) + (xy 124.135358 49.439569) (xy 124.135357 49.439566) (xy 124.044028 49.2915) (xy 124.044025 49.291496) + (xy 123.921002 49.168473) (xy 123.834402 49.115057) (xy 123.787678 49.063109) (xy 123.7755 49.009519) + (xy 123.7755 48.916519) (xy 123.795185 48.84948) (xy 123.811813 48.828843) (xy 123.912675 48.727981) + (xy 123.973994 48.694499) (xy 124.043686 48.699483) (xy 124.088034 48.727984) (xy 124.190122 48.830072) + (xy 124.335604 48.918019) (xy 124.335603 48.918019) (xy 124.497894 48.96859) (xy 124.497893 48.96859) + (xy 124.568408 48.974998) (xy 124.568426 48.974999) (xy 125.075 48.974999) (xy 125.081581 48.974999) + (xy 125.152102 48.968591) (xy 125.152107 48.96859) (xy 125.314396 48.918018) (xy 125.459877 48.830072) + (xy 125.580072 48.709877) (xy 125.668019 48.564395) (xy 125.71859 48.402106) (xy 125.725 48.331572) + (xy 125.725 48.25) (xy 125.075 48.25) (xy 125.075 48.974999) (xy 124.568426 48.974999) (xy 124.574999 48.974998) + (xy 124.575 48.974998) (xy 124.575 47.75) (xy 125.075 47.75) (xy 125.724999 47.75) (xy 125.724999 47.668417) + (xy 125.718591 47.597897) (xy 125.71859 47.597892) (xy 125.668018 47.435603) (xy 125.580072 47.290122) + (xy 125.459877 47.169927) (xy 125.314395 47.08198) (xy 125.314396 47.08198) (xy 125.152105 47.031409) + (xy 125.152106 47.031409) (xy 125.081572 47.025) (xy 125.075 47.025) (xy 125.075 47.75) (xy 124.575 47.75) + (xy 124.575 47.025) (xy 124.574999 47.024999) (xy 124.568436 47.025) (xy 124.568417 47.025001) (xy 124.497897 47.031408) + (xy 124.497892 47.031409) (xy 124.335603 47.081981) (xy 124.190122 47.169927) (xy 124.190121 47.169928) + (xy 124.088035 47.272015) (xy 124.026712 47.3055) (xy 123.95702 47.300516) (xy 123.912673 47.272015) + (xy 123.810188 47.16953) (xy 123.664606 47.081522) (xy 123.564133 47.050214) (xy 123.502196 47.030914) + (xy 123.502194 47.030913) (xy 123.502192 47.030913) (xy 123.452778 47.026423) (xy 123.431616 47.0245) + (xy 122.918384 47.0245) (xy 122.899145 47.026248) (xy 122.847807 47.030913) (xy 122.685393 47.081522) + (xy 122.539811 47.16953) (xy 122.41953 47.289811) (xy 122.331522 47.435393) (xy 122.280913 47.597807) + (xy 122.2745 47.668386) (xy 122.2745 48.331613) (xy 122.280913 48.402192) (xy 122.280913 48.402194) + (xy 122.280914 48.402196) (xy 122.331522 48.564606) (xy 122.419528 48.710185) (xy 122.515766 48.806423) + (xy 122.54925 48.867744) (xy 122.544266 48.937436) (xy 122.502395 48.99337) (xy 122.440689 49.017461) + (xy 122.392223 49.022413) (xy 122.227077 49.077137) (xy 122.227066 49.077142) (xy 122.079 49.168471) + (xy 122.078996 49.168474) (xy 121.955974 49.291496) (xy 121.955971 49.2915) (xy 121.864642 49.439566) + (xy 121.864637 49.439577) (xy 121.809913 49.604723) (xy 121.7995 49.706644) (xy 121.7995 50.293355) + (xy 121.809913 50.395276) (xy 121.864637 50.560422) (xy 121.864642 50.560433) (xy 121.955971 50.708499) + (xy 121.955974 50.708503) (xy 122.078996 50.831525) (xy 122.079 50.831528) (xy 122.079703 50.831962) + (xy 122.080083 50.832385) (xy 122.084664 50.836007) (xy 122.084045 50.836789) (xy 122.126428 50.88391) + (xy 122.137649 50.952872) (xy 122.109806 51.016954) (xy 122.084544 51.038842) (xy 122.084664 51.038993) + (xy 122.081315 51.04164) (xy 122.079703 51.043038) (xy 122.079 51.043471) (xy 122.078996 51.043474) + (xy 121.955974 51.166496) (xy 121.955971 51.1665) (xy 121.925688 51.215597) (xy 121.87374 51.262322) + (xy 121.82015 51.2745) (xy 121.36496 51.2745) (xy 121.317508 51.265061) (xy 121.233501 51.230264) + (xy 121.233489 51.230261) (xy 121.078845 51.1995) (xy 121.078842 51.1995) (xy 120.921158 51.1995) + (xy 120.921155 51.1995) (xy 120.76651 51.230261) (xy 120.766498 51.230264) (xy 120.620827 51.290602) + (xy 120.620814 51.290609) (xy 120.489711 51.37821) (xy 120.489707 51.378213) (xy 120.378213 51.489707) + (xy 120.37821 51.489711) (xy 120.290609 51.620814) (xy 120.290602 51.620827) (xy 120.230264 51.766498) + (xy 120.230261 51.76651) (xy 120.1995 51.921153) (xy 120.1995 52.078846) (xy 120.230261 52.233489) + (xy 120.230264 52.233501) (xy 120.290602 52.379172) (xy 120.290609 52.379185) (xy 120.375752 52.506609) + (xy 120.39663 52.573286) (xy 120.378146 52.640666) (xy 120.326167 52.687357) (xy 120.27265 52.6995) + (xy 115.158607 52.6995) (xy 115.091568 52.679815) (xy 115.045813 52.627011) (xy 115.035869 52.557853) + (xy 115.064894 52.494297) (xy 115.072814 52.48597) (xy 115.08363 52.475604) (xy 115.096768 52.46802) + (xy 115.208572 52.356216) (xy 115.208573 52.356214) (xy 115.34047 52.224316) (xy 115.401791 52.190834) + (xy 115.428149 52.188) (xy 115.553186 52.188) (xy 115.553194 52.188) (xy 115.590069 52.185098) (xy 115.590071 52.185097) + (xy 115.590073 52.185097) (xy 115.647743 52.168342) (xy 115.747898 52.139244) (xy 115.749374 52.13837) + (xy 115.750683 52.138038) (xy 115.755057 52.136146) (xy 115.755362 52.136851) (xy 115.817097 52.121185) + (xy 115.869729 52.136639) (xy 115.869943 52.136146) (xy 115.873941 52.137876) (xy 115.875625 52.13837) + (xy 115.877102 52.139244) (xy 115.918724 52.151336) (xy 116.034926 52.185097) (xy 116.034929 52.185097) + (xy 116.034931 52.185098) (xy 116.071806 52.188) (xy 116.071814 52.188) (xy 116.503186 52.188) (xy 116.503194 52.188) + (xy 116.540069 52.185098) (xy 116.540071 52.185097) (xy 116.540073 52.185097) (xy 116.597743 52.168342) + (xy 116.697898 52.139244) (xy 116.839365 52.055581) (xy 116.955581 51.939365) (xy 117.039244 51.797898) + (xy 117.085098 51.640069) (xy 117.088 51.603194) (xy 117.088 50.446806) (xy 117.085098 50.409931) + (xy 117.08084 50.395276) (xy 117.039245 50.252106) (xy 117.039244 50.252103) (xy 117.039244 50.252102) + (xy 116.955581 50.110635) (xy 116.955579 50.110633) (xy 116.955576 50.110629) (xy 116.83937 49.994423) + (xy 116.839367 49.994421) (xy 116.839365 49.994419) (xy 116.839049 49.994232) (xy 116.838853 49.994022) + (xy 116.833202 49.989639) (xy 116.833909 49.988727) (xy 116.791366 49.943164) (xy 116.778862 49.874423) + (xy 116.805506 49.809833) (xy 116.833421 49.785644) (xy 116.833202 49.785361) (xy 116.838411 49.78132) + (xy 116.83905 49.780767) (xy 116.839365 49.780581) (xy 116.955581 49.664365) (xy 117.039244 49.522898) + (xy 117.07499 49.399862) (xy 117.085097 49.365073) (xy 117.085098 49.365067) (xy 117.085969 49.353996) + (xy 117.088 49.328194) (xy 117.088 48.171806) (xy 117.085098 48.134931) (xy 117.077563 48.108997) + (xy 117.039245 47.977106) (xy 117.039244 47.977103) (xy 117.039244 47.977102) (xy 116.955581 47.835635) + (xy 116.955579 47.835633) (xy 116.955576 47.835629) (xy 116.924319 47.804372) (xy 116.890834 47.743049) + (xy 116.888 47.716691) (xy 116.888 45.406089) (xy 116.907685 45.33905) (xy 116.955706 45.295604) + (xy 116.964288 45.291232) (xy 117.104428 45.189414) (xy 117.226914 45.066928) (xy 117.287491 44.98355) + (xy 117.342821 44.940885) (xy 117.412434 44.934906) (xy 117.474229 44.967512) (xy 117.488128 44.983551) + (xy 117.548467 45.066602) (xy 117.670897 45.189032) (xy 117.810975 45.290804) (xy 117.965244 45.369408) + (xy 118.129915 45.422914) (xy 118.129914 45.422914) (xy 118.137499 45.424115) (xy 118.1375 45.424114) + (xy 118.1375 44.35533) (xy 118.157245 44.375075) (xy 118.242755 44.424444) (xy 118.33813 44.45) + (xy 118.43687 44.45) (xy 118.532245 44.424444) (xy 118.617755 44.375075) (xy 118.6375 44.35533) + (xy 118.6375 45.424115) (xy 118.645084 45.422914) (xy 118.809755 45.369408) (xy 118.964024 45.290804) + (xy 119.104102 45.189032) (xy 119.226532 45.066602) (xy 119.328304 44.926524) (xy 119.406908 44.772257) + (xy 119.460414 44.607584) (xy 119.4875 44.436571) (xy 119.4875 44.325) (xy 118.66783 44.325) (xy 118.687575 44.305255) + (xy 118.736944 44.219745) (xy 118.7625 44.12437) (xy 118.7625 44.02563) (xy 118.736944 43.930255) + (xy 118.687575 43.844745) (xy 118.66783 43.825) (xy 119.4875 43.825) (xy 119.4875 43.713428) (xy 119.460414 43.542415) + (xy 119.406908 43.377742) (xy 119.328304 43.223475) (xy 119.226532 43.083397) (xy 119.104102 42.960967) + (xy 118.964024 42.859195) (xy 118.809757 42.780591) (xy 118.645089 42.727087) (xy 118.645081 42.727085) + (xy 118.6375 42.725884) (xy 118.6375 43.79467) (xy 118.617755 43.774925) (xy 118.532245 43.725556) + (xy 118.43687 43.7) (xy 118.33813 43.7) (xy 118.242755 43.725556) (xy 118.157245 43.774925) (xy 118.1375 43.79467) + (xy 118.1375 42.725884) (xy 118.137499 42.725884) (xy 118.129918 42.727085) (xy 118.12991 42.727087) + (xy 117.965242 42.780591) (xy 117.810975 42.859195) (xy 117.670897 42.960967) (xy 117.548465 43.083399) + (xy 117.548461 43.083404) (xy 117.488127 43.166448) (xy 117.432797 43.209114) (xy 117.363184 43.215093) + (xy 117.301389 43.182488) (xy 117.287491 43.166449) (xy 117.287296 43.166181) (xy 117.226914 43.083072) + (xy 117.104428 42.960586) (xy 116.964288 42.858768) (xy 116.936044 42.844377) (xy 116.805705 42.777966) + (xy 116.754909 42.729991) (xy 116.738 42.667481) (xy 116.738 41.848353) (xy 116.757685 41.781314) + (xy 116.810489 41.735559) (xy 116.84482 41.725549) (xy 116.845222 41.725492) (xy 116.862736 41.723187) + (xy 116.863262 41.722968) (xy 116.871404 41.72183) (xy 116.881067 41.723256) (xy 116.904769 41.721695) + (xy 116.987499 41.732586) (xy 116.989655 41.730695) (xy 117.007185 41.670997) (xy 117.036012 41.639661) + (xy 117.062015 41.619708) (xy 117.127184 41.594516) (xy 117.195629 41.608555) (xy 117.212984 41.619708) + (xy 117.238986 41.63966) (xy 117.280189 41.696087) (xy 117.286378 41.731602) (xy 117.2875 41.732586) + (xy 117.37023 41.721695) (xy 117.403969 41.723915) (xy 117.404205 41.722126) (xy 117.412263 41.723186) + (xy 117.412264 41.723187) (xy 117.52478 41.738) (xy 117.524787 41.738) (xy 117.750213 41.738) (xy 117.75022 41.738) + (xy 117.862736 41.723187) (xy 118.002733 41.665198) (xy 118.122951 41.572951) (xy 118.215198 41.452733) + (xy 118.267259 41.327046) (xy 118.3111 41.272644) (xy 118.377394 41.250579) (xy 118.38182 41.2505) + (xy 120.067378 41.2505) (xy 120.134417 41.270185) (xy 120.180172 41.322989) (xy 120.185084 41.335496) + (xy 120.234659 41.485105) (xy 120.234664 41.485116) (xy 120.323631 41.629352) (xy 120.323634 41.629356) + (xy 120.443474 41.749196) (xy 120.443478 41.749199) (xy 120.587714 41.838166) (xy 120.587725 41.838171) + (xy 120.7486 41.891479) (xy 120.84789 41.901623) (xy 120.896206 41.901622) (xy 120.896207 41.901622) + (xy 120.896207 41.201624) (xy 121.396207 41.201624) (xy 121.396207 41.901623) (xy 121.444515 41.901623) + (xy 121.444529 41.901622) (xy 121.543814 41.891479) (xy 121.704688 41.838171) (xy 121.704699 41.838166) + (xy 121.848935 41.749199) (xy 121.848939 41.749196) (xy 121.968779 41.629356) (xy 121.973261 41.623689) + (xy 121.975628 41.62556) (xy 122.017419 41.587938) (xy 122.086376 41.576685) (xy 122.150471 41.604499) + (xy 122.158741 41.612054) (xy 122.277549 41.730862) (xy 122.277553 41.730865) (xy 122.421789 41.819832) + (xy 122.4218 41.819837) (xy 122.582675 41.873145) (xy 122.681965 41.883289) (xy 123.230282 41.883289) + (xy 123.27859 41.883289) (xy 123.278604 41.883288) (xy 123.377889 41.873145) (xy 123.538763 41.819837) + (xy 123.538774 41.819832) (xy 123.68301 41.730865) (xy 123.683014 41.730862) (xy 123.802854 41.611022) + (xy 123.802857 41.611018) (xy 123.88749 41.473809) (xy 124.194268 41.473809) (xy 124.269814 41.601552) + (xy 124.269821 41.601561) (xy 124.385938 41.717678) (xy 124.385947 41.717685) (xy 124.527303 41.801282) + (xy 124.527306 41.801283) (xy 124.685004 41.847099) (xy 124.68501 41.8471) (xy 124.72185 41.849999) + (xy 124.721866 41.85) (xy 125.125 41.85) (xy 125.125 41.3) (xy 124.199696 41.3) (xy 124.194268 41.473809) + (xy 123.88749 41.473809) (xy 123.891824 41.466782) (xy 123.891829 41.466771) (xy 123.921188 41.37817) + (xy 123.953571 41.18329) (xy 123.230282 41.18329) (xy 123.230282 41.883289) (xy 122.681965 41.883289) + (xy 122.730281 41.883288) (xy 122.730282 41.883288) (xy 122.730282 41.18329) (xy 122.236255 41.18329) + (xy 122.207869 41.19879) (xy 122.181511 41.201624) (xy 121.396207 41.201624) (xy 120.896207 41.201624) + (xy 120.896207 41.075624) (xy 120.915892 41.008585) (xy 120.968696 40.96283) (xy 121.020207 40.951624) + (xy 121.146207 40.951624) (xy 121.146207 40.825624) (xy 121.165892 40.758585) (xy 121.218696 40.71283) + (xy 121.270207 40.701624) (xy 121.890234 40.701624) (xy 121.91862 40.686124) (xy 121.944978 40.68329) + (xy 123.918722 40.68329) (xy 123.947051 40.579412) (xy 123.945138 40.560683) (xy 123.891829 40.399808) + (xy 123.891824 40.399797) (xy 123.802857 40.255561) (xy 123.802854 40.255557) (xy 123.793621 40.246324) + (xy 123.760136 40.185001) (xy 123.76512 40.115309) (xy 123.793625 40.070958) (xy 123.80325 40.061334) + (xy 123.892285 39.916987) (xy 123.945631 39.755998) (xy 123.955782 39.656635) (xy 123.955781 39.401324) + (xy 123.975465 39.334287) (xy 124.028269 39.288532) (xy 124.097428 39.278588) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 113.516362 48.715572) (xy 113.568405 48.76219) (xy 113.587 48.827503) (xy 113.587 49.328201) + (xy 113.589901 49.365067) (xy 113.589902 49.365073) (xy 113.635754 49.522893) (xy 113.635755 49.522896) + (xy 113.719417 49.664362) (xy 113.719423 49.66437) (xy 113.835629 49.780576) (xy 113.83564 49.780585) + (xy 113.835955 49.780771) (xy 113.83615 49.78098) (xy 113.841798 49.785361) (xy 113.841091 49.786272) + (xy 113.883636 49.831843) (xy 113.896137 49.900585) (xy 113.869488 49.965173) (xy 113.841578 49.989356) + (xy 113.841798 49.989639) (xy 113.836592 49.993676) (xy 113.835955 49.994229) (xy 113.83564 49.994414) + (xy 113.835629 49.994423) (xy 113.719423 50.110629) (xy 113.719417 50.110637) (xy 113.635755 50.252103) + (xy 113.635753 50.252106) (xy 113.607859 50.34812) (xy 113.607857 50.348126) (xy 113.589902 50.409931) + (xy 113.587 50.446806) (xy 113.587 50.485204) (xy 113.587 51.263) (xy 113.567315 51.330039) (xy 113.514511 51.375794) + (xy 113.463 51.387) (xy 111.41245 51.387) (xy 111.345411 51.367315) (xy 111.324769 51.350681) (xy 111.026914 51.052826) + (xy 110.993429 50.991503) (xy 110.998413 50.921811) (xy 111.040285 50.865878) (xy 111.050425 50.859041) + (xy 111.097685 50.830472) (xy 111.217972 50.710185) (xy 111.281677 50.604803) (xy 111.333203 50.557619) + (xy 111.402062 50.54578) (xy 111.466391 50.573049) (xy 111.493909 50.604806) (xy 111.557427 50.709877) + (xy 111.677622 50.830072) (xy 111.823104 50.918019) (xy 111.823103 50.918019) (xy 111.985394 50.96859) + (xy 111.985392 50.96859) (xy 112.055918 50.974999) (xy 112.6375 50.974999) (xy 112.719081 50.974999) + (xy 112.789602 50.968591) (xy 112.789607 50.96859) (xy 112.951896 50.918018) (xy 113.097377 50.830072) + (xy 113.217572 50.709877) (xy 113.305519 50.564395) (xy 113.341166 50.449999) (xy 113.355695 50.325) + (xy 112.6375 50.325) (xy 112.6375 50.974999) (xy 112.055918 50.974999) (xy 112.137499 50.974998) + (xy 112.1375 50.974998) (xy 112.1375 50.199) (xy 112.157185 50.131961) (xy 112.209989 50.086206) + (xy 112.2615 50.075) (xy 112.3875 50.075) (xy 112.3875 49.949) (xy 112.407185 49.881961) (xy 112.459989 49.836206) + (xy 112.5115 49.825) (xy 113.362499 49.825) (xy 113.362499 49.818417) (xy 113.356091 49.747897) + (xy 113.35609 49.747892) (xy 113.305518 49.585603) (xy 113.217572 49.440122) (xy 113.115484 49.338034) + (xy 113.081999 49.276711) (xy 113.086983 49.207019) (xy 113.115483 49.162673) (xy 113.217972 49.060185) + (xy 113.305978 48.914606) (xy 113.344615 48.790612) (xy 113.383352 48.732466) (xy 113.447377 48.704491) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 111.465806 48.923049) (xy 111.493323 48.954805) (xy 111.556842 49.059878) (xy 111.55703 49.060188) + (xy 111.659515 49.162673) (xy 111.693 49.223996) (xy 111.688016 49.293688) (xy 111.659515 49.338035) + (xy 111.557428 49.440121) (xy 111.557425 49.440125) (xy 111.493908 49.545194) (xy 111.44238 49.592381) + (xy 111.373521 49.604219) (xy 111.309192 49.57695) (xy 111.281676 49.545194) (xy 111.217972 49.439815) + (xy 111.21797 49.439813) (xy 111.217969 49.439811) (xy 111.115484 49.337326) (xy 111.081999 49.276003) + (xy 111.086983 49.206311) (xy 111.115485 49.161963) (xy 111.217571 49.059878) (xy 111.217572 49.059877) + (xy 111.28109 48.954806) (xy 111.332618 48.907619) (xy 111.401477 48.89578) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 115.404884 44.935953) (xy 115.412126 44.935332) (xy 115.437007 44.94846) (xy 115.46322 44.958666) + (xy 115.47055 44.966159) (xy 115.473921 44.967938) (xy 115.48657 44.982536) (xy 115.48734 44.983323) + (xy 115.487576 44.983643) (xy 115.548086 45.066928) (xy 115.551255 45.070097) (xy 115.650681 45.169523) + (xy 115.684166 45.230846) (xy 115.687 45.257204) (xy 115.687 47.463878) (xy 115.667315 47.530917) + (xy 115.614511 47.576672) (xy 115.599222 47.579371) (xy 115.5875 47.590203) (xy 115.5875 47.855684) + (xy 115.570233 47.918804) (xy 115.535754 47.977105) (xy 115.535754 47.977106) (xy 115.489902 48.134926) + (xy 115.489901 48.134932) (xy 115.487 48.171798) (xy 115.487 48.626) (xy 115.467315 48.693039) (xy 115.414511 48.738794) + (xy 115.363 48.75) (xy 115.312 48.75) (xy 115.244961 48.730315) (xy 115.199206 48.677511) (xy 115.188 48.626) + (xy 115.188 48.171813) (xy 115.187999 48.171798) (xy 115.18773 48.168384) (xy 115.185098 48.134931) + (xy 115.177563 48.108997) (xy 115.139245 47.977106) (xy 115.139245 47.977105) (xy 115.139244 47.977103) + (xy 115.139244 47.977102) (xy 115.104767 47.918804) (xy 115.0875 47.855684) (xy 115.0875 47.590203) + (xy 115.073644 47.5774) (xy 115.05339 47.573153) (xy 115.003616 47.524119) (xy 114.988 47.463878) + (xy 114.988 45.337184) (xy 115.007685 45.270145) (xy 115.039109 45.23687) (xy 115.104428 45.189414) + (xy 115.226914 45.066928) (xy 115.287182 44.983975) (xy 115.309462 44.966795) (xy 115.329633 44.947193) + (xy 115.336755 44.945749) (xy 115.342512 44.941311) (xy 115.37054 44.938903) (xy 115.398111 44.933317) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 111.473921 44.967938) (xy 111.487815 44.983973) (xy 111.548086 45.066928) (xy 111.670572 45.189414) + (xy 111.735888 45.236868) (xy 111.778551 45.292195) (xy 111.787 45.337184) (xy 111.787 47.533284) + (xy 111.767315 47.600323) (xy 111.727152 47.6394) (xy 111.677311 47.66953) (xy 111.557031 47.78981) + (xy 111.557028 47.789814) (xy 111.493323 47.895194) (xy 111.441795 47.942381) (xy 111.372936 47.954219) + (xy 111.308607 47.92695) (xy 111.28109 47.895193) (xy 111.217572 47.790122) (xy 111.097377 47.669927) + (xy 110.951895 47.58198) (xy 110.951896 47.58198) (xy 110.789605 47.531409) (xy 110.789606 47.531409) + (xy 110.719072 47.525) (xy 110.6375 47.525) (xy 110.6375 48.301) (xy 110.617815 48.368039) (xy 110.565011 48.413794) + (xy 110.5135 48.425) (xy 110.337 48.425) (xy 110.269961 48.405315) (xy 110.224206 48.352511) (xy 110.213 48.301) + (xy 110.213 45.5745) (xy 110.232685 45.507461) (xy 110.285489 45.461706) (xy 110.337 45.4505) (xy 110.47411 45.4505) + (xy 110.474111 45.4505) (xy 110.645201 45.423402) (xy 110.809945 45.369873) (xy 110.964288 45.291232) + (xy 111.104428 45.189414) (xy 111.226914 45.066928) (xy 111.287182 44.983975) (xy 111.342512 44.941311) + (xy 111.412126 44.935332) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 127.092539 25.520185) (xy 127.138294 25.572989) (xy 127.1495 25.6245) (xy 127.1495 31.829057) + (xy 127.188431 31.974347) (xy 127.190423 31.981783) (xy 127.190426 31.98179) (xy 127.269475 32.118709) + (xy 127.269479 32.118714) (xy 127.26948 32.118716) (xy 127.381284 32.23052) (xy 127.381286 32.230521) + (xy 127.38129 32.230524) (xy 127.462753 32.277556) (xy 127.518216 32.309577) (xy 127.670943 32.3505) + (xy 127.829057 32.3505) (xy 133.9005 32.3505) (xy 133.967539 32.370185) (xy 134.013294 32.422989) + (xy 134.0245 32.4745) (xy 134.0245 32.906613) (xy 134.030913 32.977192) (xy 134.030913 32.977194) + (xy 134.030914 32.977196) (xy 134.081522 33.139606) (xy 134.143796 33.24262) (xy 134.16953 33.285188) + (xy 134.289811 33.405469) (xy 134.289813 33.40547) (xy 134.289815 33.405472) (xy 134.435394 33.493478) + (xy 134.514184 33.518029) (xy 134.57233 33.556765) (xy 134.600305 33.62079) (xy 134.589224 33.689776) + (xy 134.542606 33.741819) (xy 134.516299 33.754119) (xy 134.44849 33.776589) (xy 134.448481 33.776593) + (xy 134.301648 33.867161) (xy 134.179661 33.989148) (xy 134.089093 34.135981) (xy 134.089091 34.135986) + (xy 134.069837 34.194091) (xy 134.034826 34.299747) (xy 134.034826 34.299748) (xy 134.034825 34.299748) + (xy 134.0245 34.400815) (xy 134.0245 35.099169) (xy 134.024501 35.099187) (xy 134.034825 35.200252) + (xy 134.060143 35.276655) (xy 134.088511 35.362264) (xy 134.089092 35.364015) (xy 134.089093 35.364018) + (xy 134.110621 35.39892) (xy 134.179097 35.509938) (xy 134.179661 35.510851) (xy 134.193982 35.525172) + (xy 134.227467 35.586495) (xy 134.222483 35.656187) (xy 134.193985 35.700532) (xy 134.180052 35.714465) + (xy 134.089551 35.861188) (xy 134.089546 35.861199) (xy 134.035319 36.024847) (xy 134.025 36.125845) + (xy 134.025 36.225) (xy 134.876 36.225) (xy 134.943039 36.244685) (xy 134.988794 36.297489) (xy 135 36.349) + (xy 135 36.475) (xy 135.126 36.475) (xy 135.193039 36.494685) (xy 135.238794 36.547489) (xy 135.25 36.599) + (xy 135.25 37.512499) (xy 135.28664 37.512499) (xy 135.286654 37.512498) (xy 135.387652 37.50218) + (xy 135.5513 37.447953) (xy 135.551311 37.447948) (xy 135.698034 37.357447) (xy 135.698038 37.357444) + (xy 135.819944 37.235538) (xy 135.819947 37.235534) (xy 135.910448 37.088811) (xy 135.910454 37.088798) + (xy 135.957794 36.945934) (xy 135.997566 36.888489) (xy 136.062082 36.861665) (xy 136.130858 36.87398) + (xy 136.182058 36.921522) (xy 136.1995 36.984937) (xy 136.1995 37.35065) (xy 136.199501 37.350675) + (xy 136.202291 37.386127) (xy 136.24638 37.537885) (xy 136.246382 37.53789) (xy 136.326827 37.673916) + (xy 136.326834 37.673925) (xy 136.438574 37.785665) (xy 136.438585 37.785674) (xy 136.511622 37.828867) + (xy 136.536182 37.847917) (xy 136.581284 37.893019) (xy 136.581285 37.893019) (xy 136.588354 37.900088) + (xy 138.45264 39.764374) (xy 138.45265 39.764385) (xy 138.45698 39.768715) (xy 138.456981 39.768716) + (xy 138.568785 39.88052) (xy 138.649347 39.927032) (xy 138.649348 39.927033) (xy 138.70571 39.959574) + (xy 138.705713 39.959576) (xy 138.705715 39.959576) (xy 138.705716 39.959577) (xy 138.858444 40.000501) + (xy 138.858447 40.000501) (xy 139.024154 40.000501) (xy 139.02417 40.0005) (xy 140.88348 40.0005) + (xy 140.950519 40.020185) (xy 140.971161 40.036819) (xy 141.089811 40.155469) (xy 141.089813 40.15547) + (xy 141.089815 40.155472) (xy 141.13965 40.185598) (xy 141.186838 40.237126) (xy 141.1995 40.291715) + (xy 141.1995 40.779901) (xy 141.179815 40.84694) (xy 141.163181 40.867582) (xy 141.114522 40.916241) + (xy 141.053199 40.949726) (xy 140.988523 40.946491) (xy 140.946245 40.932754) (xy 140.806272 40.910584) + (xy 140.736287 40.8995) (xy 140.523713 40.8995) (xy 140.475042 40.907208) (xy 140.31376 40.932753) + (xy 140.313757 40.932754) (xy 140.169501 40.979626) (xy 140.111585 40.998444) (xy 139.922179 41.094951) + (xy 139.750213 41.21989) (xy 139.59989 41.370213) (xy 139.474949 41.542182) (xy 139.470484 41.550946) + (xy 139.422509 41.601742) (xy 139.354688 41.618536) (xy 139.288553 41.595998) (xy 139.249516 41.550946) + (xy 139.24505 41.542182) (xy 139.120109 41.370213) (xy 138.969786 41.21989) (xy 138.79782 41.094951) + (xy 138.608414 40.998444) (xy 138.608413 40.998443) (xy 138.608412 40.998443) (xy 138.406243 40.932754) + (xy 138.406241 40.932753) (xy 138.40624 40.932753) (xy 138.244957 40.907208) (xy 138.196287 40.8995) + (xy 137.983713 40.8995) (xy 137.935042 40.907208) (xy 137.77376 40.932753) (xy 137.773757 40.932754) + (xy 137.629501 40.979626) (xy 137.571585 40.998444) (xy 137.382179 41.094951) (xy 137.210213 41.21989) + (xy 137.05989 41.370213) (xy 136.934949 41.542182) (xy 136.930484 41.550946) (xy 136.882509 41.601742) + (xy 136.814688 41.618536) (xy 136.748553 41.595998) (xy 136.709516 41.550946) (xy 136.70505 41.542182) + (xy 136.580109 41.370213) (xy 136.429786 41.21989) (xy 136.25782 41.094951) (xy 136.068414 40.998444) + (xy 136.068413 40.998443) (xy 136.068412 40.998443) (xy 135.866243 40.932754) (xy 135.866241 40.932753) + (xy 135.86624 40.932753) (xy 135.704957 40.907208) (xy 135.656287 40.8995) (xy 135.443713 40.8995) + (xy 135.395042 40.907208) (xy 135.23376 40.932753) (xy 135.233757 40.932754) (xy 135.089501 40.979626) + (xy 135.031585 40.998444) (xy 134.842179 41.094951) (xy 134.670213 41.21989) (xy 134.51989 41.370213) + (xy 134.394951 41.542179) (xy 134.298444 41.731585) (xy 134.232753 41.93376) (xy 134.1995 42.143713) + (xy 134.1995 42.356286) (xy 134.232459 42.564385) (xy 134.232754 42.566243) (xy 134.253205 42.629185) + (xy 134.255804 42.637182) (xy 134.257799 42.707023) (xy 134.221719 42.766856) (xy 134.159018 42.797684) + (xy 134.137873 42.7995) (xy 130.244828 42.7995) (xy 130.210233 42.794576) (xy 130.065073 42.752402) + (xy 130.065067 42.752401) (xy 130.028201 42.7495) (xy 130.028194 42.7495) (xy 129.599097 42.7495) + (xy 129.532058 42.729815) (xy 129.486303 42.677011) (xy 129.476359 42.607853) (xy 129.505384 42.544297) + (xy 129.511416 42.537819) (xy 130.032737 42.016498) (xy 131.608506 40.440727) (xy 131.608511 40.440724) + (xy 131.618714 40.43052) (xy 131.618716 40.43052) (xy 131.73052 40.318716) (xy 131.798771 40.200501) + (xy 131.809577 40.181785) (xy 131.850501 40.029057) (xy 131.850501 39.936729) (xy 131.870186 39.86969) + (xy 131.907867 39.83281) (xy 131.907752 39.832651) (xy 131.908831 39.831867) (xy 131.909721 39.830996) + (xy 131.911685 39.829791) (xy 131.911694 39.829787) (xy 132.072464 39.712981) (xy 132.212981 39.572464) + (xy 132.329787 39.411694) (xy 132.420005 39.234632) (xy 132.481413 39.045636) (xy 132.5125 38.849361) + (xy 132.5125 38.650639) (xy 132.481413 38.454364) (xy 132.420005 38.265368) (xy 132.420005 38.265367) + (xy 132.348938 38.125892) (xy 132.329787 38.088306) (xy 132.212981 37.927536) (xy 132.072464 37.787019) + (xy 131.911694 37.670213) (xy 131.832476 37.629849) (xy 131.734632 37.579994) (xy 131.734629 37.579993) + (xy 131.545637 37.518587) (xy 131.442047 37.50218) (xy 131.349361 37.4875) (xy 131.150639 37.4875) + (xy 131.085214 37.497862) (xy 130.954362 37.518587) (xy 130.76537 37.579993) (xy 130.765367 37.579994) + (xy 130.588305 37.670213) (xy 130.427533 37.787021) (xy 130.337681 37.876874) (xy 130.276358 37.910359) + (xy 130.206666 37.905375) (xy 130.162319 37.876874) (xy 130.072466 37.787021) (xy 130.072464 37.787019) + (xy 129.911694 37.670213) (xy 129.832476 37.629849) (xy 129.734632 37.579994) (xy 129.734629 37.579993) + (xy 129.545637 37.518587) (xy 129.442047 37.50218) (xy 129.349361 37.4875) (xy 129.150639 37.4875) + (xy 129.085214 37.497862) (xy 128.954362 37.518587) (xy 128.76537 37.579993) (xy 128.765367 37.579994) + (xy 128.588305 37.670213) (xy 128.427533 37.787021) (xy 128.287021 37.927533) (xy 128.170213 38.088305) + (xy 128.079994 38.265367) (xy 128.079993 38.26537) (xy 128.018587 38.454362) (xy 127.998818 38.579179) + (xy 127.9875 38.650639) (xy 127.9875 38.849361) (xy 127.991997 38.877753) (xy 128.018587 39.045637) + (xy 128.079993 39.234629) (xy 128.079994 39.234632) (xy 128.144587 39.361401) (xy 128.170213 39.411694) + (xy 128.287019 39.572464) (xy 128.427536 39.712981) (xy 128.460812 39.737158) (xy 128.503477 39.792487) + (xy 128.509456 39.862101) (xy 128.47685 39.923896) (xy 128.475607 39.925156) (xy 127.237584 41.163181) + (xy 127.176261 41.196666) (xy 127.149903 41.1995) (xy 127.137 41.1995) (xy 127.069961 41.179815) + (xy 127.024206 41.127011) (xy 127.013 41.0755) (xy 127.013 40.630393) (xy 127.013 40.630391) (xy 126.972077 40.477664) + (xy 126.957065 40.451662) (xy 126.893024 40.340738) (xy 126.893021 40.340734) (xy 126.89302 40.340732) + (xy 126.781216 40.228928) (xy 126.781215 40.228927) (xy 126.776885 40.224597) (xy 126.776874 40.224587) + (xy 124.610717 38.05843) (xy 124.577232 37.997107) (xy 124.576781 37.946557) (xy 124.577581 37.942539) + (xy 124.590916 37.8755) (xy 124.6005 37.827318) (xy 124.6005 37.669629) (xy 124.600499 37.669627) + (xy 124.589654 37.615105) (xy 124.569737 37.514977) (xy 124.56871 37.512498) (xy 124.509397 37.369301) + (xy 124.50939 37.369288) (xy 124.421789 37.238185) (xy 124.421786 37.238181) (xy 124.310292 37.126687) + (xy 124.310288 37.126684) (xy 124.179185 37.039083) (xy 124.179172 37.039076) (xy 124.033501 36.978738) + (xy 124.033489 36.978735) (xy 123.878845 36.947974) (xy 123.878842 36.947974) (xy 123.721158 36.947974) + (xy 123.721155 36.947974) (xy 123.56651 36.978735) (xy 123.566498 36.978738) (xy 123.420815 37.039082) + (xy 123.415567 37.041887) (xy 123.347164 37.056124) (xy 123.281922 37.03112) (xy 123.269441 37.020206) + (xy 121.97509 35.725855) (xy 121.975088 35.725852) (xy 121.856217 35.606981) (xy 121.856212 35.606977) + (xy 121.746639 35.543716) (xy 121.746637 35.543715) (xy 121.719286 35.527923) (xy 121.719287 35.527923) + (xy 121.65012 35.50939) (xy 121.566557 35.486999) (xy 121.408443 35.486999) (xy 121.400847 35.486999) + (xy 121.400831 35.487) (xy 120.398354 35.487) (xy 120.331315 35.467315) (xy 120.28556 35.414511) + (xy 120.27546 35.379526) (xy 120.27544 35.379378) (xy 120.273187 35.362264) (xy 120.273115 35.362091) + (xy 120.272031 35.354026) (xy 120.275189 35.333401) (xy 120.275189 35.321196) (xy 120.272126 35.320793) + (xy 120.275415 35.295813) (xy 120.303682 35.231917) (xy 120.362007 35.193447) (xy 120.398354 35.188) + (xy 120.525832 35.188) (xy 120.533439 35.188) (xy 120.533443 35.188001) (xy 120.646111 35.188001) + (xy 120.670302 35.190384) (xy 120.721156 35.2005) (xy 120.721158 35.2005) (xy 120.878844 35.2005) + (xy 120.878845 35.200499) (xy 121.033497 35.169737) (xy 121.179179 35.109394) (xy 121.310289 35.021789) + (xy 121.329786 35.002292) (xy 121.371122 34.960957) (xy 121.421786 34.910292) (xy 121.421789 34.910289) + (xy 121.509394 34.779179) (xy 121.510165 34.777319) (xy 121.525036 34.741416) (xy 121.569737 34.633497) + (xy 121.6005 34.478842) (xy 121.6005 34.321158) (xy 121.6005 34.321155) (xy 121.600499 34.321153) + (xy 121.590985 34.273322) (xy 121.569737 34.166503) (xy 121.563284 34.150924) (xy 121.509397 34.020827) + (xy 121.50939 34.020814) (xy 121.421789 33.889711) (xy 121.421786 33.889707) (xy 121.310292 33.778213) + (xy 121.310288 33.77821) (xy 121.179185 33.690609) (xy 121.179172 33.690602) (xy 121.033501 33.630264) + (xy 121.033489 33.630261) (xy 120.878845 33.5995) (xy 120.878842 33.5995) (xy 120.721158 33.5995) + (xy 120.721155 33.5995) (xy 120.56651 33.630261) (xy 120.566498 33.630264) (xy 120.459452 33.674604) + (xy 120.389983 33.682073) (xy 120.327504 33.650797) (xy 120.291852 33.590708) (xy 120.288 33.560043) + (xy 120.288 33.474786) (xy 120.287999 33.474772) (xy 120.284503 33.448216) (xy 120.273187 33.362264) + (xy 120.269669 33.353771) (xy 120.266576 33.346303) (xy 120.248289 33.302155) (xy 128.25 33.302155) + (xy 128.25 34.6) (xy 129.382096 34.6) (xy 129.35 34.761358) (xy 129.35 34.938642) (xy 129.382096 35.1) + (xy 128.25 35.1) (xy 128.25 36.397844) (xy 128.256401 36.457372) (xy 128.256403 36.457379) (xy 128.306645 36.592086) + (xy 128.306649 36.592093) (xy 128.392809 36.707187) (xy 128.392812 36.70719) (xy 128.507906 36.79335) + (xy 128.507913 36.793354) (xy 128.64262 36.843596) (xy 128.642627 36.843598) (xy 128.702155 36.849999) + (xy 128.702172 36.85) (xy 130 36.85) (xy 130 35.717904) (xy 130.161358 35.75) (xy 130.338642 35.75) + (xy 130.5 35.717904) (xy 130.5 36.85) (xy 131.797828 36.85) (xy 131.797844 36.849999) (xy 131.857372 36.843598) + (xy 131.857379 36.843596) (xy 131.909506 36.824154) (xy 134.025001 36.824154) (xy 134.035319 36.925152) + (xy 134.089546 37.0888) (xy 134.089551 37.088811) (xy 134.180052 37.235534) (xy 134.180055 37.235538) + (xy 134.301961 37.357444) (xy 134.301965 37.357447) (xy 134.448688 37.447948) (xy 134.448699 37.447953) + (xy 134.612347 37.50218) (xy 134.713352 37.512499) (xy 134.75 37.512499) (xy 134.75 36.725) (xy 134.025001 36.725) + (xy 134.025001 36.824154) (xy 131.909506 36.824154) (xy 131.992086 36.793354) (xy 131.992093 36.79335) + (xy 132.107186 36.70719) (xy 132.187934 36.599327) (xy 132.187935 36.599326) (xy 132.187936 36.599324) + (xy 132.193354 36.592086) (xy 132.243596 36.457379) (xy 132.243598 36.457372) (xy 132.249999 36.397844) + (xy 132.25 36.397827) (xy 132.25 35.1) (xy 131.117904 35.1) (xy 131.15 34.938642) (xy 131.15 34.761358) + (xy 131.117904 34.6) (xy 132.25 34.6) (xy 132.25 33.302172) (xy 132.249999 33.302155) (xy 132.243598 33.242627) + (xy 132.243596 33.24262) (xy 132.193354 33.107913) (xy 132.19335 33.107906) (xy 132.10719 32.992812) + (xy 132.107187 32.992809) (xy 131.992093 32.906649) (xy 131.992086 32.906645) (xy 131.857379 32.856403) + (xy 131.857372 32.856401) (xy 131.797844 32.85) (xy 130.5 32.85) (xy 130.5 33.982095) (xy 130.338642 33.95) + (xy 130.161358 33.95) (xy 130 33.982095) (xy 130 32.85) (xy 128.702155 32.85) (xy 128.642627 32.856401) + (xy 128.64262 32.856403) (xy 128.507913 32.906645) (xy 128.507906 32.906649) (xy 128.392812 32.992809) + (xy 128.392809 32.992812) (xy 128.306649 33.107906) (xy 128.306645 33.107913) (xy 128.256403 33.24262) + (xy 128.256401 33.242627) (xy 128.25 33.302155) (xy 120.248289 33.302155) (xy 120.223631 33.242627) + (xy 120.215198 33.222267) (xy 120.122951 33.102049) (xy 120.002733 33.009802) (xy 120.002729 33.0098) + (xy 119.895284 32.965295) (xy 119.840881 32.921454) (xy 119.818816 32.85516) (xy 119.82112 32.826542) + (xy 119.830542 32.779179) (xy 119.843186 32.715614) (xy 119.8505 32.678844) (xy 119.8505 32.521155) + (xy 119.850499 32.521153) (xy 119.848317 32.510185) (xy 119.819737 32.366503) (xy 119.813516 32.351483) + (xy 119.759397 32.220827) (xy 119.75939 32.220814) (xy 119.671789 32.089711) (xy 119.671786 32.089707) + (xy 119.560292 31.978213) (xy 119.555581 31.974347) (xy 119.556099 31.973715) (xy 119.532928 31.952012) + (xy 119.530518 31.948871) (xy 118.22 30.638355) (xy 118.219998 30.638352) (xy 118.101127 30.519481) + (xy 118.101126 30.51948) (xy 118.014314 30.46936) (xy 118.014314 30.469359) (xy 118.01431 30.469358) + (xy 117.964195 30.440423) (xy 117.811467 30.399499) (xy 117.653353 30.399499) (xy 117.645757 30.399499) + (xy 117.645741 30.3995) (xy 113.479061 30.3995) (xy 113.479057 30.399499) (xy 113.320943 30.399499) + (xy 113.320939 30.3995) (xy 109.379766 30.3995) (xy 109.312727 30.379815) (xy 109.310875 30.378602) + (xy 109.179185 30.290609) (xy 109.179172 30.290602) (xy 109.033501 30.230264) (xy 109.033489 30.230261) + (xy 108.878845 30.1995) (xy 108.878842 30.1995) (xy 108.721158 30.1995) (xy 108.721155 30.1995) + (xy 108.56651 30.230261) (xy 108.566498 30.230264) (xy 108.420827 30.290602) (xy 108.420814 30.290609) + (xy 108.289125 30.378602) (xy 108.222447 30.39948) (xy 108.220234 30.3995) (xy 108.09667 30.3995) + (xy 108.096654 30.399499) (xy 108.089058 30.399499) (xy 107.930943 30.399499) (xy 107.923347 30.399499) + (xy 107.923331 30.3995) (xy 97.711669 30.3995) (xy 97.711653 30.399499) (xy 97.704057 30.399499) + (xy 97.545943 30.399499) (xy 97.438587 30.428265) (xy 97.39321 30.440424) (xy 97.393209 30.440425) + (xy 97.343096 30.469359) (xy 97.343095 30.46936) (xy 97.299689 30.49442) (xy 97.256285 30.519479) + (xy 97.256282 30.519481) (xy 97.144478 30.631285) (xy 97.144478 30.631286) (xy 96.987582 30.788182) + (xy 96.926261 30.821666) (xy 96.899903 30.8245) (xy 96.568384 30.8245) (xy 96.549145 30.826248) + (xy 96.497807 30.830913) (xy 96.335393 30.881522) (xy 96.189811 30.96953) (xy 96.18981 30.969531) + (xy 96.087681 31.071661) (xy 96.026358 31.105146) (xy 95.956666 31.100162) (xy 95.912319 31.071661) + (xy 95.810188 30.96953) (xy 95.664606 30.881522) (xy 95.634096 30.872015) (xy 95.502196 30.830914) + (xy 95.502194 30.830913) (xy 95.502192 30.830913) (xy 95.452778 30.826423) (xy 95.431616 30.8245) + (xy 94.918384 30.8245) (xy 94.899145 30.826248) (xy 94.847807 30.830913) (xy 94.685393 30.881522) + (xy 94.539811 30.96953) (xy 94.41953 31.089811) (xy 94.331522 31.235393) (xy 94.280913 31.397807) + (xy 94.2745 31.468386) (xy 94.2745 31.799902) (xy 94.254815 31.866941) (xy 94.238181 31.887583) + (xy 93.812584 32.313181) (xy 93.751261 32.346666) (xy 93.724903 32.3495) (xy 93.274499 32.3495) + (xy 93.20746 32.329815) (xy 93.161705 32.277011) (xy 93.150499 32.2255) (xy 93.150499 32.152129) + (xy 93.150498 32.152123) (xy 93.150497 32.152116) (xy 93.144091 32.092517) (xy 93.143044 32.089711) + (xy 93.093797 31.957671) (xy 93.093793 31.957664) (xy 93.007547 31.842455) (xy 93.007544 31.842452) + (xy 92.892335 31.756206) (xy 92.892328 31.756202) (xy 92.757482 31.705908) (xy 92.757483 31.705908) + (xy 92.697883 31.699501) (xy 92.697881 31.6995) (xy 92.697873 31.6995) (xy 92.697864 31.6995) (xy 91.102129 31.6995) + (xy 91.102123 31.699501) (xy 91.042516 31.705908) (xy 90.907671 31.756202) (xy 90.907664 31.756206) + (xy 90.792455 31.842452) (xy 90.792452 31.842455) (xy 90.706206 31.957664) (xy 90.706202 31.957671) + (xy 90.655908 32.092517) (xy 90.651705 32.131616) (xy 90.649501 32.152123) (xy 90.6495 32.152135) + (xy 90.6495 33.74787) (xy 90.649501 33.747876) (xy 90.655908 33.807483) (xy 90.706202 33.942328) + (xy 90.706206 33.942335) (xy 90.792452 34.057544) (xy 90.792455 34.057547) (xy 90.907664 34.143793) + (xy 90.907671 34.143797) (xy 91.042517 34.194091) (xy 91.042516 34.194091) (xy 91.049444 34.194835) + (xy 91.102127 34.2005) (xy 92.697872 34.200499) (xy 92.757483 34.194091) (xy 92.892331 34.143796) + (xy 92.950563 34.100203) (xy 93.016025 34.075786) (xy 93.084298 34.090637) (xy 93.112554 34.111789) + (xy 94.238181 35.237416) (xy 94.271666 35.298739) (xy 94.2745 35.325097) (xy 94.2745 35.698337) + (xy 94.274501 35.698355) (xy 94.28465 35.797707) (xy 94.284651 35.79771) (xy 94.337996 35.958694) + (xy 94.338001 35.958705) (xy 94.427029 36.10304) (xy 94.427032 36.103044) (xy 94.546955 36.222967) + (xy 94.546959 36.22297) (xy 94.691294 36.311998) (xy 94.691297 36.311999) (xy 94.691303 36.312003) + (xy 94.768249 36.3375) (xy 94.829492 36.357794) (xy 94.886937 36.397567) (xy 94.91376 36.462083) + (xy 94.901445 36.530858) (xy 94.853902 36.582058) (xy 94.790488 36.5995) (xy 86.075097 36.5995) + (xy 86.008058 36.579815) (xy 85.987416 36.563181) (xy 83.824798 34.400563) (xy 83.791313 34.33924) + (xy 83.796297 34.269548) (xy 83.824798 34.2252) (xy 83.849998 34.2) (xy 84.35 34.2) (xy 84.897828 34.2) + (xy 84.897844 34.199999) (xy 84.957372 34.193598) (xy 84.957379 34.193596) (xy 85.092086 34.143354) + (xy 85.092093 34.14335) (xy 85.207187 34.05719) (xy 85.20719 34.057187) (xy 85.29335 33.942093) + (xy 85.293354 33.942086) (xy 85.343596 33.807379) (xy 85.343598 33.807372) (xy 85.349999 33.747844) + (xy 85.35 33.747827) (xy 85.35 33.2) (xy 84.35 33.2) (xy 84.35 34.2) (xy 83.849998 34.2) (xy 83.85 34.199998) + (xy 83.85 33.2) (xy 82.85 33.2) (xy 82.824798 33.225202) (xy 82.763474 33.258686) (xy 82.693782 33.253701) + (xy 82.649436 33.225201) (xy 82.175709 32.751474) (xy 82.142224 32.690151) (xy 82.147208 32.620459) + (xy 82.18908 32.564526) (xy 82.226501 32.545407) (xy 82.314398 32.518017) (xy 82.459877 32.430072) + (xy 82.580072 32.309877) (xy 82.619883 32.244022) (xy 82.67141 32.196835) (xy 82.74027 32.184996) + (xy 82.804599 32.212264) (xy 82.843973 32.269983) (xy 82.85 32.308172) (xy 82.85 32.7) (xy 83.85 32.7) + (xy 84.35 32.7) (xy 85.35 32.7) (xy 85.35 32.152172) (xy 85.349999 32.152155) (xy 85.343598 32.092627) + (xy 85.343596 32.09262) (xy 85.293354 31.957913) (xy 85.29335 31.957906) (xy 85.20719 31.842812) + (xy 85.207187 31.842809) (xy 85.092093 31.756649) (xy 85.092086 31.756645) (xy 84.957379 31.706403) + (xy 84.957372 31.706401) (xy 84.897844 31.7) (xy 84.35 31.7) (xy 84.35 32.7) (xy 83.85 32.7) (xy 83.85 31.7) + (xy 83.302155 31.7) (xy 83.242627 31.706401) (xy 83.24262 31.706403) (xy 83.107913 31.756645) (xy 83.107906 31.756649) + (xy 82.992812 31.842809) (xy 82.948266 31.902315) (xy 82.892332 31.944185) (xy 82.82264 31.949169) + (xy 82.761318 31.915683) (xy 82.727833 31.85436) (xy 82.727649 31.852649) (xy 82.725 31.85) (xy 81.949 31.85) + (xy 81.881961 31.830315) (xy 81.836206 31.777511) (xy 81.825 31.726) (xy 81.825 31.6) (xy 81.699 31.6) + (xy 81.631961 31.580315) (xy 81.586206 31.527511) (xy 81.575 31.476) (xy 81.575 31.35) (xy 82.075 31.35) + (xy 82.724999 31.35) (xy 82.724999 31.268417) (xy 82.718591 31.197897) (xy 82.71859 31.197892) (xy 82.668018 31.035603) + (xy 82.580072 30.890122) (xy 82.459877 30.769927) (xy 82.314395 30.68198) (xy 82.314396 30.68198) + (xy 82.152105 30.631409) (xy 82.152106 30.631409) (xy 82.081572 30.625) (xy 82.075 30.625) (xy 82.075 31.35) + (xy 81.575 31.35) (xy 81.575 30.625) (xy 81.574999 30.624999) (xy 81.568436 30.625) (xy 81.568417 30.625001) + (xy 81.497897 30.631408) (xy 81.497892 30.631409) (xy 81.335603 30.681981) (xy 81.190122 30.769927) + (xy 81.190121 30.769928) (xy 81.088035 30.872015) (xy 81.026712 30.9055) (xy 80.95702 30.900516) + (xy 80.912673 30.872015) (xy 80.810188 30.76953) (xy 80.664606 30.681522) (xy 80.526075 30.638355) + (xy 80.502196 30.630914) (xy 80.502194 30.630913) (xy 80.502192 30.630913) (xy 80.452778 30.626423) + (xy 80.431616 30.6245) (xy 79.918384 30.6245) (xy 79.899145 30.626248) (xy 79.847807 30.630913) + (xy 79.685393 30.681522) (xy 79.539811 30.76953) (xy 79.41953 30.889811) (xy 79.331522 31.035393) + (xy 79.280913 31.197807) (xy 79.2745 31.268386) (xy 79.2745 31.599902) (xy 79.254815 31.666941) + (xy 79.238181 31.687583) (xy 79.055445 31.870318) (xy 78.994122 31.903803) (xy 78.92443 31.898819) + (xy 78.893453 31.881904) (xy 78.852523 31.851264) (xy 78.792331 31.806204) (xy 78.792329 31.806203) + (xy 78.792328 31.806202) (xy 78.657482 31.755908) (xy 78.657483 31.755908) (xy 78.597883 31.749501) + (xy 78.597881 31.7495) (xy 78.597873 31.7495) (xy 78.597864 31.7495) (xy 77.002129 31.7495) (xy 77.002123 31.749501) + (xy 76.942516 31.755908) (xy 76.807671 31.806202) (xy 76.807664 31.806206) (xy 76.692455 31.892452) + (xy 76.692452 31.892455) (xy 76.606206 32.007664) (xy 76.606202 32.007671) (xy 76.555908 32.142517) + (xy 76.550069 32.196835) (xy 76.549501 32.202123) (xy 76.5495 32.202135) (xy 76.5495 33.79787) (xy 76.549501 33.797876) + (xy 76.555908 33.857483) (xy 76.606202 33.992328) (xy 76.606206 33.992335) (xy 76.692452 34.107544) + (xy 76.692455 34.107547) (xy 76.807664 34.193793) (xy 76.807671 34.193797) (xy 76.942517 34.244091) + (xy 76.942516 34.244091) (xy 76.949444 34.244835) (xy 77.002127 34.2505) (xy 78.597872 34.250499) + (xy 78.657483 34.244091) (xy 78.792331 34.193796) (xy 78.907546 34.107546) (xy 78.993796 33.992331) + (xy 79.044091 33.857483) (xy 79.0505 33.797873) (xy 79.050499 33.60593) (xy 79.070183 33.538891) + (xy 79.091912 33.513435) (xy 79.101439 33.504928) (xy 79.143716 33.48052) (xy 79.25552 33.368716) + (xy 79.255521 33.368713) (xy 80.012416 32.611819) (xy 80.073739 32.578334) (xy 80.100097 32.5755) + (xy 80.249903 32.5755) (xy 80.316942 32.595185) (xy 80.337584 32.611819) (xy 82.713584 34.987819) + (xy 82.747069 35.049142) (xy 82.742085 35.118834) (xy 82.700213 35.174767) (xy 82.634749 35.199184) + (xy 82.625903 35.1995) (xy 73.100097 35.1995) (xy 73.033058 35.179815) (xy 73.012416 35.163181) + (xy 71.286818 33.437583) (xy 71.253333 33.37626) (xy 71.250499 33.349902) (xy 71.250499 32.202129) + (xy 71.250498 32.202123) (xy 71.250497 32.202116) (xy 71.244091 32.142517) (xy 71.240025 32.131616) + (xy 71.193797 32.007671) (xy 71.193793 32.007664) (xy 71.107547 31.892455) (xy 71.107544 31.892452) + (xy 70.992335 31.806206) (xy 70.992328 31.806202) (xy 70.857482 31.755908) (xy 70.857483 31.755908) + (xy 70.797883 31.749501) (xy 70.797881 31.7495) (xy 70.797873 31.7495) (xy 70.797864 31.7495) (xy 69.202129 31.7495) + (xy 69.202123 31.749501) (xy 69.142516 31.755908) (xy 69.007671 31.806202) (xy 69.007664 31.806206) + (xy 68.892455 31.892452) (xy 68.892452 31.892455) (xy 68.806206 32.007664) (xy 68.806202 32.007671) + (xy 68.755908 32.142517) (xy 68.750069 32.196835) (xy 68.749501 32.202123) (xy 68.7495 32.202135) + (xy 68.7495 33.79787) (xy 68.749501 33.797876) (xy 68.755908 33.857483) (xy 68.806202 33.992328) + (xy 68.806206 33.992335) (xy 68.892452 34.107544) (xy 68.892455 34.107547) (xy 69.007664 34.193793) + (xy 69.007671 34.193797) (xy 69.142517 34.244091) (xy 69.142516 34.244091) (xy 69.149444 34.244835) + (xy 69.202127 34.2505) (xy 70.349902 34.250499) (xy 70.416941 34.270184) (xy 70.437583 34.286818) + (xy 72.315139 36.164374) (xy 72.315149 36.164385) (xy 72.319479 36.168715) (xy 72.31948 36.168716) + (xy 72.431284 36.28052) (xy 72.498426 36.319284) (xy 72.568215 36.359577) (xy 72.720943 36.400501) + (xy 72.720946 36.400501) (xy 72.886653 36.400501) (xy 72.886669 36.4005) (xy 83.299903 36.4005) + (xy 83.366942 36.420185) (xy 83.387584 36.436819) (xy 84.488584 37.537819) (xy 84.522069 37.599142) + (xy 84.517085 37.668834) (xy 84.475213 37.724767) (xy 84.409749 37.749184) (xy 84.400903 37.7495) + (xy 70.508675 37.7495) (xy 70.441636 37.729815) (xy 70.420994 37.713181) (xy 66.874323 34.16651) + (xy 63.307314 30.5995) (xy 63.25025 30.566554) (xy 63.193187 30.533608) (xy 63.129539 30.516554) + (xy 63.065892 30.4995) (xy 63.065891 30.4995) (xy 60.748457 30.4995) (xy 60.681418 30.479815) (xy 60.635663 30.427011) + (xy 60.625719 30.357853) (xy 60.648687 30.301866) (xy 60.73592 30.183669) (xy 60.735923 30.183663) + (xy 60.85848 29.951775) (xy 60.94511 29.704202) (xy 60.945112 29.704192) (xy 60.993871 29.446496) + (xy 60.993872 29.446489) (xy 60.999999 29.33738) (xy 61 29.337364) (xy 61 28.25) (xy 55.624 28.25) + (xy 55.556961 28.230315) (xy 55.511206 28.177511) (xy 55.5 28.126) (xy 55.5 27.874) (xy 55.519685 27.806961) + (xy 55.572489 27.761206) (xy 55.624 27.75) (xy 60.999999 27.75) (xy 60.999999 26.662638) (xy 60.999998 26.662618) + (xy 60.993872 26.553512) (xy 60.993871 26.553504) (xy 60.945112 26.295807) (xy 60.94511 26.295797) + (xy 60.85848 26.048224) (xy 60.735923 25.816336) (xy 60.73592 25.81633) (xy 60.648687 25.698134) + (xy 60.624716 25.632505) (xy 60.640031 25.564334) (xy 60.689771 25.515266) (xy 60.748457 25.5005) + (xy 127.0255 25.5005) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 144.134555 35.252157) (xy 144.139598 35.251377) (xy 144.167185 35.263617) (xy 144.195663 35.27362) + (xy 144.199783 35.278082) (xy 144.203463 35.279715) (xy 144.208847 35.287898) (xy 144.229391 35.310146) + (xy 144.23843 35.325097) (xy 144.24453 35.335188) (xy 144.364811 35.455469) (xy 144.364813 35.45547) + (xy 144.364815 35.455472) (xy 144.510394 35.543478) (xy 144.672804 35.594086) (xy 144.743384 35.6005) + (xy 144.743387 35.6005) (xy 145.356613 35.6005) (xy 145.356616 35.6005) (xy 145.427196 35.594086) + (xy 145.589606 35.543478) (xy 145.735185 35.455472) (xy 145.74531 35.445347) (xy 145.806632 35.41186) + (xy 145.876324 35.416842) (xy 145.901882 35.429921) (xy 146.020821 35.509394) (xy 146.020823 35.509395) + (xy 146.020827 35.509397) (xy 146.12006 35.5505) (xy 146.166503 35.569737) (xy 146.267321 35.589791) + (xy 146.321153 35.600499) (xy 146.321156 35.6005) (xy 146.321158 35.6005) (xy 146.478844 35.6005) + (xy 146.478845 35.600499) (xy 146.633497 35.569737) (xy 146.756818 35.518656) (xy 146.779172 35.509397) + (xy 146.779172 35.509396) (xy 146.779179 35.509394) (xy 146.795779 35.498301) (xy 146.862452 35.477422) + (xy 146.929834 35.495903) (xy 146.952353 35.513721) (xy 146.957288 35.518656) (xy 147.081344 35.642712) + (xy 147.230666 35.734814) (xy 147.397203 35.789999) (xy 147.499991 35.8005) (xy 148.900008 35.800499) + (xy 149.002797 35.789999) (xy 149.169334 35.734814) (xy 149.310407 35.647799) (xy 149.377795 35.629361) + (xy 149.444459 35.650283) (xy 149.489229 35.703925) (xy 149.4995 35.75334) (xy 149.4995 36.647246) + (xy 149.479815 36.714285) (xy 149.427011 36.76004) (xy 149.357853 36.769984) (xy 149.310403 36.752785) + (xy 149.169124 36.665643) (xy 149.169119 36.665641) (xy 149.002697 36.610494) (xy 149.00269 36.610493) + (xy 148.899986 36.6) (xy 148.45 36.6) (xy 148.45 38.924999) (xy 148.899972 38.924999) (xy 148.899986 38.924998) + (xy 149.002697 38.914505) (xy 149.169119 38.859358) (xy 149.16913 38.859353) (xy 149.310403 38.772215) + (xy 149.377795 38.753774) (xy 149.444459 38.774696) (xy 149.489229 38.828338) (xy 149.4995 38.877753) + (xy 149.4995 40.836763) (xy 149.479815 40.903802) (xy 149.427011 40.949557) (xy 149.357853 40.959501) + (xy 149.332168 40.952945) (xy 149.207382 40.906403) (xy 149.207372 40.906401) (xy 149.147844 40.9) + (xy 148.5 40.9) (xy 148.5 41.816988) (xy 148.442993 41.784075) (xy 148.315826 41.75) (xy 148.184174 41.75) + (xy 148.057007 41.784075) (xy 148 41.816988) (xy 148 40.9) (xy 147.352155 40.9) (xy 147.292627 40.906401) + (xy 147.29262 40.906403) (xy 147.157913 40.956645) (xy 147.157906 40.956649) (xy 147.042812 41.042809) + (xy 146.973766 41.135042) (xy 146.917832 41.176912) (xy 146.84814 41.181896) (xy 146.786817 41.14841) + (xy 146.753333 41.087086) (xy 146.7505 41.06073) (xy 146.7505 40.152976) (xy 146.768382 40.088829) + (xy 146.843478 39.964606) (xy 146.894086 39.802196) (xy 146.9005 39.731616) (xy 146.9005 39.068384) + (xy 146.894086 38.997804) (xy 146.854513 38.87081) (xy 146.853364 38.800952) (xy 146.890165 38.74156) + (xy 146.953234 38.711492) (xy 147.022547 38.720296) (xy 147.060581 38.746242) (xy 147.081654 38.767315) + (xy 147.230875 38.859356) (xy 147.23088 38.859358) (xy 147.397302 38.914505) (xy 147.397309 38.914506) + (xy 147.500019 38.924999) (xy 147.949999 38.924999) (xy 147.95 38.924998) (xy 147.95 38.0125) (xy 146.800001 38.0125) + (xy 146.800001 38.039502) (xy 146.780316 38.106541) (xy 146.727512 38.152296) (xy 146.658354 38.16224) + (xy 146.594798 38.133215) (xy 146.587466 38.125685) (xy 146.58726 38.125892) (xy 145.761381 37.300013) + (xy 146.8 37.300013) (xy 146.8 37.5125) (xy 147.95 37.5125) (xy 147.95 36.6) (xy 147.500028 36.6) + (xy 147.500012 36.600001) (xy 147.397302 36.610494) (xy 147.23088 36.665641) (xy 147.230875 36.665643) + (xy 147.081654 36.757684) (xy 146.957684 36.881654) (xy 146.865643 37.030875) (xy 146.865641 37.03088) + (xy 146.810494 37.197302) (xy 146.810493 37.197309) (xy 146.8 37.300013) (xy 145.761381 37.300013) + (xy 144.036819 35.575451) (xy 144.003334 35.514128) (xy 144.000507 35.489107) (xy 144.0005 35.488458) + (xy 144.0005 35.393384) (xy 143.999336 35.380578) (xy 143.999283 35.375635) (xy 144.007473 35.346586) + (xy 144.013321 35.316975) (xy 144.016859 35.313297) (xy 144.018244 35.308388) (xy 144.040835 35.288381) + (xy 144.061767 35.266629) (xy 144.066731 35.265448) (xy 144.070551 35.262066) (xy 144.100379 35.257448) + (xy 144.129742 35.250467) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 100.018834 33.732914) (xy 100.074767 33.774786) (xy 100.099184 33.84025) (xy 100.0995 33.849096) + (xy 100.0995 37.06287) (xy 100.099501 37.062876) (xy 100.105908 37.122483) (xy 100.156202 37.257328) + (xy 100.156206 37.257335) (xy 100.242452 37.372544) (xy 100.242455 37.372547) (xy 100.357664 37.458793) + (xy 100.357671 37.458797) (xy 100.492517 37.509091) (xy 100.492516 37.509091) (xy 100.495335 37.509394) + (xy 100.552127 37.5155) (xy 104.047872 37.515499) (xy 104.107483 37.509091) (xy 104.242331 37.458796) + (xy 104.357546 37.372546) (xy 104.443796 37.257331) (xy 104.494091 37.122483) (xy 104.5005 37.062873) + (xy 104.500499 36.049095) (xy 104.520183 35.982057) (xy 104.572987 35.936302) (xy 104.642146 35.926358) + (xy 104.705702 35.955383) (xy 104.71218 35.961415) (xy 105.192092 36.441327) (xy 105.225577 36.50265) + (xy 105.226204 36.539931) (xy 105.227788 36.540056) (xy 105.2245 36.581829) (xy 105.2245 36.95815) + (xy 105.224501 36.958175) (xy 105.227291 36.993627) (xy 105.27138 37.145385) (xy 105.271382 37.14539) + (xy 105.351827 37.281416) (xy 105.351834 37.281425) (xy 105.463574 37.393165) (xy 105.463578 37.393168) + (xy 105.46358 37.39317) (xy 105.59961 37.473618) (xy 105.722752 37.509394) (xy 105.743769 37.5155) + (xy 105.751373 37.517709) (xy 105.786837 37.5205) (xy 106.313162 37.520499) (xy 106.348627 37.517709) + (xy 106.50039 37.473618) (xy 106.63642 37.39317) (xy 106.636419 37.39317) (xy 106.643135 37.389199) + (xy 106.644569 37.391623) (xy 106.697142 37.370985) (xy 106.708101 37.3705) (xy 106.943331 37.3705) + (xy 106.943347 37.370501) (xy 106.950943 37.370501) (xy 107.109054 37.370501) (xy 107.109057 37.370501) + (xy 107.261785 37.329577) (xy 107.333886 37.287949) (xy 107.388502 37.256417) (xy 107.456403 37.239946) + (xy 107.522429 37.262799) (xy 107.565619 37.317721) (xy 107.5745 37.363805) (xy 107.5745 37.606616) + (xy 107.576423 37.627778) (xy 107.580913 37.677192) (xy 107.580913 37.677194) (xy 107.580914 37.677196) + (xy 107.631522 37.839606) (xy 107.696176 37.946557) (xy 107.71953 37.985188) (xy 107.822015 38.087673) + (xy 107.8555 38.148996) (xy 107.850516 38.218688) (xy 107.822015 38.263035) (xy 107.719928 38.365121) + (xy 107.719927 38.365122) (xy 107.63198 38.510604) (xy 107.581409 38.672893) (xy 107.575 38.743427) + (xy 107.575 38.75) (xy 108.426 38.75) (xy 108.493039 38.769685) (xy 108.538794 38.822489) (xy 108.55 38.874) + (xy 108.55 39) (xy 108.676 39) (xy 108.743039 39.019685) (xy 108.788794 39.072489) (xy 108.8 39.124) + (xy 108.8 39.928638) (xy 108.780315 39.995677) (xy 108.763681 40.016319) (xy 108.75 40.03) (xy 108.75 40.626) + (xy 108.730315 40.693039) (xy 108.677511 40.738794) (xy 108.626 40.75) (xy 108.5 40.75) (xy 108.5 40.876) + (xy 108.480315 40.943039) (xy 108.427511 40.988794) (xy 108.376 41) (xy 107.550001 41) (xy 107.550001 41.048322) + (xy 107.560144 41.147607) (xy 107.613452 41.308481) (xy 107.613454 41.308486) (xy 107.676318 41.410403) + (xy 107.694758 41.477795) (xy 107.673836 41.544459) (xy 107.620194 41.589229) (xy 107.570779 41.5995) + (xy 107.500097 41.5995) (xy 107.433058 41.579815) (xy 107.412416 41.563181) (xy 106.461416 40.612181) + (xy 106.427931 40.550858) (xy 106.432915 40.481166) (xy 106.474787 40.425233) (xy 106.540251 40.400816) + (xy 106.549097 40.4005) (xy 106.678844 40.4005) (xy 106.678845 40.400499) (xy 106.833497 40.369737) + (xy 106.956674 40.318716) (xy 106.979172 40.309397) (xy 106.979172 40.309396) (xy 106.979179 40.309394) + (xy 107.110289 40.221789) (xy 107.221789 40.110289) (xy 107.309394 39.979179) (xy 107.369737 39.833497) + (xy 107.4005 39.678842) (xy 107.4005 39.55129) (xy 107.420185 39.484251) (xy 107.472989 39.438496) + (xy 107.542147 39.428552) (xy 107.605703 39.457577) (xy 107.630617 39.48714) (xy 107.719927 39.634877) + (xy 107.829962 39.744912) (xy 107.863447 39.806235) (xy 107.858463 39.875927) (xy 107.825818 39.920763) + (xy 107.827375 39.92232) (xy 107.702427 40.047267) (xy 107.702424 40.047271) (xy 107.613457 40.191507) + (xy 107.613452 40.191518) (xy 107.560144 40.352393) (xy 107.55 40.451677) (xy 107.55 40.5) (xy 108.25 40.5) + (xy 108.25 39.746362) (xy 108.269685 39.679323) (xy 108.286319 39.658681) (xy 108.3 39.645) (xy 108.3 39.25) + (xy 107.575001 39.25) (xy 107.570288 39.254712) (xy 107.555316 39.305702) (xy 107.502512 39.351457) + (xy 107.433354 39.361401) (xy 107.369798 39.332376) (xy 107.33644 39.286115) (xy 107.309397 39.220827) + (xy 107.30939 39.220814) (xy 107.221789 39.089711) (xy 107.221786 39.089707) (xy 107.110292 38.978213) + (xy 107.110288 38.97821) (xy 106.979185 38.890609) (xy 106.979172 38.890602) (xy 106.833501 38.830264) + (xy 106.833489 38.830261) (xy 106.678845 38.7995) (xy 106.678842 38.7995) (xy 106.521158 38.7995) + (xy 106.521155 38.7995) (xy 106.36651 38.830261) (xy 106.366498 38.830264) (xy 106.220827 38.890602) + (xy 106.220814 38.890609) (xy 106.089125 38.978602) (xy 106.022447 38.99948) (xy 106.020234 38.9995) + (xy 100.500098 38.9995) (xy 100.433059 38.979815) (xy 100.412417 38.963181) (xy 99.761972 38.312736) + (xy 99.064339 37.615104) (xy 99.030855 37.553782) (xy 99.035839 37.48409) (xy 99.077711 37.428157) + (xy 99.088901 37.420691) (xy 99.13611 37.392771) (xy 99.136116 37.392767) (xy 99.247767 37.281116) + (xy 99.247773 37.281108) (xy 99.328154 37.145191) (xy 99.328156 37.145185) (xy 99.364525 37.02) + (xy 98.674 37.02) (xy 98.606961 37.000315) (xy 98.561206 36.947511) (xy 98.55 36.896) (xy 98.55 36.644) + (xy 98.569685 36.576961) (xy 98.622489 36.531206) (xy 98.674 36.52) (xy 99.364526 36.52) (xy 99.364525 36.519999) + (xy 99.328156 36.394814) (xy 99.328154 36.394808) (xy 99.247773 36.258891) (xy 99.247767 36.258883) + (xy 99.211918 36.223034) (xy 99.178433 36.161711) (xy 99.183417 36.092019) (xy 99.211919 36.047671) + (xy 99.248165 36.011425) (xy 99.24817 36.01142) (xy 99.328618 35.87539) (xy 99.372709 35.723627) + (xy 99.3755 35.688163) (xy 99.375499 35.311838) (xy 99.372709 35.276373) (xy 99.328618 35.12461) + (xy 99.274459 35.033033) (xy 99.248172 34.988583) (xy 99.248165 34.988574) (xy 99.212272 34.952681) + (xy 99.178787 34.891358) (xy 99.183771 34.821666) (xy 99.212272 34.777319) (xy 99.248165 34.741425) + (xy 99.24817 34.74142) (xy 99.328618 34.60539) (xy 99.372709 34.453627) (xy 99.3755 34.418163) (xy 99.375499 34.325095) + (xy 99.395183 34.258058) (xy 99.411813 34.23742) (xy 99.88782 33.761414) (xy 99.949142 33.72793) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 117.702213 36.188166) (xy 117.702783 36.188005) (xy 117.735709 36.198002) (xy 117.768685 36.207685) + (xy 117.769072 36.208131) (xy 117.769639 36.208304) (xy 117.791951 36.234535) (xy 117.81444 36.260489) + (xy 117.81465 36.261222) (xy 117.814908 36.261525) (xy 117.821024 36.283413) (xy 117.824584 36.295811) + (xy 117.826716 36.312003) (xy 117.827874 36.32079) (xy 117.827745 36.320806) (xy 117.827956 36.322473) + (xy 117.827874 36.354208) (xy 117.826813 36.362262) (xy 117.826813 36.362264) (xy 117.824872 36.377011) + (xy 117.812 36.474772) (xy 117.812 36.700227) (xy 117.827874 36.820792) (xy 117.824899 36.821183) + (xy 117.824899 36.853816) (xy 117.827874 36.854208) (xy 117.826813 36.862262) (xy 117.826813 36.862264) + (xy 117.824486 36.879939) (xy 117.812 36.974772) (xy 117.812 37.200227) (xy 117.822649 37.281108) + (xy 117.823549 37.287947) (xy 117.827874 37.320792) (xy 117.824899 37.321183) (xy 117.824899 37.353816) + (xy 117.827874 37.354208) (xy 117.826813 37.362262) (xy 117.826813 37.362264) (xy 117.825459 37.372547) + (xy 117.812 37.474772) (xy 117.812 37.700227) (xy 117.819399 37.75642) (xy 117.826281 37.808697) + (xy 117.827874 37.820792) (xy 117.824899 37.821183) (xy 117.824899 37.853816) (xy 117.827874 37.854208) + (xy 117.826813 37.862262) (xy 117.826813 37.862264) (xy 117.82489 37.876874) (xy 117.812 37.974772) + (xy 117.812 38.200227) (xy 117.827874 38.320792) (xy 117.824899 38.321183) (xy 117.824899 38.353816) + (xy 117.827874 38.354208) (xy 117.812 38.474772) (xy 117.812 38.700227) (xy 117.820833 38.767315) + (xy 117.82507 38.7995) (xy 117.827874 38.820792) (xy 117.824899 38.821183) (xy 117.824899 38.853816) + (xy 117.827874 38.854208) (xy 117.812 38.974772) (xy 117.812 39.138) (xy 117.792315 39.205039) (xy 117.739511 39.250794) + (xy 117.688 39.262) (xy 117.524772 39.262) (xy 117.422765 39.27543) (xy 117.422763 39.27543) (xy 117.412264 39.276813) + (xy 117.272267 39.334802) (xy 117.212986 39.380289) (xy 117.147819 39.405484) (xy 117.079374 39.391446) + (xy 117.062015 39.38029) (xy 117.036012 39.360338) (xy 116.99481 39.30391) (xy 116.98862 39.268394) + (xy 116.987499 39.267411) (xy 116.90477 39.278304) (xy 116.871027 39.276093) (xy 116.870793 39.277874) + (xy 116.862736 39.276813) (xy 116.834313 39.273071) (xy 116.750227 39.262) (xy 116.75022 39.262) + (xy 116.52478 39.262) (xy 116.524772 39.262) (xy 116.440687 39.273071) (xy 116.412264 39.276813) + (xy 116.412262 39.276813) (xy 116.404208 39.277874) (xy 116.403816 39.274899) (xy 116.371184 39.274899) + (xy 116.370792 39.277874) (xy 116.362737 39.276813) (xy 116.362736 39.276813) (xy 116.333771 39.272999) + (xy 116.250227 39.262) (xy 116.25022 39.262) (xy 116.02478 39.262) (xy 116.024772 39.262) (xy 115.940687 39.273071) + (xy 115.912264 39.276813) (xy 115.912262 39.276813) (xy 115.904208 39.277874) (xy 115.903816 39.274899) + (xy 115.871184 39.274899) (xy 115.870792 39.277874) (xy 115.862737 39.276813) (xy 115.862736 39.276813) + (xy 115.833771 39.272999) (xy 115.750227 39.262) (xy 115.75022 39.262) (xy 115.52478 39.262) (xy 115.524772 39.262) + (xy 115.440687 39.273071) (xy 115.412264 39.276813) (xy 115.412262 39.276813) (xy 115.404208 39.277874) + (xy 115.403816 39.274899) (xy 115.371184 39.274899) (xy 115.370792 39.277874) (xy 115.362737 39.276813) + (xy 115.362736 39.276813) (xy 115.333771 39.272999) (xy 115.250227 39.262) (xy 115.25022 39.262) + (xy 115.02478 39.262) (xy 115.024772 39.262) (xy 114.940687 39.273071) (xy 114.912264 39.276813) + (xy 114.912262 39.276813) (xy 114.904208 39.277874) (xy 114.903816 39.274899) (xy 114.871184 39.274899) + (xy 114.870792 39.277874) (xy 114.862737 39.276813) (xy 114.862736 39.276813) (xy 114.833771 39.272999) + (xy 114.750227 39.262) (xy 114.75022 39.262) (xy 114.52478 39.262) (xy 114.524772 39.262) (xy 114.440687 39.273071) + (xy 114.412264 39.276813) (xy 114.412262 39.276813) (xy 114.404208 39.277874) (xy 114.403816 39.274899) + (xy 114.371184 39.274899) (xy 114.370792 39.277874) (xy 114.362737 39.276813) (xy 114.362736 39.276813) + (xy 114.333771 39.272999) (xy 114.250227 39.262) (xy 114.25022 39.262) (xy 114.02478 39.262) (xy 114.024772 39.262) + (xy 113.940687 39.273071) (xy 113.912264 39.276813) (xy 113.912262 39.276813) (xy 113.904208 39.277874) + (xy 113.903816 39.274899) (xy 113.871184 39.274899) (xy 113.870792 39.277874) (xy 113.862737 39.276813) + (xy 113.862736 39.276813) (xy 113.833771 39.272999) (xy 113.750227 39.262) (xy 113.75022 39.262) + (xy 113.52478 39.262) (xy 113.524772 39.262) (xy 113.440687 39.273071) (xy 113.412264 39.276813) + (xy 113.412262 39.276813) (xy 113.404208 39.277874) (xy 113.403816 39.274899) (xy 113.371184 39.274899) + (xy 113.370792 39.277874) (xy 113.362737 39.276813) (xy 113.362736 39.276813) (xy 113.333771 39.272999) + (xy 113.250227 39.262) (xy 113.25022 39.262) (xy 113.02478 39.262) (xy 113.024774 39.262) (xy 113.024769 39.262001) + (xy 112.940685 39.273071) (xy 112.87165 39.262305) (xy 112.819394 39.215925) (xy 112.8005 39.150132) + (xy 112.8005 39.108655) (xy 112.800499 39.108653) (xy 112.77845 38.997807) (xy 112.769737 38.954003) + (xy 112.743479 38.890609) (xy 112.709397 38.808327) (xy 112.70939 38.808314) (xy 112.621789 38.677211) + (xy 112.621786 38.677207) (xy 112.510292 38.565713) (xy 112.510288 38.56571) (xy 112.379185 38.478109) + (xy 112.379172 38.478102) (xy 112.254738 38.426561) (xy 112.200334 38.382721) (xy 112.178269 38.316426) + (xy 112.195548 38.248727) (xy 112.246685 38.201116) (xy 112.30219 38.188) (xy 115.541951 38.188) + (xy 115.541967 38.188001) (xy 115.549563 38.188001) (xy 115.707674 38.188001) (xy 115.707677 38.188001) + (xy 115.860405 38.147077) (xy 115.920782 38.112218) (xy 115.997336 38.06802) (xy 116.10914 37.956216) + (xy 116.10914 37.956214) (xy 116.119346 37.946009) (xy 116.11935 37.946004) (xy 116.172335 37.893019) + (xy 116.222722 37.842632) (xy 116.284044 37.809148) (xy 116.286211 37.808697) (xy 116.2869 37.80856) + (xy 116.286902 37.80856) (xy 116.441557 37.777797) (xy 116.587239 37.717454) (xy 116.718349 37.629849) + (xy 116.829849 37.518349) (xy 116.917454 37.387239) (xy 116.924388 37.3705) (xy 116.961411 37.281116) + (xy 116.977797 37.241557) (xy 117.00856 37.086902) (xy 117.00856 36.929218) (xy 117.00856 36.929215) + (xy 117.008559 36.929213) (xy 116.998758 36.879939) (xy 116.977797 36.774563) (xy 116.9759 36.769984) + (xy 116.917457 36.628887) (xy 116.91745 36.628874) (xy 116.829849 36.497771) (xy 116.829846 36.497767) + (xy 116.73176 36.399681) (xy 116.698275 36.338358) (xy 116.703259 36.268666) (xy 116.745131 36.212733) + (xy 116.810595 36.188316) (xy 116.819441 36.188) (xy 117.701646 36.188) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 149.442539 32.370185) (xy 149.488294 32.422989) (xy 149.4995 32.4745) (xy 149.4995 33.521659) + (xy 149.479815 33.588698) (xy 149.427011 33.634453) (xy 149.357853 33.644397) (xy 149.310404 33.627198) + (xy 149.16934 33.540189) (xy 149.169335 33.540187) (xy 149.169334 33.540186) (xy 149.002797 33.485001) + (xy 149.002795 33.485) (xy 148.90001 33.4745) (xy 147.499998 33.4745) (xy 147.499981 33.474501) + (xy 147.397203 33.485) (xy 147.3972 33.485001) (xy 147.230668 33.540185) (xy 147.230663 33.540187) + (xy 147.081342 33.632289) (xy 146.957289 33.756342) (xy 146.865187 33.905663) (xy 146.865186 33.905666) + (xy 146.842867 33.97302) (xy 146.803093 34.030465) (xy 146.738577 34.057287) (xy 146.677709 34.048576) + (xy 146.633497 34.030263) (xy 146.633489 34.030261) (xy 146.478845 33.9995) (xy 146.478842 33.9995) + (xy 146.321158 33.9995) (xy 146.321155 33.9995) (xy 146.16651 34.030261) (xy 146.166498 34.030264) + (xy 146.022136 34.090061) (xy 145.974684 34.0995) (xy 145.94152 34.0995) (xy 145.874481 34.079815) + (xy 145.853839 34.063181) (xy 145.735188 33.94453) (xy 145.73155 33.942331) (xy 145.589606 33.856522) + (xy 145.427196 33.805914) (xy 145.427194 33.805913) (xy 145.427192 33.805913) (xy 145.377778 33.801423) + (xy 145.356616 33.7995) (xy 144.743384 33.7995) (xy 144.724145 33.801248) (xy 144.672807 33.805913) + (xy 144.510393 33.856522) (xy 144.364811 33.94453) (xy 144.24453 34.064811) (xy 144.228799 34.090834) + (xy 144.17727 34.13802) (xy 144.108411 34.149858) (xy 144.044082 34.122588) (xy 144.004709 34.064869) + (xy 143.999192 34.015457) (xy 144 34.006567) (xy 144 34) (xy 143.174 34) (xy 143.106961 33.980315) + (xy 143.061206 33.927511) (xy 143.05 33.876) (xy 143.05 33.75) (xy 142.924 33.75) (xy 142.856961 33.730315) + (xy 142.811206 33.677511) (xy 142.8 33.626) (xy 142.8 33.5) (xy 143.3 33.5) (xy 143.999999 33.5) + (xy 143.999999 33.493417) (xy 143.993591 33.422897) (xy 143.99359 33.422892) (xy 143.943018 33.260603) + (xy 143.855072 33.115122) (xy 143.734877 32.994927) (xy 143.589395 32.90698) (xy 143.589396 32.90698) + (xy 143.427105 32.856409) (xy 143.427106 32.856409) (xy 143.356572 32.85) (xy 143.3 32.85) (xy 143.3 33.5) + (xy 142.8 33.5) (xy 142.8 32.85) (xy 142.799999 32.849999) (xy 142.743418 32.85) (xy 142.743417 32.850001) + (xy 142.672897 32.856408) (xy 142.672892 32.856409) (xy 142.510603 32.906981) (xy 142.365122 32.994927) + (xy 142.244927 33.115122) (xy 142.156981 33.260603) (xy 142.112971 33.401834) (xy 142.074233 33.459982) + (xy 142.010208 33.487955) (xy 141.941223 33.476873) (xy 141.88918 33.430254) (xy 141.889047 33.43004) + (xy 141.822571 33.322266) (xy 141.702732 33.202427) (xy 141.702728 33.202424) (xy 141.558492 33.113457) + (xy 141.558481 33.113452) (xy 141.397606 33.060144) (xy 141.298322 33.05) (xy 141.25 33.05) (xy 141.25 33.876) + (xy 141.230315 33.943039) (xy 141.177511 33.988794) (xy 141.126 34) (xy 141 34) (xy 141 34.126) + (xy 140.980315 34.193039) (xy 140.927511 34.238794) (xy 140.876 34.25) (xy 140.025001 34.25) (xy 140.025001 34.273322) + (xy 140.035144 34.372607) (xy 140.088452 34.533481) (xy 140.088457 34.533492) (xy 140.177424 34.677728) + (xy 140.177427 34.677732) (xy 140.18666 34.686965) (xy 140.220145 34.748288) (xy 140.215161 34.81798) + (xy 140.186663 34.862324) (xy 140.177033 34.871953) (xy 140.177029 34.871959) (xy 140.088001 35.016294) + (xy 140.087996 35.016305) (xy 140.034651 35.17729) (xy 140.0245 35.276647) (xy 140.0245 35.823337) + (xy 140.024501 35.823355) (xy 140.03465 35.922707) (xy 140.034651 35.92271) (xy 140.087996 36.083694) + (xy 140.088001 36.083705) (xy 140.177029 36.22804) (xy 140.177032 36.228044) (xy 140.296955 36.347967) + (xy 140.296959 36.34797) (xy 140.441294 36.436998) (xy 140.441297 36.436999) (xy 140.441303 36.437003) + (xy 140.602292 36.490349) (xy 140.701655 36.5005) (xy 140.837768 36.500499) (xy 140.904808 36.520183) + (xy 140.92545 36.536818) (xy 140.963181 36.574549) (xy 140.996666 36.635872) (xy 140.9995 36.66223) + (xy 140.9995 36.678846) (xy 141.030261 36.833489) (xy 141.030263 36.833497) (xy 141.038766 36.854026) + (xy 141.040061 36.857151) (xy 141.0495 36.904604) (xy 141.0495 36.98348) (xy 141.029815 37.050519) + (xy 141.013181 37.071161) (xy 140.969531 37.11481) (xy 140.96953 37.114811) (xy 140.881522 37.260393) + (xy 140.830913 37.422807) (xy 140.8245 37.493386) (xy 140.8245 37.8755) (xy 140.804815 37.942539) + (xy 140.752011 37.988294) (xy 140.7005 37.9995) (xy 139.900097 37.9995) (xy 139.833058 37.979815) + (xy 139.812416 37.963181) (xy 139.591176 37.741941) (xy 139.557691 37.680618) (xy 139.562675 37.610926) + (xy 139.572118 37.591152) (xy 139.603618 37.53789) (xy 139.647709 37.386127) (xy 139.6505 37.350663) + (xy 139.650499 36.149338) (xy 139.647709 36.113873) (xy 139.603618 35.96211) (xy 139.52317 35.82608) + (xy 139.523168 35.826078) (xy 139.523165 35.826074) (xy 139.411427 35.714336) (xy 139.411422 35.714332) + (xy 139.41142 35.71433) (xy 139.411416 35.714328) (xy 139.406458 35.710482) (xy 139.36555 35.65384) + (xy 139.361758 35.584073) (xy 139.396287 35.523332) (xy 139.406458 35.514518) (xy 139.411411 35.510675) + (xy 139.41142 35.51067) (xy 139.52317 35.39892) (xy 139.603618 35.26289) (xy 139.647709 35.111127) + (xy 139.6505 35.075663) (xy 139.650499 33.874338) (xy 139.647709 33.838873) (xy 139.615113 33.726677) + (xy 140.025 33.726677) (xy 140.025 33.75) (xy 140.75 33.75) (xy 140.75 33.05) (xy 140.749999 33.049999) + (xy 140.701693 33.05) (xy 140.701675 33.050001) (xy 140.602392 33.060144) (xy 140.441518 33.113452) + (xy 140.441507 33.113457) (xy 140.297271 33.202424) (xy 140.297267 33.202427) (xy 140.177427 33.322267) + (xy 140.177424 33.322271) (xy 140.088457 33.466507) (xy 140.088452 33.466518) (xy 140.035144 33.627393) + (xy 140.025 33.726677) (xy 139.615113 33.726677) (xy 139.603618 33.68711) (xy 139.52317 33.55108) + (xy 139.519199 33.544365) (xy 139.521623 33.54293) (xy 139.500985 33.490358) (xy 139.5005 33.479399) + (xy 139.5005 33.470944) (xy 139.500499 33.470938) (xy 139.497095 33.458237) (xy 139.494411 33.448216) + (xy 139.459577 33.318215) (xy 139.444393 33.291917) (xy 139.423653 33.255993) (xy 139.423652 33.255992) + (xy 139.380521 33.181286) (xy 139.38052 33.181284) (xy 139.268716 33.06948) (xy 139.268715 33.069479) + (xy 139.264385 33.065149) (xy 139.264374 33.065139) (xy 139.011819 32.812584) (xy 138.978334 32.751261) + (xy 138.9755 32.724903) (xy 138.9755 32.4745) (xy 138.995185 32.407461) (xy 139.047989 32.361706) + (xy 139.0995 32.3505) (xy 149.3755 32.3505) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 97.759118 35.945101) (xy 97.762664 35.944725) (xy 97.790916 35.958917) (xy 97.819928 35.971523) + (xy 97.822849 35.974958) (xy 97.825098 35.976088) (xy 97.843205 35.99728) (xy 97.845304 36.000385) + (xy 97.85183 36.01142) (xy 97.854709 36.014299) (xy 97.854712 36.014303) (xy 97.888081 36.047672) + (xy 97.921566 36.108995) (xy 97.916582 36.178687) (xy 97.888082 36.223033) (xy 97.852233 36.258882) + (xy 97.852226 36.258891) (xy 97.771844 36.394811) (xy 97.771843 36.394814) (xy 97.738351 36.510095) + (xy 97.700745 36.568981) (xy 97.637273 36.598187) (xy 97.619275 36.5995) (xy 97.207923 36.5995) + (xy 97.140884 36.579815) (xy 97.095129 36.527011) (xy 97.085185 36.457853) (xy 97.11421 36.394297) + (xy 97.168919 36.357794) (xy 97.308481 36.311547) (xy 97.308492 36.311542) (xy 97.452728 36.222575) + (xy 97.452732 36.222572) (xy 97.572571 36.102733) (xy 97.634935 36.001626) (xy 97.637587 35.99924) + (xy 97.638718 35.995859) (xy 97.663366 35.976054) (xy 97.686883 35.954902) (xy 97.690403 35.954329) + (xy 97.693184 35.952095) (xy 97.724624 35.94876) (xy 97.755846 35.943679) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 136.420086 35.520185) (xy 136.465841 35.572989) (xy 136.475785 35.642147) (xy 136.44676 35.705703) + (xy 136.440728 35.712181) (xy 136.326834 35.826074) (xy 136.326827 35.826083) (xy 136.246382 35.962109) + (xy 136.24638 35.962114) (xy 136.210926 36.084149) (xy 136.17332 36.143035) (xy 136.109847 36.172241) + (xy 136.040661 36.162495) (xy 135.987726 36.116891) (xy 135.968492 36.062155) (xy 135.964681 36.024848) + (xy 135.910453 35.861199) (xy 135.910448 35.861188) (xy 135.835449 35.739597) (xy 135.817008 35.672205) + (xy 135.83793 35.605541) (xy 135.891572 35.560772) (xy 135.940987 35.5505) (xy 136.078844 35.5505) + (xy 136.078845 35.550499) (xy 136.155152 35.53532) (xy 136.233488 35.519739) (xy 136.233489 35.519738) + (xy 136.233497 35.519737) (xy 136.257155 35.509937) (xy 136.304604 35.5005) (xy 136.353047 35.5005) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 144.055425 34.327251) (xy 144.0948 34.384969) (xy 144.100318 34.434374) (xy 144.0995 34.443384) + (xy 144.0995 34.443392) (xy 144.0995 34.956613) (xy 144.100215 34.964488) (xy 144.086673 35.033033) + (xy 144.038223 35.083375) (xy 143.970247 35.099532) (xy 143.904327 35.076373) (xy 143.870606 35.03985) + (xy 143.866485 35.033033) (xy 143.855472 35.014815) (xy 143.855471 35.014814) (xy 143.855468 35.01481) + (xy 143.735188 34.89453) (xy 143.729941 34.891358) (xy 143.589606 34.806522) (xy 143.589605 34.806521) + (xy 143.588451 34.805824) (xy 143.541263 34.754296) (xy 143.529425 34.685436) (xy 143.556694 34.621108) + (xy 143.588451 34.59359) (xy 143.734877 34.505072) (xy 143.855071 34.384878) (xy 143.855074 34.384874) + (xy 143.87071 34.35901) (xy 143.922237 34.311822) (xy 143.991096 34.299983) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 114.195629 33.283555) (xy 114.212984 33.294708) (xy 114.272267 33.340198) (xy 114.412264 33.398187) + (xy 114.52478 33.413) (xy 114.524787 33.413) (xy 114.750213 33.413) (xy 114.75022 33.413) (xy 114.862736 33.398187) + (xy 114.862736 33.398186) (xy 114.870795 33.397126) (xy 114.871198 33.400189) (xy 114.903802 33.400189) + (xy 114.904205 33.397126) (xy 114.912263 33.398186) (xy 114.912264 33.398187) (xy 115.02478 33.413) + (xy 115.024787 33.413) (xy 115.250213 33.413) (xy 115.25022 33.413) (xy 115.362736 33.398187) (xy 115.362736 33.398186) + (xy 115.370795 33.397126) (xy 115.371198 33.400189) (xy 115.403802 33.400189) (xy 115.404205 33.397126) + (xy 115.412263 33.398186) (xy 115.412264 33.398187) (xy 115.52478 33.413) (xy 115.524787 33.413) + (xy 115.750213 33.413) (xy 115.75022 33.413) (xy 115.862736 33.398187) (xy 115.862736 33.398186) + (xy 115.870795 33.397126) (xy 115.871198 33.400189) (xy 115.903802 33.400189) (xy 115.904205 33.397126) + (xy 115.912263 33.398186) (xy 115.912264 33.398187) (xy 116.02478 33.413) (xy 116.024787 33.413) + (xy 116.250213 33.413) (xy 116.25022 33.413) (xy 116.362736 33.398187) (xy 116.362736 33.398186) + (xy 116.370795 33.397126) (xy 116.371198 33.400189) (xy 116.403802 33.400189) (xy 116.404205 33.397126) + (xy 116.412263 33.398186) (xy 116.412264 33.398187) (xy 116.52478 33.413) (xy 116.524787 33.413) + (xy 116.750213 33.413) (xy 116.75022 33.413) (xy 116.862736 33.398187) (xy 116.862736 33.398186) + (xy 116.870795 33.397126) (xy 116.871198 33.400189) (xy 116.903802 33.400189) (xy 116.904205 33.397126) + (xy 116.912263 33.398186) (xy 116.912264 33.398187) (xy 117.02478 33.413) (xy 117.024787 33.413) + (xy 117.250213 33.413) (xy 117.25022 33.413) (xy 117.362736 33.398187) (xy 117.362736 33.398186) + (xy 117.370795 33.397126) (xy 117.371198 33.400189) (xy 117.403802 33.400189) (xy 117.404205 33.397126) + (xy 117.412263 33.398186) (xy 117.412264 33.398187) (xy 117.52478 33.413) (xy 117.524787 33.413) + (xy 117.688 33.413) (xy 117.755039 33.432685) (xy 117.800794 33.485489) (xy 117.812 33.537) (xy 117.812 33.700227) + (xy 117.82507 33.7995) (xy 117.826813 33.812736) (xy 117.884802 33.952733) (xy 117.930291 34.012015) + (xy 117.955484 34.077184) (xy 117.941445 34.145629) (xy 117.930291 34.162984) (xy 117.910339 34.188986) + (xy 117.853913 34.230189) (xy 117.818394 34.236379) (xy 117.817411 34.2375) (xy 117.828304 34.320229) + (xy 117.826095 34.353972) (xy 117.827874 34.354207) (xy 117.826813 34.362263) (xy 117.826813 34.362264) + (xy 117.825451 34.372607) (xy 117.812 34.474772) (xy 117.812 34.700227) (xy 117.818821 34.752032) + (xy 117.82507 34.7995) (xy 117.827874 34.820792) (xy 117.827477 34.820844) (xy 117.827849 34.852133) + (xy 117.827969 34.854021) (xy 117.826883 34.862092) (xy 117.826813 34.862264) (xy 117.824544 34.879494) + (xy 117.824541 34.879521) (xy 117.810349 34.911365) (xy 117.796317 34.943084) (xy 117.796171 34.94318) + (xy 117.7961 34.94334) (xy 117.766994 34.962424) (xy 117.737991 34.981554) (xy 117.737768 34.981587) + (xy 117.73767 34.981652) (xy 117.737315 34.981655) (xy 117.701646 34.987) (xy 114.580188 34.987) + (xy 114.513149 34.967315) (xy 114.492507 34.950681) (xy 113.829618 34.287792) (xy 113.166505 33.62468) + (xy 113.133021 33.563358) (xy 113.138005 33.493666) (xy 113.179877 33.437733) (xy 113.245341 33.413316) + (xy 113.246171 33.413286) (xy 113.24617 33.413265) (xy 113.250199 33.413) (xy 113.25022 33.413) + (xy 113.362736 33.398187) (xy 113.362736 33.398186) (xy 113.370795 33.397126) (xy 113.371198 33.400189) + (xy 113.403802 33.400189) (xy 113.404205 33.397126) (xy 113.412263 33.398186) (xy 113.412264 33.398187) + (xy 113.52478 33.413) (xy 113.524787 33.413) (xy 113.750213 33.413) (xy 113.75022 33.413) (xy 113.862736 33.398187) + (xy 114.002733 33.340198) (xy 114.062015 33.294708) (xy 114.127184 33.269516) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 142.180256 34.283228) (xy 142.196068 34.304054) (xy 142.244927 34.384877) (xy 142.365122 34.505072) + (xy 142.471505 34.569383) (xy 142.518693 34.620911) (xy 142.530531 34.68977) (xy 142.503262 34.754099) + (xy 142.445543 34.793473) (xy 142.407355 34.7995) (xy 141.969641 34.7995) (xy 141.902602 34.779815) + (xy 141.856847 34.727011) (xy 141.846903 34.657853) (xy 141.864103 34.610403) (xy 141.911542 34.533492) + (xy 141.911547 34.533481) (xy 141.964856 34.372606) (xy 141.966593 34.355603) (xy 141.992988 34.290911) + (xy 142.050168 34.250759) (xy 142.119979 34.247895) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 136.592539 25.520185) (xy 136.638294 25.572989) (xy 136.6495 25.6245) (xy 136.6495 31.829057) + (xy 136.689466 31.97821) (xy 136.690423 31.981783) (xy 136.690426 31.98179) (xy 136.769475 32.118709) + (xy 136.769479 32.118714) (xy 136.76948 32.118716) (xy 136.881284 32.23052) (xy 136.881286 32.230521) + (xy 136.88129 32.230524) (xy 137.018209 32.309573) (xy 137.018216 32.309577) (xy 137.170943 32.3505) + (xy 137.329057 32.3505) (xy 149.3755 32.3505) (xy 149.442539 32.370185) (xy 149.488294 32.422989) + (xy 149.4995 32.4745) (xy 149.4995 40.836763) (xy 149.479815 40.903802) (xy 149.427011 40.949557) + (xy 149.357853 40.959501) (xy 149.332168 40.952945) (xy 149.207382 40.906403) (xy 149.207372 40.906401) + (xy 149.147844 40.9) (xy 148.5 40.9) (xy 148.5 41.816988) (xy 148.442993 41.784075) (xy 148.315826 41.75) + (xy 148.184174 41.75) (xy 148.057007 41.784075) (xy 148 41.816988) (xy 148 40.9) (xy 147.352155 40.9) + (xy 147.292627 40.906401) (xy 147.29262 40.906403) (xy 147.157913 40.956645) (xy 147.157906 40.956649) + (xy 147.042812 41.042809) (xy 147.042809 41.042812) (xy 146.956649 41.157906) (xy 146.956646 41.157912) + (xy 146.907577 41.289471) (xy 146.865705 41.345404) (xy 146.800241 41.369821) (xy 146.731968 41.354969) + (xy 146.703714 41.333818) (xy 146.589786 41.21989) (xy 146.41782 41.094951) (xy 146.228414 40.998444) + (xy 146.228413 40.998443) (xy 146.228412 40.998443) (xy 146.026243 40.932754) (xy 146.026241 40.932753) + (xy 146.02624 40.932753) (xy 145.864957 40.907208) (xy 145.816287 40.8995) (xy 145.603713 40.8995) + (xy 145.555042 40.907208) (xy 145.39376 40.932753) (xy 145.191585 40.998444) (xy 145.002179 41.094951) + (xy 144.830213 41.21989) (xy 144.67989 41.370213) (xy 144.554949 41.542182) (xy 144.550484 41.550946) + (xy 144.502509 41.601742) (xy 144.434688 41.618536) (xy 144.368553 41.595998) (xy 144.329516 41.550946) + (xy 144.32505 41.542182) (xy 144.200109 41.370213) (xy 144.049786 41.21989) (xy 143.87782 41.094951) + (xy 143.688414 40.998444) (xy 143.688413 40.998443) (xy 143.688412 40.998443) (xy 143.486243 40.932754) + (xy 143.486241 40.932753) (xy 143.48624 40.932753) (xy 143.324957 40.907208) (xy 143.276287 40.8995) + (xy 143.063713 40.8995) (xy 143.036551 40.903802) (xy 142.853757 40.932753) (xy 142.811473 40.946492) + (xy 142.741632 40.948486) (xy 142.685476 40.916241) (xy 141.40759 39.638355) (xy 141.407588 39.638352) + (xy 141.288717 39.519481) (xy 141.288716 39.51948) (xy 141.201904 39.46936) (xy 141.201904 39.469359) + (xy 141.2019 39.469358) (xy 141.151785 39.440423) (xy 140.999057 39.399499) (xy 140.840943 39.399499) + (xy 140.833347 39.399499) (xy 140.833331 39.3995) (xy 132.537108 39.3995) (xy 132.470069 39.379815) + (xy 132.424314 39.327011) (xy 132.41437 39.257853) (xy 132.419177 39.237182) (xy 132.460936 39.108658) + (xy 132.481413 39.045636) (xy 132.5125 38.849361) (xy 132.5125 38.650639) (xy 132.481413 38.454364) + (xy 132.448454 38.352925) (xy 132.420006 38.26537) (xy 132.420005 38.265367) (xy 132.329786 38.088305) + (xy 132.212981 37.927536) (xy 132.072464 37.787019) (xy 131.911694 37.670213) (xy 131.888812 37.658554) + (xy 131.734632 37.579994) (xy 131.734629 37.579993) (xy 131.545637 37.518587) (xy 131.368971 37.490606) + (xy 131.349361 37.4875) (xy 131.150639 37.4875) (xy 131.131029 37.490606) (xy 130.954362 37.518587) + (xy 130.76537 37.579993) (xy 130.765367 37.579994) (xy 130.588305 37.670213) (xy 130.427533 37.787021) + (xy 130.337681 37.876874) (xy 130.276358 37.910359) (xy 130.206666 37.905375) (xy 130.162319 37.876874) + (xy 130.072466 37.787021) (xy 130.072464 37.787019) (xy 129.911694 37.670213) (xy 129.888812 37.658554) + (xy 129.734632 37.579994) (xy 129.734629 37.579993) (xy 129.545637 37.518587) (xy 129.368971 37.490606) + (xy 129.349361 37.4875) (xy 129.150639 37.4875) (xy 129.131029 37.490606) (xy 128.954362 37.518587) + (xy 128.76537 37.579993) (xy 128.765367 37.579994) (xy 128.588305 37.670213) (xy 128.427533 37.787021) + (xy 128.287021 37.927533) (xy 128.170213 38.088305) (xy 128.079994 38.265367) (xy 128.079993 38.26537) + (xy 128.018587 38.454362) (xy 127.9875 38.650639) (xy 127.9875 38.84936) (xy 128.019349 39.050448) + (xy 128.017892 39.050678) (xy 128.014721 39.113899) (xy 127.974049 39.170711) (xy 127.909119 39.196515) + (xy 127.840546 39.183119) (xy 127.809963 39.160728) (xy 122.68759 34.038355) (xy 122.687588 34.038352) + (xy 122.568717 33.919481) (xy 122.568716 33.91948) (xy 122.481904 33.86936) (xy 122.481904 33.869359) + (xy 122.4819 33.869358) (xy 122.431785 33.840423) (xy 122.279057 33.799499) (xy 122.120943 33.799499) + (xy 122.113347 33.799499) (xy 122.113331 33.7995) (xy 121.379766 33.7995) (xy 121.312727 33.779815) + (xy 121.310875 33.778602) (xy 121.179185 33.690609) (xy 121.179172 33.690602) (xy 121.033501 33.630264) + (xy 121.033489 33.630261) (xy 120.878845 33.5995) (xy 120.878842 33.5995) (xy 120.721158 33.5995) + (xy 120.721155 33.5995) (xy 120.56651 33.630261) (xy 120.566498 33.630264) (xy 120.420827 33.690602) + (xy 120.420814 33.690609) (xy 120.289711 33.77821) (xy 120.289707 33.778213) (xy 120.178213 33.889707) + (xy 120.17821 33.889711) (xy 120.090609 34.020814) (xy 120.090602 34.020827) (xy 120.030264 34.166498) + (xy 120.030261 34.16651) (xy 119.9995 34.321153) (xy 119.9995 34.478846) (xy 120.030261 34.633489) + (xy 120.030264 34.633501) (xy 120.090602 34.779172) (xy 120.090609 34.779185) (xy 120.114319 34.814669) + (xy 120.135197 34.881347) (xy 120.116712 34.948727) (xy 120.064734 34.995417) (xy 120.011217 35.00756) + (xy 117.694729 35.00756) (xy 117.694713 35.007559) (xy 117.687117 35.007559) (xy 117.529003 35.007559) + (xy 117.432225 35.033491) (xy 117.37627 35.048484) (xy 117.376269 35.048485) (xy 117.326156 35.077419) + (xy 117.326155 35.07742) (xy 117.287045 35.1) (xy 117.239345 35.127539) (xy 117.239342 35.127541) + (xy 116.193399 36.173485) (xy 116.132076 36.20697) (xy 116.12991 36.207421) (xy 115.974568 36.238321) + (xy 115.974558 36.238324) (xy 115.828887 36.298662) (xy 115.828874 36.298669) (xy 115.697771 36.38627) + (xy 115.697766 36.386274) (xy 115.660384 36.423656) (xy 115.599061 36.457141) (xy 115.529369 36.452155) + (xy 115.485023 36.423655) (xy 114.974097 35.912728) (xy 114.974074 35.912707) (xy 111.664115 32.602747) + (xy 111.582521 32.521153) (xy 118.2495 32.521153) (xy 118.2495 32.678846) (xy 118.280261 32.833489) + (xy 118.280264 32.833501) (xy 118.340602 32.979172) (xy 118.340609 32.979185) (xy 118.42821 33.110288) + (xy 118.428213 33.110292) (xy 118.539707 33.221786) (xy 118.539711 33.221789) (xy 118.670814 33.30939) + (xy 118.670827 33.309397) (xy 118.816498 33.369735) (xy 118.816503 33.369737) (xy 118.971153 33.400499) + (xy 118.971156 33.4005) (xy 118.971158 33.4005) (xy 119.128844 33.4005) (xy 119.128845 33.400499) + (xy 119.283497 33.369737) (xy 119.429179 33.309394) (xy 119.440013 33.302155) (xy 128.25 33.302155) + (xy 128.25 34.6) (xy 129.382096 34.6) (xy 129.35 34.761358) (xy 129.35 34.938642) (xy 129.382096 35.1) + (xy 128.25 35.1) (xy 128.25 36.397844) (xy 128.256401 36.457372) (xy 128.256403 36.457379) (xy 128.306645 36.592086) + (xy 128.306649 36.592093) (xy 128.392809 36.707187) (xy 128.392812 36.70719) (xy 128.507906 36.79335) + (xy 128.507913 36.793354) (xy 128.64262 36.843596) (xy 128.642627 36.843598) (xy 128.702155 36.849999) + (xy 128.702172 36.85) (xy 130 36.85) (xy 130 35.717904) (xy 130.161358 35.75) (xy 130.338642 35.75) + (xy 130.5 35.717904) (xy 130.5 36.85) (xy 131.797828 36.85) (xy 131.797844 36.849999) (xy 131.857372 36.843598) + (xy 131.857379 36.843596) (xy 131.992086 36.793354) (xy 131.992093 36.79335) (xy 132.107187 36.70719) + (xy 132.10719 36.707187) (xy 132.19335 36.592093) (xy 132.193354 36.592086) (xy 132.243596 36.457379) + (xy 132.243598 36.457372) (xy 132.249999 36.397844) (xy 132.25 36.397827) (xy 132.25 35.1) (xy 131.117904 35.1) + (xy 131.15 34.938642) (xy 131.15 34.761358) (xy 131.117904 34.6) (xy 132.25 34.6) (xy 132.25 33.302172) + (xy 132.249999 33.302155) (xy 132.243598 33.242627) (xy 132.243596 33.24262) (xy 132.193354 33.107913) + (xy 132.19335 33.107906) (xy 132.10719 32.992812) (xy 132.107187 32.992809) (xy 131.992093 32.906649) + (xy 131.992086 32.906645) (xy 131.857379 32.856403) (xy 131.857372 32.856401) (xy 131.797844 32.85) + (xy 130.5 32.85) (xy 130.5 33.982095) (xy 130.338642 33.95) (xy 130.161358 33.95) (xy 130 33.982095) + (xy 130 32.85) (xy 128.702155 32.85) (xy 128.642627 32.856401) (xy 128.64262 32.856403) (xy 128.507913 32.906645) + (xy 128.507906 32.906649) (xy 128.392812 32.992809) (xy 128.392809 32.992812) (xy 128.306649 33.107906) + (xy 128.306645 33.107913) (xy 128.256403 33.24262) (xy 128.256401 33.242627) (xy 128.25 33.302155) + (xy 119.440013 33.302155) (xy 119.560289 33.221789) (xy 119.560292 33.221786) (xy 119.570909 33.21117) + (xy 119.671786 33.110292) (xy 119.671789 33.110289) (xy 119.759394 32.979179) (xy 119.819737 32.833497) + (xy 119.8505 32.678842) (xy 119.8505 32.521158) (xy 119.8505 32.521155) (xy 119.850499 32.521153) + (xy 119.819737 32.366503) (xy 119.819735 32.366498) (xy 119.759397 32.220827) (xy 119.75939 32.220814) + (xy 119.671789 32.089711) (xy 119.671786 32.089707) (xy 119.560292 31.978213) (xy 119.560288 31.97821) + (xy 119.429185 31.890609) (xy 119.429172 31.890602) (xy 119.283501 31.830264) (xy 119.283489 31.830261) + (xy 119.128845 31.7995) (xy 119.128842 31.7995) (xy 118.971158 31.7995) (xy 118.971155 31.7995) + (xy 118.81651 31.830261) (xy 118.816498 31.830264) (xy 118.670827 31.890602) (xy 118.670814 31.890609) + (xy 118.539711 31.97821) (xy 118.539707 31.978213) (xy 118.428213 32.089707) (xy 118.42821 32.089711) + (xy 118.340609 32.220814) (xy 118.340602 32.220827) (xy 118.280264 32.366498) (xy 118.280261 32.36651) + (xy 118.2495 32.521153) (xy 111.582521 32.521153) (xy 109.478421 30.417052) (xy 109.478417 30.417049) + (xy 109.478416 30.417048) (xy 109.355494 30.334916) (xy 109.355492 30.334915) (xy 109.35549 30.334914) + (xy 109.21891 30.278341) (xy 109.218906 30.27834) (xy 109.097481 30.254186) (xy 109.074222 30.247131) + (xy 109.033497 30.230263) (xy 109.033494 30.230262) (xy 108.878844 30.1995) (xy 108.878842 30.1995) + (xy 108.721158 30.1995) (xy 108.721155 30.1995) (xy 108.56651 30.230261) (xy 108.566498 30.230264) + (xy 108.420827 30.290602) (xy 108.420814 30.290609) (xy 108.289711 30.37821) (xy 108.289707 30.378213) + (xy 108.178213 30.489707) (xy 108.17821 30.489711) (xy 108.090609 30.620814) (xy 108.090602 30.620827) + (xy 108.030264 30.766498) (xy 108.030261 30.76651) (xy 107.9995 30.921153) (xy 107.9995 31.078846) + (xy 108.030261 31.233489) (xy 108.030264 31.233501) (xy 108.090602 31.379172) (xy 108.090609 31.379185) + (xy 108.17821 31.510288) (xy 108.178213 31.510292) (xy 108.28024 31.612319) (xy 108.313725 31.673642) + (xy 108.308741 31.743334) (xy 108.28024 31.787681) (xy 108.178213 31.889707) (xy 108.17821 31.889711) + (xy 108.090609 32.020814) (xy 108.090602 32.020827) (xy 108.030264 32.166498) (xy 108.030261 32.16651) + (xy 107.9995 32.321153) (xy 107.9995 32.478846) (xy 108.030261 32.633489) (xy 108.030264 32.633501) + (xy 108.090602 32.779172) (xy 108.090609 32.779185) (xy 108.178602 32.910874) (xy 108.19948 32.977551) + (xy 108.1995 32.979765) (xy 108.1995 37.099903) (xy 108.179815 37.166942) (xy 108.163181 37.187584) + (xy 106.585339 38.765425) (xy 106.524016 38.79891) (xy 106.52185 38.799361) (xy 106.366508 38.830261) + (xy 106.366498 38.830264) (xy 106.220827 38.890602) (xy 106.220814 38.890609) (xy 106.089711 38.97821) + (xy 106.089707 38.978213) (xy 105.978213 39.089707) (xy 105.97821 39.089711) (xy 105.890609 39.220814) + (xy 105.890602 39.220827) (xy 105.830264 39.366498) (xy 105.830261 39.36651) (xy 105.7995 39.521153) + (xy 105.7995 39.678846) (xy 105.830261 39.833489) (xy 105.830264 39.833501) (xy 105.890602 39.979172) + (xy 105.890609 39.979185) (xy 105.97821 40.110288) (xy 105.978213 40.110292) (xy 106.089707 40.221786) + (xy 106.089711 40.221789) (xy 106.220814 40.30939) (xy 106.220827 40.309397) (xy 106.366498 40.369735) + (xy 106.366503 40.369737) (xy 106.521153 40.400499) (xy 106.521156 40.4005) (xy 106.521158 40.4005) + (xy 106.678844 40.4005) (xy 106.678845 40.400499) (xy 106.833497 40.369737) (xy 106.979179 40.309394) + (xy 107.110289 40.221789) (xy 107.221789 40.110289) (xy 107.309394 39.979179) (xy 107.369737 39.833497) + (xy 107.396731 39.697789) (xy 107.400638 39.67815) (xy 107.433023 39.616239) (xy 107.434519 39.614715) + (xy 109.158506 37.890727) (xy 109.158511 37.890724) (xy 109.168714 37.88052) (xy 109.168716 37.88052) + (xy 109.28052 37.768716) (xy 109.344118 37.65856) (xy 109.359577 37.631785) (xy 109.400501 37.479057) + (xy 109.400501 37.320943) (xy 109.400501 37.313348) (xy 109.4005 37.31333) (xy 109.4005 32.979765) + (xy 109.420185 32.912726) (xy 109.421398 32.910874) (xy 109.457795 32.856403) (xy 109.508931 32.779872) + (xy 109.562543 32.735067) (xy 109.631868 32.72636) (xy 109.694896 32.756514) (xy 109.699714 32.761082) + (xy 113.550767 36.612135) (xy 113.584252 36.673458) (xy 113.579268 36.74315) (xy 113.550767 36.787497) + (xy 111.985339 38.352925) (xy 111.924016 38.38641) (xy 111.92185 38.386861) (xy 111.766508 38.417761) + (xy 111.766498 38.417764) (xy 111.620827 38.478102) (xy 111.620814 38.478109) (xy 111.489711 38.56571) + (xy 111.489707 38.565713) (xy 111.378213 38.677207) (xy 111.37821 38.677211) (xy 111.290609 38.808314) + (xy 111.290602 38.808327) (xy 111.230264 38.953998) (xy 111.230261 38.95401) (xy 111.1995 39.108653) + (xy 111.1995 39.266346) (xy 111.230261 39.420989) (xy 111.230263 39.420997) (xy 111.290602 39.566672) + (xy 111.290609 39.566685) (xy 111.37821 39.697788) (xy 111.378213 39.697792) (xy 111.489707 39.809286) + (xy 111.489711 39.809289) (xy 111.620814 39.89689) (xy 111.620827 39.896897) (xy 111.766498 39.957235) + (xy 111.766503 39.957237) (xy 111.921153 39.987999) (xy 111.921156 39.988) (xy 111.921158 39.988) + (xy 112.078844 39.988) (xy 112.078845 39.987999) (xy 112.233497 39.957237) (xy 112.379179 39.896894) + (xy 112.510289 39.809289) (xy 112.621789 39.697789) (xy 112.709394 39.566679) (xy 112.769737 39.420997) + (xy 112.789113 39.323585) (xy 112.800638 39.26565) (xy 112.833023 39.203739) (xy 112.834519 39.202215) + (xy 114.400002 37.636731) (xy 114.461325 37.603247) (xy 114.531017 37.608231) (xy 114.575364 37.636732) + (xy 115.396497 38.457864) (xy 116.217049 39.278416) (xy 116.305131 39.366498) (xy 116.321585 39.382952) + (xy 116.444498 39.46508) (xy 116.444511 39.465087) (xy 116.575826 39.519479) (xy 116.581087 39.521658) + (xy 116.581091 39.521658) (xy 116.581092 39.521659) (xy 116.726079 39.5505) (xy 116.726082 39.5505) + (xy 120.67392 39.5505) (xy 120.771462 39.531096) (xy 120.818913 39.521658) (xy 120.955495 39.465084) + (xy 121.021476 39.420997) (xy 121.078416 39.382952) (xy 121.515299 38.946067) (xy 121.555522 38.919192) + (xy 121.579179 38.909394) (xy 121.710289 38.821789) (xy 121.821789 38.710289) (xy 121.909394 38.579179) + (xy 121.969737 38.433497) (xy 122.0005 38.278842) (xy 122.0005 38.121158) (xy 122.0005 38.121155) + (xy 122.000499 38.121153) (xy 121.986246 38.0495) (xy 121.969737 37.966503) (xy 121.969735 37.966498) + (xy 121.909397 37.820827) (xy 121.90939 37.820814) (xy 121.821789 37.689711) (xy 121.821786 37.689707) + (xy 121.710292 37.578213) (xy 121.710288 37.57821) (xy 121.62226 37.519391) (xy 121.577455 37.465778) + (xy 121.568748 37.396453) (xy 121.598903 37.333426) (xy 121.603472 37.328606) (xy 121.621787 37.310291) + (xy 121.621789 37.310289) (xy 121.709394 37.179179) (xy 121.769737 37.033497) (xy 121.8005 36.878842) + (xy 121.8005 36.721158) (xy 121.8005 36.721155) (xy 121.800499 36.721153) (xy 121.796255 36.699816) + (xy 121.769737 36.566503) (xy 121.750955 36.521158) (xy 121.709397 36.420827) (xy 121.709389 36.420812) + (xy 121.691067 36.393392) (xy 121.670188 36.326715) (xy 121.688672 36.259334) (xy 121.74065 36.212644) + (xy 121.794168 36.2005) (xy 122.199958 36.2005) (xy 122.266997 36.220185) (xy 122.287639 36.236819) + (xy 123.15063 37.09981) (xy 123.184115 37.161133) (xy 123.179131 37.230825) (xy 123.166051 37.256381) + (xy 123.090612 37.369283) (xy 123.090602 37.369301) (xy 123.030264 37.514972) (xy 123.030261 37.514984) + (xy 122.9995 37.669627) (xy 122.9995 37.82732) (xy 123.030261 37.981963) (xy 123.030264 37.981975) + (xy 123.090602 38.127646) (xy 123.090609 38.127659) (xy 123.17821 38.258762) (xy 123.178213 38.258766) + (xy 123.289707 38.37026) (xy 123.289711 38.370263) (xy 123.420814 38.457864) (xy 123.420827 38.457871) + (xy 123.469687 38.478109) (xy 123.566503 38.518211) (xy 123.631147 38.531069) (xy 123.721849 38.549112) + (xy 123.78376 38.581497) (xy 123.785339 38.583048) (xy 125.963181 40.76089) (xy 125.996666 40.822213) + (xy 125.9995 40.848571) (xy 125.9995 43.420234) (xy 125.979815 43.487273) (xy 125.978602 43.489125) + (xy 125.890609 43.620814) (xy 125.890602 43.620827) (xy 125.830264 43.766498) (xy 125.830261 43.76651) + (xy 125.7995 43.921153) (xy 125.7995 44.078846) (xy 125.830261 44.233489) (xy 125.830264 44.233501) + (xy 125.890602 44.379172) (xy 125.890609 44.379185) (xy 125.97821 44.510288) (xy 125.978213 44.510292) + (xy 126.089707 44.621786) (xy 126.089711 44.621789) (xy 126.220814 44.70939) (xy 126.220827 44.709397) + (xy 126.366498 44.769735) (xy 126.366503 44.769737) (xy 126.521153 44.800499) (xy 126.521156 44.8005) + (xy 126.521158 44.8005) (xy 126.678844 44.8005) (xy 126.678845 44.800499) (xy 126.833497 44.769737) + (xy 126.979179 44.709394) (xy 127.110289 44.621789) (xy 127.221789 44.510289) (xy 127.309394 44.379179) + (xy 127.369737 44.233497) (xy 127.4005 44.078842) (xy 127.4005 43.921158) (xy 127.4005 43.921155) + (xy 127.400499 43.921153) (xy 127.369738 43.76651) (xy 127.369737 43.766503) (xy 127.369735 43.766498) + (xy 127.309397 43.620827) (xy 127.30939 43.620814) (xy 127.221398 43.489125) (xy 127.20052 43.422447) + (xy 127.2005 43.420234) (xy 127.2005 41.1245) (xy 127.220185 41.057461) (xy 127.272989 41.011706) + (xy 127.3245 41.0005) (xy 127.379112 41.0005) (xy 134.590971 41.0005) (xy 134.65801 41.020185) (xy 134.703765 41.072989) + (xy 134.713709 41.142147) (xy 134.684684 41.205703) (xy 134.671507 41.218786) (xy 134.67021 41.219893) + (xy 134.51989 41.370213) (xy 134.394951 41.542179) (xy 134.298444 41.731585) (xy 134.232753 41.93376) + (xy 134.231291 41.942993) (xy 134.1995 42.143713) (xy 134.1995 42.356287) (xy 134.232754 42.566243) + (xy 134.297394 42.765185) (xy 134.298444 42.768414) (xy 134.394951 42.95782) (xy 134.51989 43.129786) + (xy 134.670213 43.280109) (xy 134.842179 43.405048) (xy 134.842181 43.405049) (xy 134.842184 43.405051) + (xy 135.031588 43.501557) (xy 135.233757 43.567246) (xy 135.443713 43.6005) (xy 135.443714 43.6005) + (xy 135.656286 43.6005) (xy 135.656287 43.6005) (xy 135.866243 43.567246) (xy 136.068412 43.501557) + (xy 136.257816 43.405051) (xy 136.344478 43.342088) (xy 136.429786 43.280109) (xy 136.429788 43.280106) + (xy 136.429792 43.280104) (xy 136.580104 43.129792) (xy 136.580106 43.129788) (xy 136.580109 43.129786) + (xy 136.705048 42.95782) (xy 136.705047 42.95782) (xy 136.705051 42.957816) (xy 136.709514 42.949054) + (xy 136.757488 42.898259) (xy 136.825308 42.881463) (xy 136.891444 42.903999) (xy 136.930486 42.949056) + (xy 136.934951 42.95782) (xy 137.05989 43.129786) (xy 137.210213 43.280109) (xy 137.382179 43.405048) + (xy 137.382181 43.405049) (xy 137.382184 43.405051) (xy 137.571588 43.501557) (xy 137.773757 43.567246) + (xy 137.983713 43.6005) (xy 137.983714 43.6005) (xy 138.196286 43.6005) (xy 138.196287 43.6005) + (xy 138.406243 43.567246) (xy 138.608412 43.501557) (xy 138.797816 43.405051) (xy 138.884478 43.342088) + (xy 138.969786 43.280109) (xy 138.969788 43.280106) (xy 138.969792 43.280104) (xy 139.120104 43.129792) + (xy 139.120106 43.129788) (xy 139.120109 43.129786) (xy 139.245048 42.95782) (xy 139.245047 42.95782) + (xy 139.245051 42.957816) (xy 139.249514 42.949054) (xy 139.297488 42.898259) (xy 139.365308 42.881463) + (xy 139.431444 42.903999) (xy 139.470486 42.949056) (xy 139.474951 42.95782) (xy 139.59989 43.129786) + (xy 139.750213 43.280109) (xy 139.922179 43.405048) (xy 139.922181 43.405049) (xy 139.922184 43.405051) + (xy 140.111588 43.501557) (xy 140.313757 43.567246) (xy 140.523713 43.6005) (xy 140.523714 43.6005) + (xy 140.736286 43.6005) (xy 140.736287 43.6005) (xy 140.946243 43.567246) (xy 141.148412 43.501557) + (xy 141.337816 43.405051) (xy 141.424478 43.342088) (xy 141.509786 43.280109) (xy 141.509788 43.280106) + (xy 141.509792 43.280104) (xy 141.660104 43.129792) (xy 141.660106 43.129788) (xy 141.660109 43.129786) + (xy 141.785048 42.95782) (xy 141.785047 42.95782) (xy 141.785051 42.957816) (xy 141.789514 42.949054) + (xy 141.837488 42.898259) (xy 141.905308 42.881463) (xy 141.971444 42.903999) (xy 142.010486 42.949056) + (xy 142.014951 42.95782) (xy 142.13989 43.129786) (xy 142.290213 43.280109) (xy 142.462179 43.405048) + (xy 142.462181 43.405049) (xy 142.462184 43.405051) (xy 142.651588 43.501557) (xy 142.853757 43.567246) + (xy 143.063713 43.6005) (xy 143.063714 43.6005) (xy 143.276286 43.6005) (xy 143.276287 43.6005) + (xy 143.486243 43.567246) (xy 143.688412 43.501557) (xy 143.877816 43.405051) (xy 143.964478 43.342088) + (xy 144.049786 43.280109) (xy 144.049788 43.280106) (xy 144.049792 43.280104) (xy 144.200104 43.129792) + (xy 144.200106 43.129788) (xy 144.200109 43.129786) (xy 144.325048 42.95782) (xy 144.325047 42.95782) + (xy 144.325051 42.957816) (xy 144.329514 42.949054) (xy 144.377488 42.898259) (xy 144.445308 42.881463) + (xy 144.511444 42.903999) (xy 144.550486 42.949056) (xy 144.554951 42.95782) (xy 144.67989 43.129786) + (xy 144.830213 43.280109) (xy 145.002179 43.405048) (xy 145.002181 43.405049) (xy 145.002184 43.405051) + (xy 145.191588 43.501557) (xy 145.393757 43.567246) (xy 145.603713 43.6005) (xy 145.603714 43.6005) + (xy 145.816286 43.6005) (xy 145.816287 43.6005) (xy 146.026243 43.567246) (xy 146.228412 43.501557) + (xy 146.417816 43.405051) (xy 146.589792 43.280104) (xy 146.703717 43.166178) (xy 146.765036 43.132696) + (xy 146.834728 43.13768) (xy 146.890662 43.179551) (xy 146.907577 43.210528) (xy 146.956646 43.342088) + (xy 146.956649 43.342093) (xy 147.042809 43.457187) (xy 147.042812 43.45719) (xy 147.157906 43.54335) + (xy 147.157913 43.543354) (xy 147.29262 43.593596) (xy 147.292627 43.593598) (xy 147.352155 43.599999) + (xy 147.352172 43.6) (xy 148 43.6) (xy 148 42.683012) (xy 148.057007 42.715925) (xy 148.184174 42.75) + (xy 148.315826 42.75) (xy 148.442993 42.715925) (xy 148.5 42.683012) (xy 148.5 43.6) (xy 149.147828 43.6) + (xy 149.147844 43.599999) (xy 149.207372 43.593598) (xy 149.207379 43.593596) (xy 149.332167 43.547054) + (xy 149.401858 43.54207) (xy 149.463182 43.575555) (xy 149.496666 43.636878) (xy 149.4995 43.663236) + (xy 149.4995 52.5755) (xy 149.479815 52.642539) (xy 149.427011 52.688294) (xy 149.3755 52.6995) + (xy 145.72735 52.6995) (xy 145.660311 52.679815) (xy 145.614556 52.627011) (xy 145.604612 52.557853) + (xy 145.624248 52.506609) (xy 145.70939 52.379185) (xy 145.70939 52.379184) (xy 145.709394 52.379179) + (xy 145.769737 52.233497) (xy 145.8005 52.078842) (xy 145.8005 51.921158) (xy 145.8005 51.921155) + (xy 145.800499 51.921153) (xy 145.797775 51.907461) (xy 145.769737 51.766503) (xy 145.769735 51.766498) + (xy 145.709397 51.620827) (xy 145.70939 51.620814) (xy 145.621789 51.489711) (xy 145.621786 51.489707) + (xy 145.510292 51.378213) (xy 145.510288 51.37821) (xy 145.379185 51.290609) (xy 145.379172 51.290602) + (xy 145.233501 51.230264) (xy 145.233491 51.230261) (xy 145.078149 51.199361) (xy 145.016238 51.166976) + (xy 145.01466 51.165425) (xy 143.33759 49.488355) (xy 143.337588 49.488352) (xy 143.218717 49.369481) + (xy 143.218716 49.36948) (xy 143.131904 49.31936) (xy 143.131904 49.319359) (xy 143.1319 49.319358) + (xy 143.081785 49.290423) (xy 142.929057 49.249499) (xy 142.770943 49.249499) (xy 142.763347 49.249499) + (xy 142.763331 49.2495) (xy 120.900097 49.2495) (xy 120.833058 49.229815) (xy 120.812416 49.213181) + (xy 117.924319 46.325084) (xy 117.890834 46.263761) (xy 117.888 46.237403) (xy 117.888 45.514982) + (xy 117.907685 45.447943) (xy 117.960489 45.402188) (xy 118.029647 45.392244) (xy 118.050319 45.397051) + (xy 118.129917 45.422914) (xy 118.137499 45.424115) (xy 118.1375 45.424114) (xy 118.1375 44.35533) + (xy 118.157245 44.375075) (xy 118.242755 44.424444) (xy 118.33813 44.45) (xy 118.43687 44.45) (xy 118.532245 44.424444) + (xy 118.617755 44.375075) (xy 118.6375 44.35533) (xy 118.6375 45.424115) (xy 118.645084 45.422914) + (xy 118.809755 45.369408) (xy 118.964024 45.290804) (xy 119.104102 45.189032) (xy 119.226532 45.066602) + (xy 119.328304 44.926524) (xy 119.406908 44.772257) (xy 119.460414 44.607584) (xy 119.4875 44.436571) + (xy 119.4875 44.325) (xy 118.66783 44.325) (xy 118.687575 44.305255) (xy 118.736944 44.219745) (xy 118.7625 44.12437) + (xy 118.7625 44.02563) (xy 118.736944 43.930255) (xy 118.687575 43.844745) (xy 118.66783 43.825) + (xy 119.4875 43.825) (xy 119.4875 43.713428) (xy 119.460414 43.542415) (xy 119.406908 43.377742) + (xy 119.328304 43.223475) (xy 119.226532 43.083397) (xy 119.104102 42.960967) (xy 118.964024 42.859195) + (xy 118.809757 42.780591) (xy 118.645089 42.727087) (xy 118.645081 42.727085) (xy 118.6375 42.725884) + (xy 118.6375 43.79467) (xy 118.617755 43.774925) (xy 118.532245 43.725556) (xy 118.43687 43.7) (xy 118.33813 43.7) + (xy 118.242755 43.725556) (xy 118.157245 43.774925) (xy 118.1375 43.79467) (xy 118.1375 42.725884) + (xy 118.137499 42.725884) (xy 118.129918 42.727085) (xy 118.12991 42.727087) (xy 117.965242 42.780591) + (xy 117.810975 42.859195) (xy 117.756343 42.898888) (xy 117.690536 42.922367) (xy 117.622482 42.906541) + (xy 117.595777 42.88625) (xy 116.097882 41.388355) (xy 116.09788 41.388352) (xy 115.979009 41.269481) + (xy 115.979008 41.26948) (xy 115.892196 41.21936) (xy 115.892196 41.219359) (xy 115.892192 41.219358) + (xy 115.842077 41.190423) (xy 115.689349 41.149499) (xy 115.689346 41.149499) (xy 115.579764 41.149499) + (xy 115.512725 41.129814) (xy 115.510873 41.128601) (xy 115.379185 41.040609) (xy 115.379172 41.040602) + (xy 115.233501 40.980264) (xy 115.233489 40.980261) (xy 115.078845 40.9495) (xy 115.078842 40.9495) + (xy 114.921158 40.9495) (xy 114.921155 40.9495) (xy 114.76651 40.980261) (xy 114.766498 40.980264) + (xy 114.620827 41.040602) (xy 114.620814 41.040609) (xy 114.489711 41.12821) (xy 114.489707 41.128213) + (xy 114.378213 41.239707) (xy 114.37821 41.239711) (xy 114.290609 41.370814) (xy 114.290604 41.370823) + (xy 114.242734 41.486394) (xy 114.198893 41.540797) (xy 114.132599 41.562862) (xy 114.080721 41.553502) + (xy 113.960189 41.503576) (xy 113.960177 41.503573) (xy 113.805533 41.472812) (xy 113.80553 41.472812) + (xy 113.647846 41.472812) (xy 113.647843 41.472812) (xy 113.493198 41.503573) (xy 113.493186 41.503576) + (xy 113.347516 41.563914) (xy 113.3475 41.563923) (xy 113.324677 41.579173) (xy 113.258 41.60005) + (xy 113.19062 41.581565) (xy 113.186897 41.579172) (xy 113.164075 41.563923) (xy 113.161868 41.562448) + (xy 113.129184 41.540609) (xy 113.129181 41.540607) (xy 113.129179 41.540606) (xy 113.129176 41.540604) + (xy 113.129171 41.540602) (xy 112.983501 41.480264) (xy 112.983489 41.480261) (xy 112.828845 41.4495) + (xy 112.828842 41.4495) (xy 112.671158 41.4495) (xy 112.671155 41.4495) (xy 112.51651 41.480261) + (xy 112.516498 41.480264) (xy 112.39745 41.529575) (xy 112.32798 41.537044) (xy 112.302546 41.529575) + (xy 112.183498 41.480264) (xy 112.183486 41.480261) (xy 112.028842 41.4495) (xy 112.028839 41.4495) + (xy 111.871155 41.4495) (xy 111.871152 41.4495) (xy 111.716507 41.480261) (xy 111.716495 41.480264) + (xy 111.570824 41.540602) (xy 111.570811 41.540609) (xy 111.439122 41.628602) (xy 111.372444 41.64948) + (xy 111.370231 41.6495) (xy 110.336669 41.6495) (xy 110.336653 41.649499) (xy 110.329057 41.649499) + (xy 110.170943 41.649499) (xy 110.056397 41.680192) (xy 110.018214 41.690423) (xy 109.977838 41.713735) + (xy 109.977837 41.713735) (xy 109.881287 41.769477) (xy 109.881282 41.769481) (xy 109.006981 42.643782) + (xy 109.006973 42.643793) (xy 109.00451 42.648059) (xy 108.953941 42.696272) (xy 108.885333 42.709491) + (xy 108.884525 42.709411) (xy 108.787511 42.6995) (xy 107.987498 42.6995) (xy 107.98748 42.699501) + (xy 107.884703 42.71) (xy 107.8847 42.710001) (xy 107.718168 42.765185) (xy 107.718163 42.765187) + (xy 107.568842 42.857289) (xy 107.444789 42.981342) (xy 107.352687 43.130663) (xy 107.352685 43.130668) + (xy 107.340917 43.166181) (xy 107.297501 43.297203) (xy 107.297501 43.297204) (xy 107.2975 43.297204) + (xy 107.287 43.399983) (xy 107.287 44.750001) (xy 107.287001 44.750018) (xy 107.2975 44.852796) + (xy 107.297501 44.852799) (xy 107.352685 45.019331) (xy 107.352686 45.019334) (xy 107.444788 45.168656) + (xy 107.568844 45.292712) (xy 107.718166 45.384814) (xy 107.884703 45.439999) (xy 107.987491 45.4505) + (xy 108.787508 45.450499) (xy 108.787516 45.450498) (xy 108.787519 45.450498) (xy 108.843802 45.444748) + (xy 108.890297 45.439999) (xy 109.056834 45.384814) (xy 109.123964 45.343407) (xy 109.191352 45.324968) + (xy 109.258016 45.34589) (xy 109.276739 45.361266) (xy 116.284186 52.368713) (xy 116.284188 52.368716) + (xy 116.395992 52.48052) (xy 116.397045 52.481128) (xy 116.403595 52.487653) (xy 116.416704 52.511552) + (xy 116.432775 52.533569) (xy 116.43326 52.541736) (xy 116.437196 52.548912) (xy 116.435302 52.576106) + (xy 116.43692 52.603316) (xy 116.432912 52.61045) (xy 116.432344 52.618613) (xy 116.416049 52.640465) + (xy 116.402699 52.664231) (xy 116.39547 52.668065) (xy 116.390579 52.674626) (xy 116.365057 52.6842) + (xy 116.340977 52.696975) (xy 116.327309 52.698361) (xy 116.325161 52.699167) (xy 116.323305 52.698767) + (xy 116.31608 52.6995) (xy 111.65625 52.6995) (xy 111.589211 52.679815) (xy 111.569153 52.663762) + (xy 98.333997 39.603328) (xy 96.602974 37.895157) (xy 96.602974 37.895156) (xy 96.602671 37.894857) + (xy 96.557314 37.8495) (xy 96.555849 37.848654) (xy 96.554646 37.847467) (xy 96.549392 37.84448) + (xy 96.499148 37.815915) (xy 96.498805 37.81572) (xy 96.443186 37.783608) (xy 96.441552 37.78317) + (xy 96.44008 37.782333) (xy 96.378359 37.766234) (xy 96.377566 37.766024) (xy 96.315892 37.749499) + (xy 96.313787 37.749222) (xy 96.313751 37.749218) (xy 96.312645 37.749072) (xy 96.24878 37.749497) + (xy 96.247956 37.7495) (xy 70.508675 37.7495) (xy 70.441636 37.729815) (xy 70.420994 37.713181) + (xy 66.874323 34.16651) (xy 63.307314 30.5995) (xy 63.25025 30.566554) (xy 63.193187 30.533608) + (xy 63.129539 30.516554) (xy 63.065892 30.4995) (xy 63.065891 30.4995) (xy 50.6245 30.4995) (xy 50.557461 30.479815) + (xy 50.511706 30.427011) (xy 50.5005 30.3755) (xy 50.5005 29.718872) (xy 128.2495 29.718872) (xy 128.2495 29.981127) + (xy 128.276123 30.183339) (xy 128.28373 30.241116) (xy 128.350341 30.489711) (xy 128.351602 30.494418) + (xy 128.351602 30.494419) (xy 128.451953 30.73669) (xy 128.451958 30.7367) (xy 128.583075 30.963803) + (xy 128.742718 31.171851) (xy 128.742726 31.17186) (xy 128.92814 31.357274) (xy 128.928148 31.357281) + (xy 128.928149 31.357282) (xy 128.956686 31.379179) (xy 129.136196 31.516924) (xy 129.363299 31.648041) + (xy 129.363309 31.648046) (xy 129.593355 31.743334) (xy 129.605581 31.748398) (xy 129.858884 31.81627) + (xy 130.11888 31.8505) (xy 130.118887 31.8505) (xy 130.381113 31.8505) (xy 130.38112 31.8505) (xy 130.641116 31.81627) + (xy 130.894419 31.748398) (xy 131.136697 31.648043) (xy 131.363803 31.516924) (xy 131.571851 31.357282) + (xy 131.571855 31.357277) (xy 131.57186 31.357274) (xy 131.757274 31.17186) (xy 131.757277 31.171855) + (xy 131.757282 31.171851) (xy 131.916924 30.963803) (xy 132.048043 30.736697) (xy 132.134883 30.527046) + (xy 132.178724 30.472644) (xy 132.245018 30.450579) (xy 132.249444 30.4505) (xy 132.549903 30.4505) + (xy 132.616942 30.470185) (xy 132.637584 30.486819) (xy 135.906509 33.755744) (xy 135.939994 33.817067) + (xy 135.93501 33.886759) (xy 135.893138 33.942692) (xy 135.84302 33.965042) (xy 135.766508 33.980261) + (xy 135.766498 33.980264) (xy 135.620827 34.040602) (xy 135.620814 34.040609) (xy 135.489711 34.12821) + (xy 135.489707 34.128213) (xy 135.378213 34.239707) (xy 135.37821 34.239711) (xy 135.290609 34.370814) + (xy 135.290602 34.370827) (xy 135.230264 34.516498) (xy 135.230261 34.51651) (xy 135.1995 34.671153) + (xy 135.1995 34.828846) (xy 135.230261 34.983489) (xy 135.230264 34.983501) (xy 135.290602 35.129172) + (xy 135.290609 35.129185) (xy 135.37821 35.260288) (xy 135.378213 35.260292) (xy 135.48971 35.371789) + (xy 135.620815 35.45939) (xy 135.620821 35.459394) (xy 135.644475 35.469191) (xy 135.684703 35.496071) + (xy 136.478344 36.289711) (xy 137.267049 37.078416) (xy 137.339898 37.151265) (xy 137.371585 37.182952) + (xy 137.494498 37.26508) (xy 137.494511 37.265087) (xy 137.603647 37.310292) (xy 137.631087 37.321658) + (xy 137.631091 37.321658) (xy 137.631092 37.321659) (xy 137.776079 37.3505) (xy 137.776082 37.3505) + (xy 137.776083 37.3505) (xy 137.923917 37.3505) (xy 141.495396 37.3505) (xy 141.542844 37.359937) + (xy 141.566503 37.369737) (xy 141.566508 37.369738) (xy 141.566511 37.369739) (xy 141.721153 37.400499) + (xy 141.721156 37.4005) (xy 141.721158 37.4005) (xy 141.878844 37.4005) (xy 141.878845 37.400499) + (xy 142.033497 37.369737) (xy 142.177011 37.310292) (xy 142.179172 37.309397) (xy 142.179172 37.309396) + (xy 142.179179 37.309394) (xy 142.310289 37.221789) (xy 142.421789 37.110289) (xy 142.509394 36.979179) + (xy 142.569737 36.833497) (xy 142.6005 36.678842) (xy 142.6005 36.521158) (xy 142.6005 36.521155) + (xy 142.600499 36.521153) (xy 142.586774 36.452155) (xy 142.569737 36.366503) (xy 142.562987 36.350207) + (xy 142.509397 36.220827) (xy 142.50939 36.220814) (xy 142.421789 36.089711) (xy 142.421786 36.089707) + (xy 142.310292 35.978213) (xy 142.310288 35.97821) (xy 142.179185 35.890609) (xy 142.179172 35.890602) + (xy 142.033501 35.830264) (xy 142.033489 35.830261) (xy 141.878845 35.7995) (xy 141.878842 35.7995) + (xy 141.721158 35.7995) (xy 141.721155 35.7995) (xy 141.566511 35.83026) (xy 141.566506 35.830262) + (xy 141.566504 35.830262) (xy 141.566503 35.830263) (xy 141.542844 35.840062) (xy 141.495396 35.8495) + (xy 138.212229 35.8495) (xy 138.14519 35.829815) (xy 138.124548 35.813181) (xy 137.440552 35.129185) + (xy 136.746071 34.434703) (xy 136.719191 34.394474) (xy 136.70986 34.371948) (xy 136.702395 34.302479) + (xy 136.733672 34.240001) (xy 136.793762 34.204351) (xy 136.824424 34.2005) (xy 144.899903 34.2005) + (xy 144.966942 34.220185) (xy 144.987584 34.236819) (xy 145.565425 34.81466) (xy 145.59891 34.875983) + (xy 145.599361 34.878149) (xy 145.630261 35.033491) (xy 145.630264 35.033501) (xy 145.690602 35.179172) + (xy 145.690609 35.179185) (xy 145.77821 35.310288) (xy 145.778213 35.310292) (xy 145.889707 35.421786) + (xy 145.889711 35.421789) (xy 146.020814 35.50939) (xy 146.020827 35.509397) (xy 146.166498 35.569735) + (xy 146.166503 35.569737) (xy 146.321153 35.600499) (xy 146.321156 35.6005) (xy 146.321158 35.6005) + (xy 146.478844 35.6005) (xy 146.478845 35.600499) (xy 146.633497 35.569737) (xy 146.779179 35.509394) + (xy 146.910289 35.421789) (xy 147.021789 35.310289) (xy 147.109394 35.179179) (xy 147.169737 35.033497) + (xy 147.2005 34.878842) (xy 147.2005 34.721158) (xy 147.2005 34.721155) (xy 147.200499 34.721153) + (xy 147.1764 34.6) (xy 147.169737 34.566503) (xy 147.169735 34.566498) (xy 147.109397 34.420827) + (xy 147.10939 34.420814) (xy 147.021789 34.289711) (xy 147.021786 34.289707) (xy 146.910292 34.178213) + (xy 146.910288 34.17821) (xy 146.779185 34.090609) (xy 146.779172 34.090602) (xy 146.633501 34.030264) + (xy 146.633491 34.030261) (xy 146.478149 33.999361) (xy 146.416238 33.966976) (xy 146.41466 33.965425) + (xy 145.68759 33.238355) (xy 145.687588 33.238352) (xy 145.568717 33.119481) (xy 145.568716 33.11948) + (xy 145.481904 33.06936) (xy 145.481904 33.069359) (xy 145.4819 33.069358) (xy 145.431785 33.040423) + (xy 145.279057 32.999499) (xy 145.120943 32.999499) (xy 145.113347 32.999499) (xy 145.113331 32.9995) + (xy 136.900097 32.9995) (xy 136.833058 32.979815) (xy 136.812416 32.963181) (xy 133.33759 29.488355) + (xy 133.337588 29.488352) (xy 133.218717 29.369481) (xy 133.218716 29.36948) (xy 133.119839 29.312394) + (xy 133.119838 29.312393) (xy 133.081783 29.290422) (xy 133.025881 29.275443) (xy 132.929057 29.249499) + (xy 132.770943 29.249499) (xy 132.763347 29.249499) (xy 132.763331 29.2495) (xy 132.249444 29.2495) + (xy 132.182405 29.229815) (xy 132.13665 29.177011) (xy 132.134883 29.172953) (xy 132.048045 28.963309) + (xy 132.048041 28.963299) (xy 131.916924 28.736196) (xy 131.757281 28.528148) (xy 131.757274 28.52814) + (xy 131.57186 28.342726) (xy 131.571851 28.342718) (xy 131.363803 28.183075) (xy 131.1367 28.051958) + (xy 131.13669 28.051953) (xy 130.894428 27.951605) (xy 130.894421 27.951603) (xy 130.894419 27.951602) + (xy 130.641116 27.88373) (xy 130.583339 27.876123) (xy 130.381127 27.8495) (xy 130.38112 27.8495) + (xy 130.11888 27.8495) (xy 130.118872 27.8495) (xy 129.887772 27.879926) (xy 129.858884 27.88373) + (xy 129.605581 27.951602) (xy 129.605571 27.951605) (xy 129.363309 28.051953) (xy 129.363299 28.051958) + (xy 129.136196 28.183075) (xy 128.928148 28.342718) (xy 128.742718 28.528148) (xy 128.583075 28.736196) + (xy 128.451958 28.963299) (xy 128.451953 28.963309) (xy 128.351605 29.205571) (xy 128.351602 29.205581) + (xy 128.307686 29.369481) (xy 128.28373 29.458885) (xy 128.2495 29.718872) (xy 50.5005 29.718872) + (xy 50.5005 25.6245) (xy 50.520185 25.557461) (xy 50.572989 25.511706) (xy 50.6245 25.5005) (xy 136.5255 25.5005) + ) + ) + ) + (embedded_fonts no) +) diff --git a/Hardware/open-bms/bms/bms.kicad_prl b/Hardware/open-bms/bms/bms.kicad_prl index e79c9c8..28c8a4f 100644 --- a/Hardware/open-bms/bms/bms.kicad_prl +++ b/Hardware/open-bms/bms/bms.kicad_prl @@ -2,7 +2,7 @@ "board": { "active_layer": 0, "active_layer_preset": "", - "auto_track_width": true, + "auto_track_width": false, "hidden_netclasses": [], "hidden_nets": [], "high_contrast_mode": 0, @@ -15,6 +15,7 @@ "vias": 1.0, "zones": 0.6 }, + "prototype_zone_fills": false, "selection_filter": { "dimensions": true, "footprints": true, @@ -54,6 +55,7 @@ "zone_display_mode": 0 }, "git": { + "integration_disabled": false, "repo_type": "", "repo_username": "", "ssh_key": "" @@ -63,8 +65,30 @@ "version": 5 }, "net_inspector_panel": { - "col_hidden": [], - "col_order": [], + "col_hidden": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "col_order": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ], "col_widths": [], "custom_group_rules": [], "expanded_rows": [], @@ -73,6 +97,7 @@ "filter_text": "", "group_by_constraint": false, "group_by_netclass": false, + "show_time_domain_details": false, "show_unconnected_nets": false, "show_zero_pad_nets": false, "sort_ascending": true, @@ -83,6 +108,7 @@ "files": [] }, "schematic": { + "hierarchy_collapsed": [], "selection_filter": { "graphics": true, "images": true, @@ -90,6 +116,7 @@ "lockedItems": false, "otherItems": true, "pins": true, + "ruleAreas": true, "symbols": true, "text": true, "wires": true diff --git a/Hardware/open-bms/bms/bms.kicad_pro b/Hardware/open-bms/bms/bms.kicad_pro index f236f0d..2e67712 100644 --- a/Hardware/open-bms/bms/bms.kicad_pro +++ b/Hardware/open-bms/bms/bms.kicad_pro @@ -2,25 +2,262 @@ "board": { "3dviewports": [], "design_settings": { - "defaults": {}, - "diff_pair_dimensions": [], + "defaults": { + "apply_defaults_to_fp_barcodes": false, + "apply_defaults_to_fp_dimensions": false, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.05, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": true, + "text_position": 0, + "units_format": 0 + }, + "fab_line_width": 0.1, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.1, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.8, + "height": 1.27, + "width": 2.54 + }, + "silk_line_width": 0.1, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.1, + "silk_text_upright": false, + "zones": { + "min_clearance": 0.5 + } + }, + "diff_pair_dimensions": [ + { + "gap": 0.0, + "via_gap": 0.0, + "width": 0.0 + } + ], "drc_exclusions": [], - "rules": {}, - "track_widths": [], - "via_dimensions": [] + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "creepage": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_filters_mismatch": "ignore", + "footprint_symbol_field_mismatch": "warning", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_to_hole": "warning", + "holes_co_located": "warning", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "mirrored_text_on_front_layer": "warning", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "missing_tuning_profile": "warning", + "net_conflict": "warning", + "nonmirrored_text_on_back_layer": "warning", + "npth_inside_courtyard": "error", + "padstack": "warning", + "pth_inside_courtyard": "error", + "shorting_items": "error", + "silk_edge_clearance": "ignore", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_on_edge_cuts": "error", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_angle": "error", + "track_dangling": "warning", + "track_not_centered_on_via": "ignore", + "track_on_post_machined_layer": "error", + "track_segment_length": "error", + "track_width": "error", + "tracks_crossing": "error", + "tuning_profile_track_geometries": "ignore", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zones_intersect": "error" + }, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.5, + "min_groove_width": 0.0, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.2, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.5, + "solder_mask_to_copper_clearance": 0.005, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpthpad": true, + "td_onroundshapesonly": false, + "td_onsmdpad": true, + "td_ontrackend": false, + "td_onvia": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [ + 0.0, + 0.2, + 0.5, + 1.0, + 2.0, + 5.0 + ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [ + { + "diameter": 0.0, + "drill": 0.0 + } + ], + "zones_allow_external_fillets": false }, "ipc2581": { + "bom_rev": "", "dist": "", "distpn": "", "internal_id": "", "mfg": "", - "mpn": "" + "mpn": "", + "sch_revision": "" }, "layer_pairs": [], "layer_presets": [], "viewports": [] }, "boards": [], + "component_class_settings": { + "assignments": [], + "meta": { + "version": 0 + }, + "sheet_component_classes": { + "enabled": false + } + }, "cvpcb": { "equivalence_files": [] }, @@ -210,11 +447,14 @@ "duplicate_sheet_names": "error", "endpoint_off_grid": "warning", "extra_units": "error", + "field_name_whitespace": "warning", "footprint_filter": "ignore", "footprint_link_issues": "warning", "four_way_junction": "ignore", "global_label_dangling": "warning", + "ground_pin_not_ground": "warning", "hier_label_mismatch": "error", + "isolated_pin_label": "warning", "label_dangling": "error", "label_multiple_wires": "warning", "lib_symbol_issues": "warning", @@ -237,6 +477,7 @@ "similar_power": "warning", "simulation_model_issue": "ignore", "single_global_label": "ignore", + "stacked_pin_name": "warning", "unannotated": "error", "unconnected_wire_endpoint": "warning", "undefined_netclass": "error", @@ -269,13 +510,14 @@ "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.2, + "tuning_profile": "", "via_diameter": 0.6, "via_drill": 0.3, "wire_width": 6 } ], "meta": { - "version": 4 + "version": 5 }, "net_colors": null, "netclass_assignments": null, @@ -297,6 +539,10 @@ }, "schematic": { "annotate_start_num": 0, + "annotation": { + "method": 0, + "sort_order": 0 + }, "bom_export_filename": "${PROJECTNAME}.csv", "bom_fmt_presets": [], "bom_fmt_settings": { @@ -359,15 +605,298 @@ "label": "Datasheet", "name": "Datasheet", "show": true + }, + { + "group_by": false, + "label": "Actuator/Cap Color", + "name": "Actuator/Cap Color", + "show": false + }, + { + "group_by": false, + "label": "Attrition Qty", + "name": "Attrition Qty", + "show": false + }, + { + "group_by": false, + "label": "Capacitance", + "name": "Capacitance", + "show": false + }, + { + "group_by": false, + "label": "Category", + "name": "Category", + "show": false + }, + { + "group_by": false, + "label": "Circuit", + "name": "Circuit", + "show": false + }, + { + "group_by": false, + "label": "Class", + "name": "Class", + "show": false + }, + { + "group_by": false, + "label": "Contact Current", + "name": "Contact Current", + "show": false + }, + { + "group_by": false, + "label": "Diode Configuration", + "name": "Diode Configuration", + "show": false + }, + { + "group_by": false, + "label": "Field5", + "name": "Field5", + "show": false + }, + { + "group_by": false, + "label": "Forward Voltage (Vf@If)", + "name": "Forward Voltage (Vf@If)", + "show": false + }, + { + "group_by": false, + "label": "Insulation Resistance", + "name": "Insulation Resistance", + "show": false + }, + { + "group_by": false, + "label": "LCSC", + "name": "LCSC", + "show": false + }, + { + "group_by": false, + "label": "LCSC_PART_NUMBER", + "name": "LCSC_PART_NUMBER", + "show": false + }, + { + "group_by": false, + "label": "Manufacturer", + "name": "Manufacturer", + "show": false + }, + { + "group_by": false, + "label": "Mechanical Life", + "name": "Mechanical Life", + "show": false + }, + { + "group_by": false, + "label": "Minimum Qty", + "name": "Minimum Qty", + "show": false + }, + { + "group_by": false, + "label": "Mounting Style", + "name": "Mounting Style", + "show": false + }, + { + "group_by": false, + "label": "Operating Force", + "name": "Operating Force", + "show": false + }, + { + "group_by": false, + "label": "Operating Temperature", + "name": "Operating Temperature", + "show": false + }, + { + "group_by": false, + "label": "Operating Temperature Range", + "name": "Operating Temperature Range", + "show": false + }, + { + "group_by": false, + "label": "Overload Voltage (Max)", + "name": "Overload Voltage (Max)", + "show": false + }, + { + "group_by": false, + "label": "Part", + "name": "Part", + "show": false + }, + { + "group_by": false, + "label": "Pin Style", + "name": "Pin Style", + "show": false + }, + { + "group_by": false, + "label": "Power(Watts)", + "name": "Power(Watts)", + "show": false + }, + { + "group_by": false, + "label": "Price", + "name": "Price", + "show": false + }, + { + "group_by": false, + "label": "Process", + "name": "Process", + "show": false + }, + { + "group_by": false, + "label": "Rectified Current", + "name": "Rectified Current", + "show": false + }, + { + "group_by": false, + "label": "Resistance", + "name": "Resistance", + "show": false + }, + { + "group_by": false, + "label": "Reverse Leakage Current", + "name": "Reverse Leakage Current", + "show": false + }, + { + "group_by": false, + "label": "Reverse Voltage (Vr)", + "name": "Reverse Voltage (Vr)", + "show": false + }, + { + "group_by": false, + "label": "Sim.Device", + "name": "Sim.Device", + "show": false + }, + { + "group_by": false, + "label": "Sim.Pins", + "name": "Sim.Pins", + "show": false + }, + { + "group_by": false, + "label": "Sim.Type", + "name": "Sim.Type", + "show": false + }, + { + "group_by": false, + "label": "Stock", + "name": "Stock", + "show": false + }, + { + "group_by": false, + "label": "Strike Gundam", + "name": "Strike Gundam", + "show": false + }, + { + "group_by": false, + "label": "Switch Height", + "name": "Switch Height", + "show": false + }, + { + "group_by": false, + "label": "Switch Length", + "name": "Switch Length", + "show": false + }, + { + "group_by": false, + "label": "Switch Width", + "name": "Switch Width", + "show": false + }, + { + "group_by": false, + "label": "Temperature Coefficient", + "name": "Temperature Coefficient", + "show": false + }, + { + "group_by": false, + "label": "Tolerance", + "name": "Tolerance", + "show": false + }, + { + "group_by": false, + "label": "Type", + "name": "Type", + "show": false + }, + { + "group_by": false, + "label": "Voltage Rated", + "name": "Voltage Rated", + "show": false + }, + { + "group_by": false, + "label": "Voltage Rating (Dc)", + "name": "Voltage Rating (Dc)", + "show": false + }, + { + "group_by": false, + "label": "With Lamp", + "name": "With Lamp", + "show": false + }, + { + "group_by": false, + "label": "Actuator Style", + "name": "Actuator Style", + "show": false + }, + { + "group_by": false, + "label": "Description", + "name": "Description", + "show": false + }, + { + "group_by": false, + "label": "#", + "name": "${ITEM_NUMBER}", + "show": false } ], "filter_string": "", "group_symbols": true, "include_excluded_from_bom": true, - "name": "Default Editing", + "name": "", "sort_asc": true, "sort_field": "Reference" }, + "bus_aliases": {}, "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, @@ -375,6 +904,7 @@ "default_line_thickness": 6.0, "default_text_size": 50.0, "field_names": [], + "hop_over_size_choice": 0, "intersheets_ref_own_page": false, "intersheets_ref_prefix": "", "intersheets_ref_short": false, @@ -398,6 +928,7 @@ "net_format_name": "", "page_layout_descr_file": "", "plot_directory": "", + "reuse_designators": true, "space_save_all_events": true, "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", @@ -406,13 +937,28 @@ "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, - "subpart_id_separator": 0 + "subpart_id_separator": 0, + "top_level_sheets": [ + { + "filename": "bms.kicad_sch", + "name": "bms", + "uuid": "7972d0e7-2611-420d-b298-ef8307db6186" + } + ], + "used_designators": "", + "variants": [] }, "sheets": [ [ "7972d0e7-2611-420d-b298-ef8307db6186", - "Root" + "bms" ] ], - "text_variables": {} + "text_variables": {}, + "tuning_profiles": { + "meta": { + "version": 0 + }, + "tuning_profiles_impedance_geometric": [] + } } diff --git a/Hardware/open-bms/bms/bms.kicad_sch b/Hardware/open-bms/bms/bms.kicad_sch index 9054d2d..a3c17d2 100644 --- a/Hardware/open-bms/bms/bms.kicad_sch +++ b/Hardware/open-bms/bms/bms.kicad_sch @@ -1,11 +1,11 @@ (kicad_sch - (version 20250114) + (version 20260306) (generator "eeschema") - (generator_version "9.0") + (generator_version "10.0") (uuid "7972d0e7-2611-420d-b298-ef8307db6186") (paper "A3") (lib_symbols - (symbol "Connector:Conn_01x04_Pin" + (symbol "Connector:Conn_01x01_Pin" (pin_names (offset 1.016) (hide yes) @@ -13,16 +13,22 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "J" - (at 0 5.08 0) + (at 0 2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "Conn_01x04_Pin" - (at 0 -7.62 0) + (property "Value" "Conn_01x01_Pin" + (at 0 -2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -31,33 +37,41 @@ ) (property "Footprint" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Description" "Generic connector, single row, 01x04, script generated" + (property "Description" "Generic connector, single row, 01x01, script generated" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_locked" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -66,20 +80,164 @@ ) (property "ki_keywords" "connector" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "Conn_01x01_Pin_1_1" + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Connector:Conn_01x04_Pin" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "J" + (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x04_Pin" + (at 0 -7.62 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "Conn_01x04_Pin_1_1" @@ -258,8 +416,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "J" (at 0 7.62 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -268,6 +430,8 @@ ) (property "Value" "Conn_01x06_Pin" (at 0 -10.16 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -276,33 +440,41 @@ ) (property "Footprint" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Generic connector, single row, 01x06, script generated" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_locked" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -311,20 +483,24 @@ ) (property "ki_keywords" "connector" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "Conn_01x06_Pin_1_1" @@ -577,148 +753,6 @@ ) (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) - ) (symbol "Connector_Generic:Conn_01x06" (pin_names (offset 1.016) @@ -727,8 +761,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "J" (at 0 7.62 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -737,6 +775,8 @@ ) (property "Value" "Conn_01x06" (at 0 -10.16 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -745,47 +785,57 @@ ) (property "Footprint" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "connector" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "Conn_01x06_1_1" @@ -987,8 +1037,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "C" (at 0.635 2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -998,6 +1052,8 @@ ) (property "Value" "C" (at 0.635 -2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1007,47 +1063,57 @@ ) (property "Footprint" "" (at 0.9652 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Unpolarized capacitor" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "cap capacitor" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "C_*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "C_0_1" @@ -1080,7 +1146,7 @@ (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -1098,7 +1164,208 @@ (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:LED" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "D" + (at 0 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" (effects (font (size 1.27 1.27) @@ -1126,8 +1393,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "R" (at 2.032 0 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1136,6 +1407,8 @@ ) (property "Value" "R" (at 0 0 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1144,47 +1417,57 @@ ) (property "Footprint" "" (at -1.778 0 90) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "R res resistor" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "R_*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "R_0_1" @@ -1204,7 +1487,7 @@ (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -1222,7 +1505,7 @@ (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -1247,8 +1530,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "D" (at 0.635 -1.27 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1258,6 +1545,8 @@ ) (property "Value" "BAS40-04" (at -6.35 5.715 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1267,48 +1556,58 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at -6.35 7.62 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) (property "Datasheet" "http://www.vishay.com/docs/85701/bas40v.pdf" (at -3.048 2.54 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "40V 0.2A Dual Small Signal Schottky Diodes" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "Schottky, Diode" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "BAS40-04_0_1" @@ -1508,7 +1807,7 @@ (pin passive line (at -7.62 2.54 0) (length 3.81) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -1523,28 +1822,10 @@ ) ) ) - (pin passive line - (at 0 -2.54 90) - (length 5.08) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -1559,6 +1840,24 @@ ) ) ) + (pin passive line + (at 0 -2.54 90) + (length 5.08) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) ) (embedded_fonts no) ) @@ -1566,8 +1865,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" (at -12.7 39.37 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1577,6 +1880,8 @@ ) (property "Value" "CH32V203CxTx" (at 6.858 38.862 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -1586,68 +1891,60 @@ ) (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 3.81 -1.27 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "https://www.wch-ic.com/products/CH32V203.html" (at 1.27 3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "The CH32V203 is an industrial-grade enhanced low-power general-purpose MCU based on 32-bit RISC-V core." (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "RISC-V WCH MCU" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "LQFP*7x7mm*P0.5mm*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "CH32V203CxTx_0_0" - (pin input line - (at -15.24 27.94 0) - (length 2.54) - (name "BOOT0" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "44" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin power_in line (at -2.54 38.1 270) (length 2.54) @@ -1666,42 +1963,6 @@ ) ) ) - (pin power_in line - (at 0 38.1 270) - (length 2.54) - (name "VDD_VIO" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "24" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 0 -40.64 90) - (length 2.54) - (name "VSS" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "23" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin power_in line (at 2.54 -40.64 90) (length 2.54) @@ -1738,6 +1999,60 @@ ) ) ) + (pin power_in line + (at 0 -40.64 90) + (length 2.54) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 38.1 270) + (length 2.54) + (name "VDD_VIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 27.94 0) + (length 2.54) + (name "BOOT0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "44" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) ) (symbol "CH32V203CxTx_0_1" (rectangle @@ -1753,62 +2068,6 @@ ) ) (symbol "CH32V203CxTx_1_0" - (pin input line - (at -15.24 33.02 0) - (length 2.54) - (name "~{RST}" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -15.24 22.86 0) - (length 2.54) - (name "OSC_IN" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "PD0" bidirectional line) - ) - (pin bidirectional line - (at -15.24 20.32 0) - (length 2.54) - (name "OSC_OUT" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "PD1" bidirectional line) - ) (pin bidirectional line (at -15.24 15.24 0) (length 2.54) @@ -1867,423 +2126,54 @@ (alternate "OSC32_OUT" bidirectional line) ) (pin bidirectional line - (at -15.24 5.08 0) + (at -15.24 22.86 0) (length 2.54) - (name "PB0" + (name "OSC_IN" (effects (font (size 1.27 1.27) ) ) ) - (number "18" + (number "5" (effects (font (size 1.27 1.27) ) ) ) - (alternate "ADC_IN8" bidirectional line) - (alternate "OPA1_CH1P" bidirectional line) - (alternate "TIM1_CH2N_1" bidirectional line) - (alternate "TIM3_CH3" bidirectional line) - (alternate "TIM3_CH3_2" bidirectional line) - (alternate "USART4_TX" bidirectional line) + (alternate "PD0" bidirectional line) ) (pin bidirectional line - (at -15.24 2.54 0) + (at -15.24 20.32 0) (length 2.54) - (name "PB1" + (name "OSC_OUT" (effects (font (size 1.27 1.27) ) ) ) - (number "19" + (number "6" (effects (font (size 1.27 1.27) ) ) ) - (alternate "ADC_IN9" bidirectional line) - (alternate "OPA1_OUT1" bidirectional line) - (alternate "TIM1_CH3N_1" bidirectional line) - (alternate "TIM3_CH4" bidirectional line) - (alternate "TIM3_CH4_2" bidirectional line) - (alternate "UART4_RX" bidirectional line) + (alternate "PD1" bidirectional line) ) - (pin bidirectional line - (at -15.24 0 0) + (pin input line + (at -15.24 33.02 0) (length 2.54) - (name "PB2" + (name "~{RST}" (effects (font (size 1.27 1.27) ) ) ) - (number "20" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "BOOT1" bidirectional line) - (alternate "USART4_CK" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -2.54 0) - (length 2.54) - (name "PB3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "39" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "SPI1_SCK_1" bidirectional line) - (alternate "TIM2_CH2_1" bidirectional line) - (alternate "TIM2_CH2_3" bidirectional line) - (alternate "USART4_CTS" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -5.08 0) - (length 2.54) - (name "PB4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "40" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "SPI1_MISO" bidirectional line) - (alternate "TIM3_CH1_2" bidirectional line) - (alternate "USART4_RTS" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -7.62 0) - (length 2.54) - (name "PB5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "41" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "CAN2_RX" bidirectional line) - (alternate "SPI1_MOSI_1" bidirectional line) - (alternate "TIM3_CH2_2" bidirectional line) - (alternate "USART4_RX_1" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -10.16 0) - (length 2.54) - (name "PB6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "42" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "I2C1_SCL" bidirectional line) - (alternate "TIM4_CH1" bidirectional line) - (alternate "USART1_TX_1" bidirectional line) - (alternate "USBFS_DM" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -12.7 0) - (length 2.54) - (name "PB7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "43" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "I2C1_SDA" bidirectional line) - (alternate "TIM4_CH2" bidirectional line) - (alternate "USART1_RX_1" bidirectional line) - (alternate "USBFS_DP" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -15.24 0) - (length 2.54) - (name "PB8" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "45" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "CAN1_RX_2" bidirectional line) - (alternate "I2C1_SCL_1" bidirectional line) - (alternate "TIM4_CH3" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -17.78 0) - (length 2.54) - (name "PB9" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "46" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "CAN1_TX_2" bidirectional line) - (alternate "I2C1_SDA_1" bidirectional line) - (alternate "TIM4_CH4" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -20.32 0) - (length 2.54) - (name "PB10" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "21" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "I2C2_SCL" bidirectional line) - (alternate "OPA2_CH0N" bidirectional line) - (alternate "TIM2_CH3_2" bidirectional line) - (alternate "TIM2_CH3_3" bidirectional line) - (alternate "USART3_TX" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -22.86 0) - (length 2.54) - (name "PB11" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "22" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "I2C2_SDA" bidirectional line) - (alternate "OPA1_CH0N" bidirectional line) - (alternate "TIM2_CH4_2" bidirectional line) - (alternate "TIM2_CH4_3" bidirectional line) - (alternate "USART3_RX" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -25.4 0) - (length 2.54) - (name "PB12" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "25" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "I2C2_SMBA" bidirectional line) - (alternate "SPI2_NSS" bidirectional line) - (alternate "TIM1_BKIN" bidirectional line) - (alternate "USART3_CK" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -27.94 0) - (length 2.54) - (name "PB13" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "26" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "SPI2_SCK" bidirectional line) - (alternate "TIM1_CH1N" bidirectional line) - (alternate "USART3_CTS" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -30.48 0) - (length 2.54) - (name "PB14" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "27" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "OPA2_CH0P" bidirectional line) - (alternate "SPI2_MISO" bidirectional line) - (alternate "TIM1_CH2N" bidirectional line) - (alternate "USART3_RTS" bidirectional line) - ) - (pin bidirectional line - (at -15.24 -33.02 0) - (length 2.54) - (name "PB15" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "28" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "OPA1_CH0P" bidirectional line) - (alternate "SPI2_MOSI" bidirectional line) - (alternate "TIM1_CH3N" bidirectional line) - ) - (pin passive line - (at 0 -40.64 90) - (length 2.54) - (hide yes) - (name "VSS" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "35" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -40.64 90) - (length 2.54) - (hide yes) - (name "VSS" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "47" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 2.54 38.1 270) - (length 2.54) - (name "VDD" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "36" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 5.08 38.1 270) - (length 2.54) - (name "VDD" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "48" + (number "7" (effects (font (size 1.27 1.27) @@ -2476,6 +2366,206 @@ (alternate "TIM3_CH2" bidirectional line) (alternate "USART4_CTS_1" bidirectional line) ) + (pin bidirectional line + (at -15.24 5.08 0) + (length 2.54) + (name "PB0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC_IN8" bidirectional line) + (alternate "OPA1_CH1P" bidirectional line) + (alternate "TIM1_CH2N_1" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + (alternate "TIM3_CH3_2" bidirectional line) + (alternate "USART4_TX" bidirectional line) + ) + (pin bidirectional line + (at -15.24 2.54 0) + (length 2.54) + (name "PB1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC_IN9" bidirectional line) + (alternate "OPA1_OUT1" bidirectional line) + (alternate "TIM1_CH3N_1" bidirectional line) + (alternate "TIM3_CH4" bidirectional line) + (alternate "TIM3_CH4_2" bidirectional line) + (alternate "UART4_RX" bidirectional line) + ) + (pin bidirectional line + (at -15.24 0 0) + (length 2.54) + (name "PB2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "BOOT1" bidirectional line) + (alternate "USART4_CK" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -20.32 0) + (length 2.54) + (name "PB10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C2_SCL" bidirectional line) + (alternate "OPA2_CH0N" bidirectional line) + (alternate "TIM2_CH3_2" bidirectional line) + (alternate "TIM2_CH3_3" bidirectional line) + (alternate "USART3_TX" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -22.86 0) + (length 2.54) + (name "PB11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C2_SDA" bidirectional line) + (alternate "OPA1_CH0N" bidirectional line) + (alternate "TIM2_CH4_2" bidirectional line) + (alternate "TIM2_CH4_3" bidirectional line) + (alternate "USART3_RX" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -25.4 0) + (length 2.54) + (name "PB12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C2_SMBA" bidirectional line) + (alternate "SPI2_NSS" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "USART3_CK" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -27.94 0) + (length 2.54) + (name "PB13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "SPI2_SCK" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "USART3_CTS" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -30.48 0) + (length 2.54) + (name "PB14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "OPA2_CH0P" bidirectional line) + (alternate "SPI2_MISO" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "USART3_RTS" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -33.02 0) + (length 2.54) + (name "PB15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "OPA1_CH0P" bidirectional line) + (alternate "SPI2_MOSI" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + ) (pin bidirectional line (at 17.78 12.7 180) (length 2.54) @@ -2608,6 +2698,43 @@ ) (alternate "PA13" bidirectional line) ) + (pin passive line + (at 0 -40.64 90) + (length 2.54) + (hide yes) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 38.1 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) (pin bidirectional line (at 17.78 -2.54 180) (length 2.54) @@ -2650,6 +2777,194 @@ (alternate "TIM2_ETR_3" bidirectional line) (alternate "USART4_RTS_1" bidirectional line) ) + (pin bidirectional line + (at -15.24 -2.54 0) + (length 2.54) + (name "PB3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "SPI1_SCK_1" bidirectional line) + (alternate "TIM2_CH2_1" bidirectional line) + (alternate "TIM2_CH2_3" bidirectional line) + (alternate "USART4_CTS" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -5.08 0) + (length 2.54) + (name "PB4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "40" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "SPI1_MISO" bidirectional line) + (alternate "TIM3_CH1_2" bidirectional line) + (alternate "USART4_RTS" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -7.62 0) + (length 2.54) + (name "PB5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "41" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "CAN2_RX" bidirectional line) + (alternate "SPI1_MOSI_1" bidirectional line) + (alternate "TIM3_CH2_2" bidirectional line) + (alternate "USART4_RX_1" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -10.16 0) + (length 2.54) + (name "PB6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "42" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional line) + (alternate "TIM4_CH1" bidirectional line) + (alternate "USART1_TX_1" bidirectional line) + (alternate "USBFS_DM" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -12.7 0) + (length 2.54) + (name "PB7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "43" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "TIM4_CH2" bidirectional line) + (alternate "USART1_RX_1" bidirectional line) + (alternate "USBFS_DP" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -15.24 0) + (length 2.54) + (name "PB8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "45" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "CAN1_RX_2" bidirectional line) + (alternate "I2C1_SCL_1" bidirectional line) + (alternate "TIM4_CH3" bidirectional line) + ) + (pin bidirectional line + (at -15.24 -17.78 0) + (length 2.54) + (name "PB9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "46" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "CAN1_TX_2" bidirectional line) + (alternate "I2C1_SDA_1" bidirectional line) + (alternate "TIM4_CH4" bidirectional line) + ) + (pin passive line + (at 0 -40.64 90) + (length 2.54) + (hide yes) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "47" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 5.08 38.1 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "48" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) ) (embedded_fonts no) ) @@ -2657,8 +2972,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" (at -6.35 11.43 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -2667,6 +2986,8 @@ ) (property "Value" "W25Q128JVE" (at 7.62 11.43 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -2675,47 +2996,57 @@ ) (property "Footprint" "Package_SON:WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm" (at 0 22.86 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "https://www.winbond.com/resource-files/w25q128jv_dtr%20revc%2003272018%20plus.pdf" (at 0 25.4 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "128Mbit / 16MiB Serial Flash Memory, Standard/Dual/Quad SPI, 2.7-3.6V, WSON-8" (at 0 27.94 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "flash memory SPI QPI DTR" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "WSON*1EP*8x6mm*P1.27mm*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "W25Q128JVE_0_1" @@ -2750,42 +3081,6 @@ ) ) ) - (pin input line - (at -10.16 5.08 0) - (length 2.54) - (name "CLK" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -10.16 2.54 0) - (length 2.54) - (name "DI/IO_{0}" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin bidirectional line (at -10.16 0 0) (length 2.54) @@ -2822,6 +3117,60 @@ ) ) ) + (pin power_in line + (at 0 -12.7 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -10.16 2.54 0) + (length 2.54) + (name "DI/IO_{0}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 5.08 0) + (length 2.54) + (name "CLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) (pin bidirectional line (at -10.16 -5.08 0) (length 2.54) @@ -2858,24 +3207,6 @@ ) ) ) - (pin power_in line - (at 0 -12.7 90) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin passive line (at 2.54 -12.7 90) (length 2.54) @@ -2898,6 +3229,7 @@ (embedded_fonts no) ) (symbol "PCM_Capacitor_AKL:C_0603" + (body_styles demorgan) (pin_numbers (hide yes) ) @@ -2907,8 +3239,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "C" (at 0.635 2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -2918,6 +3254,8 @@ ) (property "Value" "C_0603" (at 0.635 -2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -2927,47 +3265,57 @@ ) (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" (at 0.9652 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "cap capacitor ceramic chip mlcc smd 0603" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "C_*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "C_0603_0_1" @@ -3074,7 +3422,7 @@ (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -3092,7 +3440,7 @@ (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -3109,28 +3457,10 @@ ) ) (symbol "C_0603_1_2" - (pin passive line - (at -2.54 -2.54 90) - (length 0) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin passive line (at 2.54 2.54 270) (length 0) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -3145,6 +3475,24 @@ ) ) ) + (pin passive line + (at -2.54 -2.54 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) ) (embedded_fonts no) ) @@ -3152,8 +3500,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" (at 0 6.35 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3162,6 +3514,8 @@ ) (property "Value" "AP130-33SA" (at 0 3.81 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3170,38 +3524,46 @@ ) (property "Footprint" "PCM_Package_TO_SOT_SMD_AKL:SOT-23" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "https://www.tme.eu/Document/a40bcc82e08605be7c628bfb79d62f46/AP130.pdf" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SOT-23 3.3V 300mA low dropout voltage regulator, Alternate KiCad Library" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "3.3V 300mA low dropout ldo voltage regulator vreg pmic power supply 3-terminal" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "AP130-33SA_0_0" @@ -3226,28 +3588,10 @@ ) ) (symbol "AP130-33SA_1_1" - (pin power_in line - (at -7.62 0 0) - (length 2.54) - (name "IN" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin power_in line (at 0 -6.35 90) (length 2.54) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -3280,6 +3624,24 @@ ) ) ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) ) (embedded_fonts no) ) @@ -3290,8 +3652,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" (at 0.635 5.715 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3301,6 +3667,8 @@ ) (property "Value" "USBLC6-2SC6" (at 0.635 3.81 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3310,50 +3678,60 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 1.27 -6.35 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) (italic yes) ) (justify left) - (hide yes) ) ) (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" (at 1.27 -8.255 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) (property "Description" "Very low capacitance ESD protection diode, 2 data-line, SOT-23-6" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "usb ethernet video" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "USBLC6-2SC6_0_0" @@ -3637,6 +4015,24 @@ ) ) ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) (pin passive line (at -5.08 -2.54 0) (length 2.54) @@ -3655,6 +4051,24 @@ ) ) ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "I/O2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) (pin passive line (at 0 5.08 270) (length 2.54) @@ -3673,24 +4087,6 @@ ) ) ) - (pin passive line - (at 0 -7.62 90) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin passive line (at 5.08 0 180) (length 2.54) @@ -3709,24 +4105,6 @@ ) ) ) - (pin passive line - (at 5.08 -2.54 180) - (length 2.54) - (name "I/O2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) ) (embedded_fonts no) ) @@ -3734,8 +4112,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" (at -6.35 8.89 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3744,6 +4126,8 @@ ) (property "Value" "INA219AxDCN" (at 6.35 8.89 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3752,47 +4136,57 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23-8" (at 16.51 -8.89 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ina219.pdf" (at 8.89 -2.54 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Zero-Drift, Bidirectional Current/Power Monitor (0-26V) With I2C Interface, SOT-23-8" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "ADC I2C 16-Bit Oversampling Current Shunt" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "INA219AxDCN_0_1" @@ -3845,6 +4239,24 @@ ) ) ) + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) (pin power_in line (at 0 10.16 270) (length 2.54) @@ -3863,17 +4275,17 @@ ) ) ) - (pin power_in line - (at 0 -10.16 90) + (pin input line + (at 10.16 2.54 180) (length 2.54) - (name "GND" + (name "SCL" (effects (font (size 1.27 1.27) ) ) ) - (number "3" + (number "5" (effects (font (size 1.27 1.27) @@ -3900,16 +4312,16 @@ ) ) (pin input line - (at 10.16 2.54 180) + (at 10.16 -5.08 180) (length 2.54) - (name "SCL" + (name "A0" (effects (font (size 1.27 1.27) ) ) ) - (number "5" + (number "7" (effects (font (size 1.27 1.27) @@ -3935,24 +4347,6 @@ ) ) ) - (pin input line - (at 10.16 -5.08 180) - (length 2.54) - (name "A0" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) ) (embedded_fonts no) ) @@ -3967,8 +4361,12 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "SW" (at 1.27 2.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3978,6 +4376,8 @@ ) (property "Value" "SW_Push" (at 0 -1.524 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -3986,38 +4386,46 @@ ) (property "Footprint" "" (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Push button switch, generic, two pins" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "switch normally-open pushbutton push-button" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "SW_Push_0_1" @@ -4107,7 +4515,7 @@ (embedded_fonts no) ) (symbol "power:+3V3" - (power) + (power global) (pin_numbers (hide yes) ) @@ -4118,17 +4526,23 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "#PWR" (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -4137,38 +4551,46 @@ ) (property "Footprint" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "global power" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "+3V3_0_1" @@ -4213,7 +4635,7 @@ (pin power_in line (at 0 0 90) (length 0) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -4232,7 +4654,7 @@ (embedded_fonts no) ) (symbol "power:GND" - (power) + (power global) (pin_numbers (hide yes) ) @@ -4243,17 +4665,23 @@ (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) (property "Reference" "#PWR" (at 0 -6.35 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "GND" (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -4262,38 +4690,46 @@ ) (property "Footprint" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "ki_keywords" "global power" (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (symbol "GND_0_1" @@ -4314,7 +4750,7 @@ (pin power_in line (at 0 0 270) (length 0) - (name "~" + (name "" (effects (font (size 1.27 1.27) @@ -4343,7 +4779,7 @@ (fill (type none) ) - (uuid 479092eb-abd0-4390-80d0-10eeb3b6311f) + (uuid "479092eb-abd0-4390-80d0-10eeb3b6311f") ) (rectangle (start 55.88 210.312) @@ -4355,7 +4791,7 @@ (fill (type none) ) - (uuid 48f510b9-f444-4a7a-a155-bfab878af915) + (uuid "48f510b9-f444-4a7a-a155-bfab878af915") ) (rectangle (start 243.84 167.894) @@ -4367,7 +4803,7 @@ (fill (type none) ) - (uuid 727099e4-313f-4557-93bc-1bf370d73341) + (uuid "727099e4-313f-4557-93bc-1bf370d73341") ) (rectangle (start 241.3 224.79) @@ -4379,7 +4815,7 @@ (fill (type none) ) - (uuid 7e4d3f98-2fb9-4bf9-b63d-d1b7b222c288) + (uuid "7e4d3f98-2fb9-4bf9-b63d-d1b7b222c288") ) (rectangle (start 296.418 214.122) @@ -4391,7 +4827,7 @@ (fill (type none) ) - (uuid f5d98909-b850-4951-a390-5ac9f7106aa6) + (uuid "f5d98909-b850-4951-a390-5ac9f7106aa6") ) (text "RTC" (exclude_from_sim no) @@ -4425,16 +4861,6 @@ ) (uuid "33526bed-8653-4019-9d65-0ca5fb30b52f") ) - (text "Validate footprint!\n" - (exclude_from_sim no) - (at 179.324 98.044 0) - (effects - (font - (size 3.81 3.81) - ) - ) - (uuid "36a8cdcb-44b2-4c2f-813b-ef33906d163b") - ) (text "BootMode config?\nBOOT1/PB2" (exclude_from_sim no) (at 232.664 26.924 0) @@ -5022,6 +5448,16 @@ ) (uuid "6416d0a7-b9ae-4e9b-ad55-264561e3fbb7") ) + (wire + (pts + (xy 68.58 120.65) (xy 71.12 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "65d07ebb-ebf8-4a67-b0b4-e7fa142264f2") + ) (wire (pts (xy 248.92 256.54) (xy 255.27 256.54) @@ -5102,16 +5538,6 @@ ) (uuid "711ef8da-5890-42fc-9d6b-dbe9268e5b6d") ) - (wire - (pts - (xy 72.39 260.35) (xy 72.39 265.43) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7278f171-a8b8-40e6-93c8-2016dd01cfa5") - ) (wire (pts (xy 63.5 74.93) (xy 71.12 74.93) @@ -5372,6 +5798,16 @@ ) (uuid "dae8ffb5-43e6-4506-8c89-4aeef86f1eb1") ) + (wire + (pts + (xy 68.58 123.19) (xy 71.12 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd45f2a6-e5e6-456f-9add-ff31ed58aa5f") + ) (wire (pts (xy 97.79 254) (xy 97.79 256.54) @@ -5615,16 +6051,18 @@ (uuid "05414c1c-163c-44da-93b5-129054b32624") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 317.5 235.7691 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) - (global_label "SDA" + (global_label "S_SDA" (shape input) (at 260.35 186.69 270) (fields_autoplaced yes) @@ -5636,57 +6074,39 @@ ) (uuid "13b8e728-4756-4b61-a439-a2d5ebdab366") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 260.35 192.5891 90) + (at 260.35 195.4204 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) - (global_label "GND" + (global_label "SDA" (shape input) - (at 30.48 176.53 90) + (at 68.58 120.65 180) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) - (uuid "13f7234c-09a6-4830-82c5-39b85f8770ab") + (uuid "1927ff86-b5d7-4a85-9765-c51581a3d23d") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 30.48 170.3285 90) + (at 62.0267 120.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) - (hide yes) - ) - ) - ) - (global_label "3_3V" - (shape input) - (at 267.97 181.61 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "15e94ce7-56d3-4072-81c1-65cc5d509ec2") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 274.6968 181.61 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) + (justify right) ) ) ) @@ -5703,12 +6123,14 @@ (uuid "205a3e33-355a-4c9d-91ee-35c2eb172bb4") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 150.5034 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -5725,12 +6147,14 @@ (uuid "26bf99e4-b0c6-4c45-9e14-2f267f796a59") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 321.31 197.6691 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -5747,12 +6171,14 @@ (uuid "3019b05c-b92f-49e4-8d39-7f88a57f5d75") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 96.52 216.9667 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -5769,12 +6195,14 @@ (uuid "31c7e737-0853-4791-b4f4-a9a056362e3d") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 33.02 131.3214 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -5791,16 +6219,18 @@ (uuid "3816c5f2-6e6b-4494-b08d-5538141fa881") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 139.8596 259.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) - (global_label "SCL" + (global_label "S_SCL" (shape input) (at 290.83 186.69 270) (fields_autoplaced yes) @@ -5812,57 +6242,15 @@ ) (uuid "473d9367-b80a-4fc4-800a-b640c8ef6417") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 290.83 192.5286 90) + (at 290.83 195.3599 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) - ) - ) - ) - (global_label "3_3V" - (shape input) - (at 318.77 176.53 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "4ae62ad4-b82f-47a1-9dcd-b72fdca69063") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 318.77 169.7238 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 99.06 223.52 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "4cb8f7b5-693b-4792-b76a-98efb1ea00d1") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 99.06 216.6643 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) ) ) ) @@ -5879,12 +6267,14 @@ (uuid "4f495767-434b-4f26-b176-b71c815180ea") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 123.6352 97.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -5901,12 +6291,14 @@ (uuid "4f4d98a3-bb22-4cee-b4f1-563d38f7e5ca") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 59.8496 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -5923,12 +6315,14 @@ (uuid "5269482a-9f5f-4184-8848-171cd2fdcbc4") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 17.989 147.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -5945,12 +6339,14 @@ (uuid "545eec15-2d11-48d0-9e01-ebbae17b51c7") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 33.02 161.1415 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -5967,34 +6363,14 @@ (uuid "561deea4-b663-4b5a-a245-0f3f0f1ac299") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.9266 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 281.94 181.61 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "57f1c61b-ec59-4de5-8695-d88fa346ab59") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 275.8179 181.61 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) ) ) ) @@ -6011,12 +6387,14 @@ (uuid "5c3fac7c-5bed-41af-8c13-e12e9a5c1e7b") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.9 216.9667 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6033,34 +6411,14 @@ (uuid "5cd84213-41d8-4680-ad9e-421d49f69dc5") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 139.9201 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 104.14 233.68 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "620976d0-900e-4af6-9796-141b5dcc6cef") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 110.9957 233.68 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) ) ) ) @@ -6077,12 +6435,14 @@ (uuid "7b9d341c-6f12-4ef1-a48d-a50e8ea8aff6") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 27.94 174.199 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6099,12 +6459,14 @@ (uuid "7d4d967a-73af-49e8-bd5f-bf7ab75e7387") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 316.23 197.6086 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -6121,12 +6483,14 @@ (uuid "8859f48d-cdd8-4b97-bbcd-912ffea0bad6") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 115.7733 87.63 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6143,12 +6507,14 @@ (uuid "89a2d2ba-7285-4640-a154-6c5b1d6efa8c") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.44 217.0272 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6165,12 +6531,14 @@ (uuid "89c8f6d8-f892-4b32-8ac7-b00a413dd9c4") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.3853 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -6187,12 +6555,14 @@ (uuid "8fde6ac3-a5ff-4885-a65c-53b18646437a") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 314.96 235.7086 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -6209,56 +6579,14 @@ (uuid "91304bb5-4c9b-4e23-b9c5-3051ed97deec") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 158.1234 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) - ) - ) - ) - (global_label "3_3V" - (shape input) - (at 320.04 229.87 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "9310ef72-3901-4f5d-8aa5-7825ffc01faf") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 320.04 236.6762 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 22.86 184.15 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "935f8e79-6601-4890-a19e-753eeb748625") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 22.86 177.9485 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) ) ) ) @@ -6275,12 +6603,14 @@ (uuid "9c60d46b-e828-4eed-86ac-151e2b9cfaae") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 35.56 173.2314 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6297,34 +6627,14 @@ (uuid "a219dddf-291d-4fa1-b865-5e3c35b59195") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 123.6352 100.33 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) - ) - ) - ) - (global_label "3_3V" - (shape input) - (at 74.93 233.68 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "a565a0f1-429e-4cfd-b924-4d8c5ed7e891") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 67.4696 233.68 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) ) ) ) @@ -6341,12 +6651,14 @@ (uuid "a6eba6d5-12ab-4ab6-8315-154c38cca301") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 17.989 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -6363,34 +6675,14 @@ (uuid "aa4807c9-2999-4ed5-8141-a4b3bbc81d77") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.9266 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 251.46 181.61 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "acc31d1c-9f30-49ed-bb3a-d4ced6a09647") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 245.3379 181.61 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) ) ) ) @@ -6407,12 +6699,14 @@ (uuid "b39c3c85-2e95-4c68-a572-bac6df33fa78") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 232.41 14.8553 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6429,34 +6723,14 @@ (uuid "bc5bbf7e-0610-4628-9592-93514e5bd78e") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 157.2767 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 322.58 229.87 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "c1273628-cf84-444d-8088-ae8d90e4925c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 322.58 236.0715 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) ) ) ) @@ -6473,12 +6747,14 @@ (uuid "c3cd1464-98ee-4fb7-82b9-b1650e93193a") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 157.2767 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -6495,40 +6771,20 @@ (uuid "da52f5c4-6835-433e-9147-6aebcc80425f") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 25.4 174.199 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) - (global_label "GND" + (global_label "SCL" (shape input) - (at 33.02 176.53 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "db3378b7-0bfe-452c-aa33-4be4da7c09be") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 33.02 170.3285 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 78.74 241.3 270) + (at 68.58 123.19 180) (fields_autoplaced yes) (effects (font @@ -6536,59 +6792,17 @@ ) (justify right) ) - (uuid "e34461f1-de53-4a38-aba7-ec80b7ab4ec0") + (uuid "db42ecad-dea4-4dce-8a0f-233f5e89c7c8") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 78.74 248.1557 90) + (at 62.0872 123.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) - ) - ) - ) - (global_label "3_3V" - (shape input) - (at 298.45 181.61 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "f015038b-205c-486a-b0a4-a9863fcb18c9") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 305.1768 181.61 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - ) - (global_label "GND" - (shape input) - (at 129.54 269.24 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "f0d71ed9-12ed-4eda-881b-b5d65f4d0b93") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 129.54 276.0957 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) ) ) ) @@ -6605,12 +6819,14 @@ (uuid "f5d91037-e176-4ffc-9c93-112186798aa8") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 115.7733 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) ) @@ -6627,12 +6843,14 @@ (uuid "fb2ea160-8a70-4911-98a6-fc49cfc31edc") (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 59.9101 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify right) - (hide yes) ) ) ) @@ -6640,13 +6858,17 @@ (lib_id "Switch:SW_Push") (at 274.32 246.38 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "00000000-0000-0000-0000-000060983dac") (property "Reference" "Reset1" (at 281.559 246.38 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6655,6 +6877,8 @@ ) (property "Value" "SW_Push" (at 279.2476 246.38 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6663,42 +6887,52 @@ ) (property "Footprint" "Button_Switch_SMD:SW_SPST_CK_RS282G05A3" (at 279.4 246.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 279.4 246.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 274.32 246.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C72443" (at 274.32 246.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 274.32 246.38 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6707,6 +6941,8 @@ ) (property "Sim.Device" "" (at 274.32 246.38 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6715,6 +6951,8 @@ ) (property "Sim.Pins" "" (at 274.32 246.38 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6723,6 +6961,8 @@ ) (property "Sim.Type" "" (at 274.32 246.38 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6748,14 +6988,18 @@ (lib_id "Device:R") (at 93.98 259.08 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "06c66de4-05db-4145-a783-1ccae1cba266") - (property "Reference" "R22" + (property "Reference" "R5" (at 93.98 265.43 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6764,6 +7008,8 @@ ) (property "Value" "100mOhm" (at 93.98 262.89 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6772,42 +7018,52 @@ ) (property "Footprint" "Resistor_SMD:R_1206_3216Metric" (at 93.98 257.302 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 93.98 259.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 93.98 259.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Field5" "" (at 93.98 259.08 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C25334" (at 93.98 259.08 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6823,7 +7079,85 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R22") + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 322.58 229.87 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "08a91d64-ddc5-47c2-b7c2-0d10ed98113b") + (property "Reference" "#PWR025" + (at 322.58 236.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 322.58 234.95 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 322.58 229.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 322.58 229.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 322.58 229.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d41241f0-f274-4f22-8850-8a61668a515f") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR025") (unit 1) ) ) @@ -6833,13 +7167,17 @@ (lib_id "Switch:SW_Push") (at 248.92 238.76 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "0c9bba2c-26fd-4bb8-b5d9-e744b9040df7") - (property "Reference" "Boot2" + (property "Reference" "Boot1" (at 256.159 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6848,6 +7186,8 @@ ) (property "Value" "SW_Push" (at 253.8476 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6856,42 +7196,52 @@ ) (property "Footprint" "Button_Switch_SMD:SW_SPST_CK_RS282G05A3" (at 254 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 254 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 248.92 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C72443" (at 248.92 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 248.92 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6900,6 +7250,8 @@ ) (property "Sim.Device" "" (at 248.92 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6908,6 +7260,8 @@ ) (property "Sim.Pins" "" (at 248.92 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6916,6 +7270,8 @@ ) (property "Sim.Type" "" (at 248.92 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -6931,76 +7287,387 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "Boot2") + (reference "Boot1") (unit 1) ) ) ) ) (symbol - (lib_id "Connector_Generic:Conn_01x02") - (at 67.31 260.35 180) + (lib_id "power:GND") + (at 55.88 128.27 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) - (uuid "189895a8-cdf2-46f3-9304-02dceb559353") - (property "Reference" "J1" - (at 64.77 260.3501 0) + (fields_autoplaced yes) + (uuid "1123d292-15f8-4e80-92d6-37116c7fc37c") + (property "Reference" "#PWR027" + (at 49.53 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "battery" - (at 64.77 257.8101 0) + (property "Value" "GND" + (at 52.07 128.2699 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) (property "Footprint" "" - (at 67.31 260.35 0) + (at 55.88 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" - (at 67.31 260.35 0) + (property "Datasheet" "" + (at 55.88 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (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 67.31 260.35 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 55.88 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (pin "2" - (uuid "9f28a943-5a60-4a7a-a8dd-544f24309f14") - ) (pin "1" - (uuid "0ccbc122-7703-46bc-930d-01e9eca4e99a") + (uuid "c6de39d2-027f-4eb3-a852-0db64c630cad") ) (instances - (project "" + (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "J1") + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 33.02 176.53 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1ecabd99-ebee-4a1f-8c29-3bcb9a4bc528") + (property "Reference" "#PWR018" + (at 33.02 170.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 33.02 171.45 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 33.02 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 33.02 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 33.02 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f64831c3-08fc-46b9-84da-41caf8723176") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 67.31 135.89 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "20ca2486-e52f-4e9e-8816-e61e264a1521") + (property "Reference" "D6" + (at 65.7225 129.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 65.7225 132.08 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 67.31 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 67.31 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 67.31 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "40726a08-bcb5-4072-913b-1a38be7d1689") + ) + (pin "2" + (uuid "67437ed4-9039-4bcb-b264-4863781aa3b7") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 133.35 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "220d87e0-6883-42f8-81b7-8e423f4dd5ca") + (property "Reference" "R16" + (at 58.5216 131.572 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k2" + (at 60.833 131.572 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 59.69 135.128 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 59.69 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 59.69 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "" + (at 59.69 133.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "" + (at 59.69 133.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "" + (at 59.69 133.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "" + (at 59.69 133.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ed218b12-eb8e-4202-bb50-dcfd6b60fcb9") + ) + (pin "2" + (uuid "61e33eee-1478-4b70-96f6-5782435d7b6d") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "R16") (unit 1) ) ) @@ -7011,23 +7678,29 @@ (at 123.19 238.76 270) (mirror x) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "2c62b666-ef3e-40ac-a9bc-76ef66db5899") - (property "Reference" "#PWR01" + (property "Reference" "#PWR03" (at 119.38 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 128.27 238.76 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7036,29 +7709,35 @@ ) (property "Footprint" "" (at 123.19 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 123.19 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 123.19 238.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -7067,7 +7746,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR01") + (reference "#PWR03") (unit 1) ) ) @@ -7077,14 +7756,18 @@ (lib_id "Memory_Flash:W25Q128JVE") (at 179.07 83.82 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "2fc0e927-cadd-4772-8ac7-ef836e92c67b") (property "Reference" "U5" (at 190.5 82.5499 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7094,6 +7777,8 @@ ) (property "Value" "W25Q128JVE" (at 190.5 85.0899 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7103,29 +7788,35 @@ ) (property "Footprint" "Package_SON:WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm" (at 179.07 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "https://www.winbond.com/resource-files/w25q128jv_dtr%20revc%2003272018%20plus.pdf" (at 179.07 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "128Mbit / 16MiB Serial Flash Memory, Standard/Dual/Quad SPI, 2.7-3.6V, WSON-8" (at 179.07 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "8" @@ -7156,7 +7847,7 @@ (uuid "6622b736-0dbf-453e-b5ee-86327df53c5d") ) (instances - (project "" + (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" (reference "U5") (unit 1) @@ -7168,13 +7859,17 @@ (lib_id "Device:R") (at 321.31 182.88 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "345969a1-6815-4f15-b3a7-8dc3e9ad8d68") - (property "Reference" "R11" + (property "Reference" "R12" (at 323.088 181.7116 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7184,6 +7879,8 @@ ) (property "Value" "2k2" (at 323.088 184.023 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7193,42 +7890,52 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 319.532 182.88 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 321.31 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 321.31 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C22975" (at 321.31 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 321.31 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7237,6 +7944,8 @@ ) (property "Sim.Device" "" (at 321.31 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7245,6 +7954,8 @@ ) (property "Sim.Pins" "" (at 321.31 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7253,6 +7964,8 @@ ) (property "Sim.Type" "" (at 321.31 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7268,7 +7981,164 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R11") + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 233.68 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3713f918-07fe-41cb-b190-2a6e8be95299") + (property "Reference" "#PWR021" + (at 110.49 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 107.95 233.6799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 104.14 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 104.14 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 104.14 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fb2b997b-cc98-42d7-97e5-80b492ff5835") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 318.77 176.53 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3dc581c1-4b90-4a71-adb5-18a037dd900a") + (property "Reference" "#PWR015" + (at 318.77 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+3V3" + (at 318.77 171.45 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 318.77 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 318.77 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 318.77 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "610dacdd-8a89-414c-890f-9f199fb25297") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR015") (unit 1) ) ) @@ -7278,13 +8148,17 @@ (lib_id "Connector:Conn_01x04_Pin") (at 158.75 261.62 180) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp yes) (uuid "3e2ebdf7-928b-4b65-9de3-942dbcaeef7d") (property "Reference" "battery1" (at 157.48 261.62 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7294,6 +8168,8 @@ ) (property "Value" "XT30" (at 157.48 259.08 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7303,38 +8179,46 @@ ) (property "Footprint" "amass:AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical" (at 158.75 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 158.75 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Generic connector, single row, 01x04, script generated" (at 158.75 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C108769" (at 158.75 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -7362,14 +8246,18 @@ (lib_id "PCM_Capacitor_AKL:C_0603") (at 220.98 251.46 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "414dee25-b099-40c9-82b6-f084d25e4d4e") - (property "Reference" "C11" + (property "Reference" "C6" (at 224.79 248.9199 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7379,6 +8267,8 @@ ) (property "Value" "100nF" (at 224.79 251.46 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -7388,123 +8278,151 @@ ) (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" (at 221.9452 255.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C1525" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "20208285" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "Samsung Electro-Mechanics" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "CL05B104KO5NNNC" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rated" "16V" (at 224.79 254 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -7514,236 +8432,288 @@ ) (property "Tolerance" "±10%" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Capacitance" "100nF" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "X7R" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 220.98 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -7755,7 +8725,98 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "C11") + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 67.31 133.35 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "49eb1ea5-56b0-4124-886b-9342c3505ca5") + (property "Reference" "D5" + (at 65.7225 127 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 65.7225 129.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 67.31 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 67.31 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 67.31 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "93773c69-8aca-4e94-b2fe-5aced63e42e6") + ) + (pin "2" + (uuid "bff40d99-b79a-4a7b-9d56-b32e097cdc91") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "D5") (unit 1) ) ) @@ -7765,13 +8826,17 @@ (lib_id "MCU_WCH_CH32V2:CH32V203CxTx") (at 86.36 102.87 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "4cf137bd-8775-4937-ab30-b707e4e7215b") - (property "Reference" "U1" + (property "Reference" "U2" (at 91.0433 143.51 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7781,6 +8846,8 @@ ) (property "Value" "CH32V203CxTx" (at 86.36 117.602 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -7790,236 +8857,288 @@ ) (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 90.17 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "https://www.wch-ic.com/products/CH32V203.html" (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "The CH32V203 is an industrial-grade enhanced low-power general-purpose MCU based on 32-bit RISC-V core." (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 86.36 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "36" @@ -8169,7 +9288,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "U1") + (reference "U2") (unit 1) ) ) @@ -8179,14 +9298,18 @@ (lib_id "Power_Protection:USBLC6-2SC6") (at 33.02 147.32 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp yes) (fields_autoplaced yes) (uuid "4df9748b-e379-4246-a601-85f72598a2b8") - (property "Reference" "U3" + (property "Reference" "U1" (at 34.6711 139.7 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8196,6 +9319,8 @@ ) (property "Value" "USBLC6-2SC6" (at 34.6711 142.24 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8205,36 +9330,44 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 34.29 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) (italic yes) ) (justify left) - (hide yes) ) ) (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" (at 34.29 155.575 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) (property "Description" "Very low capacitance ESD protection diode, 2 data-line, SOT-23-6" (at 33.02 147.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 33.02 147.32 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8243,6 +9376,8 @@ ) (property "Sim.Device" "" (at 33.02 147.32 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8251,6 +9386,8 @@ ) (property "Sim.Pins" "" (at 33.02 147.32 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8259,6 +9396,8 @@ ) (property "Sim.Type" "" (at 33.02 147.32 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8286,7 +9425,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "U3") + (reference "U1") (unit 1) ) ) @@ -8296,14 +9435,18 @@ (lib_id "PCM_Capacitor_AKL:C_0603") (at 261.62 247.65 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "4f1631db-e051-4fd7-aaa5-3944148c4eeb") - (property "Reference" "C5" + (property "Reference" "C7" (at 265.43 245.1099 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8313,6 +9456,8 @@ ) (property "Value" "100nF" (at 265.43 247.65 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -8322,123 +9467,151 @@ ) (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" (at 262.5852 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C1525" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "20208285" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "Samsung Electro-Mechanics" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "CL05B104KO5NNNC" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rated" "16V" (at 265.43 250.19 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -8448,173 +9621,211 @@ ) (property "Tolerance" "±10%" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Capacitance" "100nF" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "X7R" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 261.62 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -8626,7 +9837,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "C5") + (reference "C7") (unit 1) ) ) @@ -8636,23 +9847,29 @@ (lib_id "power:GND") (at 232.41 36.83 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "51e44354-6cce-43d6-9f43-27bcfaa4af9f") - (property "Reference" "#PWR07" + (property "Reference" "#PWR09" (at 232.41 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "GND" (at 232.41 41.91 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8661,29 +9878,35 @@ ) (property "Footprint" "" (at 232.41 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 232.41 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 232.41 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -8692,7 +9915,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR07") + (reference "#PWR09") (unit 1) ) ) @@ -8703,14 +9926,18 @@ (at 123.19 250.19 270) (mirror x) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "553c8ae5-24d4-422c-92da-b1b7842c3174") - (property "Reference" "U2" + (property "Reference" "U4" (at 129.54 250.19 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8719,6 +9946,8 @@ ) (property "Value" "AP130-33SA" (at 127 250.19 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8727,173 +9956,211 @@ ) (property "Footprint" "PCM_Package_TO_SOT_SMD_AKL:SOT-23" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "https://www.tme.eu/Document/a40bcc82e08605be7c628bfb79d62f46/AP130.pdf" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SOT-23 3.3V 300mA low dropout voltage regulator, Alternate KiCad Library" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 123.19 250.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -8908,7 +10175,86 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "U2") + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 281.94 181.61 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "56df8a69-bec9-46bb-b8cc-060737c1e583") + (property "Reference" "#PWR024" + (at 275.59 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 278.13 181.6099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 281.94 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 281.94 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 281.94 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5da1a065-7d46-4514-ae70-f114ebb0fe3e") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR024") (unit 1) ) ) @@ -8918,13 +10264,17 @@ (lib_id "Device:R") (at 96.52 248.92 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "5b67babf-5872-407b-9d3b-ed4f2e479e26") (property "Reference" "R6" (at 101.346 248.92 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8933,6 +10283,8 @@ ) (property "Value" "10" (at 99.06 248.92 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8941,33 +10293,41 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 94.742 248.92 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 96.52 248.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 96.52 248.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C22859" (at 96.52 248.92 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -8993,13 +10353,17 @@ (lib_id "Device:R") (at 30.48 180.34 180) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "5c1d133d-7b66-4cda-ad51-9f5a696ae772") - (property "Reference" "R2" + (property "Reference" "R1" (at 26.67 177.292 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9009,6 +10373,8 @@ ) (property "Value" "5.1k" (at 26.924 175.26 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9018,42 +10384,52 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 32.258 180.34 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 30.48 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 30.48 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C95781" (at 30.48 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 30.48 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9062,6 +10438,8 @@ ) (property "Sim.Device" "" (at 30.48 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9070,6 +10448,8 @@ ) (property "Sim.Pins" "" (at 30.48 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9078,6 +10458,8 @@ ) (property "Sim.Type" "" (at 30.48 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9093,7 +10475,84 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R2") + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x01_Pin") + (at 67.31 265.43 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5f26281b-bc69-4a11-abdb-cf72f0b92c43") + (property "Reference" "BAT_LOW1" + (at 67.945 260.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x01_Pin" + (at 67.945 262.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Wire:SolderWirePad_1x01_SMD_5x10mm" + (at 67.31 265.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 265.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x01, script generated" + (at 67.31 265.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "36c328b8-8840-4d92-b76e-48855e76b442") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "BAT_LOW1") (unit 1) ) ) @@ -9103,14 +10562,18 @@ (lib_id "Device:R") (at 232.41 30.48 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "6536c5cf-e638-48a5-bb16-34742fbb3714") - (property "Reference" "R4" + (property "Reference" "R8" (at 234.95 30.4799 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9120,6 +10583,7 @@ ) (property "Value" "10kΩ" (at 232.41 30.48 90) + (show_name no) (do_not_autoplace yes) (effects (font @@ -9129,389 +10593,475 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 230.632 30.48 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C25744" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "24372091" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Resistors,Chip Resistor - Surface Mount" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "0402WGF1002TCE" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Resistance" "10kΩ" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Power(Watts)" "62.5mW" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Type" "Thick Film Resistors" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Overload Voltage (Max)" "50V" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature Range" "-55°C~+155°C" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Tolerance" "±1%" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "±100ppm/°C" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 232.41 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -9523,7 +11073,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R4") + (reference "R8") (unit 1) ) ) @@ -9533,13 +11083,17 @@ (lib_id "Diode:BAS40-04") (at 260.35 184.15 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "67ed0d15-b7a8-4b03-a8f1-bbc995d6637a") (property "Reference" "D1" (at 260.35 175.895 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9548,6 +11102,8 @@ ) (property "Value" "BAV99" (at 260.35 178.2064 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9556,43 +11112,53 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 254 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) (property "Datasheet" "" (at 257.302 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 260.35 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C916425" (at 260.35 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 260.35 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9601,6 +11167,8 @@ ) (property "Sim.Device" "" (at 260.35 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9609,6 +11177,8 @@ ) (property "Sim.Pins" "" (at 260.35 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9617,6 +11187,8 @@ ) (property "Sim.Type" "" (at 260.35 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9641,28 +11213,113 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 55.88 133.35 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "67f70599-a8bd-4061-98af-902b6a530196") + (property "Reference" "#PWR029" + (at 49.53 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 52.07 133.3499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 55.88 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 55.88 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 55.88 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bf8cf2d4-c27b-4304-a678-994adab9f1cd") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:+3V3") (at 179.07 71.12 0) (mirror y) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "6df11f53-266a-4ac5-8b9d-dd702d7af552") - (property "Reference" "#PWR03" + (property "Reference" "#PWR05" (at 179.07 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 179.07 66.04 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -9671,503 +11328,40 @@ ) (property "Footprint" "" (at 179.07 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 179.07 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 179.07 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" (uuid "6aa19257-8946-48c7-b26c-b786760178b2") ) - (instances - (project "bms" - (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR03") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "PCM_Capacitor_AKL:C_0603") - (at 199.39 251.46 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "72d50c32-41bc-4a48-91e5-00983786d05a") - (property "Reference" "C9" - (at 203.2 248.9199 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 203.2 251.46 0) - (effects - (font - (size 0.8 0.8) - ) - (justify left) - ) - ) - (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" - (at 200.3552 255.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C1525" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Stock" "20208285" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Price" "0.004USD" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Process" "SMT" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Minimum Qty" "20" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Attrition Qty" "10" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Class" "Basic Component" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Manufacturer" "Samsung Electro-Mechanics" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Part" "CL05B104KO5NNNC" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Voltage Rated" "16V" - (at 203.2 254 0) - (effects - (font - (size 0.8 0.8) - ) - (justify left) - ) - ) - (property "Tolerance" "±10%" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Capacitance" "100nF" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Temperature Coefficient" "X7R" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Actuator Style" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Actuator/Cap Color" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Circuit" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Contact Current" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Insulation Resistance" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Mechanical Life" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Mounting Style" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Operating Force" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Operating Temperature" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Pin Style" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Strike Gundam" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Switch Height" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Switch Length" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Switch Width" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Voltage Rating (Dc)" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "With Lamp" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Diode Configuration" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Forward Voltage (Vf@If)" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Rectified Current" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Reverse Leakage Current" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Reverse Voltage (Vr)" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Sim.Device" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Sim.Type" "" - (at 199.39 251.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "378bdc71-e699-4493-a712-14cf0f90de33") - ) - (pin "1" - (uuid "68d0838d-54c6-4fcc-87b5-992cc26d1f35") - ) - (instances - (project "bms" - (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "C9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 269.24 259.08 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "78bced5a-83c5-4fc4-b5b6-0c98657eda60") - (property "Reference" "#PWR05" - (at 269.24 265.43 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 269.24 264.16 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 269.24 259.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 269.24 259.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 269.24 259.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7befdba5-6182-4557-8111-05b58a7a4fdd") - ) (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" @@ -10178,17 +11372,667 @@ ) ) (symbol - (lib_id "Connector_Generic:Conn_01x06") - (at 30.48 189.23 270) + (lib_id "power:+3V3") + (at 298.45 181.61 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "71af846f-6f4e-4949-8628-cc10e45e31e5") + (property "Reference" "#PWR014" + (at 294.64 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+3V3" + (at 302.26 181.6099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 298.45 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 298.45 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 298.45 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cf76bfa9-2587-4d18-b1ee-c77b5e883229") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "PCM_Capacitor_AKL:C_0603") + (at 199.39 251.46 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "72d50c32-41bc-4a48-91e5-00983786d05a") + (property "Reference" "C4" + (at 203.2 248.9199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 203.2 251.46 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 0.8 0.8) + ) + (justify left) + ) + ) + (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" + (at 200.3552 255.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C1525" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Stock" "20208285" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Price" "0.004USD" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Process" "SMT" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Minimum Qty" "20" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Attrition Qty" "10" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Class" "Basic Component" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Part" "CL05B104KO5NNNC" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage Rated" "16V" + (at 203.2 254 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 0.8 0.8) + ) + (justify left) + ) + ) + (property "Tolerance" "±10%" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Capacitance" "100nF" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Temperature Coefficient" "X7R" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Actuator Style" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Actuator/Cap Color" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Circuit" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Contact Current" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Insulation Resistance" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Mechanical Life" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Mounting Style" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Operating Force" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Operating Temperature" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Pin Style" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Strike Gundam" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Switch Height" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Switch Length" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Switch Width" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage Rating (Dc)" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "With Lamp" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Diode Configuration" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Forward Voltage (Vf@If)" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Rectified Current" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Reverse Leakage Current" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Reverse Voltage (Vr)" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "" + (at 199.39 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "378bdc71-e699-4493-a712-14cf0f90de33") + ) + (pin "1" + (uuid "68d0838d-54c6-4fcc-87b5-992cc26d1f35") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 269.24 259.08 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "78bced5a-83c5-4fc4-b5b6-0c98657eda60") + (property "Reference" "#PWR011" + (at 269.24 265.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 269.24 264.16 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 269.24 259.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 269.24 259.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 269.24 259.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7befdba5-6182-4557-8111-05b58a7a4fdd") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x06") + (at 30.48 189.23 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) (dnp yes) (fields_autoplaced yes) (uuid "7bcb66a8-8a40-4f92-a2bb-1c75860cd80f") - (property "Reference" "J2" + (property "Reference" "J1" (at 29.21 193.04 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10197,6 +12041,8 @@ ) (property "Value" "Conn_01x06" (at 29.21 195.58 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10205,33 +12051,41 @@ ) (property "Footprint" "Connector_JST:JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical" (at 30.48 189.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 30.48 189.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 30.48 189.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 30.48 189.23 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10240,6 +12094,8 @@ ) (property "Sim.Device" "" (at 30.48 189.23 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10248,6 +12104,8 @@ ) (property "Sim.Pins" "" (at 30.48 189.23 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10256,6 +12114,8 @@ ) (property "Sim.Type" "" (at 30.48 189.23 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10283,7 +12143,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "J2") + (reference "J1") (unit 1) ) ) @@ -10294,13 +12154,17 @@ (at 129.54 261.62 0) (mirror x) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "82cee926-f0ca-4a9c-9466-ed09d3359fac") - (property "Reference" "C3" + (property "Reference" "C2" (at 123.19 260.985 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10310,6 +12174,8 @@ ) (property "Value" "10uF" (at 123.19 262.89 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10319,38 +12185,46 @@ ) (property "Footprint" "PCM_Capacitor_SMD_Handsoldering_AKL:C_1206_3216Metric_Pad1.33x1.80mm" (at 130.5052 257.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 129.54 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 129.54 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C13585" (at 129.54 261.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -10362,7 +12236,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "C3") + (reference "C2") (unit 1) ) ) @@ -10372,14 +12246,18 @@ (lib_id "Device:R") (at 259.08 256.54 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "83f4a750-2576-4709-a6d2-4fabb58b4063") - (property "Reference" "R1" + (property "Reference" "R9" (at 259.08 260.35 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10388,6 +12266,7 @@ ) (property "Value" "10kΩ" (at 259.08 256.54 90) + (show_name no) (do_not_autoplace yes) (effects (font @@ -10397,389 +12276,475 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 259.08 254.762 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C25744" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "24372091" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Resistors,Chip Resistor - Surface Mount" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "0402WGF1002TCE" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Resistance" "10kΩ" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Power(Watts)" "62.5mW" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Type" "Thick Film Resistors" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Overload Voltage (Max)" "50V" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature Range" "-55°C~+155°C" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Tolerance" "±1%" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "±100ppm/°C" (at 259.08 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 259.08 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -10791,7 +12756,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R1") + (reference "R9") (unit 1) ) ) @@ -10801,23 +12766,29 @@ (lib_id "power:+3V3") (at 199.39 242.57 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "842c1c26-aa62-47b7-a6ce-818f4bb733e3") - (property "Reference" "#PWR019" + (property "Reference" "#PWR08" (at 199.39 246.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 199.39 237.49 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10826,29 +12797,35 @@ ) (property "Footprint" "" (at 199.39 242.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 199.39 242.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 199.39 242.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -10857,7 +12834,85 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR019") + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 320.04 229.87 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "86f5e541-ac3f-42a4-9d24-cb55084b287d") + (property "Reference" "#PWR016" + (at 320.04 226.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+3V3" + (at 320.04 234.95 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 320.04 229.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 320.04 229.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 320.04 229.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fd3bc02e-1b55-4193-bd74-af35f13788a3") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR016") (unit 1) ) ) @@ -10867,23 +12922,29 @@ (lib_id "power:GND") (at 189.23 260.35 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "87de7776-bf83-4652-b49f-f8a2bff8626b") - (property "Reference" "#PWR018" + (property "Reference" "#PWR07" (at 189.23 266.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "GND" (at 189.23 265.43 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10892,29 +12953,35 @@ ) (property "Footprint" "" (at 189.23 260.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 189.23 260.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 189.23 260.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -10923,7 +12990,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR018") + (reference "#PWR07") (unit 1) ) ) @@ -10933,13 +13000,17 @@ (lib_id "Device:C") (at 78.74 237.49 180) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "8a6ce12d-7ee8-4fc4-839c-fedd4f01a93d") (property "Reference" "C1" (at 72.644 236.474 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10949,6 +13020,8 @@ ) (property "Value" "100nf" (at 75.184 236.474 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -10958,38 +13031,46 @@ ) (property "Footprint" "PCM_Capacitor_SMD_Handsoldering_AKL:C_0603_1608Metric_Pad1.08x0.95mm" (at 77.7748 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 78.74 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 78.74 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C14663" (at 78.74 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -11008,16 +13089,189 @@ ) ) (symbol - (lib_id "Device:R") - (at 316.23 182.88 0) + (lib_id "Device:LED") + (at 67.31 130.81 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8c11d62b-ea69-422f-8a56-344e209b4cad") + (property "Reference" "D4" + (at 65.7225 124.46 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 65.7225 127 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 67.31 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 67.31 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 67.31 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "35e2eef4-7940-46e6-8151-1c703937aab9") + ) + (pin "2" + (uuid "289e3f44-e1c4-4b19-80b1-2fa2c32de471") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 129.54 269.24 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8f1f8a40-55d1-4753-9238-9dfd85f57289") + (property "Reference" "#PWR026" + (at 129.54 275.59 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 129.54 274.32 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 129.54 269.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 129.54 269.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 129.54 269.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ebaa93aa-5712-4485-a05e-f4aecd659eed") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 316.23 182.88 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) (dnp no) (uuid "95a7503e-8c47-4b3b-96d7-4ec0c7eda9b2") - (property "Reference" "R10" + (property "Reference" "R11" (at 311.15 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11027,6 +13281,8 @@ ) (property "Value" "2k2" (at 311.15 185.42 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11036,42 +13292,52 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 314.452 182.88 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 316.23 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 316.23 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C22975" (at 316.23 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 316.23 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11080,6 +13346,8 @@ ) (property "Sim.Device" "" (at 316.23 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11088,6 +13356,8 @@ ) (property "Sim.Pins" "" (at 316.23 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11096,6 +13366,8 @@ ) (property "Sim.Type" "" (at 316.23 182.88 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11111,7 +13383,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R10") + (reference "R11") (unit 1) ) ) @@ -11121,14 +13393,18 @@ (lib_id "Device:R") (at 165.1 72.39 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "97d25570-8f27-4748-9be2-6e327d9f64ad") (property "Reference" "R7" (at 167.64 72.3899 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11138,6 +13414,7 @@ ) (property "Value" "10kΩ" (at 165.1 72.39 90) + (show_name no) (do_not_autoplace yes) (effects (font @@ -11147,389 +13424,475 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 163.322 72.39 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C25744" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "24372091" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Resistors,Chip Resistor - Surface Mount" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "0402WGF1002TCE" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Resistance" "10kΩ" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Power(Watts)" "62.5mW" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Type" "Thick Film Resistors" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Overload Voltage (Max)" "50V" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature Range" "-55°C~+155°C" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Tolerance" "±1%" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "±100ppm/°C" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -11548,27 +13911,124 @@ ) ) (symbol - (lib_id "power:+3V3") - (at 165.1 68.58 0) - (mirror y) + (lib_id "Device:LED") + (at 107.95 90.17 180) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "9de54c61-dc7d-4f95-8217-eaf52ec07c49") - (property "Reference" "#PWR02" - (at 165.1 72.39 0) + (uuid "9dd13bc4-d3fa-471b-b83a-eadf2081ff96") + (property "Reference" "D7" + (at 109.5375 82.55 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 109.5375 85.09 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 107.95 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 107.95 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 107.95 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 107.95 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6d507ef6-a9a8-4e03-b5a9-a8941856ee06") + ) + (pin "2" + (uuid "4ca95f8b-93af-4f76-bccb-95b7b62b040b") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "D7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 165.1 68.58 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9de54c61-dc7d-4f95-8217-eaf52ec07c49") + (property "Reference" "#PWR04" + (at 165.1 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 165.1 63.5 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11577,29 +14037,35 @@ ) (property "Footprint" "" (at 165.1 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 165.1 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 165.1 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -11608,7 +14074,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR02") + (reference "#PWR04") (unit 1) ) ) @@ -11618,14 +14084,18 @@ (lib_id "PCM_Capacitor_AKL:C_0603") (at 209.55 251.46 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "9f47393b-510b-48e8-9aab-f039b3e15e51") - (property "Reference" "C10" + (property "Reference" "C5" (at 213.36 248.9199 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -11635,6 +14105,8 @@ ) (property "Value" "100nF" (at 213.36 251.46 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -11644,123 +14116,151 @@ ) (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" (at 210.5152 255.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C1525" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "20208285" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "Samsung Electro-Mechanics" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "CL05B104KO5NNNC" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rated" "16V" (at 213.36 254 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -11770,236 +14270,288 @@ ) (property "Tolerance" "±10%" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Capacitance" "100nF" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "X7R" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 209.55 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -12011,7 +14563,321 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "C10") + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 267.97 181.61 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a162683c-ecb2-492b-b6f6-e72b734dd920") + (property "Reference" "#PWR013" + (at 264.16 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+3V3" + (at 271.78 181.6099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 267.97 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 267.97 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 267.97 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "534e7229-e9f8-411e-9a0e-59e0eb872c3c") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 223.52 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a28260df-d0da-4ad9-b9a5-7ae55437bdcb") + (property "Reference" "#PWR022" + (at 99.06 217.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 99.06 218.44 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 223.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 99.06 223.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 99.06 223.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cdb76d98-5840-4089-bc04-2ec32216d49e") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 30.48 176.53 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a37f8eb0-abd5-4d9d-bedf-283b43ab64e1") + (property "Reference" "#PWR019" + (at 30.48 170.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 30.48 171.45 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 30.48 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 30.48 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 30.48 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7fc76a36-d11a-4eef-9f18-2796fd7f9329") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 251.46 181.61 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a6654044-e265-4d8b-b8b8-de74e619a22c") + (property "Reference" "#PWR023" + (at 245.11 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 247.65 181.6099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 251.46 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 251.46 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 251.46 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f313fdaf-50ab-4e70-92bc-4c7f6007a7e5") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR023") (unit 1) ) ) @@ -12021,14 +14887,18 @@ (lib_id "Device:R") (at 91.44 248.92 180) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "afcad062-0658-4f8c-868d-20a4a52037bf") - (property "Reference" "R5" + (property "Reference" "R3" (at 85.09 248.92 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12037,6 +14907,8 @@ ) (property "Value" "10" (at 87.63 248.92 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12045,33 +14917,41 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 93.218 248.92 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 91.44 248.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 91.44 248.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C22859" (at 91.44 248.92 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12087,7 +14967,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R5") + (reference "R3") (unit 1) ) ) @@ -12097,23 +14977,29 @@ (lib_id "power:GND") (at 179.07 99.06 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "b49149ab-fa88-4404-9418-80009d361817") - (property "Reference" "#PWR04" + (property "Reference" "#PWR06" (at 179.07 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "GND" (at 179.07 104.14 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12122,29 +15008,35 @@ ) (property "Footprint" "" (at 179.07 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 179.07 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 179.07 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -12153,7 +15045,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR04") + (reference "#PWR06") (unit 1) ) ) @@ -12163,14 +15055,18 @@ (lib_id "PCM_Capacitor_AKL:C_0603") (at 189.23 251.46 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "bd3c9ee1-f7be-4c98-878a-07bd65ca9c9b") - (property "Reference" "C8" + (property "Reference" "C3" (at 193.04 248.9199 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12180,6 +15076,8 @@ ) (property "Value" "100nF" (at 193.04 251.46 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -12189,123 +15087,151 @@ ) (property "Footprint" "PCM_Capacitor_SMD_AKL:C_0603_1608Metric" (at 190.1952 255.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "SMD 0603 MLCC capacitor, Alternate KiCad Library" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C1525" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "20208285" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Capacitors,Multilayer Ceramic Capacitors MLCC - SMD/SMT" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "Samsung Electro-Mechanics" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "CL05B104KO5NNNC" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rated" "16V" (at 193.04 254 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 0.8 0.8) @@ -12315,236 +15241,288 @@ ) (property "Tolerance" "±10%" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Capacitance" "100nF" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "X7R" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 189.23 251.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "2" @@ -12556,7 +15534,164 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "C8") + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 74.93 233.68 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "be70e2e3-98d1-43b5-9b6e-a07b0cf509fc") + (property "Reference" "#PWR012" + (at 78.74 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+3V3" + (at 71.12 233.6799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 74.93 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 74.93 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 74.93 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f45e8739-ec37-45ba-9ac2-7c38e51afc44") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 78.74 241.3 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c658b0da-ca61-49d6-8ab7-fe4443c6d3be") + (property "Reference" "#PWR020" + (at 78.74 247.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 78.74 246.38 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 241.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 78.74 241.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 78.74 241.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "38b48914-b6a7-4f07-b6a2-815dfb80b675") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR020") (unit 1) ) ) @@ -12566,23 +15701,29 @@ (lib_id "power:GND") (at 86.36 146.05 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "c78f9b9f-5e4c-4edd-b300-3ca20a801d29") - (property "Reference" "#PWR025" + (property "Reference" "#PWR01" (at 80.01 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "GND" (at 82.55 146.0499 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12592,29 +15733,35 @@ ) (property "Footprint" "" (at 86.36 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 86.36 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 86.36 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -12623,7 +15770,84 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR025") + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x01_Pin") + (at 67.31 257.81 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c80242ed-8ab7-4a54-bb9f-c4839ba53584") + (property "Reference" "BAT_HIGH1" + (at 67.945 252.73 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x01_Pin" + (at 67.945 255.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Wire:SolderWirePad_1x01_SMD_5x10mm" + (at 67.31 257.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 257.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x01, script generated" + (at 67.31 257.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "71be0e92-e67f-446b-bedc-ff3e2742fe89") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "BAT_HIGH1") (unit 1) ) ) @@ -12633,14 +15857,18 @@ (lib_id "Device:R") (at 93.98 256.54 270) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "cd915e50-d838-4be3-a347-a21c637844fb") - (property "Reference" "R23" + (property "Reference" "R4" (at 93.98 262.89 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12649,6 +15877,8 @@ ) (property "Value" "100mOhm" (at 93.98 260.35 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12657,42 +15887,52 @@ ) (property "Footprint" "Resistor_SMD:R_1206_3216Metric" (at 93.98 254.762 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 93.98 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 93.98 256.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Field5" "" (at 93.98 256.54 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C25334" (at 93.98 256.54 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12708,7 +15948,139 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R23") + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 130.81 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ce2a1366-c540-4ea5-9498-df9fbdca830d") + (property "Reference" "R15" + (at 58.5216 129.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k2" + (at 60.833 129.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 59.69 132.588 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 59.69 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 59.69 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "" + (at 59.69 130.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "" + (at 59.69 130.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "" + (at 59.69 130.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "" + (at 59.69 130.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d2b21991-c9b1-457e-9eb7-e5c4e1e8845f") + ) + (pin "2" + (uuid "763d308a-4a6b-4304-9a06-78990934cd69") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "R15") (unit 1) ) ) @@ -12718,13 +16090,17 @@ (lib_id "Device:R") (at 264.16 237.49 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "d0e24ae2-21c2-4dc3-a51d-d7d7c86bf75b") - (property "Reference" "R3" + (property "Reference" "R10" (at 266.7 237.4899 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -12734,6 +16110,7 @@ ) (property "Value" "10kΩ" (at 264.16 237.49 90) + (show_name no) (do_not_autoplace yes) (effects (font @@ -12743,389 +16120,475 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 262.382 237.49 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Resistor" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "C25744" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Stock" "24372091" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Price" "0.004USD" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Process" "SMT" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Minimum Qty" "20" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Attrition Qty" "10" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Class" "Basic Component" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Category" "Resistors,Chip Resistor - Surface Mount" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Manufacturer" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Part" "0402WGF1002TCE" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Resistance" "10kΩ" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Power(Watts)" "62.5mW" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Type" "Thick Film Resistors" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Overload Voltage (Max)" "50V" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature Range" "-55°C~+155°C" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Tolerance" "±1%" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Temperature Coefficient" "±100ppm/°C" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator Style" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Actuator/Cap Color" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Circuit" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Contact Current" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Insulation Resistance" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mechanical Life" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Mounting Style" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Force" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Operating Temperature" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Pin Style" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Strike Gundam" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Height" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Length" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Switch Width" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Voltage Rating (Dc)" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "With Lamp" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Diode Configuration" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Forward Voltage (Vf@If)" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Rectified Current" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Leakage Current" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Reverse Voltage (Vr)" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Device" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Sim.Type" "" (at 264.16 237.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -13137,7 +16600,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "R3") + (reference "R10") (unit 1) ) ) @@ -13147,23 +16610,29 @@ (lib_id "power:+3V3") (at 264.16 231.14 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "d63e5343-f7ba-411f-a694-e0ffb804655a") - (property "Reference" "#PWR06" + (property "Reference" "#PWR010" (at 264.16 234.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 264.16 226.06 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13172,29 +16641,35 @@ ) (property "Footprint" "" (at 264.16 231.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 264.16 231.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 264.16 231.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -13203,7 +16678,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR06") + (reference "#PWR010") (unit 1) ) ) @@ -13213,23 +16688,29 @@ (lib_id "power:+3V3") (at 88.9 54.61 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "d9ff94a1-5c71-4b63-8e32-97fc0192f803") - (property "Reference" "#PWR012" + (property "Reference" "#PWR02" (at 88.9 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Value" "+3V3" (at 88.9 49.53 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13238,29 +16719,35 @@ ) (property "Footprint" "" (at 88.9 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "" (at 88.9 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"+3V3\"" (at 88.9 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "1" @@ -13269,7 +16756,7 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "#PWR012") + (reference "#PWR02") (unit 1) ) ) @@ -13279,13 +16766,17 @@ (lib_id "Diode:BAS40-04") (at 290.83 184.15 0) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "dbef08c5-0f6d-4b9d-aaa2-25666968dd4b") - (property "Reference" "D1" + (property "Reference" "D2" (at 290.83 175.895 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13294,6 +16785,8 @@ ) (property "Value" "BAV99" (at 290.83 178.2064 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13302,43 +16795,53 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 284.48 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) (justify left) - (hide yes) ) ) (property "Datasheet" "" (at 287.782 181.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 290.83 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C916425" (at 290.83 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 290.83 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13347,6 +16850,8 @@ ) (property "Sim.Device" "" (at 290.83 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13355,6 +16860,8 @@ ) (property "Sim.Pins" "" (at 290.83 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13363,6 +16870,8 @@ ) (property "Sim.Type" "" (at 290.83 184.15 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13381,7 +16890,86 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "D1") + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 55.88 130.81 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dc11162c-0fc4-48d5-96b3-97f92fe5c0e6") + (property "Reference" "#PWR028" + (at 49.53 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 52.07 130.8099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 55.88 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 55.88 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 55.88 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e2c5e699-e43d-417b-895d-992eb64a8a8d") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR028") (unit 1) ) ) @@ -13391,13 +16979,17 @@ (lib_id "Device:R") (at 33.02 180.34 180) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (uuid "dd4f8d6c-4bcc-48a6-bff3-34beb1fa1e55") (property "Reference" "R2" (at 36.83 178.562 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13407,6 +16999,8 @@ ) (property "Value" "5.1k" (at 36.83 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13416,42 +17010,52 @@ ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 34.798 180.34 90) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 33.02 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "" (at 33.02 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC_PART_NUMBER" "C95781" (at 33.02 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 33.02 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13460,6 +17064,8 @@ ) (property "Sim.Device" "" (at 33.02 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13468,6 +17074,8 @@ ) (property "Sim.Pins" "" (at 33.02 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13476,6 +17084,8 @@ ) (property "Sim.Type" "" (at 33.02 180.34 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13498,17 +17108,364 @@ ) ) (symbol - (lib_id "Connector:Conn_01x06_Pin") - (at 317.5 224.79 270) + (lib_id "Device:R") + (at 59.69 128.27 90) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "df6b4c43-4bb3-4b64-bb55-01c8633e4f9f") + (property "Reference" "R14" + (at 58.5216 126.492 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k2" + (at 60.833 126.492 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 59.69 130.048 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 59.69 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 59.69 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "" + (at 59.69 128.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "" + (at 59.69 128.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "" + (at 59.69 128.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "" + (at 59.69 128.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "db9f81d8-cb57-48cf-ad3f-bca51b9c955c") + ) + (pin "2" + (uuid "77e6bca0-54e5-41b8-ab2e-fb38a32d27c9") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 135.89 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ecb021ff-a9c7-4e33-a38f-2aedc6cf099e") + (property "Reference" "R17" + (at 58.5216 134.112 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k2" + (at 60.833 134.112 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 59.69 137.668 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 59.69 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 59.69 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "" + (at 59.69 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "" + (at 59.69 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "" + (at 59.69 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "" + (at 59.69 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "168c9d62-ce2e-48d2-baa8-2ad213db38f5") + ) + (pin "2" + (uuid "14fb910e-f9ad-4323-839c-9a19d27d49ca") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 119.38 90.17 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f1cb3cb7-d752-45ea-8b0f-fa3ed3d533d9") + (property "Reference" "#PWR031" + (at 125.73 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 123.19 90.1699 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 119.38 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 119.38 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 119.38 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fd7590a5-35c5-4cb6-9ab9-e19e7828b30d") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x06_Pin") + (at 317.5 224.79 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) (dnp yes) (fields_autoplaced yes) (uuid "f24c02f7-40e2-495d-bbab-14839d2b6182") - (property "Reference" "J6" + (property "Reference" "J2" (at 316.23 219.71 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13517,6 +17474,8 @@ ) (property "Value" "Conn_01x05_Pin" (at 316.23 222.25 90) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13525,33 +17484,41 @@ ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (at 317.5 224.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "" (at 317.5 224.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Generic connector, single row, 01x06, script generated" (at 317.5 224.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "LCSC" "" (at 317.5 224.79 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13560,6 +17527,8 @@ ) (property "Sim.Device" "" (at 317.5 224.79 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13568,6 +17537,8 @@ ) (property "Sim.Pins" "" (at 317.5 224.79 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13576,6 +17547,8 @@ ) (property "Sim.Type" "" (at 317.5 224.79 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13603,7 +17576,218 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "J6") + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 55.88 135.89 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f3438592-6511-4c54-a527-ed870d8cef42") + (property "Reference" "#PWR030" + (at 49.53 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 52.07 135.8899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 55.88 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 55.88 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 55.88 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5293ee3c-6498-4270-af93-08081a42449a") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 115.57 90.17 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "f4f37ecf-b455-4f11-a1d8-a81970614e49") + (property "Reference" "R13" + (at 114.4016 88.392 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k2" + (at 116.713 88.392 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 115.57 91.948 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 115.57 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 115.57 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC_PART_NUMBER" "C22975" + (at 115.57 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "" + (at 115.57 90.17 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "" + (at 115.57 90.17 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "" + (at 115.57 90.17 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "" + (at 115.57 90.17 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8b382526-c236-4613-afd0-bcd9b68f6e97") + ) + (pin "2" + (uuid "1585d250-0ae0-4fbb-8d24-a110a8ed0a9e") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "R13") (unit 1) ) ) @@ -13613,14 +17797,18 @@ (lib_id "Sensor_Energy:INA219AxDCN") (at 93.98 233.68 90) (unit 1) + (body_style 1) (exclude_from_sim no) (in_bom yes) (on_board yes) + (in_pos_files yes) (dnp no) (fields_autoplaced yes) (uuid "f54d5cc1-3046-4a55-a9c2-4de001b234fb") - (property "Reference" "U4" + (property "Reference" "U3" (at 81.28 231.5367 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13630,6 +17818,8 @@ ) (property "Value" "INA219AxDCN" (at 83.82 231.5367 0) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) @@ -13639,29 +17829,35 @@ ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23-8" (at 102.87 217.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ina219.pdf" (at 96.52 224.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (property "Description" "Zero-Drift, Bidirectional Current/Power Monitor (0-26V) With I2C Interface, SOT-23-8" (at 93.98 233.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) (pin "5" @@ -13691,7 +17887,176 @@ (instances (project "bms" (path "/7972d0e7-2611-420d-b298-ef8307db6186" - (reference "U4") + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 67.31 128.27 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f57e1ec9-5f6c-45ed-a669-9d0c2f9b56ea") + (property "Reference" "D3" + (at 65.7225 121.92 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 65.7225 124.46 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 67.31 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 67.31 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 67.31 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e1f5ea4c-37e6-42c2-b0ab-ff29a9e1d647") + ) + (pin "2" + (uuid "a4e693a7-9ed9-4767-841b-f59ee35ebc25") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 22.86 184.15 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ffca39fb-b2d2-432b-866c-5ed4447d0113") + (property "Reference" "#PWR017" + (at 22.86 177.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 22.86 179.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 22.86 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 22.86 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 22.86 184.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "612b8b4e-9721-4998-b59c-e4610d98aef5") + ) + (instances + (project "bms" + (path "/7972d0e7-2611-420d-b298-ef8307db6186" + (reference "#PWR017") (unit 1) ) ) diff --git a/Hardware/open-bms/bms/fabrication-toolkit-options.json b/Hardware/open-bms/bms/fabrication-toolkit-options.json new file mode 100644 index 0000000..aef0f12 --- /dev/null +++ b/Hardware/open-bms/bms/fabrication-toolkit-options.json @@ -0,0 +1 @@ +{"ARCHIVE_NAME": "", "EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false, "OPEN BROWSER": true, "NO_BACKUP_OPT": false} \ No newline at end of file diff --git a/Hardware/open-bms/bms/footprints/amass/AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical.kicad_mod b/Hardware/open-bms/bms/footprints/amass/AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical.kicad_mod new file mode 100644 index 0000000..0761bb6 --- /dev/null +++ b/Hardware/open-bms/bms/footprints/amass/AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical.kicad_mod @@ -0,0 +1,337 @@ +(footprint "AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (descr "Connector XT30 Vertical PCB Male, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf") + (tags "RC Connector XT30") + (property "Reference" "REF**" + (at 2.5 -4 0) + (layer "F.SilkS") + (uuid "f7510d54-dcb1-4c3b-b842-cd250a98370c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AMASS_XT30UPB+DATA-M_1x02_P5.0mm_Vertical" + (at 2.5 4 0) + (layer "F.Fab") + (uuid "c5a8a60c-4ea1-4401-a30c-34d36be61c07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fb27306-c085-4316-b554-4ba9be794054") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74b71861-05d2-4229-8e81-25952aaaef7e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1d16ecc-7e64-48c4-b772-a9255380960d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_line + (start -2.71 -1.41) + (end -2.71 1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e96c6ad2-9ca6-4df1-b35b-76e090d7ff4e") + ) + (fp_line + (start -2.71 -1.41) + (end -1.01 -2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0784d204-0a48-4a2b-8085-50e1ff7a1493") + ) + (fp_line + (start -2.71 1.41) + (end -1.01 2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db750970-e424-4a8e-a882-20a90baabffc") + ) + (fp_line + (start -1.01 -2.71) + (end 7.71 -2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f23420e-db87-438c-a708-676a0616966e") + ) + (fp_line + (start -1.01 2.71) + (end 7.71 2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ba574e3-9de5-4d7d-9777-e19e6fa702e7") + ) + (fp_line + (start 7.71 -2.71) + (end 7.71 2.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2018cc6b-6115-4763-8b7c-54b60affbda7") + ) + (fp_rect + (start -6.3 -2.71) + (end 7.71 2.7) + (stroke + (width 0.1) + (type default) + ) + (fill none) + (layer "F.SilkS") + (uuid "11aac399-c862-4b67-9828-087abeea5b1b") + ) + (fp_line + (start -3.1 -1.8) + (end -3.1 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06ae69d8-1372-4524-8b1a-27a2f062f1c5") + ) + (fp_line + (start -3.1 -1.8) + (end -1.4 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ae869a92-c688-4f2b-82ca-0578106a035a") + ) + (fp_line + (start -3.1 1.8) + (end -1.4 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cac6d927-6ba1-4095-825b-f94ee0d7abe9") + ) + (fp_line + (start -1.4 -3.1) + (end 8.1 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb4fa373-5492-4717-a9fe-7b69f4c53ba0") + ) + (fp_line + (start -1.4 3.1) + (end 8.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70296c77-546d-44a2-b5d3-e6dc58cf713b") + ) + (fp_line + (start 8.1 -3.1) + (end 8.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64764a09-de32-4f35-b54a-17e44810370f") + ) + (fp_line + (start -2.6 -1.3) + (end -2.6 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d7ee7cb-5dda-453f-aa9a-6420c87f1b8e") + ) + (fp_line + (start -2.6 -1.3) + (end -0.9 -2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fa3ad90-36bb-4374-95ed-e44e50c7e385") + ) + (fp_line + (start -2.6 1.3) + (end -0.9 2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e4f8556-ffc2-4791-91da-e68c3513337e") + ) + (fp_line + (start -0.9 -2.6) + (end 7.6 -2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb9cd8af-1997-41db-b9fe-8982960ac6db") + ) + (fp_line + (start -0.9 2.6) + (end 7.6 2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea8a6c02-e974-4677-a854-a0891c323245") + ) + (fp_line + (start 7.6 -2.6) + (end 7.6 2.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c66f305c-0d56-4591-bc02-23252ad20321") + ) + (fp_text user "-" + (at -4 0 0) + (layer "F.SilkS") + (uuid "c119570a-6846-48dc-9422-0b5665ab2df6") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + ) + ) + (fp_text user "+" + (at 9 0 0) + (layer "F.SilkS") + (uuid "d6ab678c-47f7-47e0-869b-ef3b9dbd1ba9") + (effects + (font + (size 1.5 1.5) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "a70efd12-1491-4664-ae98-5b2b7f52a502") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 3 3) + (drill 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3a0f3b23-814b-4df9-a02c-3d9fed9e23c9") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 3 3) + (drill 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d897d74a-a13b-47cf-9806-eb8a75fe8d08") + ) + (pad "3" thru_hole circle + (at -3.9 -1) + (size 1.524 1.524) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "02a8c3fc-d75c-47a4-a907-f9191ff19e2c") + ) + (pad "4" thru_hole circle + (at -3.9 1) + (size 1.524 1.524) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2000b5b8-f7c9-40a8-9010-65c16d2aefce") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_AMASS.3dshapes/AMASS_XT30UPB-M_1x02_P5.0mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) +) diff --git a/Hardware/open-bms/bms/fp-lib-table b/Hardware/open-bms/bms/fp-lib-table new file mode 100644 index 0000000..8388c19 --- /dev/null +++ b/Hardware/open-bms/bms/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (version 7) + (lib (name "amass") (type "KiCad") (uri "${KIPRJMOD}/footprints/amass") (options "") (descr "")) +) diff --git a/website/themes/blowfish b/website/themes/blowfish index 26d1205..f9eb1d4 160000 --- a/website/themes/blowfish +++ b/website/themes/blowfish @@ -1 +1 @@ -Subproject commit 26d1205439b460bee960fd4c29f3c5c20948875f +Subproject commit f9eb1d4e811d6da744848c35fb842cf386f6df39