Compare commits
3 Commits
665c18816c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 703f9ef4f5 | |||
| 56bbeab213 | |||
| 8343d17ec5 |
File diff suppressed because it is too large
Load Diff
@@ -63,9 +63,42 @@
|
|||||||
"version": 5
|
"version": 5
|
||||||
},
|
},
|
||||||
"net_inspector_panel": {
|
"net_inspector_panel": {
|
||||||
"col_hidden": [],
|
"col_hidden": [
|
||||||
"col_order": [],
|
false,
|
||||||
"col_widths": [],
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"col_order": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
6,
|
||||||
|
7,
|
||||||
|
8,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"col_widths": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
"custom_group_rules": [],
|
"custom_group_rules": [],
|
||||||
"expanded_rows": [],
|
"expanded_rows": [],
|
||||||
"filter_by_net_name": true,
|
"filter_by_net_name": true,
|
||||||
@@ -76,7 +109,7 @@
|
|||||||
"show_unconnected_nets": false,
|
"show_unconnected_nets": false,
|
||||||
"show_zero_pad_nets": false,
|
"show_zero_pad_nets": false,
|
||||||
"sort_ascending": true,
|
"sort_ascending": true,
|
||||||
"sorting_column": -1
|
"sorting_column": 0
|
||||||
},
|
},
|
||||||
"open_jobsets": [],
|
"open_jobsets": [],
|
||||||
"project": {
|
"project": {
|
||||||
|
|||||||
@@ -2,12 +2,213 @@
|
|||||||
"board": {
|
"board": {
|
||||||
"3dviewports": [],
|
"3dviewports": [],
|
||||||
"design_settings": {
|
"design_settings": {
|
||||||
"defaults": {},
|
"defaults": {
|
||||||
|
"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": [],
|
"diff_pair_dimensions": [],
|
||||||
"drc_exclusions": [],
|
"drc_exclusions": [],
|
||||||
"rules": {},
|
"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_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",
|
||||||
|
"net_conflict": "warning",
|
||||||
|
"nonmirrored_text_on_back_layer": "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_on_edge_cuts": "error",
|
||||||
|
"text_thickness": "warning",
|
||||||
|
"through_hole_pad_without_hole": "error",
|
||||||
|
"too_many_vias": "error",
|
||||||
|
"track_angle": "error",
|
||||||
|
"track_dangling": "warning",
|
||||||
|
"track_segment_length": "error",
|
||||||
|
"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_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.0,
|
||||||
|
"min_via_annular_width": 0.1,
|
||||||
|
"min_via_diameter": 0.5,
|
||||||
|
"solder_mask_to_copper_clearance": 0.0,
|
||||||
|
"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": [],
|
"track_widths": [],
|
||||||
"via_dimensions": []
|
"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": [],
|
||||||
|
"zones_allow_external_fillets": false
|
||||||
},
|
},
|
||||||
"ipc2581": {
|
"ipc2581": {
|
||||||
"dist": "",
|
"dist": "",
|
||||||
@@ -520,6 +721,14 @@
|
|||||||
[
|
[
|
||||||
"c41bca38-3f7f-45c5-8798-65c8849fddcd",
|
"c41bca38-3f7f-45c5-8798-65c8849fddcd",
|
||||||
"Root"
|
"Root"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"55d302d5-83b1-44d5-bb4b-1c0fd9c7d380",
|
||||||
|
"Inverter"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"8578b13b-78b2-488b-8881-61470c7c6ae3",
|
||||||
|
"Micro Controller Unit"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"text_variables": {}
|
"text_variables": {}
|
||||||
|
|||||||
@@ -4,385 +4,247 @@
|
|||||||
(generator_version "9.0")
|
(generator_version "9.0")
|
||||||
(uuid "c41bca38-3f7f-45c5-8798-65c8849fddcd")
|
(uuid "c41bca38-3f7f-45c5-8798-65c8849fddcd")
|
||||||
(paper "A4")
|
(paper "A4")
|
||||||
(lib_symbols
|
(lib_symbols)
|
||||||
(symbol "SCH_DSS13020-E2_2026-02-07:JMSL0302AU-13"
|
(sheet
|
||||||
(exclude_from_sim no)
|
(at 34.29 35.56)
|
||||||
(in_bom yes)
|
(size 30.48 39.37)
|
||||||
(on_board yes)
|
|
||||||
(property "Reference" "Q"
|
|
||||||
(at -1.5748 12.4841 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(face "Arial")
|
|
||||||
(size 1.6891 1.6891)
|
|
||||||
)
|
|
||||||
(justify left top)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Value" "JMSL0302AU-13"
|
|
||||||
(at -1.5748 10.0711 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(face "Arial")
|
|
||||||
(size 1.6891 1.6891)
|
|
||||||
)
|
|
||||||
(justify left top)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(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" ""
|
|
||||||
(at 0 0 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Manufacturer Part" "JMSL0302AU-13"
|
|
||||||
(at 0 0 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Manufacturer" "JJW(捷捷微)"
|
|
||||||
(at 0 0 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Supplier Part" "C2938488"
|
|
||||||
(at 0 0 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(property "Supplier" "LCSC"
|
|
||||||
(at 0 0 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(hide yes)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(symbol "JMSL0302AU-13_0_0"
|
|
||||||
(rectangle
|
|
||||||
(start -5.08 7.62)
|
|
||||||
(end 5.08 -6.35)
|
|
||||||
(stroke
|
|
||||||
(width 0.254)
|
|
||||||
(type solid)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(circle
|
|
||||||
(center -3.81 6.35)
|
|
||||||
(radius 0.254)
|
|
||||||
(stroke
|
|
||||||
(width 0.254)
|
|
||||||
(type solid)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at -7.62 3.81 0)
|
|
||||||
(length 2.54)
|
|
||||||
(name "S"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "1"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at -7.62 1.27 0)
|
|
||||||
(length 2.54)
|
|
||||||
(name "S"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "2"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at -7.62 -1.27 0)
|
|
||||||
(length 2.54)
|
|
||||||
(name "S"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "3"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at -7.62 -3.81 0)
|
|
||||||
(length 2.54)
|
|
||||||
(name "G"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "4"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at 7.62 3.81 180)
|
|
||||||
(length 2.54)
|
|
||||||
(name "D"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "8"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at 7.62 1.27 180)
|
|
||||||
(length 2.54)
|
|
||||||
(name "D"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "7"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at 7.62 -1.27 180)
|
|
||||||
(length 2.54)
|
|
||||||
(name "D"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "6"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin unspecified line
|
|
||||||
(at 7.62 -3.81 180)
|
|
||||||
(length 2.54)
|
|
||||||
(name "D"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "5"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(embedded_fonts no)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(symbol
|
|
||||||
(lib_id "SCH_DSS13020-E2_2026-02-07:JMSL0302AU-13")
|
|
||||||
(at 116.84 76.2 0)
|
|
||||||
(unit 1)
|
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
(dnp no)
|
(dnp no)
|
||||||
(fields_autoplaced yes)
|
(fields_autoplaced yes)
|
||||||
(uuid "99dd2746-13df-4890-86d5-b88c7b558ce3")
|
(stroke
|
||||||
(property "Reference" "Q1"
|
(width 0.1524)
|
||||||
(at 116.84 62.23 0)
|
(type solid)
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(face "Arial")
|
|
||||||
(size 1.6891 1.6891)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
(property "Value" "JMSL0302AU-13"
|
(fill
|
||||||
(at 116.84 66.04 0)
|
(color 0 0 0 0.0000)
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(face "Arial")
|
|
||||||
(size 1.6891 1.6891)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
(property "Footprint" ""
|
(uuid "55d302d5-83b1-44d5-bb4b-1c0fd9c7d380")
|
||||||
(at 116.84 76.2 0)
|
(property "Sheetname" "Inverter"
|
||||||
|
(at 34.29 34.8484 0)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify left bottom)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Datasheet" ""
|
(property "Sheetfile" "inverter.kicad_sch"
|
||||||
(at 116.84 76.2 0)
|
(at 34.29 75.5146 0)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify left top)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Description" ""
|
(pin "DRV1_AIN" input
|
||||||
(at 116.84 76.2 0)
|
(at 64.77 38.1 0)
|
||||||
|
(uuid "78ed8f5d-a6e0-4afd-92f3-e157c6e048af")
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify right)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Manufacturer Part" "JMSL0302AU-13"
|
(pin "DRV1_SCLK" input
|
||||||
(at 116.84 76.2 0)
|
(at 64.77 62.23 0)
|
||||||
|
(uuid "79fa7b99-62a3-41c3-8975-fa1faf19f33b")
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify right)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Manufacturer" "JJW(捷捷微)"
|
(pin "DRV1_MISO" input
|
||||||
(at 116.84 76.2 0)
|
(at 64.77 64.77 0)
|
||||||
|
(uuid "8eca7e6d-e7b3-42ac-9d7a-062cb3d33f9d")
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify right)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Supplier Part" "C2938488"
|
(pin "DRV1_CALIB" input
|
||||||
(at 116.84 76.2 0)
|
(at 64.77 59.69 0)
|
||||||
|
(uuid "bb8dcf96-014b-4dab-b4ac-0d0901089cd2")
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify right)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Supplier" "LCSC"
|
(pin "DRV1_CIN" input
|
||||||
(at 116.84 76.2 0)
|
(at 64.77 43.18 0)
|
||||||
|
(uuid "4b85da1e-aaa8-40c6-8fb3-b45898a500d5")
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(hide yes)
|
(justify right)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin "4"
|
(pin "3V3" output
|
||||||
(uuid "33b583e5-e4d7-4e39-b6f4-33d5c088df3b")
|
(at 34.29 39.37 180)
|
||||||
|
(uuid "1c604fc3-bf52-4a43-a6b9-ee018455f787")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "2"
|
(pin "DRV1_HIZ" passive
|
||||||
(uuid "94b3f297-5733-4d62-bf98-fe3029e6ebd2")
|
(at 64.77 57.15 0)
|
||||||
|
(uuid "b82898cc-c5f9-4220-9754-da7ee8dfca9e")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "3"
|
(pin "DRV1_MOSI" input
|
||||||
(uuid "214a5b2c-c3f3-4f9c-bcd7-3396b2354739")
|
(at 64.77 67.31 0)
|
||||||
|
(uuid "1f085460-d919-4272-a450-cdb102c203db")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "1"
|
(pin "DRV1_BIN" input
|
||||||
(uuid "be78c39c-a3fc-4768-931b-f263742cf0d9")
|
(at 64.77 40.64 0)
|
||||||
|
(uuid "53f98a0f-a6ac-4920-b58d-cbcb96e4c07e")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "8"
|
(pin "DRV1_EN" input
|
||||||
(uuid "75dc901d-13f2-48ba-93bf-dee238f17afb")
|
(at 64.77 54.61 0)
|
||||||
|
(uuid "edef8d8e-ce4a-4333-8d0e-28134c6c738d")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "7"
|
(pin "DRV1_nFAULT" input
|
||||||
(uuid "4c435a23-4a4d-420a-97b1-7a3b6eaae5b5")
|
(at 64.77 72.39 0)
|
||||||
|
(uuid "c1e83395-c91d-4429-ae1b-43aaa1eb74e5")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "6"
|
(pin "DRV1_VREF" input
|
||||||
(uuid "c0cfdf0f-79f6-4f38-8cab-37ab1f65ec5e")
|
(at 34.29 43.18 180)
|
||||||
|
(uuid "50c9d721-f0e9-4820-beac-00cff14c90bf")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(pin "5"
|
(pin "DRV1_CSN" input
|
||||||
(uuid "3b595dcc-011b-4884-95a9-d43a873100f0")
|
(at 64.77 69.85 0)
|
||||||
|
(uuid "0031c93d-31e2-4850-b858-d20ebd765068")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin "DRV1_IA" output
|
||||||
|
(at 64.77 45.72 0)
|
||||||
|
(uuid "dbcdb725-2984-4e45-92b0-03aa4b56a280")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin "DRV1_IB" output
|
||||||
|
(at 64.77 48.26 0)
|
||||||
|
(uuid "0b5f61d8-b2a4-48fc-b6c4-df21ec5d7d35")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin "DRV1_IC" output
|
||||||
|
(at 64.77 50.8 0)
|
||||||
|
(uuid "4c06f3e3-6177-42c3-a5fe-f2d8de5e3e2b")
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify right)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(instances
|
(instances
|
||||||
(project ""
|
(project "DSS13020-E2"
|
||||||
(path "/c41bca38-3f7f-45c5-8798-65c8849fddcd"
|
(path "/c41bca38-3f7f-45c5-8798-65c8849fddcd"
|
||||||
(reference "Q1")
|
(page "2")
|
||||||
(unit 1)
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(sheet
|
||||||
|
(at 81.28 30.48)
|
||||||
|
(size 92.71 50.8)
|
||||||
|
(exclude_from_sim no)
|
||||||
|
(in_bom yes)
|
||||||
|
(on_board yes)
|
||||||
|
(dnp no)
|
||||||
|
(fields_autoplaced yes)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type solid)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(color 0 0 0 0.0000)
|
||||||
|
)
|
||||||
|
(uuid "8578b13b-78b2-488b-8881-61470c7c6ae3")
|
||||||
|
(property "Sheetname" "Micro Controller Unit"
|
||||||
|
(at 81.28 29.7684 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left bottom)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(property "Sheetfile" "MCU.kicad_sch"
|
||||||
|
(at 81.28 81.8646 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left top)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(instances
|
||||||
|
(project "DSS13020-E2"
|
||||||
|
(path "/c41bca38-3f7f-45c5-8798-65c8849fddcd"
|
||||||
|
(page "3")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
2667
PCB/DSS13020-E2/MCU.kicad_sch
Normal file
2667
PCB/DSS13020-E2/MCU.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
6586
PCB/DSS13020-E2/SymLibs.bak
Normal file
6586
PCB/DSS13020-E2/SymLibs.bak
Normal file
File diff suppressed because it is too large
Load Diff
6586
PCB/DSS13020-E2/SymLibs.kicad_sym
Normal file
6586
PCB/DSS13020-E2/SymLibs.kicad_sym
Normal file
File diff suppressed because it is too large
Load Diff
8112
PCB/DSS13020-E2/inverter.kicad_sch
Normal file
8112
PCB/DSS13020-E2/inverter.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
|||||||
(sym_lib_table
|
(sym_lib_table
|
||||||
(version 7)
|
(version 7)
|
||||||
(lib (name "SCH_DSS13020-E2_2026-02-07")(type "EasyEDA (JLCEDA) Std")(uri "${KIPRJMOD}/../JLCLib/SCH_DSS13020-E2_2026-02-07.json")(options "")(descr ""))
|
(lib (name "SCH_DSS13020-E2_2026-02-07")(type "EasyEDA (JLCEDA) Std")(uri "${KIPRJMOD}/../JLCLib/SCH_DSS13020-E2_2026-02-07.json")(options "")(descr ""))
|
||||||
|
(lib (name "SymLibs")(type "KiCad")(uri "${KIPRJMOD}/SymLibs.kicad_sym")(options "")(descr ""))
|
||||||
)
|
)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user