generated from ddclark/Ennnn_NAME_PCBA
Commit because a commit is needed because there have been no committed commits in a while
This commit is contained in:
parent
07194067a8
commit
cc52543932
3
.gitignore
vendored
3
.gitignore
vendored
@ -17,6 +17,7 @@ _autosave-*
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
~*.lck
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
@ -33,3 +34,5 @@ fp-info-cache
|
||||
# LibreOffice locks
|
||||
.~lock.*#
|
||||
|
||||
\#*\#
|
||||
|
||||
|
||||
@ -467,14 +467,147 @@
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 24,
|
||||
"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": "+3V3",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgb(204, 102, 0)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
},
|
||||
{
|
||||
"bus_width": 24,
|
||||
"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": "+5V",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgb(255, 0, 0)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
},
|
||||
{
|
||||
"bus_width": 24,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 1,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "3V3_SOM",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgb(255, 153, 0)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
},
|
||||
{
|
||||
"bus_width": 24,
|
||||
"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": "GND",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgb(0, 0, 0)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
},
|
||||
{
|
||||
"bus_width": 24,
|
||||
"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": "USB",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgb(0, 0, 255)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
},
|
||||
{
|
||||
"bus_width": 34,
|
||||
"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": "VBUS_HUB",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgb(192, 70, 130)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
"netclass_assignments": {
|
||||
"/Schematic Top Sheet/USB/VBUS_USB_HUB": "VBUS_HUB"
|
||||
},
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "+5V",
|
||||
"pattern": "+5V"
|
||||
},
|
||||
{
|
||||
"netclass": "GND",
|
||||
"pattern": "GND"
|
||||
},
|
||||
{
|
||||
"netclass": "3V3_SOM",
|
||||
"pattern": "+3V3_SOM"
|
||||
},
|
||||
{
|
||||
"netclass": "+3V3",
|
||||
"pattern": "+3V3"
|
||||
},
|
||||
{
|
||||
"netclass": "VBUS_HUB",
|
||||
"pattern": "*VBUS*"
|
||||
},
|
||||
{
|
||||
"netclass": "USB",
|
||||
"pattern": "*D+"
|
||||
},
|
||||
{
|
||||
"netclass": "USB",
|
||||
"pattern": "*D-"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
@ -836,6 +969,30 @@
|
||||
[
|
||||
"9ee585c0-a43b-431a-a833-aad32b12d565",
|
||||
"MCU"
|
||||
],
|
||||
[
|
||||
"74d73715-e207-43c5-9bff-f85bdd331919",
|
||||
"USB"
|
||||
],
|
||||
[
|
||||
"5c8c1318-4c82-4d6d-a985-2dd3d07d2391",
|
||||
"MODULE1"
|
||||
],
|
||||
[
|
||||
"d2b1f072-8da2-4312-9ee2-1380cfe26d87",
|
||||
"MODULE2"
|
||||
],
|
||||
[
|
||||
"c9906f7b-d7e2-47b2-adce-875320cdc50e",
|
||||
"MODULE3"
|
||||
],
|
||||
[
|
||||
"469c38d4-2a01-488a-afc2-3e0b882ab561",
|
||||
"MODULE4"
|
||||
],
|
||||
[
|
||||
"dbfc5b4f-a216-4d98-9f87-db3b7d81ee10",
|
||||
"MMDVM"
|
||||
]
|
||||
],
|
||||
"text_variables": {
|
||||
|
||||
@ -107,6 +107,103 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "DDCEE:GND"
|
||||
(power)
|
||||
(pin_numbers hide)
|
||||
(pin_names
|
||||
(offset 0) hide)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(pin power_in line
|
||||
(at 0 0 270)
|
||||
(length 0)
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "DDCEE:TP_2P_Keystone_1430-2"
|
||||
(pin_numbers hide)
|
||||
(pin_names hide)
|
||||
@ -694,102 +791,6 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:GND"
|
||||
(power)
|
||||
(pin_numbers hide)
|
||||
(pin_names
|
||||
(offset 0) hide)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(pin power_in line
|
||||
(at 0 0 270)
|
||||
(length 0)
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(junction
|
||||
(at 110.49 186.69)
|
||||
@ -803,6 +804,10 @@
|
||||
(color 0 0 0 0)
|
||||
(uuid "9afd18c7-477d-4d18-aeb9-f1f9a8d7ddbd")
|
||||
)
|
||||
(no_connect
|
||||
(at -85.09 3.81)
|
||||
(uuid "4959a286-f45b-4edc-983e-7fa27f2481fc")
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 71.12 185.42) (xy 71.12 195.58)
|
||||
@ -2875,7 +2880,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 110.49 193.04 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -2894,11 +2899,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 110.49 198.12 0)
|
||||
(at 110.49 196.85 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -3288,6 +3294,44 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(sheet
|
||||
(at 85.725 68.58)
|
||||
(size 13.335 15.24)
|
||||
(fields_autoplaced yes)
|
||||
(stroke
|
||||
(width 0.1524)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(color 0 0 0 0.0000)
|
||||
)
|
||||
(uuid "74d73715-e207-43c5-9bff-f85bdd331919")
|
||||
(property "Sheetname" "USB"
|
||||
(at 85.725 67.8684 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
)
|
||||
(property "Sheetfile" "usb.kicad_sch"
|
||||
(at 85.725 84.4046 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
)
|
||||
)
|
||||
(instances
|
||||
(project "E1001_KG-VRS_Carrier_PCBA"
|
||||
(path "/0a39b631-5a77-4664-a8f2-0dd8d62fbc5e/cec39ed2-99af-4908-8ea2-fcb82f236403"
|
||||
(page "5")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(sheet
|
||||
(at 53.34 45.72)
|
||||
(size 20.32 91.44)
|
||||
@ -3346,4 +3390,42 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(sheet
|
||||
(at 86.36 90.17)
|
||||
(size 12.7 16.51)
|
||||
(fields_autoplaced yes)
|
||||
(stroke
|
||||
(width 0.1524)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(color 0 0 0 0.0000)
|
||||
)
|
||||
(uuid "dbfc5b4f-a216-4d98-9f87-db3b7d81ee10")
|
||||
(property "Sheetname" "MMDVM"
|
||||
(at 86.36 89.4584 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
)
|
||||
(property "Sheetfile" "mmdvm.kicad_sch"
|
||||
(at 86.36 107.2646 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
)
|
||||
)
|
||||
(instances
|
||||
(project "E1001_KG-VRS_Carrier_PCBA"
|
||||
(path "/0a39b631-5a77-4664-a8f2-0dd8d62fbc5e/cec39ed2-99af-4908-8ea2-fcb82f236403"
|
||||
(page "10")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
61406
1_Design/SCH/Module_Interface.kicad_sch
Normal file
61406
1_Design/SCH/Module_Interface.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
@ -567,6 +567,103 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "DDCEE:GND"
|
||||
(power)
|
||||
(pin_numbers hide)
|
||||
(pin_names
|
||||
(offset 0) hide)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(pin power_in line
|
||||
(at 0 0 270)
|
||||
(length 0)
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "DDCEE:IC_5P_DMN32D2LDF-7"
|
||||
(pin_names hide)
|
||||
(exclude_from_sim no)
|
||||
@ -7979,7 +8076,7 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:GND"
|
||||
(symbol "power:+5V"
|
||||
(power)
|
||||
(pin_numbers hide)
|
||||
(pin_names
|
||||
@ -7988,7 +8085,7 @@
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(at 0 -3.81 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -7996,8 +8093,8 @@
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(property "Value" "+5V"
|
||||
(at 0 3.556 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -8022,7 +8119,7 @@
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(property "Description" "Power symbol creates a global label with name \"+5V\""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
@ -8040,10 +8137,34 @@
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(symbol "+5V_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)
|
||||
(xy -0.762 1.27) (xy 0 2.54)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 0 2.54)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54) (xy 0.762 1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -8054,9 +8175,9 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(symbol "+5V_1_1"
|
||||
(pin power_in line
|
||||
(at 0 0 270)
|
||||
(at 0 0 90)
|
||||
(length 0)
|
||||
(name "~"
|
||||
(effects
|
||||
@ -8364,6 +8485,12 @@
|
||||
(color 0 0 0 0)
|
||||
(uuid "a4c21ffc-0ca5-42f3-91b2-04151f47c19c")
|
||||
)
|
||||
(junction
|
||||
(at 53.34 25.4)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "a979df54-8b3f-44a6-a6cc-b89abdb314c8")
|
||||
)
|
||||
(junction
|
||||
(at 175.26 88.9)
|
||||
(diameter 0)
|
||||
@ -8520,10 +8647,6 @@
|
||||
(at 93.98 99.06)
|
||||
(uuid "517c2574-63f5-4a70-89a3-d3c51e9f2d3a")
|
||||
)
|
||||
(no_connect
|
||||
(at 93.98 71.12)
|
||||
(uuid "65a8f785-4eeb-4369-b45b-92965eabeaf3")
|
||||
)
|
||||
(no_connect
|
||||
(at 60.96 88.9)
|
||||
(uuid "9f85ae75-0f4b-4105-8c8c-ed66f81bfe4b")
|
||||
@ -8542,6 +8665,16 @@
|
||||
)
|
||||
(uuid "0172a651-7929-418d-a875-febf43495394")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 95.25 63.5) (xy 104.14 63.5)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "02361759-61c6-4150-b634-9bd5ae566c79")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 175.26 104.14) (xy 175.26 106.68)
|
||||
@ -8702,6 +8835,16 @@
|
||||
)
|
||||
(uuid "14861d19-6fc6-49e7-9cc9-7ba9a5b96372")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 95.25 71.12) (xy 95.25 63.5)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "1852dedf-0f25-4b5f-a409-f375baf3515d")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 135.89 71.12) (xy 135.89 82.55)
|
||||
@ -8724,7 +8867,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 96.52 88.9) (xy 96.52 81.28)
|
||||
(xy 97.79 88.9) (xy 97.79 81.28)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -8762,6 +8905,16 @@
|
||||
)
|
||||
(uuid "207b5c72-033c-4812-9f64-a80841f29802")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 203.2 58.42) (xy 220.98 58.42)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "20806e11-0eed-42f5-ac5a-8a4e7c47aa0b")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 175.26 88.9) (xy 175.26 91.44)
|
||||
@ -8932,6 +9085,16 @@
|
||||
)
|
||||
(uuid "333b3829-8340-400e-a8fe-e10bf3fe75c6")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 203.2 55.88) (xy 220.98 55.88)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "3386e2c7-23af-4d8a-a681-4ec2d207bebc")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 142.24 106.68) (xy 142.24 109.22)
|
||||
@ -9532,6 +9695,16 @@
|
||||
)
|
||||
(uuid "7eead7d4-bfe0-4699-96b2-82d63a9d4452")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 203.2 27.94) (xy 220.98 27.94)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "7eec4cef-d720-46da-bf0d-379ba65b49c6")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 170.18 50.8) (xy 175.26 50.8)
|
||||
@ -9604,7 +9777,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 102.87 88.9) (xy 96.52 88.9)
|
||||
(xy 102.87 88.9) (xy 97.79 88.9)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -9702,6 +9875,16 @@
|
||||
)
|
||||
(uuid "96b22307-680f-4add-8c9c-32454ea76aaa")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 203.2 25.4) (xy 220.98 25.4)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "96ce2c8d-e79a-4286-bea2-b451374b793a")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 91.44 38.1) (xy 106.68 38.1)
|
||||
@ -9724,7 +9907,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 102.87 71.12) (xy 96.52 71.12)
|
||||
(xy 102.87 71.12) (xy 97.79 71.12)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -9804,7 +9987,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 96.52 71.12) (xy 96.52 78.74)
|
||||
(xy 97.79 71.12) (xy 97.79 78.74)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -9844,7 +10027,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 93.98 81.28) (xy 96.52 81.28)
|
||||
(xy 93.98 81.28) (xy 97.79 81.28)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -9854,7 +10037,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 99.06 78.74) (xy 99.06 81.28)
|
||||
(xy 100.33 78.74) (xy 100.33 81.28)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -9982,6 +10165,16 @@
|
||||
)
|
||||
(uuid "b84a7247-2166-4c8a-a075-6b58d596eb8d")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 53.34 25.4) (xy 60.96 25.4)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "bcd1eb4e-5b34-415a-824a-dcc5e1b7b210")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 175.26 111.76) (xy 175.26 119.38)
|
||||
@ -10054,7 +10247,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 45.72 25.4) (xy 60.96 25.4)
|
||||
(xy 45.72 25.4) (xy 53.34 25.4)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -10214,7 +10407,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 104.14 78.74) (xy 99.06 78.74)
|
||||
(xy 104.14 78.74) (xy 100.33 78.74)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -10352,6 +10545,36 @@
|
||||
)
|
||||
(uuid "e7fb9ec1-b724-4d3d-8f56-39f779d274d1")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 53.34 21.59) (xy 53.34 25.4)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "e883251c-a377-4212-88c0-d74600e8e503")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 93.98 71.12) (xy 95.25 71.12)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "ec7193d3-7be7-47db-8f51-af5107bd7393")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 50.8 119.38) (xy 63.5 119.38)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "ecb7a81b-50f5-41c4-bda7-40a9fd99eb97")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 20.32 86.36) (xy 20.32 88.9)
|
||||
@ -10374,7 +10597,7 @@
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 93.98 78.74) (xy 96.52 78.74)
|
||||
(xy 93.98 78.74) (xy 97.79 78.74)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
@ -10604,7 +10827,7 @@
|
||||
(uuid "19adc7e1-f2a7-4cb7-9e53-0089b2e0eae7")
|
||||
)
|
||||
(label "PI_LED_~{PWR}"
|
||||
(at 96.52 78.74 90)
|
||||
(at 97.79 78.74 90)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
@ -10625,6 +10848,39 @@
|
||||
)
|
||||
(uuid "4577d524-d8a5-4383-882a-37f6acb936bd")
|
||||
)
|
||||
(label "MMDVM_TX"
|
||||
(at 205.74 55.88 0)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "4e1f1c1c-326b-4672-aa36-9723aceeeb57")
|
||||
)
|
||||
(label "MMDVM_RX"
|
||||
(at 205.74 58.42 0)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "5025b249-807a-48e9-90e3-6fb9943669bb")
|
||||
)
|
||||
(label "MMDVM_SDA"
|
||||
(at 205.74 25.4 0)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "58c104ad-bfc7-4b77-9cd4-83e3836fadd0")
|
||||
)
|
||||
(label "BT_~{DISABLE}"
|
||||
(at 45.72 73.66 0)
|
||||
(fields_autoplaced yes)
|
||||
@ -10659,7 +10915,7 @@
|
||||
(uuid "92254c04-bc73-46fa-b069-0a51792acb45")
|
||||
)
|
||||
(label "PI_LED_~{ACTIVITY}"
|
||||
(at 96.52 81.28 270)
|
||||
(at 97.79 81.28 270)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
@ -10669,6 +10925,17 @@
|
||||
)
|
||||
(uuid "a6990472-97e8-4d25-a4e0-1a5f7791bbc2")
|
||||
)
|
||||
(label "~{EXTRST}"
|
||||
(at 95.25 63.5 0)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "cb7bd7fb-2259-4986-8f02-1ceb45367838")
|
||||
)
|
||||
(label "D-"
|
||||
(at 91.44 119.38 0)
|
||||
(fields_autoplaced yes)
|
||||
@ -10680,6 +10947,41 @@
|
||||
)
|
||||
(uuid "d39021d6-659f-441a-acbe-d883b6baf50d")
|
||||
)
|
||||
(label "MMDVM_SCL"
|
||||
(at 205.74 27.94 0)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "eeccb09d-0f44-4e0e-a832-2b1f65691a41")
|
||||
)
|
||||
(hierarchical_label "EN_USB_OTG"
|
||||
(shape input)
|
||||
(at 50.8 119.38 180)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
(uuid "3bc27535-adb3-426b-8a60-2657e17f9a6f")
|
||||
)
|
||||
(hierarchical_label "~{EXTRST}"
|
||||
(shape output)
|
||||
(at 104.14 63.5 0)
|
||||
(fields_autoplaced yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "89d9680c-f5bc-4744-8380-16897a8dd358")
|
||||
)
|
||||
(hierarchical_label "USB_D+"
|
||||
(shape bidirectional)
|
||||
(at 101.6 121.92 0)
|
||||
@ -10927,6 +11229,72 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:+5V")
|
||||
(at 53.34 21.59 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "0c8ebb1a-800e-4a02-ab1b-2c33575bce28")
|
||||
(property "Reference" "#PWR08"
|
||||
(at 53.34 25.4 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "+5V"
|
||||
(at 53.34 16.51 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 53.34 21.59 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 53.34 21.59 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"+5V\""
|
||||
(at 53.34 21.59 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "e2d1db31-83ca-42a1-9285-5ff2baadcc6a")
|
||||
)
|
||||
(instances
|
||||
(project ""
|
||||
(path "/0a39b631-5a77-4664-a8f2-0dd8d62fbc5e/cec39ed2-99af-4908-8ea2-fcb82f236403/9ee585c0-a43b-431a-a833-aad32b12d565"
|
||||
(reference "#PWR08")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:+3V3")
|
||||
(at 134.62 40.64 0)
|
||||
@ -10994,7 +11362,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 33.02 101.6 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -11013,11 +11381,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 33.02 106.68 0)
|
||||
(at 33.02 105.41 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -11544,8 +11913,8 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 99.06 81.28 0)
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 100.33 81.28 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
@ -11554,7 +11923,7 @@
|
||||
(fields_autoplaced yes)
|
||||
(uuid "1cd7d64a-8b59-4184-b7e4-05d473516f4f")
|
||||
(property "Reference" "#PWR06"
|
||||
(at 99.06 87.63 0)
|
||||
(at 100.33 87.63 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -11563,15 +11932,16 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 99.06 86.36 0)
|
||||
(at 100.33 85.09 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 99.06 81.28 0)
|
||||
(at 100.33 81.28 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -11580,7 +11950,7 @@
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 99.06 81.28 0)
|
||||
(at 100.33 81.28 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -11589,7 +11959,7 @@
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 99.06 81.28 0)
|
||||
(at 100.33 81.28 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -12848,6 +13218,7 @@
|
||||
)
|
||||
(pin "58"
|
||||
(uuid "d4b26b52-e5af-441b-85ff-5f05a24a274b")
|
||||
(alternate "SDA1")
|
||||
)
|
||||
(pin "97"
|
||||
(uuid "8d01a47a-183a-4e7a-a941-4443a9af2c0f")
|
||||
@ -13253,6 +13624,7 @@
|
||||
)
|
||||
(pin "55"
|
||||
(uuid "5c06cae1-ba0e-478c-9708-8899dfaff575")
|
||||
(alternate "TXD1")
|
||||
)
|
||||
(pin "169"
|
||||
(uuid "a5e9a97d-4060-40c6-88ed-a5e6d7abc0a6")
|
||||
@ -13301,12 +13673,14 @@
|
||||
)
|
||||
(pin "51"
|
||||
(uuid "1dcf0f9c-cc82-426e-9538-b50541e22272")
|
||||
(alternate "RXD1")
|
||||
)
|
||||
(pin "84"
|
||||
(uuid "a765daa4-df6e-4b8e-bbf5-5b7f65297f7d")
|
||||
)
|
||||
(pin "56"
|
||||
(uuid "d2d6ff4b-e158-4e39-8b3e-c4267dd19827")
|
||||
(alternate "SCL1")
|
||||
)
|
||||
(pin "53"
|
||||
(uuid "b3f776c0-3589-45ac-a707-7b19a9860fb5")
|
||||
@ -14362,7 +14736,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 20.32 88.9 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -14381,11 +14755,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 20.32 93.98 0)
|
||||
(at 20.32 92.71 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -14428,7 +14803,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 78.74 40.64 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -14447,11 +14822,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 78.74 45.72 0)
|
||||
(at 78.74 44.45 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -14724,7 +15100,6 @@
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "58bcce04-ddb9-4f3f-8cd2-eb0e5a86c85e")
|
||||
(property "Reference" "#PWR07"
|
||||
(at 129.54 83.82 0)
|
||||
@ -14736,7 +15111,7 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "+3V3_SOM"
|
||||
(at 129.54 74.93 0)
|
||||
(at 123.952 78.232 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
@ -16313,7 +16688,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 142.24 119.38 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -16332,11 +16707,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 142.24 124.46 0)
|
||||
(at 142.24 123.19 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -17624,7 +18000,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 175.26 119.38 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -17643,11 +18019,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 175.26 124.46 0)
|
||||
(at 175.26 123.19 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -17690,7 +18067,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 185.42 45.72 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -17709,11 +18086,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 185.42 50.8 0)
|
||||
(at 185.42 49.53 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -17756,7 +18134,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 180.34 45.72 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -17775,11 +18153,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 180.34 50.8 0)
|
||||
(at 180.34 49.53 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -18474,10 +18853,10 @@
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "50950b1b-70a9-470e-96f0-ec8aac381a94")
|
||||
(uuid "50950b1b-70a9-470e-96f0-ec8aac381a95")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "723d194d-4bad-42ea-9701-008ea626d649")
|
||||
(uuid "723d194d-4bad-42ea-9701-008ea626d64a")
|
||||
)
|
||||
(instances
|
||||
(project ""
|
||||
@ -18554,7 +18933,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 33.02 83.82 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -18573,11 +18952,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 33.02 88.9 0)
|
||||
(at 33.02 87.63 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -19861,7 +20241,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 134.62 55.88 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -19880,11 +20260,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 134.62 60.96 0)
|
||||
(at 134.62 59.69 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
@ -19927,7 +20308,7 @@
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(lib_id "DDCEE:GND")
|
||||
(at 30.48 40.64 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
@ -19946,11 +20327,12 @@
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 30.48 45.72 0)
|
||||
(at 30.48 44.45 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
|
||||
2734
1_Design/SCH/mmdvm.kicad_sch
Normal file
2734
1_Design/SCH/mmdvm.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
21605
1_Design/SCH/usb.kicad_sch
Normal file
21605
1_Design/SCH/usb.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
BIN
4_mCAD/Assembly_USB_Module Connector.20241103-122707.FCBak
Normal file
BIN
4_mCAD/Assembly_USB_Module Connector.20241103-122707.FCBak
Normal file
Binary file not shown.
BIN
4_mCAD/Assembly_USB_Module Connector.FCStd
Normal file
BIN
4_mCAD/Assembly_USB_Module Connector.FCStd
Normal file
Binary file not shown.
BIN
4_mCAD/SBH11-PBPC-D05-ST-BK.20241103-122703.FCBak
Normal file
BIN
4_mCAD/SBH11-PBPC-D05-ST-BK.20241103-122703.FCBak
Normal file
Binary file not shown.
BIN
4_mCAD/SBH11-PBPC-D05-ST-BK.FCStd
Normal file
BIN
4_mCAD/SBH11-PBPC-D05-ST-BK.FCStd
Normal file
Binary file not shown.
8078
4_mCAD/SBH11-_ _ _C-D05-ST-_ _.STEP
Normal file
8078
4_mCAD/SBH11-_ _ _C-D05-ST-_ _.STEP
Normal file
File diff suppressed because it is too large
Load Diff
BIN
4_mCAD/SFH11-PBPC-D05-ST-BK.20241103-122700.FCBak
Normal file
BIN
4_mCAD/SFH11-PBPC-D05-ST-BK.20241103-122700.FCBak
Normal file
Binary file not shown.
BIN
4_mCAD/SFH11-PBPC-D05-ST-BK.FCStd
Normal file
BIN
4_mCAD/SFH11-PBPC-D05-ST-BK.FCStd
Normal file
Binary file not shown.
18455
4_mCAD/SFH11-_ _ _C-D05-ST-_ _.STEP
Normal file
18455
4_mCAD/SFH11-_ _ _C-D05-ST-_ _.STEP
Normal file
File diff suppressed because it is too large
Load Diff
BIN
5_Images/24929.png
Normal file
BIN
5_Images/24929.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 431 KiB |
BIN
5_Images/GSB1C211110DS1HR.png
Normal file
BIN
5_Images/GSB1C211110DS1HR.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
BIN
5_Images/Screenshot_20241102_180012.png
Normal file
BIN
5_Images/Screenshot_20241102_180012.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 455 KiB |
BIN
5_Images/Screenshot_20241102_180915.png
Normal file
BIN
5_Images/Screenshot_20241102_180915.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 935 KiB |
Loading…
x
Reference in New Issue
Block a user