mirror of
https://gitlab.com/fabinfra/fabhardware/fablock.git
synced 2025-03-12 14:41:46 +01:00
Added Library to PCB
This commit is contained in:
parent
f8f75e72a8
commit
43388c08e0
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 0,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "All Copper Layers",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_nets": [],
|
"hidden_nets": [],
|
||||||
"high_contrast_mode": 0,
|
"high_contrast_mode": 0,
|
||||||
|
@ -2,26 +2,120 @@
|
|||||||
"board": {
|
"board": {
|
||||||
"design_settings": {
|
"design_settings": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"board_outline_line_width": 0.1,
|
"board_outline_line_width": 0.09999999999999999,
|
||||||
"copper_line_width": 0.2,
|
"copper_line_width": 0.19999999999999998,
|
||||||
|
"copper_text_italic": false,
|
||||||
"copper_text_size_h": 1.5,
|
"copper_text_size_h": 1.5,
|
||||||
"copper_text_size_v": 1.5,
|
"copper_text_size_v": 1.5,
|
||||||
"copper_text_thickness": 0.3,
|
"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.15,
|
"other_line_width": 0.15,
|
||||||
|
"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.15,
|
"silk_line_width": 0.15,
|
||||||
|
"silk_text_italic": false,
|
||||||
"silk_text_size_h": 1.0,
|
"silk_text_size_h": 1.0,
|
||||||
"silk_text_size_v": 1.0,
|
"silk_text_size_v": 1.0,
|
||||||
"silk_text_thickness": 0.15
|
"silk_text_thickness": 0.15,
|
||||||
|
"silk_text_upright": false,
|
||||||
|
"zones": {
|
||||||
|
"45_degree_only": false,
|
||||||
|
"min_clearance": 0.508
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"diff_pair_dimensions": [],
|
"diff_pair_dimensions": [],
|
||||||
"drc_exclusions": [],
|
"drc_exclusions": [],
|
||||||
|
"meta": {
|
||||||
|
"version": 2
|
||||||
|
},
|
||||||
|
"rule_severities": {
|
||||||
|
"annular_width": "error",
|
||||||
|
"clearance": "error",
|
||||||
|
"copper_edge_clearance": "error",
|
||||||
|
"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_type_mismatch": "error",
|
||||||
|
"hole_clearance": "error",
|
||||||
|
"hole_near_hole": "error",
|
||||||
|
"invalid_outline": "error",
|
||||||
|
"item_on_disabled_layer": "error",
|
||||||
|
"items_not_allowed": "error",
|
||||||
|
"length_out_of_range": "error",
|
||||||
|
"malformed_courtyard": "error",
|
||||||
|
"microvia_drill_out_of_range": "error",
|
||||||
|
"missing_courtyard": "ignore",
|
||||||
|
"missing_footprint": "warning",
|
||||||
|
"net_conflict": "warning",
|
||||||
|
"npth_inside_courtyard": "ignore",
|
||||||
|
"padstack": "error",
|
||||||
|
"pth_inside_courtyard": "ignore",
|
||||||
|
"shorting_items": "error",
|
||||||
|
"silk_over_copper": "warning",
|
||||||
|
"silk_overlap": "warning",
|
||||||
|
"skew_out_of_range": "error",
|
||||||
|
"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",
|
||||||
|
"zone_has_empty_net": "error",
|
||||||
|
"zones_intersect": "error"
|
||||||
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"allow_blind_buried_vias": false,
|
||||||
|
"allow_microvias": false,
|
||||||
|
"max_error": 0.005,
|
||||||
|
"min_clearance": 0.0,
|
||||||
"min_copper_edge_clearance": 0.0,
|
"min_copper_edge_clearance": 0.0,
|
||||||
|
"min_hole_clearance": 0.25,
|
||||||
|
"min_hole_to_hole": 0.25,
|
||||||
|
"min_microvia_diameter": 0.19999999999999998,
|
||||||
|
"min_microvia_drill": 0.09999999999999999,
|
||||||
|
"min_silk_clearance": 0.0,
|
||||||
|
"min_through_hole_diameter": 0.3,
|
||||||
|
"min_track_width": 0.19999999999999998,
|
||||||
|
"min_via_annular_width": 0.049999999999999996,
|
||||||
|
"min_via_diameter": 0.39999999999999997,
|
||||||
"solder_mask_clearance": 0.0,
|
"solder_mask_clearance": 0.0,
|
||||||
"solder_mask_min_width": 0.0
|
"solder_mask_min_width": 0.0,
|
||||||
|
"use_height_for_length_calcs": true
|
||||||
},
|
},
|
||||||
"track_widths": [],
|
"track_widths": [],
|
||||||
"via_dimensions": []
|
"via_dimensions": [],
|
||||||
|
"zones_allow_external_fillets": false,
|
||||||
|
"zones_use_no_outline": true
|
||||||
},
|
},
|
||||||
"layer_presets": []
|
"layer_presets": []
|
||||||
},
|
},
|
||||||
@ -29,6 +123,211 @@
|
|||||||
"cvpcb": {
|
"cvpcb": {
|
||||||
"equivalence_files": []
|
"equivalence_files": []
|
||||||
},
|
},
|
||||||
|
"erc": {
|
||||||
|
"erc_exclusions": [],
|
||||||
|
"meta": {
|
||||||
|
"version": 0
|
||||||
|
},
|
||||||
|
"pin_map": [
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rule_severities": {
|
||||||
|
"bus_definition_conflict": "error",
|
||||||
|
"bus_entry_needed": "error",
|
||||||
|
"bus_label_syntax": "error",
|
||||||
|
"bus_to_bus_conflict": "error",
|
||||||
|
"bus_to_net_conflict": "error",
|
||||||
|
"different_unit_footprint": "error",
|
||||||
|
"different_unit_net": "error",
|
||||||
|
"duplicate_reference": "error",
|
||||||
|
"duplicate_sheet_names": "error",
|
||||||
|
"extra_units": "error",
|
||||||
|
"global_label_dangling": "warning",
|
||||||
|
"hier_label_mismatch": "error",
|
||||||
|
"label_dangling": "error",
|
||||||
|
"lib_symbol_issues": "warning",
|
||||||
|
"multiple_net_names": "warning",
|
||||||
|
"net_not_bus_member": "warning",
|
||||||
|
"no_connect_connected": "warning",
|
||||||
|
"no_connect_dangling": "warning",
|
||||||
|
"pin_not_connected": "error",
|
||||||
|
"pin_not_driven": "error",
|
||||||
|
"pin_to_pin": "warning",
|
||||||
|
"power_pin_not_driven": "error",
|
||||||
|
"similar_labels": "warning",
|
||||||
|
"unannotated": "error",
|
||||||
|
"unit_value_mismatch": "error",
|
||||||
|
"unresolved_variable": "error",
|
||||||
|
"wire_dangling": "error"
|
||||||
|
}
|
||||||
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"pinned_footprint_libs": [],
|
"pinned_footprint_libs": [],
|
||||||
"pinned_symbol_libs": []
|
"pinned_symbol_libs": []
|
||||||
@ -74,9 +373,39 @@
|
|||||||
"page_layout_descr_file": ""
|
"page_layout_descr_file": ""
|
||||||
},
|
},
|
||||||
"schematic": {
|
"schematic": {
|
||||||
"legacy_lib_dir": "",
|
"annotate_start_num": 0,
|
||||||
"legacy_lib_list": []
|
"drawing": {
|
||||||
|
"default_line_thickness": 6.0,
|
||||||
|
"default_text_size": 50.0,
|
||||||
|
"field_names": [],
|
||||||
|
"intersheets_ref_own_page": false,
|
||||||
|
"intersheets_ref_prefix": "",
|
||||||
|
"intersheets_ref_short": false,
|
||||||
|
"intersheets_ref_show": false,
|
||||||
|
"intersheets_ref_suffix": "",
|
||||||
|
"junction_size_choice": 3,
|
||||||
|
"label_size_ratio": 0.375,
|
||||||
|
"pin_symbol_size": 25.0,
|
||||||
|
"text_offset_ratio": 0.15
|
||||||
},
|
},
|
||||||
"sheets": [],
|
"legacy_lib_dir": "",
|
||||||
|
"legacy_lib_list": [],
|
||||||
|
"meta": {
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
"net_format_name": "",
|
||||||
|
"page_layout_descr_file": "",
|
||||||
|
"plot_directory": "",
|
||||||
|
"spice_adjust_passive_values": false,
|
||||||
|
"spice_external_command": "spice \"%I\"",
|
||||||
|
"subpart_first_id": 65,
|
||||||
|
"subpart_id_separator": 0
|
||||||
|
},
|
||||||
|
"sheets": [
|
||||||
|
[
|
||||||
|
"55992e35-fe7b-468a-9b7a-1e4dc931b904",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
"text_variables": {}
|
"text_variables": {}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,362 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
(lib_symbols
|
(lib_symbols
|
||||||
|
(symbol "Connector:Screw_Terminal_01x04" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||||
|
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||||
|
(effects (font (size 1.27 1.27)))
|
||||||
|
)
|
||||||
|
(property "Value" "Screw_Terminal_01x04" (id 1) (at 0 -7.62 0)
|
||||||
|
(effects (font (size 1.27 1.27)))
|
||||||
|
)
|
||||||
|
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "ki_keywords" "screw terminal" (id 4) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "ki_description" "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "ki_fp_filters" "TerminalBlock*:*" (id 6) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(symbol "Screw_Terminal_01x04_1_1"
|
||||||
|
(rectangle (start -1.27 3.81) (end 1.27 -6.35)
|
||||||
|
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type background))
|
||||||
|
)
|
||||||
|
(circle (center 0 -5.08) (radius 0.635)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(circle (center 0 -2.54) (radius 0.635)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.5334 -4.7498)
|
||||||
|
(xy 0.3302 -5.588)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.5334 -2.2098)
|
||||||
|
(xy 0.3302 -3.048)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.5334 0.3302)
|
||||||
|
(xy 0.3302 -0.508)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.5334 2.8702)
|
||||||
|
(xy 0.3302 2.032)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.3556 -4.572)
|
||||||
|
(xy 0.508 -5.4102)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.3556 -2.032)
|
||||||
|
(xy 0.508 -2.8702)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.3556 0.508)
|
||||||
|
(xy 0.508 -0.3302)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -0.3556 3.048)
|
||||||
|
(xy 0.508 2.2098)
|
||||||
|
)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(circle (center 0 0) (radius 0.635)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(circle (center 0 2.54) (radius 0.635)
|
||||||
|
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type none))
|
||||||
|
)
|
||||||
|
(pin passive line (at -5.08 2.54 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 0 0) (length 3.81)
|
||||||
|
(name "Pin_2" (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 3.81)
|
||||||
|
(name "Pin_3" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "3" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -5.08 -5.08 0) (length 3.81)
|
||||||
|
(name "Pin_4" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "4" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol "ESP:ESP32-S3-WROOM-1-N16R2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||||
|
(property "Reference" "U" (id 0) (at -10.16 34.1122 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||||
|
)
|
||||||
|
(property "Value" "ESP32-S3-WROOM-1-N16R2" (id 1) (at -10.16 -35.56 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||||
|
)
|
||||||
|
(property "Footprint" "XCVR_ESP32-S3-WROOM-1-N16R2" (id 2) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "MAXIMUM_PACKAGE_HEIGHT" "3.25mm" (id 4) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "PARTREV" "v1.0" (id 5) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "MANUFACTURER" "Espressif" (id 6) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "STANDARD" "Manufacturer Recommendations" (id 7) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "ki_locked" "" (id 8) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)))
|
||||||
|
)
|
||||||
|
(symbol "ESP32-S3-WROOM-1-N16R2_0_0"
|
||||||
|
(rectangle (start -10.16 -33.02) (end 10.16 33.02)
|
||||||
|
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type background))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 15.24 180) (length 5.08)
|
||||||
|
(name "IO17" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "10" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 12.7 180) (length 5.08)
|
||||||
|
(name "IO18" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "11" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -5.08 0) (length 5.08)
|
||||||
|
(name "IO8" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "12" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 10.16 180) (length 5.08)
|
||||||
|
(name "IO19" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "13" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 7.62 180) (length 5.08)
|
||||||
|
(name "IO20" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "14" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 7.62 0) (length 5.08)
|
||||||
|
(name "IO3" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "15" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -20.32 180) (length 5.08)
|
||||||
|
(name "IO46" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "16" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -7.62 0) (length 5.08)
|
||||||
|
(name "IO9" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "17" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -10.16 0) (length 5.08)
|
||||||
|
(name "IO10" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "18" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -12.7 0) (length 5.08)
|
||||||
|
(name "IO11" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "19" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 30.48 180) (length 5.08)
|
||||||
|
(name "3V3" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -15.24 0) (length 5.08)
|
||||||
|
(name "IO12" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "20" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -17.78 0) (length 5.08)
|
||||||
|
(name "IO13" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "21" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -20.32 0) (length 5.08)
|
||||||
|
(name "IO14" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "22" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 5.08 180) (length 5.08)
|
||||||
|
(name "IO21" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "23" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -22.86 180) (length 5.08)
|
||||||
|
(name "IO47" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "24" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -25.4 180) (length 5.08)
|
||||||
|
(name "IO48" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "25" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -17.78 180) (length 5.08)
|
||||||
|
(name "IO45" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "26" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 15.24 0) (length 5.08)
|
||||||
|
(name "IO0" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "27" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 2.54 180) (length 5.08)
|
||||||
|
(name "IO35" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "28" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 0 180) (length 5.08)
|
||||||
|
(name "IO36" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "29" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin input line (at -15.24 27.94 0) (length 5.08)
|
||||||
|
(name "EN" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -2.54 180) (length 5.08)
|
||||||
|
(name "IO37" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "30" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -5.08 180) (length 5.08)
|
||||||
|
(name "IO38" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "31" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -7.62 180) (length 5.08)
|
||||||
|
(name "IO39" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "32" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -10.16 180) (length 5.08)
|
||||||
|
(name "IO40" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "33" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -12.7 180) (length 5.08)
|
||||||
|
(name "IO41" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "34" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -15.24 180) (length 5.08)
|
||||||
|
(name "IO42" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "35" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 22.86 0) (length 5.08)
|
||||||
|
(name "RXD0" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "36" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 20.32 0) (length 5.08)
|
||||||
|
(name "TXD0" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "37" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 10.16 0) (length 5.08)
|
||||||
|
(name "IO2" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "38" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 12.7 0) (length 5.08)
|
||||||
|
(name "IO1" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "39" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 5.08 0) (length 5.08)
|
||||||
|
(name "IO4" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "40" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_5" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_6" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_7" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_8" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_9" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 2.54 0) (length 5.08)
|
||||||
|
(name "IO5" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "5" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 0 0) (length 5.08)
|
||||||
|
(name "IO6" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "6" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -2.54 0) (length 5.08)
|
||||||
|
(name "IO7" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "7" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -22.86 0) (length 5.08)
|
||||||
|
(name "IO15" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "8" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -25.4 0) (length 5.08)
|
||||||
|
(name "IO16" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "9" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(symbol "Interface_Expansion:MCP23017_SO" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
(symbol "Interface_Expansion:MCP23017_SO" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||||
(property "Reference" "U" (id 0) (at -11.43 24.13 0)
|
(property "Reference" "U" (id 0) (at -11.43 24.13 0)
|
||||||
(effects (font (size 1.27 1.27)))
|
(effects (font (size 1.27 1.27)))
|
||||||
@ -155,6 +511,89 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(symbol "RF_RFID:HTRC11001T" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||||
|
(property "Reference" "U" (id 0) (at -11.43 17.78 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Value" "HTRC11001T" (id 1) (at 2.54 17.78 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Footprint" "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" (id 2) (at -13.97 15.24 0)
|
||||||
|
(effects (font (size 1.27 1.27) italic) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/037031.pdf" (id 3) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "ki_keywords" "HITAG RFID" (id 4) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "ki_description" "HITAG RF Reader Device, SOIC-14" (id 5) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm*" (id 6) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(symbol "HTRC11001T_0_1"
|
||||||
|
(rectangle (start -11.43 16.51) (end 11.43 -16.51)
|
||||||
|
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type background))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol "HTRC11001T_1_1"
|
||||||
|
(pin power_in line (at 0 -20.32 90) (length 3.81)
|
||||||
|
(name "VSS" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "1" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin output line (at -15.24 5.08 0) (length 3.81)
|
||||||
|
(name "DOUT" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "10" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 15.24 -7.62 180) (length 3.81)
|
||||||
|
(name "CEXT" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "12" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 15.24 -12.7 180) (length 3.81)
|
||||||
|
(name "QGND" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "13" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin input line (at 15.24 0 180) (length 3.81)
|
||||||
|
(name "RX" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "14" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin output line (at 15.24 7.62 180) (length 3.81)
|
||||||
|
(name "TX2" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "2" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 0 20.32 270) (length 3.81)
|
||||||
|
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "3" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin output line (at 15.24 12.7 180) (length 3.81)
|
||||||
|
(name "TX1" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "4" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin input line (at -15.24 0 0) (length 3.81)
|
||||||
|
(name "MODE" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "5" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin input line (at -15.24 -7.62 0) (length 3.81)
|
||||||
|
(name "XTAL1" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "6" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin output line (at -15.24 -12.7 0) (length 3.81)
|
||||||
|
(name "XTAL2" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "7" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin input clock (at -15.24 12.7 0) (length 3.81)
|
||||||
|
(name "SCLK" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "8" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
(pin input line (at -15.24 7.62 0) (length 3.81)
|
||||||
|
(name "DIN" (effects (font (size 1.27 1.27))))
|
||||||
|
(number "9" (effects (font (size 1.27 1.27))))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(symbol "Transistor_Array:ULN2004A" (in_bom yes) (on_board yes)
|
(symbol "Transistor_Array:ULN2004A" (in_bom yes) (on_board yes)
|
||||||
(property "Reference" "U" (id 0) (at 0 15.875 0)
|
(property "Reference" "U" (id 0) (at 0 15.875 0)
|
||||||
(effects (font (size 1.27 1.27)))
|
(effects (font (size 1.27 1.27)))
|
||||||
@ -326,12 +765,122 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
(wire (pts (xy 254 27.94) (xy 255.27 27.94))
|
||||||
|
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||||
|
(uuid 0cd720fa-5426-42ef-b4e1-3025f15401d6)
|
||||||
|
)
|
||||||
|
(wire (pts (xy 254 48.26) (xy 255.27 48.26))
|
||||||
|
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||||
|
(uuid 26e0eeae-bb6a-4689-823d-cad31807259e)
|
||||||
|
)
|
||||||
|
(wire (pts (xy 254 22.86) (xy 255.27 22.86))
|
||||||
|
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||||
|
(uuid aeacec52-02b6-4d92-afbb-ffce24322b4e)
|
||||||
|
)
|
||||||
|
(wire (pts (xy 254 15.24) (xy 255.27 15.24))
|
||||||
|
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||||
|
(uuid b85a0bc9-bacb-48ff-903c-f5a521000799)
|
||||||
|
)
|
||||||
|
(wire (pts (xy 254 35.56) (xy 255.27 35.56))
|
||||||
|
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||||
|
(uuid bced8dbf-5824-4ddb-83f6-224064dc05f4)
|
||||||
|
)
|
||||||
|
(wire (pts (xy 254 40.64) (xy 255.27 40.64))
|
||||||
|
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||||
|
(uuid fdc0d8b9-2974-46af-918f-2e1bc0fae131)
|
||||||
|
)
|
||||||
|
|
||||||
|
(global_label "GND" (shape input) (at 255.27 43.18 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid 06a28614-ba1a-4a26-a335-6de49bef9b0b)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 248.9864 43.1006 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "F3" (shape input) (at 254 48.26 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid 18a92488-ba60-4d87-b28f-dc5bf7d8de8a)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 249.2888 48.1806 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "K1" (shape input) (at 254 15.24 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid 2a54a6e7-bb36-43ca-a6f6-78eff0b07673)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 249.1074 15.1606 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "F1" (shape input) (at 254 22.86 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid 4805ae78-5882-4e92-ba3d-8e4c70d0927e)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 249.2888 22.7806 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "GND" (shape input) (at 255.27 45.72 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid 7c82507b-ba8f-46be-b57a-8b271f69b5b1)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 248.9864 45.6406 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "K2" (shape input) (at 254 27.94 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid 95855a22-a59a-43f8-8c0a-159e47627960)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 249.1074 27.8606 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "GND" (shape input) (at 255.27 33.02 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid a83a3204-2638-4c36-a7be-6e3511923586)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 248.9864 32.9406 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "K3" (shape input) (at 254 40.64 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid afe17cfc-a024-4eee-af5d-224d3c415ffc)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 249.1074 40.5606 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "GND" (shape input) (at 255.27 20.32 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid bf090046-d0a7-4278-936d-91001a2bb5c6)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 248.9864 20.2406 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "GND" (shape input) (at 255.27 17.78 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid e0583802-1569-4cd3-9486-99e7f32e64be)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 248.9864 17.7006 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "GND" (shape input) (at 255.27 30.48 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid e6f6b002-5b0e-4cdf-b24e-37ab9d93b8aa)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 248.9864 30.4006 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(global_label "F2" (shape input) (at 254 35.56 180) (fields_autoplaced)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right))
|
||||||
|
(uuid f9057607-2bbf-4215-b4d0-1a31680f7db1)
|
||||||
|
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 249.2888 35.4806 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(symbol (lib_id "Transistor_Array:ULN2004A") (at 99.06 62.23 0) (unit 1)
|
(symbol (lib_id "Transistor_Array:ULN2004A") (at 99.06 62.23 0) (unit 1)
|
||||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
(uuid 0b7445ea-e103-4e5b-9a00-dd53e991655e)
|
(uuid 0b7445ea-e103-4e5b-9a00-dd53e991655e)
|
||||||
(property "Reference" "U?" (id 0) (at 99.06 44.45 0))
|
(property "Reference" "U?" (id 0) (at 99.06 44.45 0))
|
||||||
(property "Value" "" (id 1) (at 99.06 46.99 0))
|
(property "Value" "ULN2004A" (id 1) (at 99.06 46.99 0))
|
||||||
(property "Footprint" "" (id 2) (at 100.33 76.2 0)
|
(property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" (id 2) (at 100.33 76.2 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||||
)
|
)
|
||||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/uln2003a.pdf" (id 3) (at 101.6 67.31 0)
|
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/uln2003a.pdf" (id 3) (at 101.6 67.31 0)
|
||||||
@ -355,16 +904,58 @@
|
|||||||
(pin "9" (uuid 60e57f7a-b7c2-462d-8ea4-3cfe65fa213f))
|
(pin "9" (uuid 60e57f7a-b7c2-462d-8ea4-3cfe65fa213f))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(symbol (lib_id "Connector:Screw_Terminal_01x04") (at 260.35 30.48 0) (unit 1)
|
||||||
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
|
(uuid 10b24777-db07-4576-b70a-6703bbe3a589)
|
||||||
|
(property "Reference" "JRelaisOut2" (id 0) (at 262.89 30.4799 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Value" "Screw_Terminal_01x04" (id 1) (at 262.89 33.0199 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Footprint" "" (id 2) (at 260.35 30.48 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "~" (id 3) (at 260.35 30.48 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(pin "1" (uuid 3a7f8240-9473-49fa-b8f1-ca63c2d32fec))
|
||||||
|
(pin "2" (uuid f69f3008-910b-4c4a-9174-827c0b6f8268))
|
||||||
|
(pin "3" (uuid 3540a282-3d60-41a6-91eb-10c674ce4d4d))
|
||||||
|
(pin "4" (uuid 24fa2310-207c-493a-9e9c-9424c416dfd4))
|
||||||
|
)
|
||||||
|
|
||||||
|
(symbol (lib_id "Connector:Screw_Terminal_01x04") (at 260.35 43.18 0) (unit 1)
|
||||||
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
|
(uuid 5558991a-c656-417b-9f97-cb9c920294e6)
|
||||||
|
(property "Reference" "JRelaisOut3" (id 0) (at 262.89 43.1799 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Value" "Screw_Terminal_01x04" (id 1) (at 262.89 45.7199 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Footprint" "" (id 2) (at 260.35 43.18 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "~" (id 3) (at 260.35 43.18 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(pin "1" (uuid e80edc13-d832-4c6d-876e-8515817c6794))
|
||||||
|
(pin "2" (uuid ad259a1c-0a01-445c-a565-1f1a7a4837b1))
|
||||||
|
(pin "3" (uuid 7fc43df3-c487-49f2-b446-c9a851afb30a))
|
||||||
|
(pin "4" (uuid 5210e1bc-9d85-4082-be30-5df9fb356137))
|
||||||
|
)
|
||||||
|
|
||||||
(symbol (lib_id "Interface_Expansion:MCP23017_SO") (at 152.4 62.23 0) (unit 1)
|
(symbol (lib_id "Interface_Expansion:MCP23017_SO") (at 152.4 62.23 0) (unit 1)
|
||||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
(uuid 56fc849c-b296-4403-9bb4-03c6bcf87048)
|
(uuid 56fc849c-b296-4403-9bb4-03c6bcf87048)
|
||||||
(property "Reference" "U?" (id 0) (at 154.4194 34.29 0)
|
(property "Reference" "U?" (id 0) (at 154.4194 34.29 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left))
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
)
|
)
|
||||||
(property "Value" "" (id 1) (at 154.4194 36.83 0)
|
(property "Value" "MCP23017_SO" (id 1) (at 154.4194 36.83 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left))
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
)
|
)
|
||||||
(property "Footprint" "" (id 2) (at 157.48 87.63 0)
|
(property "Footprint" "Package_SO:SOIC-28W_7.5x17.9mm_P1.27mm" (id 2) (at 157.48 87.63 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||||
)
|
)
|
||||||
(property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20001952C.pdf" (id 3) (at 157.48 90.17 0)
|
(property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20001952C.pdf" (id 3) (at 157.48 90.17 0)
|
||||||
@ -400,16 +991,156 @@
|
|||||||
(pin "9" (uuid 4097d8ff-d5fe-4916-b054-086b1f2834f9))
|
(pin "9" (uuid 4097d8ff-d5fe-4916-b054-086b1f2834f9))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(symbol (lib_id "ESP:ESP32-S3-WROOM-1-N16R2") (at 212.09 67.31 0) (unit 1)
|
||||||
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
|
(uuid 954d3af7-d55a-4c95-bf27-2347a7a26de4)
|
||||||
|
(property "Reference" "U?" (id 0) (at 212.09 29.21 0))
|
||||||
|
(property "Value" "ESP32-S3-WROOM-1-N16R2" (id 1) (at 212.09 31.75 0))
|
||||||
|
(property "Footprint" "XCVR_ESP32-S3-WROOM-1-N16R2" (id 2) (at 212.09 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "" (id 3) (at 212.09 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "MAXIMUM_PACKAGE_HEIGHT" "3.25mm" (id 4) (at 212.09 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "PARTREV" "v1.0" (id 5) (at 212.09 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "MANUFACTURER" "Espressif" (id 6) (at 212.09 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "STANDARD" "Manufacturer Recommendations" (id 7) (at 212.09 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(pin "1" (uuid 63ac51b3-5242-43b6-9190-988bf89de9e8))
|
||||||
|
(pin "10" (uuid 2aa70724-b165-42a8-9252-75752313f01f))
|
||||||
|
(pin "11" (uuid a1228413-01c3-49ef-9a45-3f8b8dd34ccf))
|
||||||
|
(pin "12" (uuid 534faca5-34c5-4e79-b09e-271aaa024b50))
|
||||||
|
(pin "13" (uuid ceac86cb-0af8-46df-8170-e5267306995b))
|
||||||
|
(pin "14" (uuid 56e592f0-95f9-46d7-b6c2-cca53a0a6ad3))
|
||||||
|
(pin "15" (uuid 8b2a39af-2792-463e-889c-1f52e00f44ac))
|
||||||
|
(pin "16" (uuid ab99320c-8d09-4b27-a9b4-88c502c591f6))
|
||||||
|
(pin "17" (uuid 73ba1249-3f7e-41fe-be7e-30db472347db))
|
||||||
|
(pin "18" (uuid dbd3f614-25d7-432a-9aca-87ff542a1682))
|
||||||
|
(pin "19" (uuid 0d12dd50-88a4-4b72-b14b-e7a6dddcc719))
|
||||||
|
(pin "2" (uuid 6c91105f-0998-47d1-bf34-86dbf65193a4))
|
||||||
|
(pin "20" (uuid ae0fffd3-2d69-464f-ab54-e555cbc386ee))
|
||||||
|
(pin "21" (uuid b25265af-cede-4cb6-b481-645c2ad018f9))
|
||||||
|
(pin "22" (uuid a1917aa6-4c07-4583-b375-a0bc84d737f3))
|
||||||
|
(pin "23" (uuid b14ef3cb-1cd3-4bbf-a7cb-50a13756c6d9))
|
||||||
|
(pin "24" (uuid 767af8ad-fc8c-41b1-98e7-b35872cebc01))
|
||||||
|
(pin "25" (uuid c7a44850-6bd4-4ff6-9fa1-cf557584957c))
|
||||||
|
(pin "26" (uuid 7566602a-8b67-49ca-a303-ff1a060a4793))
|
||||||
|
(pin "27" (uuid c688719a-b227-463e-b209-a61cfbcef290))
|
||||||
|
(pin "28" (uuid 87d115eb-c1a9-4bf3-85ac-99f03be9c0b4))
|
||||||
|
(pin "29" (uuid a32572e3-0b48-4e3a-ac42-c9cdeab4c70b))
|
||||||
|
(pin "3" (uuid 72fb76a4-67df-4bcd-a557-c5999daf7433))
|
||||||
|
(pin "30" (uuid e1a80183-c12f-4222-b435-184e4490e204))
|
||||||
|
(pin "31" (uuid 86bc35f9-c4e0-4ca4-a27d-b1c6c595efa6))
|
||||||
|
(pin "32" (uuid a4a644e6-7f64-4dce-930a-d671472922a8))
|
||||||
|
(pin "33" (uuid 94e8a975-5cc2-4476-8809-20c2b9380fef))
|
||||||
|
(pin "34" (uuid 4791cdee-5cb3-4be5-b09c-85c0ebc87e7a))
|
||||||
|
(pin "35" (uuid bbc22a77-73b7-4e79-b77d-9a9ae9102e4d))
|
||||||
|
(pin "36" (uuid 86b641c6-b937-4629-be8f-b1535a4baeaa))
|
||||||
|
(pin "37" (uuid dd34676a-ded0-43a9-9a1a-122f12a47873))
|
||||||
|
(pin "38" (uuid efa6796d-3813-4008-9821-dd301cb5f2d6))
|
||||||
|
(pin "39" (uuid 51c6b89b-01ee-4c73-8081-c9b618b2722c))
|
||||||
|
(pin "4" (uuid 07998e74-6597-40ad-8acf-0e1be32cb99c))
|
||||||
|
(pin "40" (uuid 33ececd5-0d74-435f-a46c-1588bc8a9e72))
|
||||||
|
(pin "41_1" (uuid f612c708-c514-48ae-ac5b-87007126391a))
|
||||||
|
(pin "41_2" (uuid 582b109a-dcd0-4c3e-9283-b94fc73c214a))
|
||||||
|
(pin "41_3" (uuid feea409f-fa6c-44a4-8e2c-ce44199faeea))
|
||||||
|
(pin "41_4" (uuid e8b951f9-b7df-4754-bacb-3550da00ee89))
|
||||||
|
(pin "41_5" (uuid c0ad9477-b2f6-4a63-9ae8-3a7246f0932f))
|
||||||
|
(pin "41_6" (uuid d926892c-9ab3-4f51-ab3c-babbdaa06135))
|
||||||
|
(pin "41_7" (uuid 9d4be95e-f881-488f-bbfe-55221bd3616f))
|
||||||
|
(pin "41_8" (uuid c95139d7-ed60-4a0d-b7d3-87c540ea3ba1))
|
||||||
|
(pin "41_9" (uuid 654966c4-3529-4a39-b75b-3e522ffa01cf))
|
||||||
|
(pin "5" (uuid 2d2f92f3-0724-47b4-9e8e-a21e6bee83ab))
|
||||||
|
(pin "6" (uuid 1b922e7f-b2f3-4380-9387-8f1c52696307))
|
||||||
|
(pin "7" (uuid c791df51-9cd1-478c-aeba-a803067a5cfe))
|
||||||
|
(pin "8" (uuid b56967f9-15de-43b5-8b4a-b21f65c8fcea))
|
||||||
|
(pin "9" (uuid 8a5cddf0-d335-4809-aa71-a6ecb74d0f8f))
|
||||||
|
)
|
||||||
|
|
||||||
|
(symbol (lib_id "Connector:Screw_Terminal_01x04") (at 260.35 17.78 0) (unit 1)
|
||||||
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
|
(uuid c6746a20-a2a7-491d-8bf4-6734530b9889)
|
||||||
|
(property "Reference" "JRelaisOut1" (id 0) (at 262.89 17.7799 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Value" "" (id 1) (at 262.89 20.3199 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Footprint" "" (id 2) (at 260.35 17.78 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "~" (id 3) (at 260.35 17.78 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(pin "1" (uuid 74a9d92f-93b8-42e6-97b6-ac630c5378b8))
|
||||||
|
(pin "2" (uuid 862b97e2-70d6-4aea-9357-60983bc901d8))
|
||||||
|
(pin "3" (uuid 0b71d1a0-f7f1-4898-a4ea-edf5332f8ca7))
|
||||||
|
(pin "4" (uuid 120c613d-4c12-4293-ae3a-6a512771985f))
|
||||||
|
)
|
||||||
|
|
||||||
|
(symbol (lib_id "RF_RFID:HTRC11001T") (at 52.07 67.31 0) (unit 1)
|
||||||
|
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||||
|
(uuid e2e6b8fa-74cd-4ba0-bb60-4357ff13293b)
|
||||||
|
(property "Reference" "U?" (id 0) (at 54.0894 45.72 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Value" "HTRC11001T" (id 1) (at 54.0894 48.26 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
|
)
|
||||||
|
(property "Footprint" "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" (id 2) (at 38.1 52.07 0)
|
||||||
|
(effects (font (size 1.27 1.27) italic) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/037031.pdf" (id 3) (at 52.07 67.31 0)
|
||||||
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
|
)
|
||||||
|
(pin "1" (uuid 05463815-2144-48fa-8bc9-dced5fee0df8))
|
||||||
|
(pin "10" (uuid 770bbf07-8d0e-4bbd-b9f9-c02c1441dfbf))
|
||||||
|
(pin "12" (uuid a8737605-6fa6-4c59-93fa-f044f02ee810))
|
||||||
|
(pin "13" (uuid efc940b3-0982-4e62-a3e6-c66449fbcb71))
|
||||||
|
(pin "14" (uuid a82c0a1c-214e-4b36-a2e3-99fe5c4ee4b8))
|
||||||
|
(pin "2" (uuid cb96de4d-f47b-4f65-b2f1-7d8cbd4bcba5))
|
||||||
|
(pin "3" (uuid 312bdb44-8e85-40a2-86bd-5043685efa2c))
|
||||||
|
(pin "4" (uuid 6ef4fcc5-17f7-4a3a-a078-6adee7ea5bc6))
|
||||||
|
(pin "5" (uuid 6b6f5cef-e768-40ca-a1ed-fa7bfbe58276))
|
||||||
|
(pin "6" (uuid a9c8019f-000d-4dbc-9cd4-6357c49d2486))
|
||||||
|
(pin "7" (uuid 26444db6-c169-4cca-82b8-d6184ec1c49d))
|
||||||
|
(pin "8" (uuid fa1d45b8-98f0-4ee6-b05e-83613738860b))
|
||||||
|
(pin "9" (uuid 573cca06-53cb-46a2-ba0a-453ff95f6c01))
|
||||||
|
)
|
||||||
|
|
||||||
(sheet_instances
|
(sheet_instances
|
||||||
(path "/" (page "1"))
|
(path "/" (page "1"))
|
||||||
)
|
)
|
||||||
|
|
||||||
(symbol_instances
|
(symbol_instances
|
||||||
|
(path "/c6746a20-a2a7-491d-8bf4-6734530b9889"
|
||||||
|
(reference "JRelaisOut1") (unit 1) (value "Screw_Terminal_01x04") (footprint "")
|
||||||
|
)
|
||||||
|
(path "/10b24777-db07-4576-b70a-6703bbe3a589"
|
||||||
|
(reference "JRelaisOut2") (unit 1) (value "Screw_Terminal_01x04") (footprint "")
|
||||||
|
)
|
||||||
|
(path "/5558991a-c656-417b-9f97-cb9c920294e6"
|
||||||
|
(reference "JRelaisOut3") (unit 1) (value "Screw_Terminal_01x04") (footprint "")
|
||||||
|
)
|
||||||
(path "/0b7445ea-e103-4e5b-9a00-dd53e991655e"
|
(path "/0b7445ea-e103-4e5b-9a00-dd53e991655e"
|
||||||
(reference "U?") (unit 1) (value "ULN2004A") (footprint "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm")
|
(reference "U?") (unit 1) (value "ULN2004A") (footprint "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm")
|
||||||
)
|
)
|
||||||
(path "/56fc849c-b296-4403-9bb4-03c6bcf87048"
|
(path "/56fc849c-b296-4403-9bb4-03c6bcf87048"
|
||||||
(reference "U?") (unit 1) (value "MCP23017_SO") (footprint "Package_SO:SOIC-28W_7.5x17.9mm_P1.27mm")
|
(reference "U?") (unit 1) (value "MCP23017_SO") (footprint "Package_SO:SOIC-28W_7.5x17.9mm_P1.27mm")
|
||||||
)
|
)
|
||||||
|
(path "/954d3af7-d55a-4c95-bf27-2347a7a26de4"
|
||||||
|
(reference "U?") (unit 1) (value "ESP32-S3-WROOM-1-N16R2") (footprint "XCVR_ESP32-S3-WROOM-1-N16R2")
|
||||||
|
)
|
||||||
|
(path "/e2e6b8fa-74cd-4ba0-bb60-4357ff13293b"
|
||||||
|
(reference "U?") (unit 1) (value "HTRC11001T") (footprint "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm")
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
148
FabLock_PCB/Library/2305018-2/2305018-2.kicad_sym
Normal file
148
FabLock_PCB/Library/2305018-2/2305018-2.kicad_sym
Normal file
@ -0,0 +1,148 @@
|
|||||||
|
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||||
|
(symbol "2305018-2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||||
|
(property "Reference" "J" (id 0) (at -12.7 18.0594 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||||
|
)
|
||||||
|
(property "Value" "2305018-2" (id 1) (at -12.7 -20.3454 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||||
|
)
|
||||||
|
(property "Footprint" "TE_2305018-2" (id 2) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "Comment" "2305018-2" (id 4) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "ki_locked" "" (id 5) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)))
|
||||||
|
)
|
||||||
|
(symbol "2305018-2_0_0"
|
||||||
|
(rectangle (start -12.7 -17.78) (end 12.7 17.78)
|
||||||
|
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type background))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 -7.62 0) (length 5.08)
|
||||||
|
(name "GNDA" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 -5.08 0) (length 5.08)
|
||||||
|
(name "RX2_N" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A10" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 -2.54 0) (length 5.08)
|
||||||
|
(name "RX2_P" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A11" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 -7.62 0) (length 5.08)
|
||||||
|
(name "GNDA" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A12" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 15.24 0) (length 5.08)
|
||||||
|
(name "TX1_P" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 12.7 0) (length 5.08)
|
||||||
|
(name "TX1_N" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 10.16 0) (length 5.08)
|
||||||
|
(name "VBUS_A" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 7.62 0) (length 5.08)
|
||||||
|
(name "CC1" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A5" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 5.08 0) (length 5.08)
|
||||||
|
(name "DA_P" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A6" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 2.54 0) (length 5.08)
|
||||||
|
(name "DA_N" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A7" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 0 0) (length 5.08)
|
||||||
|
(name "SBU1" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A8" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at -17.78 10.16 0) (length 5.08)
|
||||||
|
(name "VBUS_A" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "A9" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 -7.62 180) (length 5.08)
|
||||||
|
(name "GNDB" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 12.7 180) (length 5.08)
|
||||||
|
(name "RX1_N" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B10" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 15.24 180) (length 5.08)
|
||||||
|
(name "RX1_P" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B11" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 -7.62 180) (length 5.08)
|
||||||
|
(name "GNDB" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B12" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 -2.54 180) (length 5.08)
|
||||||
|
(name "TX2_P" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 -5.08 180) (length 5.08)
|
||||||
|
(name "TX2_N" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 10.16 180) (length 5.08)
|
||||||
|
(name "VBUS_B" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 7.62 180) (length 5.08)
|
||||||
|
(name "CC2" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B5" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 5.08 180) (length 5.08)
|
||||||
|
(name "DB_P" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B6" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 2.54 180) (length 5.08)
|
||||||
|
(name "DB_N" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B7" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 0 180) (length 5.08)
|
||||||
|
(name "SBU2" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B8" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin passive line (at 17.78 10.16 180) (length 5.08)
|
||||||
|
(name "VBUS_B" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "B9" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 17.78 -12.7 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "G1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 17.78 -12.7 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "G2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 17.78 -15.24 180) (length 5.08)
|
||||||
|
(name "SHIELD" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "S1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 17.78 -15.24 180) (length 5.08)
|
||||||
|
(name "SHIELD" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "S2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 17.78 -15.24 180) (length 5.08)
|
||||||
|
(name "SHIELD" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "S3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 17.78 -15.24 180) (length 5.08)
|
||||||
|
(name "SHIELD" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "S4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
49
FabLock_PCB/Library/2305018-2/2305018-2.lib
Normal file
49
FabLock_PCB/Library/2305018-2/2305018-2.lib
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
EESchema-LIBRARY Version 2.3
|
||||||
|
#encoding utf-8
|
||||||
|
#(c) SnapEDA 2016 (snapeda.com)
|
||||||
|
#This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0
|
||||||
|
#
|
||||||
|
# 2305018-2
|
||||||
|
#
|
||||||
|
DEF 2305018-2 J 0 40 Y Y 1 L N
|
||||||
|
F0 "J" -500 711 50 H V L BNN
|
||||||
|
F1 "2305018-2" -500 -801 50 H V L BNN
|
||||||
|
F2 "TE_2305018-2" 0 0 50 H I L BNN
|
||||||
|
F3 "" 0 0 50 H I L BNN
|
||||||
|
F4 "2305018-2" 0 0 50 H I L BNN "Comment"
|
||||||
|
DRAW
|
||||||
|
S -500 -700 500 700 0 0 10 f
|
||||||
|
X TX1_P A2 -700 600 200 R 40 40 0 0 P
|
||||||
|
X TX1_N A3 -700 500 200 R 40 40 0 0 P
|
||||||
|
X VBUS_A A4 -700 400 200 R 40 40 0 0 P
|
||||||
|
X VBUS_A A9 -700 400 200 R 40 40 0 0 P
|
||||||
|
X CC1 A5 -700 300 200 R 40 40 0 0 P
|
||||||
|
X DA_P A6 -700 200 200 R 40 40 0 0 P
|
||||||
|
X DA_N A7 -700 100 200 R 40 40 0 0 P
|
||||||
|
X SBU1 A8 -700 0 200 R 40 40 0 0 P
|
||||||
|
X RX2_P A11 -700 -100 200 R 40 40 0 0 P
|
||||||
|
X RX2_N A10 -700 -200 200 R 40 40 0 0 P
|
||||||
|
X GNDA A1 -700 -300 200 R 40 40 0 0 P
|
||||||
|
X GNDA A12 -700 -300 200 R 40 40 0 0 P
|
||||||
|
X RX1_P B11 700 600 200 L 40 40 0 0 P
|
||||||
|
X RX1_N B10 700 500 200 L 40 40 0 0 P
|
||||||
|
X VBUS_B B4 700 400 200 L 40 40 0 0 P
|
||||||
|
X VBUS_B B9 700 400 200 L 40 40 0 0 P
|
||||||
|
X CC2 B5 700 300 200 L 40 40 0 0 P
|
||||||
|
X DB_P B6 700 200 200 L 40 40 0 0 P
|
||||||
|
X DB_N B7 700 100 200 L 40 40 0 0 P
|
||||||
|
X SBU2 B8 700 0 200 L 40 40 0 0 P
|
||||||
|
X TX2_P B2 700 -100 200 L 40 40 0 0 P
|
||||||
|
X TX2_N B3 700 -200 200 L 40 40 0 0 P
|
||||||
|
X GNDB B1 700 -300 200 L 40 40 0 0 P
|
||||||
|
X GNDB B12 700 -300 200 L 40 40 0 0 P
|
||||||
|
X GND G1 700 -500 200 L 40 40 0 0 W
|
||||||
|
X GND G2 700 -500 200 L 40 40 0 0 W
|
||||||
|
X SHIELD S1 700 -600 200 L 40 40 0 0 W
|
||||||
|
X SHIELD S2 700 -600 200 L 40 40 0 0 W
|
||||||
|
X SHIELD S3 700 -600 200 L 40 40 0 0 W
|
||||||
|
X SHIELD S4 700 -600 200 L 40 40 0 0 W
|
||||||
|
ENDDRAW
|
||||||
|
ENDDEF
|
||||||
|
#
|
||||||
|
# End Library
|
42595
FabLock_PCB/Library/2305018-2/2305018-2.step
Normal file
42595
FabLock_PCB/Library/2305018-2/2305018-2.step
Normal file
File diff suppressed because it is too large
Load Diff
24
FabLock_PCB/Library/2305018-2/License.txt
Normal file
24
FabLock_PCB/Library/2305018-2/License.txt
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
BY ACCESSING OR USING THESE SYMBOLS & FOOTPRINTS ("MODELS"), YOU ARE ACKNOWLEDGING THAT YOU HAVE READ, FULLY UNDERSTAND AND AGREE TO THESE TERMS AND CONDITIONS (the "Agreement"), WHICH CONSTITUTE A BINDING AGREEMENT BETWEEN YOU AND SNAPEDA, INC., ENTERED INTO ON THE DATE OF SUCH OCCURRENCE (the "Effective Date"). IF YOU ARE ACCESSING OR USING THESE FILES ON BEHALF OF AN ENTITY, YOU REPRESENT THAT YOU HAVE THE RIGHT, AUTHORITY, AND CAPACITY TO BIND SUCH ENTITY TO THIS AGREEMENT AND HEREBY DO SO. IF YOU DO NOT AGREE WITH ANY OF THE TERMS OR CONDITIONS OF THIS AGREEMENT, YOU MUST NOT USE ANY PART OF THESE MODELS.
|
||||||
|
|
||||||
|
1. Design License
|
||||||
|
|
||||||
|
You and your sub-licensees are hereby licensed to design, manufacture, use and distribute, circuit board designs and circuit boards formed by combining Models provided by SnapEDA with other circuit elements of your choosing. You may then convey such combinations under licensing terms of your choice.
|
||||||
|
|
||||||
|
Individual Models remain the intellectual property of SnapEDA, Inc. You shall not (and shall not permit or encourage any third party to) to do any of the following :
|
||||||
|
|
||||||
|
(a) sell, assign, lease, lend, rent, issue, sublicense, make available, or otherwise distribute to any third party, or publicly perform, display or communicate, the Models (for example, by uploading Models to another website or software application);
|
||||||
|
(b) remove, alter, or conceal, any copyright, trademark, or other proprietary rights notice or legend displayed or contained in the individual Models.
|
||||||
|
|
||||||
|
For further clarity, once integrated into a schematic design or PCB layout, Models may be modified freely for the purpose of designing a circuit board.
|
||||||
|
|
||||||
|
|
||||||
|
2. Limitation of Liability
|
||||||
|
|
||||||
|
IN NO EVENT WILL SNAPEDA OR OUR SUBSIDIARIES, AGENTS, SUCCESSORS, THIRD PARTY PROVIDERS, AND/OR ANY OF THE FOREGOING ENTITIES' RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, REPRESENTATIVES, CUSTOMERS, SUPPLIERS, OR LICENSORS BE RESPONSIBLE OR LIABLE UNDER, OR OTHERWISE IN CONNECTION WITH THIS AGREEMENT, FOR:
|
||||||
|
|
||||||
|
(a) ANY CONSEQUENTIAL, INDIRECT, SPECIAL, INCIDENTAL, OR PUNITIVE DAMAGES;
|
||||||
|
(b) ANY LOSS OF PROFITS, LOSS OF BUSINESS, LOSS OF REVENUE, OR LOSS OF ANTICIPATED SAVINGS;
|
||||||
|
(c) ANY LOSS OF, OR DAMAGE TO, DATA, REPUTATION, OR GOODWILL; AND/OR
|
||||||
|
(d) THE COST OF PROCURING ANY SUBSTITUTE GOODS OR SERVICES.
|
||||||
|
|
||||||
|
THE COMBINED AGGREGATE LIABILITY OF SNAPEDA AND ALL SNAPEDA CONTENT AFFILIATES UNDER, OR OTHERWISE IN CONNECTION WITH, THIS AGREEMENT SHALL NOT EXCEED THE TOTAL AMOUNT OF FEES RECEIVED BY SNAPEDA FROM YOU IN THE PREVIOUS TWELVE (12) MONTHS. THE FOREGOING EXCLUSIONS AND LIMITATIONS SHALL APPLY: (a) EVEN IF SNAPEDA OR ANY SNAPEDA CONTENT AFFILIATE HAS BEEN ADVISED, OR SHOULD HAVE BEEN AWARE, OF THE POSSIBILITY OF LOSSES, DAMAGES, OR COSTS; (b) EVEN IF ANY REMEDY IN THIS AGREEMENT FAILS OF ITS ESSENTIAL PURPOSE; AND (c) REGARDLESS OF THE THEORY OR BASIS OF LIABILITY (INCLUDING WITHOUT LIMITATION BREACH OF CONTRACT, TORT, NEGLIGENCE, AND STRICT LIABILITY).
|
57
FabLock_PCB/Library/2305018-2/TE_2305018-2.kicad_mod
Normal file
57
FabLock_PCB/Library/2305018-2/TE_2305018-2.kicad_mod
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
(module TE_2305018-2 (layer F.Cu) (tedit 6269D74F)
|
||||||
|
(descr "")
|
||||||
|
(fp_text reference REF** (at -2.973105 -5.666129 0) (layer F.SilkS)
|
||||||
|
(effects (font (size 0.641100787402 0.641100787402) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_text value TE_2305018-2 (at -0.123382 4.8507135 0) (layer F.Fab)
|
||||||
|
(effects (font (size 0.640939370079 0.640939370079) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(pad S1 thru_hole oval (at -4.45 0.0) (size 1.025 2.05) (drill oval 0.45 1.65) (layers *.Cu *.Mask))
|
||||||
|
(pad S2 thru_hole oval (at 4.45 0.0) (size 1.025 2.05) (drill oval 0.45 1.65) (layers *.Cu *.Mask))
|
||||||
|
(pad S3 thru_hole oval (at -4.45 -3.2) (size 0.925 1.85) (drill oval 0.45 1.45) (layers *.Cu *.Mask))
|
||||||
|
(pad S4 thru_hole oval (at 4.45 -3.2) (size 0.925 1.85) (drill oval 0.45 1.45) (layers *.Cu *.Mask))
|
||||||
|
(pad G1 smd rect (at -3.55 -3.375) (size 0.3 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad G2 smd rect (at 3.55 -3.375) (size 0.3 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A1 smd rect (at -3.05 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A2 smd rect (at -2.25 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A3 smd rect (at -1.75 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A4 smd rect (at -1.25 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A5 smd rect (at -0.75 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A6 smd rect (at -0.25 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A7 smd rect (at 0.25 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A8 smd rect (at 0.75 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A9 smd rect (at 1.25 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A10 smd rect (at 1.75 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A11 smd rect (at 2.25 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad A12 smd rect (at 3.05 -3.375) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B1 smd rect (at 3.0 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B2 smd rect (at 2.5 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B3 smd rect (at 2.0 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B4 smd rect (at 1.5 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B5 smd rect (at 1.0 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B6 smd rect (at 0.5 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B7 smd rect (at -0.5 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B8 smd rect (at -1.0 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B9 smd rect (at -1.5 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B10 smd rect (at -2.0 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B11 smd rect (at -2.5 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad B12 smd rect (at -3.0 -2.125) (size 0.25 0.75) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(fp_line (start -4.925 4.2) (end -4.925 -4.45) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start -4.925 -4.45) (end 4.925 -4.45) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start 4.925 -4.45) (end 4.925 4.2) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start -4.925 4.2) (end 4.925 4.2) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start -4.925 -4.45) (end 4.925 -4.45) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 4.925 1.4) (end -4.925 1.4) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 4.925 1.4) (end 4.925 1.23125) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 4.925 -1.23125) (end 4.925 -2.15469) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 4.925 -4.30938) (end 4.925 -4.45) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start -4.925 1.4) (end -4.925 1.23125) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start -4.925 -1.23125) (end -4.925 -2.15469) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start -4.925 -4.30938) (end -4.925 -4.45) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start -5.175 4.45) (end -5.175 -4.7) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -5.175 -4.7) (end 5.175 -4.7) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 5.175 -4.7) (end 5.175 4.45) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 5.175 4.45) (end -5.175 4.45) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_circle (center -3.085 -4.907) (end -2.985 -4.907) (layer F.SilkS) (width 0.2))
|
||||||
|
)
|
1
FabLock_PCB/Library/2305018-2/how-to-import.htm
Normal file
1
FabLock_PCB/Library/2305018-2/how-to-import.htm
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE HTML><html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=https://www.snapeda.com/about/import/#"> <script type="text/javascript">window.location.href="https://www.snapeda.com/about/import/#" </script> <title>Page Redirection</title> </head> <body> If you are not redirected automatically, follow this <a href="https://www.snapeda.com/about/import/#">link to the import guide</a>. </body></html>
|
@ -0,0 +1,233 @@
|
|||||||
|
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||||
|
(symbol "ESP32-S3-WROOM-1-N16R2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||||
|
(property "Reference" "U" (id 0) (at -10.16 34.1122 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||||
|
)
|
||||||
|
(property "Value" "ESP32-S3-WROOM-1-N16R2" (id 1) (at -10.16 -35.56 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||||
|
)
|
||||||
|
(property "Footprint" "XCVR_ESP32-S3-WROOM-1-N16R2" (id 2) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "MAXIMUM_PACKAGE_HEIGHT" "3.25mm" (id 4) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "PARTREV" "v1.0" (id 5) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "MANUFACTURER" "Espressif" (id 6) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "STANDARD" "Manufacturer Recommendations" (id 7) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
|
)
|
||||||
|
(property "ki_locked" "" (id 8) (at 0 0 0)
|
||||||
|
(effects (font (size 1.27 1.27)))
|
||||||
|
)
|
||||||
|
(symbol "ESP32-S3-WROOM-1-N16R2_0_0"
|
||||||
|
(rectangle (start -10.16 -33.02) (end 10.16 33.02)
|
||||||
|
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||||
|
(fill (type background))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 15.24 180) (length 5.08)
|
||||||
|
(name "IO17" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "10" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 12.7 180) (length 5.08)
|
||||||
|
(name "IO18" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "11" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -5.08 0) (length 5.08)
|
||||||
|
(name "IO8" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "12" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 10.16 180) (length 5.08)
|
||||||
|
(name "IO19" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "13" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 7.62 180) (length 5.08)
|
||||||
|
(name "IO20" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "14" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 7.62 0) (length 5.08)
|
||||||
|
(name "IO3" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "15" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -20.32 180) (length 5.08)
|
||||||
|
(name "IO46" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "16" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -7.62 0) (length 5.08)
|
||||||
|
(name "IO9" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "17" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -10.16 0) (length 5.08)
|
||||||
|
(name "IO10" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "18" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -12.7 0) (length 5.08)
|
||||||
|
(name "IO11" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "19" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 30.48 180) (length 5.08)
|
||||||
|
(name "3V3" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -15.24 0) (length 5.08)
|
||||||
|
(name "IO12" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "20" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -17.78 0) (length 5.08)
|
||||||
|
(name "IO13" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "21" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -20.32 0) (length 5.08)
|
||||||
|
(name "IO14" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "22" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 5.08 180) (length 5.08)
|
||||||
|
(name "IO21" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "23" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -22.86 180) (length 5.08)
|
||||||
|
(name "IO47" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "24" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -25.4 180) (length 5.08)
|
||||||
|
(name "IO48" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "25" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -17.78 180) (length 5.08)
|
||||||
|
(name "IO45" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "26" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 15.24 0) (length 5.08)
|
||||||
|
(name "IO0" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "27" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 2.54 180) (length 5.08)
|
||||||
|
(name "IO35" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "28" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 0 180) (length 5.08)
|
||||||
|
(name "IO36" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "29" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin input line (at -15.24 27.94 0) (length 5.08)
|
||||||
|
(name "EN" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -2.54 180) (length 5.08)
|
||||||
|
(name "IO37" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "30" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -5.08 180) (length 5.08)
|
||||||
|
(name "IO38" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "31" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -7.62 180) (length 5.08)
|
||||||
|
(name "IO39" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "32" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -10.16 180) (length 5.08)
|
||||||
|
(name "IO40" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "33" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -12.7 180) (length 5.08)
|
||||||
|
(name "IO41" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "34" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at 15.24 -15.24 180) (length 5.08)
|
||||||
|
(name "IO42" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "35" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 22.86 0) (length 5.08)
|
||||||
|
(name "RXD0" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "36" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 20.32 0) (length 5.08)
|
||||||
|
(name "TXD0" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "37" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 10.16 0) (length 5.08)
|
||||||
|
(name "IO2" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "38" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 12.7 0) (length 5.08)
|
||||||
|
(name "IO1" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "39" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 5.08 0) (length 5.08)
|
||||||
|
(name "IO4" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "40" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_1" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_2" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_3" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_4" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_5" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_6" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_7" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_8" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin power_in line (at 15.24 -30.48 180) (length 5.08)
|
||||||
|
(name "GND" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "41_9" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 2.54 0) (length 5.08)
|
||||||
|
(name "IO5" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "5" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 0 0) (length 5.08)
|
||||||
|
(name "IO6" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "6" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -2.54 0) (length 5.08)
|
||||||
|
(name "IO7" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "7" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -22.86 0) (length 5.08)
|
||||||
|
(name "IO15" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "8" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
(pin bidirectional line (at -15.24 -25.4 0) (length 5.08)
|
||||||
|
(name "IO16" (effects (font (size 1.016 1.016))))
|
||||||
|
(number "9" (effects (font (size 1.016 1.016))))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
@ -0,0 +1,71 @@
|
|||||||
|
EESchema-LIBRARY Version 2.3
|
||||||
|
#encoding utf-8
|
||||||
|
#(c) SnapEDA 2016 (snapeda.com)
|
||||||
|
#This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0
|
||||||
|
#
|
||||||
|
# ESP32-S3-WROOM-1-N16R2
|
||||||
|
#
|
||||||
|
DEF ESP32-S3-WROOM-1-N16R2 U 0 40 Y Y 1 L N
|
||||||
|
F0 "U" -400 1343 50 H V L BNN
|
||||||
|
F1 "ESP32-S3-WROOM-1-N16R2" -400 -1400 50 H V L BNN
|
||||||
|
F2 "XCVR_ESP32-S3-WROOM-1-N16R2" 0 0 50 H I L BNN
|
||||||
|
F3 "" 0 0 50 H I L BNN
|
||||||
|
F4 "3.25mm" 0 0 50 H I L BNN "MAXIMUM_PACKAGE_HEIGHT"
|
||||||
|
F5 "v1.0" 0 0 50 H I L BNN "PARTREV"
|
||||||
|
F6 "Espressif" 0 0 50 H I L BNN "MANUFACTURER"
|
||||||
|
F7 "Manufacturer Recommendations" 0 0 50 H I L BNN "STANDARD"
|
||||||
|
DRAW
|
||||||
|
S -400 -1300 400 1300 0 0 10 f
|
||||||
|
X GND 1 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 40 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_1 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_2 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_3 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_4 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_5 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_6 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_7 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_8 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X GND 41_9 600 -1200 200 L 40 40 0 0 W
|
||||||
|
X 3V3 2 600 1200 200 L 40 40 0 0 W
|
||||||
|
X EN 3 -600 1100 200 R 40 40 0 0 I
|
||||||
|
X IO35 28 600 100 200 L 40 40 0 0 B
|
||||||
|
X IO41 34 600 -500 200 L 40 40 0 0 B
|
||||||
|
X IO39 32 600 -300 200 L 40 40 0 0 B
|
||||||
|
X IO40 33 600 -400 200 L 40 40 0 0 B
|
||||||
|
X IO14 22 -600 -800 200 R 40 40 0 0 B
|
||||||
|
X IO12 20 -600 -600 200 R 40 40 0 0 B
|
||||||
|
X IO13 21 -600 -700 200 R 40 40 0 0 B
|
||||||
|
X IO15 8 -600 -900 200 R 40 40 0 0 B
|
||||||
|
X IO2 38 -600 400 200 R 40 40 0 0 B
|
||||||
|
X IO0 27 -600 600 200 R 40 40 0 0 B
|
||||||
|
X IO4 4 -600 200 200 R 40 40 0 0 B
|
||||||
|
X IO16 9 -600 -1000 200 R 40 40 0 0 B
|
||||||
|
X IO17 10 600 600 200 L 40 40 0 0 B
|
||||||
|
X IO5 5 -600 100 200 R 40 40 0 0 B
|
||||||
|
X IO18 11 600 500 200 L 40 40 0 0 B
|
||||||
|
X IO19 13 600 400 200 L 40 40 0 0 B
|
||||||
|
X IO21 23 600 200 200 L 40 40 0 0 B
|
||||||
|
X IO37 30 600 -100 200 L 40 40 0 0 B
|
||||||
|
X IO38 31 600 -200 200 L 40 40 0 0 B
|
||||||
|
X IO1 39 -600 500 200 R 40 40 0 0 B
|
||||||
|
X IO3 15 -600 300 200 R 40 40 0 0 B
|
||||||
|
X IO6 6 -600 0 200 R 40 40 0 0 B
|
||||||
|
X IO7 7 -600 -100 200 R 40 40 0 0 B
|
||||||
|
X IO8 12 -600 -200 200 R 40 40 0 0 B
|
||||||
|
X IO9 17 -600 -300 200 R 40 40 0 0 B
|
||||||
|
X IO10 18 -600 -400 200 R 40 40 0 0 B
|
||||||
|
X IO11 19 -600 -500 200 R 40 40 0 0 B
|
||||||
|
X IO36 29 600 0 200 L 40 40 0 0 B
|
||||||
|
X IO42 35 600 -600 200 L 40 40 0 0 B
|
||||||
|
X IO20 14 600 300 200 L 40 40 0 0 B
|
||||||
|
X TXD0 37 -600 800 200 R 40 40 0 0 B
|
||||||
|
X RXD0 36 -600 900 200 R 40 40 0 0 B
|
||||||
|
X IO45 26 600 -700 200 L 40 40 0 0 B
|
||||||
|
X IO46 16 600 -800 200 L 40 40 0 0 B
|
||||||
|
X IO47 24 600 -900 200 L 40 40 0 0 B
|
||||||
|
X IO48 25 600 -1000 200 L 40 40 0 0 B
|
||||||
|
ENDDRAW
|
||||||
|
ENDDEF
|
||||||
|
#
|
||||||
|
# End Library
|
24
FabLock_PCB/Library/ESP32-S3-WROOM-1-N16R2/License.txt
Normal file
24
FabLock_PCB/Library/ESP32-S3-WROOM-1-N16R2/License.txt
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
BY ACCESSING OR USING THESE SYMBOLS & FOOTPRINTS ("MODELS"), YOU ARE ACKNOWLEDGING THAT YOU HAVE READ, FULLY UNDERSTAND AND AGREE TO THESE TERMS AND CONDITIONS (the "Agreement"), WHICH CONSTITUTE A BINDING AGREEMENT BETWEEN YOU AND SNAPEDA, INC., ENTERED INTO ON THE DATE OF SUCH OCCURRENCE (the "Effective Date"). IF YOU ARE ACCESSING OR USING THESE FILES ON BEHALF OF AN ENTITY, YOU REPRESENT THAT YOU HAVE THE RIGHT, AUTHORITY, AND CAPACITY TO BIND SUCH ENTITY TO THIS AGREEMENT AND HEREBY DO SO. IF YOU DO NOT AGREE WITH ANY OF THE TERMS OR CONDITIONS OF THIS AGREEMENT, YOU MUST NOT USE ANY PART OF THESE MODELS.
|
||||||
|
|
||||||
|
1. Design License
|
||||||
|
|
||||||
|
You and your sub-licensees are hereby licensed to design, manufacture, use and distribute, circuit board designs and circuit boards formed by combining Models provided by SnapEDA with other circuit elements of your choosing. You may then convey such combinations under licensing terms of your choice.
|
||||||
|
|
||||||
|
Individual Models remain the intellectual property of SnapEDA, Inc. You shall not (and shall not permit or encourage any third party to) to do any of the following :
|
||||||
|
|
||||||
|
(a) sell, assign, lease, lend, rent, issue, sublicense, make available, or otherwise distribute to any third party, or publicly perform, display or communicate, the Models (for example, by uploading Models to another website or software application);
|
||||||
|
(b) remove, alter, or conceal, any copyright, trademark, or other proprietary rights notice or legend displayed or contained in the individual Models.
|
||||||
|
|
||||||
|
For further clarity, once integrated into a schematic design or PCB layout, Models may be modified freely for the purpose of designing a circuit board.
|
||||||
|
|
||||||
|
|
||||||
|
2. Limitation of Liability
|
||||||
|
|
||||||
|
IN NO EVENT WILL SNAPEDA OR OUR SUBSIDIARIES, AGENTS, SUCCESSORS, THIRD PARTY PROVIDERS, AND/OR ANY OF THE FOREGOING ENTITIES' RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, REPRESENTATIVES, CUSTOMERS, SUPPLIERS, OR LICENSORS BE RESPONSIBLE OR LIABLE UNDER, OR OTHERWISE IN CONNECTION WITH THIS AGREEMENT, FOR:
|
||||||
|
|
||||||
|
(a) ANY CONSEQUENTIAL, INDIRECT, SPECIAL, INCIDENTAL, OR PUNITIVE DAMAGES;
|
||||||
|
(b) ANY LOSS OF PROFITS, LOSS OF BUSINESS, LOSS OF REVENUE, OR LOSS OF ANTICIPATED SAVINGS;
|
||||||
|
(c) ANY LOSS OF, OR DAMAGE TO, DATA, REPUTATION, OR GOODWILL; AND/OR
|
||||||
|
(d) THE COST OF PROCURING ANY SUBSTITUTE GOODS OR SERVICES.
|
||||||
|
|
||||||
|
THE COMBINED AGGREGATE LIABILITY OF SNAPEDA AND ALL SNAPEDA CONTENT AFFILIATES UNDER, OR OTHERWISE IN CONNECTION WITH, THIS AGREEMENT SHALL NOT EXCEED THE TOTAL AMOUNT OF FEES RECEIVED BY SNAPEDA FROM YOU IN THE PREVIOUS TWELVE (12) MONTHS. THE FOREGOING EXCLUSIONS AND LIMITATIONS SHALL APPLY: (a) EVEN IF SNAPEDA OR ANY SNAPEDA CONTENT AFFILIATE HAS BEEN ADVISED, OR SHOULD HAVE BEEN AWARE, OF THE POSSIBILITY OF LOSSES, DAMAGES, OR COSTS; (b) EVEN IF ANY REMEDY IN THIS AGREEMENT FAILS OF ITS ESSENTIAL PURPOSE; AND (c) REGARDLESS OF THE THEORY OR BASIS OF LIABILITY (INCLUDING WITHOUT LIMITATION BREACH OF CONTRACT, TORT, NEGLIGENCE, AND STRICT LIABILITY).
|
@ -0,0 +1,136 @@
|
|||||||
|
|
||||||
|
(module XCVR_ESP32-S3-WROOM-1-N16R2 (layer F.Cu) (tedit 6279A5C0)
|
||||||
|
(descr "")
|
||||||
|
(fp_text reference REF** (at -6.575 -14.135 0) (layer F.SilkS)
|
||||||
|
(effects (font (size 1.0 1.0) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_text value XCVR_ESP32-S3-WROOM-1-N16R2 (at 7.395 14.365 0) (layer F.Fab)
|
||||||
|
(effects (font (size 1.0 1.0) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(pad 41_1 smd rect (at -1.5 2.46) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 1 smd rect (at -8.75 -5.26) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_2 smd rect (at -2.9 2.46) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_3 smd rect (at -0.1 2.46) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_4 smd rect (at -2.9 3.86) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_5 smd rect (at -1.5 3.86) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_6 smd rect (at -0.1 3.86) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_7 smd rect (at -2.9 1.06) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_8 smd rect (at -1.5 1.06) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_9 smd rect (at -0.1 1.06) (size 0.9 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 41_10 thru_hole circle (at -1.5 1.76) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_11 thru_hole circle (at -2.9 1.76) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_12 thru_hole circle (at -0.1 1.76) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_13 thru_hole circle (at -2.9 3.16) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_14 thru_hole circle (at -1.5 3.16) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_15 thru_hole circle (at -0.1 3.16) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_16 thru_hole circle (at -2.2 1.06) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_17 thru_hole circle (at -0.8 1.06) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_18 thru_hole circle (at -2.2 2.46) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_19 thru_hole circle (at -0.8 2.46) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_20 thru_hole circle (at -2.2 3.86) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 41_21 thru_hole circle (at -0.8 3.86) (size 0.4 0.4) (drill 0.2) (layers *.Cu))
|
||||||
|
(pad 2 smd rect (at -8.75 -3.99) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 3 smd rect (at -8.75 -2.72) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 4 smd rect (at -8.75 -1.45) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 5 smd rect (at -8.75 -0.18) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 6 smd rect (at -8.75 1.09) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 7 smd rect (at -8.75 2.36) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 8 smd rect (at -8.75 3.63) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 9 smd rect (at -8.75 4.9) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 10 smd rect (at -8.75 6.17) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 11 smd rect (at -8.75 7.44) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 12 smd rect (at -8.75 8.71) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 13 smd rect (at -8.75 9.98) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 14 smd rect (at -8.75 11.25) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 15 smd rect (at -6.985 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 27 smd rect (at 8.75 11.25) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 28 smd rect (at 8.75 9.98) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 29 smd rect (at 8.75 8.71) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 30 smd rect (at 8.75 7.44) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 31 smd rect (at 8.75 6.17) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 32 smd rect (at 8.75 4.9) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 33 smd rect (at 8.75 3.63) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 34 smd rect (at 8.75 2.36) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 35 smd rect (at 8.75 1.09) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 36 smd rect (at 8.75 -0.18) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 37 smd rect (at 8.75 -1.45) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 38 smd rect (at 8.75 -2.72) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 39 smd rect (at 8.75 -3.99) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 40 smd rect (at 8.75 -5.26) (size 1.5 0.9) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 16 smd rect (at -5.715 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 17 smd rect (at -4.445 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 18 smd rect (at -3.175 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 19 smd rect (at -1.905 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 20 smd rect (at -0.635 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 21 smd rect (at 0.635 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 22 smd rect (at 1.905 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 23 smd rect (at 3.175 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 24 smd rect (at 4.445 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 25 smd rect (at 5.715 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(pad 26 smd rect (at 6.985 12.5) (size 0.9 1.5) (layers F.Cu F.Mask F.Paste))
|
||||||
|
(fp_line (start -9.0 -12.75) (end 9.0 -12.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start 9.0 -12.75) (end 9.0 -6.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start 9.0 -6.75) (end 9.0 12.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start 9.0 12.75) (end -9.0 12.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start -9.0 12.75) (end -9.0 -6.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start -9.0 -6.75) (end -9.0 -12.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_line (start -9.0 -6.75) (end 9.0 -6.75) (layer F.Fab) (width 0.127))
|
||||||
|
(fp_text user ANTENNA (at -4.5 -9.5) (layer F.Fab)
|
||||||
|
(effects (font (size 1.0 1.0) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_line (start -9.75 13.5) (end -9.75 -13.0) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -9.75 -13.0) (end 9.75 -13.0) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 9.75 -13.0) (end 9.75 13.5) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -9.75 13.5) (end 9.75 13.5) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_circle (center -10.2 -5.26) (end -10.1 -5.26) (layer F.Fab) (width 0.2))
|
||||||
|
(fp_line (start -9.0 -12.75) (end 9.0 -12.75) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 9.0 -12.75) (end 9.0 -6.03) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start -9.0 -6.03) (end -9.0 -12.75) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_circle (center -10.2 -5.26) (end -10.1 -5.26) (layer F.SilkS) (width 0.2))
|
||||||
|
(zone (net 0) (net_name "") (layer F.Cu) (hatch full 0.508)
|
||||||
|
(connect_pads (clearance 0))
|
||||||
|
(min_thickness 0.01)
|
||||||
|
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed ) (copperpour not_allowed) (footprints allowed))
|
||||||
|
(fill (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||||
|
(polygon
|
||||||
|
(pts
|
||||||
|
(xy -9.0 -12.75)
|
||||||
|
(xy 9.0 -12.75)
|
||||||
|
(xy 9.0 -6.75)
|
||||||
|
(xy -9.0 -6.75)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(zone (net 0) (net_name "") (layer B.Cu) (hatch full 0.508)
|
||||||
|
(connect_pads (clearance 0))
|
||||||
|
(min_thickness 0.01)
|
||||||
|
(keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed ) (copperpour not_allowed) (footprints allowed))
|
||||||
|
(fill (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||||
|
(polygon
|
||||||
|
(pts
|
||||||
|
(xy -9.0 -12.75)
|
||||||
|
(xy 9.0 -12.75)
|
||||||
|
(xy 9.0 -6.75)
|
||||||
|
(xy -9.0 -6.75)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(zone (net 0) (net_name "") (layers *.Cu) (hatch full 0.508)
|
||||||
|
(connect_pads (clearance 0))
|
||||||
|
(min_thickness 0.01)
|
||||||
|
(keepout (tracks allowed) (vias not_allowed) (pads allowed ) (copperpour allowed) (footprints allowed))
|
||||||
|
(fill (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||||
|
(polygon
|
||||||
|
(pts
|
||||||
|
(xy -9.0 -12.75)
|
||||||
|
(xy 9.0 -12.75)
|
||||||
|
(xy 9.0 -6.75)
|
||||||
|
(xy -9.0 -6.75)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(fp_line (start -9.0 12.02) (end -9.0 12.75) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start -9.0 12.75) (end -7.755 12.75) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 9.0 12.02) (end 9.0 12.75) (layer F.SilkS) (width 0.127))
|
||||||
|
(fp_line (start 9.0 12.75) (end 7.755 12.75) (layer F.SilkS) (width 0.127))
|
||||||
|
)
|
@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE HTML><html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=https://www.snapeda.com/about/import/#"> <script type="text/javascript">window.location.href="https://www.snapeda.com/about/import/#" </script> <title>Page Redirection</title> </head> <body> If you are not redirected automatically, follow this <a href="https://www.snapeda.com/about/import/#">link to the import guide</a>. </body></html>
|
1
FabLock_PCB/fp-info-cache
Normal file
1
FabLock_PCB/fp-info-cache
Normal file
@ -0,0 +1 @@
|
|||||||
|
0
|
4
FabLock_PCB/sym-lib-table
Normal file
4
FabLock_PCB/sym-lib-table
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
(sym_lib_table
|
||||||
|
(lib (name "ESP")(type "KiCad")(uri "${KIPRJMOD}/Library/ESP32-S3-WROOM-1-N16R2/ESP32-S3-WROOM-1-N16R2.kicad_sym")(options "")(descr ""))
|
||||||
|
(lib (name "USB")(type "KiCad")(uri "${KIPRJMOD}/Library/2305018-2/2305018-2.kicad_sym")(options "")(descr ""))
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user