完成元器件布局
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,12 +2,221 @@
|
|||||||
"board": {
|
"board": {
|
||||||
"3dviewports": [],
|
"3dviewports": [],
|
||||||
"design_settings": {
|
"design_settings": {
|
||||||
"defaults": {},
|
"defaults": {
|
||||||
"diff_pair_dimensions": [],
|
"apply_defaults_to_fp_fields": false,
|
||||||
|
"apply_defaults_to_fp_shapes": false,
|
||||||
|
"apply_defaults_to_fp_text": false,
|
||||||
|
"board_outline_line_width": 0.049999999999999996,
|
||||||
|
"copper_line_width": 0.19999999999999998,
|
||||||
|
"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.049999999999999996,
|
||||||
|
"dimension_precision": 4,
|
||||||
|
"dimension_units": 3,
|
||||||
|
"dimensions": {
|
||||||
|
"arrow_length": 1270000,
|
||||||
|
"extension_offset": 500000,
|
||||||
|
"keep_text_aligned": true,
|
||||||
|
"suppress_zeroes": false,
|
||||||
|
"text_position": 0,
|
||||||
|
"units_format": 1
|
||||||
|
},
|
||||||
|
"fab_line_width": 0.09999999999999999,
|
||||||
|
"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.09999999999999999,
|
||||||
|
"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.762,
|
||||||
|
"height": 1.524,
|
||||||
|
"width": 1.524
|
||||||
|
},
|
||||||
|
"silk_line_width": 0.09999999999999999,
|
||||||
|
"silk_text_italic": false,
|
||||||
|
"silk_text_size_h": 1.0,
|
||||||
|
"silk_text_size_v": 1.0,
|
||||||
|
"silk_text_thickness": 0.09999999999999999,
|
||||||
|
"silk_text_upright": false,
|
||||||
|
"zones": {
|
||||||
|
"min_clearance": 0.5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"diff_pair_dimensions": [
|
||||||
|
{
|
||||||
|
"gap": 0.0,
|
||||||
|
"via_gap": 0.0,
|
||||||
|
"width": 0.0
|
||||||
|
}
|
||||||
|
],
|
||||||
"drc_exclusions": [],
|
"drc_exclusions": [],
|
||||||
"rules": {},
|
"meta": {
|
||||||
"track_widths": [],
|
"version": 2
|
||||||
"via_dimensions": []
|
},
|
||||||
|
"rule_severities": {
|
||||||
|
"annular_width": "error",
|
||||||
|
"clearance": "error",
|
||||||
|
"connection_width": "warning",
|
||||||
|
"copper_edge_clearance": "error",
|
||||||
|
"copper_sliver": "warning",
|
||||||
|
"courtyards_overlap": "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_symbol_mismatch": "warning",
|
||||||
|
"footprint_type_mismatch": "ignore",
|
||||||
|
"hole_clearance": "error",
|
||||||
|
"hole_near_hole": "error",
|
||||||
|
"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",
|
||||||
|
"missing_courtyard": "ignore",
|
||||||
|
"missing_footprint": "warning",
|
||||||
|
"net_conflict": "warning",
|
||||||
|
"npth_inside_courtyard": "ignore",
|
||||||
|
"padstack": "warning",
|
||||||
|
"pth_inside_courtyard": "ignore",
|
||||||
|
"shorting_items": "error",
|
||||||
|
"silk_edge_clearance": "warning",
|
||||||
|
"silk_over_copper": "warning",
|
||||||
|
"silk_overlap": "warning",
|
||||||
|
"skew_out_of_range": "error",
|
||||||
|
"solder_mask_bridge": "error",
|
||||||
|
"starved_thermal": "error",
|
||||||
|
"text_height": "warning",
|
||||||
|
"text_thickness": "warning",
|
||||||
|
"through_hole_pad_without_hole": "error",
|
||||||
|
"too_many_vias": "error",
|
||||||
|
"track_dangling": "warning",
|
||||||
|
"track_width": "error",
|
||||||
|
"tracks_crossing": "error",
|
||||||
|
"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_hole_clearance": 0.25,
|
||||||
|
"min_hole_to_hole": 0.25,
|
||||||
|
"min_microvia_diameter": 0.19999999999999998,
|
||||||
|
"min_microvia_drill": 0.09999999999999999,
|
||||||
|
"min_resolved_spokes": 2,
|
||||||
|
"min_silk_clearance": 0.0,
|
||||||
|
"min_text_height": 0.7999999999999999,
|
||||||
|
"min_text_thickness": 0.08,
|
||||||
|
"min_through_hole_diameter": 0.3,
|
||||||
|
"min_track_width": 0.0,
|
||||||
|
"min_via_annular_width": 0.09999999999999999,
|
||||||
|
"min_via_diameter": 0.5,
|
||||||
|
"solder_mask_to_copper_clearance": 0.0,
|
||||||
|
"use_height_for_length_calcs": true
|
||||||
|
},
|
||||||
|
"teardrop_options": [
|
||||||
|
{
|
||||||
|
"td_onpadsmd": true,
|
||||||
|
"td_onroundshapesonly": false,
|
||||||
|
"td_ontrackend": false,
|
||||||
|
"td_onviapad": 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.15
|
||||||
|
],
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"diameter": 0.5,
|
||||||
|
"drill": 0.3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"zones_allow_external_fillets": false
|
||||||
},
|
},
|
||||||
"ipc2581": {
|
"ipc2581": {
|
||||||
"dist": "",
|
"dist": "",
|
||||||
|
|||||||
@@ -5165,9 +5165,9 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin unspecified line
|
(pin unspecified line
|
||||||
(at 10.16 -5.08 180)
|
(at 10.16 5.08 180)
|
||||||
(length 2.54)
|
(length 2.54)
|
||||||
(name "EP"
|
(name "SS"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
@@ -5182,17 +5182,19 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
(symbol "SGM6132YPS8G_TR_1_1"
|
||||||
(pin unspecified line
|
(pin unspecified line
|
||||||
(at 10.16 5.08 180)
|
(at 10.16 -5.08 180)
|
||||||
(length 2.54)
|
(length 2.54)
|
||||||
(name "SS"
|
(name "EP"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(number "8"
|
(number "9"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
@@ -5711,159 +5713,6 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "easyeda2kicad:WAFER-SH1.0-2PWB"
|
|
||||||
(exclude_from_sim no)
|
|
||||||
(in_bom yes)
|
|
||||||
(on_board yes)
|
|
||||||
(property "Reference" "CN"
|
|
||||||
(at 0 11.43 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Value" "WAFER-SH1.0-2PWB"
|
|
||||||
(at 0 -11.43 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Footprint" "easyeda2kicad:CONN-SMD_2P-P1.00_XUNPU_WAFER-SH1.0-2PWB"
|
|
||||||
(at 0 -13.97 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" ""
|
|
||||||
(at 0 0 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "LCSC Part" "C3029341"
|
|
||||||
(at 0 -16.51 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(symbol "WAFER-SH1.0-2PWB_0_1"
|
|
||||||
(rectangle
|
|
||||||
(start 0 3.81)
|
|
||||||
(end 5.08 -3.81)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type background)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(circle
|
|
||||||
(center 1.27 2.54)
|
|
||||||
(radius 0.38)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at -2.54 1.27 0)
|
|
||||||
(length 2.54)
|
|
||||||
(name "1"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "1"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at -2.54 -1.27 0)
|
|
||||||
(length 2.54)
|
|
||||||
(name "2"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "2"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at 3.81 -6.35 90)
|
|
||||||
(length 2.54)
|
|
||||||
(name "3"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "3"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at 3.81 6.35 270)
|
|
||||||
(length 2.54)
|
|
||||||
(name "4"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "4"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(symbol "easyeda2kicad:WAFER-SH1.0-4PWB"
|
(symbol "easyeda2kicad:WAFER-SH1.0-4PWB"
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
@@ -6402,6 +6251,159 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(symbol "easyeda2kicad:ZX-XH2.54-2PWT"
|
||||||
|
(exclude_from_sim no)
|
||||||
|
(in_bom yes)
|
||||||
|
(on_board yes)
|
||||||
|
(property "Reference" "CN"
|
||||||
|
(at 0 11.43 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Value" "ZX-XH2.54-2PWT"
|
||||||
|
(at 0 -11.43 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Footprint" "easyeda2kicad:CONN-SMD_2P-P2.54_MEGASTAR_ZX-XH2.54-2PWT"
|
||||||
|
(at 0 -13.97 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" ""
|
||||||
|
(at 0 0 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "LCSC Part" "C7429671"
|
||||||
|
(at 0 -16.51 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol "ZX-XH2.54-2PWT_0_1"
|
||||||
|
(rectangle
|
||||||
|
(start -1.27 3.81)
|
||||||
|
(end 3.81 -3.81)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type background)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(circle
|
||||||
|
(center 0 2.54)
|
||||||
|
(radius 0.38)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin unspecified line
|
||||||
|
(at -3.81 1.27 0)
|
||||||
|
(length 2.54)
|
||||||
|
(name "1"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "1"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin unspecified line
|
||||||
|
(at -3.81 -1.27 0)
|
||||||
|
(length 2.54)
|
||||||
|
(name "2"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "2"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin unspecified line
|
||||||
|
(at 2.54 -6.35 90)
|
||||||
|
(length 2.54)
|
||||||
|
(name "3"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "3"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin unspecified line
|
||||||
|
(at 2.54 6.35 270)
|
||||||
|
(length 2.54)
|
||||||
|
(name "4"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "4"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(junction
|
(junction
|
||||||
(at 60.96 182.88)
|
(at 60.96 182.88)
|
||||||
@@ -6831,6 +6833,10 @@
|
|||||||
(at 44.45 82.55)
|
(at 44.45 82.55)
|
||||||
(uuid "25a1c4e3-879d-4fba-a67f-26e7712670d7")
|
(uuid "25a1c4e3-879d-4fba-a67f-26e7712670d7")
|
||||||
)
|
)
|
||||||
|
(no_connect
|
||||||
|
(at 325.12 158.75)
|
||||||
|
(uuid "2b459ac6-4cc5-4878-a36a-815e8d1e7d85")
|
||||||
|
)
|
||||||
(no_connect
|
(no_connect
|
||||||
(at 44.45 118.11)
|
(at 44.45 118.11)
|
||||||
(uuid "37c0acc8-b52d-480e-85fc-e4ff28ed30cb")
|
(uuid "37c0acc8-b52d-480e-85fc-e4ff28ed30cb")
|
||||||
@@ -6863,10 +6869,6 @@
|
|||||||
(at 44.45 87.63)
|
(at 44.45 87.63)
|
||||||
(uuid "58ff6725-0d4d-499e-8b50-de887300da89")
|
(uuid "58ff6725-0d4d-499e-8b50-de887300da89")
|
||||||
)
|
)
|
||||||
(no_connect
|
|
||||||
(at 80.01 133.35)
|
|
||||||
(uuid "5a2cd943-ed0b-41fa-b811-8d7e0e1fdbdb")
|
|
||||||
)
|
|
||||||
(no_connect
|
(no_connect
|
||||||
(at 80.01 115.57)
|
(at 80.01 115.57)
|
||||||
(uuid "5ace6540-b4fc-402b-8ece-880711d2e654")
|
(uuid "5ace6540-b4fc-402b-8ece-880711d2e654")
|
||||||
@@ -6971,10 +6973,6 @@
|
|||||||
(at 278.13 69.85)
|
(at 278.13 69.85)
|
||||||
(uuid "e0d9f3d6-e84c-4a63-b1b9-4a6870bae47d")
|
(uuid "e0d9f3d6-e84c-4a63-b1b9-4a6870bae47d")
|
||||||
)
|
)
|
||||||
(no_connect
|
|
||||||
(at 80.01 135.89)
|
|
||||||
(uuid "e1f04013-2dd1-4d21-946c-7f0b68786492")
|
|
||||||
)
|
|
||||||
(no_connect
|
(no_connect
|
||||||
(at 80.01 97.79)
|
(at 80.01 97.79)
|
||||||
(uuid "ff622240-0fad-4bce-b819-40e783063c93")
|
(uuid "ff622240-0fad-4bce-b819-40e783063c93")
|
||||||
@@ -7379,6 +7377,16 @@
|
|||||||
)
|
)
|
||||||
(uuid "15c8dafa-9927-4e15-b2fb-5955be4c771d")
|
(uuid "15c8dafa-9927-4e15-b2fb-5955be4c771d")
|
||||||
)
|
)
|
||||||
|
(wire
|
||||||
|
(pts
|
||||||
|
(xy 80.01 128.27) (xy 93.98 128.27)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(uuid "160616eb-6b67-4ce3-8912-5ebd12778095")
|
||||||
|
)
|
||||||
(wire
|
(wire
|
||||||
(pts
|
(pts
|
||||||
(xy 44.45 223.52) (xy 46.99 223.52)
|
(xy 44.45 223.52) (xy 46.99 223.52)
|
||||||
@@ -8991,7 +8999,7 @@
|
|||||||
)
|
)
|
||||||
(wire
|
(wire
|
||||||
(pts
|
(pts
|
||||||
(xy 80.01 130.81) (xy 93.98 130.81)
|
(xy 80.01 135.89) (xy 93.98 135.89)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
@@ -9499,16 +9507,6 @@
|
|||||||
)
|
)
|
||||||
(uuid "95a91512-741d-4e08-8be8-2bfd4c048491")
|
(uuid "95a91512-741d-4e08-8be8-2bfd4c048491")
|
||||||
)
|
)
|
||||||
(wire
|
|
||||||
(pts
|
|
||||||
(xy 313.69 158.75) (xy 325.12 158.75)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(uuid "97c713ca-7abe-481a-9806-95fef389ecf8")
|
|
||||||
)
|
|
||||||
(wire
|
(wire
|
||||||
(pts
|
(pts
|
||||||
(xy 77.47 187.96) (xy 78.74 187.96)
|
(xy 77.47 187.96) (xy 78.74 187.96)
|
||||||
@@ -10969,6 +10967,16 @@
|
|||||||
)
|
)
|
||||||
(uuid "efece0f3-f757-4bf8-bd16-ef21efb10572")
|
(uuid "efece0f3-f757-4bf8-bd16-ef21efb10572")
|
||||||
)
|
)
|
||||||
|
(wire
|
||||||
|
(pts
|
||||||
|
(xy 80.01 130.81) (xy 93.98 130.81)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(uuid "effedf83-6fde-42da-a9c4-e52184bd4c80")
|
||||||
|
)
|
||||||
(wire
|
(wire
|
||||||
(pts
|
(pts
|
||||||
(xy 313.69 166.37) (xy 325.12 166.37)
|
(xy 313.69 166.37) (xy 325.12 166.37)
|
||||||
@@ -11191,7 +11199,7 @@
|
|||||||
)
|
)
|
||||||
(wire
|
(wire
|
||||||
(pts
|
(pts
|
||||||
(xy 80.01 128.27) (xy 93.98 128.27)
|
(xy 80.01 133.35) (xy 93.98 133.35)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
@@ -12235,17 +12243,6 @@
|
|||||||
)
|
)
|
||||||
(uuid "24a9afb6-86f1-4946-b3c8-82c5500e14a4")
|
(uuid "24a9afb6-86f1-4946-b3c8-82c5500e14a4")
|
||||||
)
|
)
|
||||||
(label "V_{PWR}"
|
|
||||||
(at 313.69 158.75 0)
|
|
||||||
(fields_autoplaced yes)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(justify left bottom)
|
|
||||||
)
|
|
||||||
(uuid "268adb56-ea29-442d-b378-d1a687af2015")
|
|
||||||
)
|
|
||||||
(label "OSCI_STM32"
|
(label "OSCI_STM32"
|
||||||
(at 153.67 71.12 180)
|
(at 153.67 71.12 180)
|
||||||
(fields_autoplaced yes)
|
(fields_autoplaced yes)
|
||||||
@@ -12577,6 +12574,17 @@
|
|||||||
)
|
)
|
||||||
(uuid "3edd1d34-eee6-4568-ae62-09c430a121ac")
|
(uuid "3edd1d34-eee6-4568-ae62-09c430a121ac")
|
||||||
)
|
)
|
||||||
|
(label "SCL_AHT20"
|
||||||
|
(at 93.98 128.27 180)
|
||||||
|
(fields_autoplaced yes)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right bottom)
|
||||||
|
)
|
||||||
|
(uuid "3f058683-5ac0-49c2-91ac-227eb1d55e9e")
|
||||||
|
)
|
||||||
(label "5V"
|
(label "5V"
|
||||||
(at 62.23 242.57 0)
|
(at 62.23 242.57 0)
|
||||||
(fields_autoplaced yes)
|
(fields_autoplaced yes)
|
||||||
@@ -12820,6 +12828,17 @@
|
|||||||
)
|
)
|
||||||
(uuid "602ed8ad-908f-446c-8b32-0f5437201467")
|
(uuid "602ed8ad-908f-446c-8b32-0f5437201467")
|
||||||
)
|
)
|
||||||
|
(label "SDA_AHT20"
|
||||||
|
(at 93.98 130.81 180)
|
||||||
|
(fields_autoplaced yes)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right bottom)
|
||||||
|
)
|
||||||
|
(uuid "64a52de8-a06b-429c-99e5-e7e60e5a0fd8")
|
||||||
|
)
|
||||||
(label "VIN"
|
(label "VIN"
|
||||||
(at 34.29 242.57 0)
|
(at 34.29 242.57 0)
|
||||||
(fields_autoplaced yes)
|
(fields_autoplaced yes)
|
||||||
@@ -13383,7 +13402,7 @@
|
|||||||
(uuid "baae59fb-b679-4bd1-8076-eb4dc7e5365f")
|
(uuid "baae59fb-b679-4bd1-8076-eb4dc7e5365f")
|
||||||
)
|
)
|
||||||
(label "SCL_CH582"
|
(label "SCL_CH582"
|
||||||
(at 93.98 128.27 180)
|
(at 93.98 133.35 180)
|
||||||
(fields_autoplaced yes)
|
(fields_autoplaced yes)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
@@ -13802,7 +13821,7 @@
|
|||||||
(uuid "e8b236ba-a159-4fac-9db5-9136d5b31b5e")
|
(uuid "e8b236ba-a159-4fac-9db5-9136d5b31b5e")
|
||||||
)
|
)
|
||||||
(label "SDA_CH582"
|
(label "SDA_CH582"
|
||||||
(at 93.98 130.81 180)
|
(at 93.98 135.89 180)
|
||||||
(fields_autoplaced yes)
|
(fields_autoplaced yes)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
@@ -14472,6 +14491,90 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(symbol
|
||||||
|
(lib_id "easyeda2kicad:ZX-XH2.54-2PWT")
|
||||||
|
(at 377.19 160.02 0)
|
||||||
|
(unit 1)
|
||||||
|
(exclude_from_sim no)
|
||||||
|
(in_bom yes)
|
||||||
|
(on_board yes)
|
||||||
|
(dnp no)
|
||||||
|
(uuid "128f8f5f-d5df-4c56-b6f3-db09d8e5625e")
|
||||||
|
(property "Reference" "CN3"
|
||||||
|
(at 362.712 149.352 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Value" "ZX-XH2.54-2PWT"
|
||||||
|
(at 362.712 151.892 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Footprint" "easyeda2kicad:CONN-SMD_2P-P2.54_MEGASTAR_ZX-XH2.54-2PWT"
|
||||||
|
(at 377.19 173.99 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Datasheet" ""
|
||||||
|
(at 377.19 160.02 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Description" ""
|
||||||
|
(at 377.19 160.02 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "LCSC Part" "C7429671"
|
||||||
|
(at 377.19 176.53 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin "3"
|
||||||
|
(uuid "9513065e-a58e-4b83-a7f9-215ce7f3a680")
|
||||||
|
)
|
||||||
|
(pin "2"
|
||||||
|
(uuid "87b989cc-d41d-4cc0-8ce3-6dcc6a61b3c6")
|
||||||
|
)
|
||||||
|
(pin "4"
|
||||||
|
(uuid "3287eabc-a12a-40c8-b076-afd41c3d8fca")
|
||||||
|
)
|
||||||
|
(pin "1"
|
||||||
|
(uuid "a2ff971e-8a91-43ea-91f0-fce2003d3560")
|
||||||
|
)
|
||||||
|
(instances
|
||||||
|
(project "voak"
|
||||||
|
(path "/459b1290-9fd5-41db-8fde-f5488ef8e538"
|
||||||
|
(reference "CN3")
|
||||||
|
(unit 1)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(symbol
|
(symbol
|
||||||
(lib_id "easyeda2kicad:SP3485EN-L_TR")
|
(lib_id "easyeda2kicad:SP3485EN-L_TR")
|
||||||
(at 266.7 196.85 0)
|
(at 266.7 196.85 0)
|
||||||
@@ -19736,90 +19839,6 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol
|
|
||||||
(lib_id "easyeda2kicad:WAFER-SH1.0-2PWB")
|
|
||||||
(at 375.92 160.02 0)
|
|
||||||
(unit 1)
|
|
||||||
(exclude_from_sim no)
|
|
||||||
(in_bom yes)
|
|
||||||
(on_board yes)
|
|
||||||
(dnp no)
|
|
||||||
(uuid "d26eab20-336d-4e36-bdd5-53752ad68e86")
|
|
||||||
(property "Reference" "CN3"
|
|
||||||
(at 361.442 149.606 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(justify left)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Value" "WAFER-SH1.0-2PWB"
|
|
||||||
(at 361.442 152.146 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(justify left)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Footprint" "easyeda2kicad:CONN-SMD_2P-P1.00_XUNPU_WAFER-SH1.0-2PWB"
|
|
||||||
(at 375.92 173.99 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Datasheet" ""
|
|
||||||
(at 375.92 160.02 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Description" ""
|
|
||||||
(at 375.92 160.02 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "LCSC Part" "C3029341"
|
|
||||||
(at 375.92 176.53 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin "4"
|
|
||||||
(uuid "ab905068-c9bc-4a7d-9a9e-a35ae4302935")
|
|
||||||
)
|
|
||||||
(pin "3"
|
|
||||||
(uuid "b14f3d0a-4772-4734-bad7-122c21f285e4")
|
|
||||||
)
|
|
||||||
(pin "1"
|
|
||||||
(uuid "ae75e133-b933-48a0-9701-66ab75c460f4")
|
|
||||||
)
|
|
||||||
(pin "2"
|
|
||||||
(uuid "cbb85ca6-b562-40e5-a434-6b90d6b7afc2")
|
|
||||||
)
|
|
||||||
(instances
|
|
||||||
(project "voak"
|
|
||||||
(path "/459b1290-9fd5-41db-8fde-f5488ef8e538"
|
|
||||||
(reference "CN3")
|
|
||||||
(unit 1)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(symbol
|
(symbol
|
||||||
(lib_id "Device:Crystal_GND24_Small")
|
(lib_id "Device:Crystal_GND24_Small")
|
||||||
(at 132.08 72.39 90)
|
(at 132.08 72.39 90)
|
||||||
@@ -20986,7 +21005,7 @@
|
|||||||
(pin "6"
|
(pin "6"
|
||||||
(uuid "62bc7a9c-c7ee-42a8-a9af-64c103d05714")
|
(uuid "62bc7a9c-c7ee-42a8-a9af-64c103d05714")
|
||||||
)
|
)
|
||||||
(pin "8"
|
(pin "9"
|
||||||
(uuid "c41187ad-aadb-4d3f-89e0-0293657c2cba")
|
(uuid "c41187ad-aadb-4d3f-89e0-0293657c2cba")
|
||||||
)
|
)
|
||||||
(instances
|
(instances
|
||||||
|
|||||||
Reference in New Issue
Block a user