diff --git a/.github/workflows/kicad_outputs.yml b/.github/workflows/kicad_outputs.yml index a927fa0..9a95bb2 100644 --- a/.github/workflows/kicad_outputs.yml +++ b/.github/workflows/kicad_outputs.yml @@ -13,7 +13,7 @@ on: - '**.yml' - 'doc/assets' workflow_dispatch: - + env: schema: "hw/sch_pcb/${{ github.event.repository.name }}.kicad_sch" board: "hw/sch_pcb/${{ github.event.repository.name }}.kicad_pcb" @@ -32,15 +32,15 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/erc.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }} - - + + DRC: runs-on: ubuntu-latest continue-on-error: true @@ -50,15 +50,15 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/drc.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }} - - + + schematics: runs-on: ubuntu-latest continue-on-error: true @@ -68,8 +68,8 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/schematics.kibot.yaml schema: ${{ env.schema }} @@ -81,7 +81,7 @@ jobs: with: name: doc_sch path: ${{ env.dir }}_docs/** - + placement: name: "Placement and XML" runs-on: ubuntu-latest @@ -92,21 +92,21 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/placement.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }}_docs - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/xml.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }}_docs - + # - name: "Rename output" # run: | # for file in $(find ${{env.dir}} -type f); do sudo mv "${file}" "${file//${{env.project}}/${{env.branch}}}" ; done @@ -118,7 +118,7 @@ jobs: mkdir doc_xml || true ; mv hw/sch_pcb/*.xml doc_xml/ || true; mv hw/out_docs/*.csv doc_xml/ || true; - + - uses: actions/upload-artifact@v3 if: ${{ success() }} with: @@ -145,14 +145,14 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/report.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }}_report - + - uses: actions/upload-artifact@v3 if: ${{ success() }} with: @@ -169,17 +169,17 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/ibom.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }}_ibom - + - name: "Rename output" run: for file in $(find ${{env.dir}} -type f); do sudo mv "${file}" "${file//${{env.project}}/${{env.branch}}}" ; done - + - uses: actions/upload-artifact@v3 if: ${{ success() }} with: @@ -198,8 +198,8 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/gerbers.kibot.yaml schema: ${{ env.schema }} @@ -209,7 +209,7 @@ jobs: - name: "Rename output" run: for file in $(find ${{env.dir}}_gerbers -type f); do sudo mv "${file}" "${file//${{env.project}}/${{env.branch}}}" || true ; done - + - uses: actions/upload-artifact@v2 if: ${{ success() }} with: @@ -227,15 +227,15 @@ jobs: submodules: recursive token: ${{ secrets.pat }} ref: ${{ github.head_ref }} - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/cad.kibot.yaml schema: ${{ env.schema }} board: ${{ env.board }} dir: ${{ env.dir }}_cad - - - uses: INTI-CMNB/KiBot@v2_dk7 + + - uses: INTI-CMNB/KiBot@v2_dk8 with: config: ${{ env.kibot }}/render.kibot.yaml schema: ${{ env.schema }} @@ -248,7 +248,7 @@ jobs: with: name: doc_cad path: ${{ env.dir }}_cad/** - + - uses: actions/upload-artifact@v3 if: ${{ success() }} with: @@ -272,15 +272,15 @@ jobs: - name: Download a Build Artifact uses: actions/download-artifact@v3.0.0 - + - name: Remove old manufarturing data - run: | + run: | rm -r hw/cam_profi || true rm -r doc/gen || true - + - name: Extract to right position run: | - + mkdir doc || true mkdir doc/gen || true mkdir doc/gen/img || true @@ -291,7 +291,7 @@ jobs: mkdir hw/cam_profi/gbr || true mkdir hw/cam_profi/assembly || true mkdir hw/cam_profi/ibom || true - + cp -r doc_img/* doc/gen/img || true cp -r doc_cad/cad/* doc/gen || true cp -r hw_cam_profi/* hw/cam_profi/gbr || true @@ -313,9 +313,9 @@ jobs: rm -r doc_xml || true rm -r doc_report || true rm -r doc_ibom || true - + git add . -f - + - uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: Update actions products diff --git a/README.md b/README.md index fd16469..e925417 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,48 @@ - - - - - - - - - - -# ISM02B - -## - +# ISM02 - Long Range, Low Power, sub-GHz RF Transceiver + +ISM02A is a telemetry module based on the Semtech SX1262 RF transceiver. This module is widely used in LoRa and other sub-GHz wireless communication applications. It incorporates an RF switch (PE4259) to multiplex RX and TX on a single antenna, making it a compact solution for IoT and telemetry use cases. + +![ISM02A Top](doc/img/ISM02B_top.png) +![ISM02A Bottom](doc/img/ISM02B_bot.png) + + +## Features +- **RF Transceiver:** [SX1262](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1262) + - More power-efficient compared to the SX127x series + - Additional features with a smaller footprint and fewer external components + - Operating frequency range: 150 MHz to 960 MHz + - Supports LoRa and (G)FSK modulation + - Maximum output power: +22 dBm + - Low power consumption: 4.2 mA in receive mode + - Complies with ETSI EN 300 220, FCC CFR 47 Part 15, and other global ISM band regulations +- **RF Switch:** [PE4259](https://www.psemi.com/products/rf-switches/pe4259) UltraCMOS RF switch + - Frequency range: 10 MHz – 3000 MHz + - Low insertion loss: 0.35 dB @ 1000 MHz + - High isolation: 30 dB @ 1000 MHz + - High ESD tolerance of 2 kV HBM + - Used to multiplex RX and TX on a single antenna + +The module is typically used as a LoRa device and offers flexible wireless communication for various low-power, long-range applications. + +## Applications +- Smart meters +- Agricultural sensors +- Asset tracking +- Smart cities +- Remote control applications + +## Specifications + +| Parameter | Value | Description | +|--------------------|------------------------------|----------------------------------| +| Dimensions | 50.292 x 29.972 mm | Physical size of the module | +| Frequency Range | 150 MHz – 960 MHz | Supports sub-GHz ISM bands | +| Modulation Types | LoRa, FSK | Supports LoRaWAN and proprietary | +| Max Output Power | +22 dBm | Using SX1262 | +| Power Consumption | 4.2 mA in Rx mode | Low power consumption | +| RF Switch | PE4259 | Used for antenna multiplexing | + +## Additional Resources +- [SX1262 Datasheet](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1262) +- [PE4259 Datasheet](https://www.psemi.com/products/rf-switches/pe4259) - - - -RF Transceiver module with [SX1262](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1262). The SX1262 has several advantages to widely SX127x used alternative - - * More power-efficient - * More features - * Smaller footprint - * Less external components - -The module is usually used as LoRa device. The used circuit contains RF switch to multiplex RX and TX on the single antenna. - - - -| Parameter | Value | Description | -|-----------|-------|-------------| -|Dimensions: | 50,292 x 29,972 mm | - | - -![ISM02B Top](doc/img/ISM02B_top.png) - -![ISM02B Bottom](doc/img/ISM02B_bot.png) - - - - - - - - Generated with [MLABweb](https://github.com/MLAB-project/MLABweb). (2019-10-10) diff --git a/doc/assets b/doc/assets index fd2a529..8b4e9dd 160000 --- a/doc/assets +++ b/doc/assets @@ -1 +1 @@ -Subproject commit fd2a529e818bb9d8883d7c19f4a7bf930cf5a9e8 +Subproject commit 8b4e9dd1b086255b99608153af68e2fb14a65095 diff --git a/doc/pdf/pe4259ds.pdf b/doc/pdf/pe4259ds.pdf new file mode 100644 index 0000000..6790e19 Binary files /dev/null and b/doc/pdf/pe4259ds.pdf differ diff --git a/hw/sch_pcb/ISM02.kicad_prl b/hw/sch_pcb/ISM02.kicad_prl index ecd8625..9bf9db4 100644 --- a/hw/sch_pcb/ISM02.kicad_prl +++ b/hw/sch_pcb/ISM02.kicad_prl @@ -69,8 +69,14 @@ "visible_layers": "fffffff_ffffffff", "zone_display_mode": 0 }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, "meta": { - "filename": "ISM02B.kicad_prl", + "filename": "ISM02.kicad_prl", "version": 3 }, "project": { diff --git a/hw/sch_pcb/ISM02.kicad_pro b/hw/sch_pcb/ISM02.kicad_pro index 188b96f..8ac3f75 100644 --- a/hw/sch_pcb/ISM02.kicad_pro +++ b/hw/sch_pcb/ISM02.kicad_pro @@ -187,6 +187,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -410,7 +417,7 @@ "pinned_symbol_libs": [] }, "meta": { - "filename": "ISM02B.kicad_pro", + "filename": "ISM02.kicad_pro", "version": 1 }, "net_settings": { @@ -462,14 +469,76 @@ "gencad": "", "idf": "", "netlist": "ISM02A.net", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "../../doc/assets/templates/KiCAD/page_layout.kicad_wks" }, "schematic": { "annotate_start_num": 0, + "bom_export_filename": "", + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -486,6 +555,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.3, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.3 }, @@ -511,6 +585,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -518,7 +593,7 @@ "sheets": [ [ "27f8c506-0906-4b2f-bdfa-42381a839c1f", - "" + "Root" ] ], "text_variables": {} diff --git a/hw/sch_pcb/ISM02.kicad_sch b/hw/sch_pcb/ISM02.kicad_sch index 92d03e7..c4dfd3f 100644 --- a/hw/sch_pcb/ISM02.kicad_sch +++ b/hw/sch_pcb/ISM02.kicad_sch @@ -1,4521 +1,11785 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 27f8c506-0906-4b2f-bdfa-42381a839c1f) - - (paper "A4") - - (title_block - (title "ISM02A") - (date "%F") - (company "MLAB www.mlab.cz") - (comment 2 "ISM RF module with LoRa network capability") - (comment 3 "info@mlab.cz") - (comment 4 "GPL 3.0") - (comment 6 "jacho,cernohorsky") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (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_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (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 "ISM02A-rescue:C-Device-ISM02A-rescue" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C-Device-ISM02A-rescue" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C-Device-ISM02A-rescue_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C-Device-ISM02A-rescue_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:C_Small-Device-ISM02A-rescue" (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-Device-ISM02A-rescue" (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_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Small-Device-ISM02A-rescue_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-Device-ISM02A-rescue_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 "ISM02A-rescue:Crystal_GND24-Device-ISM02A-rescue" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "Y" (at 3.175 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Crystal_GND24-Device-ISM02A-rescue" (at 3.175 3.175 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_fp_filters" "Crystal*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Crystal_GND24-Device-ISM02A-rescue_0_1" - (rectangle (start -1.143 2.54) (end 1.143 -2.54) - (stroke (width 0.3048) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 0) - (xy -2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 -1.27) - (xy -2.032 1.27) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -3.81) - (xy 0 -3.556) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 3.556) - (xy 0 3.81) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.032 -1.27) - (xy 2.032 1.27) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.032 0) - (xy 2.54 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 -2.286) - (xy -2.54 -3.556) - (xy 2.54 -3.556) - (xy 2.54 -2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 2.286) - (xy -2.54 3.556) - (xy 2.54 3.556) - (xy 2.54 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "Crystal_GND24-Device-ISM02A-rescue_1_1" - (pin passive line (at -3.81 0 0) (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 0 5.08 270) (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 3.81 0 180) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -5.08 90) (length 1.27) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:D_ZENER-MLAB_D" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_ZENER-MLAB_D" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "ki_fp_filters" "D? SO* SM*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "D_ZENER-MLAB_D_0_1" - (polyline - (pts - (xy -1.778 1.27) - (xy -1.27 0.762) - (xy -1.27 -0.762) - (xy -0.762 -1.27) - (xy -0.762 -1.27) - ) - (stroke (width 0.2032) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "D_ZENER-MLAB_D_1_1" - (pin passive line (at -5.08 0 0) (length 3.81) - (name "K" (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 3.81) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 -2.54 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL-MLAB_HEADER" (at 0 2.54 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "HEADER_2x01_PARALLEL-MLAB_HEADER_0_1" - (rectangle (start -2.54 1.27) (end 2.54 -1.27) - (stroke (width 0) (type default)) - (fill (type background)) - ) - (circle (center -1.27 0) (radius 0.381) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.651 0) - (xy -2.54 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.889 0) - (xy 0.889 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 1.27 0) (radius 0.381) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "HEADER_2x01_PARALLEL-MLAB_HEADER_1_1" - (pin input line (at -6.35 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -6.35 0 0) (length 3.81) hide - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:HOLE-MLAB_MECHANICAL" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "M" (at 0 2.54 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HOLE-MLAB_MECHANICAL" (at 0 -2.54 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "HOLE-MLAB_MECHANICAL_0_1" - (circle (center 0 0) (radius 0.635) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "HOLE-MLAB_MECHANICAL_1_1" - (pin input line (at 1.27 0 180) (length 0.635) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:JUMP_3X2-MLAB_Jumpers" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at -8.89 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "JUMP_3X2-MLAB_Jumpers" (at 0 1.27 90) - (effects (font (size 1.016 1.016)) hide) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "JUMP_3X2-MLAB_Jumpers_1_1" - (pin passive inverted (at -10.16 3.81 0) (length 7.62) - (name "2" (effects (font (size 1.524 1.524)))) - (number "1" (effects (font (size 1.524 1.524)))) - ) - (pin passive inverted (at -10.16 3.81 0) (length 7.62) hide - (name "2" (effects (font (size 1.524 1.524)))) - (number "2" (effects (font (size 1.524 1.524)))) - ) - (pin passive inverted (at -10.16 1.27 0) (length 7.62) - (name "4" (effects (font (size 1.524 1.524)))) - (number "3" (effects (font (size 1.524 1.524)))) - ) - (pin passive inverted (at -10.16 1.27 0) (length 7.62) hide - (name "4" (effects (font (size 1.524 1.524)))) - (number "4" (effects (font (size 1.524 1.524)))) - ) - (pin passive inverted (at -10.16 -1.27 0) (length 7.62) - (name "6" (effects (font (size 1.524 1.524)))) - (number "5" (effects (font (size 1.524 1.524)))) - ) - (pin passive inverted (at -10.16 -1.27 0) (length 7.62) hide - (name "6" (effects (font (size 1.524 1.524)))) - (number "6" (effects (font (size 1.524 1.524)))) - ) - ) - ) - (symbol "ISM02A-rescue:L-Device-ISM02A-rescue" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at -1.27 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "L-Device-ISM02A-rescue" (at 1.905 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_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "L-Device-ISM02A-rescue_0_1" - (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "L-Device-ISM02A-rescue_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 0 -3.81 90) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:L_Small-Device-ISM02A-rescue" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at 0.762 1.016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "L_Small-Device-ISM02A-rescue" (at 0.762 -1.016 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_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "L_Small-Device-ISM02A-rescue_0_1" - (arc (start 0 -2.032) (mid 0.5058 -1.524) (end 0 -1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 -1.016) (mid 0.5058 -0.508) (end 0 0) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 0) (mid 0.5058 0.508) (end 0 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 1.016) (mid 0.5058 1.524) (end 0 2.032) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "L_Small-Device-ISM02A-rescue_1_1" - (pin passive line (at 0 2.54 270) (length 0.508) - (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 0.508) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -7.62 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue" (at -7.62 6.35 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (at 0 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at -6.35 6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?23?5*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue_0_1" - (rectangle (start -7.62 -5.08) (end 7.62 5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue_1_1" - (pin power_in line (at -10.16 2.54 0) (length 2.54) - (name "VIN" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -7.62 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -10.16 -2.54 0) (length 2.54) - (name "EN" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at 7.62 -2.54 180) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 10.16 2.54 180) (length 2.54) - (name "VOUT" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:R-Device-ISM02A-rescue" (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-Device-ISM02A-rescue" (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_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R-Device-ISM02A-rescue_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R-Device-ISM02A-rescue_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 "ISM02A-rescue:SMA-MLAB_CONNECTORS" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 5.08 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "SMA-MLAB_CONNECTORS" (at 3.81 -5.08 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "SMA-MLAB_CONNECTORS_0_1" - (polyline - (pts - (xy -1.27 0) - (xy -3.81 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -3.81) - (xy 0 -5.08) - (xy -3.81 -5.08) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 0 0) (radius 1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 0 0) (radius 3.81) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "SMA-MLAB_CONNECTORS_1_1" - (pin unspecified line (at -8.89 0 0) (length 5.08) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin unspecified line (at -8.89 -5.08 0) (length 5.08) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "ISM02A-rescue:SX1262-MLAB_IO-ISM02A-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at -15.24 25.4 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "SX1262-MLAB_IO-ISM02A-rescue" (at -15.24 22.86 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias" (at 0 -48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "QFN*1EP*6x6mm*P0.65mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SX1262-MLAB_IO-ISM02A-rescue_0_1" - (rectangle (start -11.43 21.59) (end 11.43 -48.26) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "SX1262-MLAB_IO-ISM02A-rescue_1_1" - (pin power_in line (at -5.08 25.4 270) (length 3.81) - (name "VDD_IN" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 25.4 270) (length 3.81) - (name "VBAT" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 25.4 270) (length 3.81) - (name "VBAT_IO" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -16.51 0) (length 3.81) - (name "DIO2" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -13.97 0) (length 3.81) - (name "DIO1" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -15.24 -21.59 0) (length 3.81) - (name "BUSY" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -15.24 10.16 0) (length 3.81) - (name "RESET" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at -15.24 1.27 0) (length 3.81) - (name "MISO" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 -1.27 0) (length 3.81) - (name "MOSI" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 3.81 0) (length 3.81) - (name "SCK" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 -3.81 0) (length 3.81) - (name "~{CS}" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -52.07 90) (length 3.81) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -52.07 90) (length 3.81) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 15.24 -36.83 180) (length 3.81) - (name "RFI_P" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 15.24 -24.13 180) (length 3.81) - (name "RFI_N" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 15.24 10.16 180) (length 3.81) - (name "RFO" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin unspecified line (at 15.24 12.7 180) (length 3.81) - (name "VR_PA" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -52.07 90) (length 3.81) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 15.24 0) (length 3.81) - (name "XTA" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 12.7 0) (length 3.81) - (name "XTB" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -52.07 90) (length 3.81) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -19.05 0) (length 3.81) - (name "DIO3" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -15.24 -36.83 0) (length 3.81) - (name "VREG" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -52.07 90) (length 3.81) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -15.24 -43.18 0) (length 3.81) - (name "DCC_SW" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "MLAB_IO:PE4259" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -10.16 11.43 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "PE4259" (at 1.27 11.43 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 0 -11.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.psemi.com/pdf/datasheets/pe4259ds.pdf" (at -1.27 5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "RF Switch" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "RF Switch" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MSOP*3x3mm*P0.65mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PE4259_0_0" - (rectangle (start -10.16 10.16) (end 10.16 -10.16) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center -3.81 2.54) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center -2.286 -2.54) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center -1.27 -2.54) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.318 -2.54) - (xy -4.826 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.81 2.54) - (xy -5.588 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 -0.508) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 0.508) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 3.81) - (xy -1.27 3.048) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -1.27 4.318) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.508 -2.54) - (xy -2.032 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -2.54) - (xy 0.762 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 0) - (xy 5.588 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 5.08) - (xy 5.588 5.08) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.032 -2.54) - (xy 1.27 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 0.508) - (xy 2.286 5.08) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.556 -2.54) - (xy 2.794 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -4.318 -1.524) - (xy -4.318 -3.556) - (xy -2.54 -2.54) - (xy -4.318 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.794 0) - (xy -3.81 0) - (xy -3.81 5.08) - (xy -2.794 5.08) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 2.286 -0.508) (mid 2.7918 0) (end 2.286 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (text "50" (at 2.286 -5.715 900) - (effects (font (size 0.635 0.635))) - ) - (text "50" (at 3.81 -5.715 900) - (effects (font (size 0.635 0.635))) - ) - ) - (symbol "PE4259_0_1" - (circle (center -2.54 0) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center -2.54 5.08) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.286 0) - (xy 0.127 0.381) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.286 5.08) - (xy -0.254 5.842) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 -3.556) - (xy 2.286 -4.572) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 -2.032) - (xy 2.667 -3.429) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 -0.508) - (xy 2.286 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.81 -3.556) - (xy 3.81 -4.572) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.81 -2.032) - (xy 4.572 -3.302) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.81 0) - (xy 3.81 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 -6.858) - (xy 2.286 -7.874) - (xy 1.778 -7.874) - (xy 2.286 -8.636) - (xy 2.794 -7.874) - (xy 2.286 -7.874) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.81 -6.858) - (xy 3.81 -7.874) - (xy 3.302 -7.874) - (xy 3.81 -8.636) - (xy 4.318 -7.874) - (xy 3.81 -7.874) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 0 0) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 0 5.08) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 1.778 -4.572) (end 2.794 -6.858) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.286 -3.302) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.286 -1.778) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.286 5.08) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.302 -4.572) (end 4.318 -6.858) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 3.81 -3.302) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 3.81 -1.778) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 3.81 0) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "PE4259_1_1" - (pin passive line (at 12.7 5.08 180) (length 2.54) - (name "RF1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -12.7 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 12.7 0 180) (length 2.54) - (name "RF2" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -2.54 0) (length 2.54) - (name "CTRL" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -12.7 2.54 0) (length 2.54) - (name "RFC" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -12.7 -6.35 0) (length 2.54) - (name "#CTRL" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+3.3V" (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" "+3.3V" (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" "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 \"+3.3V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+3.3V_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 "+3.3V_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" "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\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_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 "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 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" "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 \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 196.215 24.13) (diameter 1.016) (color 0 0 0 0) - (uuid 038be854-e337-41bd-956b-d6a131a1933a) - ) - (junction (at 124.46 69.85) (diameter 1.016) (color 0 0 0 0) - (uuid 0af52d64-289f-43a8-b96c-c6f20fe4be97) - ) - (junction (at 114.3 69.85) (diameter 1.016) (color 0 0 0 0) - (uuid 0d87ff10-2445-481c-a055-d9a19c2fbf95) - ) - (junction (at 161.29 27.94) (diameter 1.016) (color 0 0 0 0) - (uuid 24520bb3-5311-4be2-a8c0-a95c4b01c572) - ) - (junction (at 88.9 69.85) (diameter 1.016) (color 0 0 0 0) - (uuid 3b6db43d-a2fb-4c28-b667-63481b6b2ac6) - ) - (junction (at 237.49 121.92) (diameter 1.016) (color 0 0 0 0) - (uuid 3d81baa9-57c2-4d71-aa68-b20490af5711) - ) - (junction (at 114.3 130.81) (diameter 1.016) (color 0 0 0 0) - (uuid 41a490cd-131f-4e8a-9cb5-efae432c629a) - ) - (junction (at 133.35 130.81) (diameter 1.016) (color 0 0 0 0) - (uuid 4f9c9a50-9fdf-47b8-9bd4-4920cb1fda87) - ) - (junction (at 267.335 55.88) (diameter 1.016) (color 0 0 0 0) - (uuid 53047df9-67e6-40c8-a241-73a9a5a20898) - ) - (junction (at 203.835 34.29) (diameter 1.016) (color 0 0 0 0) - (uuid 54dff0ac-6907-4db1-9922-7410963fd922) - ) - (junction (at 127 25.4) (diameter 1.016) (color 0 0 0 0) - (uuid 5aeb178e-b793-47c6-bc07-80b98cd3a0c3) - ) - (junction (at 91.44 69.85) (diameter 1.016) (color 0 0 0 0) - (uuid 5bb92545-3a48-4b46-a1bb-002add4422c8) - ) - (junction (at 188.595 34.29) (diameter 1.016) (color 0 0 0 0) - (uuid 670903f5-d319-4417-bcf3-e0a7d24b5949) - ) - (junction (at 222.25 121.92) (diameter 1.016) (color 0 0 0 0) - (uuid 71219641-e863-4b77-ba0d-0362f189ade9) - ) - (junction (at 63.5 149.86) (diameter 1.016) (color 0 0 0 0) - (uuid 7b55c819-eece-42e1-8326-e7867c21f6b5) - ) - (junction (at 86.36 69.85) (diameter 1.016) (color 0 0 0 0) - (uuid 7f8cf34a-f193-49c5-91f3-298191382c43) - ) - (junction (at 211.455 26.67) (diameter 1.016) (color 0 0 0 0) - (uuid 84a55782-22a8-455f-9d21-d6dfa833f81e) - ) - (junction (at 133.35 96.52) (diameter 1.016) (color 0 0 0 0) - (uuid 84ffe6bb-33ef-4098-a512-d85f47cc2560) - ) - (junction (at 262.255 55.88) (diameter 1.016) (color 0 0 0 0) - (uuid 866a6e24-3500-48fc-be3b-72b944ff45e1) - ) - (junction (at 144.78 96.52) (diameter 1.016) (color 0 0 0 0) - (uuid 9d51bcf7-9e3d-4cae-8460-ef36f44d9de0) - ) - (junction (at 67.31 96.52) (diameter 1.016) (color 0 0 0 0) - (uuid a2967857-c4c6-4f27-ae44-e22ff35675f9) - ) - (junction (at 196.215 34.29) (diameter 1.016) (color 0 0 0 0) - (uuid ad85b847-3035-4606-bfbd-ad2f94ba4e48) - ) - (junction (at 120.65 25.4) (diameter 1.016) (color 0 0 0 0) - (uuid ae5311b4-4207-497f-8757-d82f5936664c) - ) - (junction (at 48.26 91.44) (diameter 1.016) (color 0 0 0 0) - (uuid aec7b0c7-aaf3-415a-af95-b79820c58f14) - ) - (junction (at 48.26 83.82) (diameter 1.016) (color 0 0 0 0) - (uuid b255807e-0be0-4195-bb69-353c3073bed4) - ) - (junction (at 203.835 24.13) (diameter 1.016) (color 0 0 0 0) - (uuid b77483be-a0e9-4b07-9ef4-bb2080c5861c) - ) - (junction (at 133.35 87.63) (diameter 1.016) (color 0 0 0 0) - (uuid b8123129-e30f-41b3-b265-dfccce02d3f8) - ) - (junction (at 153.67 25.4) (diameter 1.016) (color 0 0 0 0) - (uuid b9e826f0-8f2f-4e30-954b-6799a870908a) - ) - (junction (at 257.175 55.88) (diameter 1.016) (color 0 0 0 0) - (uuid bdcc6af9-445c-45e2-8659-a242f2a5f8bf) - ) - (junction (at 210.82 144.78) (diameter 1.016) (color 0 0 0 0) - (uuid cbffcc89-65f9-4913-82bb-a931e5e93c14) - ) - (junction (at 166.37 96.52) (diameter 1.016) (color 0 0 0 0) - (uuid d388c347-239a-4093-9a0a-49d56bd1b6b8) - ) - (junction (at 114.3 143.51) (diameter 1.016) (color 0 0 0 0) - (uuid d3fed419-6381-4891-903c-630b7cbf3d4c) - ) - (junction (at 43.18 93.98) (diameter 1.016) (color 0 0 0 0) - (uuid e32cfa1f-7ba9-4bbd-98c2-1c0e52b14f4d) - ) - (junction (at 188.595 24.13) (diameter 1.016) (color 0 0 0 0) - (uuid f21c9063-a22c-441a-9194-5358ff22de33) - ) - - (wire (pts (xy 144.78 105.41) (xy 144.78 106.68)) - (stroke (width 0) (type solid)) - (uuid 0211587a-992f-4db9-90f0-eafe0a551a08) - ) - (wire (pts (xy 161.29 27.94) (xy 162.56 27.94)) - (stroke (width 0) (type solid)) - (uuid 02be2030-78a1-4170-abbc-e239ee7ba208) - ) - (wire (pts (xy 67.31 68.58) (xy 67.31 78.74)) - (stroke (width 0) (type solid)) - (uuid 03ccea4d-88fe-454c-a768-be6dbff6b6d7) - ) - (wire (pts (xy 67.31 96.52) (xy 76.2 96.52)) - (stroke (width 0) (type solid)) - (uuid 0554f4ff-36d9-4019-8f4e-87ab9c97ab27) - ) - (wire (pts (xy 267.335 57.15) (xy 267.335 55.88)) - (stroke (width 0) (type solid)) - (uuid 057421a9-7a21-40c3-bb0d-527451c3b940) - ) - (wire (pts (xy 127 25.4) (xy 120.65 25.4)) - (stroke (width 0) (type solid)) - (uuid 06bc48b0-e994-4411-b012-662c2423969e) - ) - (wire (pts (xy 143.51 87.63) (xy 144.78 87.63)) - (stroke (width 0) (type solid)) - (uuid 0868fe65-a97d-441d-b7ff-a135966958c3) - ) - (wire (pts (xy 203.835 24.13) (xy 212.725 24.13)) - (stroke (width 0) (type solid)) - (uuid 0b94e72f-fd66-410c-8a6f-588f5b520313) - ) - (wire (pts (xy 196.215 34.29) (xy 203.835 34.29)) - (stroke (width 0) (type solid)) - (uuid 0c3fbaca-a0b2-484b-83f7-f4ff4e90b672) - ) - (wire (pts (xy 210.82 144.78) (xy 217.17 144.78)) - (stroke (width 0) (type solid)) - (uuid 0e486142-8fbd-45f3-b95d-97de98f66936) - ) - (wire (pts (xy 140.97 35.56) (xy 140.97 36.83)) - (stroke (width 0) (type solid)) - (uuid 0e589171-5151-4ce7-8cc2-e4f7b9fba925) - ) - (wire (pts (xy 106.68 96.52) (xy 116.84 96.52)) - (stroke (width 0) (type solid)) - (uuid 16abfe6a-4cf8-4d89-9673-5ab6cb512a85) - ) - (wire (pts (xy 154.94 96.52) (xy 156.21 96.52)) - (stroke (width 0) (type solid)) - (uuid 16fc5d07-4362-4411-bd3d-56d8ae048935) - ) - (wire (pts (xy 66.04 110.49) (xy 76.2 110.49)) - (stroke (width 0) (type solid)) - (uuid 19162b1d-1bfd-424d-9ad4-cf73494c618d) - ) - (wire (pts (xy 193.04 137.16) (xy 193.04 138.43)) - (stroke (width 0) (type solid)) - (uuid 1930c47f-a552-4179-af9e-bc0a3909e604) - ) - (wire (pts (xy 35.56 100.33) (xy 35.56 101.6)) - (stroke (width 0) (type solid)) - (uuid 19e764ac-4ad2-494a-905b-60a9ef3d3f61) - ) - (wire (pts (xy 166.37 105.41) (xy 166.37 106.68)) - (stroke (width 0) (type solid)) - (uuid 1a17efa6-812f-42f8-8b30-525b80fa3b01) - ) - (wire (pts (xy 76.2 149.86) (xy 73.66 149.86)) - (stroke (width 0) (type solid)) - (uuid 1b234931-2138-41a0-bb70-c31697828436) - ) - (wire (pts (xy 205.74 130.81) (xy 207.01 130.81)) - (stroke (width 0) (type solid)) - (uuid 20c1fd63-1147-4fa6-a48c-50b529102c27) - ) - (wire (pts (xy 207.01 111.76) (xy 207.01 130.81)) - (stroke (width 0) (type solid)) - (uuid 20c1fd63-1147-4fa6-a48c-50b529102c28) - ) - (wire (pts (xy 262.255 57.15) (xy 262.255 55.88)) - (stroke (width 0) (type solid)) - (uuid 211cff5a-4ee6-4b38-8de8-f7c97d28c1fb) - ) - (wire (pts (xy 63.5 91.44) (xy 63.5 83.82)) - (stroke (width 0) (type solid)) - (uuid 22bea9d4-cac5-43a3-9775-ff27a8536c02) - ) - (polyline (pts (xy 224.155 17.78) (xy 224.155 43.18)) - (stroke (width 0) (type dash)) - (uuid 238cd663-6e82-48ad-9ae7-3d48bf8a4632) - ) - - (wire (pts (xy 77.47 69.85) (xy 86.36 69.85)) - (stroke (width 0) (type solid)) - (uuid 239284f9-f206-4690-b5e0-f18d43404559) - ) - (wire (pts (xy 76.2 143.51) (xy 63.5 143.51)) - (stroke (width 0) (type solid)) - (uuid 23aa2875-2766-4bf1-87b9-16a443663c1d) - ) - (wire (pts (xy 66.04 128.27) (xy 76.2 128.27)) - (stroke (width 0) (type solid)) - (uuid 23c59473-f807-4062-95fb-332309ac6058) - ) - (wire (pts (xy 233.68 121.92) (xy 237.49 121.92)) - (stroke (width 0) (type solid)) - (uuid 25829de5-651c-4d60-940d-cff6e37353b2) - ) - (wire (pts (xy 66.04 123.19) (xy 76.2 123.19)) - (stroke (width 0) (type solid)) - (uuid 2859ef94-dfd6-42a3-8a9d-baef8e3a5689) - ) - (wire (pts (xy 106.68 143.51) (xy 114.3 143.51)) - (stroke (width 0) (type solid)) - (uuid 28762aba-bf18-4675-ad43-d3b5242f15d9) - ) - (wire (pts (xy 120.65 31.75) (xy 120.65 36.83)) - (stroke (width 0) (type solid)) - (uuid 298ffb1c-7d34-46b5-8adc-6f04b95f59ae) - ) - (wire (pts (xy 35.56 91.44) (xy 48.26 91.44)) - (stroke (width 0) (type solid)) - (uuid 2a1cdbd7-b064-466a-a853-63cd47793f46) - ) - (wire (pts (xy 114.3 69.85) (xy 124.46 69.85)) - (stroke (width 0) (type solid)) - (uuid 2b8c92e3-479b-4b84-bc24-cdb6abf1b064) - ) - (wire (pts (xy 88.9 69.85) (xy 91.44 69.85)) - (stroke (width 0) (type solid)) - (uuid 2e45dd96-305d-4cf9-9587-b0f8630a05ce) - ) - (wire (pts (xy 127 30.48) (xy 127 25.4)) - (stroke (width 0) (type solid)) - (uuid 307ea3c1-c892-4146-b0af-da710961f1de) - ) - (wire (pts (xy 177.8 96.52) (xy 177.8 119.38)) - (stroke (width 0) (type solid)) - (uuid 30a0be3e-dbee-44ab-9bc8-e59558c4b921) - ) - (wire (pts (xy 177.8 119.38) (xy 180.34 119.38)) - (stroke (width 0) (type solid)) - (uuid 30a0be3e-dbee-44ab-9bc8-e59558c4b922) - ) - (wire (pts (xy 133.35 96.52) (xy 135.89 96.52)) - (stroke (width 0) (type solid)) - (uuid 314e4d65-3bed-4411-94bc-ea46ad66cd04) - ) - (wire (pts (xy 86.36 68.58) (xy 86.36 69.85)) - (stroke (width 0) (type solid)) - (uuid 35f1bc7b-696b-48ad-b9df-2d42f112dd98) - ) - (wire (pts (xy 144.78 96.52) (xy 144.78 97.79)) - (stroke (width 0) (type solid)) - (uuid 3762eb0d-9718-49a2-87bb-a17cd2c72f1c) - ) - (wire (pts (xy 153.67 31.75) (xy 153.67 36.83)) - (stroke (width 0) (type solid)) - (uuid 38c1c102-c467-48f5-bcab-184bb409a474) - ) - (wire (pts (xy 133.35 96.52) (xy 124.46 96.52)) - (stroke (width 0) (type solid)) - (uuid 38d8dbcf-c5aa-4dfc-9014-5a0b9ef173cd) - ) - (wire (pts (xy 60.96 91.44) (xy 60.96 93.98)) - (stroke (width 0) (type solid)) - (uuid 3975d9d1-d7f5-428c-95c8-ff1471479702) - ) - (wire (pts (xy 262.255 55.88) (xy 257.175 55.88)) - (stroke (width 0) (type solid)) - (uuid 39b85180-988a-49c6-9584-ec070412f5e3) - ) - (wire (pts (xy 196.215 24.13) (xy 188.595 24.13)) - (stroke (width 0) (type solid)) - (uuid 3a552c48-9ce8-4d4d-9e44-527a1d891bf4) - ) - (wire (pts (xy 272.415 57.15) (xy 272.415 55.88)) - (stroke (width 0) (type solid)) - (uuid 3b23a14d-42b9-461f-ac3e-58a2af4137a3) - ) - (wire (pts (xy 120.65 25.4) (xy 120.65 26.67)) - (stroke (width 0) (type solid)) - (uuid 3c1e0ef0-7aa0-4f5a-addd-32552e886d7f) - ) - (wire (pts (xy 133.35 87.63) (xy 135.89 87.63)) - (stroke (width 0) (type solid)) - (uuid 3c36c56a-87da-44fa-b426-41f72e1c9871) - ) - (wire (pts (xy 127 25.4) (xy 130.81 25.4)) - (stroke (width 0) (type solid)) - (uuid 3e0a3bae-1834-405e-be8f-285bf3c3f362) - ) - (wire (pts (xy 66.04 96.52) (xy 67.31 96.52)) - (stroke (width 0) (type solid)) - (uuid 3ec25ce4-54cf-4c9a-adc7-c7caa325889b) - ) - (polyline (pts (xy 249.555 64.77) (xy 249.555 54.61)) - (stroke (width 0) (type dash)) - (uuid 451d64ed-95a1-42d5-aa95-2d0525508743) - ) - (polyline (pts (xy 274.955 54.61) (xy 274.955 64.77)) - (stroke (width 0) (type dash)) - (uuid 48a84c97-7f47-4681-8e1b-bcb2f8cd065c) - ) - - (wire (pts (xy 188.595 22.86) (xy 188.595 24.13)) - (stroke (width 0) (type solid)) - (uuid 49f113dd-ae30-470e-84b7-1470a52a7938) - ) - (wire (pts (xy 91.44 69.85) (xy 91.44 81.28)) - (stroke (width 0) (type solid)) - (uuid 4ad06a91-637b-404c-8396-c0ee49715ef9) - ) - (wire (pts (xy 43.18 93.98) (xy 43.18 101.6)) - (stroke (width 0) (type solid)) - (uuid 4bf88ccc-4e28-4bb9-b2dd-07b0a37a6d55) - ) - (wire (pts (xy 120.65 24.13) (xy 120.65 25.4)) - (stroke (width 0) (type solid)) - (uuid 4d2b1152-50ba-4f2a-b8cc-15bc81a534f8) - ) - (wire (pts (xy 66.04 102.87) (xy 76.2 102.87)) - (stroke (width 0) (type solid)) - (uuid 50720317-d00c-4b61-a6e1-7d04faac2602) - ) - (wire (pts (xy 91.44 69.85) (xy 96.52 69.85)) - (stroke (width 0) (type solid)) - (uuid 52850b50-8ec0-4050-b2f7-9dcdb015cc7d) - ) - (wire (pts (xy 106.68 130.81) (xy 114.3 130.81)) - (stroke (width 0) (type solid)) - (uuid 56071085-ee82-437e-8560-11e9353258a7) - ) - (wire (pts (xy 91.44 158.75) (xy 91.44 160.02)) - (stroke (width 0) (type solid)) - (uuid 596ff9a3-9f86-49ba-98e0-7ce978f1c405) - ) - (wire (pts (xy 77.47 77.47) (xy 77.47 78.74)) - (stroke (width 0) (type solid)) - (uuid 5f06e819-5c8b-4776-8621-7f2c0d29f0a9) - ) - (wire (pts (xy 144.78 96.52) (xy 147.32 96.52)) - (stroke (width 0) (type solid)) - (uuid 6220bb8b-ff23-4bdd-a322-aefac3a2b622) - ) - (wire (pts (xy 96.52 77.47) (xy 96.52 78.74)) - (stroke (width 0) (type solid)) - (uuid 652b455c-d943-4702-9a76-1901fb2f2a7c) - ) - (wire (pts (xy 237.49 130.81) (xy 237.49 132.08)) - (stroke (width 0) (type solid)) - (uuid 668b5882-0528-450d-8e51-3c9dec244d2c) - ) - (wire (pts (xy 203.835 34.29) (xy 211.455 34.29)) - (stroke (width 0) (type solid)) - (uuid 668c7cbe-7f91-40ef-adaf-90dc49a5882e) - ) - (polyline (pts (xy 274.955 64.77) (xy 249.555 64.77)) - (stroke (width 0) (type dash)) - (uuid 6a326c64-9afe-483b-8402-e727418a1d8c) - ) - (polyline (pts (xy 183.515 43.18) (xy 183.515 17.78)) - (stroke (width 0) (type dash)) - (uuid 6c2c152f-2c08-4400-a5c7-013f0ad6708b) - ) - (polyline (pts (xy 249.555 54.61) (xy 274.955 54.61)) - (stroke (width 0) (type dash)) - (uuid 6c7c42e5-d726-4292-aa2a-660d03e3eb80) - ) - - (wire (pts (xy 114.3 143.51) (xy 114.3 144.78)) - (stroke (width 0) (type solid)) - (uuid 6fa48d52-0c8d-4dba-b447-9dde886a2d09) - ) - (wire (pts (xy 67.31 86.36) (xy 67.31 96.52)) - (stroke (width 0) (type solid)) - (uuid 7251335e-99a8-4c2f-8fac-afc252641c6a) - ) - (wire (pts (xy 144.78 87.63) (xy 144.78 96.52)) - (stroke (width 0) (type solid)) - (uuid 7327a6ad-2ed9-41b2-88b6-1179b3285202) - ) - (wire (pts (xy 188.595 34.29) (xy 188.595 35.56)) - (stroke (width 0) (type solid)) - (uuid 73b066cc-4e5e-4f4b-9ec5-fc0f6df8b925) - ) - (polyline (pts (xy 183.515 17.78) (xy 224.155 17.78)) - (stroke (width 0) (type dash)) - (uuid 7409255f-b3c8-4133-8538-501c1140d349) - ) - - (wire (pts (xy 114.3 143.51) (xy 114.3 140.97)) - (stroke (width 0) (type solid)) - (uuid 7650e02a-50b4-477e-8d1b-b1b0ff3f68fc) - ) - (wire (pts (xy 128.27 130.81) (xy 133.35 130.81)) - (stroke (width 0) (type solid)) - (uuid 7750d971-dc73-404e-aa25-758e975e5f6c) - ) - (wire (pts (xy 166.37 97.79) (xy 166.37 96.52)) - (stroke (width 0) (type solid)) - (uuid 777de94b-9f64-4ec5-9c37-4d85e4ca7dc9) - ) - (wire (pts (xy 163.83 96.52) (xy 166.37 96.52)) - (stroke (width 0) (type solid)) - (uuid 78e44dd4-aace-4096-9178-aa6419758e1d) - ) - (wire (pts (xy 210.82 153.67) (xy 210.82 154.94)) - (stroke (width 0) (type solid)) - (uuid 7ba8ba62-8fce-4c9c-9bf6-e52cefe47efd) - ) - (wire (pts (xy 196.215 34.29) (xy 188.595 34.29)) - (stroke (width 0) (type solid)) - (uuid 8450ecd8-cf33-442e-895d-f057b15b5f47) - ) - (wire (pts (xy 211.455 21.59) (xy 211.455 26.67)) - (stroke (width 0) (type solid)) - (uuid 8908e427-c346-4fff-a186-181b931d979a) - ) - (wire (pts (xy 188.595 24.13) (xy 188.595 26.67)) - (stroke (width 0) (type solid)) - (uuid 897be46f-fbc1-4730-b046-adec3968fa83) - ) - (wire (pts (xy 88.9 69.85) (xy 88.9 81.28)) - (stroke (width 0) (type solid)) - (uuid 8a77d7b4-4c47-44e8-9d25-c0f2e503ea5d) - ) - (wire (pts (xy 133.35 96.52) (xy 133.35 97.79)) - (stroke (width 0) (type solid)) - (uuid 8b0e69ac-c74c-44a8-8cba-ac48ec149174) - ) - (wire (pts (xy 133.35 130.81) (xy 133.35 133.35)) - (stroke (width 0) (type solid)) - (uuid 8d71cbaf-d2b9-4a71-b554-fe8eb4d1f2f1) - ) - (polyline (pts (xy 224.155 43.18) (xy 183.515 43.18)) - (stroke (width 0) (type dash)) - (uuid 939513da-1a3e-429b-9a5d-8551aaef10d8) - ) - - (wire (pts (xy 196.215 31.75) (xy 196.215 34.29)) - (stroke (width 0) (type solid)) - (uuid 954db6cb-fe9d-4a02-b0f7-71c612333f85) - ) - (wire (pts (xy 237.49 121.92) (xy 246.38 121.92)) - (stroke (width 0) (type solid)) - (uuid 96b5fa31-b7c6-47e4-ac69-dba3a2a96d4b) - ) - (wire (pts (xy 205.74 127) (xy 210.82 127)) - (stroke (width 0) (type solid)) - (uuid 99e6344d-21a5-4d82-8eb3-6c9ee0dd189b) - ) - (wire (pts (xy 210.82 127) (xy 210.82 144.78)) - (stroke (width 0) (type solid)) - (uuid 99e6344d-21a5-4d82-8eb3-6c9ee0dd189c) - ) - (wire (pts (xy 210.82 144.78) (xy 210.82 146.05)) - (stroke (width 0) (type solid)) - (uuid 99e6344d-21a5-4d82-8eb3-6c9ee0dd189d) - ) - (wire (pts (xy 63.5 149.86) (xy 63.5 152.4)) - (stroke (width 0) (type solid)) - (uuid 9a958f97-336e-43b3-bbd4-ee47b5b4a5b4) - ) - (wire (pts (xy 133.35 140.97) (xy 133.35 142.24)) - (stroke (width 0) (type solid)) - (uuid 9b249339-8836-44ab-bf8c-ff5e80a0222b) - ) - (wire (pts (xy 114.3 130.81) (xy 120.65 130.81)) - (stroke (width 0) (type solid)) - (uuid 9bc038f3-5243-4cbe-b7f0-ee6fb738d55d) - ) - (wire (pts (xy 86.36 69.85) (xy 88.9 69.85)) - (stroke (width 0) (type solid)) - (uuid 9c4802ef-70c0-44a9-a621-c1659e7d45f2) - ) - (wire (pts (xy 130.81 30.48) (xy 127 30.48)) - (stroke (width 0) (type solid)) - (uuid 9ec49eab-58da-4131-9d3e-9e5a30243811) - ) - (wire (pts (xy 133.35 130.81) (xy 177.8 130.81)) - (stroke (width 0) (type solid)) - (uuid 9eede8ff-e911-44d5-a0c1-75d3b7d87700) - ) - (wire (pts (xy 177.8 124.46) (xy 180.34 124.46)) - (stroke (width 0) (type solid)) - (uuid 9eede8ff-e911-44d5-a0c1-75d3b7d87701) - ) - (wire (pts (xy 177.8 130.81) (xy 177.8 124.46)) - (stroke (width 0) (type solid)) - (uuid 9eede8ff-e911-44d5-a0c1-75d3b7d87702) - ) - (wire (pts (xy 203.835 24.13) (xy 196.215 24.13)) - (stroke (width 0) (type solid)) - (uuid a210a63e-565c-4571-a38f-4a4ec1b0b2de) - ) - (wire (pts (xy 86.36 69.85) (xy 86.36 81.28)) - (stroke (width 0) (type solid)) - (uuid a32b5360-5c27-49b7-b440-37d925a0afdc) - ) - (wire (pts (xy 43.18 87.63) (xy 43.18 93.98)) - (stroke (width 0) (type solid)) - (uuid a3f3b907-bb66-49d6-b9ab-07a71c448e1a) - ) - (wire (pts (xy 133.35 77.47) (xy 133.35 87.63)) - (stroke (width 0) (type solid)) - (uuid a618df9d-2493-43bc-b0ab-cf3eed705777) - ) - (wire (pts (xy 153.67 25.4) (xy 162.56 25.4)) - (stroke (width 0) (type solid)) - (uuid a74530b1-68b1-4715-bb31-9e4838fe2e6e) - ) - (wire (pts (xy 267.335 55.88) (xy 262.255 55.88)) - (stroke (width 0) (type solid)) - (uuid ab4eb6b7-83de-4587-acd2-542bc1bb6ed7) - ) - (wire (pts (xy 257.175 57.15) (xy 257.175 55.88)) - (stroke (width 0) (type solid)) - (uuid ac8a7f11-326c-457a-af52-5713a8a677ff) - ) - (wire (pts (xy 161.29 22.86) (xy 161.29 27.94)) - (stroke (width 0) (type solid)) - (uuid b0e5473c-6c49-4aad-b64e-1f58fba84e47) - ) - (wire (pts (xy 161.29 27.94) (xy 161.29 36.83)) - (stroke (width 0) (type solid)) - (uuid b0e5473c-6c49-4aad-b64e-1f58fba84e48) - ) - (wire (pts (xy 162.56 22.86) (xy 161.29 22.86)) - (stroke (width 0) (type solid)) - (uuid b0e5473c-6c49-4aad-b64e-1f58fba84e49) - ) - (wire (pts (xy 25.4 83.82) (xy 25.4 92.71)) - (stroke (width 0) (type solid)) - (uuid b70ccd35-5f14-4b84-9bb0-a10780e6bb33) - ) - (wire (pts (xy 133.35 105.41) (xy 133.35 106.68)) - (stroke (width 0) (type solid)) - (uuid b730a5f6-beef-4102-8faa-78c2a9e890ff) - ) - (wire (pts (xy 196.215 24.13) (xy 196.215 26.67)) - (stroke (width 0) (type solid)) - (uuid b7abcadf-1ebc-45b0-ba3b-b58bd599f9f8) - ) - (wire (pts (xy 224.79 144.78) (xy 226.06 144.78)) - (stroke (width 0) (type solid)) - (uuid b80b0304-8b75-44b3-b294-b1fe3d1be05a) - ) - (wire (pts (xy 76.2 91.44) (xy 63.5 91.44)) - (stroke (width 0) (type solid)) - (uuid b8b1e05f-0cb5-47e5-8087-22e79f83336c) - ) - (wire (pts (xy 68.58 149.86) (xy 63.5 149.86)) - (stroke (width 0) (type solid)) - (uuid b9f1858e-3410-4bb3-ad1b-5042b8bb18dd) - ) - (wire (pts (xy 257.175 55.88) (xy 252.095 55.88)) - (stroke (width 0) (type solid)) - (uuid ba3d4dfc-b330-4f5e-a934-f6e85b84a2e8) - ) - (wire (pts (xy 222.25 123.19) (xy 222.25 121.92)) - (stroke (width 0) (type solid)) - (uuid bae1338a-844e-4923-82e4-1e9f572539ee) - ) - (wire (pts (xy 166.37 96.52) (xy 177.8 96.52)) - (stroke (width 0) (type solid)) - (uuid bf5be5b7-e7e4-441d-b953-01fb9b69daa1) - ) - (wire (pts (xy 106.68 69.85) (xy 114.3 69.85)) - (stroke (width 0) (type solid)) - (uuid bffe66ec-8642-4a4e-9d3f-9e0967d895ef) - ) - (wire (pts (xy 246.38 127) (xy 246.38 128.27)) - (stroke (width 0) (type solid)) - (uuid c17fa130-352f-4612-a4f8-d7ac273e8ccd) - ) - (wire (pts (xy 48.26 83.82) (xy 63.5 83.82)) - (stroke (width 0) (type solid)) - (uuid c20af9e5-d812-4f13-a548-e8643ec39d17) - ) - (wire (pts (xy 25.4 83.82) (xy 48.26 83.82)) - (stroke (width 0) (type solid)) - (uuid c3cde5c8-e4f7-439a-90ad-d8f5d6e3e686) - ) - (wire (pts (xy 53.34 87.63) (xy 53.34 93.98)) - (stroke (width 0) (type solid)) - (uuid c5dd7309-8f60-4698-9a45-11eedfaa72f1) - ) - (wire (pts (xy 218.44 121.92) (xy 222.25 121.92)) - (stroke (width 0) (type solid)) - (uuid c81411b8-53f9-4a6c-8285-07bf6953360f) - ) - (wire (pts (xy 211.455 26.67) (xy 211.455 34.29)) - (stroke (width 0) (type solid)) - (uuid ca0f16e8-7743-40d7-8484-6884489d4c34) - ) - (wire (pts (xy 53.34 93.98) (xy 43.18 93.98)) - (stroke (width 0) (type solid)) - (uuid cafb21cb-ed65-4be7-a48e-1de292dab3ee) - ) - (wire (pts (xy 151.13 25.4) (xy 153.67 25.4)) - (stroke (width 0) (type solid)) - (uuid cbd4af6c-2f03-41dd-9a56-ea0827ab8e82) - ) - (wire (pts (xy 106.68 93.98) (xy 106.68 69.85)) - (stroke (width 0) (type solid)) - (uuid cc1f4df5-7a62-4ae4-b6db-2c6242908f4a) - ) - (wire (pts (xy 237.49 121.92) (xy 237.49 123.19)) - (stroke (width 0) (type solid)) - (uuid cd50a834-f19b-488b-87a0-3a70bd26c1f0) - ) - (wire (pts (xy 25.4 100.33) (xy 25.4 101.6)) - (stroke (width 0) (type solid)) - (uuid cec597da-9517-436e-8c72-7a786c1fad0f) - ) - (wire (pts (xy 212.725 21.59) (xy 211.455 21.59)) - (stroke (width 0) (type solid)) - (uuid cfb645b9-6b96-482b-8b28-c1f4cdcdbb63) - ) - (wire (pts (xy 153.67 25.4) (xy 153.67 24.13)) - (stroke (width 0) (type solid)) - (uuid d018b46e-7c1e-4ece-aff5-8f2f387009d3) - ) - (wire (pts (xy 63.5 143.51) (xy 63.5 149.86)) - (stroke (width 0) (type solid)) - (uuid d2f11e5d-0771-4d1d-9e67-ef65982d5de5) - ) - (wire (pts (xy 124.46 69.85) (xy 133.35 69.85)) - (stroke (width 0) (type solid)) - (uuid d3160c1b-b3cb-45e8-aaf7-914f79ab1652) - ) - (wire (pts (xy 48.26 91.44) (xy 60.96 91.44)) - (stroke (width 0) (type solid)) - (uuid d625c6f7-e375-4319-b4f7-e7d7e4de572d) - ) - (wire (pts (xy 124.46 77.47) (xy 124.46 78.74)) - (stroke (width 0) (type solid)) - (uuid da836a54-4d9b-4bf1-b67f-a17bef7ff5d3) - ) - (wire (pts (xy 35.56 91.44) (xy 35.56 92.71)) - (stroke (width 0) (type solid)) - (uuid dacf3191-a825-489e-bec0-40c57a54b1d4) - ) - (wire (pts (xy 114.3 77.47) (xy 114.3 78.74)) - (stroke (width 0) (type solid)) - (uuid ddffa601-aef5-4977-a8f2-4396867531eb) - ) - (wire (pts (xy 212.725 26.67) (xy 211.455 26.67)) - (stroke (width 0) (type solid)) - (uuid def9b410-c03f-47c6-bff4-536e68357cf4) - ) - (wire (pts (xy 66.04 105.41) (xy 76.2 105.41)) - (stroke (width 0) (type solid)) - (uuid df34d44f-dcee-4453-ba21-c8b82b7da0e1) - ) - (wire (pts (xy 252.095 55.88) (xy 252.095 57.15)) - (stroke (width 0) (type solid)) - (uuid df861219-eb64-48e2-8405-c1198a820437) - ) - (wire (pts (xy 66.04 107.95) (xy 76.2 107.95)) - (stroke (width 0) (type solid)) - (uuid e4a6ced4-5cd4-4468-af76-3ad6fa02cfe7) - ) - (wire (pts (xy 66.04 120.65) (xy 76.2 120.65)) - (stroke (width 0) (type solid)) - (uuid edcce474-e812-48f7-b221-a17617b67300) - ) - (wire (pts (xy 114.3 152.4) (xy 114.3 160.02)) - (stroke (width 0) (type solid)) - (uuid eec6a869-bfe7-4dce-9e65-282b2e004926) - ) - (wire (pts (xy 143.51 96.52) (xy 144.78 96.52)) - (stroke (width 0) (type solid)) - (uuid ef06cd55-432c-4182-93f7-ce1c39f70263) - ) - (wire (pts (xy 272.415 55.88) (xy 267.335 55.88)) - (stroke (width 0) (type solid)) - (uuid efda5985-94a2-4bf2-a8a8-b1eadc2ee89a) - ) - (wire (pts (xy 188.595 31.75) (xy 188.595 34.29)) - (stroke (width 0) (type solid)) - (uuid f1a5f757-d9b3-499e-99c7-0c8e07efa624) - ) - (wire (pts (xy 114.3 133.35) (xy 114.3 130.81)) - (stroke (width 0) (type solid)) - (uuid f24a8105-59ac-47dd-829b-87393d1c243b) - ) - (wire (pts (xy 222.25 121.92) (xy 226.06 121.92)) - (stroke (width 0) (type solid)) - (uuid f33f71a8-9093-4220-b0f0-c2c34febc07c) - ) - (wire (pts (xy 205.74 121.92) (xy 210.82 121.92)) - (stroke (width 0) (type solid)) - (uuid f38982b6-1e6c-48f4-8aad-049649e69d59) - ) - (wire (pts (xy 63.5 160.02) (xy 63.5 163.83)) - (stroke (width 0) (type solid)) - (uuid f5e59cef-0f8a-45e3-b752-29980bd56694) - ) - (wire (pts (xy 60.96 93.98) (xy 76.2 93.98)) - (stroke (width 0) (type solid)) - (uuid f7e8bbf1-c837-4cd0-915b-785f73281832) - ) - (wire (pts (xy 133.35 87.63) (xy 133.35 96.52)) - (stroke (width 0) (type solid)) - (uuid f8768dbd-b483-4241-a66b-5e1b8397c8e1) - ) - (wire (pts (xy 153.67 26.67) (xy 153.67 25.4)) - (stroke (width 0) (type solid)) - (uuid fc9fdc73-820c-4a4c-bdda-0b652301b99a) - ) - (wire (pts (xy 66.04 125.73) (xy 76.2 125.73)) - (stroke (width 0) (type solid)) - (uuid fd5e3284-a726-4298-885f-d2f2b3266e41) - ) - (wire (pts (xy 222.25 130.81) (xy 222.25 132.08)) - (stroke (width 0) (type solid)) - (uuid fe46d3f6-783e-4604-8e72-5b21532e3257) - ) - - (text "MOUNTING HOLES" (at 249.555 64.77 0) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid 067346cb-e8f9-40fb-adaf-cdb1eaf1064c) - ) - (text "POWER INPUT" (at 184.785 43.18 0) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid b48636e1-44f9-47d1-87ab-60e9b3cd5224) - ) - - (label "MOSI" (at 67.31 107.95 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid 0df8e06a-2a34-4c50-9f7e-5564fb757ea7) - ) - (label "MISO" (at 67.31 105.41 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid 3a42f1ca-3715-4bdd-b3eb-121a94d80723) - ) - (label "BUSY" (at 67.31 128.27 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid 53745b6d-c46c-4310-9025-7451e144cbe7) - ) - (label "SCK" (at 67.31 102.87 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid 75066bf9-9012-42c0-8e84-11e4600a4def) - ) - (label "DIO2" (at 226.06 144.78 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid a60a62d4-fc85-4755-a293-2f91ae19fc24) - ) - (label "#CS" (at 67.31 110.49 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid b6d5b857-1386-433d-ae26-00dc0d55e0d5) - ) - (label "DIO1" (at 67.31 120.65 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid c296b588-1edb-4f2d-9941-ed4281144969) - ) - (label "#RESET" (at 68.58 96.52 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid c99310be-e155-491b-bbf8-0134364dfea6) - ) - (label "DIO2" (at 67.31 123.19 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid eb7a8e13-c0bc-4a89-b418-7f18cb006b9c) - ) - (label "DIO3" (at 67.31 125.73 0) (fields_autoplaced) - (effects (font (size 1.524 1.524)) (justify left bottom)) - (uuid fa81d5ce-be4e-48d0-bd7a-c710f9da7c6d) - ) - - (symbol (lib_id "power:GND") (at 188.595 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000549d73b2) - (property "Reference" "#PWR02" (at 188.595 41.91 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 188.595 39.37 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 188.595 35.56 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 188.595 35.56 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 73f3dfda-58f4-405a-89d9-dea14f0d43bd)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") (at 252.095 58.42 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000549d7549) - (property "Reference" "M1" (at 252.095 60.96 90) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HOLE" (at 254.635 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" (at 252.095 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 252.095 58.42 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_ID" "" (at 300.355 313.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8d401940-66d1-491d-a396-b9ea732a5f61)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "M1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") (at 257.175 58.42 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000549d7628) - (property "Reference" "M2" (at 257.175 60.96 90) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HOLE" (at 259.715 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" (at 257.175 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 257.175 58.42 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_ID" "" (at 305.435 318.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fd8be0ca-a774-4725-901a-0e04750987fa)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "M2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") (at 262.255 58.42 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000549d7646) - (property "Reference" "M3" (at 262.255 60.96 90) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HOLE" (at 264.795 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" (at 262.255 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 262.255 58.42 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_ID" "" (at 310.515 323.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e18ac105-1bf2-4efa-9cf4-60e9df566044)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "M3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") (at 267.335 58.42 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000549d7665) - (property "Reference" "M4" (at 267.335 60.96 90) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HOLE" (at 269.875 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" (at 267.335 58.42 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 267.335 58.42 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_ID" "" (at 315.595 328.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d3311c0-5a0e-4896-829a-53ddbcb8b514)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "M4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 272.415 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000549d770f) - (property "Reference" "#PWR03" (at 272.415 63.5 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 272.415 60.96 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 272.415 57.15 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 272.415 57.15 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 21f0551a-2b21-4241-a266-4375de357eef)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") (at 196.215 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005562302c) - (property "Reference" "C2" (at 196.215 26.67 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100nF" (at 196.215 31.75 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 196.215 29.21 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 196.215 29.21 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_id" "C0805_100n" (at 196.215 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bf2" (at -53.975 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d9bbd38-ea32-4594-9280-cbfb0e5a3be8)) - (pin "2" (uuid 9ab3e0d4-a8e1-480d-9d43-82be989c087f)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:JUMP_3X2-MLAB_Jumpers") (at 222.885 25.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005b4dde60) - (property "Reference" "J1" (at 221.0816 24.638 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "JUMP_3X2" (at 222.885 24.13 90) - (effects (font (size 1.016 1.016)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x03" (at 222.885 25.4 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 222.885 25.4 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 6ea2b10f-ab34-4959-a4f9-ef9096810951)) - (pin "2" (uuid c1638e25-0457-4c68-9eb0-b8eaf7eda323)) - (pin "3" (uuid dbf0dbd9-2b3a-45a6-9159-c01290df5df1)) - (pin "4" (uuid 05bf5420-0504-424c-98d2-89dc5dba4940)) - (pin "5" (uuid 0be28cf4-567d-49ba-b331-12e7f4c9a0f8)) - (pin "6" (uuid 0bf5d933-ba64-436b-954f-3af1b6bb09d0)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:D_ZENER-MLAB_D") (at 203.835 29.21 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005b4de0b5) - (property "Reference" "D1" (at 203.835 26.67 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "BZV55C-5,6V" (at 203.835 31.75 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Mlab_D:Diode-MiniMELF_Standard" (at 203.835 29.21 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 203.835 29.21 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_ID" "5c70984512875079b91f88b2" (at 203.835 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5bef720e-fea1-4493-9e19-7ad19bc33f2d)) - (pin "2" (uuid 5f902530-27e0-4a64-b8cd-5456c14ad844)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:SX1262-MLAB_IO-ISM02A-rescue") (at 91.44 106.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da52347) - (property "Reference" "U1" (at 83.82 133.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SX1262" (at 85.09 135.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias" (at 91.44 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad5866128750448eca19a4" (at -24.13 214.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 381a24d7-1fe1-4246-bf9b-20e52b18d4e1)) - (pin "10" (uuid 55959cda-9c2b-433c-8e05-3858c40495e9)) - (pin "11" (uuid 7fe047be-2bdc-4c71-b967-4b9f94620603)) - (pin "12" (uuid b78334d3-ee92-4916-b187-842b72240416)) - (pin "13" (uuid 0e9772d1-ba80-45ec-9f0c-9663bcde2e59)) - (pin "14" (uuid bb12fb54-49e8-45ed-a803-fa9f0a19e86b)) - (pin "15" (uuid cd0ce47e-3736-424e-ba19-e74c69b088f6)) - (pin "16" (uuid e4521dc4-e4e1-4829-bc05-06c154831967)) - (pin "17" (uuid f9d890c1-6a5c-4118-a224-2708e172d4fd)) - (pin "18" (uuid 890848e1-8416-460b-92b1-015d0c1fcbe4)) - (pin "19" (uuid fadcd4d7-af9a-4b10-9293-97d9cafaf699)) - (pin "2" (uuid f66e108e-4335-48f5-bc7b-953d5a3a3fc8)) - (pin "20" (uuid d2c73b1f-ee34-4409-969c-b34acef1c9c8)) - (pin "21" (uuid 32a7b13c-68b2-4c9a-89a6-e721f7808069)) - (pin "22" (uuid 1832334b-b725-471c-a5b1-9af0e98e4493)) - (pin "23" (uuid 4600fae4-c3c4-431f-a9f0-74bd45a86b4c)) - (pin "24" (uuid 2c127d58-5e0a-4b11-8b4e-b6a991988d9c)) - (pin "25" (uuid d3bbf629-663c-4d74-9545-ecfa730e65b4)) - (pin "3" (uuid 4cc5248f-8112-4180-9f0f-ebae4ee26d53)) - (pin "4" (uuid 026db981-5348-4d8b-a09a-62a03ad8538c)) - (pin "5" (uuid 5fa2660b-6bf6-4d13-a9fb-f9231173eab8)) - (pin "6" (uuid 0287582c-438b-4690-bd2b-2769b7a893eb)) - (pin "7" (uuid 966df998-51ce-463f-8c4b-ee4f9b63a887)) - (pin "8" (uuid 2869a98d-e5a5-4659-8802-94130e75d8a9)) - (pin "9" (uuid e6b482d4-c9c2-4380-8a90-0f536a0655de)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:SMA-MLAB_CONNECTORS") (at 255.27 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da75a91) - (property "Reference" "J12" (at 259.7912 121.3612 0) - (effects (font (size 1.524 1.524)) (justify left)) - ) - (property "Value" "MCX" (at 259.7912 124.0536 0) - (effects (font (size 1.524 1.524)) (justify left)) - ) - (property "Footprint" "Mlab_CON:MCX" (at 255.27 121.92 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 255.27 121.92 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_ID" "" (at 6.35 208.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 175f92ed-6cd8-4569-a403-813265775620)) - (pin "2" (uuid 322d3361-c8be-4e89-9bf6-4835c5e161af)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 188.595 22.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da75df0) - (property "Reference" "#PWR0101" (at 188.595 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 188.595 19.05 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 188.595 22.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 188.595 22.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de8001b9-1c43-4703-99dc-5e447be89299)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") (at 188.595 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da75eb2) - (property "Reference" "C25" (at 188.595 26.67 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10uF" (at 188.595 31.75 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Mlab_R:SMD-0805" (at 188.595 29.21 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 188.595 29.21 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_id" "" (at 188.595 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bbe" (at -53.975 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aa02712c-e2f0-4a3c-a942-fedc1211584a)) - (pin "2" (uuid b81ed989-415a-40c2-ac2c-c9e45fdd1b58)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C25") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue") (at 140.97 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7f0de) - (property "Reference" "U2" (at 140.97 18.6182 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MIC5504-3.3YM5" (at 140.97 20.9296 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (at 140.97 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550X.pdf" (at 134.62 21.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c7255e81287500b4e112ea2" (at 140.97 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7084f1d-615f-47d9-ac0e-81df78907831)) - (pin "2" (uuid b55cf05d-785f-4aaa-ae16-0979f5bc697e)) - (pin "3" (uuid 2aecb945-9635-422b-8f5a-7414e8796c39)) - (pin "4" (uuid 96b525e6-2e42-426d-b139-7938d4fcb115)) - (pin "5" (uuid 5148f34a-e460-4648-a77d-9e593c4a14e7)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 120.65 24.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7f99a) - (property "Reference" "#PWR0102" (at 120.65 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 120.65 20.32 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7dd1d80a-5a60-4d08-93b5-81f4edbb0392)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") (at 153.67 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da80313) - (property "Reference" "C24" (at 153.67 26.67 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10uF" (at 153.67 31.75 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Mlab_R:SMD-0805" (at 153.67 29.21 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 153.67 29.21 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_id" "" (at 153.67 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bbe" (at -59.69 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2dd47f0b-1fd1-4bfb-820d-48ed03c078dd)) - (pin "2" (uuid f100495b-6f92-441b-915d-b8df309b5efc)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 140.97 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da80356) - (property "Reference" "#PWR0103" (at 140.97 43.18 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 140.97 40.64 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 140.97 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 140.97 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid fe4dde2e-6ce8-4c8f-b9ad-e379822cfcb1)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 153.67 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da81255) - (property "Reference" "#PWR0104" (at 153.67 43.18 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 153.67 40.64 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 153.67 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 153.67 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 97add239-0208-4ca5-9edb-2a17ea5641d4)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0104") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:R-Device-ISM02A-rescue") (at 67.31 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da81670) - (property "Reference" "R1" (at 69.088 81.3816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 67.31 83.82 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Mlab_R:SMD-0603" (at 65.532 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984512875079b91f8962" (at -24.13 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9ab8fdfe-f4c3-4cce-aa44-8b6247386f34)) - (pin "2" (uuid 0de92d1e-b85f-432a-b164-bf5621c53045)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 153.67 24.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da81852) - (property "Reference" "#PWR0105" (at 153.67 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 154.051 19.7358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 153.67 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 153.67 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 888996ba-fd82-4405-b3dd-c08c2ac607fe)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0105") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 77.47 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da81c07) - (property "Reference" "C5" (at 80.391 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 80.391 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 78.4352 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bc2" (at -24.13 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30a84a74-339a-465b-bbf1-78d680e668f6)) - (pin "2" (uuid 2000a996-93fb-49f3-b6c1-47f9b87a5515)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 77.47 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da81ea1) - (property "Reference" "#PWR0106" (at 77.47 85.09 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 77.47 82.55 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 77.47 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 77.47 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 2cfc1470-8561-4b8a-8aef-e12c901f9a18)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0106") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 86.36 68.58 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da82cdf) - (property "Reference" "#PWR0107" (at 86.36 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 86.741 64.1858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 86.36 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 86.36 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee75279e-c7c4-41b2-ba83-bbe905089504)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0107") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 67.31 68.58 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da82d91) - (property "Reference" "#PWR0113" (at 67.31 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 67.691 64.1858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 67.31 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 67.31 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21ecf483-c6f8-451c-85b2-d000cc38eeb5)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0113") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 35.56 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da84ac5) - (property "Reference" "C3" (at 38.481 95.3516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "-" (at 38.481 97.663 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 36.5252 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 35.56 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2da4d7b1-5e2f-48aa-9892-3fcc5911bf56)) - (pin "2" (uuid 42532f29-43e6-4720-bfbb-b9c7c4dd2bb0)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 25.4 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da84b07) - (property "Reference" "C1" (at 28.321 95.3516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "-" (at 28.321 97.663 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 26.3652 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 868a1d77-67fc-479a-b62e-6dc5182051e8)) - (pin "2" (uuid 317310ea-ac4a-42d9-9e2e-0973ab5801b7)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 25.4 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da84d17) - (property "Reference" "#PWR0108" (at 25.4 107.95 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 25.4 105.41 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 25.4 101.6 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 25.4 101.6 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 7fb41b96-379e-4827-9a3d-22c28ae1d438)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0108") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 35.56 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da84d72) - (property "Reference" "#PWR0109" (at 35.56 107.95 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 35.56 105.41 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 35.56 101.6 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 35.56 101.6 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid f1a5b43f-3587-4bfe-a0c0-cf0fa1976194)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0109") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 96.52 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da87f73) - (property "Reference" "J3" (at 53.34 96.52 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 93.1926 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 96.52 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 96.52 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid fb2cce7f-f7db-4091-b0f4-3758ae26b597)) - (pin "2" (uuid 3f1acb47-79ba-4db5-be9c-66c8ef570a2a)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 114.3 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da87f8e) - (property "Reference" "C7" (at 117.221 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47nF" (at 117.221 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 115.2652 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "X7R 1% 16V" (at 114.3 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad51cf128750448eca18d8" (at -24.13 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f4d795ab-99b6-467d-9f5b-f6e398c7a1d4)) - (pin "2" (uuid 1b37ad14-14a4-4010-a15f-bc5f64fd9d65)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 124.46 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da87fe8) - (property "Reference" "C9" (at 127.381 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47pF" (at 127.381 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 125.4252 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 124.46 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 5% 50V" (at 124.46 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad5314128750448eca18f7" (at -24.13 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c2a1bdda-e59f-4d09-a342-f5565c15f67a)) - (pin "2" (uuid ced43fed-c413-414a-97ca-88acb8cc6a92)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") (at 133.35 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8809f) - (property "Reference" "L4" (at 134.6962 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47nH" (at 134.6962 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Inductor_SMD:L_0402_1005Metric" (at 133.35 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 133.35 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "LQW15AN47NJ00D" (at 133.35 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad56ba128750448eca1968" (at -24.13 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f2a1cbb-58ee-41bf-839d-fcb83af76298)) - (pin "2" (uuid 799fbce5-e46b-4b19-aab8-3077e893594c)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") (at 120.65 96.52 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da88141) - (property "Reference" "L3" (at 120.65 91.694 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0R" (at 120.65 94.0054 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Inductor_SMD:L_0402_1005Metric" (at 120.65 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 120.65 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984512875079b91f8949" (at 218.44 241.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a244c08c-b5cc-49fe-82d9-1f0ec30fbaed)) - (pin "2" (uuid 1ee632f6-911e-49eb-bc01-010455326f4b)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 139.7 87.63 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da88209) - (property "Reference" "C13" (at 139.7 81.2292 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3p3" (at 139.7 83.5406 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 135.89 88.5952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,1pF 50V" (at 139.7 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5cd09016128750448e45434f" (at 50.8 -76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 593a76a8-fa5e-49d5-9505-893614aab19a)) - (pin "2" (uuid 48057a06-069e-465b-a15b-84b6fe9b5d82)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") (at 139.7 96.52 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da882aa) - (property "Reference" "L5" (at 139.7 91.694 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2n5" (at 139.7 94.0054 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Inductor_SMD:L_0402_1005Metric" (at 139.7 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "LQW15AN2N5C00D" (at 237.49 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad56ff128750448eca1975" (at 237.49 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 24c4a3e9-1f27-47df-be6b-20a74e5ea774)) - (pin "2" (uuid 9ec48318-d45a-43e0-90b4-6554fc2b48ef)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 133.35 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da88312) - (property "Reference" "C11" (at 136.271 100.4316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "-" (at 136.271 102.743 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 134.3152 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 133.35 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 79cb2d34-799e-4e63-a83a-1c04252ad2ce)) - (pin "2" (uuid 5cd27018-e9fa-43e8-a678-952f1fbfd1f6)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 144.78 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da88380) - (property "Reference" "C14" (at 147.701 100.4316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5p6" (at 147.701 102.743 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 145.7452 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 144.78 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,25pF 50V" (at 144.78 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad5450128750448eca1919" (at -24.13 204.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3e1cfbdc-77f3-46ee-b9a7-43e39d9d7cf2)) - (pin "2" (uuid 24c33cda-8bab-4ca7-b9af-c034c246ad09)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 151.13 96.52 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da88461) - (property "Reference" "C15" (at 151.13 90.1192 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "39pF" (at 151.13 92.4306 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 147.32 97.4852 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 151.13 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 5% 50V" (at 151.13 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad549f128750448eca1926" (at 53.34 -78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d7320452-6afd-4a26-a65d-cc44c11d3ee9)) - (pin "2" (uuid fdfbeb45-e7c5-446d-ae73-bf4080da52ac)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") (at 160.02 96.52 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da884cb) - (property "Reference" "L6" (at 160.02 91.694 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4n7" (at 160.02 94.0054 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Inductor_SMD:L_0402_1005Metric" (at 160.02 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 160.02 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "LQW15AN4N7C00D" (at 257.81 280.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad574f128750448eca1986" (at 257.81 280.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6caf5852-491c-4abd-bf60-23cb44c9eeec)) - (pin "2" (uuid 00c36e14-b7ad-4cdb-9977-ab661ebfc455)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 166.37 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8853f) - (property "Reference" "C16" (at 169.291 100.4316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2p2" (at 169.291 102.743 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 167.3352 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,1pF 50V" (at 166.37 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bdd" (at -24.13 204.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a8f491bf-0a7d-442e-b3b9-ab24b3cd2449)) - (pin "2" (uuid 3d235f0b-e77b-44ee-88ad-69eaf8574243)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da893d6) - (property "Reference" "#PWR0114" (at 114.3 85.09 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 114.3 82.55 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 114.3 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 114.3 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid be07537d-ebdb-4250-9325-c962425ec7eb)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0114") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 124.46 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da896b9) - (property "Reference" "#PWR0115" (at 124.46 85.09 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 124.46 82.55 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 124.46 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 124.46 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 2f1ac4b5-2590-47d6-90cb-319b1b702759)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0115") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 96.52 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8d998) - (property "Reference" "C6" (at 99.441 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100nF" (at 99.441 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 97.4852 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 96.52 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bf2" (at -24.13 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fd160303-1b8f-4fdf-8560-9da820f27a9b)) - (pin "2" (uuid 84da34fc-9dcc-4fc6-93a0-1618252484a5)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 96.52 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da93dcf) - (property "Reference" "#PWR0110" (at 96.52 85.09 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 96.52 82.55 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 96.52 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 96.52 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 1019a916-2420-441a-84fb-cb423763b249)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0110") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L_Small-Device-ISM02A-rescue") (at 71.12 149.86 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da96124) - (property "Reference" "L1" (at 71.12 145.161 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "15uH" (at 71.12 147.4724 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Mlab_R:SMD-0805" (at 71.12 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 71.12 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "MLZ2012M150W 0805" (at 71.12 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad55e8128750448eca1941" (at 222.25 245.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76fff42a-ca55-4bda-91dc-a1c6af7d0cb0)) - (pin "2" (uuid 6d854dc1-4aa2-40fa-a466-2b4d31d48158)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 63.5 156.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da97017) - (property "Reference" "C4" (at 66.421 155.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "470nF" (at 66.421 157.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 64.4652 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "X5R 10% 10V" (at 63.5 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad50c1128750448eca18c6" (at -24.13 313.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2a710f88-be48-4d88-8196-3d451584897e)) - (pin "2" (uuid 48f93dc5-4aea-49d6-b763-d12c1c879016)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 163.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9a88b) - (property "Reference" "#PWR0111" (at 63.5 170.18 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 63.5 167.64 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 63.5 163.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 63.5 163.83 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 478f557c-7ba2-4015-9922-d4c2350dda21)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0111") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 91.44 160.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9a8be) - (property "Reference" "#PWR0112" (at 91.44 166.37 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 91.44 163.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 91.44 160.02 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 91.44 160.02 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid d1e2e359-4c47-43e4-a576-30c8f10d693a)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0112") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") (at 120.65 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9bb24) - (property "Reference" "C21" (at 120.65 26.67 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10uF" (at 120.65 31.75 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Mlab_R:SMD-0805" (at 120.65 29.21 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 120.65 29.21 0) - (effects (font (size 1.524 1.524))) - ) - (property "UST_id" "" (at 120.65 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bbe" (at -59.69 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 79146976-9c84-46de-ac55-19151c4b4b18)) - (pin "2" (uuid def15481-7692-4508-9929-fe9848c55807)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9bd1b) - (property "Reference" "#PWR0123" (at 120.65 43.18 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 120.65 40.64 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 120.65 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 120.65 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid a10ee461-5b7f-4f58-9e97-6d012a73aae3)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0123") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 133.35 106.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daac4f4) - (property "Reference" "#PWR0116" (at 133.35 113.03 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 133.35 110.49 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 133.35 106.68 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 133.35 106.68 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 6918fab9-2ee7-498b-8857-5bd683318d54)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0116") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 144.78 106.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daac59f) - (property "Reference" "#PWR0117" (at 144.78 113.03 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 144.78 110.49 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 144.78 106.68 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 144.78 106.68 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid e8bff3c7-c103-49b5-a5b7-e948187c1f39)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0117") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 166.37 106.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daac5ea) - (property "Reference" "#PWR0118" (at 166.37 113.03 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 166.37 110.49 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 166.37 106.68 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 166.37 106.68 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid bbc87d96-6046-476e-9c2c-e2ec75fac5a3)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0118") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") (at 114.3 137.16 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac2c20) - (property "Reference" "L2" (at 115.3414 135.9916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "15nH" (at 115.3414 138.303 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Inductor_SMD:L_0402_1005Metric" (at 114.3 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "LQW15AN15NH00D" (at 252.73 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad566c128750448eca1959" (at 252.73 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bc064250-3652-4e0f-a65b-f01c815a6132)) - (pin "2" (uuid 76941440-e8e7-4818-be8c-59ab65841b16)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 124.46 130.81 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac2d3c) - (property "Reference" "C10" (at 124.46 124.4092 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2p4" (at 124.46 126.7206 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 120.65 131.7752 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 124.46 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,1pF 50V" (at 124.46 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad53d8128750448eca1906" (at -7.62 -17.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 572b138e-d449-424a-8c57-d7970b7f5083)) - (pin "2" (uuid 5e0d62fd-ba25-45f7-8790-bd1bf39c9c4b)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 133.35 137.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac2dca) - (property "Reference" "C12" (at 136.271 135.9916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "-" (at 136.271 138.303 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 134.3152 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 133.35 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 220d257b-17bb-434d-a629-5e32ef5897bf)) - (pin "2" (uuid 0d4eeb01-276e-4060-b23b-6c066c60373d)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 114.3 148.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac31fb) - (property "Reference" "C8" (at 117.221 147.4216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1p8" (at 117.221 149.733 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 115.2652 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,1pF 50V" (at 114.3 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad52a4128750448eca18e8" (at -24.13 298.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0182c6ba-9cc4-43b4-bda4-cb7f97f2f1f1)) - (pin "2" (uuid 461fbfa4-c147-40cf-a206-ac4ff9d77f81)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 160.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac356d) - (property "Reference" "#PWR0119" (at 114.3 166.37 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 114.3 163.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 114.3 160.02 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 114.3 160.02 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid c3815893-73f4-4a0c-911e-8313c7faac28)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0119") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 133.35 142.24 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac35c0) - (property "Reference" "#PWR0120" (at 133.35 148.59 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 133.35 146.05 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 133.35 142.24 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 133.35 142.24 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid c5f45c4d-a777-44a8-85c0-7d52e1ab8b33)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0120") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 214.63 121.92 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac3b52) - (property "Reference" "C17" (at 214.63 115.5192 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "39pF" (at 214.63 117.8306 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 210.82 122.8852 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 214.63 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 5% 50V" (at 214.63 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad549f128750448eca1926" (at 116.84 -78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 52e58cbd-ac6c-4f3b-a3d5-c26673cdeccb)) - (pin "2" (uuid b9c1f69e-7d69-4d2b-bda5-ece6727d0705)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 222.25 127 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac3c31) - (property "Reference" "C19" (at 225.171 125.8316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "3p3" (at 225.171 128.143 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 221.2848 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 222.25 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,1pF 50V" (at 222.25 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5cd09016128750448e45434f" (at 430.53 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f6d82ace-9091-468f-b9a4-4e01a53ce2b0)) - (pin "2" (uuid fabbb22a-d254-4b6c-a258-3f31e4649257)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") (at 229.87 121.92 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac3db8) - (property "Reference" "L7" (at 229.87 117.094 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "9n1" (at 229.87 119.4054 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Inductor_SMD:L_0402_1005Metric" (at 229.87 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 229.87 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "LQW15AN9N1H00D" (at 327.66 337.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad5789128750448eca1995" (at 327.66 337.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2152d19e-04c8-434a-9fc5-951b2441fe82)) - (pin "2" (uuid 0dd7a3d0-ec4d-4102-96f7-7528b33ee63c)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "L7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") (at 237.49 127 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac4d3c) - (property "Reference" "C22" (at 240.411 125.8316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "3p3" (at 240.411 128.143 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 236.5248 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 237.49 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "C0G 0,1pF 50V" (at 237.49 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5cd09016128750448e45434f" (at 461.01 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9403951-c0f0-438b-b82d-c74b42858913)) - (pin "2" (uuid f8ccce7c-aefb-4bfe-b3f6-e19e15c08664)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 102.87 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadc832) - (property "Reference" "J4" (at 53.34 102.87 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 99.5426 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 102.87 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 102.87 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid bc644249-5bee-41ac-9a62-c1101db7b9e2)) - (pin "2" (uuid dd33ee7f-1a07-4e91-92d2-133ca79863fa)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadc89a) - (property "Reference" "J5" (at 53.34 105.41 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 102.0826 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 105.41 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 105.41 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 313e9224-f0ff-4723-99ca-1439f32121c1)) - (pin "2" (uuid 7bea72c2-20bd-4bf9-bf89-3371389fc9a9)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 107.95 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadc8f6) - (property "Reference" "J6" (at 53.34 107.95 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 104.6226 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 107.95 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 107.95 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid d6c5318f-ee64-4da2-8d83-74e041d33be7)) - (pin "2" (uuid d50a39e4-422f-4fb1-98fc-2dd74ec9e380)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 110.49 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadc958) - (property "Reference" "J7" (at 53.34 110.49 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 107.1626 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 110.49 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 110.49 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 17b11bc4-ff86-4168-91fb-4a315c6faf2a)) - (pin "2" (uuid a625b560-12e9-4607-af68-da1babfd371f)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 120.65 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadc9bc) - (property "Reference" "J8" (at 53.34 120.65 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 117.3226 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 120.65 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 120.65 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 1864e9ae-14c7-4855-9abb-f3adf931c48c)) - (pin "2" (uuid 31881a4b-f795-4665-a3ca-16ab3066e6e2)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 123.19 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadca34) - (property "Reference" "J9" (at 53.34 123.19 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 119.8626 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 123.19 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 123.19 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid ea6b19b7-f413-4484-b49d-8e2fc298755f)) - (pin "2" (uuid eaadb886-2340-4914-8897-540ac1b90554)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 125.73 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadca98) - (property "Reference" "J10" (at 53.34 125.73 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 122.4026 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 125.73 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 125.73 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid ef3f28bb-4707-4e7c-9b6a-a1c69ae7fdb0)) - (pin "2" (uuid b82d3ba8-89a1-4267-837d-df85a7014ae9)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 59.69 128.27 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadcafe) - (property "Reference" "J11" (at 53.34 128.27 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 61.7474 124.9426 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 59.69 128.27 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 59.69 128.27 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 3917fce6-63fb-4d27-b6c8-5bfff04c394d)) - (pin "2" (uuid e8b511b1-db9d-40a2-b4c5-50b3bef29689)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 222.25 132.08 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae8e92) - (property "Reference" "#PWR0124" (at 222.25 138.43 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 222.25 135.89 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 222.25 132.08 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 222.25 132.08 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 8bf3aa67-f68f-4f8f-8370-ba0917b287a0)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0124") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 237.49 132.08 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae8f36) - (property "Reference" "#PWR0125" (at 237.49 138.43 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 237.49 135.89 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 237.49 132.08 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 237.49 132.08 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid b72f27db-b575-4fe8-a490-3dd60bae7597)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0125") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 246.38 128.27 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db0c15b) - (property "Reference" "#PWR0126" (at 246.38 134.62 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 246.38 132.08 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 246.38 128.27 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 246.38 128.27 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid dbb9634b-0627-4f50-a3ec-48fa3cebd22e)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0126") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:Crystal_GND24-Device-ISM02A-rescue") (at 48.26 87.63 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db3724c) - (property "Reference" "Y1" (at 54.3814 86.4616 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "32MHz" (at 54.3814 88.773 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Mlab_XTAL:Crystal_SMD_NX2016SA" (at 48.26 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFPN" "NX2016SA-32M-EXS00A-CS06465" (at 48.26 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5dad592b128750448eca19b2" (at -40.64 15.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 73ab3eaa-4a17-4175-9545-dcdfa230975d)) - (pin "2" (uuid 855e0960-7c27-4c35-9da2-660a1e9a48b0)) - (pin "3" (uuid 788ca34d-0fe6-41c5-a987-a26c1ae62a3e)) - (pin "4" (uuid 87110242-44a2-4cc2-8cf0-f483419c5735)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "Y1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 43.18 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db58f1e) - (property "Reference" "#PWR0132" (at 43.18 107.95 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 43.18 105.41 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 43.18 101.6 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 43.18 101.6 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid e79b8924-35d6-4563-afee-82ec8aba14fc)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0132") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 168.91 22.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 04957bbe-f02d-4492-a435-4b078d540cfe) - (property "Reference" "J2" (at 175.26 22.86 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 166.8526 26.1874 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 168.91 22.86 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 168.91 22.86 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 7a46da61-1a91-4b07-98a0-befc9293bc2e)) - (pin "2" (uuid 6616c3a5-ddbf-4d80-87e6-941480ddb5f4)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 168.91 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 0d99e635-edcd-4271-9166-760ba1cbe121) - (property "Reference" "J15" (at 175.26 27.94 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 166.8526 31.2674 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 168.91 27.94 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 168.91 27.94 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid a0494091-a3d0-43f6-b34a-7dae1f07b7b5)) - (pin "2" (uuid d5576dca-4fb3-44d1-8822-0f80c5be3475)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") (at 168.91 25.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 5f0a40cb-3afe-432c-bba8-05e0afefaf7c) - (property "Reference" "J13" (at 175.26 25.4 0) - (effects (font (size 1.524 1.524))) - ) - (property "Value" "HEADER_2x01_PARALLEL" (at 166.8526 28.7274 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" (at 168.91 25.4 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 168.91 25.4 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid acc42774-7263-4872-a39e-b084540788bb)) - (pin "2" (uuid 7c7971ec-792b-4bb0-8e80-45364bcc349e)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "J13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 193.04 138.43 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 9eb5d852-8ece-4b0a-bdc4-48fcdb78ecfe) - (property "Reference" "#PWR01" (at 193.04 144.78 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 193.04 142.24 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 193.04 138.43 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 193.04 138.43 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 58572db6-50f8-40e8-8758-c525d7d4e161)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 161.29 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 9f93ae81-a0a4-4590-9302-c863a30d1058) - (property "Reference" "#PWR0121" (at 161.29 43.18 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 161.29 40.64 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 161.29 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 161.29 36.83 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 6d115a5e-3a6a-42dd-8f5f-fd6b525c216e)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR0121") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 210.82 154.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid af4624f3-4117-4d8a-94d5-cdea0d50f4be) - (property "Reference" "#PWR05" (at 210.82 161.29 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Value" "GND" (at 210.82 158.75 0) - (effects (font (size 1.524 1.524))) - ) - (property "Footprint" "" (at 210.82 154.94 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 210.82 154.94 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 47709840-2f1e-4400-ab44-7360fd5c844e)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 210.82 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid b327dba9-1654-4985-bb21-01143437b9a3) - (property "Reference" "C18" (at 213.7411 148.7106 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 213.741 151.009 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 211.7852 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 210.82 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984812875079b91f8bec" (at 210.82 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 04a66ca2-ac71-446d-bed0-42bb19a1fa90)) - (pin "2" (uuid d48c871b-2e8e-4c56-8255-9f17092c80b9)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "C18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "MLAB_IO:PE4259") (at 193.04 124.46 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid d5b16bba-6de8-45db-b493-dfea34cb144c) - (property "Reference" "U3" (at 193.04 110.0898 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "PE4259" (at 193.04 112.3885 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (at 193.04 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.psemi.com/pdf/datasheets/pe4259ds.pdf" (at 194.31 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5face19b12875025b3977e15" (at 193.04 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 65916689-d370-4828-85a9-9b7b367e1b3f)) - (pin "2" (uuid 93f54a90-e861-4755-9a89-e32a54ce7de6)) - (pin "3" (uuid b40cfae3-331e-4919-854a-64e4b6ee67d6)) - (pin "4" (uuid 0c18c864-5614-4e3d-9596-8e181b176d8f)) - (pin "5" (uuid 15472fad-27c7-4a5e-8327-0aadb05fbdfe)) - (pin "6" (uuid 2e1c4dbf-f621-48a3-a4ca-f40679ae4d4a)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 207.01 111.76 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid f27cfdde-84b1-4904-bddc-8bf971fcd1ef) - (property "Reference" "#PWR04" (at 207.01 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 207.391 107.3658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 207.01 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 207.01 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f1c6e8f5-6439-48c1-950e-0f3d798bac10)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 220.98 144.78 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid fd608dde-7b8a-4217-a530-5ef4e2503818) - (property "Reference" "R2" (at 220.98 139.5538 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 220.98 141.853 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Mlab_R:SMD-0603" (at 220.98 146.558 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 220.98 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "UST_ID" "5c70984512875079b91f8956" (at 220.98 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 735ba10b-1a65-4741-856a-0bab16d51e8e)) - (pin "2" (uuid 953be833-c633-4360-9095-e3db14463d27)) - (instances - (project "ISM02B" - (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "27f8c506-0906-4b2f-bdfa-42381a839c1f") + (paper "A4") + (title_block + (title "ISM02A") + (date "%F") + (company "MLAB www.mlab.cz") + (comment 2 "ISM RF module with LoRa network capability") + (comment 3 "info@mlab.cz") + (comment 4 "GPL 3.0") + (comment 6 "jacho,cernohorsky") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "ISM02A-rescue:C-Device-ISM02A-rescue" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C-Device-ISM02A-rescue" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C-Device-ISM02A-rescue_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C-Device-ISM02A-rescue_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:C_Small-Device-ISM02A-rescue" + (pin_numbers hide) + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (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-Device-ISM02A-rescue" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Small-Device-ISM02A-rescue_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-Device-ISM02A-rescue_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 "ISM02A-rescue:Crystal_GND24-Device-ISM02A-rescue" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Y" + (at 3.175 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Crystal_GND24-Device-ISM02A-rescue" + (at 3.175 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Crystal*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Crystal_GND24-Device-ISM02A-rescue_0_1" + (rectangle + (start -1.143 2.54) + (end 1.143 -2.54) + (stroke + (width 0.3048) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 -1.27) (xy -2.032 1.27) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 0 -3.556) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 3.556) (xy 0 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.032 -1.27) (xy 2.032 1.27) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.032 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -2.286) (xy -2.54 -3.556) (xy 2.54 -3.556) (xy 2.54 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 2.286) (xy -2.54 3.556) (xy 2.54 3.556) (xy 2.54 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Crystal_GND24-Device-ISM02A-rescue_1_1" + (pin passive line + (at -3.81 0 0) + (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 0 5.08 270) + (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 3.81 0 180) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -5.08 90) + (length 1.27) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:D_ZENER-MLAB_D" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_ZENER-MLAB_D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "D? SO* SM*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_ZENER-MLAB_D_0_1" + (polyline + (pts + (xy -1.778 1.27) (xy -1.27 0.762) (xy -1.27 -0.762) (xy -0.762 -1.27) (xy -0.762 -1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "D_ZENER-MLAB_D_1_1" + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "K" + (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 3.81) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 -2.54 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL-MLAB_HEADER" + (at 0 2.54 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "HEADER_2x01_PARALLEL-MLAB_HEADER_0_1" + (rectangle + (start -2.54 1.27) + (end 2.54 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -1.27 0) + (radius 0.381) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.651 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.889 0) (xy 0.889 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.27 0) + (radius 0.381) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "HEADER_2x01_PARALLEL-MLAB_HEADER_1_1" + (pin input line + (at -6.35 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -6.35 0 0) + (length 3.81) hide + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:HOLE-MLAB_MECHANICAL" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "M" + (at 0 2.54 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HOLE-MLAB_MECHANICAL" + (at 0 -2.54 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "HOLE-MLAB_MECHANICAL_0_1" + (circle + (center 0 0) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "HOLE-MLAB_MECHANICAL_1_1" + (pin input line + (at 1.27 0 180) + (length 0.635) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:JUMP_3X2-MLAB_Jumpers" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -8.89 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "JUMP_3X2-MLAB_Jumpers" + (at 0 1.27 90) + (effects + (font + (size 1.016 1.016) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "JUMP_3X2-MLAB_Jumpers_1_1" + (pin passive inverted + (at -10.16 3.81 0) + (length 7.62) + (name "2" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (number "1" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + ) + (pin passive inverted + (at -10.16 3.81 0) + (length 7.62) hide + (name "2" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (number "2" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + ) + (pin passive inverted + (at -10.16 1.27 0) + (length 7.62) + (name "4" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (number "3" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + ) + (pin passive inverted + (at -10.16 1.27 0) + (length 7.62) hide + (name "4" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (number "4" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + ) + (pin passive inverted + (at -10.16 -1.27 0) + (length 7.62) + (name "6" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (number "5" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + ) + (pin passive inverted + (at -10.16 -1.27 0) + (length 7.62) hide + (name "6" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (number "6" + (effects + (font + (size 1.524 1.524) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:L-Device-ISM02A-rescue" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "L" + (at -1.27 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L-Device-ISM02A-rescue" + (at 1.905 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L-Device-ISM02A-rescue_0_1" + (arc + (start 0 -2.54) + (mid 0.6323 -1.905) + (end 0 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.27) + (mid 0.6323 -0.635) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.6323 0.635) + (end 0 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.27) + (mid 0.6323 1.905) + (end 0 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L-Device-ISM02A-rescue_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 0 -3.81 90) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:L_Small-Device-ISM02A-rescue" + (pin_numbers hide) + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "L" + (at 0.762 1.016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "L_Small-Device-ISM02A-rescue" + (at 0.762 -1.016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L_Small-Device-ISM02A-rescue_0_1" + (arc + (start 0 -2.032) + (mid 0.5058 -1.524) + (end 0 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.016) + (mid 0.5058 -0.508) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.5058 0.508) + (end 0 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.016) + (mid 0.5058 1.524) + (end 0 2.032) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L_Small-Device-ISM02A-rescue_1_1" + (pin passive line + (at 0 2.54 270) + (length 0.508) + (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 0.508) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -7.62 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue" + (at -7.62 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at -6.35 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23?5*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue_0_1" + (rectangle + (start -7.62 -5.08) + (end 7.62 5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue_1_1" + (pin power_in line + (at -10.16 2.54 0) + (length 2.54) + (name "VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -2.54 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 7.62 -2.54 180) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 10.16 2.54 180) + (length 2.54) + (name "VOUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:R-Device-ISM02A-rescue" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R-Device-ISM02A-rescue" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R-Device-ISM02A-rescue_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R-Device-ISM02A-rescue_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 "ISM02A-rescue:SMA-MLAB_CONNECTORS" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "SMA-MLAB_CONNECTORS" + (at 3.81 -5.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SMA-MLAB_CONNECTORS_0_1" + (polyline + (pts + (xy -1.27 0) (xy -3.81 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 0 -5.08) (xy -3.81 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SMA-MLAB_CONNECTORS_1_1" + (pin unspecified line + (at -8.89 0 0) + (length 5.08) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at -8.89 -5.08 0) + (length 5.08) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ISM02A-rescue:SX1262-MLAB_IO-ISM02A-rescue" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -15.24 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SX1262-MLAB_IO-ISM02A-rescue" + (at -15.24 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias" + (at 0 -48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*1EP*6x6mm*P0.65mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SX1262-MLAB_IO-ISM02A-rescue_0_1" + (rectangle + (start -11.43 21.59) + (end 11.43 -48.26) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "SX1262-MLAB_IO-ISM02A-rescue_1_1" + (pin power_in line + (at -5.08 25.4 270) + (length 3.81) + (name "VDD_IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 25.4 270) + (length 3.81) + (name "VBAT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 25.4 270) + (length 3.81) + (name "VBAT_IO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -16.51 0) + (length 3.81) + (name "DIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -13.97 0) + (length 3.81) + (name "DIO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -15.24 -21.59 0) + (length 3.81) + (name "BUSY" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -15.24 10.16 0) + (length 3.81) + (name "RESET" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -15.24 1.27 0) + (length 3.81) + (name "MISO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 -1.27 0) + (length 3.81) + (name "MOSI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 3.81 0) + (length 3.81) + (name "SCK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 -3.81 0) + (length 3.81) + (name "~{CS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -52.07 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -52.07 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -36.83 180) + (length 3.81) + (name "RFI_P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -24.13 180) + (length 3.81) + (name "RFI_N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 15.24 10.16 180) + (length 3.81) + (name "RFO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 15.24 12.7 180) + (length 3.81) + (name "VR_PA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -52.07 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 15.24 0) + (length 3.81) + (name "XTA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 12.7 0) + (length 3.81) + (name "XTB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -52.07 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -19.05 0) + (length 3.81) + (name "DIO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -15.24 -36.83 0) + (length 3.81) + (name "VREG" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -52.07 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -15.24 -43.18 0) + (length 3.81) + (name "DCC_SW" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "MLAB_IO:PE4259" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -10.16 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "PE4259" + (at 1.27 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" + (at 0 -11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.psemi.com/pdf/datasheets/pe4259ds.pdf" + (at -1.27 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RF Switch" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "RF Switch" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MSOP*3x3mm*P0.65mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PE4259_0_0" + (rectangle + (start -10.16 10.16) + (end 10.16 -10.16) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -3.81 2.54) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -2.286 -2.54) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -1.27 -2.54) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.318 -2.54) (xy -4.826 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 2.54) (xy -5.588 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 3.81) (xy -1.27 3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -1.27 4.318) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 -2.54) (xy -2.032 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.54) (xy 0.762 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0) (xy 5.588 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 5.08) (xy 5.588 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.032 -2.54) (xy 1.27 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 0.508) (xy 2.286 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.556 -2.54) (xy 2.794 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -4.318 -1.524) (xy -4.318 -3.556) (xy -2.54 -2.54) (xy -4.318 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.794 0) (xy -3.81 0) (xy -3.81 5.08) (xy -2.794 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.286 -0.508) + (mid 2.7918 0) + (end 2.286 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (text "50" + (at 2.286 -5.715 900) + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (text "50" + (at 3.81 -5.715 900) + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + (symbol "PE4259_0_1" + (circle + (center -2.54 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -2.54 5.08) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 0) (xy 0.127 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 5.08) (xy -0.254 5.842) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 -3.556) (xy 2.286 -4.572) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 -2.032) (xy 2.667 -3.429) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 -0.508) (xy 2.286 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -3.556) (xy 3.81 -4.572) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -2.032) (xy 4.572 -3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 0) (xy 3.81 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 -6.858) (xy 2.286 -7.874) (xy 1.778 -7.874) (xy 2.286 -8.636) (xy 2.794 -7.874) (xy 2.286 -7.874) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -6.858) (xy 3.81 -7.874) (xy 3.302 -7.874) (xy 3.81 -8.636) (xy 4.318 -7.874) (xy 3.81 -7.874) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 5.08) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.778 -4.572) + (end 2.794 -6.858) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.286 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.286 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.286 5.08) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.302 -4.572) + (end 4.318 -6.858) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 3.81 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 3.81 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 3.81 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "PE4259_1_1" + (pin passive line + (at 12.7 5.08 180) + (length 2.54) + (name "RF1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -12.7 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 12.7 0 180) + (length 2.54) + (name "RF2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -2.54 0) + (length 2.54) + (name "CTRL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -12.7 2.54 0) + (length 2.54) + (name "RFC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -12.7 -6.35 0) + (length 2.54) + (name "#CTRL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+3.3V" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3.3V_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 "+3.3V_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) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_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 "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+5V" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 196.215 24.13) + (diameter 1.016) + (color 0 0 0 0) + (uuid "038be854-e337-41bd-956b-d6a131a1933a") + ) + (junction + (at 124.46 69.85) + (diameter 1.016) + (color 0 0 0 0) + (uuid "0af52d64-289f-43a8-b96c-c6f20fe4be97") + ) + (junction + (at 114.3 69.85) + (diameter 1.016) + (color 0 0 0 0) + (uuid "0d87ff10-2445-481c-a055-d9a19c2fbf95") + ) + (junction + (at 161.29 27.94) + (diameter 1.016) + (color 0 0 0 0) + (uuid "24520bb3-5311-4be2-a8c0-a95c4b01c572") + ) + (junction + (at 88.9 69.85) + (diameter 1.016) + (color 0 0 0 0) + (uuid "3b6db43d-a2fb-4c28-b667-63481b6b2ac6") + ) + (junction + (at 237.49 121.92) + (diameter 1.016) + (color 0 0 0 0) + (uuid "3d81baa9-57c2-4d71-aa68-b20490af5711") + ) + (junction + (at 114.3 130.81) + (diameter 1.016) + (color 0 0 0 0) + (uuid "41a490cd-131f-4e8a-9cb5-efae432c629a") + ) + (junction + (at 133.35 130.81) + (diameter 1.016) + (color 0 0 0 0) + (uuid "4f9c9a50-9fdf-47b8-9bd4-4920cb1fda87") + ) + (junction + (at 267.335 55.88) + (diameter 1.016) + (color 0 0 0 0) + (uuid "53047df9-67e6-40c8-a241-73a9a5a20898") + ) + (junction + (at 203.835 34.29) + (diameter 1.016) + (color 0 0 0 0) + (uuid "54dff0ac-6907-4db1-9922-7410963fd922") + ) + (junction + (at 127 25.4) + (diameter 1.016) + (color 0 0 0 0) + (uuid "5aeb178e-b793-47c6-bc07-80b98cd3a0c3") + ) + (junction + (at 91.44 69.85) + (diameter 1.016) + (color 0 0 0 0) + (uuid "5bb92545-3a48-4b46-a1bb-002add4422c8") + ) + (junction + (at 188.595 34.29) + (diameter 1.016) + (color 0 0 0 0) + (uuid "670903f5-d319-4417-bcf3-e0a7d24b5949") + ) + (junction + (at 222.25 121.92) + (diameter 1.016) + (color 0 0 0 0) + (uuid "71219641-e863-4b77-ba0d-0362f189ade9") + ) + (junction + (at 63.5 149.86) + (diameter 1.016) + (color 0 0 0 0) + (uuid "7b55c819-eece-42e1-8326-e7867c21f6b5") + ) + (junction + (at 86.36 69.85) + (diameter 1.016) + (color 0 0 0 0) + (uuid "7f8cf34a-f193-49c5-91f3-298191382c43") + ) + (junction + (at 211.455 26.67) + (diameter 1.016) + (color 0 0 0 0) + (uuid "84a55782-22a8-455f-9d21-d6dfa833f81e") + ) + (junction + (at 133.35 96.52) + (diameter 1.016) + (color 0 0 0 0) + (uuid "84ffe6bb-33ef-4098-a512-d85f47cc2560") + ) + (junction + (at 262.255 55.88) + (diameter 1.016) + (color 0 0 0 0) + (uuid "866a6e24-3500-48fc-be3b-72b944ff45e1") + ) + (junction + (at 144.78 96.52) + (diameter 1.016) + (color 0 0 0 0) + (uuid "9d51bcf7-9e3d-4cae-8460-ef36f44d9de0") + ) + (junction + (at 67.31 96.52) + (diameter 1.016) + (color 0 0 0 0) + (uuid "a2967857-c4c6-4f27-ae44-e22ff35675f9") + ) + (junction + (at 196.215 34.29) + (diameter 1.016) + (color 0 0 0 0) + (uuid "ad85b847-3035-4606-bfbd-ad2f94ba4e48") + ) + (junction + (at 120.65 25.4) + (diameter 1.016) + (color 0 0 0 0) + (uuid "ae5311b4-4207-497f-8757-d82f5936664c") + ) + (junction + (at 48.26 91.44) + (diameter 1.016) + (color 0 0 0 0) + (uuid "aec7b0c7-aaf3-415a-af95-b79820c58f14") + ) + (junction + (at 48.26 83.82) + (diameter 1.016) + (color 0 0 0 0) + (uuid "b255807e-0be0-4195-bb69-353c3073bed4") + ) + (junction + (at 203.835 24.13) + (diameter 1.016) + (color 0 0 0 0) + (uuid "b77483be-a0e9-4b07-9ef4-bb2080c5861c") + ) + (junction + (at 133.35 87.63) + (diameter 1.016) + (color 0 0 0 0) + (uuid "b8123129-e30f-41b3-b265-dfccce02d3f8") + ) + (junction + (at 153.67 25.4) + (diameter 1.016) + (color 0 0 0 0) + (uuid "b9e826f0-8f2f-4e30-954b-6799a870908a") + ) + (junction + (at 257.175 55.88) + (diameter 1.016) + (color 0 0 0 0) + (uuid "bdcc6af9-445c-45e2-8659-a242f2a5f8bf") + ) + (junction + (at 210.82 144.78) + (diameter 1.016) + (color 0 0 0 0) + (uuid "cbffcc89-65f9-4913-82bb-a931e5e93c14") + ) + (junction + (at 166.37 96.52) + (diameter 1.016) + (color 0 0 0 0) + (uuid "d388c347-239a-4093-9a0a-49d56bd1b6b8") + ) + (junction + (at 114.3 143.51) + (diameter 1.016) + (color 0 0 0 0) + (uuid "d3fed419-6381-4891-903c-630b7cbf3d4c") + ) + (junction + (at 43.18 93.98) + (diameter 1.016) + (color 0 0 0 0) + (uuid "e32cfa1f-7ba9-4bbd-98c2-1c0e52b14f4d") + ) + (junction + (at 188.595 24.13) + (diameter 1.016) + (color 0 0 0 0) + (uuid "f21c9063-a22c-441a-9194-5358ff22de33") + ) + (wire + (pts + (xy 144.78 105.41) (xy 144.78 106.68) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0211587a-992f-4db9-90f0-eafe0a551a08") + ) + (wire + (pts + (xy 161.29 27.94) (xy 162.56 27.94) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "02be2030-78a1-4170-abbc-e239ee7ba208") + ) + (wire + (pts + (xy 67.31 68.58) (xy 67.31 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "03ccea4d-88fe-454c-a768-be6dbff6b6d7") + ) + (wire + (pts + (xy 67.31 96.52) (xy 76.2 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0554f4ff-36d9-4019-8f4e-87ab9c97ab27") + ) + (wire + (pts + (xy 267.335 57.15) (xy 267.335 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "057421a9-7a21-40c3-bb0d-527451c3b940") + ) + (wire + (pts + (xy 127 25.4) (xy 120.65 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "06bc48b0-e994-4411-b012-662c2423969e") + ) + (wire + (pts + (xy 143.51 87.63) (xy 144.78 87.63) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0868fe65-a97d-441d-b7ff-a135966958c3") + ) + (wire + (pts + (xy 203.835 24.13) (xy 212.725 24.13) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0b94e72f-fd66-410c-8a6f-588f5b520313") + ) + (wire + (pts + (xy 196.215 34.29) (xy 203.835 34.29) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0c3fbaca-a0b2-484b-83f7-f4ff4e90b672") + ) + (wire + (pts + (xy 210.82 144.78) (xy 217.17 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0e486142-8fbd-45f3-b95d-97de98f66936") + ) + (wire + (pts + (xy 140.97 35.56) (xy 140.97 36.83) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0e589171-5151-4ce7-8cc2-e4f7b9fba925") + ) + (wire + (pts + (xy 106.68 96.52) (xy 116.84 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "16abfe6a-4cf8-4d89-9673-5ab6cb512a85") + ) + (wire + (pts + (xy 154.94 96.52) (xy 156.21 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "16fc5d07-4362-4411-bd3d-56d8ae048935") + ) + (wire + (pts + (xy 66.04 110.49) (xy 76.2 110.49) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "19162b1d-1bfd-424d-9ad4-cf73494c618d") + ) + (wire + (pts + (xy 193.04 137.16) (xy 193.04 138.43) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1930c47f-a552-4179-af9e-bc0a3909e604") + ) + (wire + (pts + (xy 35.56 100.33) (xy 35.56 101.6) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "19e764ac-4ad2-494a-905b-60a9ef3d3f61") + ) + (wire + (pts + (xy 166.37 105.41) (xy 166.37 106.68) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1a17efa6-812f-42f8-8b30-525b80fa3b01") + ) + (wire + (pts + (xy 76.2 149.86) (xy 73.66 149.86) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1b234931-2138-41a0-bb70-c31697828436") + ) + (wire + (pts + (xy 205.74 130.81) (xy 207.01 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "20c1fd63-1147-4fa6-a48c-50b529102c27") + ) + (wire + (pts + (xy 207.01 111.76) (xy 207.01 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "20c1fd63-1147-4fa6-a48c-50b529102c28") + ) + (wire + (pts + (xy 262.255 57.15) (xy 262.255 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "211cff5a-4ee6-4b38-8de8-f7c97d28c1fb") + ) + (wire + (pts + (xy 63.5 91.44) (xy 63.5 83.82) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "22bea9d4-cac5-43a3-9775-ff27a8536c02") + ) + (polyline + (pts + (xy 224.155 17.78) (xy 224.155 43.18) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "238cd663-6e82-48ad-9ae7-3d48bf8a4632") + ) + (wire + (pts + (xy 77.47 69.85) (xy 86.36 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "239284f9-f206-4690-b5e0-f18d43404559") + ) + (wire + (pts + (xy 76.2 143.51) (xy 63.5 143.51) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "23aa2875-2766-4bf1-87b9-16a443663c1d") + ) + (wire + (pts + (xy 66.04 128.27) (xy 76.2 128.27) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "23c59473-f807-4062-95fb-332309ac6058") + ) + (wire + (pts + (xy 233.68 121.92) (xy 237.49 121.92) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "25829de5-651c-4d60-940d-cff6e37353b2") + ) + (wire + (pts + (xy 66.04 123.19) (xy 76.2 123.19) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2859ef94-dfd6-42a3-8a9d-baef8e3a5689") + ) + (wire + (pts + (xy 106.68 143.51) (xy 114.3 143.51) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "28762aba-bf18-4675-ad43-d3b5242f15d9") + ) + (wire + (pts + (xy 120.65 31.75) (xy 120.65 36.83) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "298ffb1c-7d34-46b5-8adc-6f04b95f59ae") + ) + (wire + (pts + (xy 35.56 91.44) (xy 48.26 91.44) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2a1cdbd7-b064-466a-a853-63cd47793f46") + ) + (wire + (pts + (xy 114.3 69.85) (xy 124.46 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2b8c92e3-479b-4b84-bc24-cdb6abf1b064") + ) + (wire + (pts + (xy 88.9 69.85) (xy 91.44 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2e45dd96-305d-4cf9-9587-b0f8630a05ce") + ) + (wire + (pts + (xy 127 30.48) (xy 127 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "307ea3c1-c892-4146-b0af-da710961f1de") + ) + (wire + (pts + (xy 177.8 96.52) (xy 177.8 119.38) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "30a0be3e-dbee-44ab-9bc8-e59558c4b921") + ) + (wire + (pts + (xy 177.8 119.38) (xy 180.34 119.38) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "30a0be3e-dbee-44ab-9bc8-e59558c4b922") + ) + (wire + (pts + (xy 133.35 96.52) (xy 135.89 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "314e4d65-3bed-4411-94bc-ea46ad66cd04") + ) + (wire + (pts + (xy 86.36 68.58) (xy 86.36 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "35f1bc7b-696b-48ad-b9df-2d42f112dd98") + ) + (wire + (pts + (xy 144.78 96.52) (xy 144.78 97.79) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3762eb0d-9718-49a2-87bb-a17cd2c72f1c") + ) + (wire + (pts + (xy 153.67 31.75) (xy 153.67 36.83) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "38c1c102-c467-48f5-bcab-184bb409a474") + ) + (wire + (pts + (xy 133.35 96.52) (xy 124.46 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "38d8dbcf-c5aa-4dfc-9014-5a0b9ef173cd") + ) + (wire + (pts + (xy 60.96 91.44) (xy 60.96 93.98) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3975d9d1-d7f5-428c-95c8-ff1471479702") + ) + (wire + (pts + (xy 262.255 55.88) (xy 257.175 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "39b85180-988a-49c6-9584-ec070412f5e3") + ) + (wire + (pts + (xy 196.215 24.13) (xy 188.595 24.13) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3a552c48-9ce8-4d4d-9e44-527a1d891bf4") + ) + (wire + (pts + (xy 272.415 57.15) (xy 272.415 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3b23a14d-42b9-461f-ac3e-58a2af4137a3") + ) + (wire + (pts + (xy 120.65 25.4) (xy 120.65 26.67) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3c1e0ef0-7aa0-4f5a-addd-32552e886d7f") + ) + (wire + (pts + (xy 133.35 87.63) (xy 135.89 87.63) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3c36c56a-87da-44fa-b426-41f72e1c9871") + ) + (wire + (pts + (xy 127 25.4) (xy 130.81 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3e0a3bae-1834-405e-be8f-285bf3c3f362") + ) + (wire + (pts + (xy 66.04 96.52) (xy 67.31 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3ec25ce4-54cf-4c9a-adc7-c7caa325889b") + ) + (polyline + (pts + (xy 249.555 64.77) (xy 249.555 54.61) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "451d64ed-95a1-42d5-aa95-2d0525508743") + ) + (polyline + (pts + (xy 274.955 54.61) (xy 274.955 64.77) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "48a84c97-7f47-4681-8e1b-bcb2f8cd065c") + ) + (wire + (pts + (xy 188.595 22.86) (xy 188.595 24.13) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "49f113dd-ae30-470e-84b7-1470a52a7938") + ) + (wire + (pts + (xy 91.44 69.85) (xy 91.44 81.28) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4ad06a91-637b-404c-8396-c0ee49715ef9") + ) + (wire + (pts + (xy 43.18 93.98) (xy 43.18 101.6) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4bf88ccc-4e28-4bb9-b2dd-07b0a37a6d55") + ) + (wire + (pts + (xy 120.65 24.13) (xy 120.65 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4d2b1152-50ba-4f2a-b8cc-15bc81a534f8") + ) + (wire + (pts + (xy 66.04 102.87) (xy 76.2 102.87) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "50720317-d00c-4b61-a6e1-7d04faac2602") + ) + (wire + (pts + (xy 91.44 69.85) (xy 96.52 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "52850b50-8ec0-4050-b2f7-9dcdb015cc7d") + ) + (wire + (pts + (xy 106.68 130.81) (xy 114.3 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "56071085-ee82-437e-8560-11e9353258a7") + ) + (wire + (pts + (xy 91.44 158.75) (xy 91.44 160.02) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "596ff9a3-9f86-49ba-98e0-7ce978f1c405") + ) + (wire + (pts + (xy 77.47 77.47) (xy 77.47 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "5f06e819-5c8b-4776-8621-7f2c0d29f0a9") + ) + (wire + (pts + (xy 144.78 96.52) (xy 147.32 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6220bb8b-ff23-4bdd-a322-aefac3a2b622") + ) + (wire + (pts + (xy 96.52 77.47) (xy 96.52 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "652b455c-d943-4702-9a76-1901fb2f2a7c") + ) + (wire + (pts + (xy 237.49 130.81) (xy 237.49 132.08) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "668b5882-0528-450d-8e51-3c9dec244d2c") + ) + (wire + (pts + (xy 203.835 34.29) (xy 211.455 34.29) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "668c7cbe-7f91-40ef-adaf-90dc49a5882e") + ) + (polyline + (pts + (xy 274.955 64.77) (xy 249.555 64.77) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "6a326c64-9afe-483b-8402-e727418a1d8c") + ) + (polyline + (pts + (xy 183.515 43.18) (xy 183.515 17.78) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "6c2c152f-2c08-4400-a5c7-013f0ad6708b") + ) + (polyline + (pts + (xy 249.555 54.61) (xy 274.955 54.61) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "6c7c42e5-d726-4292-aa2a-660d03e3eb80") + ) + (wire + (pts + (xy 114.3 143.51) (xy 114.3 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6fa48d52-0c8d-4dba-b447-9dde886a2d09") + ) + (wire + (pts + (xy 67.31 86.36) (xy 67.31 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7251335e-99a8-4c2f-8fac-afc252641c6a") + ) + (wire + (pts + (xy 144.78 87.63) (xy 144.78 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7327a6ad-2ed9-41b2-88b6-1179b3285202") + ) + (wire + (pts + (xy 188.595 34.29) (xy 188.595 35.56) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "73b066cc-4e5e-4f4b-9ec5-fc0f6df8b925") + ) + (polyline + (pts + (xy 183.515 17.78) (xy 224.155 17.78) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "7409255f-b3c8-4133-8538-501c1140d349") + ) + (wire + (pts + (xy 114.3 143.51) (xy 114.3 140.97) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7650e02a-50b4-477e-8d1b-b1b0ff3f68fc") + ) + (wire + (pts + (xy 128.27 130.81) (xy 133.35 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7750d971-dc73-404e-aa25-758e975e5f6c") + ) + (wire + (pts + (xy 166.37 97.79) (xy 166.37 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "777de94b-9f64-4ec5-9c37-4d85e4ca7dc9") + ) + (wire + (pts + (xy 163.83 96.52) (xy 166.37 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "78e44dd4-aace-4096-9178-aa6419758e1d") + ) + (wire + (pts + (xy 210.82 153.67) (xy 210.82 154.94) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7ba8ba62-8fce-4c9c-9bf6-e52cefe47efd") + ) + (wire + (pts + (xy 196.215 34.29) (xy 188.595 34.29) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8450ecd8-cf33-442e-895d-f057b15b5f47") + ) + (wire + (pts + (xy 211.455 21.59) (xy 211.455 26.67) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8908e427-c346-4fff-a186-181b931d979a") + ) + (wire + (pts + (xy 188.595 24.13) (xy 188.595 26.67) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "897be46f-fbc1-4730-b046-adec3968fa83") + ) + (wire + (pts + (xy 88.9 69.85) (xy 88.9 81.28) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8a77d7b4-4c47-44e8-9d25-c0f2e503ea5d") + ) + (wire + (pts + (xy 133.35 96.52) (xy 133.35 97.79) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8b0e69ac-c74c-44a8-8cba-ac48ec149174") + ) + (wire + (pts + (xy 133.35 130.81) (xy 133.35 133.35) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8d71cbaf-d2b9-4a71-b554-fe8eb4d1f2f1") + ) + (polyline + (pts + (xy 224.155 43.18) (xy 183.515 43.18) + ) + (stroke + (width 0) + (type dash) + ) + (uuid "939513da-1a3e-429b-9a5d-8551aaef10d8") + ) + (wire + (pts + (xy 196.215 31.75) (xy 196.215 34.29) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "954db6cb-fe9d-4a02-b0f7-71c612333f85") + ) + (wire + (pts + (xy 237.49 121.92) (xy 246.38 121.92) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "96b5fa31-b7c6-47e4-ac69-dba3a2a96d4b") + ) + (wire + (pts + (xy 205.74 127) (xy 210.82 127) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "99e6344d-21a5-4d82-8eb3-6c9ee0dd189b") + ) + (wire + (pts + (xy 210.82 127) (xy 210.82 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "99e6344d-21a5-4d82-8eb3-6c9ee0dd189c") + ) + (wire + (pts + (xy 210.82 144.78) (xy 210.82 146.05) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "99e6344d-21a5-4d82-8eb3-6c9ee0dd189d") + ) + (wire + (pts + (xy 63.5 149.86) (xy 63.5 152.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9a958f97-336e-43b3-bbd4-ee47b5b4a5b4") + ) + (wire + (pts + (xy 133.35 140.97) (xy 133.35 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9b249339-8836-44ab-bf8c-ff5e80a0222b") + ) + (wire + (pts + (xy 114.3 130.81) (xy 120.65 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9bc038f3-5243-4cbe-b7f0-ee6fb738d55d") + ) + (wire + (pts + (xy 86.36 69.85) (xy 88.9 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9c4802ef-70c0-44a9-a621-c1659e7d45f2") + ) + (wire + (pts + (xy 130.81 30.48) (xy 127 30.48) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9ec49eab-58da-4131-9d3e-9e5a30243811") + ) + (wire + (pts + (xy 133.35 130.81) (xy 177.8 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9eede8ff-e911-44d5-a0c1-75d3b7d87700") + ) + (wire + (pts + (xy 177.8 124.46) (xy 180.34 124.46) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9eede8ff-e911-44d5-a0c1-75d3b7d87701") + ) + (wire + (pts + (xy 177.8 130.81) (xy 177.8 124.46) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9eede8ff-e911-44d5-a0c1-75d3b7d87702") + ) + (wire + (pts + (xy 203.835 24.13) (xy 196.215 24.13) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a210a63e-565c-4571-a38f-4a4ec1b0b2de") + ) + (wire + (pts + (xy 86.36 69.85) (xy 86.36 81.28) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a32b5360-5c27-49b7-b440-37d925a0afdc") + ) + (wire + (pts + (xy 43.18 87.63) (xy 43.18 93.98) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a3f3b907-bb66-49d6-b9ab-07a71c448e1a") + ) + (wire + (pts + (xy 133.35 77.47) (xy 133.35 87.63) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a618df9d-2493-43bc-b0ab-cf3eed705777") + ) + (wire + (pts + (xy 153.67 25.4) (xy 162.56 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a74530b1-68b1-4715-bb31-9e4838fe2e6e") + ) + (wire + (pts + (xy 267.335 55.88) (xy 262.255 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ab4eb6b7-83de-4587-acd2-542bc1bb6ed7") + ) + (wire + (pts + (xy 257.175 57.15) (xy 257.175 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ac8a7f11-326c-457a-af52-5713a8a677ff") + ) + (wire + (pts + (xy 161.29 22.86) (xy 161.29 27.94) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b0e5473c-6c49-4aad-b64e-1f58fba84e47") + ) + (wire + (pts + (xy 161.29 27.94) (xy 161.29 36.83) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b0e5473c-6c49-4aad-b64e-1f58fba84e48") + ) + (wire + (pts + (xy 162.56 22.86) (xy 161.29 22.86) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b0e5473c-6c49-4aad-b64e-1f58fba84e49") + ) + (wire + (pts + (xy 25.4 83.82) (xy 25.4 92.71) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b70ccd35-5f14-4b84-9bb0-a10780e6bb33") + ) + (wire + (pts + (xy 133.35 105.41) (xy 133.35 106.68) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b730a5f6-beef-4102-8faa-78c2a9e890ff") + ) + (wire + (pts + (xy 196.215 24.13) (xy 196.215 26.67) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b7abcadf-1ebc-45b0-ba3b-b58bd599f9f8") + ) + (wire + (pts + (xy 224.79 144.78) (xy 226.06 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b80b0304-8b75-44b3-b294-b1fe3d1be05a") + ) + (wire + (pts + (xy 76.2 91.44) (xy 63.5 91.44) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b8b1e05f-0cb5-47e5-8087-22e79f83336c") + ) + (wire + (pts + (xy 68.58 149.86) (xy 63.5 149.86) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b9f1858e-3410-4bb3-ad1b-5042b8bb18dd") + ) + (wire + (pts + (xy 257.175 55.88) (xy 252.095 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ba3d4dfc-b330-4f5e-a934-f6e85b84a2e8") + ) + (wire + (pts + (xy 222.25 123.19) (xy 222.25 121.92) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "bae1338a-844e-4923-82e4-1e9f572539ee") + ) + (wire + (pts + (xy 166.37 96.52) (xy 177.8 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "bf5be5b7-e7e4-441d-b953-01fb9b69daa1") + ) + (wire + (pts + (xy 106.68 69.85) (xy 114.3 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "bffe66ec-8642-4a4e-9d3f-9e0967d895ef") + ) + (wire + (pts + (xy 246.38 127) (xy 246.38 128.27) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c17fa130-352f-4612-a4f8-d7ac273e8ccd") + ) + (wire + (pts + (xy 48.26 83.82) (xy 63.5 83.82) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c20af9e5-d812-4f13-a548-e8643ec39d17") + ) + (wire + (pts + (xy 25.4 83.82) (xy 48.26 83.82) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c3cde5c8-e4f7-439a-90ad-d8f5d6e3e686") + ) + (wire + (pts + (xy 53.34 87.63) (xy 53.34 93.98) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c5dd7309-8f60-4698-9a45-11eedfaa72f1") + ) + (wire + (pts + (xy 218.44 121.92) (xy 222.25 121.92) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c81411b8-53f9-4a6c-8285-07bf6953360f") + ) + (wire + (pts + (xy 211.455 26.67) (xy 211.455 34.29) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ca0f16e8-7743-40d7-8484-6884489d4c34") + ) + (wire + (pts + (xy 53.34 93.98) (xy 43.18 93.98) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cafb21cb-ed65-4be7-a48e-1de292dab3ee") + ) + (wire + (pts + (xy 151.13 25.4) (xy 153.67 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cbd4af6c-2f03-41dd-9a56-ea0827ab8e82") + ) + (wire + (pts + (xy 106.68 93.98) (xy 106.68 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cc1f4df5-7a62-4ae4-b6db-2c6242908f4a") + ) + (wire + (pts + (xy 237.49 121.92) (xy 237.49 123.19) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cd50a834-f19b-488b-87a0-3a70bd26c1f0") + ) + (wire + (pts + (xy 25.4 100.33) (xy 25.4 101.6) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cec597da-9517-436e-8c72-7a786c1fad0f") + ) + (wire + (pts + (xy 212.725 21.59) (xy 211.455 21.59) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "cfb645b9-6b96-482b-8b28-c1f4cdcdbb63") + ) + (wire + (pts + (xy 153.67 25.4) (xy 153.67 24.13) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d018b46e-7c1e-4ece-aff5-8f2f387009d3") + ) + (wire + (pts + (xy 63.5 143.51) (xy 63.5 149.86) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d2f11e5d-0771-4d1d-9e67-ef65982d5de5") + ) + (wire + (pts + (xy 124.46 69.85) (xy 133.35 69.85) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d3160c1b-b3cb-45e8-aaf7-914f79ab1652") + ) + (wire + (pts + (xy 48.26 91.44) (xy 60.96 91.44) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d625c6f7-e375-4319-b4f7-e7d7e4de572d") + ) + (wire + (pts + (xy 124.46 77.47) (xy 124.46 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "da836a54-4d9b-4bf1-b67f-a17bef7ff5d3") + ) + (wire + (pts + (xy 35.56 91.44) (xy 35.56 92.71) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "dacf3191-a825-489e-bec0-40c57a54b1d4") + ) + (wire + (pts + (xy 114.3 77.47) (xy 114.3 78.74) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ddffa601-aef5-4977-a8f2-4396867531eb") + ) + (wire + (pts + (xy 212.725 26.67) (xy 211.455 26.67) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "def9b410-c03f-47c6-bff4-536e68357cf4") + ) + (wire + (pts + (xy 66.04 105.41) (xy 76.2 105.41) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "df34d44f-dcee-4453-ba21-c8b82b7da0e1") + ) + (wire + (pts + (xy 252.095 55.88) (xy 252.095 57.15) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "df861219-eb64-48e2-8405-c1198a820437") + ) + (wire + (pts + (xy 66.04 107.95) (xy 76.2 107.95) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e4a6ced4-5cd4-4468-af76-3ad6fa02cfe7") + ) + (wire + (pts + (xy 66.04 120.65) (xy 76.2 120.65) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "edcce474-e812-48f7-b221-a17617b67300") + ) + (wire + (pts + (xy 114.3 152.4) (xy 114.3 160.02) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "eec6a869-bfe7-4dce-9e65-282b2e004926") + ) + (wire + (pts + (xy 143.51 96.52) (xy 144.78 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ef06cd55-432c-4182-93f7-ce1c39f70263") + ) + (wire + (pts + (xy 272.415 55.88) (xy 267.335 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "efda5985-94a2-4bf2-a8a8-b1eadc2ee89a") + ) + (wire + (pts + (xy 188.595 31.75) (xy 188.595 34.29) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f1a5f757-d9b3-499e-99c7-0c8e07efa624") + ) + (wire + (pts + (xy 114.3 133.35) (xy 114.3 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f24a8105-59ac-47dd-829b-87393d1c243b") + ) + (wire + (pts + (xy 222.25 121.92) (xy 226.06 121.92) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f33f71a8-9093-4220-b0f0-c2c34febc07c") + ) + (wire + (pts + (xy 205.74 121.92) (xy 210.82 121.92) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f38982b6-1e6c-48f4-8aad-049649e69d59") + ) + (wire + (pts + (xy 63.5 160.02) (xy 63.5 163.83) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f5e59cef-0f8a-45e3-b752-29980bd56694") + ) + (wire + (pts + (xy 60.96 93.98) (xy 76.2 93.98) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f7e8bbf1-c837-4cd0-915b-785f73281832") + ) + (wire + (pts + (xy 133.35 87.63) (xy 133.35 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f8768dbd-b483-4241-a66b-5e1b8397c8e1") + ) + (wire + (pts + (xy 153.67 26.67) (xy 153.67 25.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fc9fdc73-820c-4a4c-bdda-0b652301b99a") + ) + (wire + (pts + (xy 66.04 125.73) (xy 76.2 125.73) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fd5e3284-a726-4298-885f-d2f2b3266e41") + ) + (wire + (pts + (xy 222.25 130.81) (xy 222.25 132.08) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fe46d3f6-783e-4604-8e72-5b21532e3257") + ) + (text "MOUNTING HOLES" + (exclude_from_sim no) + (at 249.555 64.77 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "067346cb-e8f9-40fb-adaf-cdb1eaf1064c") + ) + (text "POWER INPUT" + (exclude_from_sim no) + (at 184.785 43.18 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "b48636e1-44f9-47d1-87ab-60e9b3cd5224") + ) + (label "MOSI" + (at 67.31 107.95 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "0df8e06a-2a34-4c50-9f7e-5564fb757ea7") + ) + (label "MISO" + (at 67.31 105.41 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "3a42f1ca-3715-4bdd-b3eb-121a94d80723") + ) + (label "BUSY" + (at 67.31 128.27 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "53745b6d-c46c-4310-9025-7451e144cbe7") + ) + (label "SCK" + (at 67.31 102.87 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "75066bf9-9012-42c0-8e84-11e4600a4def") + ) + (label "DIO2" + (at 226.06 144.78 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "a60a62d4-fc85-4755-a293-2f91ae19fc24") + ) + (label "#CS" + (at 67.31 110.49 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "b6d5b857-1386-433d-ae26-00dc0d55e0d5") + ) + (label "DIO1" + (at 67.31 120.65 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "c296b588-1edb-4f2d-9941-ed4281144969") + ) + (label "#RESET" + (at 68.58 96.52 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "c99310be-e155-491b-bbf8-0134364dfea6") + ) + (label "DIO2" + (at 67.31 123.19 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "eb7a8e13-c0bc-4a89-b418-7f18cb006b9c") + ) + (label "DIO3" + (at 67.31 125.73 0) + (fields_autoplaced yes) + (effects + (font + (size 1.524 1.524) + ) + (justify left bottom) + ) + (uuid "fa81d5ce-be4e-48d0-bd7a-c710f9da7c6d") + ) + (symbol + (lib_id "power:GND") + (at 188.595 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000549d73b2") + (property "Reference" "#PWR02" + (at 188.595 41.91 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 188.595 39.37 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 188.595 35.56 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 188.595 35.56 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 188.595 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "73f3dfda-58f4-405a-89d9-dea14f0d43bd") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") + (at 252.095 58.42 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000549d7549") + (property "Reference" "M1" + (at 252.095 60.96 90) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HOLE" + (at 254.635 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" + (at 252.095 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 252.095 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 252.095 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "" + (at 300.355 313.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8d401940-66d1-491d-a396-b9ea732a5f61") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "M1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") + (at 257.175 58.42 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000549d7628") + (property "Reference" "M2" + (at 257.175 60.96 90) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HOLE" + (at 259.715 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" + (at 257.175 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.175 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 257.175 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "" + (at 305.435 318.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd8be0ca-a774-4725-901a-0e04750987fa") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "M2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") + (at 262.255 58.42 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000549d7646") + (property "Reference" "M3" + (at 262.255 60.96 90) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HOLE" + (at 264.795 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" + (at 262.255 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 262.255 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 262.255 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "" + (at 310.515 323.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e18ac105-1bf2-4efa-9cf4-60e9df566044") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "M3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HOLE-MLAB_MECHANICAL") + (at 267.335 58.42 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000549d7665") + (property "Reference" "M4" + (at 267.335 60.96 90) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HOLE" + (at 269.875 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Mechanical:MountingHole_3mm" + (at 267.335 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 267.335 58.42 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 267.335 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "" + (at 315.595 328.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d3311c0-5a0e-4896-829a-53ddbcb8b514") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "M4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 272.415 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000549d770f") + (property "Reference" "#PWR03" + (at 272.415 63.5 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 272.415 60.96 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 272.415 57.15 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 272.415 57.15 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 272.415 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21f0551a-2b21-4241-a266-4375de357eef") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") + (at 196.215 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005562302c") + (property "Reference" "C2" + (at 196.215 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 196.215 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 196.215 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 196.215 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 196.215 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_id" "C0805_100n" + (at 196.215 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bf2" + (at -53.975 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6d9bbd38-ea32-4594-9280-cbfb0e5a3be8") + ) + (pin "2" + (uuid "9ab3e0d4-a8e1-480d-9d43-82be989c087f") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:JUMP_3X2-MLAB_Jumpers") + (at 222.885 25.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005b4dde60") + (property "Reference" "J1" + (at 221.0816 24.638 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "JUMP_3X2" + (at 222.885 24.13 90) + (effects + (font + (size 1.016 1.016) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x03" + (at 222.885 25.4 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 222.885 25.4 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 222.885 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6ea2b10f-ab34-4959-a4f9-ef9096810951") + ) + (pin "2" + (uuid "c1638e25-0457-4c68-9eb0-b8eaf7eda323") + ) + (pin "3" + (uuid "dbf0dbd9-2b3a-45a6-9159-c01290df5df1") + ) + (pin "4" + (uuid "05bf5420-0504-424c-98d2-89dc5dba4940") + ) + (pin "5" + (uuid "0be28cf4-567d-49ba-b331-12e7f4c9a0f8") + ) + (pin "6" + (uuid "0bf5d933-ba64-436b-954f-3af1b6bb09d0") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:D_ZENER-MLAB_D") + (at 203.835 29.21 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005b4de0b5") + (property "Reference" "D1" + (at 203.835 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "BZV55C-5,6V" + (at 203.835 31.75 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_D:Diode-MiniMELF_Standard" + (at 203.835 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 203.835 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 203.835 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984512875079b91f88b2" + (at 203.835 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5bef720e-fea1-4493-9e19-7ad19bc33f2d") + ) + (pin "2" + (uuid "5f902530-27e0-4a64-b8cd-5456c14ad844") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:SX1262-MLAB_IO-ISM02A-rescue") + (at 91.44 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da52347") + (property "Reference" "U1" + (at 83.82 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SX1262" + (at 85.09 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias" + (at 91.44 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 91.44 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad5866128750448eca19a4" + (at -24.13 214.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "381a24d7-1fe1-4246-bf9b-20e52b18d4e1") + ) + (pin "10" + (uuid "55959cda-9c2b-433c-8e05-3858c40495e9") + ) + (pin "11" + (uuid "7fe047be-2bdc-4c71-b967-4b9f94620603") + ) + (pin "12" + (uuid "b78334d3-ee92-4916-b187-842b72240416") + ) + (pin "13" + (uuid "0e9772d1-ba80-45ec-9f0c-9663bcde2e59") + ) + (pin "14" + (uuid "bb12fb54-49e8-45ed-a803-fa9f0a19e86b") + ) + (pin "15" + (uuid "cd0ce47e-3736-424e-ba19-e74c69b088f6") + ) + (pin "16" + (uuid "e4521dc4-e4e1-4829-bc05-06c154831967") + ) + (pin "17" + (uuid "f9d890c1-6a5c-4118-a224-2708e172d4fd") + ) + (pin "18" + (uuid "890848e1-8416-460b-92b1-015d0c1fcbe4") + ) + (pin "19" + (uuid "fadcd4d7-af9a-4b10-9293-97d9cafaf699") + ) + (pin "2" + (uuid "f66e108e-4335-48f5-bc7b-953d5a3a3fc8") + ) + (pin "20" + (uuid "d2c73b1f-ee34-4409-969c-b34acef1c9c8") + ) + (pin "21" + (uuid "32a7b13c-68b2-4c9a-89a6-e721f7808069") + ) + (pin "22" + (uuid "1832334b-b725-471c-a5b1-9af0e98e4493") + ) + (pin "23" + (uuid "4600fae4-c3c4-431f-a9f0-74bd45a86b4c") + ) + (pin "24" + (uuid "2c127d58-5e0a-4b11-8b4e-b6a991988d9c") + ) + (pin "25" + (uuid "d3bbf629-663c-4d74-9545-ecfa730e65b4") + ) + (pin "3" + (uuid "4cc5248f-8112-4180-9f0f-ebae4ee26d53") + ) + (pin "4" + (uuid "026db981-5348-4d8b-a09a-62a03ad8538c") + ) + (pin "5" + (uuid "5fa2660b-6bf6-4d13-a9fb-f9231173eab8") + ) + (pin "6" + (uuid "0287582c-438b-4690-bd2b-2769b7a893eb") + ) + (pin "7" + (uuid "966df998-51ce-463f-8c4b-ee4f9b63a887") + ) + (pin "8" + (uuid "2869a98d-e5a5-4659-8802-94130e75d8a9") + ) + (pin "9" + (uuid "e6b482d4-c9c2-4380-8a90-0f536a0655de") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:SMA-MLAB_CONNECTORS") + (at 255.27 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da75a91") + (property "Reference" "J12" + (at 259.7912 121.3612 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Value" "MCX" + (at 259.7912 124.0536 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_CON:MCX" + (at 255.27 121.92 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 255.27 121.92 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 255.27 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "" + (at 6.35 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "175f92ed-6cd8-4569-a403-813265775620") + ) + (pin "2" + (uuid "322d3361-c8be-4e89-9bf6-4835c5e161af") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 188.595 22.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da75df0") + (property "Reference" "#PWR0101" + (at 188.595 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 188.595 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 188.595 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 188.595 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 188.595 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de8001b9-1c43-4703-99dc-5e447be89299") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") + (at 188.595 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da75eb2") + (property "Reference" "C25" + (at 188.595 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 188.595 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_R:SMD-0805" + (at 188.595 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 188.595 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 188.595 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_id" "" + (at 188.595 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bbe" + (at -53.975 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aa02712c-e2f0-4a3c-a942-fedc1211584a") + ) + (pin "2" + (uuid "b81ed989-415a-40c2-ac2c-c9e45fdd1b58") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:MIC5504-3.3YM5-Regulator_Linear-ISM02A-rescue") + (at 140.97 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7f0de") + (property "Reference" "U2" + (at 140.97 18.6182 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MIC5504-3.3YM5" + (at 140.97 20.9296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" + (at 140.97 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550X.pdf" + (at 134.62 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 140.97 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c7255e81287500b4e112ea2" + (at 140.97 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7084f1d-615f-47d9-ac0e-81df78907831") + ) + (pin "2" + (uuid "b55cf05d-785f-4aaa-ae16-0979f5bc697e") + ) + (pin "3" + (uuid "2aecb945-9635-422b-8f5a-7414e8796c39") + ) + (pin "4" + (uuid "96b525e6-2e42-426d-b139-7938d4fcb115") + ) + (pin "5" + (uuid "5148f34a-e460-4648-a77d-9e593c4a14e7") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 120.65 24.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7f99a") + (property "Reference" "#PWR0102" + (at 120.65 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 120.65 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7dd1d80a-5a60-4d08-93b5-81f4edbb0392") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") + (at 153.67 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da80313") + (property "Reference" "C24" + (at 153.67 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 153.67 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_R:SMD-0805" + (at 153.67 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 153.67 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 153.67 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_id" "" + (at 153.67 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bbe" + (at -59.69 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2dd47f0b-1fd1-4bfb-820d-48ed03c078dd") + ) + (pin "2" + (uuid "f100495b-6f92-441b-915d-b8df309b5efc") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 140.97 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da80356") + (property "Reference" "#PWR0103" + (at 140.97 43.18 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 140.97 40.64 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 140.97 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 140.97 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 140.97 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fe4dde2e-6ce8-4c8f-b9ad-e379822cfcb1") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 153.67 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da81255") + (property "Reference" "#PWR0104" + (at 153.67 43.18 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 153.67 40.64 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 153.67 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 153.67 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 153.67 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "97add239-0208-4ca5-9edb-2a17ea5641d4") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0104") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:R-Device-ISM02A-rescue") + (at 67.31 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da81670") + (property "Reference" "R1" + (at 69.088 81.3816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 67.31 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_R:SMD-0603" + (at 65.532 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 67.31 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984512875079b91f8962" + (at -24.13 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9ab8fdfe-f4c3-4cce-aa44-8b6247386f34") + ) + (pin "2" + (uuid "0de92d1e-b85f-432a-b164-bf5621c53045") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 153.67 24.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da81852") + (property "Reference" "#PWR0105" + (at 153.67 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 154.051 19.7358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 153.67 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 153.67 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "888996ba-fd82-4405-b3dd-c08c2ac607fe") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0105") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 77.47 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da81c07") + (property "Reference" "C5" + (at 80.391 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 80.391 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 78.4352 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bc2" + (at -24.13 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30a84a74-339a-465b-bbf1-78d680e668f6") + ) + (pin "2" + (uuid "2000a996-93fb-49f3-b6c1-47f9b87a5515") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 77.47 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da81ea1") + (property "Reference" "#PWR0106" + (at 77.47 85.09 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 77.47 82.55 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 77.47 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 77.47 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 77.47 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2cfc1470-8561-4b8a-8aef-e12c901f9a18") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0106") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 86.36 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da82cdf") + (property "Reference" "#PWR0107" + (at 86.36 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 86.741 64.1858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 86.36 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee75279e-c7c4-41b2-ba83-bbe905089504") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0107") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 67.31 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da82d91") + (property "Reference" "#PWR0113" + (at 67.31 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 67.691 64.1858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 67.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 67.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 67.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21ecf483-c6f8-451c-85b2-d000cc38eeb5") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0113") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 35.56 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da84ac5") + (property "Reference" "C3" + (at 38.481 95.3516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "-" + (at 38.481 97.663 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 36.5252 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 35.56 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 35.56 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2da4d7b1-5e2f-48aa-9892-3fcc5911bf56") + ) + (pin "2" + (uuid "42532f29-43e6-4720-bfbb-b9c7c4dd2bb0") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 25.4 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da84b07") + (property "Reference" "C1" + (at 28.321 95.3516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "-" + (at 28.321 97.663 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 26.3652 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "868a1d77-67fc-479a-b62e-6dc5182051e8") + ) + (pin "2" + (uuid "317310ea-ac4a-42d9-9e2e-0973ab5801b7") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 25.4 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da84d17") + (property "Reference" "#PWR0108" + (at 25.4 107.95 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 25.4 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 25.4 101.6 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 25.4 101.6 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 25.4 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7fb41b96-379e-4827-9a3d-22c28ae1d438") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0108") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 35.56 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da84d72") + (property "Reference" "#PWR0109" + (at 35.56 107.95 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 35.56 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 35.56 101.6 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 35.56 101.6 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 35.56 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1a5b43f-3587-4bfe-a0c0-cf0fa1976194") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0109") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 96.52 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da87f73") + (property "Reference" "J3" + (at 53.34 96.52 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 93.1926 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 96.52 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 96.52 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fb2cce7f-f7db-4091-b0f4-3758ae26b597") + ) + (pin "2" + (uuid "3f1acb47-79ba-4db5-be9c-66c8ef570a2a") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 114.3 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da87f8e") + (property "Reference" "C7" + (at 117.221 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47nF" + (at 117.221 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 115.2652 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "X7R 1% 16V" + (at 114.3 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad51cf128750448eca18d8" + (at -24.13 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4d795ab-99b6-467d-9f5b-f6e398c7a1d4") + ) + (pin "2" + (uuid "1b37ad14-14a4-4010-a15f-bc5f64fd9d65") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 124.46 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da87fe8") + (property "Reference" "C9" + (at 127.381 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47pF" + (at 127.381 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 125.4252 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 124.46 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 124.46 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 5% 50V" + (at 124.46 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad5314128750448eca18f7" + (at -24.13 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2a1bdda-e59f-4d09-a342-f5565c15f67a") + ) + (pin "2" + (uuid "ced43fed-c413-414a-97ca-88acb8cc6a92") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") + (at 133.35 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8809f") + (property "Reference" "L4" + (at 134.6962 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47nH" + (at 134.6962 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Inductor_SMD:L_0402_1005Metric" + (at 133.35 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 133.35 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "LQW15AN47NJ00D" + (at 133.35 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad56ba128750448eca1968" + (at -24.13 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f2a1cbb-58ee-41bf-839d-fcb83af76298") + ) + (pin "2" + (uuid "799fbce5-e46b-4b19-aab8-3077e893594c") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") + (at 120.65 96.52 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da88141") + (property "Reference" "L3" + (at 120.65 91.694 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0R" + (at 120.65 94.0054 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0402_1005Metric" + (at 120.65 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984512875079b91f8949" + (at 218.44 241.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a244c08c-b5cc-49fe-82d9-1f0ec30fbaed") + ) + (pin "2" + (uuid "1ee632f6-911e-49eb-bc01-010455326f4b") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 139.7 87.63 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da88209") + (property "Reference" "C13" + (at 139.7 81.2292 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3p3" + (at 139.7 83.5406 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 135.89 88.5952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,1pF 50V" + (at 139.7 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5cd09016128750448e45434f" + (at 50.8 -76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "593a76a8-fa5e-49d5-9505-893614aab19a") + ) + (pin "2" + (uuid "48057a06-069e-465b-a15b-84b6fe9b5d82") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") + (at 139.7 96.52 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da882aa") + (property "Reference" "L5" + (at 139.7 91.694 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2n5" + (at 139.7 94.0054 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0402_1005Metric" + (at 139.7 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "LQW15AN2N5C00D" + (at 237.49 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad56ff128750448eca1975" + (at 237.49 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "24c4a3e9-1f27-47df-be6b-20a74e5ea774") + ) + (pin "2" + (uuid "9ec48318-d45a-43e0-90b4-6554fc2b48ef") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 133.35 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da88312") + (property "Reference" "C11" + (at 136.271 100.4316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "-" + (at 136.271 102.743 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 134.3152 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 133.35 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "79cb2d34-799e-4e63-a83a-1c04252ad2ce") + ) + (pin "2" + (uuid "5cd27018-e9fa-43e8-a678-952f1fbfd1f6") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 144.78 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da88380") + (property "Reference" "C14" + (at 147.701 100.4316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5p6" + (at 147.701 102.743 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 145.7452 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 144.78 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 144.78 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,25pF 50V" + (at 144.78 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad5450128750448eca1919" + (at -24.13 204.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3e1cfbdc-77f3-46ee-b9a7-43e39d9d7cf2") + ) + (pin "2" + (uuid "24c33cda-8bab-4ca7-b9af-c034c246ad09") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 151.13 96.52 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da88461") + (property "Reference" "C15" + (at 151.13 90.1192 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "39pF" + (at 151.13 92.4306 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 147.32 97.4852 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 151.13 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 151.13 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 5% 50V" + (at 151.13 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad549f128750448eca1926" + (at 53.34 -78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d7320452-6afd-4a26-a65d-cc44c11d3ee9") + ) + (pin "2" + (uuid "fdfbeb45-e7c5-446d-ae73-bf4080da52ac") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") + (at 160.02 96.52 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da884cb") + (property "Reference" "L6" + (at 160.02 91.694 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4n7" + (at 160.02 94.0054 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0402_1005Metric" + (at 160.02 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 160.02 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "LQW15AN4N7C00D" + (at 257.81 280.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad574f128750448eca1986" + (at 257.81 280.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6caf5852-491c-4abd-bf60-23cb44c9eeec") + ) + (pin "2" + (uuid "00c36e14-b7ad-4cdb-9977-ab661ebfc455") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 166.37 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8853f") + (property "Reference" "C16" + (at 169.291 100.4316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2p2" + (at 169.291 102.743 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 167.3352 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 166.37 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,1pF 50V" + (at 166.37 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bdd" + (at -24.13 204.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a8f491bf-0a7d-442e-b3b9-ab24b3cd2449") + ) + (pin "2" + (uuid "3d235f0b-e77b-44ee-88ad-69eaf8574243") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da893d6") + (property "Reference" "#PWR0114" + (at 114.3 85.09 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.3 82.55 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be07537d-ebdb-4250-9325-c962425ec7eb") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0114") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 124.46 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da896b9") + (property "Reference" "#PWR0115" + (at 124.46 85.09 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 124.46 82.55 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 124.46 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 124.46 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 124.46 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2f1ac4b5-2590-47d6-90cb-319b1b702759") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0115") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 96.52 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8d998") + (property "Reference" "C6" + (at 99.441 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 99.441 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 97.4852 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 96.52 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bf2" + (at -24.13 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd160303-1b8f-4fdf-8560-9da820f27a9b") + ) + (pin "2" + (uuid "84da34fc-9dcc-4fc6-93a0-1618252484a5") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 96.52 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da93dcf") + (property "Reference" "#PWR0110" + (at 96.52 85.09 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 96.52 82.55 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 96.52 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 96.52 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 96.52 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1019a916-2420-441a-84fb-cb423763b249") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0110") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L_Small-Device-ISM02A-rescue") + (at 71.12 149.86 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da96124") + (property "Reference" "L1" + (at 71.12 145.161 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15uH" + (at 71.12 147.4724 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Mlab_R:SMD-0805" + (at 71.12 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 71.12 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 71.12 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "MLZ2012M150W 0805" + (at 71.12 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad55e8128750448eca1941" + (at 222.25 245.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76fff42a-ca55-4bda-91dc-a1c6af7d0cb0") + ) + (pin "2" + (uuid "6d854dc1-4aa2-40fa-a466-2b4d31d48158") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 63.5 156.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da97017") + (property "Reference" "C4" + (at 66.421 155.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "470nF" + (at 66.421 157.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 64.4652 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "X5R 10% 10V" + (at 63.5 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad50c1128750448eca18c6" + (at -24.13 313.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2a710f88-be48-4d88-8196-3d451584897e") + ) + (pin "2" + (uuid "48f93dc5-4aea-49d6-b763-d12c1c879016") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 163.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9a88b") + (property "Reference" "#PWR0111" + (at 63.5 170.18 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.5 167.64 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 63.5 163.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 63.5 163.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 63.5 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "478f557c-7ba2-4015-9922-d4c2350dda21") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0111") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 91.44 160.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9a8be") + (property "Reference" "#PWR0112" + (at 91.44 166.37 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 91.44 163.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 91.44 160.02 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 91.44 160.02 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 91.44 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d1e2e359-4c47-43e4-a576-30c8f10d693a") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0112") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C_Small-Device-ISM02A-rescue") + (at 120.65 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9bb24") + (property "Reference" "C21" + (at 120.65 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 120.65 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_R:SMD-0805" + (at 120.65 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 29.21 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 120.65 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_id" "" + (at 120.65 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bbe" + (at -59.69 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "79146976-9c84-46de-ac55-19151c4b4b18") + ) + (pin "2" + (uuid "def15481-7692-4508-9929-fe9848c55807") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9bd1b") + (property "Reference" "#PWR0123" + (at 120.65 43.18 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.65 40.64 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 120.65 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 120.65 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 120.65 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a10ee461-5b7f-4f58-9e97-6d012a73aae3") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0123") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 133.35 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daac4f4") + (property "Reference" "#PWR0116" + (at 133.35 113.03 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 133.35 110.49 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 133.35 106.68 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 133.35 106.68 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 133.35 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6918fab9-2ee7-498b-8857-5bd683318d54") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0116") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daac59f") + (property "Reference" "#PWR0117" + (at 144.78 113.03 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.78 110.49 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 144.78 106.68 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 144.78 106.68 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 144.78 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e8bff3c7-c103-49b5-a5b7-e948187c1f39") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0117") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 166.37 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daac5ea") + (property "Reference" "#PWR0118" + (at 166.37 113.03 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 166.37 110.49 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 166.37 106.68 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 166.37 106.68 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 166.37 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bbc87d96-6046-476e-9c2c-e2ec75fac5a3") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0118") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") + (at 114.3 137.16 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac2c20") + (property "Reference" "L2" + (at 115.3414 135.9916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "15nH" + (at 115.3414 138.303 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Inductor_SMD:L_0402_1005Metric" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "LQW15AN15NH00D" + (at 252.73 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad566c128750448eca1959" + (at 252.73 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc064250-3652-4e0f-a65b-f01c815a6132") + ) + (pin "2" + (uuid "76941440-e8e7-4818-be8c-59ab65841b16") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 124.46 130.81 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac2d3c") + (property "Reference" "C10" + (at 124.46 124.4092 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2p4" + (at 124.46 126.7206 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 120.65 131.7752 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 124.46 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 124.46 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,1pF 50V" + (at 124.46 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad53d8128750448eca1906" + (at -7.62 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "572b138e-d449-424a-8c57-d7970b7f5083") + ) + (pin "2" + (uuid "5e0d62fd-ba25-45f7-8790-bd1bf39c9c4b") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 133.35 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac2dca") + (property "Reference" "C12" + (at 136.271 135.9916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "-" + (at 136.271 138.303 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 134.3152 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 133.35 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "220d257b-17bb-434d-a629-5e32ef5897bf") + ) + (pin "2" + (uuid "0d4eeb01-276e-4060-b23b-6c066c60373d") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 114.3 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac31fb") + (property "Reference" "C8" + (at 117.221 147.4216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1p8" + (at 117.221 149.733 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 115.2652 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,1pF 50V" + (at 114.3 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad52a4128750448eca18e8" + (at -24.13 298.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0182c6ba-9cc4-43b4-bda4-cb7f97f2f1f1") + ) + (pin "2" + (uuid "461fbfa4-c147-40cf-a206-ac4ff9d77f81") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 160.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac356d") + (property "Reference" "#PWR0119" + (at 114.3 166.37 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.3 163.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 114.3 160.02 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 114.3 160.02 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 114.3 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3815893-73f4-4a0c-911e-8313c7faac28") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0119") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 133.35 142.24 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac35c0") + (property "Reference" "#PWR0120" + (at 133.35 148.59 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 133.35 146.05 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 133.35 142.24 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 133.35 142.24 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 133.35 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c5f45c4d-a777-44a8-85c0-7d52e1ab8b33") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0120") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 214.63 121.92 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac3b52") + (property "Reference" "C17" + (at 214.63 115.5192 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "39pF" + (at 214.63 117.8306 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 210.82 122.8852 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 214.63 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 214.63 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 5% 50V" + (at 214.63 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad549f128750448eca1926" + (at 116.84 -78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "52e58cbd-ac6c-4f3b-a3d5-c26673cdeccb") + ) + (pin "2" + (uuid "b9c1f69e-7d69-4d2b-bda5-ece6727d0705") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 222.25 127 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac3c31") + (property "Reference" "C19" + (at 225.171 125.8316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "3p3" + (at 225.171 128.143 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 221.2848 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 222.25 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 222.25 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,1pF 50V" + (at 222.25 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5cd09016128750448e45434f" + (at 430.53 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f6d82ace-9091-468f-b9a4-4e01a53ce2b0") + ) + (pin "2" + (uuid "fabbb22a-d254-4b6c-a258-3f31e4649257") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:L-Device-ISM02A-rescue") + (at 229.87 121.92 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac3db8") + (property "Reference" "L7" + (at 229.87 117.094 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "9n1" + (at 229.87 119.4054 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0402_1005Metric" + (at 229.87 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 229.87 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "LQW15AN9N1H00D" + (at 327.66 337.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad5789128750448eca1995" + (at 327.66 337.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2152d19e-04c8-434a-9fc5-951b2441fe82") + ) + (pin "2" + (uuid "0dd7a3d0-ec4d-4102-96f7-7528b33ee63c") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "L7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:C-Device-ISM02A-rescue") + (at 237.49 127 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac4d3c") + (property "Reference" "C22" + (at 240.411 125.8316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "3p3" + (at 240.411 128.143 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 236.5248 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 237.49 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "C0G 0,1pF 50V" + (at 237.49 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5cd09016128750448e45434f" + (at 461.01 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9403951-c0f0-438b-b82d-c74b42858913") + ) + (pin "2" + (uuid "f8ccce7c-aefb-4bfe-b3f6-e19e15c08664") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 102.87 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadc832") + (property "Reference" "J4" + (at 53.34 102.87 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 99.5426 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 102.87 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 102.87 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc644249-5bee-41ac-9a62-c1101db7b9e2") + ) + (pin "2" + (uuid "dd33ee7f-1a07-4e91-92d2-133ca79863fa") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadc89a") + (property "Reference" "J5" + (at 53.34 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 102.0826 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "313e9224-f0ff-4723-99ca-1439f32121c1") + ) + (pin "2" + (uuid "7bea72c2-20bd-4bf9-bf89-3371389fc9a9") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 107.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadc8f6") + (property "Reference" "J6" + (at 53.34 107.95 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 104.6226 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 107.95 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 107.95 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d6c5318f-ee64-4da2-8d83-74e041d33be7") + ) + (pin "2" + (uuid "d50a39e4-422f-4fb1-98fc-2dd74ec9e380") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 110.49 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadc958") + (property "Reference" "J7" + (at 53.34 110.49 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 107.1626 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 110.49 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 110.49 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "17b11bc4-ff86-4168-91fb-4a315c6faf2a") + ) + (pin "2" + (uuid "a625b560-12e9-4607-af68-da1babfd371f") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 120.65 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadc9bc") + (property "Reference" "J8" + (at 53.34 120.65 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 117.3226 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 120.65 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 120.65 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1864e9ae-14c7-4855-9abb-f3adf931c48c") + ) + (pin "2" + (uuid "31881a4b-f795-4665-a3ca-16ab3066e6e2") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 123.19 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadca34") + (property "Reference" "J9" + (at 53.34 123.19 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 119.8626 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 123.19 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 123.19 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ea6b19b7-f413-4484-b49d-8e2fc298755f") + ) + (pin "2" + (uuid "eaadb886-2340-4914-8897-540ac1b90554") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 125.73 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadca98") + (property "Reference" "J10" + (at 53.34 125.73 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 122.4026 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 125.73 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef3f28bb-4707-4e7c-9b6a-a1c69ae7fdb0") + ) + (pin "2" + (uuid "b82d3ba8-89a1-4267-837d-df85a7014ae9") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 59.69 128.27 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadcafe") + (property "Reference" "J11" + (at 53.34 128.27 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 61.7474 124.9426 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 59.69 128.27 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 128.27 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 59.69 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3917fce6-63fb-4d27-b6c8-5bfff04c394d") + ) + (pin "2" + (uuid "e8b511b1-db9d-40a2-b4c5-50b3bef29689") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 222.25 132.08 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae8e92") + (property "Reference" "#PWR0124" + (at 222.25 138.43 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 222.25 135.89 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 222.25 132.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 222.25 132.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 222.25 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8bf3aa67-f68f-4f8f-8370-ba0917b287a0") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0124") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 237.49 132.08 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae8f36") + (property "Reference" "#PWR0125" + (at 237.49 138.43 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 237.49 135.89 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 237.49 132.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 237.49 132.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 237.49 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b72f27db-b575-4fe8-a490-3dd60bae7597") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0125") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 246.38 128.27 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db0c15b") + (property "Reference" "#PWR0126" + (at 246.38 134.62 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 246.38 132.08 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 246.38 128.27 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 246.38 128.27 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 246.38 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dbb9634b-0627-4f50-a3ec-48fa3cebd22e") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0126") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:Crystal_GND24-Device-ISM02A-rescue") + (at 48.26 87.63 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db3724c") + (property "Reference" "Y1" + (at 54.3814 86.4616 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "32MHz" + (at 54.3814 88.773 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Mlab_XTAL:Crystal_SMD_NX2016SA" + (at 48.26 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFPN" "NX2016SA-32M-EXS00A-CS06465" + (at 48.26 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5dad592b128750448eca19b2" + (at -40.64 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "73ab3eaa-4a17-4175-9545-dcdfa230975d") + ) + (pin "2" + (uuid "855e0960-7c27-4c35-9da2-660a1e9a48b0") + ) + (pin "3" + (uuid "788ca34d-0fe6-41c5-a987-a26c1ae62a3e") + ) + (pin "4" + (uuid "87110242-44a2-4cc2-8cf0-f483419c5735") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "Y1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db58f1e") + (property "Reference" "#PWR0132" + (at 43.18 107.95 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 43.18 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 43.18 101.6 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 43.18 101.6 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 43.18 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e79b8924-35d6-4563-afee-82ec8aba14fc") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0132") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 168.91 22.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "04957bbe-f02d-4492-a435-4b078d540cfe") + (property "Reference" "J2" + (at 175.26 22.86 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 166.8526 26.1874 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 168.91 22.86 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 168.91 22.86 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 168.91 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7a46da61-1a91-4b07-98a0-befc9293bc2e") + ) + (pin "2" + (uuid "6616c3a5-ddbf-4d80-87e6-941480ddb5f4") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 168.91 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "0d99e635-edcd-4271-9166-760ba1cbe121") + (property "Reference" "J15" + (at 175.26 27.94 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 166.8526 31.2674 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 168.91 27.94 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 168.91 27.94 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 168.91 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a0494091-a3d0-43f6-b34a-7dae1f07b7b5") + ) + (pin "2" + (uuid "d5576dca-4fb3-44d1-8822-0f80c5be3475") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "ISM02A-rescue:HEADER_2x01_PARALLEL-MLAB_HEADER") + (at 168.91 25.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5f0a40cb-3afe-432c-bba8-05e0afefaf7c") + (property "Reference" "J13" + (at 175.26 25.4 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "HEADER_2x01_PARALLEL" + (at 166.8526 28.7274 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Footprint" "Mlab_Pin_Headers:Straight_2x01" + (at 168.91 25.4 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 168.91 25.4 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 168.91 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "acc42774-7263-4872-a39e-b084540788bb") + ) + (pin "2" + (uuid "7c7971ec-792b-4bb0-8e80-45364bcc349e") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "J13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 193.04 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9eb5d852-8ece-4b0a-bdc4-48fcdb78ecfe") + (property "Reference" "#PWR01" + (at 193.04 144.78 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 193.04 142.24 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 193.04 138.43 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 193.04 138.43 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 193.04 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "58572db6-50f8-40e8-8758-c525d7d4e161") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 161.29 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9f93ae81-a0a4-4590-9302-c863a30d1058") + (property "Reference" "#PWR0121" + (at 161.29 43.18 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 161.29 40.64 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 161.29 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 161.29 36.83 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 161.29 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6d115a5e-3a6a-42dd-8f5f-fd6b525c216e") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR0121") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 210.82 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "af4624f3-4117-4d8a-94d5-cdea0d50f4be") + (property "Reference" "#PWR05" + (at 210.82 161.29 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 210.82 158.75 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "" + (at 210.82 154.94 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 210.82 154.94 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 210.82 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "47709840-2f1e-4400-ab44-7360fd5c844e") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 210.82 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b327dba9-1654-4985-bb21-01143437b9a3") + (property "Reference" "C18" + (at 213.7411 148.7106 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 213.741 151.009 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 211.7852 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 210.82 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 210.82 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984812875079b91f8bec" + (at 210.82 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "04a66ca2-ac71-446d-bed0-42bb19a1fa90") + ) + (pin "2" + (uuid "d48c871b-2e8e-4c56-8255-9f17092c80b9") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "C18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MLAB_IO:PE4259") + (at 193.04 124.46 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d5b16bba-6de8-45db-b493-dfea34cb144c") + (property "Reference" "U3" + (at 193.04 110.0898 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PE4259" + (at 193.04 112.3885 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" + (at 193.04 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.psemi.com/pdf/datasheets/pe4259ds.pdf" + (at 194.31 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 193.04 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5face19b12875025b3977e15" + (at 193.04 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "65916689-d370-4828-85a9-9b7b367e1b3f") + ) + (pin "2" + (uuid "93f54a90-e861-4755-9a89-e32a54ce7de6") + ) + (pin "3" + (uuid "b40cfae3-331e-4919-854a-64e4b6ee67d6") + ) + (pin "4" + (uuid "0c18c864-5614-4e3d-9596-8e181b176d8f") + ) + (pin "5" + (uuid "15472fad-27c7-4a5e-8327-0aadb05fbdfe") + ) + (pin "6" + (uuid "2e1c4dbf-f621-48a3-a4ca-f40679ae4d4a") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 207.01 111.76 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f27cfdde-84b1-4904-bddc-8bf971fcd1ef") + (property "Reference" "#PWR04" + (at 207.01 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 207.391 107.3658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 207.01 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 207.01 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 207.01 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1c6e8f5-6439-48c1-950e-0f3d798bac10") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 220.98 144.78 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "fd608dde-7b8a-4217-a530-5ef4e2503818") + (property "Reference" "R2" + (at 220.98 139.5538 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 220.98 141.853 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Mlab_R:SMD-0603" + (at 220.98 146.558 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 220.98 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "UST_ID" "5c70984512875079b91f8956" + (at 220.98 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "735ba10b-1a65-4741-856a-0bab16d51e8e") + ) + (pin "2" + (uuid "953be833-c633-4360-9095-e3db14463d27") + ) + (instances + (project "ISM02B" + (path "/27f8c506-0906-4b2f-bdfa-42381a839c1f" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) ) diff --git a/hw/sch_pcb/ISM02B.kicad_pro b/hw/sch_pcb/ISM02B.kicad_pro deleted file mode 100644 index 188b96f..0000000 --- a/hw/sch_pcb/ISM02B.kicad_pro +++ /dev/null @@ -1,525 +0,0 @@ -{ - "board": { - "3dviewports": [], - "design_settings": { - "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, - "copper_text_italic": false, - "copper_text_size_h": 1.5, - "copper_text_size_v": 1.5, - "copper_text_thickness": 0.3, - "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, - "dimension_precision": 4, - "dimension_units": 3, - "dimensions": { - "arrow_length": 1270000, - "extension_offset": 500000, - "keep_text_aligned": true, - "suppress_zeroes": false, - "text_position": 0, - "units_format": 1 - }, - "fab_line_width": 0.09999999999999999, - "fab_text_italic": false, - "fab_text_size_h": 1.0, - "fab_text_size_v": 1.0, - "fab_text_thickness": 0.15, - "fab_text_upright": false, - "other_line_width": 0.09999999999999999, - "other_text_italic": false, - "other_text_size_h": 1.0, - "other_text_size_v": 1.0, - "other_text_thickness": 0.15, - "other_text_upright": false, - "pads": { - "drill": 0.762, - "height": 1.524, - "width": 1.524 - }, - "silk_line_width": 0.12, - "silk_text_italic": false, - "silk_text_size_h": 1.0, - "silk_text_size_v": 1.0, - "silk_text_thickness": 0.15, - "silk_text_upright": false, - "zones": { - "45_degree_only": false, - "min_clearance": 0.254 - } - }, - "diff_pair_dimensions": [ - { - "gap": 0.0, - "via_gap": 0.0, - "width": 0.0 - } - ], - "drc_exclusions": [], - "meta": { - "filename": "board_design_settings.json", - "version": 2 - }, - "rule_severities": { - "annular_width": "error", - "clearance": "error", - "connection_width": "warning", - "copper_edge_clearance": "error", - "copper_sliver": "warning", - "courtyards_overlap": "error", - "diff_pair_gap_out_of_range": "error", - "diff_pair_uncoupled_length_too_long": "error", - "drill_out_of_range": "error", - "duplicate_footprints": "warning", - "extra_footprint": "warning", - "footprint": "error", - "footprint_type_mismatch": "ignore", - "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", - "missing_footprint": "warning", - "net_conflict": "warning", - "npth_inside_courtyard": "ignore", - "padstack": "error", - "pth_inside_courtyard": "ignore", - "shorting_items": "error", - "silk_edge_clearance": "warning", - "silk_over_copper": "error", - "silk_overlap": "error", - "skew_out_of_range": "error", - "solder_mask_bridge": "error", - "starved_thermal": "error", - "text_height": "warning", - "text_thickness": "warning", - "through_hole_pad_without_hole": "error", - "too_many_vias": "error", - "track_dangling": "warning", - "track_width": "error", - "tracks_crossing": "error", - "unconnected_items": "error", - "unresolved_variable": "error", - "via_dangling": "warning", - "zones_intersect": "error" - }, - "rule_severitieslegacy_courtyards_overlap": true, - "rule_severitieslegacy_no_courtyard_defined": false, - "rules": { - "allow_blind_buried_vias": false, - "allow_microvias": false, - "max_error": 0.005, - "min_clearance": 0.0, - "min_connection": 0.0, - "min_copper_edge_clearance": 0.5, - "min_hole_clearance": 0.0, - "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_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": [ - 0.0 - ], - "via_dimensions": [ - { - "diameter": 0.0, - "drill": 0.0 - } - ], - "zones_allow_external_fillets": false, - "zones_use_no_outline": true - }, - "layer_presets": [], - "viewports": [] - }, - "boards": [], - "cvpcb": { - "equivalence_files": [] - }, - "erc": { - "erc_exclusions": [], - "meta": { - "version": 0 - }, - "pin_map": [ - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 2, - 0, - 1, - 0, - 0, - 1, - 0, - 2, - 2, - 2, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 1, - 0, - 1, - 2 - ], - [ - 0, - 1, - 0, - 0, - 0, - 0, - 1, - 1, - 2, - 1, - 1, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 2 - ], - [ - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 1, - 1, - 1, - 2 - ], - [ - 0, - 0, - 0, - 1, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 2, - 1, - 2, - 0, - 0, - 1, - 0, - 2, - 2, - 2, - 2 - ], - [ - 0, - 2, - 0, - 1, - 0, - 0, - 1, - 0, - 2, - 0, - 0, - 2 - ], - [ - 0, - 2, - 1, - 1, - 0, - 0, - 1, - 0, - 2, - 0, - 0, - 2 - ], - [ - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2 - ] - ], - "rule_severities": { - "bus_definition_conflict": "error", - "bus_entry_needed": "error", - "bus_to_bus_conflict": "error", - "bus_to_net_conflict": "error", - "conflicting_netclasses": "error", - "different_unit_footprint": "error", - "different_unit_net": "error", - "duplicate_reference": "error", - "duplicate_sheet_names": "error", - "endpoint_off_grid": "warning", - "extra_units": "error", - "global_label_dangling": "warning", - "hier_label_mismatch": "error", - "label_dangling": "error", - "lib_symbol_issues": "warning", - "missing_bidi_pin": "warning", - "missing_input_pin": "warning", - "missing_power_pin": "error", - "missing_unit": "warning", - "multiple_net_names": "warning", - "net_not_bus_member": "warning", - "no_connect_connected": "warning", - "no_connect_dangling": "warning", - "pin_not_connected": "error", - "pin_not_driven": "error", - "pin_to_pin": "warning", - "power_pin_not_driven": "error", - "similar_labels": "warning", - "simulation_model_issue": "ignore", - "unannotated": "error", - "unit_value_mismatch": "error", - "unresolved_variable": "error", - "wire_dangling": "error" - } - }, - "libraries": { - "pinned_footprint_libs": [], - "pinned_symbol_libs": [] - }, - "meta": { - "filename": "ISM02B.kicad_pro", - "version": 1 - }, - "net_settings": { - "classes": [ - { - "bus_width": 12, - "clearance": 0.25, - "diff_pair_gap": 0.25, - "diff_pair_via_gap": 0.25, - "diff_pair_width": 0.4, - "line_style": 0, - "microvia_diameter": 0.4, - "microvia_drill": 0.2, - "name": "Default", - "pcb_color": "rgba(0, 0, 0, 0.000)", - "schematic_color": "rgba(0, 0, 0, 0.000)", - "track_width": 0.25, - "via_diameter": 0.6, - "via_drill": 0.3, - "wire_width": 6 - }, - { - "bus_width": 12, - "clearance": 0.4, - "diff_pair_gap": 0.25, - "diff_pair_via_gap": 0.25, - "diff_pair_width": 0.4, - "line_style": 0, - "microvia_diameter": 0.4, - "microvia_drill": 0.2, - "name": "MLAB_power", - "pcb_color": "rgba(0, 0, 0, 0.000)", - "schematic_color": "rgba(0, 0, 0, 0.000)", - "track_width": 0.7, - "via_diameter": 0.8, - "via_drill": 0.6, - "wire_width": 6 - } - ], - "meta": { - "version": 3 - }, - "net_colors": null, - "netclass_assignments": null, - "netclass_patterns": [] - }, - "pcbnew": { - "last_paths": { - "gencad": "", - "idf": "", - "netlist": "ISM02A.net", - "specctra_dsn": "", - "step": "", - "vrml": "" - }, - "page_layout_descr_file": "../../doc/assets/templates/KiCAD/page_layout.kicad_wks" - }, - "schematic": { - "annotate_start_num": 0, - "drawing": { - "dashed_lines_dash_length_ratio": 12.0, - "dashed_lines_gap_length_ratio": 3.0, - "default_bus_thickness": 12.0, - "default_junction_size": 40.0, - "default_line_thickness": 6.0, - "default_text_size": 60.0, - "default_wire_thickness": 6.0, - "field_names": [], - "intersheets_ref_own_page": false, - "intersheets_ref_prefix": "", - "intersheets_ref_short": false, - "intersheets_ref_show": false, - "intersheets_ref_suffix": "", - "junction_size_choice": 3, - "label_size_ratio": 0.3, - "pin_symbol_size": 25.0, - "text_offset_ratio": 0.3 - }, - "legacy_lib_dir": "", - "legacy_lib_list": [], - "meta": { - "version": 1 - }, - "net_format_name": "", - "ngspice": { - "fix_include_paths": true, - "fix_passive_vals": false, - "meta": { - "version": 0 - }, - "model_mode": 0, - "workbook_filename": "" - }, - "page_layout_descr_file": "../../doc/assets/templates/KiCAD/page_layout.kicad_wks", - "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 - }, - "sheets": [ - [ - "27f8c506-0906-4b2f-bdfa-42381a839c1f", - "" - ] - ], - "text_variables": {} -}