Updated to KiCad v9.0.6.
This commit is contained in:
parent
2e9d99d5c5
commit
f9c5b10eab
9 changed files with 3790 additions and 4616 deletions
4642
2020TPC.kicad_pcb
4642
2020TPC.kicad_pcb
File diff suppressed because it is too large
Load diff
|
|
@ -65,16 +65,19 @@
|
||||||
"copper_edge_clearance": "error",
|
"copper_edge_clearance": "error",
|
||||||
"copper_sliver": "warning",
|
"copper_sliver": "warning",
|
||||||
"courtyards_overlap": "error",
|
"courtyards_overlap": "error",
|
||||||
|
"creepage": "error",
|
||||||
"diff_pair_gap_out_of_range": "error",
|
"diff_pair_gap_out_of_range": "error",
|
||||||
"diff_pair_uncoupled_length_too_long": "error",
|
"diff_pair_uncoupled_length_too_long": "error",
|
||||||
"drill_out_of_range": "error",
|
"drill_out_of_range": "error",
|
||||||
"duplicate_footprints": "warning",
|
"duplicate_footprints": "warning",
|
||||||
"extra_footprint": "warning",
|
"extra_footprint": "warning",
|
||||||
"footprint": "error",
|
"footprint": "error",
|
||||||
|
"footprint_filters_mismatch": "ignore",
|
||||||
"footprint_symbol_mismatch": "warning",
|
"footprint_symbol_mismatch": "warning",
|
||||||
"footprint_type_mismatch": "error",
|
"footprint_type_mismatch": "error",
|
||||||
"hole_clearance": "error",
|
"hole_clearance": "error",
|
||||||
"hole_near_hole": "error",
|
"hole_near_hole": "error",
|
||||||
|
"hole_to_hole": "error",
|
||||||
"holes_co_located": "warning",
|
"holes_co_located": "warning",
|
||||||
"invalid_outline": "error",
|
"invalid_outline": "error",
|
||||||
"isolated_copper": "warning",
|
"isolated_copper": "warning",
|
||||||
|
|
@ -85,9 +88,11 @@
|
||||||
"lib_footprint_mismatch": "warning",
|
"lib_footprint_mismatch": "warning",
|
||||||
"malformed_courtyard": "error",
|
"malformed_courtyard": "error",
|
||||||
"microvia_drill_out_of_range": "error",
|
"microvia_drill_out_of_range": "error",
|
||||||
|
"mirrored_text_on_front_layer": "warning",
|
||||||
"missing_courtyard": "ignore",
|
"missing_courtyard": "ignore",
|
||||||
"missing_footprint": "warning",
|
"missing_footprint": "warning",
|
||||||
"net_conflict": "warning",
|
"net_conflict": "warning",
|
||||||
|
"nonmirrored_text_on_back_layer": "warning",
|
||||||
"npth_inside_courtyard": "ignore",
|
"npth_inside_courtyard": "ignore",
|
||||||
"padstack": "error",
|
"padstack": "error",
|
||||||
"pth_inside_courtyard": "ignore",
|
"pth_inside_courtyard": "ignore",
|
||||||
|
|
@ -99,10 +104,13 @@
|
||||||
"solder_mask_bridge": "error",
|
"solder_mask_bridge": "error",
|
||||||
"starved_thermal": "error",
|
"starved_thermal": "error",
|
||||||
"text_height": "warning",
|
"text_height": "warning",
|
||||||
|
"text_on_edge_cuts": "error",
|
||||||
"text_thickness": "warning",
|
"text_thickness": "warning",
|
||||||
"through_hole_pad_without_hole": "error",
|
"through_hole_pad_without_hole": "error",
|
||||||
"too_many_vias": "error",
|
"too_many_vias": "error",
|
||||||
|
"track_angle": "error",
|
||||||
"track_dangling": "warning",
|
"track_dangling": "warning",
|
||||||
|
"track_segment_length": "error",
|
||||||
"track_width": "error",
|
"track_width": "error",
|
||||||
"tracks_crossing": "error",
|
"tracks_crossing": "error",
|
||||||
"unconnected_items": "error",
|
"unconnected_items": "error",
|
||||||
|
|
@ -120,6 +128,7 @@
|
||||||
"min_clearance": 0.0,
|
"min_clearance": 0.0,
|
||||||
"min_connection": 0.0,
|
"min_connection": 0.0,
|
||||||
"min_copper_edge_clearance": 0.075,
|
"min_copper_edge_clearance": 0.075,
|
||||||
|
"min_groove_width": 0.0,
|
||||||
"min_hole_clearance": 0.25,
|
"min_hole_clearance": 0.25,
|
||||||
"min_hole_to_hole": 0.25,
|
"min_hole_to_hole": 0.25,
|
||||||
"min_microvia_diameter": 0.2,
|
"min_microvia_diameter": 0.2,
|
||||||
|
|
@ -137,10 +146,11 @@
|
||||||
},
|
},
|
||||||
"teardrop_options": [
|
"teardrop_options": [
|
||||||
{
|
{
|
||||||
"td_onpadsmd": true,
|
"td_onpthpad": true,
|
||||||
"td_onroundshapesonly": false,
|
"td_onroundshapesonly": false,
|
||||||
|
"td_onsmdpad": true,
|
||||||
"td_ontrackend": false,
|
"td_ontrackend": false,
|
||||||
"td_onviapad": true
|
"td_onvia": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"teardrop_parameters": [
|
"teardrop_parameters": [
|
||||||
|
|
@ -235,6 +245,7 @@
|
||||||
"mfg": "",
|
"mfg": "",
|
||||||
"mpn": ""
|
"mpn": ""
|
||||||
},
|
},
|
||||||
|
"layer_pairs": [],
|
||||||
"layer_presets": [],
|
"layer_presets": [],
|
||||||
"viewports": []
|
"viewports": []
|
||||||
},
|
},
|
||||||
|
|
@ -429,10 +440,15 @@
|
||||||
"duplicate_sheet_names": "error",
|
"duplicate_sheet_names": "error",
|
||||||
"endpoint_off_grid": "warning",
|
"endpoint_off_grid": "warning",
|
||||||
"extra_units": "error",
|
"extra_units": "error",
|
||||||
|
"footprint_filter": "ignore",
|
||||||
|
"footprint_link_issues": "warning",
|
||||||
|
"four_way_junction": "ignore",
|
||||||
"global_label_dangling": "warning",
|
"global_label_dangling": "warning",
|
||||||
"hier_label_mismatch": "error",
|
"hier_label_mismatch": "error",
|
||||||
"label_dangling": "error",
|
"label_dangling": "error",
|
||||||
|
"label_multiple_wires": "warning",
|
||||||
"lib_symbol_issues": "warning",
|
"lib_symbol_issues": "warning",
|
||||||
|
"lib_symbol_mismatch": "warning",
|
||||||
"missing_bidi_pin": "warning",
|
"missing_bidi_pin": "warning",
|
||||||
"missing_input_pin": "warning",
|
"missing_input_pin": "warning",
|
||||||
"missing_power_pin": "error",
|
"missing_power_pin": "error",
|
||||||
|
|
@ -445,9 +461,15 @@
|
||||||
"pin_not_driven": "error",
|
"pin_not_driven": "error",
|
||||||
"pin_to_pin": "warning",
|
"pin_to_pin": "warning",
|
||||||
"power_pin_not_driven": "error",
|
"power_pin_not_driven": "error",
|
||||||
|
"same_local_global_label": "warning",
|
||||||
|
"similar_label_and_power": "warning",
|
||||||
"similar_labels": "warning",
|
"similar_labels": "warning",
|
||||||
|
"similar_power": "warning",
|
||||||
"simulation_model_issue": "error",
|
"simulation_model_issue": "error",
|
||||||
|
"single_global_label": "ignore",
|
||||||
"unannotated": "error",
|
"unannotated": "error",
|
||||||
|
"unconnected_wire_endpoint": "warning",
|
||||||
|
"undefined_netclass": "error",
|
||||||
"unit_value_mismatch": "error",
|
"unit_value_mismatch": "error",
|
||||||
"unresolved_variable": "error",
|
"unresolved_variable": "error",
|
||||||
"wire_dangling": "error"
|
"wire_dangling": "error"
|
||||||
|
|
@ -459,7 +481,7 @@
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"filename": "2020TPC.kicad_pro",
|
"filename": "2020TPC.kicad_pro",
|
||||||
"version": 1
|
"version": 3
|
||||||
},
|
},
|
||||||
"net_settings": {
|
"net_settings": {
|
||||||
"classes": [
|
"classes": [
|
||||||
|
|
@ -474,6 +496,7 @@
|
||||||
"microvia_drill": 0.254,
|
"microvia_drill": 0.254,
|
||||||
"name": "Default",
|
"name": "Default",
|
||||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||||
|
"priority": 2147483647,
|
||||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||||
"track_width": 0.254,
|
"track_width": 0.254,
|
||||||
"via_diameter": 0.508,
|
"via_diameter": 0.508,
|
||||||
|
|
@ -482,7 +505,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": 3
|
"version": 4
|
||||||
},
|
},
|
||||||
"net_colors": null,
|
"net_colors": null,
|
||||||
"netclass_assignments": null,
|
"netclass_assignments": null,
|
||||||
|
|
@ -558,6 +581,7 @@
|
||||||
],
|
],
|
||||||
"filter_string": "",
|
"filter_string": "",
|
||||||
"group_symbols": true,
|
"group_symbols": true,
|
||||||
|
"include_excluded_from_bom": false,
|
||||||
"name": "Grouped By Value",
|
"name": "Grouped By Value",
|
||||||
"sort_asc": true,
|
"sort_asc": true,
|
||||||
"sort_field": "Reference"
|
"sort_field": "Reference"
|
||||||
|
|
@ -601,6 +625,7 @@
|
||||||
},
|
},
|
||||||
"page_layout_descr_file": "",
|
"page_layout_descr_file": "",
|
||||||
"plot_directory": "./",
|
"plot_directory": "./",
|
||||||
|
"space_save_all_events": true,
|
||||||
"spice_adjust_passive_values": false,
|
"spice_adjust_passive_values": false,
|
||||||
"spice_current_sheet_as_root": false,
|
"spice_current_sheet_as_root": false,
|
||||||
"spice_external_command": "spice \"%I\"",
|
"spice_external_command": "spice \"%I\"",
|
||||||
|
|
|
||||||
1339
2020TPC.kicad_sch
1339
2020TPC.kicad_sch
File diff suppressed because it is too large
Load diff
630
Audio.kicad_sch
630
Audio.kicad_sch
|
|
@ -1,7 +1,7 @@
|
||||||
(kicad_sch
|
(kicad_sch
|
||||||
(version 20231120)
|
(version 20250114)
|
||||||
(generator "eeschema")
|
(generator "eeschema")
|
||||||
(generator_version "8.0")
|
(generator_version "9.0")
|
||||||
(uuid "a0e50f6a-736e-4bd6-ab9c-ef48e2db7042")
|
(uuid "a0e50f6a-736e-4bd6-ab9c-ef48e2db7042")
|
||||||
(paper "USLetter")
|
(paper "USLetter")
|
||||||
(title_block
|
(title_block
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 0) (xy 0 2.54)
|
(xy 0 2.54) (xy 0.762 1.27)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 2.54) (xy 0.762 1.27)
|
(xy 0 0) (xy 0 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -107,7 +107,8 @@
|
||||||
(symbol "+5V-power_1_1"
|
(symbol "+5V-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 90)
|
(at 0 0 90)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "+5V"
|
(name "+5V"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -124,10 +125,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:Conn_01x02_Male-Connector"
|
(symbol "2020TPC-rescue:Conn_01x02_Male-Connector"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -184,16 +188,26 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "Conn_01x02_Male-Connector_1_1"
|
(symbol "Conn_01x02_Male-Connector_1_1"
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 0.127)
|
||||||
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
(end 0 -0.127)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -2.413)
|
||||||
|
(end 0 -2.667)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
|
|
@ -208,26 +222,16 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -2.413)
|
(pts
|
||||||
(end 0 -2.667)
|
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 0.127)
|
|
||||||
(end 0 -0.127)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -267,6 +271,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:GND-power"
|
(symbol "2020TPC-rescue:GND-power"
|
||||||
(power)
|
(power)
|
||||||
|
|
@ -337,7 +342,8 @@
|
||||||
(symbol "GND-power_1_1"
|
(symbol "GND-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 270)
|
(at 0 0 270)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "GND"
|
(name "GND"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -354,6 +360,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:CUI_Jack_TRS"
|
(symbol "KTag:CUI_Jack_TRS"
|
||||||
(pin_names
|
(pin_names
|
||||||
|
|
@ -416,102 +423,6 @@
|
||||||
(type outline)
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 2.54 -3.556) (xy 2.54 -4.064)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 2.54 3.048) (xy 2.54 3.556)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 2.54 3.556) (xy 1.27 2.286)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 2.54 3.556) (xy 3.81 2.286)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 6.35 1.016) (xy 7.62 1.016)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 2.54 -3.556) (xy 2.54 -1.524) (xy 3.81 -1.524)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 3.81 -1.524) (xy 7.62 -1.524) (xy 7.62 -1.524)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 6.35 1.016) (xy 2.54 1.016) (xy 2.54 3.048)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 -4.064) (xy -1.27 -2.794) (xy -2.54 -4.064) (xy -2.54 -4.064)
|
(xy 0 -4.064) (xy -1.27 -2.794) (xy -2.54 -4.064) (xy -2.54 -4.064)
|
||||||
|
|
@ -550,7 +461,91 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 7.62 3.556) (xy -6.35 3.556) (xy -7.62 2.286) (xy -8.89 3.556) (xy -8.89 3.556)
|
(xy 2.54 3.556) (xy 1.27 2.286)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 2.54 3.556) (xy 3.81 2.286)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 2.54 3.048) (xy 2.54 3.556)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 2.54 -3.556) (xy 2.54 -4.064)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 2.54 -3.556) (xy 2.54 -1.524) (xy 3.81 -1.524)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 3.81 -1.524) (xy 7.62 -1.524) (xy 7.62 -1.524)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 6.35 1.016) (xy 7.62 1.016)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 6.35 1.016) (xy 2.54 1.016) (xy 2.54 3.048)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -571,6 +566,18 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 7.62 3.556) (xy -6.35 3.556) (xy -7.62 2.286) (xy -8.89 3.556) (xy -8.89 3.556)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(symbol "CUI_Jack_TRS_1_1"
|
(symbol "CUI_Jack_TRS_1_1"
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -592,16 +599,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
(at 10.668 -1.524 180)
|
(at 10.668 3.556 180)
|
||||||
(length 2.9972)
|
(length 2.9972)
|
||||||
(name "~"
|
(name "R"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 0.9906 0.9906)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(number "10"
|
(number "3"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
(size 0.9906 0.9906)
|
(size 0.9906 0.9906)
|
||||||
|
|
@ -627,6 +634,24 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin passive line
|
||||||
|
(at 10.668 -1.524 180)
|
||||||
|
(length 2.9972)
|
||||||
|
(name "~"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "10"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 0.9906 0.9906)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
(at 10.668 -4.064 180)
|
(at 10.668 -4.064 180)
|
||||||
(length 2.9972)
|
(length 2.9972)
|
||||||
|
|
@ -645,30 +670,17 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
|
||||||
(at 10.668 3.556 180)
|
|
||||||
(length 2.9972)
|
|
||||||
(name "R"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 0.9906 0.9906)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "3"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 0.9906 0.9906)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:C_Small"
|
(symbol "KTag:C_Small"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -729,10 +741,10 @@
|
||||||
(symbol "C_Small_0_1"
|
(symbol "C_Small_0_1"
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
(xy -1.524 0.508) (xy 1.524 0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3302)
|
(width 0.3048)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -741,10 +753,10 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 0.508) (xy 1.524 0.508)
|
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3048)
|
(width 0.3302)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -790,6 +802,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:DFPLAYER_MINI"
|
(symbol "KTag:DFPLAYER_MINI"
|
||||||
(pin_names
|
(pin_names
|
||||||
|
|
@ -871,132 +884,6 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin input line
|
|
||||||
(at 15.24 -6.35 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "GND"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "10"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
|
||||||
(at 15.24 -3.81 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "IO_2"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "11"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
|
||||||
(at 15.24 -1.27 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "ADKEY_1"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "12"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
|
||||||
(at 15.24 1.27 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "ADKEY_2"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "13"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
|
||||||
(at 15.24 3.81 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "USB+"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "14"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
|
||||||
(at 15.24 6.35 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "USB-"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "15"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
|
||||||
(at 15.24 8.89 180)
|
|
||||||
(length 5.08)
|
|
||||||
(name "BUSY"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "16"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin input line
|
(pin input line
|
||||||
(at -15.24 6.35 0)
|
(at -15.24 6.35 0)
|
||||||
(length 5.08)
|
(length 5.08)
|
||||||
|
|
@ -1123,6 +1010,132 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 8.89 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "BUSY"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "16"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 6.35 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "USB-"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "15"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 3.81 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "USB+"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "14"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 1.27 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "ADKEY_2"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "13"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 -1.27 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "ADKEY_1"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "12"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 -3.81 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "IO_2"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "11"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin input line
|
||||||
|
(at 15.24 -6.35 180)
|
||||||
|
(length 5.08)
|
||||||
|
(name "GND"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "10"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin input line
|
(pin input line
|
||||||
(at 15.24 -8.89 180)
|
(at 15.24 -8.89 180)
|
||||||
(length 5.08)
|
(length 5.08)
|
||||||
|
|
@ -1142,11 +1155,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:D_ALT"
|
(symbol "KTag:D_ALT"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -1215,18 +1233,6 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy 1.27 0) (xy -1.27 0)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27)
|
(xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27)
|
||||||
|
|
@ -1239,6 +1245,18 @@
|
||||||
(type outline)
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy 1.27 0) (xy -1.27 0)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(symbol "D_ALT_1_1"
|
(symbol "D_ALT_1_1"
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -1278,9 +1296,12 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:R"
|
(symbol "KTag:R"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0)
|
(offset 0)
|
||||||
)
|
)
|
||||||
|
|
@ -1390,8 +1411,20 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(text "The voltage drop across this diode\ncreates a ~4.2V supply for the\nDFPlayer Mini."
|
||||||
|
(exclude_from_sim no)
|
||||||
|
(at 59.7662 53.1622 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left bottom)
|
||||||
|
)
|
||||||
|
(uuid "7eb4ada6-401b-44ef-a9b8-79781b73e157")
|
||||||
|
)
|
||||||
(junction
|
(junction
|
||||||
(at 149.733 122.047)
|
(at 149.733 122.047)
|
||||||
(diameter 0)
|
(diameter 0)
|
||||||
|
|
@ -2777,17 +2810,6 @@
|
||||||
"AAAAAAAAAAAAAAAAAAAAAAAAAC8BFdalvfTcaIIAAAAASUVORK5CYII="
|
"AAAAAAAAAAAAAAAAAAAAAAAAAC8BFdalvfTcaIIAAAAASUVORK5CYII="
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(text "The voltage drop across this diode\ncreates a ~4.2V supply for the\nDFPlayer Mini."
|
|
||||||
(exclude_from_sim no)
|
|
||||||
(at 59.7662 53.1622 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(justify left bottom)
|
|
||||||
)
|
|
||||||
(uuid "7eb4ada6-401b-44ef-a9b8-79781b73e157")
|
|
||||||
)
|
|
||||||
(global_label "Audio_Busy"
|
(global_label "Audio_Busy"
|
||||||
(shape output)
|
(shape output)
|
||||||
(at 176.911 58.547 0)
|
(at 176.911 58.547 0)
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
||||||
(kicad_sch
|
(kicad_sch
|
||||||
(version 20231120)
|
(version 20250114)
|
||||||
(generator "eeschema")
|
(generator "eeschema")
|
||||||
(generator_version "8.0")
|
(generator_version "9.0")
|
||||||
(uuid "95fd9c16-12a7-40f3-9d6c-c4e1ba2452df")
|
(uuid "95fd9c16-12a7-40f3-9d6c-c4e1ba2452df")
|
||||||
(paper "USLetter")
|
(paper "USLetter")
|
||||||
(title_block
|
(title_block
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 0) (xy 0 2.54)
|
(xy 0 2.54) (xy 0.762 1.27)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 2.54) (xy 0.762 1.27)
|
(xy 0 0) (xy 0 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -107,7 +107,8 @@
|
||||||
(symbol "+5V-power_1_1"
|
(symbol "+5V-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 90)
|
(at 0 0 90)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "+5V"
|
(name "+5V"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -124,10 +125,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:Conn_01x02_Male-Connector"
|
(symbol "2020TPC-rescue:Conn_01x02_Male-Connector"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -184,16 +188,26 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "Conn_01x02_Male-Connector_1_1"
|
(symbol "Conn_01x02_Male-Connector_1_1"
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 0.127)
|
||||||
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
(end 0 -0.127)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -2.413)
|
||||||
|
(end 0 -2.667)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
|
|
@ -208,26 +222,16 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -2.413)
|
(pts
|
||||||
(end 0 -2.667)
|
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 0.127)
|
|
||||||
(end 0 -0.127)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -267,10 +271,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:Conn_01x05_Male-Connector-2020TPC_Barrel-rescue"
|
(symbol "2020TPC-rescue:Conn_01x05_Male-Connector-2020TPC_Barrel-rescue"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -327,33 +334,64 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "Conn_01x05_Male-Connector-2020TPC_Barrel-rescue_1_1"
|
(symbol "Conn_01x05_Male-Connector-2020TPC_Barrel-rescue_1_1"
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 5.207)
|
||||||
(xy 1.27 -5.08) (xy 0.8636 -5.08)
|
(end 0 4.953)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 2.667)
|
||||||
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
(end 0 2.413)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 0.127)
|
||||||
|
(end 0 -0.127)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -2.413)
|
||||||
|
(end 0 -2.667)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -4.953)
|
||||||
|
(end 0 -5.207)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 0) (xy 0.8636 0)
|
(xy 1.27 5.08) (xy 0.8636 5.08)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -377,7 +415,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 5.08) (xy 0.8636 5.08)
|
(xy 1.27 0) (xy 0.8636 0)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -387,59 +425,28 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -4.953)
|
(pts
|
||||||
(end 0 -5.207)
|
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -2.413)
|
(pts
|
||||||
(end 0 -2.667)
|
(xy 1.27 -5.08) (xy 0.8636 -5.08)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 0.127)
|
|
||||||
(end 0 -0.127)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 2.667)
|
|
||||||
(end 0 2.413)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 5.207)
|
|
||||||
(end 0 4.953)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -533,6 +540,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:GND-power"
|
(symbol "2020TPC-rescue:GND-power"
|
||||||
(power)
|
(power)
|
||||||
|
|
@ -603,7 +611,8 @@
|
||||||
(symbol "GND-power_1_1"
|
(symbol "GND-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 270)
|
(at 0 0 270)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "GND"
|
(name "GND"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -620,11 +629,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:C_Small"
|
(symbol "KTag:C_Small"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -685,10 +699,10 @@
|
||||||
(symbol "C_Small_0_1"
|
(symbol "C_Small_0_1"
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
(xy -1.524 0.508) (xy 1.524 0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3302)
|
(width 0.3048)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -697,10 +711,10 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 0.508) (xy 1.524 0.508)
|
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3048)
|
(width 0.3302)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -746,9 +760,12 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:R"
|
(symbol "KTag:R"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0)
|
(offset 0)
|
||||||
)
|
)
|
||||||
|
|
@ -858,10 +875,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:SN74LV1T08DBVR"
|
(symbol "KTag:SN74LV1T08DBVR"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -953,6 +973,18 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "SN74LV1T08DBVR_1_1"
|
(symbol "SN74LV1T08DBVR_1_1"
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -7.62 5.08) (xy -6.35 5.08)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0.2032)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -7.62 -5.08) (xy -7.62 5.08)
|
(xy -7.62 -5.08) (xy -7.62 5.08)
|
||||||
|
|
@ -967,7 +999,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -7.62 5.08) (xy -6.35 5.08)
|
(xy -6.35 5.08) (xy 2.54 5.08)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.2032)
|
(width 0.2032)
|
||||||
|
|
@ -1001,22 +1033,10 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy -6.35 5.08) (xy 2.54 5.08)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0.2032)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(arc
|
(arc
|
||||||
(start 2.54 -5.08)
|
(start 2.54 5.08)
|
||||||
(mid 7.5979 0)
|
(mid 7.5979 0)
|
||||||
(end 2.54 5.08)
|
(end 2.54 -5.08)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.2032)
|
(width 0.2032)
|
||||||
(type default)
|
(type default)
|
||||||
|
|
@ -1061,6 +1081,24 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin power_in line
|
||||||
|
(at 0 10.16 270)
|
||||||
|
(length 5.08)
|
||||||
|
(name "V+"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.4986 1.4986)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "5"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.4986 1.4986)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 -10.16 90)
|
(at 0 -10.16 90)
|
||||||
(length 5.08)
|
(length 5.08)
|
||||||
|
|
@ -1097,25 +1135,8 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin power_in line
|
|
||||||
(at 0 10.16 270)
|
|
||||||
(length 5.08)
|
|
||||||
(name "V+"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.4986 1.4986)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "5"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.4986 1.4986)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(junction
|
(junction
|
||||||
|
|
|
||||||
190
I2C.kicad_sch
190
I2C.kicad_sch
|
|
@ -1,7 +1,7 @@
|
||||||
(kicad_sch
|
(kicad_sch
|
||||||
(version 20231120)
|
(version 20250114)
|
||||||
(generator "eeschema")
|
(generator "eeschema")
|
||||||
(generator_version "8.0")
|
(generator_version "9.0")
|
||||||
(uuid "a90d9080-7976-4fac-a99d-732ac4c9e369")
|
(uuid "a90d9080-7976-4fac-a99d-732ac4c9e369")
|
||||||
(paper "USLetter")
|
(paper "USLetter")
|
||||||
(title_block
|
(title_block
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 0) (xy 0 2.54)
|
(xy 0 2.54) (xy 0.762 1.27)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 2.54) (xy 0.762 1.27)
|
(xy 0 0) (xy 0 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -107,7 +107,8 @@
|
||||||
(symbol "+3V3-power_1_1"
|
(symbol "+3V3-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 90)
|
(at 0 0 90)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "+3V3"
|
(name "+3V3"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -124,6 +125,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:CAT24C256-Memory_EEPROM"
|
(symbol "2020TPC-rescue:CAT24C256-Memory_EEPROM"
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
|
|
@ -248,6 +250,24 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin power_in line
|
||||||
|
(at 0 7.62 270)
|
||||||
|
(length 2.54)
|
||||||
|
(name "VCC"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "8"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 -7.62 90)
|
(at 0 -7.62 90)
|
||||||
(length 2.54)
|
(length 2.54)
|
||||||
|
|
@ -320,29 +340,14 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin power_in line
|
|
||||||
(at 0 7.62 270)
|
|
||||||
(length 2.54)
|
|
||||||
(name "VCC"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "8"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:Conn_01x04_Male-Connector"
|
(symbol "2020TPC-rescue:Conn_01x04_Male-Connector"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -399,21 +404,53 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "Conn_01x04_Male-Connector_1_1"
|
(symbol "Conn_01x04_Male-Connector_1_1"
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 2.667)
|
||||||
(xy 1.27 -5.08) (xy 0.8636 -5.08)
|
(end 0 2.413)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 0.127)
|
||||||
|
(end 0 -0.127)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -2.413)
|
||||||
|
(end 0 -2.667)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -4.953)
|
||||||
|
(end 0 -5.207)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
(xy 1.27 2.54) (xy 0.8636 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -437,7 +474,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 2.54) (xy 0.8636 2.54)
|
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -447,48 +484,16 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -4.953)
|
(pts
|
||||||
(end 0 -5.207)
|
(xy 1.27 -5.08) (xy 0.8636 -5.08)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 -2.413)
|
|
||||||
(end 0 -2.667)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 0.127)
|
|
||||||
(end 0 -0.127)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 2.667)
|
|
||||||
(end 0 2.413)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -564,6 +569,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:GND-power"
|
(symbol "2020TPC-rescue:GND-power"
|
||||||
(power)
|
(power)
|
||||||
|
|
@ -634,7 +640,8 @@
|
||||||
(symbol "GND-power_1_1"
|
(symbol "GND-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 270)
|
(at 0 0 270)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "GND"
|
(name "GND"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -651,11 +658,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:C_Small"
|
(symbol "KTag:C_Small"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -716,10 +728,10 @@
|
||||||
(symbol "C_Small_0_1"
|
(symbol "C_Small_0_1"
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
(xy -1.524 0.508) (xy 1.524 0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3302)
|
(width 0.3048)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -728,10 +740,10 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 0.508) (xy 1.524 0.508)
|
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3048)
|
(width 0.3302)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -777,9 +789,12 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:R"
|
(symbol "KTag:R"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0)
|
(offset 0)
|
||||||
)
|
)
|
||||||
|
|
@ -889,8 +904,20 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(text "7-bit I2C Address: 0x50"
|
||||||
|
(exclude_from_sim no)
|
||||||
|
(at 54.356 80.137 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
(justify left bottom)
|
||||||
|
)
|
||||||
|
(uuid "eace55a5-49d3-402b-b534-db56b8f0a1ec")
|
||||||
|
)
|
||||||
(junction
|
(junction
|
||||||
(at 65.532 39.37)
|
(at 65.532 39.37)
|
||||||
(diameter 0)
|
(diameter 0)
|
||||||
|
|
@ -3954,17 +3981,6 @@
|
||||||
"AAAAAAAAAAAAAAAAAAAAAAAAAC8BFdalvfTcaIIAAAAASUVORK5CYII="
|
"AAAAAAAAAAAAAAAAAAAAAAAAAC8BFdalvfTcaIIAAAAASUVORK5CYII="
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(text "7-bit I2C Address: 0x50"
|
|
||||||
(exclude_from_sim no)
|
|
||||||
(at 54.356 80.137 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.27 1.27)
|
|
||||||
)
|
|
||||||
(justify left bottom)
|
|
||||||
)
|
|
||||||
(uuid "eace55a5-49d3-402b-b534-db56b8f0a1ec")
|
|
||||||
)
|
|
||||||
(global_label "SCL"
|
(global_label "SCL"
|
||||||
(shape bidirectional)
|
(shape bidirectional)
|
||||||
(at 157.226 117.475 180)
|
(at 157.226 117.475 180)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
(kicad_sch
|
(kicad_sch
|
||||||
(version 20231120)
|
(version 20250114)
|
||||||
(generator "eeschema")
|
(generator "eeschema")
|
||||||
(generator_version "8.0")
|
(generator_version "9.0")
|
||||||
(uuid "5972d55d-bd35-4982-adcb-565760ef388b")
|
(uuid "5972d55d-bd35-4982-adcb-565760ef388b")
|
||||||
(paper "USLetter")
|
(paper "USLetter")
|
||||||
(title_block
|
(title_block
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 0) (xy 0 2.54)
|
(xy 0 2.54) (xy 0.762 1.27)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 2.54) (xy 0.762 1.27)
|
(xy 0 0) (xy 0 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -107,7 +107,8 @@
|
||||||
(symbol "+5V-power_1_1"
|
(symbol "+5V-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 90)
|
(at 0 0 90)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "+5V"
|
(name "+5V"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -124,10 +125,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:Conn_01x06_Male-Connector"
|
(symbol "2020TPC-rescue:Conn_01x06_Male-Connector"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -184,45 +188,75 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "Conn_01x06_Male-Connector_1_1"
|
(symbol "Conn_01x06_Male-Connector_1_1"
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 5.207)
|
||||||
(xy 1.27 -7.62) (xy 0.8636 -7.62)
|
(end 0 4.953)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 2.667)
|
||||||
(xy 1.27 -5.08) (xy 0.8636 -5.08)
|
(end 0 2.413)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(rectangle
|
||||||
(pts
|
(start 0.8636 0.127)
|
||||||
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
(end 0 -0.127)
|
||||||
)
|
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type none)
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -2.413)
|
||||||
|
(end 0 -2.667)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -4.953)
|
||||||
|
(end 0 -5.207)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -7.493)
|
||||||
|
(end 0 -7.747)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 0) (xy 0.8636 0)
|
(xy 1.27 5.08) (xy 0.8636 5.08)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -246,7 +280,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 5.08) (xy 0.8636 5.08)
|
(xy 1.27 0) (xy 0.8636 0)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -256,70 +290,40 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -7.493)
|
(pts
|
||||||
(end 0 -7.747)
|
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -4.953)
|
(pts
|
||||||
(end 0 -5.207)
|
(xy 1.27 -5.08) (xy 0.8636 -5.08)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
(polyline
|
||||||
(start 0.8636 -2.413)
|
(pts
|
||||||
(end 0 -2.667)
|
(xy 1.27 -7.62) (xy 0.8636 -7.62)
|
||||||
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
(type outline)
|
(type none)
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 0.127)
|
|
||||||
(end 0 -0.127)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 2.667)
|
|
||||||
(end 0 2.413)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 5.207)
|
|
||||||
(end 0 4.953)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin passive line
|
(pin passive line
|
||||||
|
|
@ -431,6 +435,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:GND-power"
|
(symbol "2020TPC-rescue:GND-power"
|
||||||
(power)
|
(power)
|
||||||
|
|
@ -501,7 +506,8 @@
|
||||||
(symbol "GND-power_1_1"
|
(symbol "GND-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 270)
|
(at 0 0 270)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "GND"
|
(name "GND"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -518,11 +524,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:C_Small"
|
(symbol "KTag:C_Small"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -583,10 +594,10 @@
|
||||||
(symbol "C_Small_0_1"
|
(symbol "C_Small_0_1"
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
(xy -1.524 0.508) (xy 1.524 0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3302)
|
(width 0.3048)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -595,10 +606,10 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 0.508) (xy 1.524 0.508)
|
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3048)
|
(width 0.3302)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -644,9 +655,12 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:R"
|
(symbol "KTag:R"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0)
|
(offset 0)
|
||||||
)
|
)
|
||||||
|
|
@ -756,10 +770,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:SN74LV1T08DBVR"
|
(symbol "KTag:SN74LV1T08DBVR"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -851,6 +868,18 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "SN74LV1T08DBVR_1_1"
|
(symbol "SN74LV1T08DBVR_1_1"
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -7.62 5.08) (xy -6.35 5.08)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0.2032)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -7.62 -5.08) (xy -7.62 5.08)
|
(xy -7.62 -5.08) (xy -7.62 5.08)
|
||||||
|
|
@ -865,7 +894,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -7.62 5.08) (xy -6.35 5.08)
|
(xy -6.35 5.08) (xy 2.54 5.08)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.2032)
|
(width 0.2032)
|
||||||
|
|
@ -899,22 +928,10 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy -6.35 5.08) (xy 2.54 5.08)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0.2032)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(arc
|
(arc
|
||||||
(start 2.54 -5.08)
|
(start 2.54 5.08)
|
||||||
(mid 7.5979 0)
|
(mid 7.5979 0)
|
||||||
(end 2.54 5.08)
|
(end 2.54 -5.08)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.2032)
|
(width 0.2032)
|
||||||
(type default)
|
(type default)
|
||||||
|
|
@ -959,6 +976,24 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin power_in line
|
||||||
|
(at 0 10.16 270)
|
||||||
|
(length 5.08)
|
||||||
|
(name "V+"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.4986 1.4986)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "5"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.4986 1.4986)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 -10.16 90)
|
(at 0 -10.16 90)
|
||||||
(length 5.08)
|
(length 5.08)
|
||||||
|
|
@ -995,27 +1030,21 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin power_in line
|
|
||||||
(at 0 10.16 270)
|
|
||||||
(length 5.08)
|
|
||||||
(name "V+"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.4986 1.4986)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "5"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.4986 1.4986)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(text "Together with the 30k pullup\nto 5V in the IR Receiver, this\nmakes a voltage divider which\nresults in 5V * (51/81) = 3.15V\ninputs to the PSoC."
|
||||||
|
(exclude_from_sim no)
|
||||||
|
(at 158.2674 33.9598 0)
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 0.9906 0.9906)
|
||||||
|
)
|
||||||
|
(justify left bottom)
|
||||||
|
)
|
||||||
|
(uuid "59d65daf-2f53-4dcc-9e86-8192f7ae05da")
|
||||||
|
)
|
||||||
(junction
|
(junction
|
||||||
(at 151.511 41.148)
|
(at 151.511 41.148)
|
||||||
(diameter 0)
|
(diameter 0)
|
||||||
|
|
@ -4545,17 +4574,6 @@
|
||||||
"AAAAAAAAAAAAAAAAAAAAAAAAAC8BFdalvfTcaIIAAAAASUVORK5CYII="
|
"AAAAAAAAAAAAAAAAAAAAAAAAAC8BFdalvfTcaIIAAAAASUVORK5CYII="
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(text "Together with the 30k pullup\nto 5V in the IR Receiver, this\nmakes a voltage divider which\nresults in 5V * (51/81) = 3.15V\ninputs to the PSoC."
|
|
||||||
(exclude_from_sim no)
|
|
||||||
(at 158.2674 33.9598 0)
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 0.9906 0.9906)
|
|
||||||
)
|
|
||||||
(justify left bottom)
|
|
||||||
)
|
|
||||||
(uuid "59d65daf-2f53-4dcc-9e86-8192f7ae05da")
|
|
||||||
)
|
|
||||||
(global_label "NeoPixel_Select_1"
|
(global_label "NeoPixel_Select_1"
|
||||||
(shape input)
|
(shape input)
|
||||||
(at 71.755 57.277 180)
|
(at 71.755 57.277 180)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
(kicad_sch
|
(kicad_sch
|
||||||
(version 20231120)
|
(version 20250114)
|
||||||
(generator "eeschema")
|
(generator "eeschema")
|
||||||
(generator_version "8.0")
|
(generator_version "9.0")
|
||||||
(uuid "59b1c5ee-e97d-4b49-87ce-18a938487293")
|
(uuid "59b1c5ee-e97d-4b49-87ce-18a938487293")
|
||||||
(paper "USLetter")
|
(paper "USLetter")
|
||||||
(title_block
|
(title_block
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 0) (xy 0 2.54)
|
(xy 0 2.54) (xy 0.762 1.27)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 0 2.54) (xy 0.762 1.27)
|
(xy 0 0) (xy 0 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0)
|
(width 0)
|
||||||
|
|
@ -107,7 +107,8 @@
|
||||||
(symbol "+5V-power_1_1"
|
(symbol "+5V-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 90)
|
(at 0 0 90)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "+5V"
|
(name "+5V"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -124,10 +125,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:Conn_01x03_Male-Connector"
|
(symbol "2020TPC-rescue:Conn_01x03_Male-Connector"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -184,9 +188,42 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "Conn_01x03_Male-Connector_1_1"
|
(symbol "Conn_01x03_Male-Connector_1_1"
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 2.667)
|
||||||
|
(end 0 2.413)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 0.127)
|
||||||
|
(end 0 -0.127)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(rectangle
|
||||||
|
(start 0.8636 -2.413)
|
||||||
|
(end 0 -2.667)
|
||||||
|
(stroke
|
||||||
|
(width 0.1524)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type outline)
|
||||||
|
)
|
||||||
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
(xy 1.27 2.54) (xy 0.8636 2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -210,7 +247,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy 1.27 2.54) (xy 0.8636 2.54)
|
(xy 1.27 -2.54) (xy 0.8636 -2.54)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.1524)
|
(width 0.1524)
|
||||||
|
|
@ -220,39 +257,6 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(rectangle
|
|
||||||
(start 0.8636 -2.413)
|
|
||||||
(end 0 -2.667)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 0.127)
|
|
||||||
(end 0 -0.127)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(rectangle
|
|
||||||
(start 0.8636 2.667)
|
|
||||||
(end 0 2.413)
|
|
||||||
(stroke
|
|
||||||
(width 0.1524)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type outline)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(pin passive line
|
(pin passive line
|
||||||
(at 5.08 2.54 180)
|
(at 5.08 2.54 180)
|
||||||
(length 3.81)
|
(length 3.81)
|
||||||
|
|
@ -308,6 +312,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "2020TPC-rescue:GND-power"
|
(symbol "2020TPC-rescue:GND-power"
|
||||||
(power)
|
(power)
|
||||||
|
|
@ -378,7 +383,8 @@
|
||||||
(symbol "GND-power_1_1"
|
(symbol "GND-power_1_1"
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 0 270)
|
(at 0 0 270)
|
||||||
(length 0) hide
|
(length 0)
|
||||||
|
(hide yes)
|
||||||
(name "GND"
|
(name "GND"
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
|
@ -395,11 +401,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:C_Small"
|
(symbol "KTag:C_Small"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -460,10 +471,10 @@
|
||||||
(symbol "C_Small_0_1"
|
(symbol "C_Small_0_1"
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
(xy -1.524 0.508) (xy 1.524 0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3302)
|
(width 0.3048)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -472,10 +483,10 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -1.524 0.508) (xy 1.524 0.508)
|
(xy -1.524 -0.508) (xy 1.524 -0.508)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.3048)
|
(width 0.3302)
|
||||||
(type default)
|
(type default)
|
||||||
)
|
)
|
||||||
(fill
|
(fill
|
||||||
|
|
@ -521,6 +532,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:Graphic"
|
(symbol "KTag:Graphic"
|
||||||
(pin_names
|
(pin_names
|
||||||
|
|
@ -585,11 +597,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:MountingHole_Pad"
|
(symbol "KTag:MountingHole_Pad"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 1.016) hide)
|
(offset 1.016)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -687,9 +704,12 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:R"
|
(symbol "KTag:R"
|
||||||
(pin_numbers hide)
|
(pin_numbers
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0)
|
(offset 0)
|
||||||
)
|
)
|
||||||
|
|
@ -799,10 +819,13 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
(symbol "KTag:SN74LV1T08DBVR"
|
(symbol "KTag:SN74LV1T08DBVR"
|
||||||
(pin_names
|
(pin_names
|
||||||
(offset 0.254) hide)
|
(offset 0.254)
|
||||||
|
(hide yes)
|
||||||
|
)
|
||||||
(exclude_from_sim no)
|
(exclude_from_sim no)
|
||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
|
|
@ -894,6 +917,18 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol "SN74LV1T08DBVR_1_1"
|
(symbol "SN74LV1T08DBVR_1_1"
|
||||||
|
(polyline
|
||||||
|
(pts
|
||||||
|
(xy -7.62 5.08) (xy -6.35 5.08)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0.2032)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(fill
|
||||||
|
(type none)
|
||||||
|
)
|
||||||
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -7.62 -5.08) (xy -7.62 5.08)
|
(xy -7.62 -5.08) (xy -7.62 5.08)
|
||||||
|
|
@ -908,7 +943,7 @@
|
||||||
)
|
)
|
||||||
(polyline
|
(polyline
|
||||||
(pts
|
(pts
|
||||||
(xy -7.62 5.08) (xy -6.35 5.08)
|
(xy -6.35 5.08) (xy 2.54 5.08)
|
||||||
)
|
)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.2032)
|
(width 0.2032)
|
||||||
|
|
@ -942,22 +977,10 @@
|
||||||
(type none)
|
(type none)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(polyline
|
|
||||||
(pts
|
|
||||||
(xy -6.35 5.08) (xy 2.54 5.08)
|
|
||||||
)
|
|
||||||
(stroke
|
|
||||||
(width 0.2032)
|
|
||||||
(type default)
|
|
||||||
)
|
|
||||||
(fill
|
|
||||||
(type none)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(arc
|
(arc
|
||||||
(start 2.54 -5.08)
|
(start 2.54 5.08)
|
||||||
(mid 7.5979 0)
|
(mid 7.5979 0)
|
||||||
(end 2.54 5.08)
|
(end 2.54 -5.08)
|
||||||
(stroke
|
(stroke
|
||||||
(width 0.2032)
|
(width 0.2032)
|
||||||
(type default)
|
(type default)
|
||||||
|
|
@ -1002,6 +1025,24 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin power_in line
|
||||||
|
(at 0 10.16 270)
|
||||||
|
(length 5.08)
|
||||||
|
(name "V+"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.4986 1.4986)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "5"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.4986 1.4986)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin power_in line
|
(pin power_in line
|
||||||
(at 0 -10.16 90)
|
(at 0 -10.16 90)
|
||||||
(length 5.08)
|
(length 5.08)
|
||||||
|
|
@ -1038,25 +1079,8 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(pin power_in line
|
|
||||||
(at 0 10.16 270)
|
|
||||||
(length 5.08)
|
|
||||||
(name "V+"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.4986 1.4986)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(number "5"
|
|
||||||
(effects
|
|
||||||
(font
|
|
||||||
(size 1.4986 1.4986)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
(embedded_fonts no)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(junction
|
(junction
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue