mirror of
https://github.com/alexandrebobkov/KiCAD-Projects.git
synced 2024-10-05 20:47:48 -04:00
.
This commit is contained in:
parent
7ab6a7acc1
commit
ff7e9212c7
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -6,14 +6,14 @@
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"copper_line_width": 0.19999999999999998,
|
||||
"board_outline_line_width": 0.1,
|
||||
"copper_line_width": 0.2,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.049999999999999996,
|
||||
"courtyard_line_width": 0.05,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 2,
|
||||
"dimensions": {
|
||||
@ -24,7 +24,7 @@
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.09999999999999999,
|
||||
"fab_line_width": 0.1,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
@ -79,6 +79,7 @@
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
@ -120,11 +121,11 @@
|
||||
"min_copper_edge_clearance": 3.0,
|
||||
"min_hole_clearance": 0.254,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.7999999999999999,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.25,
|
||||
@ -491,6 +492,65 @@
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"name": "Grouped By Value",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
@ -504,6 +564,11 @@
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
@ -527,6 +592,7 @@
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
@ -534,7 +600,7 @@
|
||||
"sheets": [
|
||||
[
|
||||
"4a90ead8-6e51-429d-a467-47fbf8655e89",
|
||||
""
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,577 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-01-16T02:40:30-05:00*%
|
||||
%TF.ProjectId,esp32-wroom-adapter,65737033-322d-4777-926f-6f6d2d616461,v1.10*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Bot*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-16 02:40:30*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,1.524000*%
|
||||
%ADD11R,1.905000X2.000000*%
|
||||
%ADD12O,1.905000X2.000000*%
|
||||
%ADD13R,1.200000X1.200000*%
|
||||
%ADD14C,1.200000*%
|
||||
%ADD15R,1.700000X1.700000*%
|
||||
%ADD16O,1.700000X1.700000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,J2*%
|
||||
X190500000Y-124460000D03*
|
||||
X193040000Y-124460000D03*
|
||||
X195580000Y-124460000D03*
|
||||
X190500000Y-132080000D03*
|
||||
X193040000Y-132080000D03*
|
||||
X195580000Y-132080000D03*
|
||||
X190500000Y-129540000D03*
|
||||
X193040000Y-129540000D03*
|
||||
X195580000Y-129540000D03*
|
||||
X190500000Y-127000000D03*
|
||||
X193040000Y-127000000D03*
|
||||
X195580000Y-127000000D03*
|
||||
%TD*%
|
||||
%TO.C,BRD_25x1*%
|
||||
X139700000Y-73660000D03*
|
||||
X139700000Y-76200000D03*
|
||||
X139700000Y-78740000D03*
|
||||
X139700000Y-83820000D03*
|
||||
X139700000Y-86360000D03*
|
||||
X139700000Y-88900000D03*
|
||||
X139700000Y-91440000D03*
|
||||
X139700000Y-96520000D03*
|
||||
X139700000Y-99060000D03*
|
||||
X139700000Y-101600000D03*
|
||||
X139700000Y-104140000D03*
|
||||
X139700000Y-109220000D03*
|
||||
X139700000Y-111760000D03*
|
||||
X139700000Y-114300000D03*
|
||||
X139700000Y-116840000D03*
|
||||
X139700000Y-121920000D03*
|
||||
X139700000Y-124460000D03*
|
||||
X139700000Y-127000000D03*
|
||||
X139700000Y-129540000D03*
|
||||
X142240000Y-73660000D03*
|
||||
X142240000Y-76200000D03*
|
||||
X142240000Y-78740000D03*
|
||||
X142240000Y-83820000D03*
|
||||
X142240000Y-86360000D03*
|
||||
X142240000Y-88900000D03*
|
||||
X142240000Y-91440000D03*
|
||||
X142240000Y-96520000D03*
|
||||
X142240000Y-99060000D03*
|
||||
X142240000Y-101600000D03*
|
||||
X142240000Y-104140000D03*
|
||||
X142240000Y-109220000D03*
|
||||
X142240000Y-111760000D03*
|
||||
X142240000Y-114300000D03*
|
||||
X142240000Y-116840000D03*
|
||||
X142240000Y-121920000D03*
|
||||
X142240000Y-124460000D03*
|
||||
X142240000Y-127000000D03*
|
||||
X142240000Y-129540000D03*
|
||||
X144780000Y-73660000D03*
|
||||
X144780000Y-76200000D03*
|
||||
X144780000Y-78740000D03*
|
||||
X144780000Y-83820000D03*
|
||||
X144780000Y-86360000D03*
|
||||
X144780000Y-88900000D03*
|
||||
X144780000Y-91440000D03*
|
||||
X144780000Y-96520000D03*
|
||||
X144780000Y-99060000D03*
|
||||
X144780000Y-101600000D03*
|
||||
X144780000Y-104140000D03*
|
||||
X144780000Y-109220000D03*
|
||||
X144780000Y-111760000D03*
|
||||
X144780000Y-114300000D03*
|
||||
X144780000Y-116840000D03*
|
||||
X144780000Y-121920000D03*
|
||||
X144780000Y-124460000D03*
|
||||
X144780000Y-127000000D03*
|
||||
X144780000Y-129540000D03*
|
||||
X147320000Y-73660000D03*
|
||||
X147320000Y-76200000D03*
|
||||
X147320000Y-78740000D03*
|
||||
X147320000Y-83820000D03*
|
||||
X147320000Y-86360000D03*
|
||||
X147320000Y-88900000D03*
|
||||
X147320000Y-91440000D03*
|
||||
X147320000Y-96520000D03*
|
||||
X147320000Y-99060000D03*
|
||||
X147320000Y-101600000D03*
|
||||
X147320000Y-104140000D03*
|
||||
X147320000Y-109220000D03*
|
||||
X147320000Y-111760000D03*
|
||||
X147320000Y-114300000D03*
|
||||
X147320000Y-116840000D03*
|
||||
X147320000Y-121920000D03*
|
||||
X147320000Y-124460000D03*
|
||||
X147320000Y-127000000D03*
|
||||
X147320000Y-129540000D03*
|
||||
X149860000Y-73660000D03*
|
||||
X149860000Y-76200000D03*
|
||||
X149860000Y-78740000D03*
|
||||
X149860000Y-83820000D03*
|
||||
X149860000Y-86360000D03*
|
||||
X149860000Y-88900000D03*
|
||||
X149860000Y-91440000D03*
|
||||
X149860000Y-96520000D03*
|
||||
X149860000Y-99060000D03*
|
||||
X149860000Y-101600000D03*
|
||||
X149860000Y-104140000D03*
|
||||
X149860000Y-109220000D03*
|
||||
X149860000Y-111760000D03*
|
||||
X149860000Y-114300000D03*
|
||||
X149860000Y-116840000D03*
|
||||
X149860000Y-121920000D03*
|
||||
X149860000Y-124460000D03*
|
||||
X149860000Y-127000000D03*
|
||||
X149860000Y-129540000D03*
|
||||
X157480000Y-96520000D03*
|
||||
X157480000Y-99060000D03*
|
||||
X157480000Y-101600000D03*
|
||||
X157480000Y-104140000D03*
|
||||
X157480000Y-109220000D03*
|
||||
X157480000Y-111760000D03*
|
||||
X157480000Y-114300000D03*
|
||||
X157480000Y-116840000D03*
|
||||
X157480000Y-121920000D03*
|
||||
X157480000Y-124460000D03*
|
||||
X157480000Y-127000000D03*
|
||||
X157480000Y-129540000D03*
|
||||
X160020000Y-96520000D03*
|
||||
X160020000Y-99060000D03*
|
||||
X160020000Y-101600000D03*
|
||||
X160020000Y-104140000D03*
|
||||
X160020000Y-109220000D03*
|
||||
X160020000Y-111760000D03*
|
||||
X160020000Y-114300000D03*
|
||||
X160020000Y-116840000D03*
|
||||
X160020000Y-121920000D03*
|
||||
X160020000Y-124460000D03*
|
||||
X160020000Y-127000000D03*
|
||||
X160020000Y-129540000D03*
|
||||
X162560000Y-96520000D03*
|
||||
X162560000Y-99060000D03*
|
||||
X162560000Y-101600000D03*
|
||||
X162560000Y-104140000D03*
|
||||
X162560000Y-109220000D03*
|
||||
X162560000Y-111760000D03*
|
||||
X162560000Y-114300000D03*
|
||||
X162560000Y-116840000D03*
|
||||
X162560000Y-121920000D03*
|
||||
X162560000Y-124460000D03*
|
||||
X162560000Y-127000000D03*
|
||||
X162560000Y-129540000D03*
|
||||
X165100000Y-96520000D03*
|
||||
X165100000Y-99060000D03*
|
||||
X165100000Y-101600000D03*
|
||||
X165100000Y-104140000D03*
|
||||
X165100000Y-109220000D03*
|
||||
X165100000Y-111760000D03*
|
||||
X165100000Y-114300000D03*
|
||||
X165100000Y-116840000D03*
|
||||
X165100000Y-121920000D03*
|
||||
X165100000Y-124460000D03*
|
||||
X165100000Y-127000000D03*
|
||||
X165100000Y-129540000D03*
|
||||
X167640000Y-96520000D03*
|
||||
X167640000Y-99060000D03*
|
||||
X167640000Y-101600000D03*
|
||||
X167640000Y-104140000D03*
|
||||
X167640000Y-109220000D03*
|
||||
X167640000Y-111760000D03*
|
||||
X167640000Y-114300000D03*
|
||||
X167640000Y-116840000D03*
|
||||
X167640000Y-121920000D03*
|
||||
X167640000Y-124460000D03*
|
||||
X167640000Y-127000000D03*
|
||||
X167640000Y-129540000D03*
|
||||
X157480000Y-71120000D03*
|
||||
X160020000Y-71120000D03*
|
||||
X162560000Y-71120000D03*
|
||||
X165100000Y-71120000D03*
|
||||
X167640000Y-71120000D03*
|
||||
X157480000Y-73660000D03*
|
||||
X160020000Y-73660000D03*
|
||||
X162560000Y-73660000D03*
|
||||
X165100000Y-73660000D03*
|
||||
X167640000Y-73660000D03*
|
||||
X157480000Y-76200000D03*
|
||||
X160020000Y-76200000D03*
|
||||
X162560000Y-76200000D03*
|
||||
X165100000Y-76200000D03*
|
||||
X167640000Y-76200000D03*
|
||||
X157480000Y-66040000D03*
|
||||
X160020000Y-66040000D03*
|
||||
X162560000Y-66040000D03*
|
||||
X165100000Y-66040000D03*
|
||||
X167640000Y-66040000D03*
|
||||
X157480000Y-78740000D03*
|
||||
X160020000Y-78740000D03*
|
||||
X162560000Y-78740000D03*
|
||||
X165100000Y-78740000D03*
|
||||
X167640000Y-78740000D03*
|
||||
X157480000Y-81280000D03*
|
||||
X160020000Y-81280000D03*
|
||||
X162560000Y-81280000D03*
|
||||
X165100000Y-81280000D03*
|
||||
X167640000Y-81280000D03*
|
||||
X139700000Y-66040000D03*
|
||||
X142240000Y-66040000D03*
|
||||
X144780000Y-66040000D03*
|
||||
X147320000Y-66040000D03*
|
||||
X149860000Y-66040000D03*
|
||||
X157480000Y-83820000D03*
|
||||
X160020000Y-83820000D03*
|
||||
X162560000Y-83820000D03*
|
||||
X165100000Y-83820000D03*
|
||||
X167640000Y-83820000D03*
|
||||
X157480000Y-86360000D03*
|
||||
X160020000Y-86360000D03*
|
||||
X162560000Y-86360000D03*
|
||||
X165100000Y-86360000D03*
|
||||
X167640000Y-86360000D03*
|
||||
X157480000Y-88900000D03*
|
||||
X160020000Y-88900000D03*
|
||||
X162560000Y-88900000D03*
|
||||
X165100000Y-88900000D03*
|
||||
X167640000Y-88900000D03*
|
||||
X157480000Y-91440000D03*
|
||||
X160020000Y-91440000D03*
|
||||
X162560000Y-91440000D03*
|
||||
X165100000Y-91440000D03*
|
||||
X167640000Y-91440000D03*
|
||||
X157480000Y-93980000D03*
|
||||
X160020000Y-93980000D03*
|
||||
X162560000Y-93980000D03*
|
||||
X165100000Y-93980000D03*
|
||||
X167640000Y-93980000D03*
|
||||
X157480000Y-106680000D03*
|
||||
X160020000Y-106680000D03*
|
||||
X162560000Y-106680000D03*
|
||||
X165100000Y-106680000D03*
|
||||
X167640000Y-106680000D03*
|
||||
X157480000Y-119380000D03*
|
||||
X160020000Y-119380000D03*
|
||||
X162560000Y-119380000D03*
|
||||
X165100000Y-119380000D03*
|
||||
X167640000Y-119380000D03*
|
||||
X157480000Y-132080000D03*
|
||||
X160020000Y-132080000D03*
|
||||
X162560000Y-132080000D03*
|
||||
X165100000Y-132080000D03*
|
||||
X167640000Y-132080000D03*
|
||||
X139700000Y-71120000D03*
|
||||
X142240000Y-71120000D03*
|
||||
X144780000Y-71120000D03*
|
||||
X147320000Y-71120000D03*
|
||||
X149860000Y-71120000D03*
|
||||
X139700000Y-81280000D03*
|
||||
X142240000Y-81280000D03*
|
||||
X144780000Y-81280000D03*
|
||||
X147320000Y-81280000D03*
|
||||
X149860000Y-81280000D03*
|
||||
X139700000Y-93980000D03*
|
||||
X142240000Y-93980000D03*
|
||||
X144780000Y-93980000D03*
|
||||
X147320000Y-93980000D03*
|
||||
X149860000Y-93980000D03*
|
||||
X139700000Y-106680000D03*
|
||||
X142240000Y-106680000D03*
|
||||
X144780000Y-106680000D03*
|
||||
X147320000Y-106680000D03*
|
||||
X149860000Y-106680000D03*
|
||||
X139700000Y-119380000D03*
|
||||
X142240000Y-119380000D03*
|
||||
X144780000Y-119380000D03*
|
||||
X147320000Y-119380000D03*
|
||||
X149860000Y-119380000D03*
|
||||
X139700000Y-132080000D03*
|
||||
X142240000Y-132080000D03*
|
||||
X144780000Y-132080000D03*
|
||||
X147320000Y-132080000D03*
|
||||
X149860000Y-132080000D03*
|
||||
X137160000Y-71120000D03*
|
||||
X137160000Y-73660000D03*
|
||||
X137160000Y-76200000D03*
|
||||
X137160000Y-78740000D03*
|
||||
X137160000Y-81280000D03*
|
||||
X137160000Y-83820000D03*
|
||||
X137160000Y-86360000D03*
|
||||
X137160000Y-88900000D03*
|
||||
X137160000Y-91440000D03*
|
||||
X137160000Y-93980000D03*
|
||||
X137160000Y-96520000D03*
|
||||
X137160000Y-99060000D03*
|
||||
X137160000Y-101600000D03*
|
||||
X137160000Y-104140000D03*
|
||||
X137160000Y-106680000D03*
|
||||
X137160000Y-109220000D03*
|
||||
X137160000Y-111760000D03*
|
||||
X137160000Y-114300000D03*
|
||||
X137160000Y-116840000D03*
|
||||
X137160000Y-119380000D03*
|
||||
X137160000Y-121920000D03*
|
||||
X137160000Y-124460000D03*
|
||||
X137160000Y-127000000D03*
|
||||
X137160000Y-129540000D03*
|
||||
X137160000Y-132080000D03*
|
||||
X139700000Y-63500000D03*
|
||||
X142240000Y-63500000D03*
|
||||
X144780000Y-63500000D03*
|
||||
X147320000Y-63500000D03*
|
||||
X149860000Y-63500000D03*
|
||||
X157480000Y-63500000D03*
|
||||
X160020000Y-63500000D03*
|
||||
X162560000Y-63500000D03*
|
||||
X165100000Y-63500000D03*
|
||||
X167640000Y-63500000D03*
|
||||
X172720000Y-71120000D03*
|
||||
X172720000Y-73660000D03*
|
||||
X172720000Y-76200000D03*
|
||||
X172720000Y-78740000D03*
|
||||
X172720000Y-81280000D03*
|
||||
X172720000Y-83820000D03*
|
||||
X172720000Y-86360000D03*
|
||||
X172720000Y-88900000D03*
|
||||
X172720000Y-91440000D03*
|
||||
X172720000Y-93980000D03*
|
||||
X172720000Y-96520000D03*
|
||||
X172720000Y-99060000D03*
|
||||
X172720000Y-101600000D03*
|
||||
X172720000Y-104140000D03*
|
||||
X172720000Y-106680000D03*
|
||||
X172720000Y-109220000D03*
|
||||
X172720000Y-111760000D03*
|
||||
X172720000Y-114300000D03*
|
||||
X172720000Y-116840000D03*
|
||||
X172720000Y-119380000D03*
|
||||
X172720000Y-121920000D03*
|
||||
X172720000Y-124460000D03*
|
||||
X172720000Y-127000000D03*
|
||||
X172720000Y-129540000D03*
|
||||
X172720000Y-132080000D03*
|
||||
X134620000Y-71120000D03*
|
||||
X134620000Y-73660000D03*
|
||||
X134620000Y-76200000D03*
|
||||
X134620000Y-78740000D03*
|
||||
X134620000Y-81280000D03*
|
||||
X134620000Y-83820000D03*
|
||||
X134620000Y-86360000D03*
|
||||
X134620000Y-88900000D03*
|
||||
X134620000Y-91440000D03*
|
||||
X134620000Y-93980000D03*
|
||||
X134620000Y-96520000D03*
|
||||
X134620000Y-99060000D03*
|
||||
X134620000Y-101600000D03*
|
||||
X134620000Y-104140000D03*
|
||||
X134620000Y-106680000D03*
|
||||
X134620000Y-109220000D03*
|
||||
X134620000Y-111760000D03*
|
||||
X134620000Y-114300000D03*
|
||||
X134620000Y-116840000D03*
|
||||
X134620000Y-119380000D03*
|
||||
X134620000Y-121920000D03*
|
||||
X134620000Y-124460000D03*
|
||||
X134620000Y-127000000D03*
|
||||
X134620000Y-129540000D03*
|
||||
X134620000Y-132080000D03*
|
||||
X170180000Y-71120000D03*
|
||||
X170180000Y-73660000D03*
|
||||
X170180000Y-76200000D03*
|
||||
X170180000Y-78740000D03*
|
||||
X170180000Y-81280000D03*
|
||||
X170180000Y-83820000D03*
|
||||
X170180000Y-86360000D03*
|
||||
X170180000Y-88900000D03*
|
||||
X170180000Y-91440000D03*
|
||||
X170180000Y-93980000D03*
|
||||
X170180000Y-96520000D03*
|
||||
X170180000Y-99060000D03*
|
||||
X170180000Y-101600000D03*
|
||||
X170180000Y-104140000D03*
|
||||
X170180000Y-106680000D03*
|
||||
X170180000Y-109220000D03*
|
||||
X170180000Y-111760000D03*
|
||||
X170180000Y-114300000D03*
|
||||
X170180000Y-116840000D03*
|
||||
X170180000Y-119380000D03*
|
||||
X170180000Y-121920000D03*
|
||||
X170180000Y-124460000D03*
|
||||
X170180000Y-127000000D03*
|
||||
X170180000Y-129540000D03*
|
||||
X170180000Y-132080000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,U2*%
|
||||
X147320000Y-55880000D03*
|
||||
D12*
|
||||
X149860000Y-55880000D03*
|
||||
X152400000Y-55880000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J3*%
|
||||
X180340000Y-124460000D03*
|
||||
X182880000Y-124460000D03*
|
||||
X185420000Y-124460000D03*
|
||||
X180340000Y-132080000D03*
|
||||
X182880000Y-132080000D03*
|
||||
X185420000Y-132080000D03*
|
||||
X180340000Y-129540000D03*
|
||||
X182880000Y-129540000D03*
|
||||
X185420000Y-129540000D03*
|
||||
X180340000Y-127000000D03*
|
||||
X182880000Y-127000000D03*
|
||||
X185420000Y-127000000D03*
|
||||
%TD*%
|
||||
%TO.C,J4*%
|
||||
X223520000Y-109220000D03*
|
||||
X223520000Y-99060000D03*
|
||||
X223520000Y-101600000D03*
|
||||
X223520000Y-104140000D03*
|
||||
X223520000Y-96520000D03*
|
||||
X223520000Y-93980000D03*
|
||||
X223520000Y-106680000D03*
|
||||
X223520000Y-91440000D03*
|
||||
%TD*%
|
||||
%TO.C,J6*%
|
||||
X220980000Y-55880000D03*
|
||||
X220980000Y-53340000D03*
|
||||
X220980000Y-60960000D03*
|
||||
X220980000Y-58420000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,U3*%
|
||||
X147320000Y-48260000D03*
|
||||
D12*
|
||||
X149860000Y-48260000D03*
|
||||
X152400000Y-48260000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,C3*%
|
||||
X139700000Y-50260000D03*
|
||||
D14*
|
||||
X139700000Y-48260000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,C2*%
|
||||
X160020000Y-55340000D03*
|
||||
D14*
|
||||
X160020000Y-53340000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J5*%
|
||||
X195580000Y-101600000D03*
|
||||
X182880000Y-106680000D03*
|
||||
X193040000Y-101600000D03*
|
||||
X185420000Y-101600000D03*
|
||||
X190500000Y-106680000D03*
|
||||
X182880000Y-101600000D03*
|
||||
X190500000Y-101600000D03*
|
||||
X185420000Y-106680000D03*
|
||||
X187960000Y-101600000D03*
|
||||
X187960000Y-106680000D03*
|
||||
X195580000Y-111760000D03*
|
||||
X200660000Y-111760000D03*
|
||||
X205740000Y-111760000D03*
|
||||
X210820000Y-111760000D03*
|
||||
X185420000Y-111760000D03*
|
||||
X190500000Y-111760000D03*
|
||||
X193040000Y-106680000D03*
|
||||
X213360000Y-106680000D03*
|
||||
X210820000Y-101600000D03*
|
||||
X203200000Y-101600000D03*
|
||||
X208280000Y-101600000D03*
|
||||
X200660000Y-101600000D03*
|
||||
X205740000Y-101600000D03*
|
||||
X198120000Y-101600000D03*
|
||||
X213360000Y-101600000D03*
|
||||
X215900000Y-101600000D03*
|
||||
X195580000Y-106680000D03*
|
||||
X215900000Y-106680000D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.C,J1*%
|
||||
X134620000Y-50800000D03*
|
||||
D16*
|
||||
X134620000Y-48260000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,C1*%
|
||||
X160020000Y-45720000D03*
|
||||
D14*
|
||||
X160020000Y-47720000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J7*%
|
||||
X177800000Y-55880000D03*
|
||||
X177800000Y-58420000D03*
|
||||
%TD*%
|
||||
%TO.C,U1*%
|
||||
X185420000Y-71120000D03*
|
||||
X185420000Y-73660000D03*
|
||||
X185420000Y-76200000D03*
|
||||
X185420000Y-78740000D03*
|
||||
X187960000Y-71120000D03*
|
||||
X187960000Y-73660000D03*
|
||||
X187960000Y-76200000D03*
|
||||
X187960000Y-78740000D03*
|
||||
X190500000Y-76200000D03*
|
||||
X193040000Y-76200000D03*
|
||||
X195580000Y-76200000D03*
|
||||
X198120000Y-76200000D03*
|
||||
X200660000Y-76200000D03*
|
||||
X203200000Y-76200000D03*
|
||||
X205740000Y-76200000D03*
|
||||
X208280000Y-76200000D03*
|
||||
X210820000Y-76200000D03*
|
||||
X213360000Y-71120000D03*
|
||||
X213360000Y-73660000D03*
|
||||
X213360000Y-76200000D03*
|
||||
X213360000Y-78740000D03*
|
||||
X215900000Y-71120000D03*
|
||||
X215900000Y-73660000D03*
|
||||
X215900000Y-76200000D03*
|
||||
X185420000Y-53340000D03*
|
||||
X187960000Y-53340000D03*
|
||||
X185420000Y-55880000D03*
|
||||
X187960000Y-55880000D03*
|
||||
X185420000Y-58420000D03*
|
||||
X187960000Y-58420000D03*
|
||||
X185420000Y-60960000D03*
|
||||
X187960000Y-60960000D03*
|
||||
X185420000Y-63500000D03*
|
||||
X187960000Y-63500000D03*
|
||||
X185420000Y-66040000D03*
|
||||
X187960000Y-66040000D03*
|
||||
X185420000Y-68580000D03*
|
||||
X187960000Y-68580000D03*
|
||||
X215900000Y-68580000D03*
|
||||
X213360000Y-68580000D03*
|
||||
X215900000Y-66040000D03*
|
||||
X213360000Y-66040000D03*
|
||||
X215900000Y-63500000D03*
|
||||
X213360000Y-63500000D03*
|
||||
X215900000Y-60960000D03*
|
||||
X213360000Y-60960000D03*
|
||||
X215900000Y-58420000D03*
|
||||
X213360000Y-58420000D03*
|
||||
X215900000Y-55880000D03*
|
||||
X213360000Y-55880000D03*
|
||||
X215900000Y-53340000D03*
|
||||
X213360000Y-53340000D03*
|
||||
X190500000Y-78740000D03*
|
||||
X193040000Y-78740000D03*
|
||||
X195580000Y-78740000D03*
|
||||
X198120000Y-78740000D03*
|
||||
X200660000Y-78740000D03*
|
||||
X203200000Y-78740000D03*
|
||||
X205740000Y-78740000D03*
|
||||
X208280000Y-78740000D03*
|
||||
X210820000Y-78740000D03*
|
||||
%TD*%
|
||||
M02*
|
@ -0,0 +1,15 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-01-16T02:40:29-05:00*%
|
||||
%TF.ProjectId,esp32-wroom-adapter,65737033-322d-4777-926f-6f6d2d616461,v1.10*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Paste,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-16 02:40:29*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
@ -0,0 +1,15 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-01-16T02:40:29-05:00*%
|
||||
%TF.ProjectId,esp32-wroom-adapter,65737033-322d-4777-926f-6f6d2d616461,v1.10*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Legend,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-16 02:40:29*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
@ -0,0 +1,23 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-01-16T02:40:30-05:00*%
|
||||
%TF.ProjectId,esp32-wroom-adapter,65737033-322d-4777-926f-6f6d2d616461,v1.10*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Profile,NP*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-16 02:40:30*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,Profile*%
|
||||
%ADD10C,0.100000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X131064000Y-43942000D02*
|
||||
X228600000Y-43942000D01*
|
||||
X228600000Y-141478000D01*
|
||||
X131064000Y-141478000D01*
|
||||
X131064000Y-43942000D01*
|
||||
M02*
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,577 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-01-16T02:40:29-05:00*%
|
||||
%TF.ProjectId,esp32-wroom-adapter,65737033-322d-4777-926f-6f6d2d616461,v1.10*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Top*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-16 02:40:29*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,1.524000*%
|
||||
%ADD11R,1.905000X2.000000*%
|
||||
%ADD12O,1.905000X2.000000*%
|
||||
%ADD13R,1.200000X1.200000*%
|
||||
%ADD14C,1.200000*%
|
||||
%ADD15R,1.700000X1.700000*%
|
||||
%ADD16O,1.700000X1.700000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,J2*%
|
||||
X190500000Y-124460000D03*
|
||||
X193040000Y-124460000D03*
|
||||
X195580000Y-124460000D03*
|
||||
X190500000Y-132080000D03*
|
||||
X193040000Y-132080000D03*
|
||||
X195580000Y-132080000D03*
|
||||
X190500000Y-129540000D03*
|
||||
X193040000Y-129540000D03*
|
||||
X195580000Y-129540000D03*
|
||||
X190500000Y-127000000D03*
|
||||
X193040000Y-127000000D03*
|
||||
X195580000Y-127000000D03*
|
||||
%TD*%
|
||||
%TO.C,BRD_25x1*%
|
||||
X139700000Y-73660000D03*
|
||||
X139700000Y-76200000D03*
|
||||
X139700000Y-78740000D03*
|
||||
X139700000Y-83820000D03*
|
||||
X139700000Y-86360000D03*
|
||||
X139700000Y-88900000D03*
|
||||
X139700000Y-91440000D03*
|
||||
X139700000Y-96520000D03*
|
||||
X139700000Y-99060000D03*
|
||||
X139700000Y-101600000D03*
|
||||
X139700000Y-104140000D03*
|
||||
X139700000Y-109220000D03*
|
||||
X139700000Y-111760000D03*
|
||||
X139700000Y-114300000D03*
|
||||
X139700000Y-116840000D03*
|
||||
X139700000Y-121920000D03*
|
||||
X139700000Y-124460000D03*
|
||||
X139700000Y-127000000D03*
|
||||
X139700000Y-129540000D03*
|
||||
X142240000Y-73660000D03*
|
||||
X142240000Y-76200000D03*
|
||||
X142240000Y-78740000D03*
|
||||
X142240000Y-83820000D03*
|
||||
X142240000Y-86360000D03*
|
||||
X142240000Y-88900000D03*
|
||||
X142240000Y-91440000D03*
|
||||
X142240000Y-96520000D03*
|
||||
X142240000Y-99060000D03*
|
||||
X142240000Y-101600000D03*
|
||||
X142240000Y-104140000D03*
|
||||
X142240000Y-109220000D03*
|
||||
X142240000Y-111760000D03*
|
||||
X142240000Y-114300000D03*
|
||||
X142240000Y-116840000D03*
|
||||
X142240000Y-121920000D03*
|
||||
X142240000Y-124460000D03*
|
||||
X142240000Y-127000000D03*
|
||||
X142240000Y-129540000D03*
|
||||
X144780000Y-73660000D03*
|
||||
X144780000Y-76200000D03*
|
||||
X144780000Y-78740000D03*
|
||||
X144780000Y-83820000D03*
|
||||
X144780000Y-86360000D03*
|
||||
X144780000Y-88900000D03*
|
||||
X144780000Y-91440000D03*
|
||||
X144780000Y-96520000D03*
|
||||
X144780000Y-99060000D03*
|
||||
X144780000Y-101600000D03*
|
||||
X144780000Y-104140000D03*
|
||||
X144780000Y-109220000D03*
|
||||
X144780000Y-111760000D03*
|
||||
X144780000Y-114300000D03*
|
||||
X144780000Y-116840000D03*
|
||||
X144780000Y-121920000D03*
|
||||
X144780000Y-124460000D03*
|
||||
X144780000Y-127000000D03*
|
||||
X144780000Y-129540000D03*
|
||||
X147320000Y-73660000D03*
|
||||
X147320000Y-76200000D03*
|
||||
X147320000Y-78740000D03*
|
||||
X147320000Y-83820000D03*
|
||||
X147320000Y-86360000D03*
|
||||
X147320000Y-88900000D03*
|
||||
X147320000Y-91440000D03*
|
||||
X147320000Y-96520000D03*
|
||||
X147320000Y-99060000D03*
|
||||
X147320000Y-101600000D03*
|
||||
X147320000Y-104140000D03*
|
||||
X147320000Y-109220000D03*
|
||||
X147320000Y-111760000D03*
|
||||
X147320000Y-114300000D03*
|
||||
X147320000Y-116840000D03*
|
||||
X147320000Y-121920000D03*
|
||||
X147320000Y-124460000D03*
|
||||
X147320000Y-127000000D03*
|
||||
X147320000Y-129540000D03*
|
||||
X149860000Y-73660000D03*
|
||||
X149860000Y-76200000D03*
|
||||
X149860000Y-78740000D03*
|
||||
X149860000Y-83820000D03*
|
||||
X149860000Y-86360000D03*
|
||||
X149860000Y-88900000D03*
|
||||
X149860000Y-91440000D03*
|
||||
X149860000Y-96520000D03*
|
||||
X149860000Y-99060000D03*
|
||||
X149860000Y-101600000D03*
|
||||
X149860000Y-104140000D03*
|
||||
X149860000Y-109220000D03*
|
||||
X149860000Y-111760000D03*
|
||||
X149860000Y-114300000D03*
|
||||
X149860000Y-116840000D03*
|
||||
X149860000Y-121920000D03*
|
||||
X149860000Y-124460000D03*
|
||||
X149860000Y-127000000D03*
|
||||
X149860000Y-129540000D03*
|
||||
X157480000Y-96520000D03*
|
||||
X157480000Y-99060000D03*
|
||||
X157480000Y-101600000D03*
|
||||
X157480000Y-104140000D03*
|
||||
X157480000Y-109220000D03*
|
||||
X157480000Y-111760000D03*
|
||||
X157480000Y-114300000D03*
|
||||
X157480000Y-116840000D03*
|
||||
X157480000Y-121920000D03*
|
||||
X157480000Y-124460000D03*
|
||||
X157480000Y-127000000D03*
|
||||
X157480000Y-129540000D03*
|
||||
X160020000Y-96520000D03*
|
||||
X160020000Y-99060000D03*
|
||||
X160020000Y-101600000D03*
|
||||
X160020000Y-104140000D03*
|
||||
X160020000Y-109220000D03*
|
||||
X160020000Y-111760000D03*
|
||||
X160020000Y-114300000D03*
|
||||
X160020000Y-116840000D03*
|
||||
X160020000Y-121920000D03*
|
||||
X160020000Y-124460000D03*
|
||||
X160020000Y-127000000D03*
|
||||
X160020000Y-129540000D03*
|
||||
X162560000Y-96520000D03*
|
||||
X162560000Y-99060000D03*
|
||||
X162560000Y-101600000D03*
|
||||
X162560000Y-104140000D03*
|
||||
X162560000Y-109220000D03*
|
||||
X162560000Y-111760000D03*
|
||||
X162560000Y-114300000D03*
|
||||
X162560000Y-116840000D03*
|
||||
X162560000Y-121920000D03*
|
||||
X162560000Y-124460000D03*
|
||||
X162560000Y-127000000D03*
|
||||
X162560000Y-129540000D03*
|
||||
X165100000Y-96520000D03*
|
||||
X165100000Y-99060000D03*
|
||||
X165100000Y-101600000D03*
|
||||
X165100000Y-104140000D03*
|
||||
X165100000Y-109220000D03*
|
||||
X165100000Y-111760000D03*
|
||||
X165100000Y-114300000D03*
|
||||
X165100000Y-116840000D03*
|
||||
X165100000Y-121920000D03*
|
||||
X165100000Y-124460000D03*
|
||||
X165100000Y-127000000D03*
|
||||
X165100000Y-129540000D03*
|
||||
X167640000Y-96520000D03*
|
||||
X167640000Y-99060000D03*
|
||||
X167640000Y-101600000D03*
|
||||
X167640000Y-104140000D03*
|
||||
X167640000Y-109220000D03*
|
||||
X167640000Y-111760000D03*
|
||||
X167640000Y-114300000D03*
|
||||
X167640000Y-116840000D03*
|
||||
X167640000Y-121920000D03*
|
||||
X167640000Y-124460000D03*
|
||||
X167640000Y-127000000D03*
|
||||
X167640000Y-129540000D03*
|
||||
X157480000Y-71120000D03*
|
||||
X160020000Y-71120000D03*
|
||||
X162560000Y-71120000D03*
|
||||
X165100000Y-71120000D03*
|
||||
X167640000Y-71120000D03*
|
||||
X157480000Y-73660000D03*
|
||||
X160020000Y-73660000D03*
|
||||
X162560000Y-73660000D03*
|
||||
X165100000Y-73660000D03*
|
||||
X167640000Y-73660000D03*
|
||||
X157480000Y-76200000D03*
|
||||
X160020000Y-76200000D03*
|
||||
X162560000Y-76200000D03*
|
||||
X165100000Y-76200000D03*
|
||||
X167640000Y-76200000D03*
|
||||
X157480000Y-66040000D03*
|
||||
X160020000Y-66040000D03*
|
||||
X162560000Y-66040000D03*
|
||||
X165100000Y-66040000D03*
|
||||
X167640000Y-66040000D03*
|
||||
X157480000Y-78740000D03*
|
||||
X160020000Y-78740000D03*
|
||||
X162560000Y-78740000D03*
|
||||
X165100000Y-78740000D03*
|
||||
X167640000Y-78740000D03*
|
||||
X157480000Y-81280000D03*
|
||||
X160020000Y-81280000D03*
|
||||
X162560000Y-81280000D03*
|
||||
X165100000Y-81280000D03*
|
||||
X167640000Y-81280000D03*
|
||||
X139700000Y-66040000D03*
|
||||
X142240000Y-66040000D03*
|
||||
X144780000Y-66040000D03*
|
||||
X147320000Y-66040000D03*
|
||||
X149860000Y-66040000D03*
|
||||
X157480000Y-83820000D03*
|
||||
X160020000Y-83820000D03*
|
||||
X162560000Y-83820000D03*
|
||||
X165100000Y-83820000D03*
|
||||
X167640000Y-83820000D03*
|
||||
X157480000Y-86360000D03*
|
||||
X160020000Y-86360000D03*
|
||||
X162560000Y-86360000D03*
|
||||
X165100000Y-86360000D03*
|
||||
X167640000Y-86360000D03*
|
||||
X157480000Y-88900000D03*
|
||||
X160020000Y-88900000D03*
|
||||
X162560000Y-88900000D03*
|
||||
X165100000Y-88900000D03*
|
||||
X167640000Y-88900000D03*
|
||||
X157480000Y-91440000D03*
|
||||
X160020000Y-91440000D03*
|
||||
X162560000Y-91440000D03*
|
||||
X165100000Y-91440000D03*
|
||||
X167640000Y-91440000D03*
|
||||
X157480000Y-93980000D03*
|
||||
X160020000Y-93980000D03*
|
||||
X162560000Y-93980000D03*
|
||||
X165100000Y-93980000D03*
|
||||
X167640000Y-93980000D03*
|
||||
X157480000Y-106680000D03*
|
||||
X160020000Y-106680000D03*
|
||||
X162560000Y-106680000D03*
|
||||
X165100000Y-106680000D03*
|
||||
X167640000Y-106680000D03*
|
||||
X157480000Y-119380000D03*
|
||||
X160020000Y-119380000D03*
|
||||
X162560000Y-119380000D03*
|
||||
X165100000Y-119380000D03*
|
||||
X167640000Y-119380000D03*
|
||||
X157480000Y-132080000D03*
|
||||
X160020000Y-132080000D03*
|
||||
X162560000Y-132080000D03*
|
||||
X165100000Y-132080000D03*
|
||||
X167640000Y-132080000D03*
|
||||
X139700000Y-71120000D03*
|
||||
X142240000Y-71120000D03*
|
||||
X144780000Y-71120000D03*
|
||||
X147320000Y-71120000D03*
|
||||
X149860000Y-71120000D03*
|
||||
X139700000Y-81280000D03*
|
||||
X142240000Y-81280000D03*
|
||||
X144780000Y-81280000D03*
|
||||
X147320000Y-81280000D03*
|
||||
X149860000Y-81280000D03*
|
||||
X139700000Y-93980000D03*
|
||||
X142240000Y-93980000D03*
|
||||
X144780000Y-93980000D03*
|
||||
X147320000Y-93980000D03*
|
||||
X149860000Y-93980000D03*
|
||||
X139700000Y-106680000D03*
|
||||
X142240000Y-106680000D03*
|
||||
X144780000Y-106680000D03*
|
||||
X147320000Y-106680000D03*
|
||||
X149860000Y-106680000D03*
|
||||
X139700000Y-119380000D03*
|
||||
X142240000Y-119380000D03*
|
||||
X144780000Y-119380000D03*
|
||||
X147320000Y-119380000D03*
|
||||
X149860000Y-119380000D03*
|
||||
X139700000Y-132080000D03*
|
||||
X142240000Y-132080000D03*
|
||||
X144780000Y-132080000D03*
|
||||
X147320000Y-132080000D03*
|
||||
X149860000Y-132080000D03*
|
||||
X137160000Y-71120000D03*
|
||||
X137160000Y-73660000D03*
|
||||
X137160000Y-76200000D03*
|
||||
X137160000Y-78740000D03*
|
||||
X137160000Y-81280000D03*
|
||||
X137160000Y-83820000D03*
|
||||
X137160000Y-86360000D03*
|
||||
X137160000Y-88900000D03*
|
||||
X137160000Y-91440000D03*
|
||||
X137160000Y-93980000D03*
|
||||
X137160000Y-96520000D03*
|
||||
X137160000Y-99060000D03*
|
||||
X137160000Y-101600000D03*
|
||||
X137160000Y-104140000D03*
|
||||
X137160000Y-106680000D03*
|
||||
X137160000Y-109220000D03*
|
||||
X137160000Y-111760000D03*
|
||||
X137160000Y-114300000D03*
|
||||
X137160000Y-116840000D03*
|
||||
X137160000Y-119380000D03*
|
||||
X137160000Y-121920000D03*
|
||||
X137160000Y-124460000D03*
|
||||
X137160000Y-127000000D03*
|
||||
X137160000Y-129540000D03*
|
||||
X137160000Y-132080000D03*
|
||||
X139700000Y-63500000D03*
|
||||
X142240000Y-63500000D03*
|
||||
X144780000Y-63500000D03*
|
||||
X147320000Y-63500000D03*
|
||||
X149860000Y-63500000D03*
|
||||
X157480000Y-63500000D03*
|
||||
X160020000Y-63500000D03*
|
||||
X162560000Y-63500000D03*
|
||||
X165100000Y-63500000D03*
|
||||
X167640000Y-63500000D03*
|
||||
X172720000Y-71120000D03*
|
||||
X172720000Y-73660000D03*
|
||||
X172720000Y-76200000D03*
|
||||
X172720000Y-78740000D03*
|
||||
X172720000Y-81280000D03*
|
||||
X172720000Y-83820000D03*
|
||||
X172720000Y-86360000D03*
|
||||
X172720000Y-88900000D03*
|
||||
X172720000Y-91440000D03*
|
||||
X172720000Y-93980000D03*
|
||||
X172720000Y-96520000D03*
|
||||
X172720000Y-99060000D03*
|
||||
X172720000Y-101600000D03*
|
||||
X172720000Y-104140000D03*
|
||||
X172720000Y-106680000D03*
|
||||
X172720000Y-109220000D03*
|
||||
X172720000Y-111760000D03*
|
||||
X172720000Y-114300000D03*
|
||||
X172720000Y-116840000D03*
|
||||
X172720000Y-119380000D03*
|
||||
X172720000Y-121920000D03*
|
||||
X172720000Y-124460000D03*
|
||||
X172720000Y-127000000D03*
|
||||
X172720000Y-129540000D03*
|
||||
X172720000Y-132080000D03*
|
||||
X134620000Y-71120000D03*
|
||||
X134620000Y-73660000D03*
|
||||
X134620000Y-76200000D03*
|
||||
X134620000Y-78740000D03*
|
||||
X134620000Y-81280000D03*
|
||||
X134620000Y-83820000D03*
|
||||
X134620000Y-86360000D03*
|
||||
X134620000Y-88900000D03*
|
||||
X134620000Y-91440000D03*
|
||||
X134620000Y-93980000D03*
|
||||
X134620000Y-96520000D03*
|
||||
X134620000Y-99060000D03*
|
||||
X134620000Y-101600000D03*
|
||||
X134620000Y-104140000D03*
|
||||
X134620000Y-106680000D03*
|
||||
X134620000Y-109220000D03*
|
||||
X134620000Y-111760000D03*
|
||||
X134620000Y-114300000D03*
|
||||
X134620000Y-116840000D03*
|
||||
X134620000Y-119380000D03*
|
||||
X134620000Y-121920000D03*
|
||||
X134620000Y-124460000D03*
|
||||
X134620000Y-127000000D03*
|
||||
X134620000Y-129540000D03*
|
||||
X134620000Y-132080000D03*
|
||||
X170180000Y-71120000D03*
|
||||
X170180000Y-73660000D03*
|
||||
X170180000Y-76200000D03*
|
||||
X170180000Y-78740000D03*
|
||||
X170180000Y-81280000D03*
|
||||
X170180000Y-83820000D03*
|
||||
X170180000Y-86360000D03*
|
||||
X170180000Y-88900000D03*
|
||||
X170180000Y-91440000D03*
|
||||
X170180000Y-93980000D03*
|
||||
X170180000Y-96520000D03*
|
||||
X170180000Y-99060000D03*
|
||||
X170180000Y-101600000D03*
|
||||
X170180000Y-104140000D03*
|
||||
X170180000Y-106680000D03*
|
||||
X170180000Y-109220000D03*
|
||||
X170180000Y-111760000D03*
|
||||
X170180000Y-114300000D03*
|
||||
X170180000Y-116840000D03*
|
||||
X170180000Y-119380000D03*
|
||||
X170180000Y-121920000D03*
|
||||
X170180000Y-124460000D03*
|
||||
X170180000Y-127000000D03*
|
||||
X170180000Y-129540000D03*
|
||||
X170180000Y-132080000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,U2*%
|
||||
X147320000Y-55880000D03*
|
||||
D12*
|
||||
X149860000Y-55880000D03*
|
||||
X152400000Y-55880000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J3*%
|
||||
X180340000Y-124460000D03*
|
||||
X182880000Y-124460000D03*
|
||||
X185420000Y-124460000D03*
|
||||
X180340000Y-132080000D03*
|
||||
X182880000Y-132080000D03*
|
||||
X185420000Y-132080000D03*
|
||||
X180340000Y-129540000D03*
|
||||
X182880000Y-129540000D03*
|
||||
X185420000Y-129540000D03*
|
||||
X180340000Y-127000000D03*
|
||||
X182880000Y-127000000D03*
|
||||
X185420000Y-127000000D03*
|
||||
%TD*%
|
||||
%TO.C,J4*%
|
||||
X223520000Y-109220000D03*
|
||||
X223520000Y-99060000D03*
|
||||
X223520000Y-101600000D03*
|
||||
X223520000Y-104140000D03*
|
||||
X223520000Y-96520000D03*
|
||||
X223520000Y-93980000D03*
|
||||
X223520000Y-106680000D03*
|
||||
X223520000Y-91440000D03*
|
||||
%TD*%
|
||||
%TO.C,J6*%
|
||||
X220980000Y-55880000D03*
|
||||
X220980000Y-53340000D03*
|
||||
X220980000Y-60960000D03*
|
||||
X220980000Y-58420000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,U3*%
|
||||
X147320000Y-48260000D03*
|
||||
D12*
|
||||
X149860000Y-48260000D03*
|
||||
X152400000Y-48260000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,C3*%
|
||||
X139700000Y-50260000D03*
|
||||
D14*
|
||||
X139700000Y-48260000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,C2*%
|
||||
X160020000Y-55340000D03*
|
||||
D14*
|
||||
X160020000Y-53340000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J5*%
|
||||
X195580000Y-101600000D03*
|
||||
X182880000Y-106680000D03*
|
||||
X193040000Y-101600000D03*
|
||||
X185420000Y-101600000D03*
|
||||
X190500000Y-106680000D03*
|
||||
X182880000Y-101600000D03*
|
||||
X190500000Y-101600000D03*
|
||||
X185420000Y-106680000D03*
|
||||
X187960000Y-101600000D03*
|
||||
X187960000Y-106680000D03*
|
||||
X195580000Y-111760000D03*
|
||||
X200660000Y-111760000D03*
|
||||
X205740000Y-111760000D03*
|
||||
X210820000Y-111760000D03*
|
||||
X185420000Y-111760000D03*
|
||||
X190500000Y-111760000D03*
|
||||
X193040000Y-106680000D03*
|
||||
X213360000Y-106680000D03*
|
||||
X210820000Y-101600000D03*
|
||||
X203200000Y-101600000D03*
|
||||
X208280000Y-101600000D03*
|
||||
X200660000Y-101600000D03*
|
||||
X205740000Y-101600000D03*
|
||||
X198120000Y-101600000D03*
|
||||
X213360000Y-101600000D03*
|
||||
X215900000Y-101600000D03*
|
||||
X195580000Y-106680000D03*
|
||||
X215900000Y-106680000D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.C,J1*%
|
||||
X134620000Y-50800000D03*
|
||||
D16*
|
||||
X134620000Y-48260000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,C1*%
|
||||
X160020000Y-45720000D03*
|
||||
D14*
|
||||
X160020000Y-47720000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J7*%
|
||||
X177800000Y-55880000D03*
|
||||
X177800000Y-58420000D03*
|
||||
%TD*%
|
||||
%TO.C,U1*%
|
||||
X185420000Y-71120000D03*
|
||||
X185420000Y-73660000D03*
|
||||
X185420000Y-76200000D03*
|
||||
X185420000Y-78740000D03*
|
||||
X187960000Y-71120000D03*
|
||||
X187960000Y-73660000D03*
|
||||
X187960000Y-76200000D03*
|
||||
X187960000Y-78740000D03*
|
||||
X190500000Y-76200000D03*
|
||||
X193040000Y-76200000D03*
|
||||
X195580000Y-76200000D03*
|
||||
X198120000Y-76200000D03*
|
||||
X200660000Y-76200000D03*
|
||||
X203200000Y-76200000D03*
|
||||
X205740000Y-76200000D03*
|
||||
X208280000Y-76200000D03*
|
||||
X210820000Y-76200000D03*
|
||||
X213360000Y-71120000D03*
|
||||
X213360000Y-73660000D03*
|
||||
X213360000Y-76200000D03*
|
||||
X213360000Y-78740000D03*
|
||||
X215900000Y-71120000D03*
|
||||
X215900000Y-73660000D03*
|
||||
X215900000Y-76200000D03*
|
||||
X185420000Y-53340000D03*
|
||||
X187960000Y-53340000D03*
|
||||
X185420000Y-55880000D03*
|
||||
X187960000Y-55880000D03*
|
||||
X185420000Y-58420000D03*
|
||||
X187960000Y-58420000D03*
|
||||
X185420000Y-60960000D03*
|
||||
X187960000Y-60960000D03*
|
||||
X185420000Y-63500000D03*
|
||||
X187960000Y-63500000D03*
|
||||
X185420000Y-66040000D03*
|
||||
X187960000Y-66040000D03*
|
||||
X185420000Y-68580000D03*
|
||||
X187960000Y-68580000D03*
|
||||
X215900000Y-68580000D03*
|
||||
X213360000Y-68580000D03*
|
||||
X215900000Y-66040000D03*
|
||||
X213360000Y-66040000D03*
|
||||
X215900000Y-63500000D03*
|
||||
X213360000Y-63500000D03*
|
||||
X215900000Y-60960000D03*
|
||||
X213360000Y-60960000D03*
|
||||
X215900000Y-58420000D03*
|
||||
X213360000Y-58420000D03*
|
||||
X215900000Y-55880000D03*
|
||||
X213360000Y-55880000D03*
|
||||
X215900000Y-53340000D03*
|
||||
X213360000Y-53340000D03*
|
||||
X190500000Y-78740000D03*
|
||||
X193040000Y-78740000D03*
|
||||
X195580000Y-78740000D03*
|
||||
X198120000Y-78740000D03*
|
||||
X200660000Y-78740000D03*
|
||||
X203200000Y-78740000D03*
|
||||
X205740000Y-78740000D03*
|
||||
X208280000Y-78740000D03*
|
||||
X210820000Y-78740000D03*
|
||||
%TD*%
|
||||
M02*
|
@ -0,0 +1,15 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-01-16T02:40:29-05:00*%
|
||||
%TF.ProjectId,esp32-wroom-adapter,65737033-322d-4777-926f-6f6d2d616461,v1.10*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Paste,Top*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-16 02:40:29*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,120 @@
|
||||
{
|
||||
"Header": {
|
||||
"GenerationSoftware": {
|
||||
"Vendor": "KiCad",
|
||||
"Application": "Pcbnew",
|
||||
"Version": "7.0.10"
|
||||
},
|
||||
"CreationDate": "2024-01-16T02:40:30-05:00"
|
||||
},
|
||||
"GeneralSpecs": {
|
||||
"ProjectId": {
|
||||
"Name": "esp32-wroom-adapter",
|
||||
"GUID": "65737033-322d-4777-926f-6f6d2d616461",
|
||||
"Revision": "v1.10"
|
||||
},
|
||||
"Size": {
|
||||
"X": 97.636,
|
||||
"Y": 97.636
|
||||
},
|
||||
"LayerNumber": 2,
|
||||
"BoardThickness": 1.6,
|
||||
"Finish": "None"
|
||||
},
|
||||
"DesignRules": [
|
||||
{
|
||||
"Layers": "Outer",
|
||||
"PadToPad": 0.127,
|
||||
"PadToTrack": 0.127,
|
||||
"TrackToTrack": 0.2,
|
||||
"MinLineWidth": 0.25
|
||||
}
|
||||
],
|
||||
"FilesAttributes": [
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-F_Cu.gbr",
|
||||
"FileFunction": "Copper,L1,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-B_Cu.gbr",
|
||||
"FileFunction": "Copper,L2,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-F_Paste.gbr",
|
||||
"FileFunction": "SolderPaste,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-B_Paste.gbr",
|
||||
"FileFunction": "SolderPaste,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-F_Silkscreen.gbr",
|
||||
"FileFunction": "Legend,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-B_Silkscreen.gbr",
|
||||
"FileFunction": "Legend,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-F_Mask.gbr",
|
||||
"FileFunction": "SolderMask,Top",
|
||||
"FilePolarity": "Negative"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-B_Mask.gbr",
|
||||
"FileFunction": "SolderMask,Bot",
|
||||
"FilePolarity": "Negative"
|
||||
},
|
||||
{
|
||||
"Path": "esp32-wroom-adapter-Edge_Cuts.gbr",
|
||||
"FileFunction": "Profile",
|
||||
"FilePolarity": "Positive"
|
||||
}
|
||||
],
|
||||
"MaterialStackup": [
|
||||
{
|
||||
"Type": "Legend",
|
||||
"Name": "Top Silk Screen"
|
||||
},
|
||||
{
|
||||
"Type": "SolderPaste",
|
||||
"Name": "Top Solder Paste"
|
||||
},
|
||||
{
|
||||
"Type": "SolderMask",
|
||||
"Name": "Top Solder Mask"
|
||||
},
|
||||
{
|
||||
"Type": "Copper",
|
||||
"Name": "F.Cu"
|
||||
},
|
||||
{
|
||||
"Type": "Dielectric",
|
||||
"Material": "FR4",
|
||||
"Name": "F.Cu/B.Cu",
|
||||
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
|
||||
},
|
||||
{
|
||||
"Type": "Copper",
|
||||
"Name": "B.Cu"
|
||||
},
|
||||
{
|
||||
"Type": "SolderMask",
|
||||
"Name": "Bottom Solder Mask"
|
||||
},
|
||||
{
|
||||
"Type": "SolderPaste",
|
||||
"Name": "Bottom Solder Paste"
|
||||
},
|
||||
{
|
||||
"Type": "Legend",
|
||||
"Name": "Bottom Silk Screen"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,542 @@
|
||||
M48
|
||||
; DRILL file {KiCad 7.0.10} date Tue Jan 16 02:40:33 2024
|
||||
; FORMAT={-:-/ absolute / inch / decimal}
|
||||
; #@! TF.CreationDate,2024-01-16T02:40:33-05:00
|
||||
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.10
|
||||
; #@! TF.FileFunction,MixedPlating,1,2
|
||||
FMAT,2
|
||||
INCH
|
||||
; #@! TA.AperFunction,Plated,PTH,ViaDrill
|
||||
T1C0.0157
|
||||
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
|
||||
T2C0.0236
|
||||
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
|
||||
T3C0.0300
|
||||
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
|
||||
T4C0.0394
|
||||
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
|
||||
T5C0.0433
|
||||
%
|
||||
G90
|
||||
G05
|
||||
T1
|
||||
X8.1428Y-3.4
|
||||
X8.2Y-3.5
|
||||
X8.7Y-2.6
|
||||
X8.7Y-2.7
|
||||
T2
|
||||
X5.5Y-1.9
|
||||
X5.5Y-1.9787
|
||||
X6.3Y-1.8
|
||||
X6.3Y-1.8787
|
||||
X6.3Y-2.1
|
||||
X6.3Y-2.1787
|
||||
T3
|
||||
X5.3Y-2.8
|
||||
X5.3Y-2.9
|
||||
X5.3Y-3.0
|
||||
X5.3Y-3.1
|
||||
X5.3Y-3.2
|
||||
X5.3Y-3.3
|
||||
X5.3Y-3.4
|
||||
X5.3Y-3.5
|
||||
X5.3Y-3.6
|
||||
X5.3Y-3.7
|
||||
X5.3Y-3.8
|
||||
X5.3Y-3.9
|
||||
X5.3Y-4.0
|
||||
X5.3Y-4.1
|
||||
X5.3Y-4.2
|
||||
X5.3Y-4.3
|
||||
X5.3Y-4.4
|
||||
X5.3Y-4.5
|
||||
X5.3Y-4.6
|
||||
X5.3Y-4.7
|
||||
X5.3Y-4.8
|
||||
X5.3Y-4.9
|
||||
X5.3Y-5.0
|
||||
X5.3Y-5.1
|
||||
X5.3Y-5.2
|
||||
X5.4Y-2.8
|
||||
X5.4Y-2.9
|
||||
X5.4Y-3.0
|
||||
X5.4Y-3.1
|
||||
X5.4Y-3.2
|
||||
X5.4Y-3.3
|
||||
X5.4Y-3.4
|
||||
X5.4Y-3.5
|
||||
X5.4Y-3.6
|
||||
X5.4Y-3.7
|
||||
X5.4Y-3.8
|
||||
X5.4Y-3.9
|
||||
X5.4Y-4.0
|
||||
X5.4Y-4.1
|
||||
X5.4Y-4.2
|
||||
X5.4Y-4.3
|
||||
X5.4Y-4.4
|
||||
X5.4Y-4.5
|
||||
X5.4Y-4.6
|
||||
X5.4Y-4.7
|
||||
X5.4Y-4.8
|
||||
X5.4Y-4.9
|
||||
X5.4Y-5.0
|
||||
X5.4Y-5.1
|
||||
X5.4Y-5.2
|
||||
X5.5Y-2.5
|
||||
X5.5Y-2.6
|
||||
X5.5Y-2.8
|
||||
X5.5Y-2.9
|
||||
X5.5Y-3.0
|
||||
X5.5Y-3.1
|
||||
X5.5Y-3.2
|
||||
X5.5Y-3.3
|
||||
X5.5Y-3.4
|
||||
X5.5Y-3.5
|
||||
X5.5Y-3.6
|
||||
X5.5Y-3.7
|
||||
X5.5Y-3.8
|
||||
X5.5Y-3.9
|
||||
X5.5Y-4.0
|
||||
X5.5Y-4.1
|
||||
X5.5Y-4.2
|
||||
X5.5Y-4.3
|
||||
X5.5Y-4.4
|
||||
X5.5Y-4.5
|
||||
X5.5Y-4.6
|
||||
X5.5Y-4.7
|
||||
X5.5Y-4.8
|
||||
X5.5Y-4.9
|
||||
X5.5Y-5.0
|
||||
X5.5Y-5.1
|
||||
X5.5Y-5.2
|
||||
X5.6Y-2.5
|
||||
X5.6Y-2.6
|
||||
X5.6Y-2.8
|
||||
X5.6Y-2.9
|
||||
X5.6Y-3.0
|
||||
X5.6Y-3.1
|
||||
X5.6Y-3.2
|
||||
X5.6Y-3.3
|
||||
X5.6Y-3.4
|
||||
X5.6Y-3.5
|
||||
X5.6Y-3.6
|
||||
X5.6Y-3.7
|
||||
X5.6Y-3.8
|
||||
X5.6Y-3.9
|
||||
X5.6Y-4.0
|
||||
X5.6Y-4.1
|
||||
X5.6Y-4.2
|
||||
X5.6Y-4.3
|
||||
X5.6Y-4.4
|
||||
X5.6Y-4.5
|
||||
X5.6Y-4.6
|
||||
X5.6Y-4.7
|
||||
X5.6Y-4.8
|
||||
X5.6Y-4.9
|
||||
X5.6Y-5.0
|
||||
X5.6Y-5.1
|
||||
X5.6Y-5.2
|
||||
X5.7Y-2.5
|
||||
X5.7Y-2.6
|
||||
X5.7Y-2.8
|
||||
X5.7Y-2.9
|
||||
X5.7Y-3.0
|
||||
X5.7Y-3.1
|
||||
X5.7Y-3.2
|
||||
X5.7Y-3.3
|
||||
X5.7Y-3.4
|
||||
X5.7Y-3.5
|
||||
X5.7Y-3.6
|
||||
X5.7Y-3.7
|
||||
X5.7Y-3.8
|
||||
X5.7Y-3.9
|
||||
X5.7Y-4.0
|
||||
X5.7Y-4.1
|
||||
X5.7Y-4.2
|
||||
X5.7Y-4.3
|
||||
X5.7Y-4.4
|
||||
X5.7Y-4.5
|
||||
X5.7Y-4.6
|
||||
X5.7Y-4.7
|
||||
X5.7Y-4.8
|
||||
X5.7Y-4.9
|
||||
X5.7Y-5.0
|
||||
X5.7Y-5.1
|
||||
X5.7Y-5.2
|
||||
X5.8Y-2.5
|
||||
X5.8Y-2.6
|
||||
X5.8Y-2.8
|
||||
X5.8Y-2.9
|
||||
X5.8Y-3.0
|
||||
X5.8Y-3.1
|
||||
X5.8Y-3.2
|
||||
X5.8Y-3.3
|
||||
X5.8Y-3.4
|
||||
X5.8Y-3.5
|
||||
X5.8Y-3.6
|
||||
X5.8Y-3.7
|
||||
X5.8Y-3.8
|
||||
X5.8Y-3.9
|
||||
X5.8Y-4.0
|
||||
X5.8Y-4.1
|
||||
X5.8Y-4.2
|
||||
X5.8Y-4.3
|
||||
X5.8Y-4.4
|
||||
X5.8Y-4.5
|
||||
X5.8Y-4.6
|
||||
X5.8Y-4.7
|
||||
X5.8Y-4.8
|
||||
X5.8Y-4.9
|
||||
X5.8Y-5.0
|
||||
X5.8Y-5.1
|
||||
X5.8Y-5.2
|
||||
X5.9Y-2.5
|
||||
X5.9Y-2.6
|
||||
X5.9Y-2.8
|
||||
X5.9Y-2.9
|
||||
X5.9Y-3.0
|
||||
X5.9Y-3.1
|
||||
X5.9Y-3.2
|
||||
X5.9Y-3.3
|
||||
X5.9Y-3.4
|
||||
X5.9Y-3.5
|
||||
X5.9Y-3.6
|
||||
X5.9Y-3.7
|
||||
X5.9Y-3.8
|
||||
X5.9Y-3.9
|
||||
X5.9Y-4.0
|
||||
X5.9Y-4.1
|
||||
X5.9Y-4.2
|
||||
X5.9Y-4.3
|
||||
X5.9Y-4.4
|
||||
X5.9Y-4.5
|
||||
X5.9Y-4.6
|
||||
X5.9Y-4.7
|
||||
X5.9Y-4.8
|
||||
X5.9Y-4.9
|
||||
X5.9Y-5.0
|
||||
X5.9Y-5.1
|
||||
X5.9Y-5.2
|
||||
X6.2Y-2.5
|
||||
X6.2Y-2.6
|
||||
X6.2Y-2.8
|
||||
X6.2Y-2.9
|
||||
X6.2Y-3.0
|
||||
X6.2Y-3.1
|
||||
X6.2Y-3.2
|
||||
X6.2Y-3.3
|
||||
X6.2Y-3.4
|
||||
X6.2Y-3.5
|
||||
X6.2Y-3.6
|
||||
X6.2Y-3.7
|
||||
X6.2Y-3.8
|
||||
X6.2Y-3.9
|
||||
X6.2Y-4.0
|
||||
X6.2Y-4.1
|
||||
X6.2Y-4.2
|
||||
X6.2Y-4.3
|
||||
X6.2Y-4.4
|
||||
X6.2Y-4.5
|
||||
X6.2Y-4.6
|
||||
X6.2Y-4.7
|
||||
X6.2Y-4.8
|
||||
X6.2Y-4.9
|
||||
X6.2Y-5.0
|
||||
X6.2Y-5.1
|
||||
X6.2Y-5.2
|
||||
X6.3Y-2.5
|
||||
X6.3Y-2.6
|
||||
X6.3Y-2.8
|
||||
X6.3Y-2.9
|
||||
X6.3Y-3.0
|
||||
X6.3Y-3.1
|
||||
X6.3Y-3.2
|
||||
X6.3Y-3.3
|
||||
X6.3Y-3.4
|
||||
X6.3Y-3.5
|
||||
X6.3Y-3.6
|
||||
X6.3Y-3.7
|
||||
X6.3Y-3.8
|
||||
X6.3Y-3.9
|
||||
X6.3Y-4.0
|
||||
X6.3Y-4.1
|
||||
X6.3Y-4.2
|
||||
X6.3Y-4.3
|
||||
X6.3Y-4.4
|
||||
X6.3Y-4.5
|
||||
X6.3Y-4.6
|
||||
X6.3Y-4.7
|
||||
X6.3Y-4.8
|
||||
X6.3Y-4.9
|
||||
X6.3Y-5.0
|
||||
X6.3Y-5.1
|
||||
X6.3Y-5.2
|
||||
X6.4Y-2.5
|
||||
X6.4Y-2.6
|
||||
X6.4Y-2.8
|
||||
X6.4Y-2.9
|
||||
X6.4Y-3.0
|
||||
X6.4Y-3.1
|
||||
X6.4Y-3.2
|
||||
X6.4Y-3.3
|
||||
X6.4Y-3.4
|
||||
X6.4Y-3.5
|
||||
X6.4Y-3.6
|
||||
X6.4Y-3.7
|
||||
X6.4Y-3.8
|
||||
X6.4Y-3.9
|
||||
X6.4Y-4.0
|
||||
X6.4Y-4.1
|
||||
X6.4Y-4.2
|
||||
X6.4Y-4.3
|
||||
X6.4Y-4.4
|
||||
X6.4Y-4.5
|
||||
X6.4Y-4.6
|
||||
X6.4Y-4.7
|
||||
X6.4Y-4.8
|
||||
X6.4Y-4.9
|
||||
X6.4Y-5.0
|
||||
X6.4Y-5.1
|
||||
X6.4Y-5.2
|
||||
X6.5Y-2.5
|
||||
X6.5Y-2.6
|
||||
X6.5Y-2.8
|
||||
X6.5Y-2.9
|
||||
X6.5Y-3.0
|
||||
X6.5Y-3.1
|
||||
X6.5Y-3.2
|
||||
X6.5Y-3.3
|
||||
X6.5Y-3.4
|
||||
X6.5Y-3.5
|
||||
X6.5Y-3.6
|
||||
X6.5Y-3.7
|
||||
X6.5Y-3.8
|
||||
X6.5Y-3.9
|
||||
X6.5Y-4.0
|
||||
X6.5Y-4.1
|
||||
X6.5Y-4.2
|
||||
X6.5Y-4.3
|
||||
X6.5Y-4.4
|
||||
X6.5Y-4.5
|
||||
X6.5Y-4.6
|
||||
X6.5Y-4.7
|
||||
X6.5Y-4.8
|
||||
X6.5Y-4.9
|
||||
X6.5Y-5.0
|
||||
X6.5Y-5.1
|
||||
X6.5Y-5.2
|
||||
X6.6Y-2.5
|
||||
X6.6Y-2.6
|
||||
X6.6Y-2.8
|
||||
X6.6Y-2.9
|
||||
X6.6Y-3.0
|
||||
X6.6Y-3.1
|
||||
X6.6Y-3.2
|
||||
X6.6Y-3.3
|
||||
X6.6Y-3.4
|
||||
X6.6Y-3.5
|
||||
X6.6Y-3.6
|
||||
X6.6Y-3.7
|
||||
X6.6Y-3.8
|
||||
X6.6Y-3.9
|
||||
X6.6Y-4.0
|
||||
X6.6Y-4.1
|
||||
X6.6Y-4.2
|
||||
X6.6Y-4.3
|
||||
X6.6Y-4.4
|
||||
X6.6Y-4.5
|
||||
X6.6Y-4.6
|
||||
X6.6Y-4.7
|
||||
X6.6Y-4.8
|
||||
X6.6Y-4.9
|
||||
X6.6Y-5.0
|
||||
X6.6Y-5.1
|
||||
X6.6Y-5.2
|
||||
X6.7Y-2.8
|
||||
X6.7Y-2.9
|
||||
X6.7Y-3.0
|
||||
X6.7Y-3.1
|
||||
X6.7Y-3.2
|
||||
X6.7Y-3.3
|
||||
X6.7Y-3.4
|
||||
X6.7Y-3.5
|
||||
X6.7Y-3.6
|
||||
X6.7Y-3.7
|
||||
X6.7Y-3.8
|
||||
X6.7Y-3.9
|
||||
X6.7Y-4.0
|
||||
X6.7Y-4.1
|
||||
X6.7Y-4.2
|
||||
X6.7Y-4.3
|
||||
X6.7Y-4.4
|
||||
X6.7Y-4.5
|
||||
X6.7Y-4.6
|
||||
X6.7Y-4.7
|
||||
X6.7Y-4.8
|
||||
X6.7Y-4.9
|
||||
X6.7Y-5.0
|
||||
X6.7Y-5.1
|
||||
X6.7Y-5.2
|
||||
X6.8Y-2.8
|
||||
X6.8Y-2.9
|
||||
X6.8Y-3.0
|
||||
X6.8Y-3.1
|
||||
X6.8Y-3.2
|
||||
X6.8Y-3.3
|
||||
X6.8Y-3.4
|
||||
X6.8Y-3.5
|
||||
X6.8Y-3.6
|
||||
X6.8Y-3.7
|
||||
X6.8Y-3.8
|
||||
X6.8Y-3.9
|
||||
X6.8Y-4.0
|
||||
X6.8Y-4.1
|
||||
X6.8Y-4.2
|
||||
X6.8Y-4.3
|
||||
X6.8Y-4.4
|
||||
X6.8Y-4.5
|
||||
X6.8Y-4.6
|
||||
X6.8Y-4.7
|
||||
X6.8Y-4.8
|
||||
X6.8Y-4.9
|
||||
X6.8Y-5.0
|
||||
X6.8Y-5.1
|
||||
X6.8Y-5.2
|
||||
X7.0Y-2.2
|
||||
X7.0Y-2.3
|
||||
X7.1Y-4.9
|
||||
X7.1Y-5.0
|
||||
X7.1Y-5.1
|
||||
X7.1Y-5.2
|
||||
X7.2Y-4.0
|
||||
X7.2Y-4.2
|
||||
X7.2Y-4.9
|
||||
X7.2Y-5.0
|
||||
X7.2Y-5.1
|
||||
X7.2Y-5.2
|
||||
X7.3Y-2.1
|
||||
X7.3Y-2.2
|
||||
X7.3Y-2.3
|
||||
X7.3Y-2.4
|
||||
X7.3Y-2.5
|
||||
X7.3Y-2.6
|
||||
X7.3Y-2.7
|
||||
X7.3Y-2.8
|
||||
X7.3Y-2.9
|
||||
X7.3Y-3.0
|
||||
X7.3Y-3.1
|
||||
X7.3Y-4.0
|
||||
X7.3Y-4.2
|
||||
X7.3Y-4.4
|
||||
X7.3Y-4.9
|
||||
X7.3Y-5.0
|
||||
X7.3Y-5.1
|
||||
X7.3Y-5.2
|
||||
X7.4Y-2.1
|
||||
X7.4Y-2.2
|
||||
X7.4Y-2.3
|
||||
X7.4Y-2.4
|
||||
X7.4Y-2.5
|
||||
X7.4Y-2.6
|
||||
X7.4Y-2.7
|
||||
X7.4Y-2.8
|
||||
X7.4Y-2.9
|
||||
X7.4Y-3.0
|
||||
X7.4Y-3.1
|
||||
X7.4Y-4.0
|
||||
X7.4Y-4.2
|
||||
X7.5Y-3.0
|
||||
X7.5Y-3.1
|
||||
X7.5Y-4.0
|
||||
X7.5Y-4.2
|
||||
X7.5Y-4.4
|
||||
X7.5Y-4.9
|
||||
X7.5Y-5.0
|
||||
X7.5Y-5.1
|
||||
X7.5Y-5.2
|
||||
X7.6Y-3.0
|
||||
X7.6Y-3.1
|
||||
X7.6Y-4.0
|
||||
X7.6Y-4.2
|
||||
X7.6Y-4.9
|
||||
X7.6Y-5.0
|
||||
X7.6Y-5.1
|
||||
X7.6Y-5.2
|
||||
X7.7Y-3.0
|
||||
X7.7Y-3.1
|
||||
X7.7Y-4.0
|
||||
X7.7Y-4.2
|
||||
X7.7Y-4.4
|
||||
X7.7Y-4.9
|
||||
X7.7Y-5.0
|
||||
X7.7Y-5.1
|
||||
X7.7Y-5.2
|
||||
X7.8Y-3.0
|
||||
X7.8Y-3.1
|
||||
X7.8Y-4.0
|
||||
X7.9Y-3.0
|
||||
X7.9Y-3.1
|
||||
X7.9Y-4.0
|
||||
X7.9Y-4.4
|
||||
X8.0Y-3.0
|
||||
X8.0Y-3.1
|
||||
X8.0Y-4.0
|
||||
X8.1Y-3.0
|
||||
X8.1Y-3.1
|
||||
X8.1Y-4.0
|
||||
X8.1Y-4.4
|
||||
X8.2Y-3.0
|
||||
X8.2Y-3.1
|
||||
X8.2Y-4.0
|
||||
X8.3Y-3.0
|
||||
X8.3Y-3.1
|
||||
X8.3Y-4.0
|
||||
X8.3Y-4.4
|
||||
X8.4Y-2.1
|
||||
X8.4Y-2.2
|
||||
X8.4Y-2.3
|
||||
X8.4Y-2.4
|
||||
X8.4Y-2.5
|
||||
X8.4Y-2.6
|
||||
X8.4Y-2.7
|
||||
X8.4Y-2.8
|
||||
X8.4Y-2.9
|
||||
X8.4Y-3.0
|
||||
X8.4Y-3.1
|
||||
X8.4Y-4.0
|
||||
X8.4Y-4.2
|
||||
X8.5Y-2.1
|
||||
X8.5Y-2.2
|
||||
X8.5Y-2.3
|
||||
X8.5Y-2.4
|
||||
X8.5Y-2.5
|
||||
X8.5Y-2.6
|
||||
X8.5Y-2.7
|
||||
X8.5Y-2.8
|
||||
X8.5Y-2.9
|
||||
X8.5Y-3.0
|
||||
X8.5Y-4.0
|
||||
X8.5Y-4.2
|
||||
X8.7Y-2.1
|
||||
X8.7Y-2.2
|
||||
X8.7Y-2.3
|
||||
X8.7Y-2.4
|
||||
X8.8Y-3.6
|
||||
X8.8Y-3.7
|
||||
X8.8Y-3.8
|
||||
X8.8Y-3.9
|
||||
X8.8Y-4.0
|
||||
X8.8Y-4.1
|
||||
X8.8Y-4.2
|
||||
X8.8Y-4.3
|
||||
T4
|
||||
X5.3Y-1.9
|
||||
X5.3Y-2.0
|
||||
T5
|
||||
X5.8Y-1.9
|
||||
X5.8Y-2.2
|
||||
X5.9Y-1.9
|
||||
X5.9Y-2.2
|
||||
X6.0Y-1.9
|
||||
X6.0Y-2.2
|
||||
M30
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,84 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
"images": 0.6800000071525574,
|
||||
"pads": 0.75,
|
||||
"tracks": 0.9800000190734863,
|
||||
"vias": 1.0,
|
||||
"zones": 0.6200000047683716
|
||||
},
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"lockedItems": true,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
32,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
39,
|
||||
40
|
||||
],
|
||||
"visible_layers": "fffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
"repo_password": "",
|
||||
"repo_type": "",
|
||||
"repo_username": "",
|
||||
"ssh_key": ""
|
||||
},
|
||||
"meta": {
|
||||
"filename": "esp32-wroom-adapter-2.kicad_prl",
|
||||
"version": 3
|
||||
},
|
||||
"project": {
|
||||
"files": []
|
||||
}
|
||||
}
|
@ -0,0 +1,607 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.1,
|
||||
"copper_line_width": 0.2,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.05,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 2,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.1,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.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.0,
|
||||
"height": 1.7,
|
||||
"width": 2.55
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.25,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 3.0,
|
||||
"min_hole_clearance": 0.254,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.25,
|
||||
"min_via_annular_width": 0.13,
|
||||
"min_via_diameter": 1.0,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": false,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 1.0
|
||||
},
|
||||
"diff_pair_skew_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
},
|
||||
"single_track_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"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_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "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",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "esp32-wroom-adapter-2.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"name": "Grouped By Value",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"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,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"4a90ead8-6e51-429d-a467-47fbf8655e89",
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
141
esp32-wroom-adapter-2-ePaper/esp32-wroom-adapter-2/fp-info-cache
Normal file
141
esp32-wroom-adapter-2-ePaper/esp32-wroom-adapter-2/fp-info-cache
Normal file
@ -0,0 +1,141 @@
|
||||
34117664182831
|
||||
Alexander Footprints Library
|
||||
BreadBoard_15x12
|
||||
Breadboard 180 connection points
|
||||
breadboard
|
||||
0
|
||||
244
|
||||
6
|
||||
Alexander Footprints Library
|
||||
BreadBoard_25x12
|
||||
Breadboard 300 connection points
|
||||
breadboard
|
||||
0
|
||||
370
|
||||
4
|
||||
Alexander Footprints Library
|
||||
Conn_I2C
|
||||
|
||||
|
||||
0
|
||||
4
|
||||
4
|
||||
Alexander Footprints Library
|
||||
Conn_I2C_3
|
||||
|
||||
|
||||
0
|
||||
12
|
||||
4
|
||||
Alexander Footprints Library
|
||||
Conn_Pad_01x02
|
||||
|
||||
|
||||
0
|
||||
2
|
||||
2
|
||||
Alexander Footprints Library
|
||||
Conn_UART
|
||||
|
||||
|
||||
0
|
||||
4
|
||||
4
|
||||
Alexander Footprints Library
|
||||
Conn_ePaper
|
||||
Connector for Waveshare 4.2" e-Paper
|
||||
ePaper
|
||||
0
|
||||
8
|
||||
8
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-32D-Interface
|
||||
|
||||
|
||||
0
|
||||
32
|
||||
32
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-32D-Interface_2
|
||||
|
||||
|
||||
0
|
||||
28
|
||||
28
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-32D-Module
|
||||
|
||||
|
||||
0
|
||||
0
|
||||
0
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-32D_Alex
|
||||
2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf
|
||||
2.4 GHz Wi-Fi and Bluetooth module ESP32-D0WD Espressif ESP32-WROOM-32E
|
||||
0
|
||||
39
|
||||
39
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-Adapter
|
||||
ESP32-WROOM-Adapter
|
||||
ESP32-D0WD Espressif ESP32-WROOM
|
||||
0
|
||||
98
|
||||
40
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-Adapter-2
|
||||
ESP32-WROOM-Adapter
|
||||
ESP32-D0WD Espressif ESP32-WROOM
|
||||
0
|
||||
98
|
||||
39
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-Adapter-Large
|
||||
ESP32-WROOM-Adapter
|
||||
ESP32-D0WD Espressif ESP32-WROOM
|
||||
0
|
||||
98
|
||||
40
|
||||
Alexander Footprints Library
|
||||
ESP32-WROOM-Adapter-Socket
|
||||
ESP32-WROOM-Adapter
|
||||
ESP32-D0WD Espressif ESP32-WROOM
|
||||
0
|
||||
61
|
||||
29
|
||||
Alexander Footprints Library
|
||||
ESP32_PADS_VN-VP
|
||||
|
||||
|
||||
0
|
||||
2
|
||||
2
|
||||
Alexander Footprints Library
|
||||
STA_RMCF1206_STP
|
||||
|
||||
RMCF1206FT10K0
|
||||
0
|
||||
2
|
||||
2
|
||||
Alexander Footprints Library
|
||||
STA_RMCF1206_STP-L
|
||||
|
||||
RMCF1206FT10K0
|
||||
0
|
||||
2
|
||||
2
|
||||
Alexander Footprints Library
|
||||
STA_RMCF1206_STP-M
|
||||
|
||||
RMCF1206FT10K0
|
||||
0
|
||||
2
|
||||
2
|
||||
Alexander Footprints Library
|
||||
TestPoint_D2.5mm
|
||||
SMD pad as test Point, diameter 2.5mm
|
||||
test point SMD pad
|
||||
0
|
||||
1
|
||||
1
|
Binary file not shown.
22340
esp32-wroom-adapter-2-ePaper/esp32-wroom-adapter-epaper.kicad_pcb
Normal file
22340
esp32-wroom-adapter-2-ePaper/esp32-wroom-adapter-epaper.kicad_pcb
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,83 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
"images": 0.6,
|
||||
"pads": 1.0,
|
||||
"tracks": 1.0,
|
||||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
32,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
39,
|
||||
40
|
||||
],
|
||||
"visible_layers": "fffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
"repo_password": "",
|
||||
"repo_type": "",
|
||||
"repo_username": "",
|
||||
"ssh_key": ""
|
||||
},
|
||||
"meta": {
|
||||
"filename": "esp32-wroom-adapter-epaper.kicad_prl",
|
||||
"version": 3
|
||||
},
|
||||
"project": {
|
||||
"files": []
|
||||
}
|
||||
}
|
@ -0,0 +1,607 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.1,
|
||||
"copper_line_width": 0.2,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.05,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 2,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.1,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.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.0,
|
||||
"height": 1.7,
|
||||
"width": 2.55
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.25,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 3.0,
|
||||
"min_hole_clearance": 0.254,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.25,
|
||||
"min_via_annular_width": 0.13,
|
||||
"min_via_diameter": 1.0,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": false,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 1.0
|
||||
},
|
||||
"diff_pair_skew_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
},
|
||||
"single_track_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"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_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "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",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "esp32-wroom-adapter-2.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"name": "Grouped By Value",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"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,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"4a90ead8-6e51-429d-a467-47fbf8655e89",
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
8090
esp32-wroom-adapter-2-ePaper/esp32-wroom-adapter-epaper.kicad_sch
Normal file
8090
esp32-wroom-adapter-2-ePaper/esp32-wroom-adapter-epaper.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
{"hostname":"LAPTOP-X415JA","username":"alex"}
|
Loading…
Reference in New Issue
Block a user