From 2df611d51113d7c5077ce8d48a6d4f3172e2028f Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sun, 16 Jul 2023 16:04:50 +0200 Subject: [PATCH] work in progress, added usb-c flasher, add display connector, add midi connections --- .gitmodules | 3 + esp32_midi/esp32_midi.kicad_prl | 3 + esp32_midi/esp32_midi.kicad_pro | 89 +- esp32_midi/esp32_midi.kicad_sch | 4689 ++++++++++++++++++++++--- esp32_midi/flasher | 1 + esp32_midi/midi.kicad_sch | 303 +- esp32_midi/midi_in_thru_out.kicad_sch | 101 +- esp32_midi/midi_out.kicad_sch | 190 +- 8 files changed, 4585 insertions(+), 794 deletions(-) create mode 160000 esp32_midi/flasher diff --git a/.gitmodules b/.gitmodules index 158c902..1287199 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "kicad-libraries"] path = kicad-libraries url = git@github.com:espressif/kicad-libraries.git +[submodule "esp32_midi/flasher"] + path = esp32_midi/flasher + url = https://github.com/0xFEEDC0DE64/kicad-esp32-usb-cflasher.git diff --git a/esp32_midi/esp32_midi.kicad_prl b/esp32_midi/esp32_midi.kicad_prl index eabee57..94f2495 100644 --- a/esp32_midi/esp32_midi.kicad_prl +++ b/esp32_midi/esp32_midi.kicad_prl @@ -3,10 +3,12 @@ "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, @@ -36,6 +38,7 @@ 8, 9, 10, + 11, 12, 13, 14, diff --git a/esp32_midi/esp32_midi.kicad_pro b/esp32_midi/esp32_midi.kicad_pro index e639be4..53d0dd2 100644 --- a/esp32_midi/esp32_midi.kicad_pro +++ b/esp32_midi/esp32_midi.kicad_pro @@ -1,5 +1,6 @@ { "board": { + "3dviewports": [], "design_settings": { "defaults": { "board_outline_line_width": 0.09999999999999999, @@ -56,20 +57,26 @@ "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_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", "invalid_outline": "error", + "isolated_copper": "warning", "item_on_disabled_layer": "error", "items_not_allowed": "error", "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", "malformed_courtyard": "error", "microvia_drill_out_of_range": "error", "missing_courtyard": "ignore", @@ -79,9 +86,14 @@ "padstack": "error", "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", @@ -90,7 +102,6 @@ "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", - "zone_has_empty_net": "error", "zones_intersect": "error" }, "rules": { @@ -98,26 +109,72 @@ "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, + "min_connection": 0.0, "min_copper_edge_clearance": 0.0, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, "min_microvia_diameter": 0.19999999999999998, "min_microvia_drill": 0.09999999999999999, + "min_resolved_spokes": 2, "min_silk_clearance": 0.0, + "min_text_height": 0.7999999999999999, + "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.19999999999999998, "min_via_annular_width": 0.049999999999999996, "min_via_diameter": 0.39999999999999997, "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_allow_use_two_tracks": true, + "td_curve_segcount": 5, + "td_on_pad_in_zone": false, + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], "track_widths": [], "via_dimensions": [], "zones_allow_external_fillets": false, "zones_use_no_outline": true }, - "layer_presets": [] + "layer_presets": [], + "viewports": [] }, "boards": [], "cvpcb": { @@ -301,18 +358,23 @@ "rule_severities": { "bus_definition_conflict": "error", "bus_entry_needed": "error", - "bus_label_syntax": "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", @@ -322,6 +384,7 @@ "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", @@ -339,7 +402,7 @@ "net_settings": { "classes": [ { - "bus_width": 12.0, + "bus_width": 12, "clearance": 0.2, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, @@ -353,13 +416,15 @@ "track_width": 0.25, "via_diameter": 0.8, "via_drill": 0.4, - "wire_width": 6.0 + "wire_width": 6 } ], "meta": { - "version": 2 + "version": 3 }, - "net_colors": null + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] }, "pcbnew": { "last_paths": { @@ -375,6 +440,8 @@ "schematic": { "annotate_start_num": 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": [], @@ -406,7 +473,11 @@ "page_layout_descr_file": "", "plot_directory": "", "spice_adjust_passive_values": false, + "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_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, @@ -427,6 +498,10 @@ "c474a483-652e-46b3-829f-20d9c40cc74b", "MIDI IN" ], + [ + "2c215fe4-7c9a-4ae0-9a5d-913b04975b72", + "flasher" + ], [ "23ac7157-3583-490b-a889-9bba9a4271ea", "MIDI THRU" diff --git a/esp32_midi/esp32_midi.kicad_sch b/esp32_midi/esp32_midi.kicad_sch index 7f003a7..af6accb 100644 --- a/esp32_midi/esp32_midi.kicad_sch +++ b/esp32_midi/esp32_midi.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid e33c0603-5c0d-4712-ab63-5756d1504b4c) @@ -6,38 +6,38 @@ (lib_symbols (symbol "Connector:Jack-DC" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.334 0) + (property "Reference" "J" (at 0 5.334 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "Jack-DC" (id 1) (at 0 -5.08 0) + (property "Value" "Jack-DC" (at 0 -5.08 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 1.27 -1.016 0) + (property "Footprint" "" (at 1.27 -1.016 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 1.27 -1.016 0) + (property "Datasheet" "~" (at 1.27 -1.016 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "DC power barrel jack connector" (id 4) (at 0 0 0) + (property "ki_keywords" "DC power barrel jack connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "DC Barrel Jack" (id 5) (at 0 0 0) + (property "ki_description" "DC Barrel Jack" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "BarrelJack*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "BarrelJack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "Jack-DC_0_1" (rectangle (start -5.08 3.81) (end 5.08 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) - (arc (start -3.302 3.175) (mid -3.937 2.54) (end -3.302 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -3.302 3.175) (mid -3.9343 2.54) (end -3.302 1.905) + (stroke (width 0.254) (type default)) (fill (type none)) ) - (arc (start -3.302 3.175) (mid -3.937 2.54) (end -3.302 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -3.302 3.175) (mid -3.9343 2.54) (end -3.302 1.905) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (polyline @@ -45,7 +45,7 @@ (xy 5.08 2.54) (xy 3.81 2.54) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -57,11 +57,11 @@ (xy 2.54 -2.54) (xy 5.08 -2.54) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (rectangle (start 3.683 3.175) (end -3.302 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) ) @@ -77,108 +77,108 @@ ) ) (symbol "Connector:USB_C_Receptacle_USB2.0" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at -10.16 19.05 0) + (property "Reference" "J" (at -10.16 19.05 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "USB_C_Receptacle_USB2.0" (id 1) (at 19.05 19.05 0) + (property "Value" "USB_C_Receptacle_USB2.0" (at 19.05 19.05 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 3.81 0 0) + (property "Footprint" "" (at 3.81 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (id 3) (at 3.81 0 0) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 3.81 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "usb universal serial bus type-C USB2.0" (id 4) (at 0 0 0) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "USB 2.0-only Type-C Receptacle connector" (id 5) (at 0 0 0) + (property "ki_description" "USB 2.0-only Type-C Receptacle connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "USB*C*Receptacle*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "USB*C*Receptacle*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "USB_C_Receptacle_USB2.0_0_0" (rectangle (start -0.254 -17.78) (end 0.254 -16.764) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -14.986) (end 9.144 -15.494) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -12.446) (end 9.144 -12.954) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -4.826) (end 9.144 -5.334) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 -2.286) (end 9.144 -2.794) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 0.254) (end 9.144 -0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 2.794) (end 9.144 2.286) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 7.874) (end 9.144 7.366) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 10.414) (end 9.144 9.906) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (rectangle (start 10.16 15.494) (end 9.144 14.986) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "USB_C_Receptacle_USB2.0_0_1" (rectangle (start -10.16 17.78) (end 10.16 -17.78) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) - (arc (start -8.89 -3.81) (mid -6.985 -5.715) (end -5.08 -3.81) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (arc (start -8.89 -3.81) (mid -6.985 -5.7067) (end -5.08 -3.81) + (stroke (width 0.508) (type default)) (fill (type none)) ) - (arc (start -7.62 -3.81) (mid -6.985 -4.445) (end -6.35 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) + (stroke (width 0.254) (type default)) (fill (type none)) ) - (arc (start -7.62 -3.81) (mid -6.985 -4.445) (end -6.35 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (rectangle (start -7.62 -3.81) (end -6.35 3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) - (arc (start -6.35 3.81) (mid -6.985 4.445) (end -7.62 3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) + (stroke (width 0.254) (type default)) (fill (type none)) ) - (arc (start -6.35 3.81) (mid -6.985 4.445) (end -7.62 3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) + (stroke (width 0.254) (type default)) (fill (type outline)) ) - (arc (start -5.08 3.81) (mid -6.985 5.715) (end -8.89 3.81) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (arc (start -5.08 3.81) (mid -6.985 5.7067) (end -8.89 3.81) + (stroke (width 0.508) (type default)) (fill (type none)) ) (circle (center -2.54 1.143) (radius 0.635) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (circle (center 0 -5.842) (radius 1.27) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -186,7 +186,7 @@ (xy -8.89 -3.81) (xy -8.89 3.81) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -194,7 +194,7 @@ (xy -5.08 3.81) (xy -5.08 -3.81) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -202,7 +202,7 @@ (xy 0 -5.842) (xy 0 4.318) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -211,7 +211,7 @@ (xy -2.54 -0.762) (xy -2.54 0.508) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -220,7 +220,7 @@ (xy 2.54 0.508) (xy 2.54 1.778) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -230,11 +230,11 @@ (xy 1.27 4.318) (xy -1.27 4.318) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) (rectangle (start 1.905 1.778) (end 3.175 3.048) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type outline)) ) ) @@ -309,26 +309,188 @@ ) ) ) + (symbol "Connector_Generic:Conn_01x05" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x05" (at 0 -7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x05_1_1" + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 6.35) (end 1.27 -6.35) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x08" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 10.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x08" (at 0 -12.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x08_1_1" + (rectangle (start -1.27 -10.033) (end 0 -10.287) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 7.747) (end 0 7.493) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 8.89) (end 1.27 -11.43) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin passive line (at -5.08 7.62 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -10.16 0) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + ) (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.635 2.54 0) + (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "C" (id 1) (at 0.635 -2.54 0) + (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 0.9652 -3.81 0) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0) + (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "C_0_1" @@ -337,7 +499,7 @@ (xy -2.032 -0.762) (xy 2.032 -0.762) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) (polyline @@ -345,7 +507,7 @@ (xy -2.032 0.762) (xy 2.032 0.762) ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) + (stroke (width 0.508) (type default)) (fill (type none)) ) ) @@ -360,26 +522,77 @@ ) ) ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default)) + (fill (type none)) + ) + ) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) (symbol "Device:D" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.54 0) + (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "D" (id 1) (at 0 -2.54 0) + (property "Value" "D" (at 0 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode" (id 4) (at 0 0 0) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Diode" (id 5) (at 0 0 0) + (property "ki_description" "Diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_0_1" @@ -388,7 +601,7 @@ (xy -1.27 1.27) (xy -1.27 -1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -396,7 +609,7 @@ (xy 1.27 0) (xy -1.27 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -406,7 +619,7 @@ (xy -1.27 0) (xy 1.27 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -421,25 +634,226 @@ ) ) ) + (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 2.032 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "R" (at 0 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at -1.778 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R res resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_0_1" + (rectangle (start -1.016 -2.54) (end 1.016 2.54) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "R_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "RV" (at -4.445 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "R_Potentiometer" (at -2.54 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "resistor variable" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Potentiometer" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) + (xy 1.524 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.143 0) + (xy 2.286 0.508) + (xy 2.286 -0.508) + (xy 1.143 0) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (rectangle (start 1.016 2.54) (end -1.016 -2.54) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 1.27) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Diode:BAV99" (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 -12.7 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "BAV99 High-speed switching diodes, SOT-23" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "BAV99_0_1" + (polyline + (pts + (xy -5.08 0) + (xy 5.08 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "BAV99_1_1" + (polyline + (pts + (xy 0 0) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.81 1.27) + (xy 3.81 -1.27) + (xy 3.81 -1.27) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.81 1.27) + (xy -1.27 0) + (xy -3.81 -1.27) + (xy -3.81 1.27) + (xy -3.81 1.27) + (xy -3.81 1.27) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 1.27) + (xy 3.81 0) + (xy 1.27 -1.27) + (xy 1.27 1.27) + (xy 1.27 1.27) + (xy 1.27 1.27) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (circle (center 0 0) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (pin passive line (at -7.62 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) (symbol "Espressif:ESP32-S3-WROOM-2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -55.88 38.1 0) + (property "Reference" "U" (at -55.88 38.1 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "ESP32-S3-WROOM-2" (id 1) (at -55.88 35.56 0) + (property "Value" "ESP32-S3-WROOM-2" (at -55.88 35.56 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Espressif:ESP32-S3-WROOM-2" (id 2) (at 0 -33.02 0) + (property "Footprint" "Espressif:ESP32-S3-WROOM-2" (at 0 -33.02 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-2_datasheet_en.pdf" (id 3) (at 0 -35.56 0) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-2_datasheet_en.pdf" (at 0 -35.56 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "2.4 GHz WiFi (802.11 b/g/n) and Bluetooth ® 5 (LE) module Built around ESP32S3 series of SoCs, Xtensa ® dualcore 32bit LX7 microprocessor Flash up to 16 MB, PSRAM up to 8 MB 36 GPIOs, rich set of peripherals Onboard PCB antenna" (id 4) (at 0 0 0) + (property "ki_description" "2.4 GHz WiFi (802.11 b/g/n) and Bluetooth ® 5 (LE) module Built around ESP32S3 series of SoCs, Xtensa ® dualcore 32bit LX7 microprocessor Flash up to 16 MB, PSRAM up to 8 MB 36 GPIOs, rich set of peripherals Onboard PCB antenna" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "ESP32-S3-WROOM-2_0_0" (rectangle (start -55.88 33.02) (end 53.34 -30.48) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (text "ESP32-S3-WROOM-2" (at 0 -25.4 0) @@ -611,31 +1025,378 @@ ) ) ) - (symbol "Regulator_Linear:AMS1117-3.3" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -3.81 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AMS1117-3.3" (id 1) (at 0 3.175 0) + (symbol "Power_Protection:USBLC6-4SC6" (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "U" (at 2.54 8.89 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (id 2) (at 0 5.08 0) + (property "Value" "USBLC6-4SC6" (at 2.54 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 0 -12.7 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (id 3) (at 2.54 -6.35 0) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-4.pdf" (at 5.08 8.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "linear regulator ldo fixed positive" (id 4) (at 0 0 0) + (property "ki_keywords" "usb ethernet sim card video" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" (id 5) (at 0 0 0) + (property "ki_description" "Very low capacitance ESD protection diode, 4 data-line, SOT-23-6" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?223*TabPin2*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USBLC6-4SC6_0_1" + (rectangle (start -7.62 -7.62) (end 7.62 7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (circle (center -5.08 2.54) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center -2.54 -6.35) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center -2.54 -2.54) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center -2.54 6.35) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (rectangle (start -2.54 6.35) (end 2.54 -6.35) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 0 -6.35) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy -5.08 2.54) + (xy -7.62 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.064 -3.429) + (xy -6.096 -3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.064 5.461) + (xy -6.096 5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -2.54) + (xy -7.62 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 -3.429) + (xy -3.556 -3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 5.461) + (xy -3.556 5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -7.62) + (xy 0 -6.35) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -6.35) + (xy 0 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 1.27) + (xy 0 6.35) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 6.35) + (xy 0 7.62) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.524 -3.429) + (xy 3.556 -3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.524 5.461) + (xy 3.556 5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 2.54) + (xy 7.62 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 -3.429) + (xy 6.096 -3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 5.461) + (xy 6.096 5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -2.54) + (xy 7.62 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -6.096 -5.461) + (xy -4.064 -5.461) + (xy -5.08 -3.429) + (xy -6.096 -5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -6.096 3.429) + (xy -4.064 3.429) + (xy -5.08 5.461) + (xy -6.096 3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.556 -5.461) + (xy -1.524 -5.461) + (xy -2.54 -3.429) + (xy -3.556 -5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.556 3.429) + (xy -1.524 3.429) + (xy -2.54 5.461) + (xy -3.556 3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 6.35) + (xy -5.08 6.35) + (xy -5.08 -6.35) + (xy -2.54 -6.35) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 -1.016) + (xy 1.016 -1.016) + (xy 0 1.016) + (xy -1.016 -1.016) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 1.016) + (xy 0.762 1.016) + (xy -1.016 1.016) + (xy -1.016 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 6.35) + (xy 5.08 6.35) + (xy 5.08 -6.35) + (xy 2.54 -6.35) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.556 -5.461) + (xy 1.524 -5.461) + (xy 2.54 -3.429) + (xy 3.556 -5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.556 3.429) + (xy 1.524 3.429) + (xy 2.54 5.461) + (xy 3.556 3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 6.096 -5.461) + (xy 4.064 -5.461) + (xy 5.08 -3.429) + (xy 6.096 -5.461) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 6.096 3.429) + (xy 4.064 3.429) + (xy 5.08 5.461) + (xy 6.096 3.429) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 0 6.35) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 2.54 -6.35) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 2.54 2.54) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 2.54 6.35) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 5.08 -2.54) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + (symbol "USBLC6-4SC6_1_1" + (pin passive line (at -10.16 2.54 0) (length 2.54) + (name "I/O1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -10.16 -2.54 0) (length 2.54) + (name "I/O2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 2.54 180) (length 2.54) + (name "I/O3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 10.16 270) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 -2.54 180) (length 2.54) + (name "I/O4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Regulator_Linear:AMS1117-3.3" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -3.81 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AMS1117-3.3" (at 0 3.175 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (at 0 5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (at 2.54 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "linear regulator ldo fixed positive" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?223*TabPin2*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "AMS1117-3.3_0_1" (rectangle (start -5.08 -5.08) (end 5.08 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -655,30 +1416,30 @@ ) ) (symbol "Regulator_Linear:AMS1117-5.0" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -3.81 3.175 0) + (property "Reference" "U" (at -3.81 3.175 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "AMS1117-5.0" (id 1) (at 0 3.175 0) + (property "Value" "AMS1117-5.0" (at 0 3.175 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (id 2) (at 0 5.08 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (at 0 5.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (id 3) (at 2.54 -6.35 0) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (at 2.54 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "linear regulator ldo fixed positive" (id 4) (at 0 0 0) + (property "ki_keywords" "linear regulator ldo fixed positive" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "1A Low Dropout regulator, positive, 5.0V fixed output, SOT-223" (id 5) (at 0 0 0) + (property "ki_description" "1A Low Dropout regulator, positive, 5.0V fixed output, SOT-223" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?223*TabPin2*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?223*TabPin2*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "AMS1117-5.0_0_1" (rectangle (start -5.08 -5.08) (end 5.08 1.905) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) ) @@ -697,23 +1458,71 @@ ) ) ) - (symbol "power:+12V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+12V" (id 1) (at 0 3.556 0) + (symbol "Switch:SW_SPST" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "SW" (at 0 3.175 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Value" "SW_SPST" (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "global power" (id 4) (at 0 0 0) + (property "ki_keywords" "switch lever" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+12V\"" (id 5) (at 0 0 0) + (property "ki_description" "Single Pole Single Throw (SPST) switch" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "SW_SPST_0_0" + (circle (center -2.032 0) (radius 0.508) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.254) + (xy 1.524 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 2.032 0) (radius 0.508) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "SW_SPST_1_1" + (pin passive line (at -5.08 0 0) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 5.08 0 180) (length 2.54) + (name "B" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+12V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+12V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+12V_0_1" @@ -722,7 +1531,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -730,7 +1539,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -738,7 +1547,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -750,22 +1559,22 @@ ) ) (symbol "power:+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3.3V" (id 1) (at 0 3.556 0) + (property "Value" "+3.3V" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "global power" (id 4) (at 0 0 0) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+3.3V_0_1" @@ -774,7 +1583,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -782,7 +1591,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -790,7 +1599,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -801,23 +1610,75 @@ ) ) ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 0 3.556 0) + (property "Value" "+3V3" (at 0 3.556 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "global power" (id 4) (at 0 0 0) + (property "ki_keywords" "power-flag" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+3V3_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "+3V3_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "+5V_0_1" @@ -826,7 +1687,7 @@ (xy -0.762 1.27) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -834,7 +1695,7 @@ (xy 0 0) (xy 0 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -842,7 +1703,7 @@ (xy 0 2.54) (xy 0.762 1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -854,22 +1715,22 @@ ) ) (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 0 -3.81 0) + (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 0 0 0) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "global power" (id 4) (at 0 0 0) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "GND_0_1" @@ -882,7 +1743,7 @@ (xy -1.27 -1.27) (xy 0 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -898,464 +1759,2715 @@ (junction (at 250.19 74.93) (diameter 0) (color 0 0 0 0) (uuid 0ac0784b-e8cb-41d8-b767-a8150d6b4046) ) + (junction (at 38.1 17.78) (diameter 0) (color 0 0 0 0) + (uuid 0cfe72d9-cabe-4c9a-b9dd-596fbb9bdf2c) + ) + (junction (at 99.06 161.29) (diameter 0) (color 0 0 0 0) + (uuid 0dd4c096-895c-455b-a8db-a616fa48e742) + ) + (junction (at 38.1 25.4) (diameter 0) (color 0 0 0 0) + (uuid 1767bcd9-d972-4f17-be74-a3235c2345ca) + ) + (junction (at 99.06 148.59) (diameter 0) (color 0 0 0 0) + (uuid 1810a43a-0682-4f2c-ba7e-735bbec88179) + ) + (junction (at 118.11 148.59) (diameter 0) (color 0 0 0 0) + (uuid 20604b41-daa5-4497-a14e-9f1fcde31682) + ) + (junction (at 57.15 17.78) (diameter 0) (color 0 0 0 0) + (uuid 47d9fd4b-5e56-4e6a-8317-eda7d88b8eb5) + ) (junction (at 226.06 44.45) (diameter 0) (color 0 0 0 0) (uuid 49d9d2eb-9f4c-48c1-84b8-cdc7d66fd6d7) ) + (junction (at 39.37 43.18) (diameter 0) (color 0 0 0 0) + (uuid 51ebb71e-3d5a-4277-8cbb-5cad690e8461) + ) (junction (at 224.79 74.93) (diameter 0) (color 0 0 0 0) (uuid 5999c871-fcae-4417-b9c7-4ad5458d3a2d) ) + (junction (at 44.45 17.78) (diameter 0) (color 0 0 0 0) + (uuid 6af0fa51-a9b2-4ad0-a55f-ad49a05a5c58) + ) + (junction (at 50.8 17.78) (diameter 0) (color 0 0 0 0) + (uuid 800fe347-55de-479f-870d-d988edbbdd44) + ) + (junction (at 45.72 46.99) (diameter 0) (color 0 0 0 0) + (uuid 82c42221-501d-4a19-b045-871fcd23b8f3) + ) + (junction (at 69.85 17.78) (diameter 0) (color 0 0 0 0) + (uuid 83796a41-5e5b-4d37-8609-2d27f0617113) + ) + (junction (at 118.11 161.29) (diameter 0) (color 0 0 0 0) + (uuid 8e09f1d2-5483-4408-a7a3-f2326963fcd5) + ) + (junction (at 76.2 17.78) (diameter 0) (color 0 0 0 0) + (uuid 9623cf87-8e31-432d-b9b3-68cdcd158ada) + ) + (junction (at 44.45 25.4) (diameter 0) (color 0 0 0 0) + (uuid a6a0bbc1-6ecb-4826-86f2-0e0f392f55b2) + ) (junction (at 247.65 44.45) (diameter 0) (color 0 0 0 0) (uuid bab8a4c0-e86c-45b2-8c01-806cef0b1ad3) ) (junction (at 267.97 44.45) (diameter 0) (color 0 0 0 0) (uuid d3b05c31-5e6e-42c2-926e-635916e995b0) ) + (junction (at 50.8 25.4) (diameter 0) (color 0 0 0 0) + (uuid d82eeff9-826f-4e94-8051-8d671b14090c) + ) + (junction (at 63.5 17.78) (diameter 0) (color 0 0 0 0) + (uuid dfe018c4-5ade-446a-9243-a1fbe3962f6b) + ) + (junction (at 76.2 25.4) (diameter 0) (color 0 0 0 0) + (uuid e1a4e9d8-33ed-4f26-8ec6-325eedde47ae) + ) + (junction (at 63.5 25.4) (diameter 0) (color 0 0 0 0) + (uuid ec840b45-1ae0-46a3-9197-5844cbbc4b9d) + ) + (junction (at 57.15 25.4) (diameter 0) (color 0 0 0 0) + (uuid ee989b38-6a58-453d-a1a4-4e7448b90222) + ) + (junction (at 69.85 25.4) (diameter 0) (color 0 0 0 0) + (uuid ef1ce0b3-262c-460f-8f42-59385edba4e8) + ) (wire (pts (xy 212.09 44.45) (xy 226.06 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 00b22bc8-91ab-473a-baa8-67a2ef35b5cf) ) + (wire (pts (xy 200.66 50.8) (xy 198.12 50.8)) + (stroke (width 0) (type default)) + (uuid 010bba54-0ec8-49ba-96d9-164bf2262c8b) + ) + (wire (pts (xy 48.26 92.71) (xy 81.28 92.71)) + (stroke (width 0) (type default)) + (uuid 0133e9cd-6adf-4a57-9151-41c97d7efeac) + ) + (wire (pts (xy 31.75 17.78) (xy 38.1 17.78)) + (stroke (width 0) (type default)) + (uuid 05495809-1b54-4437-ae68-9bf940b51760) + ) (wire (pts (xy 226.06 44.45) (xy 228.6 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06cd9877-0fb2-4b1e-acc5-7ac4cb3ee1e3) ) - (wire (pts (xy 85.09 153.67) (xy 91.44 153.67)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (wire (pts (xy 35.56 128.27) (xy 41.91 128.27)) + (stroke (width 0) (type default)) (uuid 076b4523-ed19-431a-9bfd-5571e436ebb2) ) + (wire (pts (xy 45.72 67.31) (xy 45.72 46.99)) + (stroke (width 0) (type default)) + (uuid 0c2357e9-d253-41cd-b2ad-78ac6b6e8c38) + ) (wire (pts (xy 212.09 43.18) (xy 212.09 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 0f60312c-c176-47c1-b8bf-b54c0533be43) ) (wire (pts (xy 243.84 44.45) (xy 247.65 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1b6bfc47-dc62-4b3c-8166-c958aa0a1449) ) + (wire (pts (xy 118.11 161.29) (xy 137.16 161.29)) + (stroke (width 0) (type default)) + (uuid 1e2caed5-9447-4b37-bd39-279259c8bf23) + ) + (wire (pts (xy 200.66 54.61) (xy 200.66 50.8)) + (stroke (width 0) (type default)) + (uuid 22b0b93f-72a5-4408-94d3-7b106f22515c) + ) + (wire (pts (xy 44.45 69.85) (xy 49.53 69.85)) + (stroke (width 0) (type default)) + (uuid 22b98d18-eaa3-48ae-8114-26afb288adf9) + ) + (wire (pts (xy 80.01 102.87) (xy 81.28 102.87)) + (stroke (width 0) (type default)) + (uuid 259afc6d-0946-4a56-97ec-57019e930e16) + ) (wire (pts (xy 250.19 74.93) (xy 254 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 2824a3e8-b53a-4b79-81f9-ddfb2511be5c) ) - (wire (pts (xy 85.09 161.29) (xy 88.9 161.29)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (wire (pts (xy 69.85 25.4) (xy 76.2 25.4)) + (stroke (width 0) (type default)) + (uuid 2938b123-7307-4979-94aa-e2629b08c71b) + ) + (wire (pts (xy 44.45 17.78) (xy 50.8 17.78)) + (stroke (width 0) (type default)) + (uuid 2a6aa611-9049-4810-ac63-4c1ca46a4041) + ) + (wire (pts (xy 49.53 69.85) (xy 49.53 44.45)) + (stroke (width 0) (type default)) + (uuid 2e986987-81f6-4821-a327-4b8bdbc1d36d) + ) + (wire (pts (xy 45.72 95.25) (xy 81.28 95.25)) + (stroke (width 0) (type default)) + (uuid 33cf4bf5-3b61-47ff-baf5-67f26f2c5bba) + ) + (wire (pts (xy 49.53 44.45) (xy 81.28 44.45)) + (stroke (width 0) (type default)) + (uuid 3dfd9cad-83af-459e-887f-e632b9254a10) + ) + (wire (pts (xy 99.06 148.59) (xy 118.11 148.59)) + (stroke (width 0) (type default)) + (uuid 3f3f67e8-834b-4dee-9018-6abfcabad907) + ) + (wire (pts (xy 35.56 135.89) (xy 39.37 135.89)) + (stroke (width 0) (type default)) (uuid 46d6ceae-bcb7-407a-bf09-ce1b00148c87) ) (wire (pts (xy 265.43 44.45) (xy 267.97 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4b0bc135-bd8e-4336-ae14-86e566763c40) ) + (wire (pts (xy 118.11 148.59) (xy 137.16 148.59)) + (stroke (width 0) (type default)) + (uuid 4da97e5c-1b51-434f-b79b-77e367b1b110) + ) + (wire (pts (xy 39.37 43.18) (xy 45.72 43.18)) + (stroke (width 0) (type default)) + (uuid 507b7d2c-7d61-45fe-8626-50d71d319979) + ) + (wire (pts (xy 201.93 57.15) (xy 201.93 53.34)) + (stroke (width 0) (type default)) + (uuid 527fdaf1-90a8-4274-90d7-73973caf3761) + ) + (wire (pts (xy 44.45 25.4) (xy 50.8 25.4)) + (stroke (width 0) (type default)) + (uuid 53be5012-6f22-413e-a1cd-503d3f1c161e) + ) + (wire (pts (xy 44.45 67.31) (xy 45.72 67.31)) + (stroke (width 0) (type default)) + (uuid 57e8c530-1020-420a-9250-4eaee43f5f24) + ) + (wire (pts (xy 31.75 58.42) (xy 31.75 62.23)) + (stroke (width 0) (type default)) + (uuid 59bec6d5-8b95-405e-89fd-03d185a0f739) + ) + (wire (pts (xy 63.5 25.4) (xy 69.85 25.4)) + (stroke (width 0) (type default)) + (uuid 5b7ab944-1b3a-4d32-994f-f531bd753471) + ) + (wire (pts (xy 57.15 17.78) (xy 63.5 17.78)) + (stroke (width 0) (type default)) + (uuid 5fcd8c0b-69dc-4731-972a-a8fb964c44cd) + ) + (wire (pts (xy 80.01 21.59) (xy 80.01 52.07)) + (stroke (width 0) (type default)) + (uuid 67264e23-5e91-4557-ac9d-3ca6c2267e1b) + ) + (wire (pts (xy 78.74 148.59) (xy 99.06 148.59)) + (stroke (width 0) (type default)) + (uuid 6ade2d8e-c914-45f0-b2cb-08b2fe33d410) + ) + (wire (pts (xy 193.04 40.64) (xy 166.37 40.64)) + (stroke (width 0) (type default)) + (uuid 6aeb9514-aac7-4e34-8095-2cc6f4a2c55a) + ) (wire (pts (xy 243.84 74.93) (xy 250.19 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6af807f7-9faf-4dfc-a90c-c3482826a00a) ) - (wire (pts (xy 54.61 99.06) (xy 58.42 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 7c741fd0-1fc0-4ed3-9ba0-d1bbc29b0c3e) + (wire (pts (xy 76.2 25.4) (xy 82.55 25.4)) + (stroke (width 0) (type default)) + (uuid 71e96bb7-6110-446e-9dba-e5d7987e2717) + ) + (wire (pts (xy 195.58 57.15) (xy 201.93 57.15)) + (stroke (width 0) (type default)) + (uuid 74b7b1e3-9e0d-463c-850f-c229482879b2) + ) + (wire (pts (xy 76.2 17.78) (xy 82.55 17.78)) + (stroke (width 0) (type default)) + (uuid 74dc5e4a-3f2c-45af-b1cd-fdba7a43fc1c) + ) + (wire (pts (xy 44.45 73.66) (xy 46.99 73.66)) + (stroke (width 0) (type default)) + (uuid 7684e5a4-01bc-48cb-b9e0-9a60d69bfdc9) + ) + (wire (pts (xy 114.3 19.05) (xy 114.3 20.32)) + (stroke (width 0) (type default)) + (uuid 7a1fda27-42bf-4033-bcf2-8b71b2d28706) ) (wire (pts (xy 267.97 44.45) (xy 279.4 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7e8b8691-8379-4528-aa7b-448e571c879f) ) + (wire (pts (xy 31.75 25.4) (xy 38.1 25.4)) + (stroke (width 0) (type default)) + (uuid 882d78d8-af9c-44ed-8f5e-fe58e3b64498) + ) + (wire (pts (xy 80.01 99.06) (xy 54.61 99.06)) + (stroke (width 0) (type default)) + (uuid 8a9f0f61-2435-40cc-86f0-b0e18aa9638c) + ) + (wire (pts (xy 195.58 102.87) (xy 196.85 102.87)) + (stroke (width 0) (type default)) + (uuid 8ddc31b4-b511-4544-a832-5d4d8b37d5c8) + ) + (wire (pts (xy 113.03 19.05) (xy 114.3 19.05)) + (stroke (width 0) (type default)) + (uuid 8e3a4d78-c5c9-479d-8bb6-ca306f9d5b95) + ) + (wire (pts (xy 31.75 85.09) (xy 31.75 88.9)) + (stroke (width 0) (type default)) + (uuid 8f558152-f577-4112-895b-f0fa4c951128) + ) + (wire (pts (xy 99.06 161.29) (xy 118.11 161.29)) + (stroke (width 0) (type default)) + (uuid 9070c268-bf6d-4f4e-81e3-f76a4331e2e6) + ) + (wire (pts (xy 191.77 46.99) (xy 195.58 46.99)) + (stroke (width 0) (type default)) + (uuid 94ade788-f010-456b-8937-2f1ebdbd2fe1) + ) + (wire (pts (xy 73.66 54.61) (xy 81.28 54.61)) + (stroke (width 0) (type default)) + (uuid 95111f04-ebd6-41af-acaf-11e3c79df7f9) + ) + (wire (pts (xy 78.74 161.29) (xy 99.06 161.29)) + (stroke (width 0) (type default)) + (uuid 95934f92-b5a3-4fef-b811-7ed14eda331e) + ) + (wire (pts (xy 196.85 102.87) (xy 196.85 104.14)) + (stroke (width 0) (type default)) + (uuid 95f1f256-5ebc-4387-8625-6be78056392d) + ) + (wire (pts (xy 50.8 25.4) (xy 57.15 25.4)) + (stroke (width 0) (type default)) + (uuid 999c694d-dd7e-4489-9058-eb82379fd34f) + ) + (wire (pts (xy 63.5 17.78) (xy 69.85 17.78)) + (stroke (width 0) (type default)) + (uuid 9c97f660-8f7a-4b87-aa28-7e017e7f65e5) + ) + (wire (pts (xy 45.72 46.99) (xy 45.72 43.18)) + (stroke (width 0) (type default)) + (uuid 9d9bc117-118d-41da-bc17-97cf973e32ba) + ) + (wire (pts (xy 110.49 22.86) (xy 114.3 22.86)) + (stroke (width 0) (type default)) + (uuid 9e64bf4c-3619-496f-bf41-f6d6739e506f) + ) + (wire (pts (xy 45.72 46.99) (xy 81.28 46.99)) + (stroke (width 0) (type default)) + (uuid a219d13a-7fc3-459f-bc57-f9fe7c9ee0f1) + ) + (wire (pts (xy 45.72 130.81) (xy 45.72 95.25)) + (stroke (width 0) (type default)) + (uuid a26141cb-f259-4b72-84cc-d11d47a963e2) + ) + (wire (pts (xy 35.56 133.35) (xy 48.26 133.35)) + (stroke (width 0) (type default)) + (uuid a43bd107-4329-456d-89c5-d85d694e52b7) + ) + (wire (pts (xy 38.1 17.78) (xy 44.45 17.78)) + (stroke (width 0) (type default)) + (uuid a8a9dedc-38e0-40be-b521-67d59b9a66f2) + ) + (wire (pts (xy 73.66 21.59) (xy 73.66 54.61)) + (stroke (width 0) (type default)) + (uuid a94d1a59-274b-4948-a6ea-47041afa0fd7) + ) (wire (pts (xy 247.65 44.45) (xy 257.81 44.45)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ac815529-3143-4508-b3b7-2885927be0ab) ) + (wire (pts (xy 193.04 44.45) (xy 193.04 40.64)) + (stroke (width 0) (type default)) + (uuid b12dbd7f-8498-4eea-9581-5763fc442eec) + ) + (wire (pts (xy 193.04 44.45) (xy 195.58 44.45)) + (stroke (width 0) (type default)) + (uuid bccca320-5824-426e-b1db-d0c9a5ecbfb9) + ) + (wire (pts (xy 69.85 17.78) (xy 76.2 17.78)) + (stroke (width 0) (type default)) + (uuid be81fdd4-1f2f-431d-8051-e7426a0b0e13) + ) + (wire (pts (xy 50.8 17.78) (xy 57.15 17.78)) + (stroke (width 0) (type default)) + (uuid c130501e-23ba-4d51-9e08-a7d29100c891) + ) (wire (pts (xy 224.79 74.93) (xy 228.6 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c48ab8a1-6c45-490d-bcbe-8b75b0264afe) ) + (wire (pts (xy 48.26 133.35) (xy 48.26 92.71)) + (stroke (width 0) (type default)) + (uuid cedf025e-c687-47d3-a8ef-25a4e0a6a6fa) + ) + (wire (pts (xy 80.01 52.07) (xy 81.28 52.07)) + (stroke (width 0) (type default)) + (uuid d1204c3a-a87a-4bdf-bc4c-151967afb73d) + ) + (wire (pts (xy 195.58 54.61) (xy 200.66 54.61)) + (stroke (width 0) (type default)) + (uuid d3a0f6b0-25b9-4c83-be27-e7922d028ad1) + ) + (wire (pts (xy 57.15 25.4) (xy 63.5 25.4)) + (stroke (width 0) (type default)) + (uuid d6954bc8-0453-4797-a33e-79c8b2b02d35) + ) (wire (pts (xy 212.09 74.93) (xy 224.79 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d9e254b2-557a-472b-9055-7137a7c26184) ) - (wire (pts (xy 85.09 151.13) (xy 87.63 151.13)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (wire (pts (xy 38.1 25.4) (xy 44.45 25.4)) + (stroke (width 0) (type default)) + (uuid dd5a2201-8cd5-49d4-a005-53216354bced) + ) + (wire (pts (xy 44.45 76.2) (xy 46.99 76.2)) + (stroke (width 0) (type default)) + (uuid e74a82b8-47ad-45a3-9575-9d844a69c7a9) + ) + (wire (pts (xy 35.56 130.81) (xy 45.72 130.81)) + (stroke (width 0) (type default)) + (uuid e791ec34-8b17-4206-a69a-4ccebd73f1c4) + ) + (wire (pts (xy 191.77 46.99) (xy 191.77 43.18)) + (stroke (width 0) (type default)) + (uuid eac493ee-027d-44d2-ae3a-5766076555b2) + ) + (wire (pts (xy 35.56 125.73) (xy 38.1 125.73)) + (stroke (width 0) (type default)) (uuid f084584b-e02e-41bb-89eb-610bac63300c) ) + (wire (pts (xy 110.49 21.59) (xy 110.49 22.86)) + (stroke (width 0) (type default)) + (uuid f4405421-7be2-48cb-8b60-c342f5ac4d61) + ) + (wire (pts (xy 80.01 102.87) (xy 80.01 99.06)) + (stroke (width 0) (type default)) + (uuid f6462b7b-5c3a-4f42-8e03-030f92ec2212) + ) + (wire (pts (xy 201.93 53.34) (xy 198.12 53.34)) + (stroke (width 0) (type default)) + (uuid fd9964d2-227e-4016-995b-c09d5cffcbea) + ) + (wire (pts (xy 191.77 43.18) (xy 167.64 43.18)) + (stroke (width 0) (type default)) + (uuid ff200cc2-11f3-4205-bf3c-148ce1810200) + ) - (global_label "USB2.0_D-" (shape input) (at 241.3 130.81 0) (fields_autoplaced) + (global_label "B11" (shape input) (at 175.26 129.54 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 0010eef9-cca7-4dd1-ada7-82541973fec1) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 175.26 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 181.2732 129.6194 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "USB2.0_D-" (shape input) (at 267.97 114.3 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 022cd38c-4491-4c9e-9d3a-161032f75b1e) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 254.3569 130.7306 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 281.0269 114.2206 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) + (global_label "B12" (shape input) (at 95.25 124.46 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 02bb88a0-49ec-4cab-8280-3502b911bc83) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.6552 124.46 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 95.25 126.6508 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B3" (shape input) (at 91.44 143.51 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 131c3b00-4c27-478e-b711-7872f56c48fa) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.44 138.1247 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 93.6308 143.51 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "ESP_RX" (shape input) (at 198.12 53.34 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 17449edb-8e1c-41bb-858d-f15ad078bc4b) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 208.1014 53.34 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B1" (shape input) (at 67.31 116.84 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 1dbab3b7-2669-4be1-8900-b99a75bfc81f) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 67.31 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 62.5063 116.7606 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B7" (shape input) (at 187.96 134.62 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 20956985-7d62-496c-8895-7e79c1d9b240) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 182.5747 134.62 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 187.96 136.8108 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B6" (shape input) (at 125.73 143.51 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 24017079-20a9-423e-9f83-130df531be02) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 125.73 138.1247 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 127.9208 143.51 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B6" (shape input) (at 203.2 158.75 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 31f8e6cf-14bd-43da-b1db-10abd3f9cda7) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 203.2 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 198.3963 158.6706 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B15" (shape input) (at 129.54 156.21 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3272d2d9-b255-44ab-bed8-7c7376fecd42) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 129.54 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 129.4606 162.2232 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B5" (shape input) (at 203.2 153.67 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3a720012-66b6-4edc-afed-986853cac7b7) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 203.2 153.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 198.3963 153.7494 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "5V_USB2" (shape input) (at 267.97 52.07 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 3b1382aa-bfd8-4cba-b11f-6a83f0bd54ff) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 279.161 52.07 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "IN2" (shape input) (at 80.645 127 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 3ce387d7-0a8b-42e9-9897-ed299e120087) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 86.6956 127 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 80.645 129.1908 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B11" (shape input) (at 95.25 121.92 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3e275a5d-f4b9-4a4b-998e-a6c0b529bba7) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.6552 121.92 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 95.25 124.1108 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) (global_label "USB2.0_D-" (shape input) (at 172.72 43.18 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 42ad937c-25eb-43fd-b3a7-ce637cade6ff) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 185.7769 43.1006 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 185.7769 43.1006 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) + (global_label "ESP_TX" (shape input) (at 46.99 73.66 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 451547dd-1e4d-4a71-b517-10bd29646845) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 56.669 73.66 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B16" (shape input) (at 108.585 124.46 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 45b349aa-d7ad-402e-8962-2b74f364a744) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 115.1798 124.46 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 108.585 126.6508 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B13" (shape input) (at 223.52 158.75 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 47da8db3-2c8a-4d02-bfe9-154c70489944) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 230.1148 158.75 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 223.52 160.9408 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "DISPLAY_CS1" (shape input) (at 114.3 35.56 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 49dc1524-4f5b-46cb-bd60-9e2ccd859051) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 99.178 35.56 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 114.3 37.7508 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "IN1" (shape input) (at 67.31 127 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 4c49d0d8-41a9-4d3e-9474-dd5c2e1cd127) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 61.2594 127 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 67.31 129.1908 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B3" (shape input) (at 95.25 116.84 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 4c957636-bd82-4d19-bbbb-7fe6c82d1652) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.25 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 90.4463 116.9194 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "5V_USB2" (shape input) (at 31.75 58.42 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 4d48f48d-9997-4350-9613-f8f7cd202e03) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.75 47.229 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B10" (shape input) (at 67.31 124.46 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 5b092202-d794-40dc-8728-98dfcf70bd2f) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 60.7152 124.46 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 67.31 126.6508 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B14" (shape input) (at 125.73 156.21 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 5d69f251-ce05-448d-b546-69c3b36748df) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 125.73 162.8048 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 127.9208 156.21 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "DISPLAY_SCLK" (shape input) (at 114.3 25.4 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 69d57d82-211e-4450-a97f-c76d17d96304) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.3 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 98.671 25.3206 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) (global_label "USB2.0_D+" (shape input) (at 172.72 40.64 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6a0c594e-4c7f-4aa1-80d4-763d3a9278eb) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 185.7769 40.5606 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 185.7769 40.5606 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) - (global_label "USB2.0_D-" (shape input) (at 241.3 128.27 0) (fields_autoplaced) + (global_label "USB2.0_D-" (shape input) (at 267.97 111.76 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 6bf57bd2-89bd-4b1f-83ec-58485c2f8ba0) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 254.3569 128.1906 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 281.0269 111.6806 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) - (global_label "USB2.0_D+" (shape input) (at 241.3 133.35 0) (fields_autoplaced) + (global_label "B13" (shape input) (at 80.645 121.92 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 6cee4bea-7ab7-415b-aa93-c7e3f5b92a58) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 87.2398 121.92 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 80.645 124.1108 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B15" (shape input) (at 208.28 129.54 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 6e81cc22-b62e-4c12-bb79-ea2c9ff10906) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 208.28 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 214.2932 129.4606 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B14" (shape input) (at 223.52 153.67 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 701a321f-8c52-4417-9190-e624e9eb0269) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 230.1148 153.67 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 223.52 155.8608 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B10" (shape input) (at 86.36 156.21 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 761f4a13-a165-4917-9fb6-6c4f84d75380) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 86.36 162.8048 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 88.5508 156.21 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B9" (shape input) (at 67.31 121.92 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 78ad592a-4ce6-4c78-95e9-34b5742f88a3) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 61.9247 121.92 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 67.31 124.1108 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "USB2.0_D+" (shape input) (at 267.97 116.84 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 79d775cb-b055-498b-8b78-1eaa5aeb83f9) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 254.3569 133.2706 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 281.0269 116.7606 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) - (global_label "USB2.0_D+" (shape input) (at 241.3 135.89 0) (fields_autoplaced) + (global_label "B9" (shape input) (at 71.12 156.21 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 7ca11ee7-a082-473e-9f2d-7945a236d86e) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 65.7347 156.21 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 71.12 158.4008 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "IN3" (shape input) (at 95.25 127 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 8bcd4723-dc74-43c2-b1ab-c529ff15def0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 89.1994 127 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 95.25 129.1908 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B8" (shape input) (at 108.585 119.38 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 8f9e24e3-6957-4446-a8e3-01e50911d773) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 113.9703 119.38 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 108.585 121.5708 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B16" (shape input) (at 208.28 134.62 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 93d80847-fbf9-46df-9490-d16004196e81) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 208.28 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 214.2932 134.5406 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "OUT1" (shape input) (at 137.16 148.59 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 9d2c6e7f-0d1e-40ec-b14b-e796faa5cfc1) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 137.16 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 144.3223 148.5106 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "USB2.0_D+" (shape input) (at 267.97 119.38 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 9eba491b-3e81-4056-b5de-d9821c779cab) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 254.3569 135.8106 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 281.0269 119.3006 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B7" (shape input) (at 129.54 143.51 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 9f58313d-eda1-4238-ba81-946158385d33) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 129.54 138.1247 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 131.7308 143.51 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B1" (shape input) (at 71.12 143.51 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid a1965640-6943-41a4-a80e-950245fa3935) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 71.12 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 66.3163 143.4306 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B9" (shape input) (at 190.5 158.75 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a24f8853-92bc-4943-9b4a-81c9f6bfeb9e) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 195.8853 158.75 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 190.5 160.9408 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "ESP_RX" (shape input) (at 46.99 76.2 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a93e32e7-6a33-4525-a404-a16adea871d2) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 56.9714 76.2 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "OUT2" (shape input) (at 137.16 161.29 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid aa7c12da-9e3a-42da-9408-1427a7d9bddf) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 137.16 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 144.3223 161.2106 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B7" (shape input) (at 108.585 116.84 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid b10b69c4-4401-4d97-9613-6a35ae10a78d) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 113.9703 116.84 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 108.585 119.0308 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B13" (shape input) (at 110.49 156.21 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid b5632374-4589-451c-b08e-efa569399c8b) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 110.49 162.8048 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 112.6808 156.21 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B2" (shape input) (at 170.18 158.75 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid b62889f1-1579-4747-b764-ad298c1c770c) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 170.18 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 165.3763 158.6706 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B3" (shape input) (at 154.94 134.62 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid b7cd2274-dd8f-424e-98c8-6e1a4eb6cd8f) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 149.5547 134.62 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 154.94 136.8108 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B4" (shape input) (at 106.68 143.51 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid b7ee172c-f63c-4cf4-ad9c-0a145705bcea) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 106.68 138.1247 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 108.8708 143.51 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B1" (shape input) (at 170.18 153.67 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid ba6eded3-1c81-410f-9451-2180d45173de) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 170.18 153.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 165.3763 153.5906 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "DISPLAY_MOSI" (shape input) (at 114.3 27.94 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid bc1ac8d5-1925-41f3-9278-5e3fa72ecdb7) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.3 27.94 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 98.8525 27.8606 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "IN4" (shape input) (at 108.585 127 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid bc1c9219-f5f2-45b7-bf82-31f1dabc585e) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.6356 127 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 108.585 129.1908 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B2" (shape input) (at 67.31 119.38 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid be1a55fb-0755-40be-8aee-3c96f31d7610) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 67.31 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 62.5063 119.3006 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B6" (shape input) (at 80.645 119.38 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid be6ab6e0-51ae-465f-9da0-d69b393f9cdf) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 86.0303 119.38 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 80.645 121.5708 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B5" (shape input) (at 80.645 116.84 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid c4216129-1555-450f-8fd4-ebdebccd3c6e) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 86.0303 116.84 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 80.645 119.0308 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B8" (shape input) (at 187.96 129.54 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid c4d6961d-73b1-4a8f-8a99-522ae478bc8b) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 182.5747 129.54 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 187.96 131.7308 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B4" (shape input) (at 154.94 129.54 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid d1a85f92-efbf-432c-8bf4-2eed2c8cd0af) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 149.5547 129.54 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 154.94 131.7308 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B12" (shape input) (at 175.26 134.62 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d6a96038-550f-428b-854b-8d814839bd96) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 175.26 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 181.2732 134.5406 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B11" (shape input) (at 91.44 156.21 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid d7c0ccca-a505-40d5-9fb8-67fb53ac79bc) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 91.44 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 91.3606 162.2232 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B10" (shape input) (at 190.5 153.67 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d8fafcef-5d6c-4d2d-a876-11b01dde3f27) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 197.0948 153.67 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 190.5 155.8608 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B4" (shape input) (at 95.25 119.38 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid dfef5a0b-3319-4cf8-844d-6c63c00e359d) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.25 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 90.4463 119.3006 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "DISPLAY_DC" (shape input) (at 114.3 33.02 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid e0a5f913-4fa1-4764-b12d-6535ff356ef9) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.3 33.02 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 100.9087 32.9406 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "B2" (shape input) (at 86.36 143.51 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid e61c1934-ed47-44e3-bd93-e21c55e68500) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 86.36 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 86.2806 138.7063 90) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) (global_label "5V_USB" (shape input) (at 267.97 36.83 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid e628e53e-ece2-4f24-8c61-43889783babf) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 277.4588 36.7506 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 277.4588 36.7506 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) - (global_label "5V_USB" (shape input) (at 241.3 115.57 0) (fields_autoplaced) + (global_label "B8" (shape input) (at 144.78 143.51 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid e783c40e-6ce0-41aa-91ec-3324f97e6d86) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 150.1653 143.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 144.78 145.7008 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B16" (shape input) (at 144.78 156.21 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid eb345495-2dcf-4f0a-8772-ecf6ac38bb2f) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 144.78 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 150.7932 156.1306 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B5" (shape input) (at 110.49 143.51 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid ec45c8c2-6dd6-4ce4-aa5e-61a85465f40d) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 110.49 138.1247 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 112.6808 143.51 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B15" (shape input) (at 108.585 121.92 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid ed436612-ec0e-432d-9ba4-d2fcbe3acbef) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 115.1798 121.92 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 108.585 124.1108 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "B12" (shape input) (at 106.68 156.21 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid f27e74f2-bf82-4ff9-886c-854d2dd403c2) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 106.68 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 106.7594 162.2232 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "5V_USB" (shape input) (at 267.97 99.06 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid f4f7155c-4a2b-44ad-82a3-f814e7334164) - (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 250.7888 115.4906 0) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 277.4588 98.9806 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) ) + (global_label "B14" (shape input) (at 80.645 124.46 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid f6b2de54-94b9-42c9-9fac-bf72e9ef82da) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 87.2398 124.46 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Referenzen zwischen Schaltplänen" "${INTERSHEET_REFS}" (at 80.645 126.6508 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "ESP_TX" (shape input) (at 198.12 50.8 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid fb56303e-50bb-42ba-a11a-bd27008939e7) + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 207.799 50.8 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 69.85 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 03c36e3b-1a0e-400d-a31e-2110328f1c42) + (property "Reference" "R7" (at 73.66 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 73.66 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 69.85 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 69.85 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 82f81942-8768-461e-9d9d-909b35bd0c20)) + (pin "2" (uuid 06f94594-1f4a-4b51-89e4-be9aec346435)) + (pin "3" (uuid 93b076b0-b144-41e1-ba86-aeb981494d66)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:BAV99") (at 118.11 143.51 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 03ce9f2d-2e8d-452a-8f79-1e20b7dd6097) + (property "Reference" "D10" (at 118.11 137.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 118.11 139.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 118.11 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 118.11 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0f2b4f7d-d809-4968-9f51-2cb0ceead669)) + (pin "2" (uuid 619a2b0a-bc1d-43c2-88a8-b5873330928c)) + (pin "3" (uuid 1926ac13-1167-4caa-80b1-d8c9881e9d1c)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D10") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D19") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D11") (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 247.65 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 04f22c27-3298-4ed9-8402-b79402c0bbdc) - (property "Reference" "C?" (id 0) (at 250.571 47.4253 0) + (property "Reference" "C?" (at 250.571 47.4253 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100n" (id 1) (at 250.571 49.9622 0) + (property "Value" "100n" (at 250.571 49.9622 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 248.6152 52.07 0) + (property "Footprint" "" (at 248.6152 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 247.65 48.26 0) + (property "Datasheet" "~" (at 247.65 48.26 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 50a0e171-d2f4-403f-bb72-9d352b4d7f37)) (pin "2" (uuid 9c48b2c1-a084-4fe2-a738-5b75ab7e4149)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "C?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:BAV99") (at 118.11 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 0d2460f5-2f50-4c7e-b1b5-bce709a26311) + (property "Reference" "D11" (at 118.11 149.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 118.11 152.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 118.11 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 118.11 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 479d166d-a25e-4dd6-87fe-aabd1f30801a)) + (pin "2" (uuid 2229d6c0-63e5-4600-9adf-d44c49a1cb42)) + (pin "3" (uuid 1a16169b-7a2f-4516-bc90-71cf5ed5c092)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D11") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D20") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D12") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 212.09 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 0d8d3e20-6c83-499c-9314-d8aa339dcce0) - (property "Reference" "#PWR0115" (id 0) (at 212.09 71.12 0) + (property "Reference" "#PWR0115" (at 212.09 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 212.09 63.7342 0)) - (property "Footprint" "" (id 2) (at 212.09 67.31 0) + (property "Value" "+5V" (at 212.09 63.7342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 212.09 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 212.09 67.31 0) + (property "Datasheet" "" (at 212.09 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1bf58a5c-7c66-4042-80f8-3edca5e8a4e1)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0115") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:BAV99") (at 137.16 143.51 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 0ec6a5ad-7042-43cf-a143-10391508ef36) + (property "Reference" "D12" (at 137.16 137.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 137.16 139.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 137.16 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 137.16 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f3912aaa-3b47-49cf-8066-30fe62fb5176)) + (pin "2" (uuid 2cc9d4c1-2769-44c3-827b-c3ba0c2eb18c)) + (pin "3" (uuid 24cdaa4d-7d78-4d48-a6ad-bfa1418a7358)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D12") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D21") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 113.03 19.05 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 12469198-3519-4396-9056-7f6eec329331) + (property "Reference" "#PWR07" (at 106.68 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 108.6358 19.177 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 113.03 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 56e8b114-3968-4072-a170-e5ddec1fad3d)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR07") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR069") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR018") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 213.36 166.37 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 126bd095-a6a8-4a63-8c6b-dcf4e65be2c1) + (property "Reference" "#PWR0112" (at 213.36 172.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 213.487 169.6212 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 213.36 166.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 213.36 166.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5371db6f-c56b-44b1-98e8-c76a3829d5b4)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0112") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR088") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR013") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D") (at 267.97 40.64 90) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 145c2c83-cfca-4ded-8bff-352eb6c6dd97) - (property "Reference" "D?" (id 0) (at 270.002 39.8053 90) + (property "Reference" "D?" (at 270.002 39.8053 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "D" (id 1) (at 270.002 42.3422 90) + (property "Value" "D" (at 270.002 42.3422 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 267.97 40.64 0) + (property "Footprint" "" (at 267.97 40.64 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 267.97 40.64 0) + (property "Datasheet" "~" (at 267.97 40.64 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dd5b6dd4-2e7a-4b4a-bf64-f7577885fd1f)) (pin "2" (uuid 7e5698d1-7676-4094-8361-f4340f792275)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D?") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 224.79 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 17a246fb-2de5-47d1-8bae-442ccc830fdd) - (property "Reference" "#PWR0113" (id 0) (at 224.79 88.9 0) + (property "Reference" "#PWR0113" (at 224.79 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 224.79 86.9934 0)) - (property "Footprint" "" (id 2) (at 224.79 82.55 0) + (property "Value" "GND" (at 224.79 86.9934 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 224.79 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 224.79 82.55 0) + (property "Datasheet" "" (at 224.79 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid a9e6e5ed-a356-4d63-b77d-1c5a2243353a)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0113") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+5V") (at 279.4 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 1c3049d6-dccd-4c2f-bb49-bc9522d41f10) - (property "Reference" "#PWR?" (id 0) (at 279.4 48.26 0) + (property "Reference" "#PWR?" (at 279.4 48.26 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 279.4 40.8742 0)) - (property "Footprint" "" (id 2) (at 279.4 44.45 0) + (property "Value" "+5V" (at 279.4 40.8742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 279.4 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 279.4 44.45 0) + (property "Datasheet" "" (at 279.4 44.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 079e6574-22d1-4a91-bc3a-6a753bdb9a5c)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C") (at 226.06 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 1ed0fc41-41a1-4b68-9795-ccd2c8a0d608) - (property "Reference" "C?" (id 0) (at 228.981 47.4253 0) + (property "Reference" "C?" (at 228.981 47.4253 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100n" (id 1) (at 228.981 49.9622 0) + (property "Value" "100n" (at 228.981 49.9622 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 227.0252 52.07 0) + (property "Footprint" "" (at 227.0252 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 226.06 48.26 0) + (property "Datasheet" "~" (at 226.06 48.26 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid eb89e094-8466-4b0e-985d-aa35b983cfc1)) (pin "2" (uuid b45f45d5-0646-4c21-8ba0-6bfaf6095ce6)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "C?") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:GND") (at 226.06 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "power:GND") (at 252.73 137.16 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 1efc776c-92f1-40a5-b4be-7789507edd28) - (property "Reference" "#PWR0111" (id 0) (at 226.06 160.02 0) + (property "Reference" "#PWR0111" (at 252.73 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 226.06 158.1134 0)) - (property "Footprint" "" (id 2) (at 226.06 153.67 0) + (property "Value" "GND" (at 252.73 141.6034 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 252.73 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 226.06 153.67 0) + (property "Datasheet" "" (at 252.73 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e7acf537-1e4b-4f76-befc-364310c82c8b)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0111") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 114.3 30.48 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 1ffd02fb-6694-403c-af0a-3159a63d0143) + (property "Reference" "#PWR0105" (at 118.11 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 107.95 30.48 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 114.3 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 114.3 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 44b0cd97-b087-45e8-a2a2-e74be813bfe5)) + (instances + (project "Smart Home Controller V3" + (path "/72b36951-3ec7-4569-9c88-cf9b4afe1cae" + (reference "#PWR0105") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR070") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR017") (unit 1) + ) + ) + ) ) (symbol (lib_id "Regulator_Linear:AMS1117-5.0") (at 236.22 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 280ddd68-d04a-4a45-8d72-a74ee98b4f54) - (property "Reference" "U?" (id 0) (at 236.22 38.8452 0)) - (property "Value" "AMS1117-5.0" (id 1) (at 236.22 41.3821 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (id 2) (at 236.22 39.37 0) + (property "Reference" "U?" (at 236.22 38.8452 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AMS1117-5.0" (at 236.22 41.3821 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (at 236.22 39.37 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (id 3) (at 238.76 50.8 0) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (at 238.76 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c03ee7d2-4fd5-42b0-ba82-cf79420455b8)) (pin "2" (uuid d9106178-e8b0-4308-a35f-1eda6f2b0343)) (pin "3" (uuid da332bb6-aaf6-4b2d-a39f-eafce18b73f5)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Regulator_Linear:AMS1117-3.3") (at 236.22 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 297e48da-eedc-4274-9813-7bbba287263a) - (property "Reference" "U2" (id 0) (at 236.22 69.3252 0)) - (property "Value" "AMS1117-3.3" (id 1) (at 236.22 71.8621 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (id 2) (at 236.22 69.85 0) + (property "Reference" "U2" (at 236.22 69.3252 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AMS1117-3.3" (at 236.22 71.8621 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (at 236.22 69.85 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (id 3) (at 238.76 81.28 0) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (at 238.76 81.28 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4d3fa7c9-2015-41fa-91c2-0b2c5ee543af)) (pin "2" (uuid 1531ae8f-a59c-4f80-97dc-e4fa2b29c0b0)) (pin "3" (uuid 1bae8107-cc3f-46b0-8799-78b1f816db64)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 44.45 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 298a904c-09a9-4bfc-bbf0-60d4b050ce5c) + (property "Reference" "R3" (at 48.26 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 48.26 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 44.45 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 44.45 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5496875e-eaa5-465a-a422-9699c4ca1443)) + (pin "2" (uuid b19816bf-00d7-41ba-9c40-e806cf0c0ee1)) + (pin "3" (uuid 71b96bbc-9f59-4baa-8470-5a15caed925e)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Power_Protection:USBLC6-4SC6") (at 213.36 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2c2fc5fe-a134-4bbb-8371-f60291dce048) + (property "Reference" "U4" (at 216.1287 144.6235 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USBLC6-4SC6" (at 216.1287 147.3986 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 213.36 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-4.pdf" (at 218.44 147.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C558419" (at 213.36 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 984fcccb-29c6-4598-a9bd-2aec3f85abe6)) + (pin "2" (uuid 5b125340-f7c9-403c-a6e0-cb5908b8f0cb)) + (pin "3" (uuid 4acd12b5-f8c9-4123-a011-36a870f34950)) + (pin "4" (uuid 6d24f0a3-53cf-4d8d-ad10-2745ad3e1993)) + (pin "5" (uuid ece0898d-f1cc-48ed-8a76-bff37a2516ad)) + (pin "6" (uuid 28a3bf1a-a066-4c13-8c46-4856661e9ef5)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "U4") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "U11") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 82.55 17.78 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2d1462d6-85a4-485f-a8c8-ff1424802291) + (property "Reference" "#PWR01" (at 82.55 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 82.55 14.2042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 82.55 17.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 82.55 17.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 666f3b4d-5de0-4806-a6db-1f3051ad39ea)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR01") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 95.25 24.13 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 2f091edf-1718-4fbf-99de-f11100e6b470) + (property "Reference" "#PWR07" (at 95.25 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 95.377 28.5242 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 95.25 24.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 95.25 24.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0475fe78-d163-453e-a2cb-aca6f8d95606)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR07") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR071") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR015") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:Jack-DC") (at 236.22 21.59 180) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 346e95be-ba42-444e-a69e-3231c7bccacd) - (property "Reference" "J2" (id 0) (at 242.062 20.7553 0) + (property "Reference" "J2" (at 242.062 20.7553 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "5V-12V" (id 1) (at 242.062 23.2922 0) + (property "Value" "5V-12V" (at 242.062 23.2922 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 234.95 20.574 0) + (property "Footprint" "" (at 234.95 20.574 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 234.95 20.574 0) + (property "Datasheet" "~" (at 234.95 20.574 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 377268e0-8429-40ea-bf4c-d29217630a4a)) (pin "2" (uuid 73c25610-dd12-4b51-92ca-03eb2fc4395b)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J2") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:GND") (at 172.72 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "power:+3V3") (at 165.1 121.92 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 35b324d6-4043-4e33-8734-4f7c270e63c7) + (property "Reference" "#PWR0114" (at 165.1 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 165.481 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 165.1 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f50d92ee-070b-4c82-8b76-067f1c84705a)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0114") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR081") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR06") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 196.85 104.14 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 3a01ffd5-af5b-48c8-9179-1844c07ed293) - (property "Reference" "#PWR0104" (id 0) (at 172.72 105.41 0) + (property "Reference" "#PWR0104" (at 196.85 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 172.72 103.5034 0)) - (property "Footprint" "" (id 2) (at 172.72 99.06 0) + (property "Value" "GND" (at 196.85 108.5834 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 196.85 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 172.72 99.06 0) + (property "Datasheet" "" (at 196.85 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 0f352cc8-33bb-46b8-a36e-6f73f0ac4fc7)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0104") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 110.49 21.59 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 3bf8cb5b-0430-4106-8e4c-d1b56c53240c) + (property "Reference" "#PWR0103" (at 114.3 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 106.0958 21.209 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 110.49 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 110.49 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1631e25d-657e-405f-9f2f-f9018671b623)) + (instances + (project "Smart Home Controller V3" + (path "/72b36951-3ec7-4569-9c88-cf9b4afe1cae" + (reference "#PWR0103") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR068") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR016") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D") (at 261.62 44.45 180) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 450150f5-5107-481c-a1f1-5d294d0bd787) - (property "Reference" "D?" (id 0) (at 261.62 39.4802 0)) - (property "Value" "D" (id 1) (at 261.62 42.0171 0)) - (property "Footprint" "" (id 2) (at 261.62 44.45 0) + (property "Reference" "D?" (at 261.62 39.4802 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "D" (at 261.62 42.0171 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 261.62 44.45 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 261.62 44.45 0) + (property "Datasheet" "~" (at 261.62 44.45 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 599d9af6-d882-4c6d-979a-e353ecfd717d)) (pin "2" (uuid fb8e2f6c-95cc-4fe7-aba6-d5e66a3fa198)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 165.1 142.24 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4d008a8c-41d7-43d5-9478-0e3eedaac7a9) + (property "Reference" "#PWR0115" (at 165.1 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 165.227 145.4912 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 165.1 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 165.1 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f7dfe46e-8da4-46da-bb8a-2c23786f57bb)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0115") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR082") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR07") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Small") (at 95.25 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4ec2505f-f74e-48d0-9c35-c81e800c2410) + (property "Reference" "C22" (at 97.5868 20.4216 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100n" (at 97.5868 22.733 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 95.25 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 95.25 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C1525" (at 95.25 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 79ff6306-d267-4616-8314-6583f81fdee3)) + (pin "2" (uuid 0c7cec7f-2064-47d4-b5a8-9cc3c3bfd6db)) + (instances + (project "Smart Home Controller V3" + (path "/72b36951-3ec7-4569-9c88-cf9b4afe1cae" + (reference "C22") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "C20") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "C7") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 226.06 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 51eabf2d-74a2-47ee-8232-9917d1f88938) - (property "Reference" "#PWR?" (id 0) (at 226.06 58.42 0) + (property "Reference" "#PWR?" (at 226.06 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 226.06 56.5134 0)) - (property "Footprint" "" (id 2) (at 226.06 52.07 0) + (property "Value" "GND" (at 226.06 56.5134 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 226.06 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 226.06 52.07 0) + (property "Datasheet" "" (at 226.06 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 03dcfa52-b6ab-4b17-ba3c-731350e1c459)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:+3.3V") (at 21.59 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Power_Protection:USBLC6-4SC6") (at 180.34 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 53c943f4-1f3b-4e08-b99d-6949da60fb05) + (property "Reference" "U3" (at 183.1087 144.6235 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USBLC6-4SC6" (at 183.1087 147.3986 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 180.34 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-4.pdf" (at 185.42 147.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C558419" (at 180.34 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0fcc4454-2077-4c72-a06a-3b248e7f8ad2)) + (pin "2" (uuid 62105f22-657e-4a22-a2e6-f4a3b1aa138f)) + (pin "3" (uuid 1ab061b2-ec31-4036-aaa4-f814d5d8cd60)) + (pin "4" (uuid 2603ab75-2580-4318-a758-59d334417e7b)) + (pin "5" (uuid c9bc7fdf-d53a-43f7-b7ae-df2eee1fd09c)) + (pin "6" (uuid d142caa5-8c89-45e6-b63a-f87bd9db989e)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "U3") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "U9") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R") (at 39.37 39.37 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 5491761c-a8dc-420f-b1c2-73432b7fa3b1) + (property "Reference" "R9" (at 41.91 38.1 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R" (at 41.91 40.64 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 37.592 39.37 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 39.37 39.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4f3ecefa-1092-456c-b58b-ab07bb087d11)) + (pin "2" (uuid 7906f791-28dc-466b-bffa-c5b73ab5aa85)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 19.05 149.86 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 5531e31f-3a61-45e7-8b51-409ec237c288) - (property "Reference" "#PWR0102" (id 0) (at 21.59 69.85 0) + (property "Reference" "#PWR0102" (at 19.05 153.67 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3.3V" (id 1) (at 21.59 62.4642 0)) - (property "Footprint" "" (id 2) (at 21.59 66.04 0) + (property "Value" "+3.3V" (at 19.05 146.2842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 19.05 149.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 21.59 66.04 0) + (property "Datasheet" "" (at 19.05 149.86 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid c50d15ac-ace2-4366-9be1-79132953df06)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0102") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:GND") (at 21.59 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Device:R_Potentiometer") (at 38.1 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 553a374e-21d8-4f67-89af-8c00fac0c694) + (property "Reference" "R2" (at 41.91 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 41.91 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 38.1 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 38.1 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 26d79b6c-9d54-4753-96b2-13d20f3d2099)) + (pin "2" (uuid deeed449-bc71-4b3a-b765-1dcceb7ff022)) + (pin "3" (uuid e0077400-3bab-41d5-bdf2-c78e104790d7)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 19.05 157.48 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 5e7ee589-93a8-43f4-a34f-71d88a057050) - (property "Reference" "#PWR0103" (id 0) (at 21.59 80.01 0) + (property "Reference" "#PWR0103" (at 19.05 163.83 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 21.59 78.1034 0)) - (property "Footprint" "" (id 2) (at 21.59 73.66 0) + (property "Value" "GND" (at 19.05 161.9234 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 19.05 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 21.59 73.66 0) + (property "Datasheet" "" (at 19.05 157.48 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ceda3902-07fc-4b46-b904-0e4d8bc7ccc3)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0103") (unit 1) + ) + ) + ) ) - (symbol (lib_id "Device:C") (at 21.59 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Device:C") (at 19.05 153.67 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 5f69dc0f-46e9-4fd7-b986-96e85aadcf84) - (property "Reference" "C1" (id 0) (at 24.511 69.0153 0) + (property "Reference" "C1" (at 21.971 152.8353 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100n" (id 1) (at 24.511 71.5522 0) + (property "Value" "100n" (at 21.971 155.3722 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 22.5552 73.66 0) + (property "Footprint" "" (at 20.0152 157.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 21.59 69.85 0) + (property "Datasheet" "~" (at 19.05 153.67 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8c8dc30e-da2f-4338-b37c-5fa25669c85d)) (pin "2" (uuid 37466a2b-b2a1-44f2-a6b9-7181570ee39d)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "C1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:BAV99") (at 78.74 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 600eb3fc-af4d-4f5b-97f2-ca087482e4c0) + (property "Reference" "D7" (at 78.74 149.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 78.74 152.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 78.74 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 78.74 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ff7360e5-5e71-4568-8363-3b4a977b0721)) + (pin "2" (uuid b3ca01b7-7f34-4d09-8773-e4ae762c8906)) + (pin "3" (uuid cb640942-7dd5-415b-8c93-47f5a196ae1f)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D7") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D16") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 39.37 53.34 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 62ff63f5-f5da-4d80-a736-2c7dd9eb6b37) + (property "Reference" "#PWR04" (at 39.37 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 39.37 57.7834 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 39.37 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 39.37 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid eb6480cf-f1b5-4ec3-b9ba-95f36dcb46d9)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR04") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 198.12 142.24 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 642843c4-fef9-4c9b-b890-d055d03ee827) + (property "Reference" "#PWR0116" (at 198.12 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 198.247 145.4912 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 198.12 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 198.12 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 02252ba7-02d7-4603-90ba-a93abce2c92e)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0116") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR086") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR011") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 198.12 121.92 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 6df4fade-2e75-498b-8517-55a8db50e81f) + (property "Reference" "#PWR0117" (at 198.12 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 198.501 117.5258 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 198.12 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 198.12 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cedb8b1b-d637-456b-9153-1c7773266481)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0117") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR085") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR010") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:D") (at 267.97 48.26 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 6fde078b-16ba-40bf-84ef-b3ee18bf4f30) + (property "Reference" "D2" (at 270.51 46.99 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "D" (at 270.51 49.53 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 267.97 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 267.97 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5e5879c9-a39d-44ca-9062-6a9daba011af)) + (pin "2" (uuid f28b1166-4102-4fa2-8377-44359f715cc9)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 63.5 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7120b9ab-7620-4369-a8a1-6fc600c4bf94) + (property "Reference" "R6" (at 67.31 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 67.31 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 63.5 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 63.5 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 09d6d5b6-d473-4897-aabc-f52b8536a234)) + (pin "2" (uuid d9f7a5c8-e0fb-46e2-a801-9fc1dd6f1325)) + (pin "3" (uuid 6db684bc-922c-4d99-a405-017180b8fe8a)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Power_Protection:USBLC6-4SC6") (at 198.12 132.08 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 73c86b62-98f9-4830-bdd5-bf16a03236ea) + (property "Reference" "U7" (at 200.8887 120.4935 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USBLC6-4SC6" (at 200.8887 123.2686 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 198.12 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-4.pdf" (at 203.2 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C558419" (at 198.12 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7cba8d01-1ef1-4e2d-9593-f35f43955dbe)) + (pin "2" (uuid a6166182-a0bb-438a-8c85-4a18b712c2ce)) + (pin "3" (uuid 9f570513-ea5d-40d9-b581-a917149c135a)) + (pin "4" (uuid 0d9719d8-0c68-48a7-90f9-e314f0ab2805)) + (pin "5" (uuid f33f8157-1c80-4617-90d8-0af009782fe7)) + (pin "6" (uuid 6ecdd4ad-3fdc-4d19-89f0-5c9abefe79bf)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "U7") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "U10") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 50.8 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 75159ccb-aa9a-4c52-81ee-8e01243707cd) + (property "Reference" "R4" (at 54.61 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 54.61 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 50.8 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 50.8 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 72803a34-9e65-46e3-8dd4-df43909bc97b)) + (pin "2" (uuid 2ca72e18-c35d-42eb-8f2e-926ca3def406)) + (pin "3" (uuid 8ea5a7bc-479a-42f7-a0a2-2c56d0ad29dd)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R4") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 247.65 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 76e6d78b-515d-46eb-920b-ab4e1822cabb) - (property "Reference" "#PWR?" (id 0) (at 247.65 58.42 0) + (property "Reference" "#PWR?" (at 247.65 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 247.65 56.5134 0)) - (property "Footprint" "" (id 2) (at 247.65 52.07 0) + (property "Value" "GND" (at 247.65 56.5134 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 247.65 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 247.65 52.07 0) + (property "Datasheet" "" (at 247.65 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ee3664fe-ae3b-49a3-a3b9-7da478579663)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:GND") (at 88.9 161.29 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Diode:BAV99") (at 99.06 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 78923917-1f98-4e09-8f13-39513bd67593) + (property "Reference" "D9" (at 99.06 149.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 99.06 152.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 99.06 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 99.06 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d1d312f2-dcb2-4413-a815-caba6e6f4292)) + (pin "2" (uuid 6634b5ef-6ef1-4dfc-a038-91fd228764b7)) + (pin "3" (uuid 67fd28ba-2a2d-44cb-b7ac-f8713a88257c)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D9") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D18") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 57.15 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7edffe1f-641c-487a-933e-ae55c7b71074) + (property "Reference" "R5" (at 60.96 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 60.96 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 57.15 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 57.15 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f92d23a0-cb5d-478e-a86c-9d894c21e054)) + (pin "2" (uuid 48e7ffde-4268-4b25-b148-0c1a2fc93882)) + (pin "3" (uuid a7a5770b-ef21-484c-b073-7fdf3d6a8ad2)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 39.37 135.89 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 8a1f78ff-8d72-4105-b4ac-e786501a9c05) - (property "Reference" "#PWR?" (id 0) (at 88.9 167.64 0) + (property "Reference" "#PWR?" (at 39.37 142.24 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 88.9 165.7334 0)) - (property "Footprint" "" (id 2) (at 88.9 161.29 0) + (property "Value" "GND" (at 39.37 140.3334 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 39.37 135.89 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 88.9 161.29 0) + (property "Datasheet" "" (at 39.37 135.89 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid ce3af99c-9c49-439e-8b44-996ff6546e1a)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 82.55 25.4 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8a9b2158-e755-4e06-b26d-5f5f87056fb7) + (property "Reference" "#PWR02" (at 82.55 31.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 82.55 29.8434 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 82.55 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 82.55 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5faeeb9c-8300-47ea-8aa6-fa457799e4e8)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR02") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 213.36 146.05 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 8bef693a-6d4f-44ba-a753-42e561f13413) + (property "Reference" "#PWR0113" (at 213.36 149.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 213.741 141.6558 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 213.36 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 213.36 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 52369606-8edb-4b29-8718-c05b11c650eb)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0113") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR087") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR012") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:BAV99") (at 78.74 143.51 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8c0a3062-bbdf-41ac-9152-1ca35a5e7e6c) + (property "Reference" "D4" (at 78.74 137.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 78.74 139.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 78.74 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 78.74 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C2500" (at 78.74 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e46a8fb1-5207-4a9b-b3c9-9f047bce88f4)) + (pin "2" (uuid d41419ea-0dea-4b1f-a694-2540c3365960)) + (pin "3" (uuid 9e04ea57-8e0b-443b-ad28-92a8c47b84b5)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D4") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D15") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D3") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 236.22 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 8fc32a0a-1c10-42b9-a03b-2be605a2cde9) - (property "Reference" "#PWR0114" (id 0) (at 236.22 88.9 0) + (property "Reference" "#PWR0114" (at 236.22 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 236.22 86.9934 0)) - (property "Footprint" "" (id 2) (at 236.22 82.55 0) + (property "Value" "GND" (at 236.22 86.9934 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 236.22 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 236.22 82.55 0) + (property "Datasheet" "" (at 236.22 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid e2fe84c1-b1fd-4c4f-ab74-ca6958e086f7)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0114") (unit 1) + ) + ) + ) ) - (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 226.06 130.81 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) - (uuid 9634b6fd-49b8-4d3e-81c1-cf1bc98e355d) - (property "Reference" "J1" (id 0) (at 226.06 109.3302 0)) - (property "Value" "USB_C_Receptacle_USB2.0" (id 1) (at 226.06 111.8671 0)) - (property "Footprint" "" (id 2) (at 229.87 130.81 0) + (symbol (lib_id "Connector_Generic:Conn_01x05") (at 103.505 121.92 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9144bdd0-782f-4907-bb40-f045afd801e7) + (property "Reference" "J11" (at 104.4194 114.6048 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "BUTTON4" (at 107.315 113.03 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_JST:JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical" (at 103.505 121.92 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (id 3) (at 229.87 130.81 0) + (property "Datasheet" "~" (at 103.505 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C157991" (at 103.505 121.92 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 07a27cb5-d83f-4f7e-8cc3-bf6d72d92d06)) + (pin "2" (uuid 88442237-3626-4acc-a937-99387e5f3b07)) + (pin "3" (uuid 543b26e2-59a8-4f7b-8c4c-cf913f1b00fb)) + (pin "4" (uuid 4dc87a81-1f27-4433-9e23-728f42573865)) + (pin "5" (uuid bc26739a-ac43-4cad-b6bf-bbe91c607b69)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "J11") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "J17") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x05") (at 72.39 121.92 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 915c01de-fd40-4591-86eb-ead108d44ae9) + (property "Reference" "J11" (at 71.4756 114.6048 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "BUTTON1" (at 69.215 113.03 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_JST:JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical" (at 72.39 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 72.39 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C157991" (at 72.39 121.92 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ffe59261-e881-4c28-bb12-da29c8f928a9)) + (pin "2" (uuid 8ec3beed-412d-422d-b51e-3593264287fb)) + (pin "3" (uuid 8d174154-08af-42db-b85b-93ed5b896aa9)) + (pin "4" (uuid 6e29af8a-c18e-45b7-a652-1355bd7bd3dd)) + (pin "5" (uuid 39eefadf-09e7-4369-97b0-5fa047fa38d9)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "J11") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "J16") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Switch:SW_SPST") (at 39.37 48.26 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 92d00685-7730-4596-bb6e-58f347e13ec2) + (property "Reference" "SW1" (at 40.64 46.99 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "SW_SPST" (at 40.64 49.53 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 39.37 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 39.37 48.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f85a37fc-21df-4d7a-bd1d-2c2229e1de0a)) + (pin "2" (uuid 651f6bc5-3a7d-48bd-914a-cc9eee09c0e1)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "SW1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 252.73 114.3 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 9634b6fd-49b8-4d3e-81c1-cf1bc98e355d) + (property "Reference" "J1" (at 252.73 92.8202 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 252.73 95.3571 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 256.54 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 256.54 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (pin "A1" (uuid f7855473-94c5-4bb3-ac18-63ae223e4771)) @@ -1375,454 +4487,939 @@ (pin "B8" (uuid caf37fc3-ce0e-490b-bffa-a215afc888e5)) (pin "B9" (uuid 1aa6ff74-8944-41d1-a28d-2787ee699b27)) (pin "S1" (uuid 35b6c7d7-ccbe-4f92-ad61-c6f0d2cbe011)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J1") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C") (at 250.19 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 97a9fbe4-bbed-4f1b-b03f-d3514e855218) - (property "Reference" "C3" (id 0) (at 253.111 77.9053 0) + (property "Reference" "C3" (at 253.111 77.9053 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100n" (id 1) (at 253.111 80.4422 0) + (property "Value" "100n" (at 253.111 80.4422 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 251.1552 82.55 0) + (property "Footprint" "" (at 251.1552 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 250.19 78.74 0) + (property "Datasheet" "~" (at 250.19 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 145f19a2-507d-4700-ad38-ebddbba09bb8)) (pin "2" (uuid dba2aee8-394b-4e9c-a6b6-6631cea4462a)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "C3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3V3") (at 180.34 146.05 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9f29822b-61ec-411b-a145-dcb3ae54b18f) + (property "Reference" "#PWR0110" (at 180.34 149.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3V3" (at 180.721 141.6558 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 180.34 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 180.34 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a7658722-45c5-4084-aa9a-d073af742f86)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0110") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR083") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR08") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+12V") (at 228.6 19.05 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid a0b8c609-a06d-4bdf-8b5f-259145fe8375) - (property "Reference" "#PWR0106" (id 0) (at 228.6 22.86 0) + (property "Reference" "#PWR0106" (at 228.6 22.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+12V" (id 1) (at 228.6 15.4742 0)) - (property "Footprint" "" (id 2) (at 228.6 19.05 0) + (property "Value" "+12V" (at 228.6 15.4742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 228.6 19.05 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 228.6 19.05 0) + (property "Datasheet" "" (at 228.6 19.05 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6bdbea3f-39e4-4243-989d-1c07303d5e91)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0106") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:C") (at 224.79 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid a2c6aa29-00b3-40aa-9136-941325dc241b) - (property "Reference" "C2" (id 0) (at 227.711 77.9053 0) + (property "Reference" "C2" (at 227.711 77.9053 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "100n" (id 1) (at 227.711 80.4422 0) + (property "Value" "100n" (at 227.711 80.4422 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 225.7552 82.55 0) + (property "Footprint" "" (at 225.7552 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 224.79 78.74 0) + (property "Datasheet" "~" (at 224.79 78.74 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8635b635-b699-4f61-9850-83d8144a5285)) (pin "2" (uuid 9f2aad37-fc6b-4a36-8ae7-1f6c0e73b9fb)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "C2") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 250.19 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid a82ccb2f-f633-4b7d-b6c0-ee6b4e0c7613) - (property "Reference" "#PWR0109" (id 0) (at 250.19 88.9 0) + (property "Reference" "#PWR0109" (at 250.19 88.9 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 250.19 86.9934 0)) - (property "Footprint" "" (id 2) (at 250.19 82.55 0) + (property "Value" "GND" (at 250.19 86.9934 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 250.19 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 250.19 82.55 0) + (property "Datasheet" "" (at 250.19 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1564943b-dc47-4986-953c-8e4dcb9d118c)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0109") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3.3V") (at 54.61 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid acae69b4-ebff-4b85-9e5f-f038a32404f2) - (property "Reference" "#PWR0101" (id 0) (at 54.61 102.87 0) + (property "Reference" "#PWR0101" (at 54.61 102.87 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3.3V" (id 1) (at 54.61 95.4842 0)) - (property "Footprint" "" (id 2) (at 54.61 99.06 0) + (property "Value" "+3.3V" (at 54.61 95.4842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 54.61 99.06 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 54.61 99.06 0) + (property "Datasheet" "" (at 54.61 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b174c3d7-e7a0-46e9-8100-bf8cfa559eae)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0101") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+3.3V") (at 254 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid b28368b9-0755-477b-a96f-fec4e6efa373) - (property "Reference" "#PWR0108" (id 0) (at 254 78.74 0) + (property "Reference" "#PWR0108" (at 254 78.74 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3.3V" (id 1) (at 254 71.3542 0)) - (property "Footprint" "" (id 2) (at 254 74.93 0) + (property "Value" "+3.3V" (at 254 71.3542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 254 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 254 74.93 0) + (property "Datasheet" "" (at 254 74.93 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 810d0a5f-e6d2-4793-91f8-86978b90dc96)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0108") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:+5V") (at 87.63 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "power:GND") (at 31.75 88.9 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid bc04611e-9e39-4a63-b389-87e1b800435e) + (property "Reference" "#PWR05" (at 31.75 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 31.75 93.3434 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 31.75 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 31.75 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dbb148eb-4855-4182-a673-f43d60851126)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR05") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+5V") (at 38.1 125.73 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid c1f3947f-0239-4ebe-9df8-18529dfa219a) - (property "Reference" "#PWR?" (id 0) (at 87.63 154.94 0) + (property "Reference" "#PWR?" (at 38.1 129.54 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+5V" (id 1) (at 87.63 147.5542 0)) - (property "Footprint" "" (id 2) (at 87.63 151.13 0) + (property "Value" "+5V" (at 38.1 122.1542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 38.1 125.73 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 87.63 151.13 0) + (property "Datasheet" "" (at 38.1 125.73 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 4473a751-032c-482a-abcc-1c5842acdd09)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 39.37 35.56 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c366ac00-7cc8-4bbd-a118-599289e798ca) + (property "Reference" "#PWR03" (at 39.37 39.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 39.37 31.9842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 39.37 35.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 39.37 35.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ca9f5e0b-dff3-4807-84be-f370634538ee)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR03") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:+12V") (at 212.09 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid c4fb5047-e1bd-4e59-9504-ea258aeb6b1f) - (property "Reference" "#PWR?" (id 0) (at 212.09 46.99 0) + (property "Reference" "#PWR?" (at 212.09 46.99 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+12V" (id 1) (at 212.09 39.6042 0)) - (property "Footprint" "" (id 2) (at 212.09 43.18 0) + (property "Value" "+12V" (at 212.09 39.6042 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 212.09 43.18 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 212.09 43.18 0) + (property "Datasheet" "" (at 212.09 43.18 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5732a867-852b-4703-85bc-b20848a0fd9b)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 236.22 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid c75d24f5-1469-403d-a725-0ad9b354b60f) - (property "Reference" "#PWR?" (id 0) (at 236.22 58.42 0) + (property "Reference" "#PWR?" (at 236.22 58.42 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 236.22 56.5134 0)) - (property "Footprint" "" (id 2) (at 236.22 52.07 0) + (property "Value" "GND" (at 236.22 56.5134 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 236.22 52.07 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 236.22 52.07 0) + (property "Datasheet" "" (at 236.22 52.07 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid badece5c-7b17-435f-9d78-1643c658ec6b)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:+3.3V") (at 91.44 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "power:GND") (at 180.34 166.37 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid c8eda173-13f3-4712-8612-dca402ff9b18) + (property "Reference" "#PWR0111" (at 180.34 172.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 180.467 169.6212 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 180.34 166.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 180.34 166.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f1d02cdf-8a35-4409-812e-422dbf1fed49)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "#PWR0111") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR084") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR09") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 95.25 19.05 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid cecc4bbe-7e29-4077-8116-79da878fef50) + (property "Reference" "#PWR0166" (at 95.25 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 95.631 14.6558 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 95.25 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 95.25 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 08ffb86d-8b65-4bd5-8570-436dab690cc7)) + (instances + (project "Smart Home Controller V3" + (path "/72b36951-3ec7-4569-9c88-cf9b4afe1cae" + (reference "#PWR0166") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "#PWR065") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR014") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+3.3V") (at 41.91 128.27 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid cfe3f5d4-74f8-4351-ac02-5648d488f998) - (property "Reference" "#PWR?" (id 0) (at 91.44 157.48 0) + (property "Reference" "#PWR?" (at 41.91 132.08 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "+3.3V" (id 1) (at 91.44 150.0942 0)) - (property "Footprint" "" (id 2) (at 91.44 153.67 0) + (property "Value" "+3.3V" (at 41.91 124.6942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 41.91 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 91.44 153.67 0) + (property "Datasheet" "" (at 41.91 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 26b7b846-15f7-41fc-8c69-81361f71bfd7)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR?") (unit 1) + ) + ) + ) ) - (symbol (lib_id "Espressif:ESP32-S3-WROOM-2") (at 116.84 71.12 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Espressif:ESP32-S3-WROOM-2") (at 139.7 74.93 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (uuid d3b3bc74-c583-4f45-a205-f699d89e935b) - (property "Reference" "U1" (id 0) (at 115.57 34.4002 0)) - (property "Value" "ESP32-S3-WROOM-2" (id 1) (at 115.57 36.9371 0)) - (property "Footprint" "Espressif:ESP32-S3-WROOM-2" (id 2) (at 116.84 104.14 0) + (property "Reference" "U1" (at 139.7 38.1 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "ESP32-S3-WROOM-2" (at 139.7 40.64 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Espressif:ESP32-S3-WROOM-2" (at 139.7 107.95 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-2_datasheet_en.pdf" (id 3) (at 116.84 106.68 0) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-2_datasheet_en.pdf" (at 139.7 110.49 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 81046884-701d-458b-8374-2bb715b43fc6)) - (pin "10" (uuid 7cd6e5a9-c36b-409e-ba4f-cd99546f75f0)) - (pin "11" (uuid 3b81dfe6-0ee3-43fb-8acb-19c5c6e41182)) - (pin "12" (uuid a8d7ac22-b709-4a08-b129-fe3042d1dbec)) - (pin "13" (uuid 4d4e74ec-3e6b-45bb-838c-77cb13b18c86)) - (pin "14" (uuid 6019375e-731c-430c-8d96-34d81518d371)) - (pin "15" (uuid 83239b16-a27d-4c7f-abe7-9c3bbac753c7)) - (pin "16" (uuid 506b72e6-9579-4f28-a244-1a228deaa358)) - (pin "17" (uuid 1f499276-616c-4a4c-bdad-f308e1ce2085)) - (pin "18" (uuid 5563d49e-d6a8-4d7a-a565-e1f0e8772392)) - (pin "19" (uuid 13033935-692f-4f46-b24c-8529f274ac67)) - (pin "2" (uuid a981a481-7b67-46f8-8be4-6542e4346248)) - (pin "20" (uuid e176608e-337d-4f7e-bb85-8b45cf96e085)) - (pin "21" (uuid 80917971-4c1f-4673-b9cb-ce5470cd3098)) - (pin "22" (uuid d2ad0c03-c500-42bf-9291-5f6819a27495)) - (pin "23" (uuid 7ec245de-6e48-4e2f-bcd1-84f3467acb8e)) - (pin "24" (uuid de6b055a-6bef-40d5-b232-d7858dbb478f)) - (pin "25" (uuid 61edd838-aa16-4fa8-bc8e-42a9b1f14aa8)) - (pin "26" (uuid f49807d5-32f8-4517-8e14-95f5a6d92ef4)) - (pin "27" (uuid bd1399f1-4132-4bc5-b1ef-ee9954f4e3cf)) - (pin "28" (uuid 069e0d6b-1e25-4c35-9c49-033f115f041b)) - (pin "29" (uuid d5b59eb6-de13-408e-827e-5f16f9ffb135)) - (pin "3" (uuid 5037acb3-2845-412f-8281-fb7644f2c6c9)) - (pin "30" (uuid ac52d011-d665-47c0-920e-df08fce9ef2b)) - (pin "31" (uuid aa626214-e69c-432a-8e05-d7a7affd2a65)) - (pin "32" (uuid e00f6aa9-a918-47fd-accb-a155fa40f755)) - (pin "33" (uuid d7310f84-c868-4f3e-920d-8c646b3422c0)) - (pin "34" (uuid 34c81f7c-cbf8-4d5a-9545-383a95e848a1)) - (pin "35" (uuid f965e88c-f0b3-4c7b-be88-5cc208118b3a)) - (pin "36" (uuid 8371b2b6-38e7-4586-95b9-a77b02225e38)) - (pin "37" (uuid e4100623-3c6c-4658-8df7-6cc889cff156)) - (pin "38" (uuid 3cd7262f-b33a-4ddc-bdcd-dc2d38ee2ae4)) - (pin "39" (uuid 27fc06c2-9587-4a50-9f43-5c348baa6f40)) - (pin "4" (uuid f7839d70-e323-49f9-9f47-9cc12602c5da)) - (pin "40" (uuid 4e660e09-66b8-4399-8cb7-db93be74cd06)) - (pin "41" (uuid 4fd8862c-66b9-450a-b8b2-8bdcc569542d)) - (pin "5" (uuid 428cae15-7ed0-4d4a-8cf9-e57c918d91ab)) - (pin "6" (uuid b1867cb5-40f9-4e43-884e-cfafc858a24a)) - (pin "7" (uuid 41977c8d-cbdb-4691-abff-959794301d65)) - (pin "8" (uuid c43bacfd-8095-471b-b87f-6b27e3b281b1)) - (pin "9" (uuid 2d026549-f4f4-483c-b20f-850795f6d88e)) + (pin "1" (uuid 9c044279-4bbc-4766-bcee-17732255132b)) + (pin "10" (uuid 226899da-1dc1-418f-b490-4c6dbeff024f)) + (pin "11" (uuid 3b273049-f5c6-4c4e-ae14-dceddf97baf7)) + (pin "12" (uuid f1d734c3-7bba-4e68-9b5a-b642720fb016)) + (pin "13" (uuid 61cfee98-2809-4537-9c42-09d9b1ec1722)) + (pin "14" (uuid b3f2cc1d-e1cd-469e-bc66-0cd8b46b8722)) + (pin "15" (uuid 666ded4f-6d15-4797-803a-042a6f6c3ae4)) + (pin "16" (uuid 3efe98e4-3076-42c8-b805-853d4313f8e8)) + (pin "17" (uuid fcb36ecb-25e7-4c2d-8b7b-8d80e6850b54)) + (pin "18" (uuid 9b7866b0-c6af-4656-b6be-395c4bfb29a6)) + (pin "19" (uuid 3b38d91a-000c-4178-b036-c50a86b73974)) + (pin "2" (uuid c00884da-4afe-4b6b-a5bb-8bfe70f0d2c1)) + (pin "20" (uuid 616fa184-8abd-4f9b-b1d3-fab11c8b787c)) + (pin "21" (uuid 5766835a-9d85-404d-975e-7a80a4ecb2c2)) + (pin "22" (uuid f92ca7f5-8ac6-4e97-8009-df247c6ae23e)) + (pin "23" (uuid a6651472-367d-4eb8-b72d-bc839b6def9f)) + (pin "24" (uuid d053eb04-ccba-46c6-bac9-338ee37f0427)) + (pin "25" (uuid c8b699e4-0964-46b1-80b4-367f75a22e78)) + (pin "26" (uuid e3eebc58-d986-44c6-9af5-2b623b64f461)) + (pin "27" (uuid 0066db86-10f9-436e-bb53-d43b85e7cb7f)) + (pin "28" (uuid 1d78b5b6-7b1b-4ed5-b4a0-6c3e02016a99)) + (pin "29" (uuid 77f4bcc9-1984-43bd-b4d3-b06a63a8df91)) + (pin "3" (uuid fd473495-f23d-4f58-8569-f10d068fe6f2)) + (pin "30" (uuid f3fb4495-42fa-47b8-a533-dbfa59b1bcd8)) + (pin "31" (uuid c8c683e0-3083-4fbc-835a-7f2044e9121c)) + (pin "32" (uuid 35302443-8b1f-4409-9737-4b5a0e9ded60)) + (pin "33" (uuid fcbfebc0-2ab4-4118-9a41-a443c3cc1e4b)) + (pin "34" (uuid d09668e2-eb6c-404e-885c-ca1f5fe7332b)) + (pin "35" (uuid ded413a3-fca0-4a60-9ff1-04e0f69fd117)) + (pin "36" (uuid 20b5f121-6382-4ef6-b44b-ec4c7e448010)) + (pin "37" (uuid 89978651-498e-4718-af9d-611bab9118e9)) + (pin "38" (uuid a22c1b89-8af5-42e1-bcbf-3a11425b30c2)) + (pin "39" (uuid 26e620fb-108b-41df-98d0-37ed3dacf77d)) + (pin "4" (uuid 41cecc52-1ebf-41d6-a39e-f9946945c065)) + (pin "40" (uuid b8ed8449-76c2-4853-b27a-744313cdee48)) + (pin "41" (uuid 022828ec-1cbd-4e63-adc0-d2a39ea96f24)) + (pin "5" (uuid 57343eea-3150-437d-8a70-f67cd52b332d)) + (pin "6" (uuid 81e85336-d53d-404d-851d-3da97d6ff72d)) + (pin "7" (uuid b0d8ac62-d90d-4ac5-95a4-1ca9acb2e0b6)) + (pin "8" (uuid a6cb8f10-54a8-484c-a911-4457df383ab3)) + (pin "9" (uuid 49dd4cf9-575f-434b-9fff-6c08ac2525ea)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U1") (unit 1) + ) + ) + ) ) - (symbol (lib_id "power:GND") (at 218.44 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Connector_Generic:Conn_01x08") (at 119.38 27.94 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d5f742c2-156b-4f7a-8b97-ad5030ad748c) + (property "Reference" "J1" (at 121.92 27.9399 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Conn_Display" (at 121.92 30.4799 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (at 119.38 27.94 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 119.38 27.94 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d81b75a9-9712-480d-8919-d6f63bf48a4b)) + (pin "2" (uuid ad1085f4-9123-4b73-b8fc-8d1f66afe88a)) + (pin "3" (uuid 2543e892-9ded-4c83-9336-45a21cc28d9f)) + (pin "4" (uuid 2180ed23-7364-49e4-88a5-9060611f4a96)) + (pin "5" (uuid b9bd3be1-b8f3-431a-b891-04c3cbfe4ef0)) + (pin "6" (uuid 6b13ac0b-2651-4fa5-913a-34c5d44b9e8f)) + (pin "7" (uuid dc71c6e7-8bad-4ec3-b027-4ca7004ac269)) + (pin "8" (uuid 1e001e9f-2bb0-4849-bd3d-b2bb4ae66482)) + (instances + (project "Smart Home Controller V3" + (path "/72b36951-3ec7-4569-9c88-cf9b4afe1cae" + (reference "J1") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "J3") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 245.11 137.16 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid d61c6822-4762-4a96-b241-c5fa3a749984) - (property "Reference" "#PWR0110" (id 0) (at 218.44 160.02 0) + (property "Reference" "#PWR0110" (at 245.11 143.51 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 218.44 158.1134 0)) - (property "Footprint" "" (id 2) (at 218.44 153.67 0) + (property "Value" "GND" (at 245.11 141.6034 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 245.11 137.16 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 218.44 153.67 0) + (property "Datasheet" "" (at 245.11 137.16 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid dc6b5e17-6e16-4f78-8fd9-578cb463c695)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0110") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x05") (at 75.565 121.92 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid d63e632d-f177-4204-a42f-bd05878105e8) + (property "Reference" "J11" (at 76.4794 114.6048 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "BUTTON2" (at 79.375 113.03 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_JST:JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical" (at 75.565 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 75.565 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C157991" (at 75.565 121.92 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dc1721b6-65f9-4217-a619-afbf428dacfa)) + (pin "2" (uuid ee536ac6-d183-4313-8cec-45aaa71c393a)) + (pin "3" (uuid 0ae814ed-6a75-4713-bfb3-653ca59cdddd)) + (pin "4" (uuid 5d99b673-15b7-4c0f-8ae2-41fe8c60c4b2)) + (pin "5" (uuid 6af8fe17-9d64-4457-bceb-e34013c8bcec)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "J11") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "J6") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 31.75 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d6a7ed50-f8d9-46c8-b277-e2a450e4b596) + (property "Reference" "R1" (at 35.56 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 35.56 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 31.75 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 31.75 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9717b40b-11a7-4a3c-ab07-b2ed7309ca32)) + (pin "2" (uuid 197100cf-31c4-4abe-b8b7-06e8f4e461e8)) + (pin "3" (uuid 96f19e8c-f674-41f6-9e78-c972d617c028)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:BAV99") (at 99.06 143.51 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid de056552-f63b-4d4e-a309-2ff6448cd272) + (property "Reference" "D8" (at 99.06 137.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 99.06 139.7 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 99.06 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 99.06 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cb4528ba-db01-41bc-9a89-5c8f97ac5402)) + (pin "2" (uuid 2b31f40b-2742-44e5-bdda-6160f9e550c2)) + (pin "3" (uuid c659f6ca-060f-41e1-b516-e572a78e1c9e)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D8") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D17") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x05") (at 100.33 121.92 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e0c019a0-c447-4531-bec0-d849ecae96f9) + (property "Reference" "J11" (at 99.4156 114.6048 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "BUTTON3" (at 97.79 113.03 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_JST:JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical" (at 100.33 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 100.33 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C157991" (at 100.33 121.92 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9e0cd7f8-ecc1-45f8-8898-c7d2d73b1519)) + (pin "2" (uuid 69eb1089-2d71-4d45-b5b8-82c727d621ad)) + (pin "3" (uuid d82cda60-79d3-4aad-afb2-4bb558ff26df)) + (pin "4" (uuid 43d00272-1373-4fba-aec7-bfef53fafe4d)) + (pin "5" (uuid 9b7db9a9-6ade-4b42-a6ef-2de4a64d5ea1)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "J11") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "J7") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "J5") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:D") (at 212.09 71.12 90) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid e3373a99-80b5-4856-81fd-a3b2d8532646) - (property "Reference" "D1" (id 0) (at 214.122 70.2853 90) + (property "Reference" "D1" (at 214.122 70.2853 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "D" (id 1) (at 214.122 72.8222 90) + (property "Value" "D" (at 214.122 72.8222 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 212.09 71.12 0) + (property "Footprint" "" (at 212.09 71.12 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 212.09 71.12 0) + (property "Datasheet" "~" (at 212.09 71.12 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid d3b3980a-ce2d-4d09-99ca-4cee29361ace)) (pin "2" (uuid 6a80a8ce-24b8-4932-951e-dc4b987dda3c)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D1") (unit 1) + ) + ) + ) ) (symbol (lib_id "power:GND") (at 228.6 24.13 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid e454f4dc-18f5-4b73-aa39-c302fbae7d6c) - (property "Reference" "#PWR0105" (id 0) (at 228.6 30.48 0) + (property "Reference" "#PWR0105" (at 228.6 30.48 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 228.6 28.5734 0)) - (property "Footprint" "" (id 2) (at 228.6 24.13 0) + (property "Value" "GND" (at 228.6 28.5734 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 228.6 24.13 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 228.6 24.13 0) + (property "Datasheet" "" (at 228.6 24.13 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b0edb50b-7196-4b1a-83e3-a45ebddc5e4d)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "#PWR0105") (unit 1) + ) + ) + ) ) - (sheet (at 64.77 147.32) (size 20.32 19.05) (fields_autoplaced) - (stroke (width 0.1524) (type solid) (color 0 0 0 0)) + (symbol (lib_id "Diode:BAV99") (at 137.16 156.21 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ec973414-ed2d-42b8-ac37-4fcfcd015ce8) + (property "Reference" "D13" (at 137.16 149.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "BAV99" (at 137.16 152.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 137.16 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BAV99_SER.pdf" (at 137.16 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d0bd5ca0-0a05-4cd5-862e-d73856e0088b)) + (pin "2" (uuid 558b3e19-2275-4517-ab72-aec66b3ba084)) + (pin "3" (uuid f3eaee7d-b4ae-47bf-828b-0e35148a6edc)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "D13") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "D22") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "D14") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Potentiometer") (at 76.2 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid fa6cbd91-398e-4bf8-8a8a-d66eb4ff9b77) + (property "Reference" "R8" (at 80.01 20.32 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Variable" (at 80.01 22.86 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 76.2 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 76.2 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fb57bdb4-f96d-4a45-8336-5e3c776031ac)) + (pin "2" (uuid 1d7aba33-2839-4ea5-9247-89ee432bcabe)) + (pin "3" (uuid 3901282c-ea7c-407c-af0f-1ee7b76fe57d)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "R8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Power_Protection:USBLC6-4SC6") (at 165.1 132.08 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid fdc0a135-4b7a-4055-868f-cb277f57e5b7) + (property "Reference" "U6" (at 167.8687 120.4935 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USBLC6-4SC6" (at 167.8687 123.2686 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 165.1 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-4.pdf" (at 170.18 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC Part #" "C558419" (at 165.1 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 60e9450f-f738-4240-8a7f-285a1aacb2c2)) + (pin "2" (uuid 3dc42967-5cd0-4d09-8c39-b2b782a8643d)) + (pin "3" (uuid a54c60e9-7ff5-415a-bef1-5ebf58ca4008)) + (pin "4" (uuid c1b59079-b1e9-4d62-9b64-a1509a3c8b99)) + (pin "5" (uuid 0868f937-c25a-4f5c-8bac-29e28083aa9b)) + (pin "6" (uuid cee9e0cc-813d-43b5-97c0-cd2bc444ebba)) + (instances + (project "bobbycar" + (path "/477311b9-8f81-40c8-9c55-fd87e287247a" + (reference "U6") (unit 1) + ) + ) + (project "boardcomputer-reinvented" + (path "/c34981a4-f5bf-48b8-b827-9a9cfe9c43b8" + (reference "U8") (unit 1) + ) + ) + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" + (reference "U3") (unit 1) + ) + ) + ) + ) + + (sheet (at 15.24 62.23) (size 29.21 22.86) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) (fill (color 0 0 0 0.0000)) - (uuid 6690eb41-2c1d-4abf-90f8-fc4c3740650e) - (property "Sheet name" "MIDI IN THRU OUT" (id 0) (at 64.77 146.6084 0) + (uuid 2c215fe4-7c9a-4ae0-9a5d-913b04975b72) + (property "Sheetname" "flasher" (at 15.24 61.5184 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "midi_in_thru_out.kicad_sch" (id 1) (at 64.77 166.9546 0) + (property "Sheetfile" "flasher/flasher.kicad_sch" (at 15.24 85.6746 0) (effects (font (size 1.27 1.27)) (justify left top)) ) - (pin "5V" input (at 85.09 151.13 0) + (pin "+5V" passive (at 31.75 62.23 90) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3ca3b91d-5f17-4777-91f0-acb45508cc8e) + ) + (pin "ESP_TX" input (at 44.45 73.66 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid e589cab8-0283-4b2b-9321-463594d7666a) + ) + (pin "ESP_IO0" output (at 44.45 69.85 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 9286ea1a-267c-40fb-b9e0-a3e50eff1fe7) + ) + (pin "ESP_RX" output (at 44.45 76.2 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid da5afdfd-5983-4f44-8868-824d5f90b947) + ) + (pin "ESP_EN" output (at 44.45 67.31 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 1f4d6ea9-449b-473d-a3b0-cdccd5b96a79) + ) + (pin "GND" passive (at 31.75 85.09 270) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a5e158b9-7c28-41fb-bff6-21476a27d154) + ) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" (page "6")) + ) + ) + ) + + (sheet (at 15.24 121.92) (size 20.32 19.05) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 6690eb41-2c1d-4abf-90f8-fc4c3740650e) + (property "Sheetname" "MIDI IN THRU OUT" (at 15.24 121.2084 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "midi_in_thru_out.kicad_sch" (at 15.24 141.5546 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "5V" input (at 35.56 125.73 0) (effects (font (size 1.27 1.27)) (justify right)) (uuid b4ece9e1-6832-415b-b8db-3d12df7f8452) ) - (pin "3V3" input (at 85.09 153.67 0) + (pin "3V3" input (at 35.56 128.27 0) (effects (font (size 1.27 1.27)) (justify right)) (uuid dd8f96f6-3d76-4a9d-a318-c66aec37c34b) ) - (pin "GND" input (at 85.09 161.29 0) + (pin "GND" input (at 35.56 135.89 0) (effects (font (size 1.27 1.27)) (justify right)) (uuid cb2e0cf7-0c84-4f73-8913-a6274375583d) ) - (pin "TX" input (at 85.09 158.75 0) + (pin "TX" input (at 35.56 133.35 0) (effects (font (size 1.27 1.27)) (justify right)) (uuid 071a9ded-ad3b-41b6-9af1-c1de9b045633) ) - (pin "RX" input (at 85.09 156.21 0) + (pin "RX" input (at 35.56 130.81 0) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3ab06623-4c06-4084-a42e-3afb4f700940) ) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c" (page "2")) + ) + ) ) (sheet_instances (path "/" (page "1")) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e" (page "2")) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f" (page "3")) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b" (page "5")) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea" (page "6")) - ) - - (symbol_instances - (path "/acae69b4-ebff-4b85-9e5f-f038a32404f2" - (reference "#PWR0101") (unit 1) (value "+3.3V") (footprint "") - ) - (path "/5531e31f-3a61-45e7-8b51-409ec237c288" - (reference "#PWR0102") (unit 1) (value "+3.3V") (footprint "") - ) - (path "/5e7ee589-93a8-43f4-a34f-71d88a057050" - (reference "#PWR0103") (unit 1) (value "GND") (footprint "") - ) - (path "/3a01ffd5-af5b-48c8-9179-1844c07ed293" - (reference "#PWR0104") (unit 1) (value "GND") (footprint "") - ) - (path "/e454f4dc-18f5-4b73-aa39-c302fbae7d6c" - (reference "#PWR0105") (unit 1) (value "GND") (footprint "") - ) - (path "/a0b8c609-a06d-4bdf-8b5f-259145fe8375" - (reference "#PWR0106") (unit 1) (value "+12V") (footprint "") - ) - (path "/b28368b9-0755-477b-a96f-fec4e6efa373" - (reference "#PWR0108") (unit 1) (value "+3.3V") (footprint "") - ) - (path "/a82ccb2f-f633-4b7d-b6c0-ee6b4e0c7613" - (reference "#PWR0109") (unit 1) (value "GND") (footprint "") - ) - (path "/d61c6822-4762-4a96-b241-c5fa3a749984" - (reference "#PWR0110") (unit 1) (value "GND") (footprint "") - ) - (path "/1efc776c-92f1-40a5-b4be-7789507edd28" - (reference "#PWR0111") (unit 1) (value "GND") (footprint "") - ) - (path "/17a246fb-2de5-47d1-8bae-442ccc830fdd" - (reference "#PWR0113") (unit 1) (value "GND") (footprint "") - ) - (path "/8fc32a0a-1c10-42b9-a03b-2be605a2cde9" - (reference "#PWR0114") (unit 1) (value "GND") (footprint "") - ) - (path "/0d8d3e20-6c83-499c-9314-d8aa339dcce0" - (reference "#PWR0115") (unit 1) (value "+5V") (footprint "") - ) - (path "/1c3049d6-dccd-4c2f-bb49-bc9522d41f10" - (reference "#PWR?") (unit 1) (value "+5V") (footprint "") - ) - (path "/51eabf2d-74a2-47ee-8232-9917d1f88938" - (reference "#PWR?") (unit 1) (value "GND") (footprint "") - ) - (path "/76e6d78b-515d-46eb-920b-ab4e1822cabb" - (reference "#PWR?") (unit 1) (value "GND") (footprint "") - ) - (path "/8a1f78ff-8d72-4105-b4ac-e786501a9c05" - (reference "#PWR?") (unit 1) (value "GND") (footprint "") - ) - (path "/c1f3947f-0239-4ebe-9df8-18529dfa219a" - (reference "#PWR?") (unit 1) (value "+5V") (footprint "") - ) - (path "/c4fb5047-e1bd-4e59-9504-ea258aeb6b1f" - (reference "#PWR?") (unit 1) (value "+12V") (footprint "") - ) - (path "/c75d24f5-1469-403d-a725-0ad9b354b60f" - (reference "#PWR?") (unit 1) (value "GND") (footprint "") - ) - (path "/cfe3f5d4-74f8-4351-ac02-5648d488f998" - (reference "#PWR?") (unit 1) (value "+3.3V") (footprint "") - ) - (path "/5f69dc0f-46e9-4fd7-b986-96e85aadcf84" - (reference "C1") (unit 1) (value "100n") (footprint "") - ) - (path "/a2c6aa29-00b3-40aa-9136-941325dc241b" - (reference "C2") (unit 1) (value "100n") (footprint "") - ) - (path "/97a9fbe4-bbed-4f1b-b03f-d3514e855218" - (reference "C3") (unit 1) (value "100n") (footprint "") - ) - (path "/04f22c27-3298-4ed9-8402-b79402c0bbdc" - (reference "C?") (unit 1) (value "100n") (footprint "") - ) - (path "/1ed0fc41-41a1-4b68-9795-ccd2c8a0d608" - (reference "C?") (unit 1) (value "100n") (footprint "") - ) - (path "/e3373a99-80b5-4856-81fd-a3b2d8532646" - (reference "D1") (unit 1) (value "D") (footprint "") - ) - (path "/145c2c83-cfca-4ded-8bff-352eb6c6dd97" - (reference "D?") (unit 1) (value "D") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b/294c6d09-6879-4de7-9e90-468157b5c3ad" - (reference "D?") (unit 1) (value "1N4148") (footprint "") - ) - (path "/450150f5-5107-481c-a1f1-5d294d0bd787" - (reference "D?") (unit 1) (value "D") (footprint "") - ) - (path "/9634b6fd-49b8-4d3e-81c1-cf1bc98e355d" - (reference "J1") (unit 1) (value "USB_C_Receptacle_USB2.0") (footprint "") - ) - (path "/346e95be-ba42-444e-a69e-3231c7bccacd" - (reference "J2") (unit 1) (value "5V-12V") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f/1a611f43-b4f7-4fcf-ad41-29a58836dde9" - (reference "J?") (unit 1) (value "MIDI 1 OUT") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea/1a611f43-b4f7-4fcf-ad41-29a58836dde9" - (reference "J?") (unit 1) (value "MIDI 1 OUT") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b/ef6a6c01-f923-4c9d-a819-38ac16276317" - (reference "J?") (unit 1) (value "MIDI 1 IN") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f/a07e3256-d300-4a60-8ab4-b2982be6c30d" - (reference "Q?") (unit 1) (value "BSS138") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea/a07e3256-d300-4a60-8ab4-b2982be6c30d" - (reference "Q?") (unit 1) (value "BSS138") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b/51573874-d267-41b6-a92d-12fde60dc48f" - (reference "R?") (unit 1) (value "220") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f/bb78e4a5-6cb5-4004-9500-0213e96884f7" - (reference "R?") (unit 1) (value "220") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea/bb78e4a5-6cb5-4004-9500-0213e96884f7" - (reference "R?") (unit 1) (value "220") (footprint "") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b/d99f4a08-ebd6-407a-bcb1-175cfe6468a3" - (reference "R?") (unit 1) (value "220") (footprint "") - ) - (path "/d3b3bc74-c583-4f45-a205-f699d89e935b" - (reference "U1") (unit 1) (value "ESP32-S3-WROOM-2") (footprint "Espressif:ESP32-S3-WROOM-2") - ) - (path "/297e48da-eedc-4274-9813-7bbba287263a" - (reference "U2") (unit 1) (value "AMS1117-3.3") (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2") - ) - (path "/280ddd68-d04a-4a45-8d72-a74ee98b4f54" - (reference "U?") (unit 1) (value "AMS1117-5.0") (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2") - ) - (path "/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b/739761ec-fad8-48c4-97ae-0fc3365f6fea" - (reference "U?") (unit 1) (value "4N25") (footprint "Package_DIP:DIP-6_W7.62mm") - ) ) ) diff --git a/esp32_midi/flasher b/esp32_midi/flasher new file mode 160000 index 0000000..c2173ab --- /dev/null +++ b/esp32_midi/flasher @@ -0,0 +1 @@ +Subproject commit c2173ab0ac5c77e394d5d38529db3272b8512182 diff --git a/esp32_midi/midi.kicad_sch b/esp32_midi/midi.kicad_sch index 7238f39..71fe849 100644 --- a/esp32_midi/midi.kicad_sch +++ b/esp32_midi/midi.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 14dc3eff-15be-4a71-826c-d7a01d36710d) @@ -6,38 +6,38 @@ (lib_symbols (symbol "Connector:DIN-5_180degree" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 3.175 5.715 0) + (property "Reference" "J" (at 3.175 5.715 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "DIN-5_180degree" (id 1) (at 0 -6.35 0) + (property "Value" "DIN-5_180degree" (at 0 -6.35 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "circular DIN connector stereo audio" (id 4) (at 0 0 0) + (property "ki_keywords" "circular DIN connector stereo audio" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "5-pin DIN connector (5-pin DIN-5 stereo)" (id 5) (at 0 0 0) + (property "ki_description" "5-pin DIN connector (5-pin DIN-5 stereo)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "DIN*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "DIN*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "DIN-5_180degree_0_1" (arc (start -5.08 0) (mid -3.8609 -3.3364) (end -0.762 -5.08) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center -3.048 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center -2.286 2.286) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -45,7 +45,7 @@ (xy -5.08 0) (xy -3.556 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -53,7 +53,7 @@ (xy 0 5.08) (xy 0 3.81) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -61,7 +61,7 @@ (xy 5.08 0) (xy 3.556 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -70,7 +70,7 @@ (xy -4.318 2.54) (xy -2.794 2.286) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -79,7 +79,7 @@ (xy 4.318 2.54) (xy 2.794 2.286) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -89,27 +89,27 @@ (xy 0.762 -4.191) (xy 0.762 -4.953) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 0 3.302) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start 0.762 -5.08) (mid 3.8685 -3.343) (end 5.08 0) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 2.286 2.286) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 3.048 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 5.08 0) (mid 0 5.08) (end -5.08 0) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start 5.08 0) (mid 0 5.0579) (end -5.08 0) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -137,25 +137,25 @@ ) ) (symbol "Device:D" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (id 0) (at 0 2.54 0) + (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "D" (id 1) (at 0 -2.54 0) + (property "Value" "D" (at 0 -2.54 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "diode" (id 4) (at 0 0 0) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Diode" (id 5) (at 0 0 0) + (property "ki_description" "Diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "D_0_1" @@ -164,7 +164,7 @@ (xy -1.27 1.27) (xy -1.27 -1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -172,7 +172,7 @@ (xy 1.27 0) (xy -1.27 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -182,7 +182,7 @@ (xy -1.27 0) (xy 1.27 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -198,30 +198,30 @@ ) ) (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 2.032 0 90) + (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "R" (id 1) (at 0 0 90) + (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor" (id 5) (at 0 0 0) + (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_0_1" (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -237,30 +237,30 @@ ) ) (symbol "Isolator:4N25" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (id 0) (at -5.08 5.08 0) + (property "Reference" "U" (at -5.08 5.08 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "4N25" (id 1) (at 0 5.08 0) + (property "Value" "4N25" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_DIP:DIP-6_W7.62mm" (id 2) (at -5.08 -5.08 0) + (property "Footprint" "Package_DIP:DIP-6_W7.62mm" (at -5.08 -5.08 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "https://www.vishay.com/docs/83725/4n25.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "https://www.vishay.com/docs/83725/4n25.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_keywords" "NPN DC Optocoupler Base Connected" (id 4) (at 0 0 0) + (property "ki_keywords" "NPN DC Optocoupler Base Connected" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "DC Optocoupler Base Connected, Vce 30V, CTR 20%, Viso 2500V, DIP6" (id 5) (at 0 0 0) + (property "ki_description" "DC Optocoupler Base Connected, Vce 30V, CTR 20%, Viso 2500V, DIP6" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "DIP*W7.62mm*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "4N25_0_1" (rectangle (start -5.08 3.81) (end 5.08 -3.81) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type background)) ) (polyline @@ -268,7 +268,7 @@ (xy -3.81 -0.635) (xy -2.54 -0.635) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -276,7 +276,7 @@ (xy 2.667 -1.397) (xy 3.81 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -284,7 +284,7 @@ (xy 2.667 -1.143) (xy 3.81 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -292,7 +292,7 @@ (xy 3.81 -2.54) (xy 5.08 -2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -300,7 +300,7 @@ (xy 3.81 0) (xy 5.08 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -309,7 +309,7 @@ (xy 2.667 -2.286) (xy 2.667 -2.286) ) - (stroke (width 0.3556) (type default) (color 0 0 0 0)) + (stroke (width 0.3556) (type default)) (fill (type none)) ) (polyline @@ -319,7 +319,7 @@ (xy -3.175 2.54) (xy -5.08 2.54) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -329,7 +329,7 @@ (xy -2.54 0.635) (xy -3.175 -0.635) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -339,7 +339,7 @@ (xy 3.175 -2.159) (xy 3.683 -2.413) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -349,7 +349,7 @@ (xy 1.905 -1.27) (xy 2.54 -1.27) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -360,7 +360,7 @@ (xy 0.254 -0.381) (xy 0.635 -0.508) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -371,7 +371,7 @@ (xy 0.254 0.635) (xy 0.635 0.508) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) ) @@ -404,141 +404,171 @@ ) ) - (junction (at 63.5 66.04) (diameter 0) (color 0 0 0 0) - (uuid 03f6ee58-4f92-4944-881d-a3a87e6f4bc3) - ) (junction (at 92.71 74.93) (diameter 0) (color 0 0 0 0) (uuid 1ab9d77a-9bd5-4305-8137-45292232214e) ) + (junction (at 60.96 68.58) (diameter 0) (color 0 0 0 0) + (uuid a9f78757-a466-4635-a9a2-5cf7f1afe72a) + ) (junction (at 92.71 50.8) (diameter 0) (color 0 0 0 0) (uuid ecde4a43-0e16-4b29-ae6e-8c07a0ba1b5d) ) - (wire (pts (xy 63.5 66.04) (xy 67.31 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 0724c4a1-d4eb-4f38-baa7-d10f14d39c82) + (wire (pts (xy 60.96 68.58) (xy 67.31 68.58)) + (stroke (width 0) (type default)) + (uuid 0501f923-4bf8-479a-aa77-260879e0e979) ) (wire (pts (xy 121.92 74.93) (xy 92.71 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 082754ba-689d-45ef-9360-ae8f75ebb6a3) ) (wire (pts (xy 137.16 74.93) (xy 140.97 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 14b9d52f-4e41-4a44-bc43-bd9fb45e87c1) ) - (wire (pts (xy 63.5 59.69) (xy 63.5 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 1a80bd75-ff93-4525-b8e6-410c9d4ac095) + (wire (pts (xy 64.77 63.5) (xy 64.77 66.04)) + (stroke (width 0) (type default)) + (uuid 229154e2-fd73-43f6-86dd-536701db1383) + ) + (wire (pts (xy 55.88 66.04) (xy 58.42 66.04)) + (stroke (width 0) (type default)) + (uuid 26a77453-38fb-49a7-a94e-6084aef5246f) + ) + (wire (pts (xy 58.42 68.58) (xy 60.96 68.58)) + (stroke (width 0) (type default)) + (uuid 3b4ba34b-8dc2-4ef3-a4ee-245fdc00979d) ) (wire (pts (xy 140.97 50.8) (xy 116.84 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 4acf6fbb-115a-407b-b99e-24cbb2466f7a) ) (wire (pts (xy 140.97 74.93) (xy 140.97 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 54ac2f94-8dd6-46d9-9618-f300f5843d06) ) - (wire (pts (xy 62.23 52.07) (xy 63.5 52.07)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 606ddb98-53d0-49e2-89de-4ebda17570e6) - ) (wire (pts (xy 82.55 50.8) (xy 82.55 63.5)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6cc83ff7-d213-47aa-8044-1946c813ea8b) ) - (wire (pts (xy 55.88 66.04) (xy 63.5 66.04)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 757878b0-3a53-41bc-b33b-6693ca96c146) - ) (wire (pts (xy 109.22 50.8) (xy 92.71 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7922a8e3-4a89-424c-90dd-fa4f37077a84) ) (wire (pts (xy 92.71 74.93) (xy 82.55 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7bc70fde-d978-4fc1-bb75-b16a79dd3c78) ) (wire (pts (xy 92.71 50.8) (xy 92.71 62.23)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid a60513c4-cb14-439f-8395-38006728f64b) ) (wire (pts (xy 92.71 69.85) (xy 92.71 74.93)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid bb1407bf-e527-4861-b5ee-761c92e569d6) ) (wire (pts (xy 82.55 74.93) (xy 82.55 68.58)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid be731731-a285-403b-90be-44f647c6a2f0) ) + (wire (pts (xy 58.42 66.04) (xy 58.42 68.58)) + (stroke (width 0) (type default)) + (uuid c2fa11e4-e5a3-4ff8-a55c-f636f036c219) + ) (wire (pts (xy 92.71 50.8) (xy 82.55 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c65d85d2-f8c6-4ec3-846e-d42bef478532) ) + (wire (pts (xy 62.23 63.5) (xy 64.77 63.5)) + (stroke (width 0) (type default)) + (uuid d8e6debc-0bb2-48e6-9a4c-3720473b582d) + ) + (wire (pts (xy 64.77 66.04) (xy 67.31 66.04)) + (stroke (width 0) (type default)) + (uuid fe94976c-2eb0-4364-8bfd-a5ee6b63f54d) + ) - (hierarchical_label "3V3" (shape input) (at 62.23 52.07 180) + (hierarchical_label "GND" (shape input) (at 60.96 76.2 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 52f68d3e-ec48-4b0b-9e9f-46b82e280f5f) + ) + (hierarchical_label "3V3" (shape input) (at 62.23 63.5 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 5cd96d7a-3f51-4a8b-9f5b-a9458a2d7107) ) - (hierarchical_label "MIDI_RX" (shape input) (at 55.88 66.04 180) + (hierarchical_label "MIDI_RX" (shape input) (at 55.88 66.04 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 69afbce9-9301-4c37-87d3-c94e73b1ccb6) ) - (hierarchical_label "GND" (shape input) (at 129.54 69.85 90) + (hierarchical_label "GND" (shape input) (at 129.54 69.85 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 7c9ee8e5-7acb-493d-9ec6-25ddc4aa39b3) ) - (hierarchical_label "GND" (shape input) (at 67.31 68.58 270) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 9ba372be-b771-49df-b119-16bd4da9cdbc) - ) (symbol (lib_id "Device:D") (at 92.71 66.04 270) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 294c6d09-6879-4de7-9e90-468157b5c3ad) - (property "Reference" "D?" (id 0) (at 94.742 65.2053 90) + (property "Reference" "D?" (at 94.742 65.2053 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "1N4148" (id 1) (at 94.742 67.7422 90) + (property "Value" "1N4148" (at 94.742 67.7422 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (id 2) (at 92.71 66.04 0) + (property "Footprint" "" (at 92.71 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 92.71 66.04 0) + (property "Datasheet" "~" (at 92.71 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b92e01e5-7fdc-447f-9221-231943b82e33)) (pin "2" (uuid 6f86e29c-44cf-40ce-8ac8-0ef149f5e82e)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b" + (reference "D?") (unit 1) + ) + ) + ) ) - (symbol (lib_id "Device:R") (at 63.5 55.88 180) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (symbol (lib_id "Device:R") (at 60.96 72.39 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 51573874-d267-41b6-a92d-12fde60dc48f) - (property "Reference" "R?" (id 0) (at 65.278 55.0453 0) + (property "Reference" "R?" (at 62.738 71.5553 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "220" (id 1) (at 65.278 57.5822 0) + (property "Value" "220" (at 62.738 74.0922 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "" (id 2) (at 65.278 55.88 90) + (property "Footprint" "" (at 62.738 72.39 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 63.5 55.88 0) + (property "Datasheet" "~" (at 60.96 72.39 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 8450ff34-b619-4515-9a26-490618d0337d)) (pin "2" (uuid 034c9606-8732-49aa-bfd2-592945223e8f)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b" + (reference "R?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Isolator:4N25") (at 74.93 66.04 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 739761ec-fad8-48c4-97ae-0fc3365f6fea) - (property "Reference" "U?" (id 0) (at 74.93 58.5302 0)) - (property "Value" "4N25" (id 1) (at 74.93 61.0671 0)) - (property "Footprint" "Package_DIP:DIP-6_W7.62mm" (id 2) (at 80.01 71.12 0) + (property "Reference" "U?" (at 74.93 58.5302 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "4N25" (at 74.93 61.0671 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_DIP:DIP-6_W7.62mm" (at 80.01 71.12 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "https://www.vishay.com/docs/83725/4n25.pdf" (id 3) (at 74.93 66.04 0) + (property "Datasheet" "https://www.vishay.com/docs/83725/4n25.pdf" (at 74.93 66.04 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (pin "1" (uuid 40a708d3-77d5-4b5d-915b-0d94a9e8e7ae)) @@ -547,32 +577,54 @@ (pin "4" (uuid b0462030-a566-43c6-91ad-5657a74d4f6e)) (pin "5" (uuid 79323213-3493-4b6a-85cf-39de0540e3ca)) (pin "6" (uuid 597a8019-4596-4b52-b3f8-c753d87b15a5)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b" + (reference "U?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R") (at 113.03 50.8 90) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid d99f4a08-ebd6-407a-bcb1-175cfe6468a3) - (property "Reference" "R?" (id 0) (at 113.03 46.0842 90)) - (property "Value" "220" (id 1) (at 113.03 48.6211 90)) - (property "Footprint" "" (id 2) (at 113.03 52.578 90) + (property "Reference" "R?" (at 113.03 46.0842 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "220" (at 113.03 48.6211 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 113.03 52.578 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 113.03 50.8 0) + (property "Datasheet" "~" (at 113.03 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 375fe7e8-1874-4710-b904-fd9059fd929c)) (pin "2" (uuid 0fa30bbf-2a24-4a5f-bd6a-683399a8dd01)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b" + (reference "R?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Connector:DIN-5_180degree") (at 129.54 77.47 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid ef6a6c01-f923-4c9d-a819-38ac16276317) - (property "Reference" "J?" (id 0) (at 129.5399 86.2498 0)) - (property "Value" "MIDI 1 IN" (id 1) (at 129.5399 83.7129 0)) - (property "Footprint" "" (id 2) (at 129.54 77.47 0) + (property "Reference" "J?" (at 129.5399 86.2498 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MIDI 1 IN" (at 129.5399 83.7129 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 129.54 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (id 3) (at 129.54 77.47 0) + (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 129.54 77.47 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 5dbc396a-f9ee-40ee-b882-d98edcfe88d8)) @@ -580,5 +632,12 @@ (pin "3" (uuid adcd2669-b94c-4615-851b-589aa780ca1d)) (pin "4" (uuid f5e4045f-bd49-4908-8523-9616d32d3e54)) (pin "5" (uuid 107fbb18-252d-4872-b603-3763267f4e51)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/c474a483-652e-46b3-829f-20d9c40cc74b" + (reference "J?") (unit 1) + ) + ) + ) ) ) diff --git a/esp32_midi/midi_in_thru_out.kicad_sch b/esp32_midi/midi_in_thru_out.kicad_sch index 3ef7ada..6e071dd 100644 --- a/esp32_midi/midi_in_thru_out.kicad_sch +++ b/esp32_midi/midi_in_thru_out.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid fbbd2b40-9a50-4811-a8fa-e5891fa55d7b) @@ -9,148 +9,148 @@ (wire (pts (xy 123.19 83.82) (xy 129.54 83.82)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 06a16341-ac9f-4be7-8079-defa1cc27a06) ) (wire (pts (xy 128.27 57.15) (xy 115.57 57.15)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 110d0034-4a73-4eef-89f6-f165095aa9b3) ) (wire (pts (xy 177.8 58.42) (xy 180.34 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 1c51847f-2f08-4ba9-9823-f82d20292185) ) (wire (pts (xy 177.8 55.88) (xy 180.34 55.88)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 23673b6d-efd9-4601-8931-b8661773c7f2) ) (wire (pts (xy 177.8 50.8) (xy 180.34 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 6347dc7e-0199-45c5-a54c-c46d8df458d7) ) (wire (pts (xy 121.92 59.69) (xy 128.27 59.69)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 749e6949-15db-45ee-bdbd-db79377bf9bd) ) (wire (pts (xy 123.19 86.36) (xy 129.54 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 79e144f6-aac2-47c3-85bc-4c8a70050ce7) ) (wire (pts (xy 123.19 88.9) (xy 129.54 88.9)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 81209eb8-d93c-4718-8a89-92b5a3e36cdf) ) (wire (pts (xy 115.57 69.85) (xy 104.14 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid af2e54a4-8dbf-47f7-a349-1bdef484e531) ) (wire (pts (xy 177.8 53.34) (xy 180.34 53.34)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b12c9bb5-58d2-427d-8d4d-44342cde5528) ) (wire (pts (xy 121.92 54.61) (xy 128.27 54.61)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid b670fd14-d558-4369-89d9-fed718b63b6d) ) (wire (pts (xy 110.49 72.39) (xy 104.14 72.39)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid c8cb5bb9-5703-4726-a0f4-7767d3ae954b) ) (wire (pts (xy 180.34 48.26) (xy 177.8 48.26)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid cb96d783-1502-4f1f-b6dd-2d145bb32300) ) (wire (pts (xy 110.49 67.31) (xy 104.14 67.31)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid e2c3d9f2-0edd-486e-b9dc-fd6edfa6a397) ) (wire (pts (xy 115.57 57.15) (xy 115.57 69.85)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid ef392d47-c31e-4de9-8edc-0ea596cbeb5e) ) - (label "TX" (at 123.19 86.36 0) + (label "TX" (at 123.19 86.36 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 2419115a-78a1-4090-aa04-520935712c44) ) - (label "GND" (at 123.19 88.9 0) + (label "GND" (at 123.19 88.9 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 25abaab3-3ea8-42ee-b360-944de6b93f97) ) - (label "GND" (at 110.49 72.39 0) + (label "GND" (at 110.49 72.39 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 41e19ea2-7566-4c85-a612-fc5a22510cdf) ) - (label "RX" (at 180.34 58.42 0) + (label "RX" (at 180.34 58.42 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 53db3595-0106-41ce-9bd8-f4d607fd23a7) ) - (label "GND" (at 180.34 53.34 0) + (label "GND" (at 180.34 53.34 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 5f5dfd37-c49f-43c4-8b14-3e196b8e1993) ) - (label "RX" (at 110.49 69.85 0) + (label "RX" (at 110.49 69.85 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 77642687-0dc5-45ba-8a29-5b327af00613) ) - (label "5V" (at 180.34 48.26 0) + (label "5V" (at 180.34 48.26 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 8a06a8b8-624e-4530-8bf5-44d08d42a927) ) - (label "GND" (at 121.92 59.69 0) + (label "GND" (at 121.92 59.69 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a3020651-9117-41fd-9e1a-8e5281ee9679) ) - (label "3V3" (at 110.49 67.31 0) + (label "3V3" (at 110.49 67.31 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid b04c3cf1-441a-4422-86f7-6eaeaedc803d) ) - (label "5V" (at 121.92 54.61 0) + (label "5V" (at 121.92 54.61 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid cec2cf75-9d7d-435c-ab6a-44111a672af6) ) - (label "TX" (at 180.34 55.88 0) + (label "TX" (at 180.34 55.88 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid d2c689e8-c773-4a4b-87cf-0557ad59bdd0) ) - (label "5V" (at 123.19 83.82 0) + (label "5V" (at 123.19 83.82 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid d769b197-586e-4e39-8dc3-73acd266d470) ) - (label "3V3" (at 180.34 50.8 0) + (label "3V3" (at 180.34 50.8 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid db8762ae-8de3-412a-9d87-824b6c4ca935) ) - (hierarchical_label "TX" (shape input) (at 177.8 55.88 180) + (hierarchical_label "TX" (shape input) (at 177.8 55.88 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 056d0bd2-7f84-422e-8a61-45601958f078) ) - (hierarchical_label "3V3" (shape input) (at 177.8 50.8 180) + (hierarchical_label "3V3" (shape input) (at 177.8 50.8 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 557a5f2a-0681-4371-9dad-150d704c49e6) ) - (hierarchical_label "5V" (shape input) (at 177.8 48.26 180) + (hierarchical_label "5V" (shape input) (at 177.8 48.26 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 7ee50808-4049-4dcf-a412-0b9594a78ce7) ) - (hierarchical_label "GND" (shape input) (at 177.8 53.34 180) + (hierarchical_label "GND" (shape input) (at 177.8 53.34 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid a28c94d3-c2d8-4581-b5ff-f74aef51102e) ) - (hierarchical_label "RX" (shape input) (at 177.8 58.42 180) + (hierarchical_label "RX" (shape input) (at 177.8 58.42 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid ae9ebdb0-5807-4195-97f1-2b51a56841fc) ) (sheet (at 129.54 74.93) (size 15.24 17.78) (fields_autoplaced) - (stroke (width 0.1524) (type solid) (color 0 0 0 0)) + (stroke (width 0.1524) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 067e608b-1500-4656-956d-29b5641ffb6f) - (property "Sheet name" "MIDI OUT1" (id 0) (at 129.54 74.2184 0) + (property "Sheetname" "MIDI OUT1" (at 129.54 74.2184 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "midi_out.kicad_sch" (id 1) (at 129.54 93.2946 0) + (property "Sheetfile" "midi_out.kicad_sch" (at 129.54 93.2946 0) (effects (font (size 1.27 1.27)) (justify left top)) ) (pin "5V" input (at 129.54 83.82 180) @@ -165,16 +165,21 @@ (effects (font (size 1.27 1.27)) (justify left)) (uuid 6850928c-4293-49ee-99bf-d2a8c37163bb) ) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e" (page "3")) + ) + ) ) (sheet (at 128.27 45.72) (size 15.24 17.78) (fields_autoplaced) - (stroke (width 0.1524) (type solid) (color 0 0 0 0)) + (stroke (width 0.1524) (type solid)) (fill (color 0 0 0 0.0000)) (uuid 23ac7157-3583-490b-a889-9bba9a4271ea) - (property "Sheet name" "MIDI THRU" (id 0) (at 128.27 45.0084 0) + (property "Sheetname" "MIDI THRU" (at 128.27 45.0084 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "midi_out.kicad_sch" (id 1) (at 128.27 64.0846 0) + (property "Sheetfile" "midi_out.kicad_sch" (at 128.27 64.0846 0) (effects (font (size 1.27 1.27)) (justify left top)) ) (pin "5V" input (at 128.27 54.61 180) @@ -189,16 +194,21 @@ (effects (font (size 1.27 1.27)) (justify left)) (uuid a6c29abb-601d-404e-b2c8-6a40f1783da3) ) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e" (page "6")) + ) + ) ) (sheet (at 86.36 58.42) (size 17.78 17.78) (fields_autoplaced) - (stroke (width 0.1524) (type solid) (color 0 0 0 0)) + (stroke (width 0.1524) (type solid)) (fill (color 0 0 0 0.0000)) (uuid c474a483-652e-46b3-829f-20d9c40cc74b) - (property "Sheet name" "MIDI IN" (id 0) (at 86.36 57.7084 0) + (property "Sheetname" "MIDI IN" (at 86.36 57.7084 0) (effects (font (size 1.27 1.27)) (justify left bottom)) ) - (property "Sheet file" "midi.kicad_sch" (id 1) (at 86.36 76.7846 0) + (property "Sheetfile" "midi.kicad_sch" (at 86.36 76.7846 0) (effects (font (size 1.27 1.27)) (justify left top)) ) (pin "GND" input (at 104.14 72.39 0) @@ -213,5 +223,10 @@ (effects (font (size 1.27 1.27)) (justify right)) (uuid b3677968-95a8-4c64-81c9-b365d02b4778) ) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e" (page "5")) + ) + ) ) ) diff --git a/esp32_midi/midi_out.kicad_sch b/esp32_midi/midi_out.kicad_sch index dbb9de3..9fcf25e 100644 --- a/esp32_midi/midi_out.kicad_sch +++ b/esp32_midi/midi_out.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20211123) (generator eeschema) +(kicad_sch (version 20230121) (generator eeschema) (uuid 5e4c7ca1-7a82-475c-a955-cbac0a7c1dee) @@ -6,38 +6,38 @@ (lib_symbols (symbol "Connector:DIN-5_180degree" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 3.175 5.715 0) + (property "Reference" "J" (at 3.175 5.715 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "DIN-5_180degree" (id 1) (at 0 -6.35 0) + (property "Value" "DIN-5_180degree" (at 0 -6.35 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at 0 0 0) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (id 3) (at 0 0 0) + (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "circular DIN connector stereo audio" (id 4) (at 0 0 0) + (property "ki_keywords" "circular DIN connector stereo audio" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "5-pin DIN connector (5-pin DIN-5 stereo)" (id 5) (at 0 0 0) + (property "ki_description" "5-pin DIN connector (5-pin DIN-5 stereo)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "DIN*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "DIN*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "DIN-5_180degree_0_1" (arc (start -5.08 0) (mid -3.8609 -3.3364) (end -0.762 -5.08) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center -3.048 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center -2.286 2.286) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -45,7 +45,7 @@ (xy -5.08 0) (xy -3.556 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -53,7 +53,7 @@ (xy 0 5.08) (xy 0 3.81) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -61,7 +61,7 @@ (xy 5.08 0) (xy 3.556 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -70,7 +70,7 @@ (xy -4.318 2.54) (xy -2.794 2.286) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -79,7 +79,7 @@ (xy 4.318 2.54) (xy 2.794 2.286) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -89,27 +89,27 @@ (xy 0.762 -4.191) (xy 0.762 -4.953) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 0 3.302) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (arc (start 0.762 -5.08) (mid 3.8685 -3.343) (end 5.08 0) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 2.286 2.286) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 3.048 0) (radius 0.508) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) - (arc (start 5.08 0) (mid 0 5.08) (end -5.08 0) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (arc (start 5.08 0) (mid 0 5.0579) (end -5.08 0) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -137,30 +137,30 @@ ) ) (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 2.032 0 90) + (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "R" (id 1) (at 0 0 90) + (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (id 2) (at -1.778 0 90) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 0 0 0) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Resistor" (id 5) (at 0 0 0) + (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_0_1" (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) ) @@ -176,25 +176,25 @@ ) ) (symbol "Transistor_FET:BSS138" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (id 0) (at 5.08 1.905 0) + (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "BSS138" (id 1) (at 5.08 0 0) + (property "Value" "BSS138" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 5.08 -1.905 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BSS138-D.PDF" (id 3) (at 0 0 0) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BSS138-D.PDF" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_keywords" "N-Channel MOSFET" (id 4) (at 0 0 0) + (property "ki_keywords" "N-Channel MOSFET" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "50V Vds, 0.22A Id, N-Channel MOSFET, SOT-23" (id 5) (at 0 0 0) + (property "ki_description" "50V Vds, 0.22A Id, N-Channel MOSFET, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "BSS138_0_1" @@ -203,7 +203,7 @@ (xy 0.254 0) (xy -2.54 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -211,7 +211,7 @@ (xy 0.254 1.905) (xy 0.254 -1.905) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -219,7 +219,7 @@ (xy 0.762 -1.27) (xy 0.762 -2.286) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -227,7 +227,7 @@ (xy 0.762 0.508) (xy 0.762 -0.508) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -235,7 +235,7 @@ (xy 0.762 2.286) (xy 0.762 1.27) ) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (polyline @@ -243,7 +243,7 @@ (xy 2.54 2.54) (xy 2.54 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -252,7 +252,7 @@ (xy 2.54 0) (xy 0.762 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -262,7 +262,7 @@ (xy 3.302 1.778) (xy 0.762 1.778) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -272,7 +272,7 @@ (xy 2.032 -0.381) (xy 1.016 0) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (polyline @@ -282,7 +282,7 @@ (xy 3.683 0.381) (xy 3.81 0.254) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (polyline @@ -292,19 +292,19 @@ (xy 3.683 -0.254) (xy 3.302 0.381) ) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type none)) ) (circle (center 1.651 0) (radius 2.794) - (stroke (width 0.254) (type default) (color 0 0 0 0)) + (stroke (width 0.254) (type default)) (fill (type none)) ) (circle (center 2.54 -1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) (circle (center 2.54 1.778) (radius 0.254) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (fill (type outline)) ) ) @@ -327,52 +327,56 @@ (wire (pts (xy 99.06 50.8) (xy 121.92 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f4478fb-2c39-45c6-89ea-de5557d92bcd) ) (wire (pts (xy 121.92 50.8) (xy 121.92 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 3f5fbf65-7c51-4dcb-b4bd-c50d71a4b4ec) ) (wire (pts (xy 83.82 50.8) (xy 91.44 50.8)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid 7efb7e95-39be-47ef-9e64-8375f5710a9a) ) (wire (pts (xy 87.63 58.42) (xy 106.68 58.42)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid d7908b95-dc3f-4d9d-bced-f26d1affd704) ) (wire (pts (xy 106.68 58.42) (xy 106.68 64.77)) - (stroke (width 0) (type default) (color 0 0 0 0)) + (stroke (width 0) (type default)) (uuid fe251998-ef39-4b2d-a0c7-b6586403daf5) ) - (hierarchical_label "5V" (shape input) (at 83.82 50.8 180) + (hierarchical_label "5V" (shape input) (at 83.82 50.8 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 207f82ad-95b1-4da3-932d-50df3774cfb2) ) - (hierarchical_label "MIDI_TX" (shape input) (at 80.01 63.5 180) + (hierarchical_label "MIDI_TX" (shape input) (at 80.01 63.5 180) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid 4b5006ab-80d6-467c-bb30-263ce719a2c7) ) - (hierarchical_label "GND" (shape input) (at 114.3 59.69 90) + (hierarchical_label "GND" (shape input) (at 114.3 59.69 90) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 891e4b7c-8ef9-47fb-b3ba-59f101cf88a8) ) - (hierarchical_label "GND" (shape input) (at 87.63 68.58 270) + (hierarchical_label "GND" (shape input) (at 87.63 68.58 270) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify right)) (uuid b3dc6907-e103-4532-9126-b7969cdcd4b2) ) (symbol (lib_id "Connector:DIN-5_180degree") (at 114.3 67.31 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 1a611f43-b4f7-4fcf-ad41-29a58836dde9) - (property "Reference" "J?" (id 0) (at 114.2999 74.4204 0)) - (property "Value" "MIDI 1 OUT" (id 1) (at 114.2999 76.9573 0)) - (property "Footprint" "" (id 2) (at 114.3 67.31 0) + (property "Reference" "J?" (at 114.2999 74.4204 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MIDI 1 OUT" (at 114.2999 76.9573 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 114.3 67.31 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (id 3) (at 114.3 67.31 0) + (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 114.3 67.31 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 6fdae01f-69af-4a6c-962a-190fa15a6455)) @@ -380,40 +384,74 @@ (pin "3" (uuid 562e355f-7c6b-4bca-9f7f-ceeb8b41b993)) (pin "4" (uuid 0eb5e32e-b359-4835-8762-1c5e1d0480e2)) (pin "5" (uuid 426e5141-2a61-49f2-92cf-49df0f83440c)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea" + (reference "J?") (unit 1) + ) + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f" + (reference "J?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Transistor_FET:BSS138") (at 85.09 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid a07e3256-d300-4a60-8ab4-b2982be6c30d) - (property "Reference" "Q?" (id 0) (at 90.297 62.6653 0) + (property "Reference" "Q?" (at 90.297 62.6653 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "BSS138" (id 1) (at 90.297 65.2022 0) + (property "Value" "BSS138" (at 90.297 65.2022 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 90.17 65.405 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 90.17 65.405 0) (effects (font (size 1.27 1.27) italic) (justify left) hide) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BSS138-D.PDF" (id 3) (at 85.09 63.5 0) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BSS138-D.PDF" (at 85.09 63.5 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (pin "1" (uuid 40a19dcc-5af6-45e2-9c4a-efba46e5d900)) (pin "2" (uuid caf7191e-ac47-4af1-bdb7-574e464e58e4)) (pin "3" (uuid 4bafa192-e34a-4dd9-a903-9d4066ed5c5d)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea" + (reference "Q?") (unit 1) + ) + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f" + (reference "Q?") (unit 1) + ) + ) + ) ) (symbol (lib_id "Device:R") (at 95.25 50.8 90) (unit 1) - (in_bom yes) (on_board yes) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid bb78e4a5-6cb5-4004-9500-0213e96884f7) - (property "Reference" "R?" (id 0) (at 95.25 46.0842 90)) - (property "Value" "220" (id 1) (at 95.25 48.6211 90)) - (property "Footprint" "" (id 2) (at 95.25 52.578 90) + (property "Reference" "R?" (at 95.25 46.0842 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "220" (at 95.25 48.6211 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 95.25 52.578 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 95.25 50.8 0) + (property "Datasheet" "~" (at 95.25 50.8 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid fcf5cb9c-e273-45fd-ab1b-2467ff79d1e9)) (pin "2" (uuid 7a924d46-aee6-4062-945c-2ce6ce288807)) + (instances + (project "esp32_midi" + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/23ac7157-3583-490b-a889-9bba9a4271ea" + (reference "R?") (unit 1) + ) + (path "/e33c0603-5c0d-4712-ab63-5756d1504b4c/6690eb41-2c1d-4abf-90f8-fc4c3740650e/067e608b-1500-4656-956d-29b5641ffb6f" + (reference "R?") (unit 1) + ) + ) + ) ) )