From bd452d2d5cb260e103a3ee77c7e96b3d3a2d32c3 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sun, 27 Feb 2022 23:20:57 +0200 Subject: [PATCH] init --- .gitignore | 29 + README.md | 5 + lora_dongle.kicad_pcb | 2 + lora_dongle.kicad_pro | 326 +++++ lora_dongle.kicad_sch | 2895 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 3257 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 lora_dongle.kicad_pcb create mode 100644 lora_dongle.kicad_pro create mode 100644 lora_dongle.kicad_sch diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a63bc0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv diff --git a/README.md b/README.md new file mode 100644 index 0000000..f95f44b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# LoRa Dongle + +LoRa Radio dongle that you can connect via USB to your computer + +Uses RFM95W Radio and STM32F103 (Blue Pill) MCU diff --git a/lora_dongle.kicad_pcb b/lora_dongle.kicad_pcb new file mode 100644 index 0000000..28b47a1 --- /dev/null +++ b/lora_dongle.kicad_pcb @@ -0,0 +1,2 @@ +(kicad_pcb (version 20211014) (generator pcbnew) +) \ No newline at end of file diff --git a/lora_dongle.kicad_pro b/lora_dongle.kicad_pro new file mode 100644 index 0000000..36d7e55 --- /dev/null +++ b/lora_dongle.kicad_pro @@ -0,0 +1,326 @@ +{ + "board": { + "design_settings": { + "defaults": { + "board_outline_line_width": 0.1, + "copper_line_width": 0.2, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "other_line_width": 0.15, + "silk_line_width": 0.15, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.15 + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "rules": { + "min_copper_edge_clearance": 0.0, + "solder_mask_clearance": 0.0, + "solder_mask_min_width": 0.0 + }, + "track_widths": [], + "via_dimensions": [] + }, + "layer_presets": [] + }, + "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_label_syntax": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "lora_dongle.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12.0, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.25, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6.0 + } + ], + "meta": { + "version": 2 + }, + "net_colors": null + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "specctra_dsn": "", + "step": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "drawing": { + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, + "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": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "spice_external_command": "spice \"%I\"", + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", + "" + ] + ], + "text_variables": {} +} diff --git a/lora_dongle.kicad_sch b/lora_dongle.kicad_sch new file mode 100644 index 0000000..7d46de6 --- /dev/null +++ b/lora_dongle.kicad_sch @@ -0,0 +1,2895 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) + + (paper "A4") + + (title_block + (title "LoRa Dongle") + (date "2022-02-27") + (rev "1") + ) + + (lib_symbols + (symbol "Connector:Conn_ARM_JTAG_SWD_10" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -2.54 16.51 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_ARM_JTAG_SWD_10" (id 1) (at -2.54 13.97 0) + (effects (font (size 1.27 1.27)) (justify right bottom)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf" (id 3) (at -8.89 -31.75 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Cortex Debug Connector ARM SWD JTAG" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Cortex Debug Connector, standard ARM Cortex-M SWD and JTAG interface" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "PinHeader?2x05?P1.27mm*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_ARM_JTAG_SWD_10_0_1" + (rectangle (start -10.16 12.7) (end 10.16 -12.7) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -2.794 -12.7) (end -2.286 -11.684) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -0.254 -12.7) (end 0.254 -11.684) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -0.254 12.7) (end 0.254 11.684) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 9.144 2.286) (end 10.16 2.794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 10.16 -2.794) (end 9.144 -2.286) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 10.16 -0.254) (end 9.144 0.254) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 10.16 7.874) (end 9.144 7.366) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "Conn_ARM_JTAG_SWD_10_1_1" + (rectangle (start 9.144 -5.334) (end 10.16 -4.826) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin power_in line (at 0 15.24 270) (length 2.54) + (name "VTref" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector line (at 12.7 7.62 180) (length 2.54) + (name "~{RESET}" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 0 180) (length 2.54) + (name "SWDIO/TMS" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -15.24 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 2.54 180) (length 2.54) + (name "SWDCLK/TCK" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -15.24 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -2.54 180) (length 2.54) + (name "SWO/TDO" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -10.16 0 0) (length 2.54) hide + (name "KEY" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 -5.08 180) (length 2.54) + (name "NC/TDI" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -15.24 90) (length 2.54) + (name "GNDDetect" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector:USB_B_Micro" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_B_Micro" (id 1) (at -5.08 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector USB micro" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "USB Micro Type B connector" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_B_Micro_0_1" + (rectangle (start -5.08 -7.62) (end 5.08 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -3.81 2.159) (radius 0.635) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center -0.635 3.429) (radius 0.381) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.127 -7.62) (end 0.127 -6.858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.905 2.159) + (xy 0.635 2.159) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 2.159) + (xy -2.54 2.159) + (xy -1.27 3.429) + (xy -0.635 3.429) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.159) + (xy -1.905 2.159) + (xy -1.27 0.889) + (xy 0 0.889) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 2.794) + (xy 0.635 1.524) + (xy 1.905 2.159) + (xy 0.635 2.794) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (polyline + (pts + (xy -4.318 5.588) + (xy -1.778 5.588) + (xy -2.032 4.826) + (xy -4.064 4.826) + (xy -4.318 5.588) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (polyline + (pts + (xy -4.699 5.842) + (xy -4.699 5.588) + (xy -4.445 4.826) + (xy -4.445 4.572) + (xy -1.651 4.572) + (xy -1.651 4.826) + (xy -1.397 5.588) + (xy -1.397 5.842) + (xy -4.699 5.842) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 0.254 1.27) (end -0.508 0.508) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 5.08 -5.207) (end 4.318 -4.953) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -2.667) (end 4.318 -2.413) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -0.127) (end 4.318 0.127) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 4.953) (end 4.318 5.207) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "USB_B_Micro_1_1" + (pin power_out line (at 7.62 5.08 180) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 7.62 -2.54 180) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 7.62 0 180) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 2.54) + (name "ID" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -10.16 90) (length 2.54) + (name "Shield" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:Crystal_Small" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "Y" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Crystal_Small" (id 1) (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Two pin crystal, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Crystal_Small_0_1" + (rectangle (start -0.762 -1.524) (end 0.762 1.524) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -0.762) + (xy -1.27 0.762) + ) + (stroke (width 0.381) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -0.762) + (xy 1.27 0.762) + ) + (stroke (width 0.381) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "Crystal_Small_1_1" + (pin passive line (at -2.54 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 2.54 0 180) (length 1.27) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LED" (id 1) (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "LED diode" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Light emitting diode" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 0) + (xy 1.27 0) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.27) + (xy 1.27 1.27) + (xy -1.27 0) + (xy 1.27 -1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_Small_0_1" + (rectangle (start -0.762 1.778) (end 0.762 -1.778) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "R_Small_1_1" + (pin passive line (at 0 2.54 270) (length 0.762) + (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.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Jumper:SolderJumper_2_Bridged" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "JP" (id 0) (at 0 2.032 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "SolderJumper_2_Bridged" (id 1) (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "solder jumper SPST" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Solder Jumper, 2-pole, closed/bridged" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SolderJumper*Bridged*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "SolderJumper_2_Bridged_0_1" + (rectangle (start -0.508 0.508) (end 0.508 -0.508) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (arc (start -0.254 1.016) (mid -1.27 0) (end -0.254 -1.016) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start -0.254 1.016) (mid -1.27 0) (end -0.254 -1.016) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (polyline + (pts + (xy -0.254 1.016) + (xy -0.254 -1.016) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.254 1.016) + (xy 0.254 -1.016) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0.254 -1.016) (mid 1.27 0) (end 0.254 1.016) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0.254 -1.016) (mid 1.27 0) (end 0.254 1.016) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + ) + (symbol "SolderJumper_2_Bridged_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "B" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "MCU_ST_STM32F1:STM32F103CBTx" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -15.24 36.83 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "STM32F103CBTx" (id 1) (at 7.62 36.83 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (id 2) (at -15.24 -35.56 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00161566.pdf" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "ARM Cortex-M3 STM32F1 STM32F103" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "ARM Cortex-M3 MCU, 128KB flash, 20KB RAM, 72MHz, 2-3.6V, 37 GPIO, LQFP-48" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LQFP*7x7mm*P0.5mm*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "STM32F103CBTx_0_1" + (rectangle (start -15.24 -35.56) (end 12.7 35.56) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "STM32F103CBTx_1_1" + (pin power_in line (at -5.08 38.1 270) (length 2.54) + (name "VBAT" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 5.08 180) (length 2.54) + (name "PA0" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 2.54 180) (length 2.54) + (name "PA1" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 0 180) (length 2.54) + (name "PA2" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) + (name "PA3" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) + (name "PA4" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -7.62 180) (length 2.54) + (name "PA5" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -10.16 180) (length 2.54) + (name "PA6" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -12.7 180) (length 2.54) + (name "PA7" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 5.08 0) (length 2.54) + (name "PB0" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 2.54 0) (length 2.54) + (name "PB1" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 15.24 0) (length 2.54) + (name "PC13" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 0 0) (length 2.54) + (name "PB2" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -20.32 0) (length 2.54) + (name "PB10" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -22.86 0) (length 2.54) + (name "PB11" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -5.08 -38.1 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 38.1 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -25.4 0) (length 2.54) + (name "PB12" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -27.94 0) (length 2.54) + (name "PB13" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -30.48 0) (length 2.54) + (name "PB14" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -33.02 0) (length 2.54) + (name "PB15" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -15.24 180) (length 2.54) + (name "PA8" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 12.7 0) (length 2.54) + (name "PC14" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -17.78 180) (length 2.54) + (name "PA9" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -20.32 180) (length 2.54) + (name "PA10" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -22.86 180) (length 2.54) + (name "PA11" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -25.4 180) (length 2.54) + (name "PA12" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -27.94 180) (length 2.54) + (name "PA13" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -38.1 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 38.1 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -30.48 180) (length 2.54) + (name "PA14" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -33.02 180) (length 2.54) + (name "PA15" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -2.54 0) (length 2.54) + (name "PB3" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 10.16 0) (length 2.54) + (name "PC15" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -5.08 0) (length 2.54) + (name "PB4" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -7.62 0) (length 2.54) + (name "PB5" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -10.16 0) (length 2.54) + (name "PB6" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -12.7 0) (length 2.54) + (name "PB7" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 27.94 0) (length 2.54) + (name "BOOT0" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -15.24 0) (length 2.54) + (name "PB8" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -17.78 0) (length 2.54) + (name "PB9" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -38.1 90) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 38.1 270) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 22.86 0) (length 2.54) + (name "PD0" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 20.32 0) (length 2.54) + (name "PD1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 33.02 0) (length 2.54) + (name "NRST" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -38.1 90) (length 2.54) + (name "VSSA" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 5.08 38.1 270) (length 2.54) + (name "VDDA" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Power_Protection:SRV05-4" (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "SRV05-4" (id 1) (at 2.54 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (id 2) (at 17.78 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.onsemi.com/pub/Collateral/SRV05-4-D.PDF" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "ESD protection diodes" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "ESD Protection Diodes with Low Clamping Voltage, SOT-23-6" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "SRV05-4_0_0" + (rectangle (start -5.715 6.477) (end 5.715 -6.604) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 -6.604) + (xy -3.175 6.477) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.175 6.477) + (xy 3.175 -6.604) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "SRV05-4_0_1" + (rectangle (start -7.62 10.16) (end 7.62 -10.16) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -5.715 -2.54) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center -3.175 -6.604) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center -3.175 2.54) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center -3.175 6.477) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center 0 -6.604) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (polyline + (pts + (xy -7.747 2.54) + (xy -3.175 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -7.62 -2.54) + (xy -5.715 -2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -3.81) + (xy -6.35 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 5.08) + (xy -6.35 5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -3.81) + (xy -3.81 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 5.08) + (xy -3.81 5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 10.16) + (xy 0 -10.16) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.81 -3.81) + (xy 2.54 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.81 5.08) + (xy 2.54 5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 6.35 -3.81) + (xy 5.08 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 6.35 5.08) + (xy 5.08 5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 3.175 -2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 2.54) + (xy 5.715 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 0.889) + (xy -0.635 0.889) + (xy -0.635 0.635) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -5.08) + (xy -6.35 -5.08) + (xy -5.715 -3.81) + (xy -5.08 -5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 3.81) + (xy -6.35 3.81) + (xy -5.715 5.08) + (xy -5.08 3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -5.08) + (xy -3.81 -5.08) + (xy -3.175 -3.81) + (xy -2.54 -5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 3.81) + (xy -3.81 3.81) + (xy -3.175 5.08) + (xy -2.54 3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 -0.381) + (xy -0.635 -0.381) + (xy 0 0.889) + (xy 0.635 -0.381) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.81 -5.08) + (xy 2.54 -5.08) + (xy 3.175 -3.81) + (xy 3.81 -5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.81 3.81) + (xy 2.54 3.81) + (xy 3.175 5.08) + (xy 3.81 3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 6.35 -5.08) + (xy 5.08 -5.08) + (xy 5.715 -3.81) + (xy 6.35 -5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 6.35 3.81) + (xy 5.08 3.81) + (xy 5.715 5.08) + (xy 6.35 3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center 0 6.477) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center 3.175 -6.604) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center 3.175 -2.54) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center 3.175 6.477) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (circle (center 5.715 2.54) (radius 0.2794) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + ) + (symbol "SRV05-4_1_1" + (pin passive line (at -12.7 2.54 0) (length 5.08) + (name "IO1" (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 "VN" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 -2.54 0) (length 5.08) + (name "IO2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 2.54 180) (length 5.08) + (name "IO3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 12.7 270) (length 2.54) + (name "VP" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 -2.54 180) (length 5.08) + (name "IO4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "RF_Module:RFM95W-868S2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -10.414 11.684 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "RFM95W-868S2" (id 1) (at 1.524 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at -83.82 41.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf" (id 3) (at -83.82 41.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Low power long range transceiver module" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Low power long range transceiver module, SPI and parallel interface, 868 MHz, spreading factor 6 to12, bandwith 7.8 to 500kHz, -111 to -148 dBm, SMD-16, DIP-16" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "HOPERF*RFM9XW*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "RFM95W-868S2_0_1" + (rectangle (start -10.16 10.16) (end 10.16 -12.7) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "RFM95W-868S2_1_1" + (pin power_in line (at -2.54 -15.24 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -15.24 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -2.54 180) (length 2.54) + (name "DIO3" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 0 180) (length 2.54) + (name "DIO4" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 12.7 270) (length 2.54) + (name "3.3V" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) + (name "DIO0" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -7.62 180) (length 2.54) + (name "DIO1" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -5.08 180) (length 2.54) + (name "DIO2" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -12.7 2.54 0) (length 2.54) + (name "MISO" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 2.54) + (name "MOSI" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 7.62 0) (length 2.54) + (name "SCK" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 2.54) + (name "NSS" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 -5.08 0) (length 2.54) + (name "RESET" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 2.54 180) (length 2.54) + (name "DIO5" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -15.24 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 7.62 180) (length 2.54) + (name "ANT" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Regulator_Linear:AMS1117-3.3" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -3.81 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "AMS1117-3.3" (id 1) (at 0 3.175 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (id 2) (at 0 5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (id 3) (at 2.54 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "linear regulator ldo fixed positive" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?223*TabPin2*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AMS1117-3.3_0_1" + (rectangle (start -5.08 -5.08) (end 5.08 1.905) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "AMS1117-3.3_1_1" + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 7.62 0 180) (length 2.54) + (name "VO" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 0 0) (length 2.54) + (name "VI" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "SW" (id 0) (at 1.27 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "SW_Push" (id 1) (at 0 -1.524 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "switch normally-open pushbutton push-button" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Push button switch, generic, two pins" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "SW_Push_0_1" + (circle (center -2.032 0) (radius 0.508) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 1.27) + (xy 0 3.048) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 1.27) + (xy -2.54 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center 2.032 0) (radius 0.508) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 0 0) (length 2.54) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 5.08 0 180) (length 2.54) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (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) (color 0 0 0 0)) + (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)))) + ) + ) + ) + (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 0 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "VCC_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 148.59 36.83) (diameter 0) (color 0 0 0 0) + (uuid 304a6df0-bc4a-4529-88cc-a643af3898e3) + ) + (junction (at 148.59 118.11) (diameter 0) (color 0 0 0 0) + (uuid 36921845-780e-472e-ac81-5ffc333420b3) + ) + (junction (at 148.59 25.4) (diameter 0) (color 0 0 0 0) + (uuid 40c8b2dc-3c42-4d0f-a526-571bd0c01f80) + ) + (junction (at 129.54 44.45) (diameter 0) (color 0 0 0 0) + (uuid 48e87933-c25e-4212-9b6c-7c9866ac3ace) + ) + (junction (at 101.6 59.69) (diameter 0) (color 0 0 0 0) + (uuid 4937cafe-87cf-4b11-a524-a04ccf6e7121) + ) + (junction (at 116.84 52.07) (diameter 0) (color 0 0 0 0) + (uuid 7e209bc7-7972-4430-87d9-c581118d33e3) + ) + (junction (at 33.02 103.505) (diameter 0) (color 0 0 0 0) + (uuid 7f82b8a2-4332-4608-a976-09fed0129d71) + ) + (junction (at 146.05 118.11) (diameter 0) (color 0 0 0 0) + (uuid 84e90438-9f47-4567-aff7-252792b2fe3d) + ) + (junction (at 162.56 25.4) (diameter 0) (color 0 0 0 0) + (uuid 85e494da-4876-4a11-bb15-a9d6ed9ac882) + ) + (junction (at 173.99 35.56) (diameter 0) (color 0 0 0 0) + (uuid 9e7efa48-6b25-4d5c-9d7c-f3ce91d8c45b) + ) + (junction (at 185.42 35.56) (diameter 0) (color 0 0 0 0) + (uuid aad29337-0de6-4c9d-83db-279ef27a246a) + ) + (junction (at 38.1 50.8) (diameter 0) (color 0 0 0 0) + (uuid ad5c1fc4-1306-4ab5-806f-ccc700bf23bf) + ) + (junction (at 185.42 25.4) (diameter 0) (color 0 0 0 0) + (uuid ba0ca391-a342-4cd4-9a39-af7e75915d12) + ) + (junction (at 151.13 36.83) (diameter 0) (color 0 0 0 0) + (uuid be782f1e-2400-4ed7-bf63-f5056242fe1f) + ) + (junction (at 173.99 25.4) (diameter 0) (color 0 0 0 0) + (uuid bf724a73-ae1d-4c58-a50e-18191201ed32) + ) + (junction (at 129.54 36.83) (diameter 0) (color 0 0 0 0) + (uuid c197a193-b9c1-4b5a-83d9-b6c3e3b7582e) + ) + (junction (at 254 57.15) (diameter 0) (color 0 0 0 0) + (uuid d0b72ea6-6ca9-4f1f-9664-a9eaf1c13b45) + ) + (junction (at 50.8 40.64) (diameter 0) (color 0 0 0 0) + (uuid f78cc2b1-338d-46e1-9ca7-0c7194c99457) + ) + (junction (at 116.84 59.69) (diameter 0) (color 0 0 0 0) + (uuid fbf9c7c5-8899-4ea0-961f-3fa96c404565) + ) + + (no_connect (at 266.7 43.18) (uuid 03821c6f-f3b9-40d4-97dc-02c9be62acaf)) + (no_connect (at 266.7 45.72) (uuid 03821c6f-f3b9-40d4-97dc-02c9be62acaf)) + + (wire (pts (xy 101.6 59.69) (xy 106.68 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 00ea89f6-ed50-48f6-a60f-ff1d663cb893) + ) + (wire (pts (xy 125.73 57.15) (xy 125.73 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 01db5b17-048a-498f-8ca0-8bf04a2e59a6) + ) + (wire (pts (xy 185.42 35.56) (xy 195.58 35.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 043f7554-6c9d-499d-87fb-d2344744c9f9) + ) + (wire (pts (xy 101.6 74.93) (xy 101.6 78.105)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0ef16c5c-b0f6-4bca-9781-20eaa1d332bc) + ) + (wire (pts (xy 143.51 115.57) (xy 143.51 118.11)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 103bfa35-e67a-4f7f-b540-94aca2f226c1) + ) + (wire (pts (xy 116.84 59.69) (xy 116.84 58.42)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 137bd265-86f0-4418-b2d3-9606c5d247a9) + ) + (wire (pts (xy 125.73 52.07) (xy 125.73 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 140eea54-becf-4fa8-9f06-560be11a5ef8) + ) + (wire (pts (xy 41.91 103.505) (xy 33.02 103.505)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1819b826-0f38-45c0-a7be-f879507d8c6c) + ) + (wire (pts (xy 151.13 36.83) (xy 151.13 39.37)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 188bc909-b170-4b1b-bc08-edb64de796f9) + ) + (wire (pts (xy 106.68 52.07) (xy 101.6 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 18ce169c-3e1f-41cb-8bd6-6a84040463ae) + ) + (wire (pts (xy 38.1 50.8) (xy 50.8 50.8)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1cca3cf6-507a-432b-b2ab-f648914b1a0d) + ) + (wire (pts (xy 111.76 59.69) (xy 116.84 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1df6f4f1-3378-4b4d-a798-49a724899e79) + ) + (wire (pts (xy 162.56 35.56) (xy 173.99 35.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1e694d31-ffdc-4e1d-ac66-aeb10df90f27) + ) + (wire (pts (xy 254 57.15) (xy 254 58.42)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 21017d05-f7a0-473e-84e0-ce56fc0ba3be) + ) + (wire (pts (xy 251.46 57.15) (xy 254 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2272a919-c04a-4084-bff3-862719ff585b) + ) + (wire (pts (xy 55.88 92.075) (xy 59.69 92.075)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2596577a-464a-4c95-9bcb-efbb796cf92d) + ) + (polyline (pts (xy 222.25 68.58) (xy 228.6 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2646034e-e5cd-4616-a8d7-b32afcbd41d4) + ) + + (wire (pts (xy 116.205 36.83) (xy 117.475 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 28fb1465-889f-4647-b714-10afbba77044) + ) + (wire (pts (xy 254 55.88) (xy 254 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2b857ffa-ea28-49c6-b9aa-d71020ec2cab) + ) + (wire (pts (xy 173.99 25.4) (xy 173.99 27.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3250aded-2c38-4d30-ae83-0b33014497ee) + ) + (polyline (pts (xy 85.09 66.04) (xy 85.09 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 348d49b9-ccec-425b-9696-13d952113a67) + ) + + (wire (pts (xy 146.05 36.83) (xy 148.59 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 34c3d540-4e1a-4c14-a422-5bc667a834fd) + ) + (wire (pts (xy 116.84 52.07) (xy 125.73 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 354e7143-694e-42a2-ab44-1d85d6b69072) + ) + (wire (pts (xy 33.02 148.59) (xy 35.56 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3577651f-1e05-470c-95d1-1f282010ea1f) + ) + (wire (pts (xy 127.635 44.45) (xy 129.54 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 35f4b666-aa5d-4438-8bef-339cc334c0e5) + ) + (wire (pts (xy 45.72 40.64) (xy 50.8 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 367c9d57-0c2f-40a8-a625-48a6be988e46) + ) + (wire (pts (xy 50.8 48.26) (xy 50.8 50.8)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 36ff8212-16d0-4721-984b-0554cfc79b2f) + ) + (wire (pts (xy 106.045 74.93) (xy 101.6 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 38ea4a88-3dc0-40c9-a3c8-af23491d1349) + ) + (wire (pts (xy 162.56 25.4) (xy 162.56 27.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3bca4ba3-d15d-4127-bfa8-4d3e1ac23715) + ) + (wire (pts (xy 50.8 40.64) (xy 50.8 43.18)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 428fd061-ea0a-462c-a8fb-5150bbd1d04f) + ) + (wire (pts (xy 151.13 118.11) (xy 148.59 118.11)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 458b4581-f188-4bfc-b66c-8b547fce7d59) + ) + (wire (pts (xy 148.59 25.4) (xy 162.56 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 497062ac-bf45-4c9b-ad89-b1974bbecd1a) + ) + (wire (pts (xy 148.59 22.86) (xy 148.59 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4cddb568-0771-4bda-b25c-c9ebb5c9c2f2) + ) + (wire (pts (xy 143.51 39.37) (xy 143.51 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4dec5e93-96c8-487e-a1d3-13fa1d9ce753) + ) + (wire (pts (xy 121.285 74.93) (xy 130.81 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4e230b5f-430e-44d6-865a-cae14baf936a) + ) + (wire (pts (xy 148.59 36.83) (xy 148.59 39.37)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 50ab98b5-4b29-415b-b2b6-039fa814c77e) + ) + (wire (pts (xy 129.54 33.02) (xy 129.54 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 52e7ed00-d24b-4444-a6c4-bfea26f5951f) + ) + (wire (pts (xy 33.02 153.67) (xy 35.56 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 52f644b1-bab3-4c45-8f02-0020a5208f40) + ) + (wire (pts (xy 195.58 35.56) (xy 195.58 33.02)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 53853a5f-c82b-4d34-8421-ee5b7c7330fb) + ) + (wire (pts (xy 195.58 25.4) (xy 195.58 27.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 53e66a3b-5b4c-4736-893d-b2056d777e43) + ) + (wire (pts (xy 148.59 118.11) (xy 148.59 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 559c7111-1a2d-4091-bf40-d167e49399ac) + ) + (wire (pts (xy 185.42 25.4) (xy 195.58 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 566faf22-8974-4975-85be-ed40a58efc9f) + ) + (wire (pts (xy 173.99 35.56) (xy 185.42 35.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 59819210-530a-4a43-9d4c-10f1e1a678ec) + ) + (wire (pts (xy 129.54 44.45) (xy 129.54 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 62f6c303-854e-4e5b-829b-cb8eb1964a99) + ) + (wire (pts (xy 130.81 57.15) (xy 125.73 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 665fc3f2-3a1b-453b-ab41-0a839144da55) + ) + (wire (pts (xy 130.81 44.45) (xy 129.54 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 670ff29d-e87f-4529-a4f3-551ae7fbf265) + ) + (polyline (pts (xy 85.09 15.24) (xy 85.09 66.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6e793ec7-a0c3-4187-b874-92ba931ed5c9) + ) + + (wire (pts (xy 129.54 36.83) (xy 127.635 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6eb3ec1f-90fa-4ac5-9c61-f8b92d6fab6d) + ) + (polyline (pts (xy 12.7 66.04) (xy 85.09 66.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6edad3f4-04af-4f8d-8046-a9261cb48d0e) + ) + + (wire (pts (xy 162.56 25.4) (xy 173.99 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 73024bc4-27db-4d1b-a434-4c53f7e703ad) + ) + (wire (pts (xy 148.59 36.83) (xy 151.13 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 73792aa4-4f86-4891-98bc-188bb3e9d558) + ) + (wire (pts (xy 141.605 27.305) (xy 141.605 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 74770ec2-71df-47da-be3c-b471ca75ee48) + ) + (wire (pts (xy 151.13 115.57) (xy 151.13 118.11)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7698e288-3296-4c03-9db8-90fffa83934f) + ) + (polyline (pts (xy 222.25 163.83) (xy 222.25 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 77488927-8976-4de2-ba16-6d9ec1c480a1) + ) + + (wire (pts (xy 173.99 33.02) (xy 173.99 35.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7a3c13ae-2e5c-42a2-832c-e8dbe2a3b38a) + ) + (wire (pts (xy 48.26 163.83) (xy 48.26 165.735)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7abc244e-7dc8-4b25-8df6-c2bfb0be78d4) + ) + (wire (pts (xy 30.48 103.505) (xy 33.02 103.505)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7b5eb791-14dd-4f8b-9d81-55fbfb0198a8) + ) + (wire (pts (xy 48.26 128.27) (xy 48.26 130.175)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7e1ea585-e783-475b-b72d-9fd578bb54be) + ) + (wire (pts (xy 109.855 36.83) (xy 111.125 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 80e41977-cc6b-4708-b4d3-a095c9c6be86) + ) + (wire (pts (xy 153.67 39.37) (xy 153.67 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8271ecb6-32ae-41fa-bb02-a86788b58917) + ) + (wire (pts (xy 55.88 94.615) (xy 59.69 94.615)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8720162d-858c-42e2-8397-6a8d31c4d8c6) + ) + (wire (pts (xy 141.605 25.4) (xy 148.59 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8ac8bcc3-8f99-42c8-9414-19df07b0f623) + ) + (wire (pts (xy 251.46 55.88) (xy 251.46 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8b3e4d94-df86-46ab-b093-f510344e9a4a) + ) + (wire (pts (xy 163.83 102.87) (xy 166.37 102.87)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 904db398-a8d8-47c3-aa6a-e11e8d4147a9) + ) + (wire (pts (xy 143.51 38.1) (xy 141.605 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 917153fa-9d90-4d02-a485-8d08065584c2) + ) + (wire (pts (xy 50.8 40.64) (xy 58.42 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 92b1e487-c8d1-470e-acd3-d68014afdb27) + ) + (wire (pts (xy 33.02 102.235) (xy 33.02 103.505)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9a6d01b3-3d51-4b7d-96b1-7944dc28b4b2) + ) + (wire (pts (xy 146.05 118.11) (xy 146.05 120.65)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9afc14e3-00b4-4c8f-947f-1812d72bcd47) + ) + (wire (pts (xy 68.58 49.53) (xy 68.58 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9ccc98e5-2c39-4117-9d16-dd077909a725) + ) + (wire (pts (xy 146.05 39.37) (xy 146.05 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9d483aae-06e0-4920-99a1-334e324b57fa) + ) + (wire (pts (xy 266.7 38.1) (xy 269.24 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a3ccd911-b54e-41e4-809f-3f60ff0a6a45) + ) + (wire (pts (xy 30.48 102.235) (xy 30.48 103.505)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a75ae150-8a5b-4981-9fed-29d3e6cf02a0) + ) + (wire (pts (xy 185.42 25.4) (xy 185.42 27.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a8ba7f97-4595-4eac-a179-bb24b7e23876) + ) + (wire (pts (xy 173.99 35.56) (xy 173.99 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aaa45503-e247-49c1-89a9-96e67f7f1b72) + ) + (wire (pts (xy 125.73 54.61) (xy 130.81 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid afffcaf2-2c84-4803-9d3e-4187d2f10e81) + ) + (wire (pts (xy 125.73 59.69) (xy 116.84 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b3d8dd79-4167-4e7c-93ce-a264aa6556e0) + ) + (wire (pts (xy 163.83 107.95) (xy 166.37 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b3debd8d-0114-4281-9dc5-447e3c610d8b) + ) + (wire (pts (xy 148.59 25.4) (xy 148.59 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b42899be-d8fa-4dfa-a687-0e471f85b672) + ) + (wire (pts (xy 116.84 52.07) (xy 116.84 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b53a9bfe-e3b0-4ff1-b4f3-344460d19701) + ) + (polyline (pts (xy 228.6 13.97) (xy 228.6 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b704314b-f9bd-489b-b069-c054972300de) + ) + + (wire (pts (xy 66.04 40.64) (xy 68.58 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b8ebf3e0-6988-4e26-b0c7-81646cfd796e) + ) + (wire (pts (xy 143.51 118.11) (xy 146.05 118.11)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bf6cf73b-8798-4ed8-b44c-755deff125b6) + ) + (wire (pts (xy 33.02 103.505) (xy 33.02 106.045)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c1fe91a2-0647-4090-ad56-d89d9241486b) + ) + (wire (pts (xy 101.6 59.69) (xy 101.6 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c2100071-2b3e-47f1-8ce2-9ab1c827ea67) + ) + (wire (pts (xy 266.7 33.02) (xy 269.24 33.02)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c24f8f27-d1c3-4324-9427-9dfdc899930b) + ) + (wire (pts (xy 113.665 74.93) (xy 116.205 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c38c96b4-cddd-43b3-b023-077d55b52e9c) + ) + (wire (pts (xy 163.83 105.41) (xy 166.37 105.41)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c4c67f89-beeb-467a-b541-438f84f9831b) + ) + (wire (pts (xy 254 22.86) (xy 254 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c746ac64-c061-4491-9374-38e8a1988150) + ) + (wire (pts (xy 38.1 48.26) (xy 38.1 50.8)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ce3b37e0-a4dd-4301-a7dc-d4957cace4ff) + ) + (wire (pts (xy 68.58 40.64) (xy 68.58 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d13b94cb-05a7-40ee-ad70-a44beaea556b) + ) + (wire (pts (xy 146.05 118.11) (xy 148.59 118.11)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d1780ddc-dcc6-403f-8dc7-846fb77b4842) + ) + (wire (pts (xy 146.05 115.57) (xy 146.05 118.11)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d1f4b8b6-4c6c-4ee9-9e7f-5b5cf7fc3e49) + ) + (wire (pts (xy 50.8 38.1) (xy 50.8 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d2e0ef22-d5c4-4789-995e-72a5a8fe6383) + ) + (wire (pts (xy 185.42 35.56) (xy 185.42 33.02)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d6673a8b-c732-41dd-affe-2dc6af53b5d4) + ) + (wire (pts (xy 38.1 50.8) (xy 38.1 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d6bcbc1f-3e44-4d67-a227-e43d297618b7) + ) + (wire (pts (xy 173.99 25.4) (xy 185.42 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d7a64cf6-a238-4d3c-9426-72699c72e7e2) + ) + (wire (pts (xy 101.6 52.07) (xy 101.6 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid dc2cb1f0-0995-412f-bd24-a2d142b0538f) + ) + (wire (pts (xy 40.64 86.995) (xy 43.18 86.995)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid df4d4d02-c948-4c7e-a2b8-094afc2bcda5) + ) + (wire (pts (xy 129.54 25.4) (xy 129.54 27.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid df8fe606-bbf8-4f2d-9b9a-520a6078412f) + ) + (wire (pts (xy 109.855 38.1) (xy 109.855 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e305137b-c223-4c79-981d-a83d09b01754) + ) + (wire (pts (xy 40.64 97.155) (xy 41.91 97.155)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ecf4e69e-552a-495e-bde5-ee5bd6cbf3d9) + ) + (wire (pts (xy 153.67 36.83) (xy 151.13 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ed5de5a1-6e9a-4016-8990-c9753624ca09) + ) + (wire (pts (xy 48.26 135.255) (xy 48.26 138.43)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ed63a10b-eaa0-425b-beb1-cc737e3a1fc8) + ) + (wire (pts (xy 40.64 92.075) (xy 50.8 92.075)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ed94580d-2c8e-4330-b37e-fece656e0b62) + ) + (polyline (pts (xy 228.6 68.58) (xy 283.21 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid edd821f5-da69-4c0a-91e0-6c8dfdd0a585) + ) + + (wire (pts (xy 41.91 97.155) (xy 41.91 103.505)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid efa23f42-2720-426d-a528-c79f4aa471d2) + ) + (wire (pts (xy 162.56 33.02) (xy 162.56 35.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f5db7156-9eaa-4c4b-86b4-de71bb431687) + ) + (wire (pts (xy 111.76 52.07) (xy 116.84 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f6d1689b-ffe3-4915-80d0-defc13e15c29) + ) + (wire (pts (xy 266.7 40.64) (xy 269.24 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f9f80eaa-a63a-4b47-9c4b-057285cb8260) + ) + (wire (pts (xy 141.605 34.925) (xy 141.605 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fa7a078e-9dee-471d-b1b2-8e7bfa1c884f) + ) + (wire (pts (xy 40.64 94.615) (xy 50.8 94.615)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fbaf04ee-506c-404b-8de6-decd45441bc9) + ) + (wire (pts (xy 163.83 100.33) (xy 166.37 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fbfcc47c-3f76-4a7b-b636-35fbd08ae409) + ) + + (text "DEBUG" (at 273.05 19.05 0) + (effects (font (size 1.27 1.27) bold) (justify left bottom)) + (uuid 6d83bb67-5a25-4e51-afa5-01d669cf670f) + ) + (text "TODO: Figure out\nUSB bus reset" (at 48.26 104.775 0) + (effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify left bottom)) + (uuid 8860c100-9437-4341-9537-f7c619cf05ab) + ) + (text "POWER" (at 16.51 17.78 0) + (effects (font (size 1.27 1.27) bold) (justify left bottom)) + (uuid e81e4a6e-a088-4598-947d-aa9f964cfc6a) + ) + (text "USB" (at 13.97 71.12 0) + (effects (font (size 1.27 1.27) bold) (justify left bottom)) + (uuid e84d4e0c-6f22-41fe-a8f8-76e4b1c60444) + ) + (text "LoRa Radio" (at 227.33 77.47 0) + (effects (font (size 1.27 1.27) bold) (justify left bottom)) + (uuid f8631e55-c74f-4ec6-a3c9-869ef71e634e) + ) + + (global_label "VBUS" (shape input) (at 43.18 86.995 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 01349c2b-24e2-4211-8c61-6a5550450595) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 50.4917 86.9156 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "D+" (shape input) (at 166.37 102.87 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 05886e6f-c865-4e99-bb60-b842ed65ae89) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 171.6255 102.7906 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "D-" (shape input) (at 166.37 100.33 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 27251048-f3f6-4957-8ff5-5fb660885605) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 171.6255 100.2506 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "VBUS" (shape input) (at 48.26 128.27 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 41dff6d1-9e8f-44a0-bb00-efc4bcb089c5) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 48.1806 120.9583 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "D-" (shape input) (at 59.69 94.615 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 49fc4981-ea84-41d0-ab0e-786406a89cd4) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 64.9455 94.5356 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "SWCLK" (shape input) (at 166.37 107.95 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 83345ae8-d423-4029-9dc1-7c091f970366) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 175.0121 107.8706 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "SWDIO" (shape input) (at 269.24 40.64 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 8dfdc0a8-d239-4da6-b959-b2c33f1c36a3) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 277.5193 40.5606 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "SWCLK" (shape input) (at 269.24 38.1 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a3a1be58-297b-4ea4-af5b-f431ee111443) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 277.8821 38.0206 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "D-" (shape input) (at 33.02 153.67 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid ad8ce4ca-42e0-4275-827b-0185709fb43d) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 27.7645 153.5906 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "D+" (shape input) (at 33.02 148.59 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid b0cb185a-450c-4f2a-9d54-b3a27c49c690) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 27.7645 148.5106 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "NRST" (shape input) (at 269.24 33.02 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid cda75450-bd6b-4890-b0c2-663c7134635d) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 276.4307 32.9406 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "NRST" (shape input) (at 127.635 44.45 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid ce4662a4-29e4-43fb-a5a0-53f6fca0fbe4) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 120.4443 44.3706 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "D+" (shape input) (at 59.69 92.075 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid cf109fb9-80a5-47b4-9127-e4e833daf8c9) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 64.9455 91.9956 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "SWDIO" (shape input) (at 166.2168 105.41 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d57b4961-e7ea-4264-9ebd-ebe42f64cd35) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 174.4961 105.3306 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "VBUS" (shape input) (at 30.48 40.64 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid dfba22ee-f11c-4056-b77a-0550c9a2cbdd) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.1683 40.5606 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 53.34 92.075 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 0e99dc05-5e4a-40ab-a4bb-713e0da848c6) + (property "Reference" "R?" (id 0) (at 53.34 88.519 90)) + (property "Value" "22R" (id 1) (at 53.34 90.1755 90)) + (property "Footprint" "" (id 2) (at 53.34 92.075 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 53.34 92.075 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 38287da4-ab38-477a-a184-4c41abedefb8)) + (pin "2" (uuid e2246ca8-9e78-4321-bf22-69c76b05a23f)) + ) + + (symbol (lib_id "Device:C_Small") (at 162.56 30.48 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 10b5ad82-0802-4fd8-a21c-16061945b94f) + (property "Reference" "C?" (id 0) (at 164.8841 29.6516 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (id 1) (at 164.8841 32.1885 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 162.56 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 162.56 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 67d0c0ca-16ff-4d92-b79e-f24eea9496fc)) + (pin "2" (uuid 07a24e94-d384-49d1-be91-9f68d4561902)) + ) + + (symbol (lib_id "power:GND") (at 173.99 38.1 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 14c54390-9ed6-4502-ab0a-4f5af2adabeb) + (property "Reference" "#PWR?" (id 0) (at 173.99 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 173.99 42.5434 0)) + (property "Footprint" "" (id 2) (at 173.99 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 173.99 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 68fe3d16-c49c-4f8a-acb8-5b27ccd7b863)) + ) + + (symbol (lib_id "Device:R_Small") (at 118.745 74.93 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 16634481-1709-4230-bc7e-990cfdf0c89e) + (property "Reference" "R?" (id 0) (at 118.745 70.4936 90)) + (property "Value" "1k" (id 1) (at 118.745 73.0305 90)) + (property "Footprint" "" (id 2) (at 118.745 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 118.745 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cb7c714e-244c-42fc-970f-8c6548634f38)) + (pin "2" (uuid aecf4b42-e7e8-42c1-8286-86293ccf70b5)) + ) + + (symbol (lib_id "MCU_ST_STM32F1:STM32F103CBTx") (at 148.59 77.47 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 1bd13fbe-d376-42a1-8a94-f12442f4121a) + (property "Reference" "U?" (id 0) (at 153.1494 115.0604 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "STM32F103CBT6" (id 1) (at 153.1494 117.5973 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (id 2) (at 133.35 113.03 0) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00161566.pdf" (id 3) (at 148.59 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 35a1a735-588f-4c50-9b46-cb8744ae8f02)) + (pin "10" (uuid 7eaae2d7-b4ad-4554-8c8a-2037170131bd)) + (pin "11" (uuid c4587bb7-c73a-4ad0-bcd4-d7dc9697e09b)) + (pin "12" (uuid 67c7a478-1f53-477a-9997-e375f47aa773)) + (pin "13" (uuid 638749f1-b1e7-4781-9f0f-dba065a717aa)) + (pin "14" (uuid 8c5a6fce-194d-4416-8856-cb66ff818319)) + (pin "15" (uuid 51e64652-1e71-4dd7-be6f-f96020dbcaac)) + (pin "16" (uuid 78620eb8-ad4c-482d-b1a5-6c31619b2879)) + (pin "17" (uuid 05c66f7d-5ec1-4b7f-80d5-ea1eb396392f)) + (pin "18" (uuid 38cad123-e6f8-46ac-bb65-7bf207c8a5a7)) + (pin "19" (uuid 638185a1-f9cc-47fc-9abd-4b70c0817d94)) + (pin "2" (uuid 8bdd2fb5-8fc3-46f1-ade7-9687b983a86b)) + (pin "20" (uuid 7d7305a7-c7da-4881-b215-37c7f2ad171a)) + (pin "21" (uuid 756b369e-c079-4259-88cc-888037ab7efa)) + (pin "22" (uuid c35e417c-496e-4303-b5c4-321c3cede22a)) + (pin "23" (uuid e702a3ea-106a-406d-9f17-c06eda1e35d1)) + (pin "24" (uuid 14c24f6d-c2bf-4b01-9d4b-7f0755e08445)) + (pin "25" (uuid 4b4dab82-e313-4c7a-b63b-b5f6b48d648b)) + (pin "26" (uuid 145b7d46-7bd4-4ee4-8136-50beb81c7f77)) + (pin "27" (uuid 88c5e61d-a3df-45b2-8bd8-f2c4869aaa32)) + (pin "28" (uuid 5e3106c4-aefe-4ef5-8aa8-6f8a9c16fe7d)) + (pin "29" (uuid df70582b-c4f2-479d-8c60-1cee46d8e0bc)) + (pin "3" (uuid 2f274d35-c819-4fa4-bf08-0f05441a1514)) + (pin "30" (uuid c530039a-9616-48cc-81ab-7c9b301e469d)) + (pin "31" (uuid f3df0678-96d4-4652-9001-a89868c1f45e)) + (pin "32" (uuid 189734b9-8485-4c30-8cf0-796856677229)) + (pin "33" (uuid bf38fd98-a723-4065-8c4e-fb6cd31212e5)) + (pin "34" (uuid 1b03311f-6d16-4213-808a-96597816d097)) + (pin "35" (uuid 3e85f78b-004a-4a21-9691-8920952aaa64)) + (pin "36" (uuid dff5dc14-121e-4820-8bdd-194a2b3cb201)) + (pin "37" (uuid 12d443ad-5d40-4934-b2b7-007530e8bfde)) + (pin "38" (uuid 468fcc7f-55f8-4783-b36e-f80ec4401b15)) + (pin "39" (uuid eed9d712-571a-4fa2-b617-7f564bf5e0ac)) + (pin "4" (uuid 5bc20856-921d-4ca5-8e51-26fc99168376)) + (pin "40" (uuid f10b6dc0-f39f-4ec0-980e-83a59fc7dc9c)) + (pin "41" (uuid 917603e2-441d-4888-a037-0b830871fafd)) + (pin "42" (uuid c5d34e60-e5d5-4bd8-a53c-3ee26cb5d342)) + (pin "43" (uuid 2c3fea3e-cdf1-4761-ab1e-fc29ca86c948)) + (pin "44" (uuid 0d439aa8-8969-4698-9c32-7041f6e45f4c)) + (pin "45" (uuid 7daf5828-f3c9-4b7d-a7a2-cf463fb6219f)) + (pin "46" (uuid 3e2d784c-b1ea-4086-bef2-82018cbe1d69)) + (pin "47" (uuid fbef883a-9c30-4b66-add6-8cab5f0ab881)) + (pin "48" (uuid d16f4efb-8280-42d4-b6f7-9241e542014e)) + (pin "5" (uuid 5d19829e-e95d-4ae6-bbd1-c9f884742daf)) + (pin "6" (uuid 88effe7d-dade-4834-8c1a-104d0976182d)) + (pin "7" (uuid ef58db98-6c88-473d-9622-1b8b6864b4df)) + (pin "8" (uuid 26a83821-4bc7-4e41-803f-5e8d19182c3e)) + (pin "9" (uuid 0f122926-6ab0-4321-bb42-3042bba502d6)) + ) + + (symbol (lib_id "power:GND") (at 33.02 106.045 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 2144b732-1268-4e0b-9e88-e0a1d3a79aa3) + (property "Reference" "#PWR?" (id 0) (at 33.02 112.395 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 33.02 110.4884 0)) + (property "Footprint" "" (id 2) (at 33.02 106.045 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 33.02 106.045 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f24d920b-5e0d-4194-8904-49cbf169667c)) + ) + + (symbol (lib_id "Device:R_Small") (at 48.26 132.715 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 2e46b5be-13d3-4862-88e5-8f487ae52cbe) + (property "Reference" "R?" (id 0) (at 49.7586 131.8803 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 49.7586 134.4172 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 48.26 132.715 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 48.26 132.715 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f7c40d71-09c6-4d8b-a569-9e4a44cfba3a)) + (pin "2" (uuid 1e1779d7-2dfb-4bdc-859d-edba618f75c8)) + ) + + (symbol (lib_id "Device:R_Small") (at 129.54 30.48 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 38d0a178-8633-40b1-9f98-56b09bc82a87) + (property "Reference" "R?" (id 0) (at 131.0386 29.6453 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 131.0386 32.1822 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 129.54 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 129.54 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 929cdd8e-25bd-4ae2-9c55-de9f78db8cab)) + (pin "2" (uuid 76b18733-050e-4014-8bb6-c1476d8b2984)) + ) + + (symbol (lib_id "Device:C_Small") (at 173.99 30.48 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 3a787d03-b44f-44ff-80b1-ccb716f1fb6a) + (property "Reference" "C?" (id 0) (at 176.3141 29.6516 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (id 1) (at 176.3141 32.1885 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 173.99 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 173.99 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 176f5571-16f2-4fcd-9b67-710933745953)) + (pin "2" (uuid 217f6938-2a34-46dd-9b3b-ff4bb72fdd16)) + ) + + (symbol (lib_id "Jumper:SolderJumper_2_Bridged") (at 141.605 31.115 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 409ebf05-b9ae-4c45-b264-cd811dfcfc0f) + (property "Reference" "JP?" (id 0) (at 143.256 30.2803 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Vbat" (id 1) (at 143.256 32.8172 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 141.605 31.115 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 141.605 31.115 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b063a420-f0ac-4c79-b3b1-36efd075f29e)) + (pin "2" (uuid 1bbda0d9-de76-4096-a189-f534c70b3c39)) + ) + + (symbol (lib_id "Device:R_Small") (at 113.665 36.83 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 40d02f9d-bec4-4670-a9a0-3a9198fe815c) + (property "Reference" "R?" (id 0) (at 113.665 32.3936 90)) + (property "Value" "1k" (id 1) (at 113.665 34.9305 90)) + (property "Footprint" "" (id 2) (at 113.665 36.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 113.665 36.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d856c7db-1230-4227-b4a6-30de7ec84083)) + (pin "2" (uuid 302fbcbe-3319-45a1-99b8-e852cc666fa0)) + ) + + (symbol (lib_id "power:GND") (at 48.26 165.735 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 4575434c-1564-46de-91ad-e3579457755c) + (property "Reference" "#PWR?" (id 0) (at 48.26 172.085 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 48.26 170.1784 0)) + (property "Footprint" "" (id 2) (at 48.26 165.735 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 48.26 165.735 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 28ed3207-a85e-4c7c-ad33-1d543b48e17f)) + ) + + (symbol (lib_id "Device:C_Small") (at 185.42 30.48 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 46efddf0-f982-45c8-a02d-2e341f95cbb2) + (property "Reference" "C?" (id 0) (at 187.7441 29.6516 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (id 1) (at 187.7441 32.1885 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 185.42 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 185.42 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8e34f7fc-628e-45ba-93e4-2c558f4410fd)) + (pin "2" (uuid feb1c18d-722f-4edf-a6ec-5a035aa208ec)) + ) + + (symbol (lib_id "Device:C_Small") (at 109.22 52.07 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 555cace2-fc27-438a-8c86-9f08a9617930) + (property "Reference" "C?" (id 0) (at 109.22 46.99 90)) + (property "Value" "18pF" (id 1) (at 109.22 49.53 90)) + (property "Footprint" "" (id 2) (at 109.22 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 109.22 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8a6b19b0-d838-4167-b77c-5c3960a7424a)) + (pin "2" (uuid 5ff4c5e3-c62a-44fd-b4c2-0ad92673ac4f)) + ) + + (symbol (lib_id "Device:C_Small") (at 109.22 59.69 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 5ee88375-a64d-41ef-93e4-5cd4db5b8491) + (property "Reference" "C?" (id 0) (at 109.22 62.23 90)) + (property "Value" "18pF" (id 1) (at 109.22 64.77 90)) + (property "Footprint" "" (id 2) (at 109.22 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 109.22 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f2836b60-4632-47c8-ad74-404d9385ad54)) + (pin "2" (uuid 2f05450c-7675-42fc-a2d5-10052c1a1860)) + ) + + (symbol (lib_id "power:GND") (at 38.1 53.34 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 5f517eb7-a798-4d0e-b446-9a05150df0c7) + (property "Reference" "#PWR?" (id 0) (at 38.1 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 38.1 57.7834 0)) + (property "Footprint" "" (id 2) (at 38.1 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7dfe2b38-af84-4838-bb77-70af4ab8d9a5)) + ) + + (symbol (lib_id "power:VCC") (at 254 22.86 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 6d180b81-0bdd-4ba1-b3a0-40e21a62aafa) + (property "Reference" "#PWR?" (id 0) (at 254 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 254 19.2842 0)) + (property "Footprint" "" (id 2) (at 254 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 254 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 476228c1-3cd3-4147-8b48-eb74de96f65f)) + ) + + (symbol (lib_id "power:VCC") (at 129.54 25.4 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 704cba80-8ea6-48d2-a326-72db4aa7ce35) + (property "Reference" "#PWR?" (id 0) (at 129.54 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 129.54 21.8242 0)) + (property "Footprint" "" (id 2) (at 129.54 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 129.54 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3178bffd-c2f0-41ab-b96e-17aa8f42cd9b)) + ) + + (symbol (lib_id "Device:C_Small") (at 195.58 30.48 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 72e0377a-5bc9-473c-b99c-2ff550429f19) + (property "Reference" "C?" (id 0) (at 197.9041 29.6516 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (id 1) (at 197.9041 32.1885 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 195.58 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 195.58 30.48 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 92d2b840-ee6f-4206-abc1-6eb980b63591)) + (pin "2" (uuid cb76b854-3414-4a35-8317-9f6773d302f3)) + ) + + (symbol (lib_id "power:GND") (at 109.855 38.1 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 802ba593-1d52-435a-8b2f-d0a3cdb23ddd) + (property "Reference" "#PWR?" (id 0) (at 109.855 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 109.855 42.5434 0)) + (property "Footprint" "" (id 2) (at 109.855 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 109.855 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2db92271-c5ce-4a25-aa10-fb3825124b12)) + ) + + (symbol (lib_id "Device:C_Small") (at 50.8 45.72 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 8247310a-de92-4616-9b08-cb00011df0ce) + (property "Reference" "C?" (id 0) (at 53.1241 44.8916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10uF" (id 1) (at 53.1241 47.4285 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 50.8 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 50.8 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6110242e-4c73-425f-a004-5e95222f4241)) + (pin "2" (uuid 4cf95094-3552-494f-88bc-8a44cba50a02)) + ) + + (symbol (lib_id "Device:LED") (at 109.855 74.93 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 82b9ef0c-4c9c-4795-a8a4-e91dcc5f3f59) + (property "Reference" "D?" (id 0) (at 108.2675 69.9602 0)) + (property "Value" "Blue" (id 1) (at 108.2675 72.4971 0)) + (property "Footprint" "" (id 2) (at 109.855 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 109.855 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1b943230-18af-45f9-92b4-455d27d892cb)) + (pin "2" (uuid ea73e2a5-9689-4e74-818a-74577fb952e2)) + ) + + (symbol (lib_id "power:GND") (at 101.6 63.5 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 8f8b89b6-7ff8-4ef1-87bf-3108984248bc) + (property "Reference" "#PWR?" (id 0) (at 101.6 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 101.6 67.9434 0)) + (property "Footprint" "" (id 2) (at 101.6 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 101.6 63.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c809edf3-7087-4e51-ab29-f8c0826fd8be)) + ) + + (symbol (lib_id "Connector:Conn_ARM_JTAG_SWD_10") (at 254 40.64 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 970e04c2-794c-4e3f-8505-f921e55c143b) + (property "Reference" "J?" (id 0) (at 246.38 26.67 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_ARM_JTAG_SWD_10" (id 1) (at 242.57 29.21 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_PinSocket_1.27mm:PinSocket_2x05_P1.27mm_Vertical_SMD" (id 2) (at 254 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf" (id 3) (at 245.11 72.39 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 141d84f8-645b-48ec-9ad5-d15da0f6e7b7)) + (pin "10" (uuid e396d1c0-3050-4a80-b03e-1215503dda7e)) + (pin "2" (uuid b4fe7181-ba3e-400e-b5f6-4fb6b42c12c8)) + (pin "3" (uuid 7ef770f6-47e8-47d0-8a53-23d585687e2e)) + (pin "4" (uuid 287e35aa-2cd0-41a7-ba70-ab889fef1409)) + (pin "5" (uuid fae67428-e811-49b8-8c73-e30aa00886e1)) + (pin "6" (uuid 8924295e-f812-4288-8ba3-2df5808d437e)) + (pin "7" (uuid f9dc8eb6-ebed-4fcd-a3f4-6ee4213a2556)) + (pin "8" (uuid 599c2ddf-13f0-4674-bd95-bf2d9780a4ec)) + (pin "9" (uuid d302eb59-0e31-4368-8a48-5f6eb47885bc)) + ) + + (symbol (lib_id "power:GND") (at 146.05 120.65 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 9ab367b4-9b2d-4dc2-a106-d13cef658fb6) + (property "Reference" "#PWR?" (id 0) (at 146.05 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 146.05 125.0934 0)) + (property "Footprint" "" (id 2) (at 146.05 120.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 146.05 120.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f1e6a868-1320-44e5-9c57-8f53eda67fa1)) + ) + + (symbol (lib_id "power:GND") (at 101.6 78.105 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 9f23b1ab-2834-4311-acda-32204ee22e25) + (property "Reference" "#PWR?" (id 0) (at 101.6 84.455 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 101.6 82.5484 0)) + (property "Footprint" "" (id 2) (at 101.6 78.105 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 101.6 78.105 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid de62412e-c418-463f-9a9e-522b6687216e)) + ) + + (symbol (lib_id "Device:Crystal_Small") (at 116.84 55.88 270) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid a9ba0675-b32b-4c02-b691-484fb605f347) + (property "Reference" "Y?" (id 0) (at 118.999 55.0453 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "8MHz" (id 1) (at 118.999 57.5822 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 116.84 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 116.84 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 93bd1249-69c1-4ffd-89b6-77574145051c)) + (pin "2" (uuid fb42981c-f30f-47a9-b950-5c990411beea)) + ) + + (symbol (lib_id "Connector:USB_B_Micro") (at 33.02 92.075 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid ac5d1dfb-a062-47c5-a091-6d72cd5a3908) + (property "Reference" "J?" (id 0) (at 33.02 80.7552 0)) + (property "Value" "USB_B_Micro" (id 1) (at 33.02 83.2921 0)) + (property "Footprint" "" (id 2) (at 36.83 93.345 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 36.83 93.345 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9708151f-df27-44f4-a7f2-da0302021d21)) + (pin "2" (uuid d85025fb-e43d-4823-a5dd-ad8943feb675)) + (pin "3" (uuid a064004c-7c9d-4c6a-a62b-75724768eafa)) + (pin "4" (uuid 13eed468-3794-47fd-9eb9-cca216699acd)) + (pin "5" (uuid c2a8a1bb-68c4-460b-8561-a99bc4656c2e)) + (pin "6" (uuid 3ad87e77-777e-4af8-90fd-62c1ab82f283)) + ) + + (symbol (lib_id "Regulator_Linear:AMS1117-3.3") (at 38.1 40.64 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid afd0b185-caaf-4f93-99db-f0b618dfdb0d) + (property "Reference" "U?" (id 0) (at 38.1 35.0352 0)) + (property "Value" "AMS1117-3.3" (id 1) (at 38.1 37.5721 0)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (id 2) (at 38.1 35.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" (id 3) (at 40.64 46.99 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d60ee6ad-5508-4033-91ca-1337fb1b7a0d)) + (pin "2" (uuid 7ab03275-c9ff-4f53-a683-5b84029f7ff5)) + (pin "3" (uuid c736206d-92c2-49fd-be8c-937d2bb55d25)) + ) + + (symbol (lib_id "Switch:SW_Push") (at 122.555 36.83 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid b14d7140-638b-42ad-9b45-bad2c2ab5c20) + (property "Reference" "SW?" (id 0) (at 122.555 30.2092 0)) + (property "Value" "RESET" (id 1) (at 122.555 32.7461 0)) + (property "Footprint" "" (id 2) (at 122.555 31.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 122.555 31.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dda34297-96f0-4710-a6d1-29dcb05b2bb5)) + (pin "2" (uuid 53a5d2fb-b470-4563-a6db-0c0086cbd891)) + ) + + (symbol (lib_id "RF_Module:RFM95W-868S2") (at 252.73 99.06 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid b51c0798-e72c-4006-9c69-56f9dace0a5f) + (property "Reference" "U?" (id 0) (at 254.7494 85.2002 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "RFM95W-868S2" (id 1) (at 254.7494 87.7371 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 168.91 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf" (id 3) (at 168.91 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 48e25614-f0cb-4568-92dc-14b30b52b76a)) + (pin "10" (uuid 6dd6ee69-f7c6-4071-acdf-9d2297d0a864)) + (pin "11" (uuid cca0cc8b-8507-4570-aeb2-33cbe52d6287)) + (pin "12" (uuid 96a01b72-23c9-4c4d-9b59-9990282251c3)) + (pin "13" (uuid 78300078-da34-4594-8470-e99ff279ddca)) + (pin "14" (uuid 844fa468-c9c5-4fda-afbb-e0176db00d50)) + (pin "15" (uuid ccccc0bf-7f13-4635-aab7-8b1c1b6e4abd)) + (pin "16" (uuid a24c862e-9d26-4085-be0b-abf4871c7dd4)) + (pin "2" (uuid 5502d51e-48dd-4e6c-b0d3-1a208cca76d8)) + (pin "3" (uuid c3ce3b06-3ae3-4c3d-a34b-a180fd579140)) + (pin "4" (uuid be651ecf-7949-40f5-98ad-fa4e0db4ed62)) + (pin "5" (uuid 73eef8f5-d730-4f48-ac85-3ebfd108db1c)) + (pin "6" (uuid 1c3f2e99-a8c6-4d77-8678-9de88d1cc5bb)) + (pin "7" (uuid b8c35bda-4912-446d-8e38-b1da63163f45)) + (pin "8" (uuid b30212a7-8614-447a-8f97-f840cad532be)) + (pin "9" (uuid 71370332-f88f-4141-888b-24fbc5d521ab)) + ) + + (symbol (lib_id "Device:R_Small") (at 68.58 46.99 180) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid b558f786-3473-4a96-81b4-16726b0889d2) + (property "Reference" "R?" (id 0) (at 70.0786 46.1553 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "1k" (id 1) (at 70.0786 48.6922 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 68.58 46.99 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 68.58 46.99 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d0058440-a5be-4724-a64c-464ab70c8db8)) + (pin "2" (uuid 19cd44ce-97ca-4b3f-8d97-716e162d654b)) + ) + + (symbol (lib_id "Device:R_Small") (at 53.34 94.615 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid b71ec0b5-d4cd-4b67-ad9a-6dfe0e1b278e) + (property "Reference" "R?" (id 0) (at 53.34 96.647 90)) + (property "Value" "22R" (id 1) (at 53.34 98.425 90)) + (property "Footprint" "" (id 2) (at 53.34 94.615 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 53.34 94.615 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fff42a11-72ea-452e-84ac-ddcf3e4394be)) + (pin "2" (uuid 96ee87d8-f55d-493e-b546-81bf54cb3521)) + ) + + (symbol (lib_id "power:GND") (at 254 58.42 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid b76e019c-0e46-455a-9f98-77bf84ab6c09) + (property "Reference" "#PWR?" (id 0) (at 254 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 254 62.8634 0)) + (property "Footprint" "" (id 2) (at 254 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 254 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5a86760d-a940-42c3-9f41-011c84c6a26a)) + ) + + (symbol (lib_id "power:VCC") (at 50.8 38.1 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid c06ced5a-90e7-4017-9c46-39d80fe31d94) + (property "Reference" "#PWR?" (id 0) (at 50.8 41.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 50.8 34.5242 0)) + (property "Footprint" "" (id 2) (at 50.8 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 50.8 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4d573c2b-bc6f-41d3-b161-7bbf532658e5)) + ) + + (symbol (lib_id "power:VCC") (at 148.59 22.86 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid cf817be1-a275-4f10-ab03-f5940cfee0b0) + (property "Reference" "#PWR?" (id 0) (at 148.59 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 148.59 19.2842 0)) + (property "Footprint" "" (id 2) (at 148.59 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 148.59 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 906ed54a-4aa7-472d-a905-96cc48a7a5af)) + ) + + (symbol (lib_id "Device:LED") (at 62.23 40.64 180) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid d8dbb348-c83c-4205-9e84-ca89d5f44f96) + (property "Reference" "D?" (id 0) (at 63.8175 34.7812 0)) + (property "Value" "RED" (id 1) (at 63.8175 37.3181 0)) + (property "Footprint" "" (id 2) (at 62.23 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 62.23 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dc69750f-bbc0-465a-8a82-3f806db37dc8)) + (pin "2" (uuid f4dcedfc-9d33-4630-b39b-caf290836378)) + ) + + (symbol (lib_id "power:GND") (at 68.58 53.34 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid d9744fac-c7d3-4b83-bdb9-98df7a282dc8) + (property "Reference" "#PWR?" (id 0) (at 68.58 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 68.58 57.7834 0)) + (property "Footprint" "" (id 2) (at 68.58 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 68.58 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bf330a8d-7d81-43bc-a850-fa427c2c03d2)) + ) + + (symbol (lib_id "Power_Protection:SRV05-4") (at 48.26 151.13 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid ddf21136-fb35-45c5-bda0-6251b821478e) + (property "Reference" "U?" (id 0) (at 51.0287 137.2702 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "SRV05-4" (id 1) (at 51.0287 139.8071 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (id 2) (at 66.04 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.onsemi.com/pub/Collateral/SRV05-4-D.PDF" (id 3) (at 48.26 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 79542795-2cd4-44fc-92f4-b2ae021979b9)) + (pin "2" (uuid c066f9ee-40db-4b91-a289-1c093240d889)) + (pin "3" (uuid 703d36e8-98a9-4c7c-9039-f0a70b0256df)) + (pin "4" (uuid 7ad6deec-84b8-42c5-9a62-79f41d4d4d01)) + (pin "5" (uuid e581b38d-132b-4680-a34b-1055b7151d9d)) + (pin "6" (uuid c9b3650a-45da-4f0d-aabb-91807e878c55)) + ) + + (sheet_instances + (path "/" (page "1")) + ) + + (symbol_instances + (path "/14c54390-9ed6-4502-ab0a-4f5af2adabeb" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/2144b732-1268-4e0b-9e88-e0a1d3a79aa3" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/4575434c-1564-46de-91ad-e3579457755c" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/5f517eb7-a798-4d0e-b446-9a05150df0c7" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/6d180b81-0bdd-4ba1-b3a0-40e21a62aafa" + (reference "#PWR?") (unit 1) (value "VCC") (footprint "") + ) + (path "/704cba80-8ea6-48d2-a326-72db4aa7ce35" + (reference "#PWR?") (unit 1) (value "VCC") (footprint "") + ) + (path "/802ba593-1d52-435a-8b2f-d0a3cdb23ddd" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/8f8b89b6-7ff8-4ef1-87bf-3108984248bc" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/9ab367b4-9b2d-4dc2-a106-d13cef658fb6" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/9f23b1ab-2834-4311-acda-32204ee22e25" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/b76e019c-0e46-455a-9f98-77bf84ab6c09" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/c06ced5a-90e7-4017-9c46-39d80fe31d94" + (reference "#PWR?") (unit 1) (value "VCC") (footprint "") + ) + (path "/cf817be1-a275-4f10-ab03-f5940cfee0b0" + (reference "#PWR?") (unit 1) (value "VCC") (footprint "") + ) + (path "/d9744fac-c7d3-4b83-bdb9-98df7a282dc8" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/10b5ad82-0802-4fd8-a21c-16061945b94f" + (reference "C?") (unit 1) (value "1uF") (footprint "") + ) + (path "/3a787d03-b44f-44ff-80b1-ccb716f1fb6a" + (reference "C?") (unit 1) (value "1uF") (footprint "") + ) + (path "/46efddf0-f982-45c8-a02d-2e341f95cbb2" + (reference "C?") (unit 1) (value "1uF") (footprint "") + ) + (path "/555cace2-fc27-438a-8c86-9f08a9617930" + (reference "C?") (unit 1) (value "18pF") (footprint "") + ) + (path "/5ee88375-a64d-41ef-93e4-5cd4db5b8491" + (reference "C?") (unit 1) (value "18pF") (footprint "") + ) + (path "/72e0377a-5bc9-473c-b99c-2ff550429f19" + (reference "C?") (unit 1) (value "1uF") (footprint "") + ) + (path "/8247310a-de92-4616-9b08-cb00011df0ce" + (reference "C?") (unit 1) (value "10uF") (footprint "") + ) + (path "/82b9ef0c-4c9c-4795-a8a4-e91dcc5f3f59" + (reference "D?") (unit 1) (value "Blue") (footprint "") + ) + (path "/d8dbb348-c83c-4205-9e84-ca89d5f44f96" + (reference "D?") (unit 1) (value "RED") (footprint "") + ) + (path "/970e04c2-794c-4e3f-8505-f921e55c143b" + (reference "J?") (unit 1) (value "Conn_ARM_JTAG_SWD_10") (footprint "Connector_PinSocket_1.27mm:PinSocket_2x05_P1.27mm_Vertical_SMD") + ) + (path "/ac5d1dfb-a062-47c5-a091-6d72cd5a3908" + (reference "J?") (unit 1) (value "USB_B_Micro") (footprint "") + ) + (path "/409ebf05-b9ae-4c45-b264-cd811dfcfc0f" + (reference "JP?") (unit 1) (value "Vbat") (footprint "") + ) + (path "/0e99dc05-5e4a-40ab-a4bb-713e0da848c6" + (reference "R?") (unit 1) (value "22R") (footprint "") + ) + (path "/16634481-1709-4230-bc7e-990cfdf0c89e" + (reference "R?") (unit 1) (value "1k") (footprint "") + ) + (path "/2e46b5be-13d3-4862-88e5-8f487ae52cbe" + (reference "R?") (unit 1) (value "10k") (footprint "") + ) + (path "/38d0a178-8633-40b1-9f98-56b09bc82a87" + (reference "R?") (unit 1) (value "10k") (footprint "") + ) + (path "/40d02f9d-bec4-4670-a9a0-3a9198fe815c" + (reference "R?") (unit 1) (value "1k") (footprint "") + ) + (path "/b558f786-3473-4a96-81b4-16726b0889d2" + (reference "R?") (unit 1) (value "1k") (footprint "") + ) + (path "/b71ec0b5-d4cd-4b67-ad9a-6dfe0e1b278e" + (reference "R?") (unit 1) (value "22R") (footprint "") + ) + (path "/b14d7140-638b-42ad-9b45-bad2c2ab5c20" + (reference "SW?") (unit 1) (value "RESET") (footprint "") + ) + (path "/1bd13fbe-d376-42a1-8a94-f12442f4121a" + (reference "U?") (unit 1) (value "STM32F103CBT6") (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm") + ) + (path "/afd0b185-caaf-4f93-99db-f0b618dfdb0d" + (reference "U?") (unit 1) (value "AMS1117-3.3") (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2") + ) + (path "/b51c0798-e72c-4006-9c69-56f9dace0a5f" + (reference "U?") (unit 1) (value "RFM95W-868S2") (footprint "") + ) + (path "/ddf21136-fb35-45c5-bda0-6251b821478e" + (reference "U?") (unit 1) (value "SRV05-4") (footprint "Package_TO_SOT_SMD:SOT-23-6") + ) + (path "/a9ba0675-b32b-4c02-b691-484fb605f347" + (reference "Y?") (unit 1) (value "8MHz") (footprint "") + ) + ) +)