Compare commits
No commits in common. "kicad_version_10" and "main" have entirely different histories.
kicad_vers
...
main
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,7 +3,3 @@ scope_addin_v1-backups
|
|||
~scope_addin_v1.kicad_sch.lck
|
||||
~scope_addin_v1.kicad_pcb.lck
|
||||
fp-info-cache
|
||||
.history
|
||||
fp-info-cache
|
||||
fp-info-cache
|
||||
~scope_addin_v1.kicad_pro.lck
|
||||
|
|
|
|||
13
README.md
13
README.md
|
|
@ -1,12 +1 @@
|
|||
# Scope Addin Board Project
|
||||
This is an addon board for my 54831B Infiniium Oscillioscope. It includes an ethernet switch (RTL8367S-CG), HDMI to Parallel converter, and VNA module for S-parameter
|
||||
analysis. It is controlled using a STM32F407 microcontroller, with external CAN and Ethernet busses for communication with any future oscilloscope devices I design.
|
||||
|
||||
## VNA
|
||||
|
||||
## Ethernet Switch
|
||||
This board has 3 external gigabit RJ45 connectors, and 2 internal connectors.
|
||||
## HDMI to Parallel
|
||||
|
||||
## Power Supplies
|
||||
The board is powered using a standard ATX-20 pin plug, controlled by the STM32 on standby power. There are six power rails for the peripherals, and each one contains a power switch as well for control by the MCU. Each power rail is current limited and has its own fuse to prevent damage to the device.
|
||||
=== Scope Addin Board Project
|
||||
|
|
|
|||
1253
TPS2116.kicad_sch
1253
TPS2116.kicad_sch
File diff suppressed because it is too large
Load diff
613
canbus.kicad_sch
613
canbus.kicad_sch
File diff suppressed because it is too large
Load diff
|
|
@ -1,521 +1,35 @@
|
|||
(kicad_sch
|
||||
(version 20260101)
|
||||
(version 20250114)
|
||||
(generator "eeschema")
|
||||
(generator_version "10.0")
|
||||
(generator_version "9.0")
|
||||
(uuid "5fe0612a-1f93-4d09-bc06-86a37ca6bb61")
|
||||
(paper "A5")
|
||||
(lib_symbols
|
||||
(symbol "Device:R_Small_US"
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0.254)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "R"
|
||||
(at 0.762 0.508 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Value" "R_Small_US"
|
||||
(at 0.762 -1.016 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Resistor, small US symbol"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "r resistor"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "R_Small_US_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 1.524) (xy 1.016 1.143) (xy 0 0.762) (xy -1.016 0.381) (xy 0 0)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 1.016 -0.381) (xy 0 -0.762) (xy -1.016 -1.143) (xy 0 -1.524)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 0 2.54 270)
|
||||
(length 1.016)
|
||||
(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 1.016)
|
||||
(name ""
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "geegor_symlib:HHM22137A1"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "DC"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "GeegorLibrary:HHM22137A1"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "HHM22137A1_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 -12.7) (xy -3.81 -11.43) (xy 3.81 -11.43) (xy 5.08 -12.7)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -7.62) (xy 3.81 -8.89) (xy -3.81 -8.89) (xy -5.08 -7.62)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "HHM22137A1_1_1"
|
||||
(rectangle
|
||||
(start -11.43 -1.27)
|
||||
(end 10.16 -17.78)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type background)
|
||||
)
|
||||
)
|
||||
(text "50Z\n578MHz:12750MHz"
|
||||
(at -8.89 -10.16 900)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at -5.08 -20.32 90)
|
||||
(length 2.54)
|
||||
(name "OUT"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 12.7 -10.16 180)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 5.08 -20.32 90)
|
||||
(length 2.54)
|
||||
(name "IN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 5.08 1.27 270)
|
||||
(length 2.54)
|
||||
(name "MON"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 12.7 -10.16 180)
|
||||
(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 -5.08 1.27 270)
|
||||
(length 2.54)
|
||||
(name "TERM"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "6"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "power:GND"
|
||||
(power global)
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(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)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
(lib_symbols)
|
||||
(hierarchical_label "MONITOR"
|
||||
(shape output)
|
||||
(at 91.44 57.15 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "1ada3bb6-4383-4792-8414-e0a27a4802e2")
|
||||
)
|
||||
(hierarchical_label "OUTPUT"
|
||||
(shape output)
|
||||
(at 69.85 46.99 180)
|
||||
(at 69.85 71.12 180)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
(uuid "1ada3bb6-4383-4792-8414-e0a27a4802e2")
|
||||
)
|
||||
(hierarchical_label "OUTPUT"
|
||||
(shape output)
|
||||
(at 138.43 53.34 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "dfafd365-7ef1-432e-b17c-b37af1c8752e")
|
||||
)
|
||||
(hierarchical_label "INPUT"
|
||||
(shape input)
|
||||
(at 69.85 57.15 180)
|
||||
(at 69.85 53.34 180)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -524,380 +38,4 @@
|
|||
)
|
||||
(uuid "eb5f0f99-dedb-4105-9b07-8686465e215e")
|
||||
)
|
||||
(netclass_flag ""
|
||||
(length 2.54)
|
||||
(shape round)
|
||||
(at 91.44 46.99 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "66a10b75-9a9d-46f1-98f3-19906fc23e9d")
|
||||
(property "Net Class" "RF"
|
||||
(at 90.8685 42.418 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Component Class" ""
|
||||
(at -130.81 -16.51 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(italic yes)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 80.01 64.77 0)
|
||||
(mirror y)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "330d62f2-9f66-4055-a050-a0b06e543e62")
|
||||
(property "Reference" "#PWR0275"
|
||||
(at 80.01 71.12 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 80.0101 68.58 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 80.01 64.77 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 80.01 64.77 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 80.01 64.77 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "e88dccd3-0e77-4ad8-9ef3-c00ce783b5d8")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/898b20f0-1ecf-46c6-9822-e87ef05eb838"
|
||||
(reference "#PWR0275")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:R_Small_US")
|
||||
(at 93.98 46.99 270)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(uuid "36fe5e3f-5dae-4475-a106-37cf87ba789f")
|
||||
(property "Reference" "R100"
|
||||
(at 93.98 42.164 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "50"
|
||||
(at 93.98 44.704 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric"
|
||||
(at 93.98 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 93.98 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Resistor, small US symbol"
|
||||
(at 93.98 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "9208a617-beb4-4299-8c17-6b1e1bd7bfd5")
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "b606972b-3125-451b-9fb9-54438da9c0f1")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/898b20f0-1ecf-46c6-9822-e87ef05eb838"
|
||||
(reference "R100")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 96.52 46.99 90)
|
||||
(mirror x)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "6f6439de-c642-497c-a938-47b7100d71b3")
|
||||
(property "Reference" "#PWR0276"
|
||||
(at 102.87 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 101.6 46.99 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 96.52 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 96.52 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 96.52 46.99 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "963c11dc-4725-4f5a-85d0-c90d857c16f0")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/898b20f0-1ecf-46c6-9822-e87ef05eb838"
|
||||
(reference "#PWR0276")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "geegor_symlib:HHM22137A1")
|
||||
(at 90.17 52.07 270)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "b11eb981-23e2-4c67-bed9-df33ba10e657")
|
||||
(property "Reference" "DC3"
|
||||
(at 80.0101 39.37 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 90.17 52.07 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "GeegorLibrary:HHM22137A1"
|
||||
(at 90.17 52.07 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 90.17 52.07 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 90.17 52.07 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "MPN" "X"
|
||||
(at 90.17 52.07 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "5"
|
||||
(uuid "01fc229b-4c80-4532-bf8f-e24a6a04fdd6")
|
||||
)
|
||||
(pin "4"
|
||||
(uuid "b627ed04-6db2-4547-b119-419fd3445154")
|
||||
)
|
||||
(pin "3"
|
||||
(uuid "b961a36a-4e17-4e94-a956-7b70aeaa2af4")
|
||||
)
|
||||
(pin "6"
|
||||
(uuid "d1f1635d-1a6d-4cb9-b3d4-191ef74f411a")
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "2fb326d2-00ba-44df-8ebd-746dc70a6dbc")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "f1bb1b23-8899-4249-9dea-1c4b328bb7a3")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/898b20f0-1ecf-46c6-9822-e87ef05eb838"
|
||||
(reference "DC3")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,503 +1,35 @@
|
|||
(kicad_sch
|
||||
(version 20260101)
|
||||
(version 20250114)
|
||||
(generator "eeschema")
|
||||
(generator_version "10.0")
|
||||
(generator_version "9.0")
|
||||
(uuid "59f575c4-3518-40a0-87f8-77c0ff281a86")
|
||||
(paper "A5")
|
||||
(lib_symbols
|
||||
(symbol "Device:R_Small_US"
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0.254)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "R"
|
||||
(at 0.762 0.508 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Value" "R_Small_US"
|
||||
(at 0.762 -1.016 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Resistor, small US symbol"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "r resistor"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "R_Small_US_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 1.524) (xy 1.016 1.143) (xy 0 0.762) (xy -1.016 0.381) (xy 0 0)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 1.016 -0.381) (xy 0 -0.762) (xy -1.016 -1.143) (xy 0 -1.524)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 0 2.54 270)
|
||||
(length 1.016)
|
||||
(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 1.016)
|
||||
(name ""
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "geegor_symlib:H3-TCD-12-222X+"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "DC"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "GeegorLibrary:H3-TCD-12-222X+"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "H3-TCD-12-222X+_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 -12.7) (xy -3.81 -11.43) (xy 3.81 -11.43) (xy 5.08 -12.7)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -7.62) (xy 3.81 -8.89) (xy -3.81 -8.89) (xy -5.08 -7.62)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "H3-TCD-12-222X+_1_1"
|
||||
(rectangle
|
||||
(start -11.43 -1.27)
|
||||
(end 10.16 -17.78)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type background)
|
||||
)
|
||||
)
|
||||
(text "50Z\n5MHz:2250MHz"
|
||||
(at -8.89 -10.16 900)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 5.08 1.27 270)
|
||||
(length 2.54)
|
||||
(name "MON"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 12.7 -10.16 180)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at 5.08 -20.32 90)
|
||||
(length 2.54)
|
||||
(name "IN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at -5.08 -20.32 90)
|
||||
(length 2.54)
|
||||
(name "OUT"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at -5.08 1.27 270)
|
||||
(length 2.54)
|
||||
(name "TERM"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "6"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "power:GND"
|
||||
(power global)
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(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)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
(lib_symbols)
|
||||
(hierarchical_label "OUTPUT"
|
||||
(shape output)
|
||||
(at 81.28 53.34 180)
|
||||
(at 135.89 52.07 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "b5d2dabc-8180-4d30-8346-b942797ab7f1")
|
||||
)
|
||||
(hierarchical_label "MONITOR"
|
||||
(shape output)
|
||||
(at 67.31 69.85 180)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
(uuid "b5d2dabc-8180-4d30-8346-b942797ab7f1")
|
||||
)
|
||||
(hierarchical_label "MONITOR"
|
||||
(shape output)
|
||||
(at 102.87 63.5 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "e0d13da2-9d10-4f3c-9541-48ba72854e25")
|
||||
)
|
||||
(hierarchical_label "INPUT"
|
||||
(shape input)
|
||||
(at 81.28 63.5 180)
|
||||
(at 67.31 52.07 180)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -506,377 +38,4 @@
|
|||
)
|
||||
(uuid "ec093c0f-a1ff-4c1d-8952-19d14daa67d7")
|
||||
)
|
||||
(netclass_flag ""
|
||||
(length 2.54)
|
||||
(shape round)
|
||||
(at 102.87 53.34 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "2bbceb22-76c2-44d6-9aac-399191e3066c")
|
||||
(property "Net Class" "RF"
|
||||
(at 102.2985 48.768 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Component Class" ""
|
||||
(at -119.38 -10.16 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(italic yes)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 91.44 71.12 0)
|
||||
(mirror y)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "6f04da00-cf8b-4762-9c1b-9393725fa5fd")
|
||||
(property "Reference" "#PWR0277"
|
||||
(at 91.44 77.47 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 91.4401 74.93 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 91.44 71.12 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 91.44 71.12 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 91.44 71.12 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "57c288bb-bc0b-4101-9998-87f28b61f988")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/f6a49ee9-6617-45e8-9d44-df5ef7c376d7"
|
||||
(reference "#PWR0277")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "geegor_symlib:H3-TCD-12-222X+")
|
||||
(at 101.6 58.42 270)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "824c5717-0609-48f2-9552-0c47fd92d41a")
|
||||
(property "Reference" "DC4"
|
||||
(at 92.0751 45.72 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 101.6 58.42 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "GeegorLibrary:H3-TCD-12-222X+"
|
||||
(at 101.6 58.42 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 101.6 58.42 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 101.6 58.42 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "MPN" "X"
|
||||
(at 101.6 58.42 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "730e1895-4da8-48bb-8784-5ab9645d18dd")
|
||||
)
|
||||
(pin "6"
|
||||
(uuid "2d6b5d0c-4e4c-440a-afa2-b988f4bb2b93")
|
||||
)
|
||||
(pin "3"
|
||||
(uuid "d2810775-d133-4520-97f5-01e54bdf1f4f")
|
||||
)
|
||||
(pin "4"
|
||||
(uuid "164f85bf-85be-46b3-90f7-f8046b5066d7")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "3b54b628-1514-4628-b13b-db670a7604be")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/f6a49ee9-6617-45e8-9d44-df5ef7c376d7"
|
||||
(reference "DC4")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:R_Small_US")
|
||||
(at 105.41 53.34 270)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(uuid "c354e4b6-8c8d-4308-941b-e113aaf01846")
|
||||
(property "Reference" "R101"
|
||||
(at 105.41 48.514 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "50"
|
||||
(at 105.41 51.054 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric"
|
||||
(at 105.41 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 105.41 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Resistor, small US symbol"
|
||||
(at 105.41 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "a07b503a-b56c-4f7f-bc73-62d7652b93e6")
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "ad783a68-1544-489c-8c93-8e1b7df7f9db")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/f6a49ee9-6617-45e8-9d44-df5ef7c376d7"
|
||||
(reference "R101")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 107.95 53.34 90)
|
||||
(mirror x)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "cb15e846-2b95-4094-a2d7-15e0bab95be5")
|
||||
(property "Reference" "#PWR0278"
|
||||
(at 114.3 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 113.03 53.34 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 107.95 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 107.95 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 107.95 53.34 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "02fb599d-4051-424a-8cd0-2dee261c1709")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/f6a49ee9-6617-45e8-9d44-df5ef7c376d7"
|
||||
(reference "#PWR0278")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
1150
mag.kicad_sch
1150
mag.kicad_sch
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3223
pow_rail.kicad_sch
3223
pow_rail.kicad_sch
File diff suppressed because it is too large
Load diff
2960
pow_switch.kicad_sch
2960
pow_switch.kicad_sch
File diff suppressed because it is too large
Load diff
9799
power.kicad_sch
9799
power.kicad_sch
File diff suppressed because it is too large
Load diff
768
rfsp3t.kicad_sch
768
rfsp3t.kicad_sch
|
|
@ -1,768 +0,0 @@
|
|||
(kicad_sch
|
||||
(version 20260101)
|
||||
(generator "eeschema")
|
||||
(generator_version "10.0")
|
||||
(uuid "a8c90fbb-1eb1-4804-bd5f-46d94c248528")
|
||||
(paper "A5")
|
||||
(lib_symbols
|
||||
(symbol "geegor_symlib:SKY13317"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "U"
|
||||
(at -0.254 2.54 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Package_DFN_QFN:DFN-8-1EP_1.5x1.5mm_P0.4mm_EP0.7x1.2mm"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "SKY13317_1_1"
|
||||
(rectangle
|
||||
(start -8.89 1.27)
|
||||
(end 8.89 -16.51)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type background)
|
||||
)
|
||||
)
|
||||
(text "RFC-RF1: V1~{V2}~{V3}\nRFC-RF2: ~{V1}V2~{V3}\nRFC-RF3: ~{V1}~{V2}V3"
|
||||
(at -2.54 -16.256 900)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at -11.43 0 0)
|
||||
(length 2.54)
|
||||
(name "RFC"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin no_connect line
|
||||
(at -11.43 -12.7 0)
|
||||
(length 2.54)
|
||||
(name "NC"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 11.43 -2.54 180)
|
||||
(length 2.54)
|
||||
(name "V1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at 11.43 0 180)
|
||||
(length 2.54)
|
||||
(name "RF1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at 11.43 -6.35 180)
|
||||
(length 2.54)
|
||||
(name "RF2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "5"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 11.43 -8.89 180)
|
||||
(length 2.54)
|
||||
(name "V2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "6"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 11.43 -15.24 180)
|
||||
(length 2.54)
|
||||
(name "V3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "7"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at 11.43 -12.7 180)
|
||||
(length 2.54)
|
||||
(name "RF3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "8"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin passive line
|
||||
(at -11.43 -15.24 0)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "9"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "power:GND"
|
||||
(power global)
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(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)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 80.01 43.18) (xy 68.58 43.18)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "386e112c-6a31-4f54-b841-8c8f6a0e3c27")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 41.91 30.48) (xy 45.72 30.48)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "c20dda21-0051-44cb-9498-cb83a824ddcf")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 80.01 30.48) (xy 68.58 30.48)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "c2cc8bc8-9685-477a-8b81-36d959a9026c")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 80.01 36.83) (xy 68.58 36.83)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "dc5e5c88-0cc9-43c9-b787-3ccfb369b2bf")
|
||||
)
|
||||
(hierarchical_label "RF2"
|
||||
(shape bidirectional)
|
||||
(at 80.01 36.83 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "3c87360f-9dfc-46f6-9844-51ba05289103")
|
||||
)
|
||||
(hierarchical_label "RF1"
|
||||
(shape bidirectional)
|
||||
(at 80.01 30.48 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "3e861a66-522f-4e7c-b3de-58ae66bc52ca")
|
||||
)
|
||||
(hierarchical_label "RFC"
|
||||
(shape bidirectional)
|
||||
(at 41.91 30.48 180)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify right)
|
||||
)
|
||||
(uuid "43f80fdb-58f6-4827-8423-ffc70ca1371c")
|
||||
)
|
||||
(hierarchical_label "V1"
|
||||
(shape input)
|
||||
(at 68.58 33.02 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "4fbe1d92-14d7-4dea-8684-4a3ee6dccef5")
|
||||
)
|
||||
(hierarchical_label "V2"
|
||||
(shape input)
|
||||
(at 68.58 39.37 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "60ff4b9c-5b62-422e-a1be-889d08f639d5")
|
||||
)
|
||||
(hierarchical_label "RF3"
|
||||
(shape bidirectional)
|
||||
(at 80.01 43.18 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "9901a5f7-3b8c-4f56-b2d0-e5fbc38e7f5c")
|
||||
)
|
||||
(hierarchical_label "V3"
|
||||
(shape input)
|
||||
(at 68.58 45.72 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
(uuid "be2e181a-a521-4f0b-b958-dc8c83b5de50")
|
||||
)
|
||||
(rule_area
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 78.74 50.8) (xy 78.74 25.4) (xy 86.36 25.4) (xy 86.36 50.8)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type dash)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
(uuid "ce1eed41-9e5f-49e9-bbef-cb86e89d0f5d")
|
||||
)
|
||||
)
|
||||
(netclass_flag ""
|
||||
(length 2.54)
|
||||
(shape round)
|
||||
(at 43.18 30.48 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "724e0653-c40b-479e-bf07-8995fb891660")
|
||||
(property "Net Class" "RF"
|
||||
(at 42.6085 25.908 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Component Class" ""
|
||||
(at -179.07 -33.02 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(italic yes)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(netclass_flag ""
|
||||
(length 2.54)
|
||||
(shape round)
|
||||
(at 80.01 25.4 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "b2ef5c06-ab23-4346-9ddd-793368a354ec")
|
||||
(property "Net Class" "RF"
|
||||
(at 79.4385 20.828 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Component Class" ""
|
||||
(at -142.24 -38.1 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(italic yes)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 45.72 45.72 0)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "0bccf5e7-cedf-4aef-8bbc-0afa0ce38997")
|
||||
(property "Reference" "#PWR0272"
|
||||
(at 45.72 52.07 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 45.72 50.8 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 45.72 45.72 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 45.72 45.72 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 45.72 45.72 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "2586f676-7360-4026-b753-c44bd91c17c9")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/121e69a6-8a5a-4cdc-b69f-bc182f062e53"
|
||||
(reference "#PWR0274")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/4ecef3d1-c287-4d0c-a512-cb53780a9f71"
|
||||
(reference "#PWR0272")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/dee77ba7-4637-44cb-9551-c1ce0e960835"
|
||||
(reference "#PWR0273")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "geegor_symlib:SKY13317")
|
||||
(at 57.15 30.48 0)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "c271a9e2-d607-469e-b35f-1652523996e2")
|
||||
(property "Reference" "U17"
|
||||
(at 57.15 26.67 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 57.15 30.48 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "Package_DFN_QFN:DFN-8-1EP_1.5x1.5mm_P0.4mm_EP0.7x1.2mm"
|
||||
(at 57.15 30.48 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 57.15 30.48 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 57.15 30.48 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "9"
|
||||
(uuid "d15ccf2e-683f-4784-885d-168a39d2f7d3")
|
||||
)
|
||||
(pin "6"
|
||||
(uuid "ec8c32f4-87db-4793-a5d9-25b07293d7af")
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "0e24d3aa-8f64-42f8-8664-4d2e687b6b61")
|
||||
)
|
||||
(pin "8"
|
||||
(uuid "261b14b1-7964-40bd-9010-0ac744904ebb")
|
||||
)
|
||||
(pin "4"
|
||||
(uuid "eaa351e4-56ae-4198-98f9-27a0dee4e3eb")
|
||||
)
|
||||
(pin "5"
|
||||
(uuid "69f7498c-427b-4b48-9921-84d6f94f2d72")
|
||||
)
|
||||
(pin "3"
|
||||
(uuid "23f22dfe-5c91-4902-ac9d-b93a1fccdd0d")
|
||||
)
|
||||
(pin "7"
|
||||
(uuid "1764630f-52bd-4255-ba45-4f110cf6dbbc")
|
||||
)
|
||||
(pin "2"
|
||||
(uuid "e356e071-ad73-4f71-abca-46454132edbe")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/121e69a6-8a5a-4cdc-b69f-bc182f062e53"
|
||||
(reference "U37")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/4ecef3d1-c287-4d0c-a512-cb53780a9f71"
|
||||
(reference "U17")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/dee77ba7-4637-44cb-9551-c1ce0e960835"
|
||||
(reference "U31")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
(kicad_sch
|
||||
(version 20260101)
|
||||
(version 20250114)
|
||||
(generator "eeschema")
|
||||
(generator_version "10.0")
|
||||
(generator_version "9.0")
|
||||
(uuid "b64c2d85-c1ef-4952-9fbb-d32749517a6b")
|
||||
(paper "A5")
|
||||
(lib_symbols
|
||||
(symbol "power:GND"
|
||||
(power global)
|
||||
(power)
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
|
|
@ -17,23 +17,17 @@
|
|||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -6.35 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 0 -3.81 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -42,46 +36,38 @@
|
|||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(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)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
|
|
@ -102,7 +88,7 @@
|
|||
(pin power_in line
|
||||
(at 0 0 270)
|
||||
(length 0)
|
||||
(name ""
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -121,7 +107,7 @@
|
|||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "power:VCC"
|
||||
(power global)
|
||||
(power)
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
|
|
@ -132,23 +118,17 @@
|
|||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "#PWR"
|
||||
(at 0 -3.81 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "VCC"
|
||||
(at 0 3.556 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -157,46 +137,38 @@
|
|||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"VCC\""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "global power"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "VCC_0_1"
|
||||
|
|
@ -241,7 +213,7 @@
|
|||
(pin power_in line
|
||||
(at 0 0 90)
|
||||
(length 0)
|
||||
(name ""
|
||||
(name "~"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -263,12 +235,8 @@
|
|||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(duplicate_pin_numbers_are_jumpers no)
|
||||
(property "Reference" "U"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -277,8 +245,6 @@
|
|||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -287,35 +253,29 @@
|
|||
)
|
||||
(property "Footprint" "GeegorLibrary:DFN6 1x1mm RF"
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(hide yes)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "HX13351_1_1"
|
||||
|
|
@ -366,24 +326,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at 1.27 -15.24 90)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at -7.62 -5.08 0)
|
||||
(length 2.54)
|
||||
|
|
@ -420,24 +362,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at 21.59 -3.81 180)
|
||||
(length 2.54)
|
||||
(name "RFC"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "5"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at -7.62 -11.43 0)
|
||||
(length 2.54)
|
||||
|
|
@ -456,6 +380,42 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at 1.27 -15.24 90)
|
||||
(length 2.54)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin bidirectional line
|
||||
(at 21.59 -3.81 180)
|
||||
(length 2.54)
|
||||
(name "RFC"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "5"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
|
|
@ -514,86 +474,27 @@
|
|||
)
|
||||
(uuid "e99eafc7-e4c3-4870-80f4-bd2cc026c057")
|
||||
)
|
||||
(rule_area
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 68.58 54.61) (xy 106.68 54.61) (xy 106.68 62.23) (xy 68.58 62.23)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type dash)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
(uuid "14aa4e07-13d5-4d8a-b493-21d133e28689")
|
||||
)
|
||||
)
|
||||
(netclass_flag ""
|
||||
(length 2.54)
|
||||
(shape round)
|
||||
(at 68.58 54.61 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "041c56fb-25cf-40e7-b02a-038b12ba3aee")
|
||||
(property "Net Class" "RF"
|
||||
(at 68.0085 50.038 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Component Class" ""
|
||||
(at -153.67 -8.89 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(italic yes)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:GND")
|
||||
(at 82.55 69.85 0)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "5562ce76-708f-497d-a602-f13532da860f")
|
||||
(property "Reference" "#PWR0193"
|
||||
(uuid "48ee8a24-6758-4a24-91aa-5c872e276fe4")
|
||||
(property "Reference" "#PWR0190"
|
||||
(at 82.55 76.2 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "GND"
|
||||
(at 82.55 74.93 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -602,72 +503,66 @@
|
|||
)
|
||||
(property "Footprint" ""
|
||||
(at 82.55 69.85 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 82.55 69.85 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
|
||||
(at 82.55 69.85 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "c8fdbb6e-aaba-4cf2-a0aa-153fcf539535")
|
||||
(uuid "60d52361-113d-44b1-97c2-e2742692c093")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/208b6027-fed8-4ba0-928b-8aedfc4f70d8"
|
||||
(reference "#PWR0199")
|
||||
(reference "#PWR0196")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/371c954f-ba55-44d4-b904-e9cd6412178e"
|
||||
(reference "#PWR0205")
|
||||
(reference "#PWR0202")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/3cd70def-f4cf-4668-bc93-8dc67712f01d"
|
||||
(reference "#PWR0216")
|
||||
(reference "#PWR0204")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/4c465af0-15df-4f10-a31f-26d116405792"
|
||||
(reference "#PWR0201")
|
||||
(reference "#PWR0198")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/6c78f1b1-1a2c-4f9b-afee-2d3003df9441"
|
||||
(reference "#PWR0193")
|
||||
(reference "#PWR0190")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/9f1c228b-6b85-4b26-a230-69ab9bf82672"
|
||||
(reference "#PWR0195")
|
||||
(reference "#PWR0192")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/aee77315-0bb8-4a2e-baaf-73d23f1691b5"
|
||||
(reference "#PWR0203")
|
||||
(reference "#PWR0200")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/da13dbaa-8a6c-4bf2-bf6f-2e0a6631806a"
|
||||
(reference "#PWR0197")
|
||||
(reference "#PWR0194")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
|
|
@ -677,28 +572,22 @@
|
|||
(lib_id "power:VCC")
|
||||
(at 73.66 63.5 90)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(uuid "6b016ff5-b222-4a14-a1eb-d9ac6ba189da")
|
||||
(property "Reference" "#PWR0206"
|
||||
(at 77.47 63.5 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "VCC_{RF}"
|
||||
(at 68.58 63.5 90)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -707,35 +596,29 @@
|
|||
)
|
||||
(property "Footprint" ""
|
||||
(at 73.66 63.5 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 73.66 63.5 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"VCC\""
|
||||
(at 73.66 63.5 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
|
|
@ -782,28 +665,22 @@
|
|||
(lib_id "symlib_geegor:HX13351")
|
||||
(at 81.28 54.61 0)
|
||||
(unit 1)
|
||||
(body_style 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(in_pos_files yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "a8a9d22c-8179-4d82-b59e-e35b743b8260")
|
||||
(property "Reference" "U18"
|
||||
(at 88.265 50.8 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(property "Value" "~"
|
||||
(at 88.265 53.34 0)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
|
|
@ -812,35 +689,29 @@
|
|||
)
|
||||
(property "Footprint" "GeegorLibrary:DFN6 1x1mm RF"
|
||||
(at 81.28 54.61 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 81.28 54.61 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 81.28 54.61 0)
|
||||
(hide yes)
|
||||
(show_name no)
|
||||
(do_not_autoplace no)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "4"
|
||||
|
|
@ -862,7 +733,7 @@
|
|||
(uuid "35c9a7be-ef66-4942-b9c2-45d40ea8a3d1")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(project ""
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/208b6027-fed8-4ba0-928b-8aedfc4f70d8"
|
||||
(reference "U21")
|
||||
(unit 1)
|
||||
|
|
@ -898,4 +769,97 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:VCC")
|
||||
(at 154.94 5.08 270)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(uuid "da3e2c2c-3059-45e3-bc5f-08352d4aecb0")
|
||||
(property "Reference" "#PWR0191"
|
||||
(at 151.13 5.08 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "VCC_{RF}"
|
||||
(at 160.02 5.08 90)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 154.94 5.08 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 154.94 5.08 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Power symbol creates a global label with name \"VCC\""
|
||||
(at 154.94 5.08 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "a4aa2ed5-5647-432e-9e28-778dd446dcaf")
|
||||
)
|
||||
(instances
|
||||
(project "scope_addin_v1"
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/208b6027-fed8-4ba0-928b-8aedfc4f70d8"
|
||||
(reference "#PWR0197")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/371c954f-ba55-44d4-b904-e9cd6412178e"
|
||||
(reference "#PWR0203")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/3cd70def-f4cf-4668-bc93-8dc67712f01d"
|
||||
(reference "#PWR0205")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/4c465af0-15df-4f10-a31f-26d116405792"
|
||||
(reference "#PWR0199")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/6c78f1b1-1a2c-4f9b-afee-2d3003df9441"
|
||||
(reference "#PWR0191")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/9f1c228b-6b85-4b26-a230-69ab9bf82672"
|
||||
(reference "#PWR0193")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/aee77315-0bb8-4a2e-baaf-73d23f1691b5"
|
||||
(reference "#PWR0201")
|
||||
(unit 1)
|
||||
)
|
||||
(path "/abd4502a-d375-4a88-b6fc-c78417deada8/1b302213-4aee-419a-9202-55c41fddf35e/da13dbaa-8a6c-4bf2-bf6f-2e0a6631806a"
|
||||
(reference "#PWR0195")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
(kicad_sch
|
||||
(version 20260101)
|
||||
(version 20250114)
|
||||
(generator "eeschema")
|
||||
(generator_version "10.0")
|
||||
(generator_version "9.0")
|
||||
(uuid "c29bc136-51d7-4882-8d6f-6298026677dd")
|
||||
(paper "A5")
|
||||
(lib_symbols)
|
||||
|
|
|
|||
1835
rj45.kicad_sch
1835
rj45.kicad_sch
File diff suppressed because it is too large
Load diff
19208
rtl8367.kicad_sch
19208
rtl8367.kicad_sch
File diff suppressed because it is too large
Load diff
128164
scope_addin_v1.kicad_pcb
128164
scope_addin_v1.kicad_pcb
File diff suppressed because it is too large
Load diff
|
|
@ -5,7 +5,7 @@
|
|||
"auto_track_width": false,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 1,
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 2,
|
||||
"opacity": {
|
||||
"images": 0.6,
|
||||
|
|
@ -15,7 +15,6 @@
|
|||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"prototype_zone_fills": false,
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
|
|
@ -51,11 +50,10 @@
|
|||
"conflict_shadows",
|
||||
"shapes"
|
||||
],
|
||||
"visible_layers": "ffffffff_ffffffff_fffffff5_ffffffef",
|
||||
"visible_layers": "ffffffff_ffffffff_fffffff5_fffffbaf",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
"integration_disabled": false,
|
||||
"repo_type": "",
|
||||
"repo_username": "",
|
||||
"ssh_key": ""
|
||||
|
|
@ -77,6 +75,8 @@
|
|||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"col_order": [
|
||||
|
|
@ -91,7 +91,9 @@
|
|||
8,
|
||||
9,
|
||||
10,
|
||||
11
|
||||
11,
|
||||
12,
|
||||
13
|
||||
],
|
||||
"col_widths": [
|
||||
0,
|
||||
|
|
@ -116,7 +118,6 @@
|
|||
"filter_text": "",
|
||||
"group_by_constraint": false,
|
||||
"group_by_netclass": false,
|
||||
"show_time_domain_details": false,
|
||||
"show_unconnected_nets": false,
|
||||
"show_zero_pad_nets": false,
|
||||
"sort_ascending": true,
|
||||
|
|
@ -127,7 +128,6 @@
|
|||
"files": []
|
||||
},
|
||||
"schematic": {
|
||||
"hierarchy_collapsed": [],
|
||||
"selection_filter": {
|
||||
"graphics": true,
|
||||
"images": true,
|
||||
|
|
@ -135,7 +135,6 @@
|
|||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pins": true,
|
||||
"ruleAreas": true,
|
||||
"symbols": true,
|
||||
"text": true,
|
||||
"wires": true
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_barcodes": false,
|
||||
"apply_defaults_to_fp_dimensions": false,
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
|
|
@ -50,7 +48,7 @@
|
|||
"silk_text_thickness": 0.1,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.2
|
||||
"min_clearance": 0.0
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
|
|
@ -84,7 +82,6 @@
|
|||
"extra_footprint": "error",
|
||||
"footprint": "error",
|
||||
"footprint_filters_mismatch": "ignore",
|
||||
"footprint_symbol_field_mismatch": "warning",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
|
|
@ -102,7 +99,6 @@
|
|||
"mirrored_text_on_front_layer": "warning",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "error",
|
||||
"missing_tuning_profile": "warning",
|
||||
"net_conflict": "error",
|
||||
"nonmirrored_text_on_back_layer": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
|
|
@ -122,11 +118,9 @@
|
|||
"too_many_vias": "error",
|
||||
"track_angle": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_on_post_machined_layer": "error",
|
||||
"track_segment_length": "error",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"tuning_profile_track_geometries": "ignore",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
|
|
@ -251,28 +245,17 @@
|
|||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"bom_rev": "",
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": "",
|
||||
"sch_revision": ""
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_pairs": [],
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"component_class_settings": {
|
||||
"assignments": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"sheet_component_classes": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
|
|
@ -462,14 +445,11 @@
|
|||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"field_name_whitespace": "warning",
|
||||
"footprint_filter": "ignore",
|
||||
"footprint_link_issues": "warning",
|
||||
"four_way_junction": "ignore",
|
||||
"global_label_dangling": "warning",
|
||||
"ground_pin_not_ground": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"isolated_pin_label": "warning",
|
||||
"label_dangling": "error",
|
||||
"label_multiple_wires": "warning",
|
||||
"lib_symbol_issues": "warning",
|
||||
|
|
@ -484,7 +464,7 @@
|
|||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"same_local_global_label": "warning",
|
||||
"similar_label_and_power": "warning",
|
||||
|
|
@ -492,7 +472,6 @@
|
|||
"similar_power": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"single_global_label": "ignore",
|
||||
"stacked_pin_name": "warning",
|
||||
"unannotated": "error",
|
||||
"unconnected_wire_endpoint": "warning",
|
||||
"undefined_netclass": "error",
|
||||
|
|
@ -506,8 +485,7 @@
|
|||
"GeegorLibrary"
|
||||
],
|
||||
"pinned_symbol_libs": [
|
||||
"symlib_geegor",
|
||||
"geegor_symlib"
|
||||
"symlib_geegor"
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
|
|
@ -530,7 +508,6 @@
|
|||
"priority": 2147483647,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.1,
|
||||
"tuning_profile": "",
|
||||
"via_diameter": 0.4,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
|
|
@ -538,127 +515,65 @@
|
|||
{
|
||||
"name": "Analog",
|
||||
"pcb_color": "rgb(255, 39, 54)",
|
||||
"priority": 7,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": ""
|
||||
"priority": 5,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "Ground",
|
||||
"pcb_color": "rgb(50, 169, 46)",
|
||||
"priority": 9,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": ""
|
||||
"priority": 7,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "HDMI",
|
||||
"pcb_color": "rgb(237, 79, 255)",
|
||||
"priority": 2,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": "DF100Z"
|
||||
"priority": 0,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "MAC",
|
||||
"pcb_color": "rgb(255, 154, 39)",
|
||||
"priority": 6,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": "DF100Z"
|
||||
"priority": 4,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "MAG",
|
||||
"pcb_color": "rgb(255, 49, 0)",
|
||||
"priority": 3,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": "DF100Z"
|
||||
"priority": 1,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "MII",
|
||||
"pcb_color": "rgb(255, 201, 137)",
|
||||
"priority": 5,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": ""
|
||||
"priority": 3,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "Power",
|
||||
"pcb_color": "rgb(255, 84, 14)",
|
||||
"priority": 10,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": ""
|
||||
},
|
||||
{
|
||||
"name": "RF",
|
||||
"pcb_color": "rgb(24, 116, 255)",
|
||||
"priority": 0,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": "SE50Z"
|
||||
"priority": 8,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"name": "Serdes",
|
||||
"pcb_color": "rgb(145, 0, 255)",
|
||||
"priority": 8,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": "DF100Z"
|
||||
"priority": 6,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)"
|
||||
},
|
||||
{
|
||||
"clearance": 0.2,
|
||||
"name": "TFT",
|
||||
"pcb_color": "rgb(255, 155, 177)",
|
||||
"priority": 4,
|
||||
"priority": 2,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.15,
|
||||
"tuning_profile": ""
|
||||
},
|
||||
{
|
||||
"name": "USB",
|
||||
"pcb_color": "rgb(104, 156, 255)",
|
||||
"priority": 1,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"tuning_profile": "DF90Z"
|
||||
"track_width": 0.15
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 5
|
||||
"version": 4
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": {
|
||||
"/Power/D+": [
|
||||
"USB"
|
||||
],
|
||||
"/Power/D-": [
|
||||
"USB"
|
||||
],
|
||||
"/Power/Power Prio STM/PR1": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/Power Prio STM/VIN1": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/Power Prio STM/VOUT": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/Power Prio/PR1": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch CAN/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch Eth/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch INT/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch RF/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch RF/Vout": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch SDR/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/PowerSwitch Vid/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/SwitchedRailEth/LDO_Out": [
|
||||
"Power"
|
||||
],
|
||||
|
|
@ -680,9 +595,6 @@
|
|||
"/Power/SwitchedRailRF/Vout": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/SwitchedRailSTM/LDO_Out": [
|
||||
"Power"
|
||||
],
|
||||
"/Power/SwitchedRailVid/LDO_Out": [
|
||||
"Power"
|
||||
],
|
||||
|
|
@ -692,96 +604,6 @@
|
|||
"/Power/SwitchedRailVid/SW_IN": [
|
||||
"Power"
|
||||
],
|
||||
"/RF/DIR_HF": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/DIR_LF": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/HFDC_OUT": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/LFDC_OUT": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF Coupler HF/MONITOR": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF Coupler HF/OUTPUT": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF Coupler LF/MONITOR": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF Coupler LF/OUTPUT": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF DPDT Switch 0/A_1": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF DPDT Switch 0/A_2": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF DPDT Switch 0/B_1": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF DPDT Switch 0/B_2": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF SPDT Switch 4/A": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF SPDT Switch 5/A": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF SPDT Switch 6/A": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RF SPDT Switch 7/A": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RX1BYPASS": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RX2BYPASS": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RXBYPASS": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RXIN": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RXIN_": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RX_HFDC": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/RX_LFDC": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/TXBYPASS": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/TXIN": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/TXIN_": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/TXOUT": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/TX_HFDC": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/TX_LFDC": [
|
||||
"RF"
|
||||
],
|
||||
"/RF/VNA_INPUT": [
|
||||
"RF"
|
||||
],
|
||||
"/STM32/CAN1_RX": [
|
||||
"CAN"
|
||||
],
|
||||
|
|
@ -797,12 +619,6 @@
|
|||
"/STM32/CAN_~{EN}": [
|
||||
"CAN"
|
||||
],
|
||||
"/STM32/D+": [
|
||||
"USB"
|
||||
],
|
||||
"/STM32/D-": [
|
||||
"USB"
|
||||
],
|
||||
"/STM32/ETH.RX.CLK": [
|
||||
"MII"
|
||||
],
|
||||
|
|
@ -1334,21 +1150,9 @@
|
|||
"GND": [
|
||||
"Ground"
|
||||
],
|
||||
"Net-(DC3-TERM)": [
|
||||
"RF"
|
||||
],
|
||||
"Net-(DC4-TERM)": [
|
||||
"RF"
|
||||
],
|
||||
"Net-(SW1-B)": [
|
||||
"Power"
|
||||
],
|
||||
"Net-(U10-VI)": [
|
||||
"Power"
|
||||
],
|
||||
"Net-(U12-VI)": [
|
||||
"Power"
|
||||
],
|
||||
"Net-(U2G-DVDDL-Pad20)": [
|
||||
"Power"
|
||||
],
|
||||
|
|
@ -1364,21 +1168,9 @@
|
|||
"Net-(U7-VI)": [
|
||||
"Power"
|
||||
],
|
||||
"Net-(U8-VI)": [
|
||||
"Power"
|
||||
],
|
||||
"Net-(U9-VI)": [
|
||||
"Power"
|
||||
],
|
||||
"SHIELD": [
|
||||
"Ground"
|
||||
],
|
||||
"VBUS": [
|
||||
"Power"
|
||||
],
|
||||
"VCC_{CAN}": [
|
||||
"Power"
|
||||
],
|
||||
"VCC_{Eth}": [
|
||||
"Power"
|
||||
],
|
||||
|
|
@ -1737,10 +1529,6 @@
|
|||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"annotation": {
|
||||
"method": 0,
|
||||
"sort_order": 0
|
||||
},
|
||||
"bom_export_filename": "${PROJECTNAME}.csv",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
|
|
@ -1803,46 +1591,15 @@
|
|||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "MPN",
|
||||
"name": "MPN",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Extended",
|
||||
"name": "Extended",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Description",
|
||||
"name": "Description",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "#",
|
||||
"name": "${ITEM_NUMBER}",
|
||||
"show": false
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Sim.Pins",
|
||||
"name": "Sim.Pins",
|
||||
"show": false
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"include_excluded_from_bom": true,
|
||||
"name": "",
|
||||
"name": "Default Editing",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"bus_aliases": {},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
|
|
@ -1850,11 +1607,10 @@
|
|||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"hop_over_size_choice": 2,
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": true,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
|
|
@ -1874,7 +1630,6 @@
|
|||
"net_format_name": "",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"reuse_designators": true,
|
||||
"space_save_all_events": true,
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
|
|
@ -1883,21 +1638,12 @@
|
|||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0,
|
||||
"top_level_sheets": [
|
||||
{
|
||||
"filename": "scope_addin_v1.kicad_sch",
|
||||
"name": "scope_addin_v1",
|
||||
"uuid": "abd4502a-d375-4a88-b6fc-c78417deada8"
|
||||
}
|
||||
],
|
||||
"used_designators": "",
|
||||
"variants": []
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"abd4502a-d375-4a88-b6fc-c78417deada8",
|
||||
"scope_addin_v1"
|
||||
"Root"
|
||||
],
|
||||
[
|
||||
"9ca128c8-1667-4761-bd21-f6a5c516a555",
|
||||
|
|
@ -1947,6 +1693,50 @@
|
|||
"9951f13a-669e-48a5-a6d3-23a6737855aa",
|
||||
"SwitchedRailEth"
|
||||
],
|
||||
[
|
||||
"6c78f1b1-1a2c-4f9b-afee-2d3003df9441",
|
||||
"RF SPDT Switch 0"
|
||||
],
|
||||
[
|
||||
"9f1c228b-6b85-4b26-a230-69ab9bf82672",
|
||||
"RF SPDT Switch 1"
|
||||
],
|
||||
[
|
||||
"da13dbaa-8a6c-4bf2-bf6f-2e0a6631806a",
|
||||
"RF SPDT Switch 2"
|
||||
],
|
||||
[
|
||||
"208b6027-fed8-4ba0-928b-8aedfc4f70d8",
|
||||
"RF SPDT Switch 3"
|
||||
],
|
||||
[
|
||||
"79434394-9dd4-4cdf-aa1f-1326db7d50f7",
|
||||
"RF Coupler HF"
|
||||
],
|
||||
[
|
||||
"10ed2be9-b0a6-41b4-a651-668ac4da7c3a",
|
||||
"RF Coupler LF"
|
||||
],
|
||||
[
|
||||
"1ae0bf91-742b-40a1-a668-6ee2a03e736b",
|
||||
"RF DPDT Switch 0"
|
||||
],
|
||||
[
|
||||
"4c465af0-15df-4f10-a31f-26d116405792",
|
||||
"RF SPDT Switch 4"
|
||||
],
|
||||
[
|
||||
"aee77315-0bb8-4a2e-baaf-73d23f1691b5",
|
||||
"RF SPDT Switch 5"
|
||||
],
|
||||
[
|
||||
"371c954f-ba55-44d4-b904-e9cd6412178e",
|
||||
"RF SPDT Switch 6"
|
||||
],
|
||||
[
|
||||
"3cd70def-f4cf-4668-bc93-8dc67712f01d",
|
||||
"RF SPDT Switch 7"
|
||||
],
|
||||
[
|
||||
"ff685d36-5c07-456a-96b4-54ed3ff1d78e",
|
||||
"SwitchedRailRF"
|
||||
|
|
@ -1958,152 +1748,7 @@
|
|||
[
|
||||
"21eb2dc9-80ff-463f-8b70-7b9f4bad2de0",
|
||||
"CAN Transciever 1"
|
||||
],
|
||||
[
|
||||
"a1293f0e-b6a8-40af-b9c1-d2d5a9181086",
|
||||
"PowerSwitch Eth"
|
||||
],
|
||||
[
|
||||
"08c19f06-e28c-434c-9912-449d7467641d",
|
||||
"PowerSwitch Vid"
|
||||
],
|
||||
[
|
||||
"bdd7c813-e1ef-4a07-a437-bdf109376541",
|
||||
"SwitchedRailSTM"
|
||||
],
|
||||
[
|
||||
"1e42b917-715c-4a29-aebb-d512a9af86f4",
|
||||
"PowerSwitch CAN"
|
||||
],
|
||||
[
|
||||
"e5da4f7e-cde2-47d1-bfea-1f3f934fb7c2",
|
||||
"PowerSwitch RF"
|
||||
],
|
||||
[
|
||||
"e99d7e37-9440-4376-b2e8-b9ec083759ee",
|
||||
"PowerSwitch SDR"
|
||||
],
|
||||
[
|
||||
"66228045-e39a-4b56-bb0f-adc0d0ac2c2b",
|
||||
"PowerSwitch INT"
|
||||
],
|
||||
[
|
||||
"88e77db0-2512-4de4-a870-c76062bb43d9",
|
||||
"Power Prio"
|
||||
],
|
||||
[
|
||||
"4401eb24-d5db-451f-94f7-9d4c3d00eb2a",
|
||||
"Power Prio STM"
|
||||
],
|
||||
[
|
||||
"5c1cfefd-3039-420d-9cb5-7e6402e47f77",
|
||||
"RJ45_0"
|
||||
],
|
||||
[
|
||||
"3386e6bb-a47f-4eab-9db9-a94bc1509c0a",
|
||||
"RJ45_1"
|
||||
],
|
||||
[
|
||||
"368dca5b-9cdf-42a1-939e-577ff4dff3d0",
|
||||
"RJ45_2"
|
||||
],
|
||||
[
|
||||
"4ecef3d1-c287-4d0c-a512-cb53780a9f71",
|
||||
"RF SP3T TXIN"
|
||||
],
|
||||
[
|
||||
"dee77ba7-4637-44cb-9551-c1ce0e960835",
|
||||
"RF SP3T RXIN"
|
||||
],
|
||||
[
|
||||
"121e69a6-8a5a-4cdc-b69f-bc182f062e53",
|
||||
"RF SP3T TXOUT"
|
||||
],
|
||||
[
|
||||
"898b20f0-1ecf-46c6-9822-e87ef05eb838",
|
||||
"RF Coupler HF1"
|
||||
],
|
||||
[
|
||||
"f6a49ee9-6617-45e8-9d44-df5ef7c376d7",
|
||||
"RF Coupler LF1"
|
||||
]
|
||||
],
|
||||
"text_variables": {},
|
||||
"tuning_profiles": {
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"tuning_profiles_impedance_geometric": [
|
||||
{
|
||||
"enable_time_domain_tuning": true,
|
||||
"layer_entries": [
|
||||
{
|
||||
"bottom_reference_layer": "In1.Cu",
|
||||
"delay": 5584300,
|
||||
"diff_pair_gap": 0,
|
||||
"signal_layer": "F.Cu",
|
||||
"top_reference_layer": "UNDEFINED",
|
||||
"width": 183790
|
||||
}
|
||||
],
|
||||
"profile_name": "SE50Z",
|
||||
"target_impedance": 50.0,
|
||||
"type": 0,
|
||||
"via_overrides": [],
|
||||
"via_prop_delay": 0
|
||||
},
|
||||
{
|
||||
"enable_time_domain_tuning": true,
|
||||
"layer_entries": [
|
||||
{
|
||||
"bottom_reference_layer": "In1.Cu",
|
||||
"delay": 5712200,
|
||||
"diff_pair_gap": 150000,
|
||||
"signal_layer": "F.Cu",
|
||||
"top_reference_layer": "UNDEFINED",
|
||||
"width": 150000
|
||||
},
|
||||
{
|
||||
"bottom_reference_layer": "UNDEFINED",
|
||||
"delay": 5712200,
|
||||
"diff_pair_gap": 150000,
|
||||
"signal_layer": "B.Cu",
|
||||
"top_reference_layer": "In4.Cu",
|
||||
"width": 150000
|
||||
}
|
||||
],
|
||||
"profile_name": "DF100Z",
|
||||
"target_impedance": 100.0,
|
||||
"type": 1,
|
||||
"via_overrides": [],
|
||||
"via_prop_delay": 0
|
||||
},
|
||||
{
|
||||
"enable_time_domain_tuning": true,
|
||||
"layer_entries": [
|
||||
{
|
||||
"bottom_reference_layer": "In1.Cu",
|
||||
"delay": 5806700,
|
||||
"diff_pair_gap": 200000,
|
||||
"signal_layer": "F.Cu",
|
||||
"top_reference_layer": "UNDEFINED",
|
||||
"width": 200000
|
||||
},
|
||||
{
|
||||
"bottom_reference_layer": "UNDEFINED",
|
||||
"delay": 5785100,
|
||||
"diff_pair_gap": 163848,
|
||||
"signal_layer": "B.Cu",
|
||||
"top_reference_layer": "In4.Cu",
|
||||
"width": 200000
|
||||
}
|
||||
],
|
||||
"profile_name": "DF90Z",
|
||||
"target_impedance": 90.0,
|
||||
"type": 1,
|
||||
"via_overrides": [],
|
||||
"via_prop_delay": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
"text_variables": {}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
8437
stm32.kicad_sch
8437
stm32.kicad_sch
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue