├── README.md ├── bom ├── bom.csv └── bom_grouped.csv ├── footprints ├── archive.pretty │ ├── CP_EIA-3528-15_AVX-H.kicad_mod │ ├── C_0402_1005Metric.kicad_mod │ ├── C_0603_1608Metric.kicad_mod │ ├── D_SMB.kicad_mod │ ├── LED_0603_1608Metric.kicad_mod │ ├── L_0402_1005Metric.kicad_mod │ ├── L_0603_1608Metric.kicad_mod │ ├── L_1206_3216Metric.kicad_mod │ ├── MountingHole_3.2mm_M3_Pad_Via.kicad_mod │ ├── Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm.kicad_mod │ ├── PinHeader_1x02_P2.54mm_Vertical.kicad_mod │ ├── PinHeader_1x03_P2.54mm_Vertical.kicad_mod │ ├── PinHeader_1x06_P2.54mm_Vertical.kicad_mod │ ├── PinHeader_2x05_P1.27mm_Vertical_SMD.kicad_mod │ ├── R_0603_1608Metric.kicad_mod │ ├── SMA_Molex_73251-1153_EdgeMount_Horizontal.kicad_mod │ ├── SOT-223-3_TabPin2.kicad_mod │ ├── SOT-23.kicad_mod │ ├── SOT-363_SC-70-6.kicad_mod │ └── TO-263-3_TabPin2.kicad_mod └── openlst.pretty │ ├── Qorvo_LGA_28.kicad_mod │ ├── Qorvo_LGA_28_ThermalVias.kicad_mod │ ├── SAW-8_3.8mm.kicad_mod │ ├── TI_CC_QFN36.kicad_mod │ └── VIA-10mil.kicad_mod ├── fp-lib-table ├── gerber └── osh_park │ ├── osh_park_gbr.zip │ └── osh_park_gbr_paste.zip ├── images ├── 1kcubesat_radioboard_v1_back.jpg ├── 1kcubesat_radioboard_v1_front.jpg └── osh-park-4-layer-50ohms.png ├── lib_sch ├── openlst-hw.dcm └── openlst-hw.lib ├── openlst-hw.kicad_pcb ├── openlst-hw.net ├── openlst-hw.pro ├── openlst-hw.sch └── pdf └── openlst-hw.pdf /README.md: -------------------------------------------------------------------------------- 1 | $1K CubeSat Design 2 | ========================== 3 | 4 | This forked repo adapts the hardware from the OpenLST Reference into something that works for my $1K CubeSat project 5 | 6 | **Please note that this repository is desgined to be used as a submodule**, since it depends on symbols & footprints in my [1KCubeSat_Hardware repository](https://github.com/rgw3d/1KCubeSat_Hardware) 7 | 8 | Overview 9 | -------- 10 | 11 | This is an iteration on the OpenLST CC1110 based design, which itself is a simplified version of the TI CC1110 432 MHz reference design. 12 | While the CC1110 can operate over 400-470MHz, this board is designed to operate around 435MHz, within the 435MHz-438MHz US Amateur radio band. 13 | See the [FCC's chart, specifically section 5.282](https://transition.fcc.gov/oet/spectrum/table/fcctable.pdf) 14 | 15 | * [Schematic](pdf/openlst-hw.pdf) in PDF form 16 | * [Bill of materials](bom/) with ordering information & datasheet links 17 | * [Gerber files](gerber/osh_park) for PCB fabrication 18 | 19 | RF Pipeline 20 | ----------- 21 | 22 | * **0433BM15A0001 Balun**. Designed for 430-435MHz, but should work up to 437MHz. Single part, designed specifically for the CC1110. I did not want to design my own balun. 23 | * **PE4250MLI RF Switch**. Generic SPDT RF Switch. First RF switch breaks out to a test port. Second RF switch switches between TX & RX paths on the RF Frontend (RFFM6403). 24 | * **RFFM6403 Analog Frontend**. TX path with 1.5W PA, RX path with LNA & SAW filter. Designed to work over the 408-455MHz band. 25 | * **SF2446E SAW Filter**. Part of the Analog Frontend RX path. 430-440MHz band pass. 26 | * 50 Ohm 27 | * Impedance calculations for OSH Park PCB found [here](images/osh-park-4-layer-50ohms.png) 28 | 29 | Design Verification 30 | -------- 31 | 32 | Initial testing has verified basic functionality. 33 | 34 | * 437MHz reference software from the [OpenLST Software repo](https://github.com/rgw3d/openlst) is able to be flashed onto the CC1110. NOTE: CC1110 PA output power was modified from 10dBm to 0dBm. 35 | * The 3.3V rail consumes 130mA to 150mA. One board indicated 130mA, another one had 150mA, unsure what causes the discrepency. 36 | * The 27MHz clipped sine wave oscillator works as a clock source 37 | * The RF pipeline is functional. Both the test output (J8) and the RF Frontend output (J9) function. 38 | * Radio-to-radio communication with test outputs connected. Communication was initiated using UART1 on Board 1. 39 | * (J8, Board 1)---(coax)---(30dBm attenuator)---(coax)---(J8, Board 2) 40 | * Radio-to-radio communication with RF Frontend outputs connected. Communication was initiated using UART1 on Board 1. 41 | * (J9, Board 1)---(coax)---(three 30dBm attenuators)---(coax)---(J9, Board 2) 42 | * At this time no RF performance characteristics were measured. (I don't have the lab equipment for those tests) 43 | 44 | Improvements for future version 45 | -------- 46 | 47 | * Pi network at output of RF Frontend. Could be useful to match an antenna. 48 | * Better 3.3V LDO. For a bench top setup, U1 (ADP150-3.3V) can just supply 150mA. While this design assumes an external 3.3V source, this on-board convenience ought to be sized up. 49 | * Ferrite beads or 0Ohm Resistors on power inputs to all components. During assembly for one of the boards, a short was detected on the 3.3V rail. Several components share that rail without an easy way to open it, which would have made isolating the problem simple. 50 | 51 | Pictures 52 | -------- 53 | 54 | ![1KCubesat RadioBoard V1 Front](images/1kcubesat_radioboard_v1_front.jpg) 55 | ![1KCubesat RadioBoard V1 Back](images/1kcubesat_radioboard_v1_back.jpg) 56 | 57 | Original README below 58 | 59 | OpenLST Reference Hardware 60 | ========================== 61 | 62 | This repository contains a KiCad project with a hardware reference 63 | implementation for the OpenLST. This design is a simplified version 64 | of the Texas Instruments CC1110 432 MHz reference design. A 1 watt 65 | power amplifier module has been added to increase operating range. 66 | The design is intended for use at 437 MHz, however, it may be modified 67 | for use at other frequencies. 68 | 69 | The user is responsible for obtaining and maintaining the necessary 70 | license to operate this radio. The example project uses frequencies 71 | in the US Amateur Radio UHF band. Transmissions in this band require a 72 | valid FCC license and compliance with CFR Part 97. 73 | 74 | License & Legal Information 75 | --------------------------- 76 | 77 | Copyright 2018 Planet Labs Inc. This work is licensed under a 78 | Creative Commons Attribution-ShareAlike 4.0 International License. 79 | 80 | This document may contain technology or software the export of which 81 | is or may be restricted by the Export Administration Act and the 82 | Export Administration Regulations (EAR), 15 C.F.R. parts 83 | 730-774. Diversion contrary to U.S. law is prohibited. 84 | -------------------------------------------------------------------------------- /bom/bom.csv: -------------------------------------------------------------------------------- 1 | "Source:" "/home/rgw3d/1KCubeSat_Hardware/openlst-hw/openlst-hw.sch" 2 | "Date:" "Tue 16 Nov 2021 11:39:37 PM EST" 3 | "Tool:" "Eeschema 5.1.7-a382d34a8~88~ubuntu16.04.1" 4 | "Component Count:" "108" 5 | "Ref" "Value" "Part" "Footprint" "Description" "Vendor" 6 | "C1" "4.7uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 7 | "C2" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 8 | "C3" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 9 | "C4" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 10 | "C5" "4.7uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 11 | "C6" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 12 | "C7" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 13 | "C8" "1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 14 | "C9" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 15 | "C10" "1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 16 | "C11" "1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 17 | "C12" "0.01uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 18 | "C13" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 19 | "C14" "0.01uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 20 | "C15" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 21 | "C16" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 22 | "C17" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 23 | "C18" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 24 | "C19" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 25 | "C20" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 26 | "C21" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 27 | "C22" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 28 | "C23" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 29 | "C24" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 30 | "C25" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 31 | "C26" "47uF" "Device:C" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" "Unpolarized capacitor" "" 32 | "C27" "1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 33 | "C28" "47uF" "Device:C" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" "Unpolarized capacitor" "" 34 | "C29" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 35 | "C30" "220pF" "openlst-hw:C_Small" "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" "" "" 36 | "C31" "4.7uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 37 | "C32" "0.1uF" "Device:C_Small" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" "Unpolarized capacitor, small symbol" "" 38 | "D1" "LED_SMD_RED" "Device:LED_Small_ALT" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" "Light emitting diode, small symbol, filled shape" "" 39 | "D2" "LED_SMD_RED" "Device:LED_Small_ALT" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" "Light emitting diode, small symbol, filled shape" "" 40 | "D3" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 41 | "D4" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 42 | "D5" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 43 | "D6" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 44 | "D7" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 45 | "D8" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 46 | "D9" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 47 | "D10" "ESD9B5.0ST5G" "Diode:ESD9B5.0ST5G" "Diode_SMD:D_SOD-923" "ESD protection diode, 5.0Vrwm, SOD-923" "" 48 | "H1" "MountingHole_Pad" "Mechanical:MountingHole_Pad" "MountingHole:MountingHole_3.2mm_M3_Pad_Via" "Mounting Hole with connection" "" 49 | "H2" "MountingHole_Pad" "Mechanical:MountingHole_Pad" "MountingHole:MountingHole_3.2mm_M3_Pad_Via" "Mounting Hole with connection" "" 50 | "H3" "MountingHole_Pad" "Mechanical:MountingHole_Pad" "MountingHole:MountingHole_3.2mm_M3_Pad_Via" "Mounting Hole with connection" "" 51 | "H4" "MountingHole_Pad" "Mechanical:MountingHole_Pad" "MountingHole:MountingHole_3.2mm_M3_Pad_Via" "Mounting Hole with connection" "" 52 | "J1" "Conn_02x20_Odd_Even" "Connector_Generic:Conn_02x20_Odd_Even" "Connector_PinHeader_2.54mm:PinHeader_2x20_P2.54mm_Vertical" "Generic connector, double row, 02x20, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" "" 53 | "J2" "EXT 3.3V" "Connector_Generic:Conn_01x02" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 54 | "J3" "UART0" "Connector_Generic:Conn_01x06" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 55 | "J4" "UART1" "Connector_Generic:Conn_01x06" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 56 | "J5" "Switch Select" "Connector_Generic:Conn_01x03" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 57 | "J6" "Control Outputs" "Connector_Generic:Conn_01x03" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 58 | "J7" "CC Prog/Debug" "Connector_Generic:Conn_02x05_Odd_Even" "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical_SMD" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" "" 59 | "J8" "Conn_Coaxial" "Connector:Conn_Coaxial" "Connector_Coaxial:SMA_Amphenol_901-144_Vertical" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)" "" 60 | "J9" "ANT" "Connector:Conn_Coaxial" "Connector_Coaxial:SMA_Amphenol_901-144_Vertical" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)" "" 61 | "J10" "EXT VBUS" "Connector_Generic:Conn_01x04" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 62 | "L1" "Z=1k @ 100M" "openlst-hw:Ferrite_Bead" "Inductor_SMD:L_0603_1608Metric_Pad1.05x0.95mm_HandSolder" "" "" 63 | "L2" "Z=1k @ 100M" "openlst-hw:Ferrite_Bead" "Inductor_SMD:L_0603_1608Metric_Pad1.05x0.95mm_HandSolder" "" "" 64 | "L3" "Z=1k @ 100M" "openlst-hw:Ferrite_Bead" "Inductor_SMD:L_0603_1608Metric_Pad1.05x0.95mm_HandSolder" "" "" 65 | "L4" "Z=1k @ 100M" "openlst-hw:Ferrite_Bead" "Inductor_SMD:L_0603_1608Metric_Pad1.05x0.95mm_HandSolder" "" "" 66 | "R1" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 67 | "R2" "10m" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 68 | "R3" "10m" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 69 | "R4" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 70 | "R5" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 71 | "R6" "100" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 72 | "R7" "100" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 73 | "R8" "100" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 74 | "R9" "100" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 75 | "R10" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 76 | "R11" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 77 | "R12" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 78 | "R13" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 79 | "R14" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 80 | "R15" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 81 | "R16" "0" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 82 | "R25" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 83 | "R26" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 84 | "R27" "56K" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 85 | "R28" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 86 | "R29" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 87 | "R30" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 88 | "R31" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 89 | "R32" "47K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 90 | "R33" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 91 | "R34" "0" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 92 | "R35" "20K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 93 | "R36" "47K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 94 | "R37" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 95 | "R38" "100" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 96 | "R39" "100" "openlst-hw:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "" "" 97 | "R40" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 98 | "R41" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 99 | "R42" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 100 | "R43" "DNP" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 101 | "R44" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 102 | "R45" "1K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 103 | "R46" "3.09K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 104 | "R47" "6.65K" "Device:R" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" "Resistor" "" 105 | "U1" "ADP150AUJZ-3.3-R7" "1K_Custom_Symbol:ADP150AUJZ-3.3-R7" "Package_TO_SOT_SMD:TSOT-23-5_HandSoldering" "" "" 106 | "U2" "CC1110" "openlst-hw:CC1110" "openlst:TI_CC_QFN36" "" "" 107 | "U3" "0433BM15A0001" "Transformer:0433BM15A0001" "RF_Converter:Balun_Johanson_0896BM15A0001" "430-435MHz 1:1 RF Transformer, Unbalanced to Balanced, with integrated DC blocking capacitor" "" 108 | "U4" "MIC803" "1K_Custom_Symbol:MIC803" "Package_TO_SOT_SMD:SOT-23_Handsoldering" "" "" 109 | "U5" "PE4250MLI" "1K_Custom_Symbol:PE4250MLI" "Package_SO:MSOP-8_3x3mm_P0.65mm" "" "" 110 | "U6" "PE4250MLI" "1K_Custom_Symbol:PE4250MLI" "Package_SO:MSOP-8_3x3mm_P0.65mm" "" "" 111 | "U7" "SF2446E" "1K_Custom_Symbol:SF2446E" "footprint_custom:SF2446E" "SAW filter 435MHz" "" 112 | "U8" "RFFM6406" "1K_Custom_Symbol:RFFM6406" "openlst:Qorvo_LGA_28_ThermalVias" "Copy of RFFM6403 Symbol from OpenLST Reference" "" 113 | "X1" "TG2520SMN 27MHz" "1K_Custom_Symbol:TG2520SMN" "footprint_custom:TG2520SMN" "27MHz TCXO Clipped Sine Wave Oscillator 2.8V-3.3V 4-SMD, No Lead" "" 114 | -------------------------------------------------------------------------------- /bom/bom_grouped.csv: -------------------------------------------------------------------------------- 1 | Reference, Quantity, Value, Footprint, Datasheet, Manuf, ManufPN, Supplier, SupplierPN, Order, Size, Mfr. #, Voltage 2 | C1 C5 C31 ,3,"4.7uF","Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder","~","","","","","","0603","","10V" 3 | C12 C14 ,2,"0.01uF","Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder","~","","","","","https://www.digikey.com/en/products/detail/samsung-electro-mechanics/CL10B103KB8NNNC/3886667","","CL10B103KB8NNNC","50V" 4 | C2 C4 C6 C9 C15 C16 C17 C19 C21 C24 C25 C29 C32 ,13,"0.1uF","Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder","~","","","","","https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL10B104KA8NNNC/1276-1006-1-ND/3889092","","CL10B104KA8NNNC","25V" 5 | C26 C28 ,2,"47uF","Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder","~","","","","","https://www.digikey.com/product-detail/en/murata-electronics/GRM32EC81C476KE15L/490-10531-1-ND/5026469","1210","GRM32EC81C476KE15L","16V" 6 | C3 C7 C13 C18 C20 C22 C23 C30 ,8,"220pF","Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder","https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf","Kemet","C0402C221J2GACAUTO","Digikey","399-11552-1-ND","","0402","","200V" 7 | C8 C10 C11 C27 ,4,"1uF","Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder","~","","","","","https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL10B105KP8NFNC/1276-1945-1-ND/3890031","","CL10B105KP8NFNC","10V" 8 | D1 D2 ,2,"LED_SMD_RED","LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder","https://katalog.we-online.de/led/datasheet/150060RS75000.pdf","","","","","https://www.digikey.com/product-detail/en/w%C3%BCrth-elektronik/150060RS75000/732-4978-1-ND/4489899","","150060RS75000","" 9 | D3 D4 D5 D6 D7 D8 D9 D10 ,8,"ESD9B5.0ST5G","Diode_SMD:D_SOD-923","https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF","","","","","https://www.digikey.com/product-detail/en/on-semiconductor/ESD9B5-0ST5G/ESD9B5-0ST5GOSCT-ND/1646497","","ESD9B5.0ST5G","" 10 | H1 H2 H3 H4 ,4,"MountingHole_Pad","MountingHole:MountingHole_3.2mm_M3_Pad_Via","~" 11 | J1 ,1,"Conn_02x20_Odd_Even","Connector_PinHeader_2.54mm:PinHeader_2x20_P2.54mm_Vertical","~","","","","","https://www.digikey.com/product-detail/en/samtec-inc/ESQ-120-13-T-D/ESQ-120-13-T-D-ND/7098677","","ESQ-120-13-T-D","" 12 | J10 ,1,"EXT VBUS","Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical","~" 13 | J2 ,1,"EXT 3.3V","Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical","~" 14 | J3 ,1,"UART0","Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical","~" 15 | J4 ,1,"UART1","Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical","~" 16 | J5 ,1,"Switch Select","Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical","~" 17 | J6 ,1,"Control Outputs","Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical","" 18 | J7 ,1,"CC Prog/Debug","Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical_SMD","https://app.adam-tech.com/products/download/data_sheet/199937/hph2-a-xx-ua-smt-data-sheet.pdf","","","","","https://www.digikey.com/en/products/detail/adam-tech/HPH2-A-10-UA-SMT/9831541","","HPH2-A-10-UA-SMT","" 19 | J8 ,1,"Conn_Coaxial","Connector_Coaxial:SMA_Amphenol_901-144_Vertical","https://s3-us-west-2.amazonaws.com/catsy.582/C901-144-8RFX.pdf","","","","","https://www.digikey.com/en/products/detail/amphenol-rf/901-144-8RFX/272189","","901-144-8RFX","" 20 | J9 ,1,"ANT","Connector_Coaxial:SMA_Amphenol_901-144_Vertical","https://s3-us-west-2.amazonaws.com/catsy.582/C901-144-8RFX.pdf","","","","","https://www.digikey.com/en/products/detail/amphenol-rf/901-144-8RFX/272189","","901-144-8RFX","" 21 | L1 L2 L3 L4 ,4,"Z=1k @ 100M","Inductor_SMD:L_0603_1608Metric_Pad1.05x0.95mm_HandSolder","http://katalog.we-online.de/pbs/datasheet/74279266.pdf","","","","","https://www.digikey.com/en/products/detail/murata-electronics/BLM18AG102SN1D/584226","","BLM18AG102SN1D","" 22 | R16 R34 ,2,"0","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","~","","","","","","0603","","" 23 | R2 R3 ,2,"10m","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","~","","","","","https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-3LWJR010V/P19190CT-ND/6004545","0603","ERJ-3LWJR010V","" 24 | R27 ,1,"56K","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","https://www.seielect.com/Catalog/SEI-RMCF_RMCP.pdf","YAGEO","RC0603JR-0756KL","Digikey","311-56KGRCT-ND","https://www.digikey.com/en/products/detail/yageo/RC0603JR-0756KL/726808","0603","","" 25 | R32 R36 ,2,"47K","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","https://www.bourns.com/docs/Product-Datasheets/CHPREZTR.pdf","","","","","https://www.digikey.com/product-detail/en/bourns-inc/CR0603-FX-4702ELF/CR0603-FX-4702ELFCT-ND/3925317","0603","CR0603-FX-4702ELF","" 26 | R35 ,1,"20K","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","~","","","","","https://www.digikey.com/en/products/detail/stackpole-electronics-inc/RMCF0603FT20K0/1760829","0603","RMCF0603FT20K0","" 27 | R6 R7 R8 R9 R38 R39 ,6,"100","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf","Stackpole Electronics Inc","","Digikey","RMCF0603FG100RCT-ND","https://www.digikey.com/en/products/detail/stackpole-electronics-inc/RMCF0603FG100R/1713541","0603","RMCF0603FG100R","" 28 | R4 R5 R14 R15 R33 R37 R44 R45 ,8,"1K","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","~","","","","","https://www.digikey.com/en/products/detail/stackpole-electronics-inc/RMCF0603FT1K00/1942996","0603","RMCF0603FT1K00","" 29 | R1 R10 R11 R12 R13 R25 R26 R28 R29 R30 R31 R40 R41 R42 R43 ,15,"DNP","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","~","","","","","","0603","","" 30 | R46 ,1,"3.09K","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","~","","","","","https://www.digikey.com/en/products/detail/stackpole-electronics-inc/RMCF0603FT3K09/1761340","0603","RMCF0603FT3K09","" 31 | R47 ,1,"6.65K","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf","","","","","https://www.digikey.com/en/products/detail/stackpole-electronics-inc/RMCF0603FT6K65/1760771","0603","RMCF0603FT6K65","" 32 | TP1 TP2 TP3 TP4 TP5 TP9 ,6,"TP_1.5x1.5","TestPoint:TestPoint_THTPad_1.5x1.5mm_Drill0.7mm","~" 33 | TP6 TP7 TP8 ,3,"TP_tht_1x1","TestPoint:TestPoint_THTPad_1.0x1.0mm_Drill0.5mm","~" 34 | U1 ,1,"ADP150AUJZ-3.3-R7","Package_TO_SOT_SMD:TSOT-23-5_HandSoldering","https://www.analog.com/media/en/technical-documentation/data-sheets/ADP150.pdf" 35 | U2 ,1,"CC1110","openlst:TI_CC_QFN36","http://www.ti.com/lit/ds/symlink/cc1110-cc1111.pdf","Texas Instruments","CC1110F32RHHR","Digikey","296-38560-1-ND","","","","" 36 | U3 ,1,"0433BM15A0001","RF_Converter:Balun_Johanson_0896BM15A0001","https://www.johansontechnology.com/datasheets/0433BM15A0001/0433BM15A0001.pdf","","","","","https://www.digikey.com/en/products/detail/johanson-technology-inc/0433BM15A0001E/2764673","","0433BM15A0001E","" 37 | U4 ,1,"MIC803","Package_TO_SOT_SMD:SOT-23_Handsoldering","https://ww1.microchip.com/downloads/en/DeviceDoc/MIC803-3-Pin-Microprocessor-Supervisor-Circuit-with-Open-Drain-Reset-Output-DS20006456A.pdf","","","","","https://www.digikey.com/en/products/detail/microchip-technology/MIC803-30D3VM3-TR/2566987","","MIC803-30D3VM3-TR","" 38 | U5 U6 ,2,"PE4250MLI","Package_SO:MSOP-8_3x3mm_P0.65mm","https://www.psemi.com/pdf/datasheets/pe4250ds.pdf","","","","","https://www.digikey.com/en/products/detail/psemi/PE4250MLI-Z/2614479","","PE4250MLI-Z","" 39 | U7 ,1,"SF2446E","footprint_custom:SF2446E","https://www.rfmi.co/pdf/Datasheet/sf2446e.pdf","","","","","https://www.digikey.com/en/products/detail/rfmi/SF2446E/12178506","","SF2446E","" 40 | U8 ,1,"RFFM6406","openlst:Qorvo_LGA_28_ThermalVias","https://www.qorvo.com/products/d/da000807","","","","","https://www.mouser.com/ProductDetail/772-RFFM6406SR","","","" 41 | X1 ,1,"TG2520SMN 27MHz","footprint_custom:TG2520SMN","https://support.epson.biz/td/api/doc_check.php?dl=brief_TG2520SMN&lang=en","","","","","https://www.digikey.com/en/products/detail/epson/TG2520SMN-27-0000M-MCGNNM3/13151956","","TG2520SMN 27.0000M-MCGNNM3","" -------------------------------------------------------------------------------- /footprints/archive.pretty/CP_EIA-3528-15_AVX-H.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Capacitor_Tantalum_SMD:CP_EIA-3528-15_AVX-H (layer F.Cu) (tedit 5B4151DA) 2 | (descr "Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator") 3 | (tags "capacitor tantalum") 4 | (attr smd) 5 | (fp_text reference C14 (at 3.25 0 270) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value 100u (at 0 2.35) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start 1.75 -1.4) (end -1.05 -1.4) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -1.05 -1.4) (end -1.75 -0.7) (layer F.Fab) (width 0.1)) 13 | (fp_line (start -1.75 -0.7) (end -1.75 1.4) (layer F.Fab) (width 0.1)) 14 | (fp_line (start -1.75 1.4) (end 1.75 1.4) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 1.75 1.4) (end 1.75 -1.4) (layer F.Fab) (width 0.1)) 16 | (fp_line (start 1.75 -1.66) (end -2.47 -1.66) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start -2.47 -1.66) (end -2.47 1.66) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start -2.47 1.66) (end 1.75 1.66) (layer F.SilkS) (width 0.12)) 19 | (fp_line (start -2.46 1.65) (end -2.46 -1.65) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -2.46 -1.65) (end 2.46 -1.65) (layer F.CrtYd) (width 0.05)) 21 | (fp_line (start 2.46 -1.65) (end 2.46 1.65) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start 2.46 1.65) (end -2.46 1.65) (layer F.CrtYd) (width 0.05)) 23 | (fp_text user %R (at 0 0) (layer F.Fab) 24 | (effects (font (size 0.88 0.88) (thickness 0.13))) 25 | ) 26 | (pad 1 smd rect (at -1.48 0) (size 1.46 2.4) (layers F.Cu F.Paste F.Mask)) 27 | (pad 2 smd rect (at 1.48 0) (size 1.46 2.4) (layers F.Cu F.Paste F.Mask)) 28 | (model ${KISYS3DMOD}/Capacitor_Tantalum_SMD.3dshapes/CP_EIA-3528-15_AVX-H.wrl 29 | (at (xyz 0 0 0)) 30 | (scale (xyz 1 1 1)) 31 | (rotate (xyz 0 0 0)) 32 | ) 33 | ) 34 | -------------------------------------------------------------------------------- /footprints/archive.pretty/C_0402_1005Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Capacitor_SMD:C_0402_1005Metric locked (layer F.Cu) (tedit 5B4281CC) 2 | (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags capacitor) 4 | (attr smd) 5 | (fp_text reference C7 (at 1.4 0 90) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value 220p (at 0 1.18) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -0.82 0.48) (end -0.82 -0.48) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start -0.82 -0.48) (end 0.82 -0.48) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 0.82 -0.48) (end 0.82 0.48) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 0.82 0.48) (end -0.82 0.48) (layer F.CrtYd) (width 0.05)) 19 | (fp_text user %R (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.25 0.25) (thickness 0.04))) 21 | ) 22 | (pad 1 smd rect (at -0.3875 0) (size 0.575 0.65) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 0.3875 0) (size 0.575 0.65) (layers F.Cu F.Paste F.Mask)) 24 | (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 1 1 1)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /footprints/archive.pretty/C_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B4152FA) 2 | (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags capacitor) 4 | (attr smd) 5 | (fp_text reference C47 (at -3 0) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value 1u (at 0 1.45) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.46 0.75) (end -1.46 -0.75) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start -1.46 -0.75) (end 1.46 -0.75) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 1.46 -0.75) (end 1.46 0.75) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 1.46 0.75) (end -1.46 0.75) (layer F.CrtYd) (width 0.05)) 19 | (fp_text user %R (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.4 0.4) (thickness 0.06))) 21 | ) 22 | (pad 1 smd rect (at -0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 24 | (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 1 1 1)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /footprints/archive.pretty/D_SMB.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Diode_SMD:D_SMB (layer F.Cu) (tedit 5B428008) 2 | (descr "Diode SMB (DO-214AA)") 3 | (tags "Diode SMB (DO-214AA)") 4 | (attr smd) 5 | (fp_text reference D3 (at -0.2 3.2) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value STPS340U (at 0 3.1) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0 -3) (layer F.Fab) 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_line (start -3.55 -2.15) (end -3.55 2.15) (layer F.SilkS) (width 0.12)) 15 | (fp_line (start 2.3 2) (end -2.3 2) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -2.3 2) (end -2.3 -2) (layer F.Fab) (width 0.1)) 17 | (fp_line (start 2.3 -2) (end 2.3 2) (layer F.Fab) (width 0.1)) 18 | (fp_line (start 2.3 -2) (end -2.3 -2) (layer F.Fab) (width 0.1)) 19 | (fp_line (start -3.65 -2.25) (end 3.65 -2.25) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start 3.65 -2.25) (end 3.65 2.25) (layer F.CrtYd) (width 0.05)) 21 | (fp_line (start 3.65 2.25) (end -3.65 2.25) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start -3.65 2.25) (end -3.65 -2.25) (layer F.CrtYd) (width 0.05)) 23 | (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) 24 | (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) 25 | (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) 26 | (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) 27 | (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) 28 | (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) 29 | (fp_line (start -3.55 2.15) (end 2.15 2.15) (layer F.SilkS) (width 0.12)) 30 | (fp_line (start -3.55 -2.15) (end 2.15 -2.15) (layer F.SilkS) (width 0.12)) 31 | (pad 1 smd rect (at -2.15 0) (size 2.5 2.3) (layers F.Cu F.Paste F.Mask)) 32 | (pad 2 smd rect (at 2.15 0) (size 2.5 2.3) (layers F.Cu F.Paste F.Mask)) 33 | (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMB.wrl 34 | (at (xyz 0 0 0)) 35 | (scale (xyz 1 1 1)) 36 | (rotate (xyz 0 0 0)) 37 | ) 38 | ) 39 | -------------------------------------------------------------------------------- /footprints/archive.pretty/LED_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5AC5DB75) 2 | (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags diode) 4 | (attr smd) 5 | (fp_text reference D2 (at 0 -1.45) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value LED (at 0 1.45) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) 13 | (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) 14 | (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) 16 | (fp_line (start 0.8 -0.76) (end -1.47 -0.76) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start -1.47 -0.76) (end -1.47 0.76) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start -1.47 0.76) (end 0.8 0.76) (layer F.SilkS) (width 0.12)) 19 | (fp_line (start -1.46 0.75) (end -1.46 -0.75) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -1.46 -0.75) (end 1.46 -0.75) (layer F.CrtYd) (width 0.05)) 21 | (fp_line (start 1.46 -0.75) (end 1.46 0.75) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start 1.46 0.75) (end -1.46 0.75) (layer F.CrtYd) (width 0.05)) 23 | (fp_text user %R (at 0 0) (layer F.Fab) 24 | (effects (font (size 0.4 0.4) (thickness 0.06))) 25 | ) 26 | (pad 1 smd rect (at -0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 27 | (pad 2 smd rect (at 0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 28 | (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl 29 | (at (xyz 0 0 0)) 30 | (scale (xyz 1 1 1)) 31 | (rotate (xyz 0 0 0)) 32 | ) 33 | ) 34 | -------------------------------------------------------------------------------- /footprints/archive.pretty/L_0402_1005Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Inductor_SMD:L_0402_1005Metric locked (layer F.Cu) (tedit 5B428122) 2 | (descr "Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags inductor) 4 | (attr smd) 5 | (fp_text reference L6 (at 0.4 1.2) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value 27n (at 0 1.18) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -0.82 0.48) (end -0.82 -0.48) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start -0.82 -0.48) (end 0.82 -0.48) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 0.82 -0.48) (end 0.82 0.48) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 0.82 0.48) (end -0.82 0.48) (layer F.CrtYd) (width 0.05)) 19 | (fp_text user %R (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.25 0.25) (thickness 0.04))) 21 | ) 22 | (pad 1 smd rect (at -0.3875 0) (size 0.575 0.65) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 0.3875 0) (size 0.575 0.65) (layers F.Cu F.Paste F.Mask)) 24 | (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0402_1005Metric.wrl 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 1 1 1)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /footprints/archive.pretty/L_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Inductor_SMD:L_0603_1608Metric (layer F.Cu) (tedit 5B41546E) 2 | (descr "Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags inductor) 4 | (attr smd) 5 | (fp_text reference L8 (at 0 1.75 90) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value "Z=1k @ 100M" (at 0 1.45) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.46 0.75) (end -1.46 -0.75) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start -1.46 -0.75) (end 1.46 -0.75) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 1.46 -0.75) (end 1.46 0.75) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 1.46 0.75) (end -1.46 0.75) (layer F.CrtYd) (width 0.05)) 19 | (fp_text user %R (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.4 0.4) (thickness 0.06))) 21 | ) 22 | (pad 1 smd rect (at -0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 24 | (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0603_1608Metric.wrl 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 1 1 1)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /footprints/archive.pretty/L_1206_3216Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Inductor_SMD:L_1206_3216Metric (layer F.Cu) (tedit 5AC5DB75) 2 | (descr "Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags inductor) 4 | (attr smd) 5 | (fp_text reference L2 (at 0 -1.85) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value "Z=500 @ 100M" (at 0 1.85) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -0.5 -0.91) (end 0.5 -0.91) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start -0.5 0.91) (end 0.5 0.91) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start -2.29 1.15) (end -2.29 -1.15) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start -2.29 -1.15) (end 2.29 -1.15) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start 2.29 -1.15) (end 2.29 1.15) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start 2.29 1.15) (end -2.29 1.15) (layer F.CrtYd) (width 0.05)) 21 | (fp_text user %R (at 0 0) (layer F.Fab) 22 | (effects (font (size 0.8 0.8) (thickness 0.12))) 23 | ) 24 | (pad 1 smd rect (at -1.43 0) (size 1.22 1.8) (layers F.Cu F.Paste F.Mask)) 25 | (pad 2 smd rect (at 1.43 0) (size 1.22 1.8) (layers F.Cu F.Paste F.Mask)) 26 | (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1206_3216Metric.wrl 27 | (at (xyz 0 0 0)) 28 | (scale (xyz 1 1 1)) 29 | (rotate (xyz 0 0 0)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /footprints/archive.pretty/MountingHole_3.2mm_M3_Pad_Via.kicad_mod: -------------------------------------------------------------------------------- 1 | (module MountingHole:MountingHole_3.2mm_M3_Pad_Via (layer F.Cu) (tedit 5B428038) 2 | (descr "Mounting Hole 3.2mm, M3") 3 | (tags "mounting hole 3.2mm m3") 4 | (attr virtual) 5 | (fp_text reference MK4 (at 0 -4.2) (layer F.SilkS) hide 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value M3_Hole (at 0 4.2) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0.3 0) (layer F.Fab) 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_circle (center 0 0) (end 3.2 0) (layer Cmts.User) (width 0.15)) 15 | (fp_circle (center 0 0) (end 3.45 0) (layer F.CrtYd) (width 0.05)) 16 | (pad 1 thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers *.Cu *.Mask)) 17 | (pad 1 thru_hole circle (at 2.4 0) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 18 | (pad 1 thru_hole circle (at 1.697056 1.697056) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 19 | (pad 1 thru_hole circle (at 0 2.4) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 20 | (pad 1 thru_hole circle (at -1.697056 1.697056) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 21 | (pad 1 thru_hole circle (at -2.4 0) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 22 | (pad 1 thru_hole circle (at -1.697056 -1.697056) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 23 | (pad 1 thru_hole circle (at 0 -2.4) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 24 | (pad 1 thru_hole circle (at 1.697056 -1.697056) (size 0.8 0.8) (drill 0.5) (layers *.Cu *.Mask)) 25 | ) 26 | -------------------------------------------------------------------------------- /footprints/archive.pretty/Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Oscillator:Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm (layer F.Cu) (tedit 58CD3345) 2 | (descr "Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 5.0x3.2mm^2 package") 3 | (tags "SMD SMT crystal oscillator") 4 | (attr smd) 5 | (fp_text reference U4 (at 0 -3) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value "FOX924 27MHz" (at 0 3) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0 0) (layer F.Fab) 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_line (start -2.4 -1.6) (end 2.4 -1.6) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 2.4 -1.6) (end 2.5 -1.5) (layer F.Fab) (width 0.1)) 16 | (fp_line (start 2.5 -1.5) (end 2.5 1.5) (layer F.Fab) (width 0.1)) 17 | (fp_line (start 2.5 1.5) (end 2.4 1.6) (layer F.Fab) (width 0.1)) 18 | (fp_line (start 2.4 1.6) (end -2.4 1.6) (layer F.Fab) (width 0.1)) 19 | (fp_line (start -2.4 1.6) (end -2.5 1.5) (layer F.Fab) (width 0.1)) 20 | (fp_line (start -2.5 1.5) (end -2.5 -1.5) (layer F.Fab) (width 0.1)) 21 | (fp_line (start -2.5 -1.5) (end -2.4 -1.6) (layer F.Fab) (width 0.1)) 22 | (fp_line (start -2.5 0.6) (end -1.5 1.6) (layer F.Fab) (width 0.1)) 23 | (fp_line (start -3 0.6) (end -2.7 0.6) (layer F.SilkS) (width 0.12)) 24 | (fp_line (start -2.7 0.6) (end -2.7 -0.6) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start 2.7 -0.6) (end 2.7 0.6) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start -1.1 -1.8) (end 1.1 -1.8) (layer F.SilkS) (width 0.12)) 27 | (fp_line (start 1.1 1.8) (end -1.1 1.8) (layer F.SilkS) (width 0.12)) 28 | (fp_line (start -1.1 1.8) (end -1.1 2.2) (layer F.SilkS) (width 0.12)) 29 | (fp_line (start -3.1 -2.3) (end -3.1 2.3) (layer F.CrtYd) (width 0.05)) 30 | (fp_line (start -3.1 2.3) (end 3.1 2.3) (layer F.CrtYd) (width 0.05)) 31 | (fp_line (start 3.1 2.3) (end 3.1 -2.3) (layer F.CrtYd) (width 0.05)) 32 | (fp_line (start 3.1 -2.3) (end -3.1 -2.3) (layer F.CrtYd) (width 0.05)) 33 | (fp_circle (center 0 0) (end 0.25 0) (layer F.Adhes) (width 0.1)) 34 | (fp_circle (center 0 0) (end 0.208333 0) (layer F.Adhes) (width 0.083333)) 35 | (fp_circle (center 0 0) (end 0.133333 0) (layer F.Adhes) (width 0.083333)) 36 | (fp_circle (center 0 0) (end 0.058333 0) (layer F.Adhes) (width 0.116667)) 37 | (pad 1 smd rect (at -2.05 1.4) (size 1.5 1.2) (layers F.Cu F.Paste F.Mask)) 38 | (pad 2 smd rect (at 2.05 1.4) (size 1.5 1.2) (layers F.Cu F.Paste F.Mask)) 39 | (pad 3 smd rect (at 2.05 -1.4) (size 1.5 1.2) (layers F.Cu F.Paste F.Mask)) 40 | (pad 4 smd rect (at -2.05 -1.4) (size 1.5 1.2) (layers F.Cu F.Paste F.Mask)) 41 | (model ${KISYS3DMOD}/Oscillator.3dshapes/Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm.wrl 42 | (at (xyz 0 0 0)) 43 | (scale (xyz 1 1 1)) 44 | (rotate (xyz 0 0 0)) 45 | ) 46 | ) 47 | -------------------------------------------------------------------------------- /footprints/archive.pretty/PinHeader_1x02_P2.54mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 5B42816C) 2 | (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") 3 | (tags "Through hole pin header THT 1x02 2.54mm single row") 4 | (fp_text reference J1 (at -0.1 5.2) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value 5VDC (at 0 4.87) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) 11 | (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) 12 | (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) 13 | (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) 14 | (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) 19 | (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) 20 | (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) 23 | (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) 24 | (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) 25 | (fp_text user %R (at 0 1.27 90) (layer F.Fab) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 29 | (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 30 | (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl 31 | (at (xyz 0 0 0)) 32 | (scale (xyz 1 1 1)) 33 | (rotate (xyz 0 0 0)) 34 | ) 35 | ) 36 | -------------------------------------------------------------------------------- /footprints/archive.pretty/PinHeader_1x03_P2.54mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical (layer F.Cu) (tedit 5B415478) 2 | (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") 3 | (tags "Through hole pin header THT 1x03 2.54mm single row") 4 | (fp_text reference J5 (at -2.5 0 90) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value "Control Outputs" (at 0 7.41) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) 11 | (fp_line (start 1.27 -1.27) (end 1.27 6.35) (layer F.Fab) (width 0.1)) 12 | (fp_line (start 1.27 6.35) (end -1.27 6.35) (layer F.Fab) (width 0.1)) 13 | (fp_line (start -1.27 6.35) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) 14 | (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.33 6.41) (end 1.33 6.41) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start -1.33 1.27) (end -1.33 6.41) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start 1.33 1.27) (end 1.33 6.41) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) 19 | (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) 20 | (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start -1.8 -1.8) (end -1.8 6.85) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start -1.8 6.85) (end 1.8 6.85) (layer F.CrtYd) (width 0.05)) 23 | (fp_line (start 1.8 6.85) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) 24 | (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) 25 | (fp_text user %R (at 0 2.54 90) (layer F.Fab) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 29 | (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 30 | (pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 31 | (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl 32 | (at (xyz 0 0 0)) 33 | (scale (xyz 1 1 1)) 34 | (rotate (xyz 0 0 0)) 35 | ) 36 | ) 37 | -------------------------------------------------------------------------------- /footprints/archive.pretty/PinHeader_1x06_P2.54mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical (layer F.Cu) (tedit 5B428F23) 2 | (descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row") 3 | (tags "Through hole pin header THT 1x06 2.54mm single row") 4 | (fp_text reference J4 (at -0.25 -2.5 180) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value UART1 (at 0 15.03) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) 11 | (fp_line (start 1.27 -1.27) (end 1.27 13.97) (layer F.Fab) (width 0.1)) 12 | (fp_line (start 1.27 13.97) (end -1.27 13.97) (layer F.Fab) (width 0.1)) 13 | (fp_line (start -1.27 13.97) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) 14 | (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.33 14.03) (end 1.33 14.03) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start -1.33 1.27) (end -1.33 14.03) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start 1.33 1.27) (end 1.33 14.03) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) 19 | (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) 20 | (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start -1.8 -1.8) (end -1.8 14.5) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start -1.8 14.5) (end 1.8 14.5) (layer F.CrtYd) (width 0.05)) 23 | (fp_line (start 1.8 14.5) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) 24 | (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) 25 | (fp_text user %R (at 0 6.35 90) (layer F.Fab) 26 | (effects (font (size 1 1) (thickness 0.15))) 27 | ) 28 | (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 29 | (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 30 | (pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 31 | (pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 32 | (pad 5 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 33 | (pad 6 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 34 | (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.wrl 35 | (at (xyz 0 0 0)) 36 | (scale (xyz 1 1 1)) 37 | (rotate (xyz 0 0 0)) 38 | ) 39 | ) 40 | -------------------------------------------------------------------------------- /footprints/archive.pretty/PinHeader_2x05_P1.27mm_Vertical_SMD.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical_SMD (layer F.Cu) (tedit 59FED6E3) 2 | (descr "surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows") 3 | (tags "Surface mounted pin header SMD 2x05 1.27mm double row") 4 | (attr smd) 5 | (fp_text reference J2 (at 0 -4.235) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value "CC Prog/Debug" (at 0 4.235) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start 1.705 3.175) (end -1.705 3.175) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -1.27 -3.175) (end 1.705 -3.175) (layer F.Fab) (width 0.1)) 13 | (fp_line (start -1.705 3.175) (end -1.705 -2.74) (layer F.Fab) (width 0.1)) 14 | (fp_line (start -1.705 -2.74) (end -1.27 -3.175) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 1.705 -3.175) (end 1.705 3.175) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -1.705 -2.74) (end -2.75 -2.74) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -2.75 -2.74) (end -2.75 -2.34) (layer F.Fab) (width 0.1)) 18 | (fp_line (start -2.75 -2.34) (end -1.705 -2.34) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 1.705 -2.74) (end 2.75 -2.74) (layer F.Fab) (width 0.1)) 20 | (fp_line (start 2.75 -2.74) (end 2.75 -2.34) (layer F.Fab) (width 0.1)) 21 | (fp_line (start 2.75 -2.34) (end 1.705 -2.34) (layer F.Fab) (width 0.1)) 22 | (fp_line (start -1.705 -1.47) (end -2.75 -1.47) (layer F.Fab) (width 0.1)) 23 | (fp_line (start -2.75 -1.47) (end -2.75 -1.07) (layer F.Fab) (width 0.1)) 24 | (fp_line (start -2.75 -1.07) (end -1.705 -1.07) (layer F.Fab) (width 0.1)) 25 | (fp_line (start 1.705 -1.47) (end 2.75 -1.47) (layer F.Fab) (width 0.1)) 26 | (fp_line (start 2.75 -1.47) (end 2.75 -1.07) (layer F.Fab) (width 0.1)) 27 | (fp_line (start 2.75 -1.07) (end 1.705 -1.07) (layer F.Fab) (width 0.1)) 28 | (fp_line (start -1.705 -0.2) (end -2.75 -0.2) (layer F.Fab) (width 0.1)) 29 | (fp_line (start -2.75 -0.2) (end -2.75 0.2) (layer F.Fab) (width 0.1)) 30 | (fp_line (start -2.75 0.2) (end -1.705 0.2) (layer F.Fab) (width 0.1)) 31 | (fp_line (start 1.705 -0.2) (end 2.75 -0.2) (layer F.Fab) (width 0.1)) 32 | (fp_line (start 2.75 -0.2) (end 2.75 0.2) (layer F.Fab) (width 0.1)) 33 | (fp_line (start 2.75 0.2) (end 1.705 0.2) (layer F.Fab) (width 0.1)) 34 | (fp_line (start -1.705 1.07) (end -2.75 1.07) (layer F.Fab) (width 0.1)) 35 | (fp_line (start -2.75 1.07) (end -2.75 1.47) (layer F.Fab) (width 0.1)) 36 | (fp_line (start -2.75 1.47) (end -1.705 1.47) (layer F.Fab) (width 0.1)) 37 | (fp_line (start 1.705 1.07) (end 2.75 1.07) (layer F.Fab) (width 0.1)) 38 | (fp_line (start 2.75 1.07) (end 2.75 1.47) (layer F.Fab) (width 0.1)) 39 | (fp_line (start 2.75 1.47) (end 1.705 1.47) (layer F.Fab) (width 0.1)) 40 | (fp_line (start -1.705 2.34) (end -2.75 2.34) (layer F.Fab) (width 0.1)) 41 | (fp_line (start -2.75 2.34) (end -2.75 2.74) (layer F.Fab) (width 0.1)) 42 | (fp_line (start -2.75 2.74) (end -1.705 2.74) (layer F.Fab) (width 0.1)) 43 | (fp_line (start 1.705 2.34) (end 2.75 2.34) (layer F.Fab) (width 0.1)) 44 | (fp_line (start 2.75 2.34) (end 2.75 2.74) (layer F.Fab) (width 0.1)) 45 | (fp_line (start 2.75 2.74) (end 1.705 2.74) (layer F.Fab) (width 0.1)) 46 | (fp_line (start -1.765 -3.235) (end 1.765 -3.235) (layer F.SilkS) (width 0.12)) 47 | (fp_line (start -1.765 3.235) (end 1.765 3.235) (layer F.SilkS) (width 0.12)) 48 | (fp_line (start -3.09 -3.17) (end -1.765 -3.17) (layer F.SilkS) (width 0.12)) 49 | (fp_line (start -1.765 -3.235) (end -1.765 -3.17) (layer F.SilkS) (width 0.12)) 50 | (fp_line (start 1.765 -3.235) (end 1.765 -3.17) (layer F.SilkS) (width 0.12)) 51 | (fp_line (start -1.765 3.17) (end -1.765 3.235) (layer F.SilkS) (width 0.12)) 52 | (fp_line (start 1.765 3.17) (end 1.765 3.235) (layer F.SilkS) (width 0.12)) 53 | (fp_line (start -4.3 -3.7) (end -4.3 3.7) (layer F.CrtYd) (width 0.05)) 54 | (fp_line (start -4.3 3.7) (end 4.3 3.7) (layer F.CrtYd) (width 0.05)) 55 | (fp_line (start 4.3 3.7) (end 4.3 -3.7) (layer F.CrtYd) (width 0.05)) 56 | (fp_line (start 4.3 -3.7) (end -4.3 -3.7) (layer F.CrtYd) (width 0.05)) 57 | (fp_text user %R (at 0 0 90) (layer F.Fab) 58 | (effects (font (size 1 1) (thickness 0.15))) 59 | ) 60 | (pad 1 smd rect (at -1.95 -2.54) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 61 | (pad 2 smd rect (at 1.95 -2.54) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 62 | (pad 3 smd rect (at -1.95 -1.27) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 63 | (pad 4 smd rect (at 1.95 -1.27) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 64 | (pad 5 smd rect (at -1.95 0) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 65 | (pad 6 smd rect (at 1.95 0) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 66 | (pad 7 smd rect (at -1.95 1.27) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 67 | (pad 8 smd rect (at 1.95 1.27) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 68 | (pad 9 smd rect (at -1.95 2.54) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 69 | (pad 10 smd rect (at 1.95 2.54) (size 2.4 0.74) (layers F.Cu F.Paste F.Mask)) 70 | (model ${KISYS3DMOD}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x05_P1.27mm_Vertical_SMD.wrl 71 | (at (xyz 0 0 0)) 72 | (scale (xyz 1 1 1)) 73 | (rotate (xyz 0 0 0)) 74 | ) 75 | ) 76 | -------------------------------------------------------------------------------- /footprints/archive.pretty/R_0603_1608Metric.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5AC5DB74) 2 | (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") 3 | (tags resistor) 4 | (attr smd) 5 | (fp_text reference R32 (at 0 -1.45) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value DNI (at 0 1.45) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) 12 | (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.46 0.75) (end -1.46 -0.75) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start -1.46 -0.75) (end 1.46 -0.75) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 1.46 -0.75) (end 1.46 0.75) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 1.46 0.75) (end -1.46 0.75) (layer F.CrtYd) (width 0.05)) 19 | (fp_text user %R (at 0 0) (layer F.Fab) 20 | (effects (font (size 0.4 0.4) (thickness 0.06))) 21 | ) 22 | (pad 1 smd rect (at -0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 0.8 0) (size 0.82 1) (layers F.Cu F.Paste F.Mask)) 24 | (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 1 1 1)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /footprints/archive.pretty/SMA_Molex_73251-1153_EdgeMount_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Connector_Coaxial:SMA_Molex_73251-1153_EdgeMount_Horizontal locked (layer F.Cu) (tedit 5A1B666F) 2 | (descr "Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf)") 3 | (tags "sma edge") 4 | (attr smd) 5 | (fp_text reference J6 (at -1.5 7) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value ANT (at -1.72 -7.11) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at -1.5 7) (layer F.Fab) 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_line (start 2.5 0.25) (end 2.5 -0.25) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 2 0) (end 2.5 0.25) (layer F.Fab) (width 0.1)) 16 | (fp_line (start 2.5 -0.25) (end 2 0) (layer F.Fab) (width 0.1)) 17 | (fp_line (start 2.5 0.25) (end 2 0) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start 2.5 -0.25) (end 2.5 0.25) (layer F.SilkS) (width 0.12)) 19 | (fp_line (start 2 0) (end 2.5 -0.25) (layer F.SilkS) (width 0.12)) 20 | (fp_line (start -4.76 -0.38) (end 0.49 -0.38) (layer F.Fab) (width 0.1)) 21 | (fp_line (start -4.76 0.38) (end 0.49 0.38) (layer F.Fab) (width 0.1)) 22 | (fp_line (start 0.49 -0.38) (end 0.49 0.38) (layer F.Fab) (width 0.1)) 23 | (fp_line (start 0.49 3.75) (end 0.49 4.76) (layer F.Fab) (width 0.1)) 24 | (fp_line (start 0.49 -4.76) (end 0.49 -3.75) (layer F.Fab) (width 0.1)) 25 | (fp_line (start -14.29 -6.09) (end -14.29 6.09) (layer F.CrtYd) (width 0.05)) 26 | (fp_line (start -14.29 6.09) (end 2.71 6.09) (layer F.CrtYd) (width 0.05)) 27 | (fp_line (start 2.71 -6.09) (end 2.71 6.09) (layer B.CrtYd) (width 0.05)) 28 | (fp_line (start -14.29 -6.09) (end 2.71 -6.09) (layer B.CrtYd) (width 0.05)) 29 | (fp_line (start -14.29 -6.09) (end -14.29 6.09) (layer B.CrtYd) (width 0.05)) 30 | (fp_line (start -14.29 6.09) (end 2.71 6.09) (layer B.CrtYd) (width 0.05)) 31 | (fp_line (start 2.71 -6.09) (end 2.71 6.09) (layer F.CrtYd) (width 0.05)) 32 | (fp_line (start 2.71 -6.09) (end -14.29 -6.09) (layer F.CrtYd) (width 0.05)) 33 | (fp_line (start -4.76 -3.75) (end 0.49 -3.75) (layer F.Fab) (width 0.1)) 34 | (fp_line (start -4.76 3.75) (end 0.49 3.75) (layer F.Fab) (width 0.1)) 35 | (fp_line (start -13.79 -2.65) (end -5.91 -2.65) (layer F.Fab) (width 0.1)) 36 | (fp_line (start -13.79 -2.65) (end -13.79 2.65) (layer F.Fab) (width 0.1)) 37 | (fp_line (start -13.79 2.65) (end -5.91 2.65) (layer F.Fab) (width 0.1)) 38 | (fp_line (start -4.76 -3.75) (end -4.76 3.75) (layer F.Fab) (width 0.1)) 39 | (fp_line (start 0.49 -4.76) (end -5.91 -4.76) (layer F.Fab) (width 0.1)) 40 | (fp_line (start -5.91 -4.76) (end -5.91 4.76) (layer F.Fab) (width 0.1)) 41 | (fp_line (start -5.91 4.76) (end 0.49 4.76) (layer F.Fab) (width 0.1)) 42 | (pad 1 smd rect (at -1.72 0) (size 5.08 2.29) (layers F.Cu F.Paste F.Mask)) 43 | (pad 2 smd rect (at -1.72 -4.38) (size 5.08 2.42) (layers F.Cu F.Paste F.Mask)) 44 | (pad 2 smd rect (at -1.72 4.38) (size 5.08 2.42) (layers F.Cu F.Paste F.Mask)) 45 | (pad 2 smd rect (at -1.72 -4.38) (size 5.08 2.42) (layers B.Cu B.Paste B.Mask)) 46 | (pad 2 smd rect (at -1.72 4.38) (size 5.08 2.42) (layers B.Cu B.Paste B.Mask)) 47 | (pad 2 thru_hole circle (at 1.72 -4.38) (size 0.97 0.97) (drill 0.46) (layers *.Cu)) 48 | (pad 2 thru_hole circle (at 1.72 4.38) (size 0.97 0.97) (drill 0.46) (layers *.Cu)) 49 | (pad 2 smd rect (at 1.27 -4.38) (size 0.95 0.46) (layers F.Cu)) 50 | (pad 2 smd rect (at 1.27 4.38) (size 0.95 0.46) (layers F.Cu)) 51 | (pad 2 smd rect (at 1.27 -4.38) (size 0.95 0.46) (layers B.Cu)) 52 | (pad 2 smd rect (at 1.27 4.38) (size 0.95 0.46) (layers B.Cu)) 53 | (model ${KISYS3DMOD}/Connector_Coaxial.3dshapes/SMA_Molex_73251-1153_EdgeMount_Horizontal.wrl 54 | (at (xyz 0 0 0)) 55 | (scale (xyz 1 1 1)) 56 | (rotate (xyz 0 0 0)) 57 | ) 58 | ) 59 | -------------------------------------------------------------------------------- /footprints/archive.pretty/SOT-223-3_TabPin2.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Package_TO_SOT_SMD:SOT-223-3_TabPin2 (layer F.Cu) (tedit 5A02FF57) 2 | (descr "module CMS SOT223 4 pins") 3 | (tags "CMS SOT") 4 | (attr smd) 5 | (fp_text reference U1 (at 0 -4.5) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value LM1117-3.3 (at 0 4.5) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0 0 90) (layer F.Fab) 12 | (effects (font (size 0.8 0.8) (thickness 0.12))) 13 | ) 14 | (fp_line (start 1.91 3.41) (end 1.91 2.15) (layer F.SilkS) (width 0.12)) 15 | (fp_line (start 1.91 -3.41) (end 1.91 -2.15) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start 4.4 -3.6) (end -4.4 -3.6) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 4.4 3.6) (end 4.4 -3.6) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start -4.4 3.6) (end 4.4 3.6) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start -4.4 -3.6) (end -4.4 3.6) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -1.85 -2.35) (end -0.85 -3.35) (layer F.Fab) (width 0.1)) 21 | (fp_line (start -1.85 -2.35) (end -1.85 3.35) (layer F.Fab) (width 0.1)) 22 | (fp_line (start -1.85 3.41) (end 1.91 3.41) (layer F.SilkS) (width 0.12)) 23 | (fp_line (start -0.85 -3.35) (end 1.85 -3.35) (layer F.Fab) (width 0.1)) 24 | (fp_line (start -4.1 -3.41) (end 1.91 -3.41) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start -1.85 3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) 26 | (fp_line (start 1.85 -3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) 27 | (pad 2 smd rect (at 3.15 0) (size 2 3.8) (layers F.Cu F.Paste F.Mask)) 28 | (pad 2 smd rect (at -3.15 0) (size 2 1.5) (layers F.Cu F.Paste F.Mask)) 29 | (pad 3 smd rect (at -3.15 2.3) (size 2 1.5) (layers F.Cu F.Paste F.Mask)) 30 | (pad 1 smd rect (at -3.15 -2.3) (size 2 1.5) (layers F.Cu F.Paste F.Mask)) 31 | (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl 32 | (at (xyz 0 0 0)) 33 | (scale (xyz 1 1 1)) 34 | (rotate (xyz 0 0 0)) 35 | ) 36 | ) 37 | -------------------------------------------------------------------------------- /footprints/archive.pretty/SOT-23.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5B4280BD) 2 | (descr "SOT-23, Standard") 3 | (tags SOT-23) 4 | (attr smd) 5 | (fp_text reference U5 (at 0.2 -2.9 90) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value TLV803S (at 0 2.5) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0 0 90) (layer F.Fab) 12 | (effects (font (size 0.5 0.5) (thickness 0.075))) 13 | ) 14 | (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) 17 | (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) 18 | (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) 20 | (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) 23 | (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) 24 | (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) 25 | (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) 27 | (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask)) 28 | (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask)) 29 | (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask)) 30 | (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl 31 | (at (xyz 0 0 0)) 32 | (scale (xyz 1 1 1)) 33 | (rotate (xyz 0 0 0)) 34 | ) 35 | ) 36 | -------------------------------------------------------------------------------- /footprints/archive.pretty/SOT-363_SC-70-6.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Package_TO_SOT_SMD:SOT-363_SC-70-6 locked (layer F.Cu) (tedit 5B424AAB) 2 | (descr "SOT-363, SC-70-6") 3 | (tags "SOT-363 SC-70-6") 4 | (attr smd) 5 | (fp_text reference U6 (at -0.05 2) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value PE4259 (at 0 2 180) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user %R (at 0 0 90) (layer F.Fab) 12 | (effects (font (size 0.5 0.5) (thickness 0.075))) 13 | ) 14 | (fp_line (start 0.7 -1.16) (end -1.2 -1.16) (layer F.SilkS) (width 0.12)) 15 | (fp_line (start -0.7 1.16) (end 0.7 1.16) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start 1.6 1.4) (end 1.6 -1.4) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start -1.6 -1.4) (end -1.6 1.4) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start -1.6 -1.4) (end 1.6 -1.4) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start 0.675 -1.1) (end -0.175 -1.1) (layer F.Fab) (width 0.1)) 20 | (fp_line (start -0.675 -0.6) (end -0.675 1.1) (layer F.Fab) (width 0.1)) 21 | (fp_line (start -1.6 1.4) (end 1.6 1.4) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start 0.675 -1.1) (end 0.675 1.1) (layer F.Fab) (width 0.1)) 23 | (fp_line (start 0.675 1.1) (end -0.675 1.1) (layer F.Fab) (width 0.1)) 24 | (fp_line (start -0.175 -1.1) (end -0.675 -0.6) (layer F.Fab) (width 0.1)) 25 | (pad 1 smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask)) 26 | (pad 3 smd rect (at -0.95 0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask)) 27 | (pad 5 smd rect (at 0.95 0) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask)) 28 | (pad 2 smd rect (at -0.95 0) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask)) 29 | (pad 4 smd rect (at 0.95 0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask)) 30 | (pad 6 smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask)) 31 | (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl 32 | (at (xyz 0 0 0)) 33 | (scale (xyz 1 1 1)) 34 | (rotate (xyz 0 0 0)) 35 | ) 36 | ) 37 | -------------------------------------------------------------------------------- /footprints/archive.pretty/TO-263-3_TabPin2.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Package_TO_SOT_SMD:TO-263-3_TabPin2 (layer F.Cu) (tedit 5B40F2F7) 2 | (descr "TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/") 3 | (tags "D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404") 4 | (attr smd) 5 | (fp_text reference U3 (at 3.5 -6.5 180) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value LT1086-3.6 (at 0 6.65) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start 6.5 -5) (end 7.5 -5) (layer F.Fab) (width 0.1)) 12 | (fp_line (start 7.5 -5) (end 7.5 5) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 7.5 5) (end 6.5 5) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 6.5 -5) (end 6.5 5) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 6.5 5) (end -2.75 5) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -2.75 5) (end -2.75 -4) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -2.75 -4) (end -1.75 -5) (layer F.Fab) (width 0.1)) 18 | (fp_line (start -1.75 -5) (end 6.5 -5) (layer F.Fab) (width 0.1)) 19 | (fp_line (start -2.75 -3.04) (end -7.45 -3.04) (layer F.Fab) (width 0.1)) 20 | (fp_line (start -7.45 -3.04) (end -7.45 -2.04) (layer F.Fab) (width 0.1)) 21 | (fp_line (start -7.45 -2.04) (end -2.75 -2.04) (layer F.Fab) (width 0.1)) 22 | (fp_line (start -2.75 -0.5) (end -7.45 -0.5) (layer F.Fab) (width 0.1)) 23 | (fp_line (start -7.45 -0.5) (end -7.45 0.5) (layer F.Fab) (width 0.1)) 24 | (fp_line (start -7.45 0.5) (end -2.75 0.5) (layer F.Fab) (width 0.1)) 25 | (fp_line (start -2.75 2.04) (end -7.45 2.04) (layer F.Fab) (width 0.1)) 26 | (fp_line (start -7.45 2.04) (end -7.45 3.04) (layer F.Fab) (width 0.1)) 27 | (fp_line (start -7.45 3.04) (end -2.75 3.04) (layer F.Fab) (width 0.1)) 28 | (fp_line (start -1.45 -5.2) (end -2.95 -5.2) (layer F.SilkS) (width 0.12)) 29 | (fp_line (start -2.95 -5.2) (end -2.95 -3.39) (layer F.SilkS) (width 0.12)) 30 | (fp_line (start -2.95 -3.39) (end -8.075 -3.39) (layer F.SilkS) (width 0.12)) 31 | (fp_line (start -1.45 5.2) (end -2.95 5.2) (layer F.SilkS) (width 0.12)) 32 | (fp_line (start -2.95 5.2) (end -2.95 3.39) (layer F.SilkS) (width 0.12)) 33 | (fp_line (start -2.95 3.39) (end -4.05 3.39) (layer F.SilkS) (width 0.12)) 34 | (fp_line (start -8.32 -5.65) (end -8.32 5.65) (layer F.CrtYd) (width 0.05)) 35 | (fp_line (start -8.32 5.65) (end 8.32 5.65) (layer F.CrtYd) (width 0.05)) 36 | (fp_line (start 8.32 5.65) (end 8.32 -5.65) (layer F.CrtYd) (width 0.05)) 37 | (fp_line (start 8.32 -5.65) (end -8.32 -5.65) (layer F.CrtYd) (width 0.05)) 38 | (fp_text user %R (at 0 0) (layer F.Fab) 39 | (effects (font (size 1 1) (thickness 0.15))) 40 | ) 41 | (pad 1 smd rect (at -5.775 -2.54) (size 4.6 1.1) (layers F.Cu F.Paste F.Mask)) 42 | (pad 2 smd rect (at -5.775 0) (size 4.6 1.1) (layers F.Cu F.Paste F.Mask)) 43 | (pad 3 smd rect (at -5.775 2.54) (size 4.6 1.1) (layers F.Cu F.Paste F.Mask)) 44 | (pad 2 smd rect (at 3.375 0) (size 9.4 10.8) (layers F.Cu F.Mask)) 45 | (pad "" smd rect (at 5.8 2.775) (size 4.55 5.25) (layers F.Paste)) 46 | (pad "" smd rect (at 0.95 -2.775) (size 4.55 5.25) (layers F.Paste)) 47 | (pad "" smd rect (at 5.8 -2.775) (size 4.55 5.25) (layers F.Paste)) 48 | (pad "" smd rect (at 0.95 2.775) (size 4.55 5.25) (layers F.Paste)) 49 | (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-263-3_TabPin2.wrl 50 | (at (xyz 0 0 0)) 51 | (scale (xyz 1 1 1)) 52 | (rotate (xyz 0 0 0)) 53 | ) 54 | ) 55 | -------------------------------------------------------------------------------- /footprints/openlst.pretty/Qorvo_LGA_28.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Qorvo_LGA_28 (layer F.Cu) (tedit 5B4137FA) 2 | (fp_text reference REF** (at 0 -4) (layer F.SilkS) 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value Qorvo_LGA_28 (at 0 3.8) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_line (start 3.25 -3.25) (end 3.25 3.25) (layer F.CrtYd) (width 0.05)) 9 | (fp_line (start 3.25 3.25) (end -3.25 3.25) (layer F.CrtYd) (width 0.05)) 10 | (fp_line (start -3.25 3.25) (end -3.25 -3.25) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start -3.25 -3.25) (end 3.25 -3.25) (layer F.CrtYd) (width 0.05)) 12 | (fp_text user %R (at 0 0) (layer F.Fab) 13 | (effects (font (size 1 1) (thickness 0.15))) 14 | ) 15 | (fp_line (start 3 -3) (end 3 3) (layer F.Fab) (width 0.1)) 16 | (fp_line (start 3 3) (end -3 3) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -3 3) (end -3 -2) (layer F.Fab) (width 0.1)) 18 | (fp_line (start -3 -2) (end -2 -3) (layer F.Fab) (width 0.1)) 19 | (fp_line (start -2 -3) (end 3 -3) (layer F.Fab) (width 0.1)) 20 | (fp_circle (center -3.5 -3.4) (end -3.5 -3.5) (layer F.SilkS) (width 0.25)) 21 | (pad 29 smd rect (at -1 -1) (size 1.5 1.5) (layers F.Paste)) 22 | (pad 29 smd rect (at -1 1) (size 1.5 1.5) (layers F.Paste)) 23 | (pad 29 smd rect (at 1 1) (size 1.5 1.5) (layers F.Paste)) 24 | (pad 23 smd rect (at 1.813 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 25 | (pad 22 smd rect (at 2.625 -2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 26 | (pad 16 smd rect (at 2.625 1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 27 | (pad 15 smd rect (at 2.625 2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 28 | (pad 8 smd rect (at -2.625 2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 29 | (pad 29 smd rect (at 0 0) (size 3.875 3.875) (layers F.Cu F.Mask)) 30 | (pad 1 smd rect (at -2.625 -2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 31 | (pad 2 smd rect (at -2.625 -1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 32 | (pad 3 smd rect (at -2.625 -1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 33 | (pad 4 smd rect (at -2.625 -0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 34 | (pad 5 smd rect (at -2.625 0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 35 | (pad 6 smd rect (at -2.625 1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 36 | (pad 7 smd rect (at -2.625 1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 37 | (pad 9 smd rect (at -1.813 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 38 | (pad 10 smd rect (at -1.088 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 39 | (pad 11 smd rect (at -0.363 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 40 | (pad 12 smd rect (at 0.363 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 41 | (pad 13 smd rect (at 1.088 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 42 | (pad 14 smd rect (at 1.813 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 43 | (pad 17 smd rect (at 2.625 1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 44 | (pad 18 smd rect (at 2.625 0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 45 | (pad 19 smd rect (at 2.625 -0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 46 | (pad 20 smd rect (at 2.625 -1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 47 | (pad 21 smd rect (at 2.625 -1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 48 | (pad 24 smd rect (at 1.088 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 49 | (pad 25 smd rect (at 0.363 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 50 | (pad 26 smd rect (at -0.363 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 51 | (pad 27 smd rect (at -1.088 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 52 | (pad 28 smd rect (at -1.813 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 53 | (pad 29 smd rect (at 1 -1) (size 1.5 1.5) (layers F.Paste)) 54 | ) 55 | -------------------------------------------------------------------------------- /footprints/openlst.pretty/Qorvo_LGA_28_ThermalVias.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Qorvo_LGA_28_ThermalVias (layer F.Cu) (tedit 5B428656) 2 | (fp_text reference REF** (at 0 -4) (layer F.SilkS) 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value Qorvo_LGA_28 (at 0 3.8) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_line (start -3.25 -2.75) (end -2.75 -3.25) (layer F.SilkS) (width 0.1)) 9 | (fp_line (start -2.75 -3.25) (end 3.25 -3.25) (layer F.SilkS) (width 0.1)) 10 | (fp_line (start 3.25 -3.25) (end 3.25 3.25) (layer F.SilkS) (width 0.1)) 11 | (fp_line (start 3.25 3.25) (end -3.25 3.25) (layer F.SilkS) (width 0.1)) 12 | (fp_line (start -3.25 3.25) (end -3.25 -2.75) (layer F.SilkS) (width 0.1)) 13 | (fp_line (start 3.25 -3.25) (end 3.25 3.25) (layer F.CrtYd) (width 0.05)) 14 | (fp_line (start 3.25 3.25) (end -3.25 3.25) (layer F.CrtYd) (width 0.05)) 15 | (fp_line (start -3.25 3.25) (end -3.25 -3.25) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start -3.25 -3.25) (end 3.25 -3.25) (layer F.CrtYd) (width 0.05)) 17 | (fp_text user %R (at 0 0) (layer F.Fab) 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | ) 20 | (fp_line (start 3 -3) (end 3 3) (layer F.Fab) (width 0.1)) 21 | (fp_line (start 3 3) (end -3 3) (layer F.Fab) (width 0.1)) 22 | (fp_line (start -3 3) (end -3 -2) (layer F.Fab) (width 0.1)) 23 | (fp_line (start -3 -2) (end -2 -3) (layer F.Fab) (width 0.1)) 24 | (fp_line (start -2 -3) (end 3 -3) (layer F.Fab) (width 0.1)) 25 | (fp_circle (center -3.5 -3.5) (end -3.5 -3.6) (layer F.SilkS) (width 0.25)) 26 | (pad 29 smd rect (at 0 0.75 90) (size 0.6 3.5) (layers F.Cu F.Paste F.Mask)) 27 | (pad 29 smd rect (at 0 -0.75 90) (size 0.6 3.5) (layers F.Cu F.Paste F.Mask)) 28 | (pad 29 smd rect (at 0.75 0) (size 0.6 3.5) (layers F.Cu F.Paste F.Mask)) 29 | (pad 29 thru_hole circle (at -1.5 -1.5) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 30 | (pad 29 thru_hole circle (at -1.5 0) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 31 | (pad 29 thru_hole circle (at 0 0) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 32 | (pad 29 thru_hole circle (at 1.5 0) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 33 | (pad 29 thru_hole circle (at -1.5 1.5) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 34 | (pad 29 thru_hole circle (at 0 1.5) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 35 | (pad 29 thru_hole circle (at 1.5 1.5) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 36 | (pad 29 thru_hole circle (at 1.5 -1.5) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 37 | (pad 29 thru_hole circle (at 0 -1.5) (size 0.5588 0.5588) (drill 0.254) (layers *.Cu B.Mask)) 38 | (pad 29 smd rect (at -0.75 0) (size 0.6 3.5) (layers F.Cu F.Paste F.Mask)) 39 | (pad 23 smd rect (at 1.813 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 40 | (pad 22 smd rect (at 2.625 -2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 41 | (pad 16 smd rect (at 2.625 1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 42 | (pad 15 smd rect (at 2.625 2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 43 | (pad 8 smd rect (at -2.625 2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 44 | (pad 29 smd rect (at 0 0) (size 3.875 3.875) (layers F.Cu)) 45 | (pad 1 smd rect (at -2.625 -2.65) (size 0.55 0.5) (layers F.Cu F.Paste F.Mask)) 46 | (pad 2 smd rect (at -2.625 -1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 47 | (pad 3 smd rect (at -2.625 -1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 48 | (pad 4 smd rect (at -2.625 -0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 49 | (pad 5 smd rect (at -2.625 0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 50 | (pad 6 smd rect (at -2.625 1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 51 | (pad 7 smd rect (at -2.625 1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 52 | (pad 9 smd rect (at -1.813 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 53 | (pad 10 smd rect (at -1.088 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 54 | (pad 11 smd rect (at -0.363 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 55 | (pad 12 smd rect (at 0.363 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 56 | (pad 13 smd rect (at 1.088 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 57 | (pad 14 smd rect (at 1.813 2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 58 | (pad 17 smd rect (at 2.625 1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 59 | (pad 18 smd rect (at 2.625 0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 60 | (pad 19 smd rect (at 2.625 -0.375) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 61 | (pad 20 smd rect (at 2.625 -1.125) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 62 | (pad 21 smd rect (at 2.625 -1.875) (size 0.55 0.4) (layers F.Cu F.Paste F.Mask)) 63 | (pad 24 smd rect (at 1.088 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 64 | (pad 25 smd rect (at 0.363 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 65 | (pad 26 smd rect (at -0.363 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 66 | (pad 27 smd rect (at -1.088 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 67 | (pad 28 smd rect (at -1.813 -2.625) (size 0.4 0.55) (layers F.Cu F.Paste F.Mask)) 68 | ) 69 | -------------------------------------------------------------------------------- /footprints/openlst.pretty/SAW-8_3.8mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SAW-8_3.8mm (layer F.Cu) (tedit 5B4156F8) 2 | (fp_text reference REF** (at 0 -2.75) (layer F.SilkS) 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value SAW-8_3.8mm (at 0 2.75) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_line (start 2.25 -2.25) (end 2.25 2.25) (layer F.CrtYd) (width 0.05)) 9 | (fp_line (start 2.25 2.25) (end -2.25 2.25) (layer F.CrtYd) (width 0.05)) 10 | (fp_line (start -2.25 2.25) (end -2.25 -2.25) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start -2.25 -2.25) (end 2.25 -2.25) (layer F.CrtYd) (width 0.05)) 12 | (fp_text user %R (at 0 0) (layer F.Fab) 13 | (effects (font (size 1 1) (thickness 0.15))) 14 | ) 15 | (fp_line (start 1.9 -1.9) (end -1.9 -1.9) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -1.9 -1.9) (end -1.9 0.9) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -1.9 0.9) (end -0.9 1.9) (layer F.Fab) (width 0.1)) 18 | (fp_line (start -0.9 1.9) (end 1.9 1.9) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 1.9 1.9) (end 1.9 -1.9) (layer F.Fab) (width 0.1)) 20 | (fp_line (start 1.9 0.4) (end 1.9 1.9) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start 1.9 1.9) (end 1.7 1.9) (layer F.SilkS) (width 0.12)) 22 | (fp_line (start 1.7 -1.9) (end 1.9 -1.9) (layer F.SilkS) (width 0.12)) 23 | (fp_line (start 1.9 -1.9) (end 1.9 -0.4) (layer F.SilkS) (width 0.12)) 24 | (fp_line (start -1.9 -0.4) (end -1.9 -1.9) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start -1.9 -1.9) (end -1.7 -1.9) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start -1.9 1.9) (end -1.9 0.4) (layer F.SilkS) (width 0.12)) 27 | (fp_line (start -1.9 1.9) (end -1.7 1.9) (layer F.SilkS) (width 0.12)) 28 | (fp_circle (center -2.3 2.3) (end -2.4 2.4) (layer F.SilkS) (width 0.2)) 29 | (pad 1 smd rect (at -1.27 1.5) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 30 | (pad 2 smd rect (at 0 1.5) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 31 | (pad 3 smd rect (at 1.27 1.5) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 32 | (pad 4 smd rect (at 1.5 0 90) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 33 | (pad 5 smd rect (at 1.27 -1.5) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 34 | (pad 6 smd rect (at 0 -1.5) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 35 | (pad 7 smd rect (at -1.27 -1.5) (size 0.6 1.2) (layers F.Cu F.Paste F.Mask)) 36 | (pad 8 smd rect (at -1.25 0 90) (size 0.6 1.7) (layers F.Cu F.Paste F.Mask)) 37 | ) 38 | -------------------------------------------------------------------------------- /footprints/openlst.pretty/TI_CC_QFN36.kicad_mod: -------------------------------------------------------------------------------- 1 | (module TI_CC_QFN36 (layer F.Cu) (tedit 5B4106B0) 2 | (fp_text reference REF** (at 0 -4) (layer F.SilkS) 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value TI_CC_QFN36 (at 0 4.2) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_line (start -2.45 -3.05) (end -3.05 -2.45) (layer F.SilkS) (width 0.15)) 9 | (fp_line (start -3.4 -3.4) (end 3.4 -3.4) (layer F.CrtYd) (width 0.05)) 10 | (fp_line (start 3.4 -3.4) (end 3.4 3.4) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start 3.4 3.4) (end -3.4 3.4) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start -3.4 3.4) (end -3.4 -3.4) (layer F.CrtYd) (width 0.05)) 13 | (fp_text user %R (at 0 0) (layer F.Fab) 14 | (effects (font (size 1 1) (thickness 0.15))) 15 | ) 16 | (fp_line (start -2.4 -1.4) (end -1.4 -2.4) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -1.4 -2.4) (end 2.4 -2.4) (layer F.Fab) (width 0.1)) 18 | (fp_line (start 2.4 -2.4) (end 2.4 2.4) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 2.4 2.4) (end -2.4 2.4) (layer F.Fab) (width 0.1)) 20 | (fp_line (start -2.4 2.4) (end -2.4 -1.4) (layer F.Fab) (width 0.1)) 21 | (fp_circle (center -3.9 -2) (end -3.75 -2) (layer F.SilkS) (width 0.3)) 22 | (fp_line (start 1.5 0.75) (end -1.5 0.75) (layer F.Mask) (width 0.6)) 23 | (fp_line (start -1.5 -0.75) (end 1.5 -0.75) (layer F.Mask) (width 0.6)) 24 | (fp_line (start 0.75 -1.5) (end 0.75 1.5) (layer F.Mask) (width 0.6)) 25 | (fp_line (start -0.75 -1.5) (end -0.75 1.5) (layer F.Mask) (width 0.6)) 26 | (fp_circle (center 0.75 1.5) (end 0.85 1.5) (layer F.Paste) (width 0.2)) 27 | (fp_circle (center 0.75 0) (end 0.85 0) (layer F.Paste) (width 0.2)) 28 | (fp_circle (center 0.75 -1.5) (end 0.85 -1.5) (layer F.Paste) (width 0.2)) 29 | (fp_circle (center -0.75 -1.5) (end -0.65 -1.5) (layer F.Paste) (width 0.2)) 30 | (fp_circle (center -0.75 0) (end -0.65 0) (layer F.Paste) (width 0.2)) 31 | (fp_circle (center -0.75 1.5) (end -0.65 1.5) (layer F.Paste) (width 0.2)) 32 | (fp_circle (center -1.5 0.75) (end -1.5 0.85) (layer F.Paste) (width 0.2)) 33 | (fp_circle (center -0.75 0.75) (end -0.75 0.85) (layer F.Paste) (width 0.2)) 34 | (fp_circle (center 0.75 0.75) (end 0.75 0.85) (layer F.Paste) (width 0.2)) 35 | (fp_circle (center 0 0.75) (end 0 0.85) (layer F.Paste) (width 0.2)) 36 | (fp_circle (center 1.5 0.75) (end 1.5 0.85) (layer F.Paste) (width 0.2)) 37 | (fp_circle (center 1.5 -0.75) (end 1.5 -0.65) (layer F.Paste) (width 0.2)) 38 | (fp_circle (center 0 -0.75) (end 0 -0.65) (layer F.Paste) (width 0.2)) 39 | (fp_circle (center 0.75 -0.75) (end 0.75 -0.65) (layer F.Paste) (width 0.2)) 40 | (fp_circle (center -0.75 -0.75) (end -0.75 -0.65) (layer F.Paste) (width 0.2)) 41 | (fp_circle (center -1.5 -0.75) (end -1.5 -0.65) (layer F.Paste) (width 0.2)) 42 | (fp_line (start 3.05 3.05) (end 2.45 3.05) (layer F.SilkS) (width 0.15)) 43 | (fp_line (start 3.05 3.05) (end 3.05 2.45) (layer F.SilkS) (width 0.15)) 44 | (fp_line (start -3.05 3.05) (end -2.45 3.05) (layer F.SilkS) (width 0.15)) 45 | (fp_line (start -3.05 3.05) (end -3.05 2.45) (layer F.SilkS) (width 0.15)) 46 | (fp_line (start 2.45 -3.05) (end 3.05 -3.05) (layer F.SilkS) (width 0.15)) 47 | (fp_line (start 3.05 -3.05) (end 3.05 -2.45) (layer F.SilkS) (width 0.15)) 48 | (pad 37 thru_hole circle (at 0 1.5) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 49 | (pad 37 thru_hole circle (at 1.5 1.5) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 50 | (pad 37 thru_hole circle (at 1.5 -1.5) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 51 | (pad 37 thru_hole circle (at 0 -1.5) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 52 | (pad 37 thru_hole circle (at -1.5 -1.5) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 53 | (pad 32 smd rect (at 0 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 54 | (pad 31 smd rect (at 0.5 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 55 | (pad 30 smd rect (at 1 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 56 | (pad 29 smd rect (at 1.5 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 57 | (pad 28 smd rect (at 2 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 58 | (pad 33 smd rect (at -0.5 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 59 | (pad 34 smd rect (at -1 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 60 | (pad 35 smd rect (at -1.5 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 61 | (pad 36 smd rect (at -2 -2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 62 | (pad 23 smd rect (at 2.78 0 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 63 | (pad 22 smd rect (at 2.78 0.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 64 | (pad 21 smd rect (at 2.78 1 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 65 | (pad 20 smd rect (at 2.78 1.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 66 | (pad 19 smd rect (at 2.78 2 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 67 | (pad 27 smd rect (at 2.78 -2 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 68 | (pad 26 smd rect (at 2.78 -1.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 69 | (pad 25 smd rect (at 2.78 -1 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 70 | (pad 24 smd rect (at 2.78 -0.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 71 | (pad 14 smd rect (at 0 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 72 | (pad 13 smd rect (at -0.5 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 73 | (pad 12 smd rect (at -1 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 74 | (pad 11 smd rect (at -1.5 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 75 | (pad 10 smd rect (at -2 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 76 | (pad 18 smd rect (at 2 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 77 | (pad 17 smd rect (at 1.5 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 78 | (pad 16 smd rect (at 1 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 79 | (pad 15 smd rect (at 0.5 2.78) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 80 | (pad 5 smd rect (at -2.78 0 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 81 | (pad 4 smd rect (at -2.78 -0.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 82 | (pad 3 smd rect (at -2.78 -1 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 83 | (pad 2 smd rect (at -2.78 -1.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 84 | (pad 1 smd rect (at -2.78 -2 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 85 | (pad 9 smd rect (at -2.78 2 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 86 | (pad 8 smd rect (at -2.78 1.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 87 | (pad 7 smd rect (at -2.78 1 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 88 | (pad 6 smd rect (at -2.78 0.5 90) (size 0.28 0.75) (layers F.Cu F.Paste F.Mask)) 89 | (pad 37 smd rect (at 0 0) (size 4.4 4.4) (layers F.Cu)) 90 | (pad 37 thru_hole circle (at -1.5 1.5) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 91 | (pad 37 thru_hole circle (at 1.5 0) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 92 | (pad 37 thru_hole circle (at 0 0) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 93 | (pad 37 thru_hole circle (at -1.5 0) (size 0.6096 0.6096) (drill 0.3556) (layers *.Cu B.Mask)) 94 | ) 95 | -------------------------------------------------------------------------------- /footprints/openlst.pretty/VIA-10mil.kicad_mod: -------------------------------------------------------------------------------- 1 | (module VIA-10mil (layer F.Cu) (tedit 5B423C2A) 2 | (fp_text reference REF** (at 0 0) (layer F.SilkS) hide 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value VIA-10mil (at 0 0) (layer F.Fab) hide 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (pad 1 thru_hole circle (at 0 0) (size 0.4572 0.4572) (drill 0.254) (layers *.Cu) 9 | (zone_connect 2)) 10 | ) 11 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name openlst)(type KiCad)(uri "$(KIPRJMOD)/footprints/openlst.pretty")(options "")(descr "")) 3 | (lib (name archive)(type KiCad)(uri "$(KIPRJMOD)/footprints/archive.pretty")(options "")(descr "")) 4 | ) 5 | -------------------------------------------------------------------------------- /gerber/osh_park/osh_park_gbr.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgw3d/openlst-hw/a3431a8cb173cbe0ad08f553ec1a9b030d604ac1/gerber/osh_park/osh_park_gbr.zip -------------------------------------------------------------------------------- /gerber/osh_park/osh_park_gbr_paste.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgw3d/openlst-hw/a3431a8cb173cbe0ad08f553ec1a9b030d604ac1/gerber/osh_park/osh_park_gbr_paste.zip -------------------------------------------------------------------------------- /images/1kcubesat_radioboard_v1_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgw3d/openlst-hw/a3431a8cb173cbe0ad08f553ec1a9b030d604ac1/images/1kcubesat_radioboard_v1_back.jpg -------------------------------------------------------------------------------- /images/1kcubesat_radioboard_v1_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgw3d/openlst-hw/a3431a8cb173cbe0ad08f553ec1a9b030d604ac1/images/1kcubesat_radioboard_v1_front.jpg -------------------------------------------------------------------------------- /images/osh-park-4-layer-50ohms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgw3d/openlst-hw/a3431a8cb173cbe0ad08f553ec1a9b030d604ac1/images/osh-park-4-layer-50ohms.png -------------------------------------------------------------------------------- /lib_sch/openlst-hw.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | $CMP VCC_3V6 4 | D power-flag symbol 5 | K Power Flag Symbol 6 | $ENDCMP 7 | # 8 | #End Doc Library 9 | -------------------------------------------------------------------------------- /lib_sch/openlst-hw.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # +3V3 5 | # 6 | DEF +3V3 #PWR 0 0 Y Y 1 F P 7 | F0 "#PWR" 0 -150 50 H I C CNN 8 | F1 "+3V3" 0 140 50 H V C CNN 9 | F2 "" 0 0 50 H I C CNN 10 | F3 "" 0 0 50 H I C CNN 11 | ALIAS +3.3V 12 | DRAW 13 | P 2 0 1 0 -30 50 0 100 N 14 | P 2 0 1 0 0 0 0 100 N 15 | P 2 0 1 0 0 100 30 50 N 16 | X +3V3 1 0 0 0 U 50 50 1 1 W N 17 | ENDDRAW 18 | ENDDEF 19 | # 20 | # +5V 21 | # 22 | DEF +5V #PWR 0 0 Y Y 1 F P 23 | F0 "#PWR" 0 -150 50 H I C CNN 24 | F1 "+5V" 0 140 50 H V C CNN 25 | F2 "" 0 0 50 H I C CNN 26 | F3 "" 0 0 50 H I C CNN 27 | DRAW 28 | P 2 0 1 0 -30 50 0 100 N 29 | P 2 0 1 0 0 0 0 100 N 30 | P 2 0 1 0 0 100 30 50 N 31 | X +5V 1 0 0 0 U 50 50 1 1 W N 32 | ENDDRAW 33 | ENDDEF 34 | # 35 | # CC1110 36 | # 37 | DEF CC1110 U 0 40 Y Y 1 F N 38 | F0 "U" -600 1450 60 H V C CNN 39 | F1 "CC1110" -500 -1350 60 H V C CNN 40 | F2 "" 150 -500 60 H I C CNN 41 | F3 "" 150 -500 60 H I C CNN 42 | DRAW 43 | S -650 1400 550 -1300 0 1 0 f 44 | X P1_2 1 -800 -700 150 R 40 50 1 1 B 45 | X DVDD 10 -800 1200 150 R 40 50 1 1 W 46 | X P0_5 11 -800 -100 150 R 40 50 1 1 B 47 | X P0_6 12 -800 -200 150 R 40 50 1 1 B 48 | X P0_7 13 -800 -300 150 R 40 50 1 1 B 49 | X P2_0 14 700 -300 150 L 40 50 1 1 B 50 | X P2_1 15 700 -400 150 L 40 50 1 1 B 51 | X P2_2 16 700 -500 150 L 40 50 1 1 B 52 | X P2_3/XOSC32-1 17 700 550 150 L 40 50 1 1 B 53 | X P2_4/XOSC32-2 18 700 450 150 L 40 50 1 1 B 54 | X AVDD 19 -800 1100 150 R 40 50 1 1 W 55 | X DVDD 2 -800 1300 150 R 40 50 1 1 W 56 | X XOSC-2 20 700 0 150 L 40 50 1 1 B 57 | X XOSC-1 21 700 100 150 L 40 50 1 1 B 58 | X AVDD 22 -800 1000 150 R 40 50 1 1 W 59 | X RF_P 23 700 1000 150 L 40 50 1 1 B 60 | X RF_N 24 700 900 150 L 40 50 1 1 B 61 | X AVDD 25 -800 900 150 R 40 50 1 1 W 62 | X AVDD 26 -800 800 150 R 40 50 1 1 W 63 | X RBIAS 27 700 -800 150 L 40 50 1 1 B 64 | X GUARD 28 -800 600 150 R 40 50 1 1 W 65 | X AVDD_DREG 29 -800 700 150 R 40 50 1 1 W 66 | X P1_1 3 -800 -600 150 R 40 50 1 1 B 67 | X DCOUPL 30 700 -1000 150 L 40 50 1 1 P 68 | X RESET_N 31 700 -900 150 L 40 50 1 1 B 69 | X P1_7 32 -800 -1200 150 R 40 50 1 1 B 70 | X P1_6 33 -800 -1100 150 R 40 50 1 1 B 71 | X P1_5 34 -800 -1000 150 R 40 50 1 1 B 72 | X P1_4 35 -800 -900 150 R 40 50 1 1 B 73 | X P1_3 36 -800 -800 150 R 40 50 1 1 B 74 | X GND_PAD 37 0 -1450 150 U 40 50 1 1 P 75 | X P1_0 4 -800 -500 150 R 40 50 1 1 B 76 | X P0_0 5 -800 400 150 R 40 50 1 1 B 77 | X P0_1 6 -800 300 150 R 40 50 1 1 B 78 | X P0_2 7 -800 200 150 R 40 50 1 1 B 79 | X P0_3 8 -800 100 150 R 40 50 1 1 B 80 | X P0_4 9 -800 0 150 R 40 50 1 1 B 81 | ENDDRAW 82 | ENDDEF 83 | # 84 | # CP1_Small 85 | # 86 | DEF CP1_Small C 0 10 N N 1 F N 87 | F0 "C" 10 70 50 H V L CNN 88 | F1 "CP1_Small" 10 -80 50 H V L CNN 89 | F2 "" 0 0 50 H I C CNN 90 | F3 "" 0 0 50 H I C CNN 91 | $FPLIST 92 | CP_* 93 | $ENDFPLIST 94 | DRAW 95 | A 0 -140 125 1186 614 0 1 12 N -60 -30 60 -30 96 | P 2 0 1 12 -60 20 60 20 N 97 | P 2 0 1 0 -50 60 -30 60 N 98 | P 2 0 1 0 -40 50 -40 70 N 99 | X ~ 1 0 100 80 D 50 50 1 1 P 100 | X ~ 2 0 -100 80 U 50 50 1 1 P 101 | ENDDRAW 102 | ENDDEF 103 | # 104 | # C_Small 105 | # 106 | DEF C_Small C 0 10 N N 1 F N 107 | F0 "C" 10 70 50 H V L CNN 108 | F1 "C_Small" 10 -80 50 H V L CNN 109 | F2 "" 0 0 50 H I C CNN 110 | F3 "" 0 0 50 H I C CNN 111 | $FPLIST 112 | C_* 113 | $ENDFPLIST 114 | DRAW 115 | P 2 0 1 13 -60 -20 60 -20 N 116 | P 2 0 1 12 -60 20 60 20 N 117 | X ~ 1 0 100 80 D 50 50 1 1 P 118 | X ~ 2 0 -100 80 U 50 50 1 1 P 119 | ENDDRAW 120 | ENDDEF 121 | # 122 | # Conn_01x03 123 | # 124 | DEF Conn_01x03 J 0 40 Y N 1 F N 125 | F0 "J" 0 200 50 H V C CNN 126 | F1 "Conn_01x03" 0 -200 50 H V C CNN 127 | F2 "" 0 0 50 H I C CNN 128 | F3 "" 0 0 50 H I C CNN 129 | $FPLIST 130 | Connector*:*_??x*mm* 131 | Connector*:*1x??x*mm* 132 | Pin?Header?Straight?1X* 133 | Pin?Header?Angled?1X* 134 | Socket?Strip?Straight?1X* 135 | Socket?Strip?Angled?1X* 136 | $ENDFPLIST 137 | DRAW 138 | S -50 -95 0 -105 1 1 6 N 139 | S -50 5 0 -5 1 1 6 N 140 | S -50 105 0 95 1 1 6 N 141 | S -50 150 50 -150 1 1 10 f 142 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 143 | X Pin_2 2 -200 0 150 R 50 50 1 1 P 144 | X Pin_3 3 -200 -100 150 R 50 50 1 1 P 145 | ENDDRAW 146 | ENDDEF 147 | # 148 | # Conn_01x06 149 | # 150 | DEF Conn_01x06 J 0 40 Y N 1 F N 151 | F0 "J" 0 300 50 H V C CNN 152 | F1 "Conn_01x06" 0 -400 50 H V C CNN 153 | F2 "" 0 0 50 H I C CNN 154 | F3 "" 0 0 50 H I C CNN 155 | $FPLIST 156 | Connector*:*_??x*mm* 157 | Connector*:*1x??x*mm* 158 | Pin?Header?Straight?1X* 159 | Pin?Header?Angled?1X* 160 | Socket?Strip?Straight?1X* 161 | Socket?Strip?Angled?1X* 162 | $ENDFPLIST 163 | DRAW 164 | S -50 -295 0 -305 1 1 6 N 165 | S -50 -195 0 -205 1 1 6 N 166 | S -50 -95 0 -105 1 1 6 N 167 | S -50 5 0 -5 1 1 6 N 168 | S -50 105 0 95 1 1 6 N 169 | S -50 205 0 195 1 1 6 N 170 | S -50 250 50 -350 1 1 10 f 171 | X Pin_1 1 -200 200 150 R 50 50 1 1 P 172 | X Pin_2 2 -200 100 150 R 50 50 1 1 P 173 | X Pin_3 3 -200 0 150 R 50 50 1 1 P 174 | X Pin_4 4 -200 -100 150 R 50 50 1 1 P 175 | X Pin_5 5 -200 -200 150 R 50 50 1 1 P 176 | X Pin_6 6 -200 -300 150 R 50 50 1 1 P 177 | ENDDRAW 178 | ENDDEF 179 | # 180 | # Conn_02x05_Odd_Even 181 | # 182 | DEF Conn_02x05_Odd_Even J 0 40 Y N 1 F N 183 | F0 "J" 50 300 50 H V C CNN 184 | F1 "Conn_02x05_Odd_Even" 50 -300 50 H V C CNN 185 | F2 "" 0 0 50 H I C CNN 186 | F3 "" 0 0 50 H I C CNN 187 | $FPLIST 188 | Connector*:*2x??x*mm* 189 | Connector*:*2x???Pitch* 190 | Pin_Header_Straight_2X* 191 | Pin_Header_Angled_2X* 192 | Socket_Strip_Straight_2X* 193 | Socket_Strip_Angled_2X* 194 | $ENDFPLIST 195 | DRAW 196 | S -50 -195 0 -205 1 1 6 N 197 | S -50 -95 0 -105 1 1 6 N 198 | S -50 5 0 -5 1 1 6 N 199 | S -50 105 0 95 1 1 6 N 200 | S -50 205 0 195 1 1 6 N 201 | S -50 250 150 -250 1 1 10 f 202 | S 150 -195 100 -205 1 1 6 N 203 | S 150 -95 100 -105 1 1 6 N 204 | S 150 5 100 -5 1 1 6 N 205 | S 150 105 100 95 1 1 6 N 206 | S 150 205 100 195 1 1 6 N 207 | X Pin_1 1 -200 200 150 R 50 50 1 1 P 208 | X Pin_10 10 300 -200 150 L 50 50 1 1 P 209 | X Pin_2 2 300 200 150 L 50 50 1 1 P 210 | X Pin_3 3 -200 100 150 R 50 50 1 1 P 211 | X Pin_4 4 300 100 150 L 50 50 1 1 P 212 | X Pin_5 5 -200 0 150 R 50 50 1 1 P 213 | X Pin_6 6 300 0 150 L 50 50 1 1 P 214 | X Pin_7 7 -200 -100 150 R 50 50 1 1 P 215 | X Pin_8 8 300 -100 150 L 50 50 1 1 P 216 | X Pin_9 9 -200 -200 150 R 50 50 1 1 P 217 | ENDDRAW 218 | ENDDEF 219 | # 220 | # Conn_Coaxial 221 | # 222 | DEF Conn_Coaxial J 0 40 Y N 1 F N 223 | F0 "J" 10 120 50 H V C CNN 224 | F1 "Conn_Coaxial" 115 0 50 V V C CNN 225 | F2 "" 0 0 50 H I C CNN 226 | F3 "" 0 0 50 H I C CNN 227 | $FPLIST 228 | *BNC* 229 | *SMA* 230 | *SMB* 231 | *SMC* 232 | *Cinch* 233 | $ENDFPLIST 234 | DRAW 235 | A -2 0 71 1636 0 0 1 10 N -70 20 70 0 236 | A -1 0 71 0 -1638 0 1 10 N 70 0 -70 -20 237 | C 0 0 20 0 1 8 N 238 | P 2 0 1 0 -50 0 -20 0 N 239 | P 2 0 1 0 0 -100 0 -70 N 240 | X In 1 -150 0 100 R 50 50 1 1 P 241 | X Ext 2 0 -200 100 U 50 50 1 1 P 242 | ENDDRAW 243 | ENDDEF 244 | # 245 | # Conn_Coaxial_Power 246 | # 247 | DEF Conn_Coaxial_Power J 0 40 Y N 1 F N 248 | F0 "J" -200 -50 50 V V C CNN 249 | F1 "Conn_Coaxial_Power" -125 -50 50 V V C CNN 250 | F2 "" 0 -50 50 H I C CNN 251 | F3 "" 0 -50 50 H I C CNN 252 | $FPLIST 253 | *BNC* 254 | *SMA* 255 | *SMB* 256 | *SMC* 257 | *Cinch* 258 | $ENDFPLIST 259 | DRAW 260 | A 0 -50 50 369 0 0 1 10 N 40 -20 50 -50 261 | A 0 -50 50 1800 1431 0 1 10 N -50 -50 -40 -20 262 | A 0 -50 50 -1799 -1 0 1 10 N -50 -50 50 -50 263 | C 0 -50 20 0 1 8 F 264 | P 2 0 1 0 0 -100 0 -120 N 265 | P 2 0 1 0 0 0 0 -50 N 266 | X In 1 0 100 100 D 50 50 1 1 P 267 | X Ext 2 0 -200 100 U 50 50 1 1 P 268 | ENDDRAW 269 | ENDDEF 270 | # 271 | # D 272 | # 273 | DEF D D 0 40 N N 1 F N 274 | F0 "D" 0 100 50 H V C CNN 275 | F1 "D" 0 -100 50 H V C CNN 276 | F2 "" 0 0 50 H I C CNN 277 | F3 "" 0 0 50 H I C CNN 278 | $FPLIST 279 | TO-???* 280 | *SingleDiode 281 | *_Diode_* 282 | *SingleDiode* 283 | D_* 284 | $ENDFPLIST 285 | DRAW 286 | P 2 0 1 8 -50 50 -50 -50 N 287 | P 2 0 1 0 50 0 -50 0 N 288 | P 4 0 1 8 50 50 50 -50 -50 0 50 50 N 289 | X K 1 -150 0 100 R 50 50 1 1 P 290 | X A 2 150 0 100 L 50 50 1 1 P 291 | ENDDRAW 292 | ENDDEF 293 | # 294 | # FOX924 295 | # 296 | DEF FOX924 U 0 40 Y Y 1 F N 297 | F0 "U" -250 250 60 H V C CNN 298 | F1 "FOX924" -150 -250 60 H V C CNN 299 | F2 "" -250 250 60 H I C CNN 300 | F3 "" -250 250 60 H I C CNN 301 | DRAW 302 | S -300 200 250 -200 0 1 0 f 303 | P 4 0 1 0 -210 -30 -190 -30 -170 30 -150 30 N 304 | P 4 0 1 0 -150 30 -130 30 -110 -30 -90 -30 N 305 | P 4 0 1 0 -90 -30 -70 -30 -50 30 -30 30 N 306 | P 4 0 1 0 -30 30 -10 30 10 -30 30 -30 N 307 | P 4 0 1 0 30 -30 50 -30 70 30 90 30 N 308 | P 4 0 1 0 90 30 110 30 130 -30 150 -30 N 309 | X GND 2 -400 -100 100 R 50 50 1 1 P 310 | X OUT 3 350 100 100 L 50 50 1 1 P 311 | X VCC 4 -400 100 100 R 50 50 1 1 P 312 | ENDDRAW 313 | ENDDEF 314 | # 315 | # Ferrite_Bead 316 | # 317 | DEF Ferrite_Bead L 0 0 N Y 1 F N 318 | F0 "L" -150 25 50 V V C CNN 319 | F1 "Ferrite_Bead" 150 0 50 V V C CNN 320 | F2 "" -70 0 50 V I C CNN 321 | F3 "" 0 0 50 H I C CNN 322 | $FPLIST 323 | Inductor_* 324 | L_* 325 | *Ferrite* 326 | $ENDFPLIST 327 | DRAW 328 | P 2 0 1 0 0 -50 0 -48 N 329 | P 2 0 1 0 0 50 0 51 N 330 | P 5 0 1 0 -109 16 -67 89 109 -12 66 -85 -109 16 N 331 | X ~ 1 0 150 100 D 50 50 1 1 P 332 | X ~ 2 0 -150 100 U 50 50 1 1 P 333 | ENDDRAW 334 | ENDDEF 335 | # 336 | # GND 337 | # 338 | DEF GND #PWR 0 0 Y Y 1 F P 339 | F0 "#PWR" 0 -250 50 H I C CNN 340 | F1 "GND" 0 -150 50 H V C CNN 341 | F2 "" 0 0 50 H I C CNN 342 | F3 "" 0 0 50 H I C CNN 343 | DRAW 344 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 345 | X GND 1 0 0 0 D 50 50 1 1 W N 346 | ENDDRAW 347 | ENDDEF 348 | # 349 | # L 350 | # 351 | DEF L L 0 40 N N 1 F N 352 | F0 "L" -50 0 50 V V C CNN 353 | F1 "L" 75 0 50 V V C CNN 354 | F2 "" 0 0 50 H I C CNN 355 | F3 "" 0 0 50 H I C CNN 356 | $FPLIST 357 | Choke_* 358 | *Coil* 359 | Inductor_* 360 | L_* 361 | $ENDFPLIST 362 | DRAW 363 | A 0 -75 25 -899 899 0 1 0 N 0 -100 0 -50 364 | A 0 -25 25 -899 899 0 1 0 N 0 -50 0 0 365 | A 0 25 25 -899 899 0 1 0 N 0 0 0 50 366 | A 0 75 25 -899 899 0 1 0 N 0 50 0 100 367 | X 1 1 0 150 50 D 50 50 1 1 P 368 | X 2 2 0 -150 50 U 50 50 1 1 P 369 | ENDDRAW 370 | ENDDEF 371 | # 372 | # LED 373 | # 374 | DEF LED D 0 40 Y N 1 F N 375 | F0 "D" 0 100 50 H V C CNN 376 | F1 "LED" 0 -100 50 H V C CNN 377 | F2 "" 0 0 50 H I C CNN 378 | F3 "" 0 0 50 H I C CNN 379 | $FPLIST 380 | LED* 381 | $ENDFPLIST 382 | DRAW 383 | P 2 0 1 8 -50 -50 -50 50 N 384 | P 2 0 1 0 -50 0 50 0 N 385 | P 4 0 1 8 50 -50 50 50 -50 0 50 -50 N 386 | P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N 387 | P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N 388 | X K 1 -150 0 100 R 50 50 1 1 P 389 | X A 2 150 0 100 L 50 50 1 1 P 390 | ENDDRAW 391 | ENDDEF 392 | # 393 | # LM1084-3.3 394 | # 395 | DEF LM1084-3.3 U 0 10 Y Y 1 F N 396 | F0 "U" -150 125 50 H V C CNN 397 | F1 "LM1084-3.3" 0 125 50 H V L CNN 398 | F2 "" 0 250 50 H I C CIN 399 | F3 "" 0 0 50 H I C CNN 400 | ALIAS LM1084-5.0 LM1085-3.3 LM1085-5.0 LM1085-12 LT1086-2.85 LT1086-3.3 LT1086-3.6 LT1086-5.0 LT1086-12 LT1083-3.3 LT1083-3.6 LT1083-5.0 LT1083-12 LT1084-3.3 LT1084-3.6 LT1084-5.0 LT1084-12 LT1085-3.3 LT1085-3.6 LT1085-5.0 LT1085-12 401 | $FPLIST 402 | TO?220* 403 | TO?263* 404 | $ENDFPLIST 405 | DRAW 406 | S -200 75 200 -200 0 1 10 f 407 | X GND 1 0 -300 100 U 50 50 1 1 W 408 | X VO 2 300 0 100 L 50 50 1 1 w 409 | X VI 3 -300 0 100 R 50 50 1 1 W 410 | ENDDRAW 411 | ENDDEF 412 | # 413 | # LM1117-1.8 414 | # 415 | DEF LM1117-1.8 U 0 10 Y Y 1 F N 416 | F0 "U" -150 125 50 H V C CNN 417 | F1 "LM1117-1.8" 0 125 50 H V L CNN 418 | F2 "" 0 0 50 H I C CNN 419 | F3 "" 0 0 50 H I C CNN 420 | ALIAS LM1117-2.5 LM1117-3.3 LM1117-5.0 TLV1117-15 TLV1117-18 TLV1117-25 TLV1117-33 TLV1117-50 421 | $FPLIST 422 | SOT?223* 423 | TO?263* 424 | TO?252* 425 | TO?220* 426 | $ENDFPLIST 427 | DRAW 428 | S -200 -200 200 75 0 1 10 f 429 | X GND 1 0 -300 100 U 50 50 1 1 W 430 | X VO 2 300 0 100 L 50 50 1 1 w 431 | X VI 3 -300 0 100 R 50 50 1 1 W 432 | ENDDRAW 433 | ENDDEF 434 | # 435 | # Mounting_Hole_PAD 436 | # 437 | DEF Mounting_Hole_PAD MK 0 40 N N 1 F N 438 | F0 "MK" 0 250 50 H V C CNN 439 | F1 "Mounting_Hole_PAD" 0 175 50 H V C CNN 440 | F2 "" 0 0 50 H I C CNN 441 | F3 "" 0 0 50 H I C CNN 442 | $FPLIST 443 | Mounting?Hole* 444 | Hole* 445 | $ENDFPLIST 446 | DRAW 447 | C 0 50 50 0 1 50 N 448 | X 1 1 0 -100 100 U 50 50 1 1 I 449 | ENDDRAW 450 | ENDDEF 451 | # 452 | # PE4259 453 | # 454 | DEF PE4259 U 0 40 Y Y 1 F N 455 | F0 "U" -350 450 60 H V C CNN 456 | F1 "PE4259" 250 450 60 H V C CNN 457 | F2 "" 100 -550 60 H I C CNN 458 | F3 "" 100 -550 60 H I C CNN 459 | DRAW 460 | C -80 0 20 0 1 0 N 461 | C 100 -100 20 0 1 0 N 462 | C 100 100 20 0 1 0 N 463 | T 0 200 -175 50 0 0 0 CTRL=H Normal 0 C C 464 | T 0 200 200 50 0 0 0 CTRL=L Normal 0 C C 465 | S -400 400 400 -400 0 1 0 f 466 | P 2 0 1 0 -150 0 -200 0 N 467 | P 2 0 1 0 -150 0 -100 0 N 468 | P 2 0 1 0 -60 15 70 80 N 469 | P 2 0 1 0 65 80 50 80 N 470 | P 2 0 1 0 70 80 60 60 N 471 | P 2 0 1 0 120 -100 170 -100 N 472 | P 2 0 1 0 120 100 170 100 N 473 | X RF1 1 600 -100 200 L 50 50 1 1 P 474 | X GND 2 0 -600 200 U 50 50 1 1 P 475 | X RF2 3 600 100 200 L 50 50 1 1 P 476 | X CTRL 4 -600 -250 200 R 50 50 1 1 P 477 | X RFC 5 -600 0 200 R 50 50 1 1 P 478 | X VDD 6 -600 250 200 R 50 50 1 1 P 479 | ENDDRAW 480 | ENDDEF 481 | # 482 | # R 483 | # 484 | DEF R R 0 0 N Y 1 F N 485 | F0 "R" 80 0 50 V V C CNN 486 | F1 "R" 0 0 50 V V C CNN 487 | F2 "" -70 0 50 V I C CNN 488 | F3 "" 0 0 50 H I C CNN 489 | $FPLIST 490 | R_* 491 | R_* 492 | $ENDFPLIST 493 | DRAW 494 | S -40 -100 40 100 0 1 10 N 495 | X ~ 1 0 150 50 D 50 50 1 1 P 496 | X ~ 2 0 -150 50 U 50 50 1 1 P 497 | ENDDRAW 498 | ENDDEF 499 | # 500 | # RFFM6403 501 | # 502 | DEF RFFM6403 U 0 40 Y Y 1 F N 503 | F0 "U" -1200 900 60 H V C CNN 504 | F1 "RFFM6403" 1050 -900 60 H V C CNN 505 | F2 "" -150 200 60 H I C CNN 506 | F3 "" -150 200 60 H I C CNN 507 | DRAW 508 | C -1050 600 10 0 0 0 F 509 | C -775 -200 25 0 1 0 N 510 | C -775 -200 25 0 1 0 N 511 | C -725 300 25 0 1 0 N 512 | C -725 300 25 0 1 0 N 513 | C -725 600 25 0 1 0 N 514 | C -725 600 25 0 1 0 N 515 | C -525 -350 25 0 1 0 N 516 | C -525 -350 25 0 1 0 N 517 | C -525 -50 25 0 1 0 N 518 | C -525 -50 25 0 1 0 N 519 | C -475 450 25 0 1 0 N 520 | C -475 450 25 0 1 0 N 521 | C 125 50 25 0 1 0 N 522 | C 125 50 25 0 1 0 N 523 | C 125 350 25 0 1 0 N 524 | C 125 350 25 0 1 0 N 525 | C 375 200 25 0 1 0 N 526 | C 375 200 25 0 1 0 N 527 | C 575 -350 25 0 1 0 N 528 | C 575 -350 25 0 1 0 N 529 | C 575 -50 25 0 1 0 N 530 | C 575 -50 25 0 1 0 N 531 | C 825 -200 25 0 1 0 N 532 | C 825 -200 25 0 1 0 N 533 | T 0 -875 600 50 0 0 0 LNA Normal 0 C C 534 | T 0 -200 -25 60 0 0 0 LPF Normal 0 C C 535 | T 0 250 -425 60 0 0 0 LPF Normal 0 C C 536 | T 0 -175 -350 60 0 0 0 PA Normal 0 C C 537 | S -1250 850 1300 -850 0 0 0 f 538 | S -350 200 -50 -100 0 1 0 N 539 | S 100 -200 400 -500 0 1 0 N 540 | P 2 0 0 0 -1000 600 -1100 600 N 541 | P 2 0 0 0 -900 300 -750 300 N 542 | P 2 0 0 0 -900 300 -750 300 N 543 | P 2 0 0 0 -850 -200 -1100 -200 N 544 | P 2 0 0 0 -800 600 -750 600 N 545 | P 2 0 0 0 -50 -350 100 -350 N 546 | P 2 0 0 0 -50 50 100 50 N 547 | P 2 0 0 0 -50 50 100 50 N 548 | P 2 0 0 0 50 400 50 600 N 549 | P 2 0 0 0 400 -350 550 -350 N 550 | P 2 0 0 0 400 -350 550 -350 N 551 | P 3 0 0 0 -900 300 -1050 300 -1050 600 N 552 | P 3 0 0 0 -450 450 -400 450 -400 600 N 553 | P 3 0 0 0 100 350 50 350 50 400 N 554 | P 2 0 1 0 -800 -200 -850 -200 N 555 | P 2 0 1 0 -695 315 -670 305 N 556 | P 2 0 1 0 -695 315 -670 305 N 557 | P 2 0 1 0 -555 -335 -580 -345 N 558 | P 2 0 1 0 -555 -335 -580 -345 N 559 | P 2 0 1 0 -500 -350 -250 -350 N 560 | P 2 0 1 0 155 65 180 55 N 561 | P 2 0 1 0 155 65 180 55 N 562 | P 2 0 1 0 605 -335 630 -345 N 563 | P 2 0 1 0 605 -335 630 -345 N 564 | P 2 0 1 0 850 -200 1100 -200 N 565 | P 3 0 1 0 -755 -215 -555 -335 -560 -310 N 566 | P 3 0 1 0 -755 -215 -555 -335 -560 -310 N 567 | P 3 0 1 0 -495 435 -695 315 -690 340 N 568 | P 3 0 1 0 -495 435 -695 315 -690 340 N 569 | P 3 0 1 0 -300 150 -150 150 -100 0 N 570 | P 3 0 1 0 150 -250 300 -250 350 -400 N 571 | P 3 0 1 0 355 185 155 65 160 90 N 572 | P 3 0 1 0 355 185 155 65 160 90 N 573 | P 3 0 1 0 805 -215 605 -335 610 -310 N 574 | P 3 0 1 0 805 -215 605 -335 610 -310 N 575 | P 4 0 1 0 -800 450 -800 750 -1000 600 -800 450 N 576 | P 4 0 1 0 -500 -50 -450 -50 -450 50 -350 50 N 577 | P 4 0 1 0 -250 -500 -250 -200 -50 -350 -250 -500 N 578 | P 4 0 1 0 550 -50 450 -50 450 200 400 200 N 579 | X GND 1 -600 -950 100 U 50 50 1 1 P 580 | X SAW1 10 50 1050 200 D 50 50 1 1 P 581 | X GND 11 -200 -950 100 U 50 50 1 1 P 582 | X GND 12 -100 -950 100 U 50 50 1 1 P 583 | X SAW2 13 -400 1050 200 D 50 50 1 1 P 584 | X NC 14 1500 -550 200 L 50 50 1 1 P 585 | X GND 15 0 -950 100 U 50 50 1 1 P 586 | X NC 16 1500 -650 200 L 50 50 1 1 P 587 | X VCC_RX 17 700 1050 200 D 50 50 1 1 P 588 | X RX 18 -1450 600 200 R 50 50 1 1 P 589 | X GND 19 100 -950 100 U 50 50 1 1 P 590 | X TR 2 -1450 -500 200 R 50 50 1 1 P 591 | X TX 20 -1450 -200 200 R 50 50 1 1 P 592 | X GND 21 200 -950 100 U 50 50 1 1 P 593 | X GND 22 300 -950 100 U 50 50 1 1 P 594 | X VDD 23 -1450 -400 200 R 50 50 1 1 P 595 | X VCC_TX1 24 850 1050 200 D 50 50 1 1 P 596 | X NC 25 1500 -750 200 L 50 50 1 1 P 597 | X VCC_TX2 26 1000 1050 200 D 50 50 1 1 P 598 | X GND 27 400 -950 100 U 50 50 1 1 P 599 | X GND 28 500 -950 100 U 50 50 1 1 P 600 | X PAD 29 650 -950 100 U 50 50 1 1 P 601 | X EN 3 -1450 -600 200 R 50 50 1 1 P 602 | X BYP 4 -1450 -700 200 R 50 50 1 1 P 603 | X VAPC 5 550 1050 200 D 50 50 1 1 P 604 | X GND 6 -500 -950 100 U 50 50 1 1 P 605 | X ANT 7 1500 -200 200 L 50 50 1 1 P 606 | X GND 8 -400 -950 100 U 50 50 1 1 P 607 | X GND 9 -300 -950 100 U 50 50 1 1 P 608 | ENDDRAW 609 | ENDDEF 610 | # 611 | # SAW-8 612 | # 613 | DEF SAW-8 U 0 40 Y Y 1 F N 614 | F0 "U" -250 250 60 H V C CNN 615 | F1 "SAW-8" 150 250 60 H V C CNN 616 | F2 "" 0 50 60 H I C CNN 617 | F3 "" 0 50 60 H I C CNN 618 | DRAW 619 | S -300 -250 300 200 0 1 0 f 620 | P 4 0 1 0 -70 60 30 60 30 0 -70 0 N 621 | P 4 0 1 0 0 90 -100 90 -100 30 0 30 N 622 | X GND 1 -250 -350 100 U 50 50 1 1 P 623 | X IN 2 -400 50 100 R 50 50 1 1 P 624 | X GND 3 -150 -350 100 U 50 50 1 1 P 625 | X GND 4 -50 -350 100 U 50 50 1 1 P 626 | X GND 5 50 -350 100 U 50 50 1 1 P 627 | X OUT 6 400 50 100 L 50 50 1 1 P 628 | X GND 7 150 -350 100 U 50 50 1 1 P 629 | X GND 8 250 -350 100 U 50 50 1 1 P 630 | ENDDRAW 631 | ENDDEF 632 | # 633 | # TLV803S 634 | # 635 | DEF TLV803S U 0 40 Y Y 1 F N 636 | F0 "U" 150 300 60 H V C CNN 637 | F1 "TLV803S" 250 -300 60 H V C CNN 638 | F2 "" 0 0 60 H I C CNN 639 | F3 "" 0 0 60 H I C CNN 640 | DRAW 641 | S -100 250 300 -250 0 0 0 f 642 | X GND 1 0 -350 100 U 50 50 1 1 P 643 | X ~RESET~ 2 400 0 100 L 50 50 1 1 P 644 | X VDD 3 0 350 100 D 50 50 1 1 P 645 | ENDDRAW 646 | ENDDEF 647 | # 648 | # VCC_3V6 649 | # 650 | DEF VCC_3V6 #PWR 0 0 Y Y 1 F P 651 | F0 "#PWR" 0 -150 50 H I C CNN 652 | F1 "VCC_3V6" 0 150 50 H V C CNN 653 | F2 "" 0 0 50 H I C CNN 654 | F3 "" 0 0 50 H I C CNN 655 | DRAW 656 | P 2 0 1 0 -30 50 0 100 N 657 | P 2 0 1 0 0 0 0 100 N 658 | P 2 0 1 0 0 100 30 50 N 659 | X VCC_3V6 1 0 0 0 U 50 50 1 1 W N 660 | ENDDRAW 661 | ENDDEF 662 | # 663 | #End Library 664 | -------------------------------------------------------------------------------- /openlst-hw.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source /home/ryan/openlst-hw/openlst-hw.sch) 4 | (date "Thu 02 Aug 2018 08:08:40 AM PDT") 5 | (tool "Eeschema 4.0.7-e2-6376~58~ubuntu16.04.1") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title "OpenLST Reference Design") 9 | (company) 10 | (rev 2.1) 11 | (date 2018-08-02) 12 | (source openlst-hw.sch) 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "Drawn by Ryan Kingsbury")) 15 | (comment (number 3) (value "License: CC-BY-SA 3.0 US")) 16 | (comment (number 4) (value "Planet Labs Inc."))))) 17 | (components 18 | (comp (ref L6) 19 | (value 27n) 20 | (footprint archive:L_0402_1005Metric) 21 | (datasheet http://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0050.pdf) 22 | (fields 23 | (field (name Manuf) Murata) 24 | (field (name ManufPN) LQW15AN27NJ00D) 25 | (field (name Supplier) Digikey) 26 | (field (name SupplierPN) 490-1151-1-ND)) 27 | (libsource (lib openlst-hw) (part L)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 5A875D2F)) 30 | (comp (ref J6) 31 | (value ANT) 32 | (footprint archive:SMA_Molex_73251-1153_EdgeMount_Horizontal) 33 | (datasheet https://www.molex.com/pdm_docs/sd/732511150_sd.pdf) 34 | (fields 35 | (field (name Manuf) Molex) 36 | (field (name ManufPN) 732511150) 37 | (field (name Supplier) Digikey) 38 | (field (name SupplierPN) WM5534-ND)) 39 | (libsource (lib openlst-hw) (part Conn_Coaxial)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 5A9A1FB2)) 42 | (comp (ref C45) 43 | (value 220p) 44 | (footprint archive:C_0402_1005Metric) 45 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 46 | (fields 47 | (field (name Manuf) Kemet) 48 | (field (name ManufPN) C0402C221J2GACAUTO) 49 | (field (name Supplier) Digikey) 50 | (field (name SupplierPN) 399-11552-1-ND)) 51 | (libsource (lib openlst-hw) (part C_Small)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 5A9A1FB6)) 54 | (comp (ref C25) 55 | (value 220p) 56 | (footprint archive:C_0402_1005Metric) 57 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 58 | (fields 59 | (field (name Manuf) Kemet) 60 | (field (name ManufPN) C0402C221J2GACAUTO) 61 | (field (name Supplier) Digikey) 62 | (field (name SupplierPN) 399-11552-1-ND)) 63 | (libsource (lib openlst-hw) (part C_Small)) 64 | (sheetpath (names /) (tstamps /)) 65 | (tstamp 5A9A1FD3)) 66 | (comp (ref C24) 67 | (value 3.9p) 68 | (footprint archive:C_0402_1005Metric) 69 | (datasheet http://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GJM1555C1H3R9CB01-01.pdf) 70 | (fields 71 | (field (name Manuf) Murata) 72 | (field (name ManufPN) GJM1555C1H3R9CB01D) 73 | (field (name Supplier) Digikey) 74 | (field (name SupplierPN) 490-3097-1-ND)) 75 | (libsource (lib openlst-hw) (part C_Small)) 76 | (sheetpath (names /) (tstamps /)) 77 | (tstamp 5A9A1FD5)) 78 | (comp (ref L5) 79 | (value 27n) 80 | (footprint archive:L_0402_1005Metric) 81 | (datasheet http://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0050.pdf) 82 | (fields 83 | (field (name Manuf) Murata) 84 | (field (name ManufPN) LQW15AN27NJ00D) 85 | (field (name Supplier) Digikey) 86 | (field (name SupplierPN) 490-1151-1-ND)) 87 | (libsource (lib openlst-hw) (part L)) 88 | (sheetpath (names /) (tstamps /)) 89 | (tstamp 5A9A1FD6)) 90 | (comp (ref C21) 91 | (value 220p) 92 | (footprint archive:C_0402_1005Metric) 93 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 94 | (fields 95 | (field (name Manuf) Kemet) 96 | (field (name ManufPN) C0402C221J2GACAUTO) 97 | (field (name Supplier) Digikey) 98 | (field (name SupplierPN) 399-11552-1-ND)) 99 | (libsource (lib openlst-hw) (part C_Small)) 100 | (sheetpath (names /) (tstamps /)) 101 | (tstamp 5A9A1FD7)) 102 | (comp (ref U1) 103 | (value LM1117-3.3) 104 | (footprint archive:SOT-223-3_TabPin2) 105 | (datasheet http://www.ti.com/lit/ds/symlink/lm1117.pdf) 106 | (fields 107 | (field (name Manuf) "Texas Instruments") 108 | (field (name ManufPN) LM1117IMP-3.3/NOPB) 109 | (field (name Supplier) Digikey) 110 | (field (name SupplierPN) LM1117IMP-3.3/NOPBCT-ND)) 111 | (libsource (lib openlst-hw) (part LM1117-3.3)) 112 | (sheetpath (names /) (tstamps /)) 113 | (tstamp 5A9BB0BA)) 114 | (comp (ref C4) 115 | (value 10u) 116 | (footprint archive:C_0603_1608Metric) 117 | (datasheet http://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRT188C81A106ME13-01.pdf) 118 | (fields 119 | (field (name Manuf) Murata) 120 | (field (name ManufPN) GRT188C81A106ME13D) 121 | (field (name Supplier) Digikey) 122 | (field (name SupplierPN) 490-12283-1-ND)) 123 | (libsource (lib openlst-hw) (part C_Small)) 124 | (sheetpath (names /) (tstamps /)) 125 | (tstamp 5A9BBEAE)) 126 | (comp (ref C13) 127 | (value 10u) 128 | (footprint archive:C_0603_1608Metric) 129 | (datasheet http://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRT188C81A106ME13-01.pdf) 130 | (fields 131 | (field (name Manuf) Murata) 132 | (field (name ManufPN) GRT188C81A106ME13D) 133 | (field (name Supplier) Digikey) 134 | (field (name SupplierPN) 490-12283-1-ND)) 135 | (libsource (lib openlst-hw) (part C_Small)) 136 | (sheetpath (names /) (tstamps /)) 137 | (tstamp 5A9BCAEA)) 138 | (comp (ref C15) 139 | (value 0.1u) 140 | (footprint archive:C_0603_1608Metric) 141 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 142 | (fields 143 | (field (name Manuf) AVX) 144 | (field (name ManufPN) 0603YC104K4T4A) 145 | (field (name Supplier) Digikey) 146 | (field (name SupplierPN) 478-9382-1-ND)) 147 | (libsource (lib openlst-hw) (part C_Small)) 148 | (sheetpath (names /) (tstamps /)) 149 | (tstamp 5A9BCC29)) 150 | (comp (ref J1) 151 | (value 5VDC) 152 | (footprint archive:PinHeader_1x02_P2.54mm_Vertical) 153 | (libsource (lib openlst-hw) (part Conn_Coaxial_Power)) 154 | (sheetpath (names /) (tstamps /)) 155 | (tstamp 5A9CE3EE)) 156 | (comp (ref D3) 157 | (value STPS340U) 158 | (footprint archive:D_SMB) 159 | (datasheet http://www.st.com/content/ccc/resource/technical/document/datasheet/bb/db/21/0c/04/d9/41/a5/CD00000844.pdf/files/CD00000844.pdf/jcr:content/translations/en.CD00000844.pdf) 160 | (fields 161 | (field (name Manuf) STMicroelectronics) 162 | (field (name ManufPN) STPS340U) 163 | (field (name Supplier) Digikey) 164 | (field (name SupplierPN) 497-2465-1-ND)) 165 | (libsource (lib openlst-hw) (part D)) 166 | (sheetpath (names /) (tstamps /)) 167 | (tstamp 5A9CF19A)) 168 | (comp (ref L2) 169 | (value "Z=500 @ 100M") 170 | (footprint archive:L_1206_3216Metric) 171 | (datasheet https://assets.lairdtech.com/home/brandworld/files/MI1206L501R-10.pdf) 172 | (fields 173 | (field (name Manuf) Laird) 174 | (field (name ManufPN) MI1206L501R-10) 175 | (field (name Supplier) Digikey) 176 | (field (name SupplierPN) 240-2407-1-ND)) 177 | (libsource (lib openlst-hw) (part Ferrite_Bead)) 178 | (sheetpath (names /) (tstamps /)) 179 | (tstamp 5A9D09A5)) 180 | (comp (ref C14) 181 | (value 100u) 182 | (footprint archive:CP_EIA-3528-15_AVX-H) 183 | (datasheet http://datasheets.avx.com/TPS.pdf) 184 | (fields 185 | (field (name Manuf) AVX) 186 | (field (name ManufPN) TPSB107M010R0400) 187 | (field (name Supplier) Digikey) 188 | (field (name SupplierPN) 478-5231-1-ND)) 189 | (libsource (lib openlst-hw) (part CP1_Small)) 190 | (sheetpath (names /) (tstamps /)) 191 | (tstamp 5A9D0EB4)) 192 | (comp (ref U3) 193 | (value LT1086-3.6) 194 | (footprint archive:TO-263-3_TabPin2) 195 | (datasheet http://www.linear.com/docs/1722) 196 | (fields 197 | (field (name Manuf) Linear) 198 | (field (name ManufPN) LT1086CM-3.6#PBF) 199 | (field (name Supplier) Digikey) 200 | (field (name SupplierPN) LT1086CM-3.6#PBF-ND)) 201 | (libsource (lib openlst-hw) (part LT1086-3.6)) 202 | (sheetpath (names /) (tstamps /)) 203 | (tstamp 5B247437)) 204 | (comp (ref C46) 205 | (value 1u) 206 | (footprint archive:C_0603_1608Metric) 207 | (datasheet http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B105MO8NNWC.jsp) 208 | (fields 209 | (field (name Manuf) Samsung) 210 | (field (name ManufPN) CL10B105MO8NNWC) 211 | (field (name Supplier) Digikey) 212 | (field (name SupplierPN) 1276-6524-6-ND)) 213 | (libsource (lib openlst-hw) (part C_Small)) 214 | (sheetpath (names /) (tstamps /)) 215 | (tstamp 5B24D061)) 216 | (comp (ref C44) 217 | (value 1u) 218 | (footprint archive:C_0603_1608Metric) 219 | (datasheet http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B105MO8NNWC.jsp) 220 | (fields 221 | (field (name Manuf) Samsung) 222 | (field (name ManufPN) CL10B105MO8NNWC) 223 | (field (name Supplier) Digikey) 224 | (field (name SupplierPN) 1276-6524-6-ND)) 225 | (libsource (lib openlst-hw) (part C_Small)) 226 | (sheetpath (names /) (tstamps /)) 227 | (tstamp 5A9A1FB7)) 228 | (comp (ref U6) 229 | (value PE4259) 230 | (footprint archive:SOT-363_SC-70-6) 231 | (datasheet http://www.psemi.com/pdf/datasheets/pe4259ds.pdf) 232 | (fields 233 | (field (name Manuf) pSemi) 234 | (field (name ManufPN) 4259-63) 235 | (field (name Supplier) Digikey) 236 | (field (name SupplierPN) 1046-1011-1-ND)) 237 | (libsource (lib openlst-hw) (part PE4259)) 238 | (sheetpath (names /) (tstamps /)) 239 | (tstamp 5B25CB82)) 240 | (comp (ref C38) 241 | (value 220p) 242 | (footprint archive:C_0402_1005Metric) 243 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 244 | (fields 245 | (field (name Manuf) Kemet) 246 | (field (name ManufPN) C0402C221J2GACAUTO) 247 | (field (name Supplier) Digikey) 248 | (field (name SupplierPN) 399-11552-1-ND)) 249 | (libsource (lib openlst-hw) (part C_Small)) 250 | (sheetpath (names /) (tstamps /)) 251 | (tstamp 5B261679)) 252 | (comp (ref C39) 253 | (value 220p) 254 | (footprint archive:C_0402_1005Metric) 255 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 256 | (fields 257 | (field (name Manuf) Kemet) 258 | (field (name ManufPN) C0402C221J2GACAUTO) 259 | (field (name Supplier) Digikey) 260 | (field (name SupplierPN) 399-11552-1-ND)) 261 | (libsource (lib openlst-hw) (part C_Small)) 262 | (sheetpath (names /) (tstamps /)) 263 | (tstamp 5B261795)) 264 | (comp (ref C26) 265 | (value 0.1u) 266 | (footprint archive:C_0603_1608Metric) 267 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 268 | (fields 269 | (field (name Manuf) AVX) 270 | (field (name ManufPN) 0603YC104K4T4A) 271 | (field (name Supplier) Digikey) 272 | (field (name SupplierPN) 478-9382-1-ND)) 273 | (libsource (lib openlst-hw) (part C_Small)) 274 | (sheetpath (names /) (tstamps /)) 275 | (tstamp 5B262592)) 276 | (comp (ref U2) 277 | (value CC1110) 278 | (footprint openlst:TI_CC_QFN36) 279 | (datasheet http://www.ti.com/lit/ds/symlink/cc1110-cc1111.pdf) 280 | (fields 281 | (field (name Manuf) "Texas Instruments") 282 | (field (name ManufPN) CC1110F32RHHR) 283 | (field (name Supplier) Digikey) 284 | (field (name SupplierPN) 296-38560-1-ND)) 285 | (libsource (lib openlst-hw) (part CC1110)) 286 | (sheetpath (names /) (tstamps /)) 287 | (tstamp 5A9A1FAD)) 288 | (comp (ref U5) 289 | (value TLV803S) 290 | (footprint archive:SOT-23) 291 | (datasheet http://www.ti.com/lit/ds/symlink/tlv803.pdf) 292 | (fields 293 | (field (name Manuf) "Texas Instruments") 294 | (field (name ManufPN) TLV803SDBZR) 295 | (field (name Supplier) Digikey) 296 | (field (name SupplierPN) 296-29196-1-ND)) 297 | (libsource (lib openlst-hw) (part TLV803S)) 298 | (sheetpath (names /) (tstamps /)) 299 | (tstamp 5A9A1FB1)) 300 | (comp (ref R18) 301 | (value 1K) 302 | (footprint archive:R_0603_1608Metric) 303 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 304 | (fields 305 | (field (name Manuf) Yageo) 306 | (field (name ManufPN) RC0603JR-071KL) 307 | (field (name Supplier) Digikey) 308 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 309 | (libsource (lib openlst-hw) (part R)) 310 | (sheetpath (names /) (tstamps /)) 311 | (tstamp 5A9A1FD1)) 312 | (comp (ref C22) 313 | (value 1n) 314 | (footprint archive:C_0603_1608Metric) 315 | (datasheet https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c03e.ashx) 316 | (fields 317 | (field (name Manuf) Murata) 318 | (field (name ManufPN) GCM188R71E102KA37D) 319 | (field (name Supplier) Digikey) 320 | (field (name SupplierPN) 490-8016-1-ND)) 321 | (libsource (lib openlst-hw) (part C_Small)) 322 | (sheetpath (names /) (tstamps /)) 323 | (tstamp 5A9A1FD0)) 324 | (comp (ref R16) 325 | (value 56K) 326 | (footprint archive:R_0603_1608Metric) 327 | (datasheet https://www.seielect.com/Catalog/SEI-RMCF_RMCP.pdf) 328 | (fields 329 | (field (name Manuf) Stackpole) 330 | (field (name ManufPN) RMCF0603FT56K0) 331 | (field (name Supplier) Digikey) 332 | (field (name SupplierPN) RMCF0603FT56K0CT-ND)) 333 | (libsource (lib openlst-hw) (part R)) 334 | (sheetpath (names /) (tstamps /)) 335 | (tstamp 5A9A1FDC)) 336 | (comp (ref C19) 337 | (value 1n) 338 | (footprint archive:C_0603_1608Metric) 339 | (datasheet https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c03e.ashx) 340 | (fields 341 | (field (name Manuf) Murata) 342 | (field (name ManufPN) GCM188R71E102KA37D) 343 | (field (name Supplier) Digikey) 344 | (field (name SupplierPN) 490-8016-1-ND)) 345 | (libsource (lib openlst-hw) (part C_Small)) 346 | (sheetpath (names /) (tstamps /)) 347 | (tstamp 5A9A1FDB)) 348 | (comp (ref J2) 349 | (value "CC Prog/Debug") 350 | (footprint archive:PinHeader_2x05_P1.27mm_Vertical_SMD) 351 | (datasheet http://suddendocs.samtec.com/prints/ftsh-1xx-xx-xxx-dv-xxx-xxx-mkt.pdf) 352 | (fields 353 | (field (name Manuf) Samtec) 354 | (field (name ManufPN) FTSH-105-01-L-DV-K-P) 355 | (field (name Supplier) Digikey) 356 | (field (name SupplierPN) SAM9076-ND)) 357 | (libsource (lib openlst-hw) (part Conn_02x05_Odd_Even)) 358 | (sheetpath (names /) (tstamps /)) 359 | (tstamp 5B265FE8)) 360 | (comp (ref R5) 361 | (value 100) 362 | (footprint archive:R_0603_1608Metric) 363 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 364 | (fields 365 | (field (name Manuf) Yageo) 366 | (field (name ManufPN) AC0603FR-07100RL) 367 | (field (name Supplier) Digikey) 368 | (field (name SupplierPN) YAG3561CT-ND)) 369 | (libsource (lib openlst-hw) (part R)) 370 | (sheetpath (names /) (tstamps /)) 371 | (tstamp 5B26973A)) 372 | (comp (ref R6) 373 | (value 100) 374 | (footprint archive:R_0603_1608Metric) 375 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 376 | (fields 377 | (field (name Manuf) Yageo) 378 | (field (name ManufPN) AC0603FR-07100RL) 379 | (field (name Supplier) Digikey) 380 | (field (name SupplierPN) YAG3561CT-ND)) 381 | (libsource (lib openlst-hw) (part R)) 382 | (sheetpath (names /) (tstamps /)) 383 | (tstamp 5B26A1E9)) 384 | (comp (ref R7) 385 | (value 100) 386 | (footprint archive:R_0603_1608Metric) 387 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 388 | (fields 389 | (field (name Manuf) Yageo) 390 | (field (name ManufPN) AC0603FR-07100RL) 391 | (field (name Supplier) Digikey) 392 | (field (name SupplierPN) YAG3561CT-ND)) 393 | (libsource (lib openlst-hw) (part R)) 394 | (sheetpath (names /) (tstamps /)) 395 | (tstamp 5B26A329)) 396 | (comp (ref R8) 397 | (value 100) 398 | (footprint archive:R_0603_1608Metric) 399 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 400 | (fields 401 | (field (name Manuf) Yageo) 402 | (field (name ManufPN) AC0603FR-07100RL) 403 | (field (name Supplier) Digikey) 404 | (field (name SupplierPN) YAG3561CT-ND)) 405 | (libsource (lib openlst-hw) (part R)) 406 | (sheetpath (names /) (tstamps /)) 407 | (tstamp 5B26A469)) 408 | (comp (ref R9) 409 | (value 100) 410 | (footprint archive:R_0603_1608Metric) 411 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 412 | (fields 413 | (field (name Manuf) Yageo) 414 | (field (name ManufPN) AC0603FR-07100RL) 415 | (field (name Supplier) Digikey) 416 | (field (name SupplierPN) YAG3561CT-ND)) 417 | (libsource (lib openlst-hw) (part R)) 418 | (sheetpath (names /) (tstamps /)) 419 | (tstamp 5B26CB69)) 420 | (comp (ref R10) 421 | (value 100) 422 | (footprint archive:R_0603_1608Metric) 423 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 424 | (fields 425 | (field (name Manuf) Yageo) 426 | (field (name ManufPN) AC0603FR-07100RL) 427 | (field (name Supplier) Digikey) 428 | (field (name SupplierPN) YAG3561CT-ND)) 429 | (libsource (lib openlst-hw) (part R)) 430 | (sheetpath (names /) (tstamps /)) 431 | (tstamp 5B26CB6F)) 432 | (comp (ref R11) 433 | (value 100) 434 | (footprint archive:R_0603_1608Metric) 435 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 436 | (fields 437 | (field (name Manuf) Yageo) 438 | (field (name ManufPN) AC0603FR-07100RL) 439 | (field (name Supplier) Digikey) 440 | (field (name SupplierPN) YAG3561CT-ND)) 441 | (libsource (lib openlst-hw) (part R)) 442 | (sheetpath (names /) (tstamps /)) 443 | (tstamp 5B26CB75)) 444 | (comp (ref R12) 445 | (value 100) 446 | (footprint archive:R_0603_1608Metric) 447 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 448 | (fields 449 | (field (name Manuf) Yageo) 450 | (field (name ManufPN) AC0603FR-07100RL) 451 | (field (name Supplier) Digikey) 452 | (field (name SupplierPN) YAG3561CT-ND)) 453 | (libsource (lib openlst-hw) (part R)) 454 | (sheetpath (names /) (tstamps /)) 455 | (tstamp 5B26CB7B)) 456 | (comp (ref C31) 457 | (value 0.1u) 458 | (footprint archive:C_0603_1608Metric) 459 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 460 | (fields 461 | (field (name Manuf) AVX) 462 | (field (name ManufPN) 0603YC104K4T4A) 463 | (field (name Supplier) Digikey) 464 | (field (name SupplierPN) 478-9382-1-ND)) 465 | (libsource (lib openlst-hw) (part C_Small)) 466 | (sheetpath (names /) (tstamps /)) 467 | (tstamp 5B27749B)) 468 | (comp (ref R28) 469 | (value 1K) 470 | (footprint archive:R_0603_1608Metric) 471 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 472 | (fields 473 | (field (name Manuf) Yageo) 474 | (field (name ManufPN) RC0603JR-071KL) 475 | (field (name Supplier) Digikey) 476 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 477 | (libsource (lib openlst-hw) (part R)) 478 | (sheetpath (names /) (tstamps /)) 479 | (tstamp 5B278685)) 480 | (comp (ref R26) 481 | (value 1K) 482 | (footprint archive:R_0603_1608Metric) 483 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 484 | (fields 485 | (field (name Manuf) Yageo) 486 | (field (name ManufPN) RC0603JR-071KL) 487 | (field (name Supplier) Digikey) 488 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 489 | (libsource (lib openlst-hw) (part R)) 490 | (sheetpath (names /) (tstamps /)) 491 | (tstamp 5B27C97D)) 492 | (comp (ref R1) 493 | (value 1K) 494 | (footprint archive:R_0603_1608Metric) 495 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 496 | (fields 497 | (field (name Manuf) Yageo) 498 | (field (name ManufPN) RC0603JR-071KL) 499 | (field (name Supplier) Digikey) 500 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 501 | (libsource (lib openlst-hw) (part R)) 502 | (sheetpath (names /) (tstamps /)) 503 | (tstamp 5B27F7F5)) 504 | (comp (ref R2) 505 | (value 1K) 506 | (footprint archive:R_0603_1608Metric) 507 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 508 | (fields 509 | (field (name Manuf) Yageo) 510 | (field (name ManufPN) RC0603JR-071KL) 511 | (field (name Supplier) Digikey) 512 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 513 | (libsource (lib openlst-hw) (part R)) 514 | (sheetpath (names /) (tstamps /)) 515 | (tstamp 5B27FFEB)) 516 | (comp (ref U4) 517 | (value "FOX924 27MHz") 518 | (footprint archive:Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm) 519 | (datasheet http://www.foxonline.com/pdfs/fox924.pdf) 520 | (fields 521 | (field (name Manuf) "Fox Electronics") 522 | (field (name ManufPN) FT5HNBPK27.0-T1) 523 | (field (name Supplier) Digikey) 524 | (field (name SupplierPN) 631-1075-1-ND)) 525 | (libsource (lib openlst-hw) (part FOX924)) 526 | (sheetpath (names /) (tstamps /)) 527 | (tstamp 5B2892BE)) 528 | (comp (ref R17) 529 | (value 100) 530 | (footprint archive:R_0603_1608Metric) 531 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 532 | (fields 533 | (field (name Manuf) Yageo) 534 | (field (name ManufPN) AC0603FR-07100RL) 535 | (field (name Supplier) Digikey) 536 | (field (name SupplierPN) YAG3561CT-ND)) 537 | (libsource (lib openlst-hw) (part R)) 538 | (sheetpath (names /) (tstamps /)) 539 | (tstamp 5B28AE3D)) 540 | (comp (ref C23) 541 | (value 3.9p) 542 | (footprint archive:C_0402_1005Metric) 543 | (datasheet http://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GJM1555C1H3R9CB01-01.pdf) 544 | (fields 545 | (field (name Manuf) Murata) 546 | (field (name ManufPN) GJM1555C1H3R9CB01D) 547 | (field (name Supplier) Digikey) 548 | (field (name SupplierPN) 490-3097-1-ND)) 549 | (libsource (lib openlst-hw) (part C_Small)) 550 | (sheetpath (names /) (tstamps /)) 551 | (tstamp 5A9A1FD8)) 552 | (comp (ref C27) 553 | (value 0.1u) 554 | (footprint archive:C_0603_1608Metric) 555 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 556 | (fields 557 | (field (name Manuf) AVX) 558 | (field (name ManufPN) 0603YC104K4T4A) 559 | (field (name Supplier) Digikey) 560 | (field (name SupplierPN) 478-9382-1-ND)) 561 | (libsource (lib openlst-hw) (part C_Small)) 562 | (sheetpath (names /) (tstamps /)) 563 | (tstamp 5B28CED5)) 564 | (comp (ref R15) 565 | (value DNI) 566 | (footprint archive:R_0603_1608Metric) 567 | (libsource (lib openlst-hw) (part R)) 568 | (sheetpath (names /) (tstamps /)) 569 | (tstamp 5B290219)) 570 | (comp (ref D1) 571 | (value LED) 572 | (footprint archive:LED_0603_1608Metric) 573 | (datasheet http://katalog.we-online.de/led/datasheet/150060VS75000.pdf) 574 | (fields 575 | (field (name Manuf) Wurth) 576 | (field (name ManufPN) 150060VS75000) 577 | (field (name Supplier) Digikey) 578 | (field (name SupplierPN) 732-4980-1-ND)) 579 | (libsource (lib openlst-hw) (part LED)) 580 | (sheetpath (names /) (tstamps /)) 581 | (tstamp 5B296D47)) 582 | (comp (ref R3) 583 | (value 1K) 584 | (footprint archive:R_0603_1608Metric) 585 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 586 | (fields 587 | (field (name Manuf) Yageo) 588 | (field (name ManufPN) RC0603JR-071KL) 589 | (field (name Supplier) Digikey) 590 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 591 | (libsource (lib openlst-hw) (part R)) 592 | (sheetpath (names /) (tstamps /)) 593 | (tstamp 5B296D55)) 594 | (comp (ref D2) 595 | (value LED) 596 | (footprint archive:LED_0603_1608Metric) 597 | (datasheet http://katalog.we-online.de/led/datasheet/150060SS75000.pdf) 598 | (fields 599 | (field (name Manuf) Wurth) 600 | (field (name ManufPN) 150060SS75000) 601 | (field (name Supplier) Digikey) 602 | (field (name SupplierPN) 732-4979-1-ND)) 603 | (libsource (lib openlst-hw) (part LED)) 604 | (sheetpath (names /) (tstamps /)) 605 | (tstamp 5B296D5B)) 606 | (comp (ref R4) 607 | (value 1K) 608 | (footprint archive:R_0603_1608Metric) 609 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 610 | (fields 611 | (field (name Manuf) Yageo) 612 | (field (name ManufPN) RC0603JR-071KL) 613 | (field (name Supplier) Digikey) 614 | (field (name SupplierPN) 311-1.0KGRCT-ND)) 615 | (libsource (lib openlst-hw) (part R)) 616 | (sheetpath (names /) (tstamps /)) 617 | (tstamp 5B296D69)) 618 | (comp (ref J3) 619 | (value UART0) 620 | (footprint archive:PinHeader_1x06_P2.54mm_Vertical) 621 | (datasheet http://katalog.we-online.de/em/datasheet/6130xx11121.pdf) 622 | (fields 623 | (field (name Manuf) Wurth) 624 | (field (name ManufPN) 61300611121) 625 | (field (name Supplier) Digikey) 626 | (field (name SupplierPN) 732-5319-ND)) 627 | (libsource (lib openlst-hw) (part Conn_01x06)) 628 | (sheetpath (names /) (tstamps /)) 629 | (tstamp 5B29D837)) 630 | (comp (ref R19) 631 | (value DNI) 632 | (footprint archive:R_0603_1608Metric) 633 | (libsource (lib openlst-hw) (part R)) 634 | (sheetpath (names /) (tstamps /)) 635 | (tstamp 5B29E677)) 636 | (comp (ref J4) 637 | (value UART1) 638 | (footprint archive:PinHeader_1x06_P2.54mm_Vertical) 639 | (datasheet http://katalog.we-online.de/em/datasheet/6130xx11121.pdf) 640 | (fields 641 | (field (name Manuf) Wurth) 642 | (field (name ManufPN) 61300611121) 643 | (field (name Supplier) Digikey) 644 | (field (name SupplierPN) 732-5319-ND)) 645 | (libsource (lib openlst-hw) (part Conn_01x06)) 646 | (sheetpath (names /) (tstamps /)) 647 | (tstamp 5B2A137A)) 648 | (comp (ref R20) 649 | (value DNI) 650 | (footprint archive:R_0603_1608Metric) 651 | (libsource (lib openlst-hw) (part R)) 652 | (sheetpath (names /) (tstamps /)) 653 | (tstamp 5B2A1386)) 654 | (comp (ref C1) 655 | (value 0.1u) 656 | (footprint archive:C_0603_1608Metric) 657 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 658 | (fields 659 | (field (name Manuf) AVX) 660 | (field (name ManufPN) 0603YC104K4T4A) 661 | (field (name Supplier) Digikey) 662 | (field (name SupplierPN) 478-9382-1-ND)) 663 | (libsource (lib openlst-hw) (part C_Small)) 664 | (sheetpath (names /) (tstamps /)) 665 | (tstamp 5B2B1B62)) 666 | (comp (ref C10) 667 | (value 0.1u) 668 | (footprint archive:C_0603_1608Metric) 669 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 670 | (fields 671 | (field (name Manuf) AVX) 672 | (field (name ManufPN) 0603YC104K4T4A) 673 | (field (name Supplier) Digikey) 674 | (field (name SupplierPN) 478-9382-1-ND)) 675 | (libsource (lib openlst-hw) (part C_Small)) 676 | (sheetpath (names /) (tstamps /)) 677 | (tstamp 5B2B22E7)) 678 | (comp (ref C2) 679 | (value 220p) 680 | (footprint archive:C_0402_1005Metric) 681 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 682 | (fields 683 | (field (name Manuf) Kemet) 684 | (field (name ManufPN) C0402C221J2GACAUTO) 685 | (field (name Supplier) Digikey) 686 | (field (name SupplierPN) 399-11552-1-ND)) 687 | (libsource (lib openlst-hw) (part C_Small)) 688 | (sheetpath (names /) (tstamps /)) 689 | (tstamp 5B2B36A5)) 690 | (comp (ref C7) 691 | (value 220p) 692 | (footprint archive:C_0402_1005Metric) 693 | (datasheet https://api.kemet.com/component-edge/download/datasheet/C0402C221J2GACAUTO.pdf) 694 | (fields 695 | (field (name Manuf) Kemet) 696 | (field (name ManufPN) C0402C221J2GACAUTO) 697 | (field (name Supplier) Digikey) 698 | (field (name SupplierPN) 399-11552-1-ND)) 699 | (libsource (lib openlst-hw) (part C_Small)) 700 | (sheetpath (names /) (tstamps /)) 701 | (tstamp 5B2B4012)) 702 | (comp (ref C5) 703 | (value 0.1u) 704 | (footprint archive:C_0603_1608Metric) 705 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 706 | (fields 707 | (field (name Manuf) AVX) 708 | (field (name ManufPN) 0603YC104K4T4A) 709 | (field (name Supplier) Digikey) 710 | (field (name SupplierPN) 478-9382-1-ND)) 711 | (libsource (lib openlst-hw) (part C_Small)) 712 | (sheetpath (names /) (tstamps /)) 713 | (tstamp 5B2B4C99)) 714 | (comp (ref C3) 715 | (value 0.1u) 716 | (footprint archive:C_0603_1608Metric) 717 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 718 | (fields 719 | (field (name Manuf) AVX) 720 | (field (name ManufPN) 0603YC104K4T4A) 721 | (field (name Supplier) Digikey) 722 | (field (name SupplierPN) 478-9382-1-ND)) 723 | (libsource (lib openlst-hw) (part C_Small)) 724 | (sheetpath (names /) (tstamps /)) 725 | (tstamp 5B2B4F44)) 726 | (comp (ref C9) 727 | (value 1u) 728 | (footprint archive:C_0603_1608Metric) 729 | (datasheet http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B105MO8NNWC.jsp) 730 | (fields 731 | (field (name Manuf) Samsung) 732 | (field (name ManufPN) CL10B105MO8NNWC) 733 | (field (name Supplier) Digikey) 734 | (field (name SupplierPN) 1276-6524-6-ND)) 735 | (libsource (lib openlst-hw) (part C_Small)) 736 | (sheetpath (names /) (tstamps /)) 737 | (tstamp 5B2B901C)) 738 | (comp (ref R21) 739 | (value 33K) 740 | (footprint archive:R_0603_1608Metric) 741 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 742 | (fields 743 | (field (name Manuf) Yageo) 744 | (field (name ManufPN) AC0603FR-0733KL) 745 | (field (name Supplier) Digikey) 746 | (field (name SupplierPN) YAG3598CT-ND)) 747 | (libsource (lib openlst-hw) (part R)) 748 | (sheetpath (names /) (tstamps /)) 749 | (tstamp 5B2C4E4A)) 750 | (comp (ref R22) 751 | (value 10K) 752 | (footprint archive:R_0603_1608Metric) 753 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 754 | (fields 755 | (field (name Manuf) Yageo) 756 | (field (name ManufPN) RC0603JR-0710KL) 757 | (field (name Supplier) Digikey) 758 | (field (name SupplierPN) 311-10KGRCT-ND)) 759 | (libsource (lib openlst-hw) (part R)) 760 | (sheetpath (names /) (tstamps /)) 761 | (tstamp 5B2C5202)) 762 | (comp (ref R23) 763 | (value 33K) 764 | (footprint archive:R_0603_1608Metric) 765 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 766 | (fields 767 | (field (name Manuf) Yageo) 768 | (field (name ManufPN) AC0603FR-0733KL) 769 | (field (name Supplier) Digikey) 770 | (field (name SupplierPN) YAG3598CT-ND)) 771 | (libsource (lib openlst-hw) (part R)) 772 | (sheetpath (names /) (tstamps /)) 773 | (tstamp 5B2C9AA7)) 774 | (comp (ref R24) 775 | (value 10K) 776 | (footprint archive:R_0603_1608Metric) 777 | (datasheet http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_9.pdf) 778 | (fields 779 | (field (name Manuf) Yageo) 780 | (field (name ManufPN) RC0603JR-0710KL) 781 | (field (name Supplier) Digikey) 782 | (field (name SupplierPN) 311-10KGRCT-ND)) 783 | (libsource (lib openlst-hw) (part R)) 784 | (sheetpath (names /) (tstamps /)) 785 | (tstamp 5B2C9AAD)) 786 | (comp (ref R36) 787 | (value 5K6) 788 | (footprint archive:R_0603_1608Metric) 789 | (datasheet https://www.seielect.com/Catalog/SEI-RMCF_RMCP.pdf) 790 | (fields 791 | (field (name Manuf) Stackpole) 792 | (field (name ManufPN) RMCF0603FT5K60) 793 | (field (name Supplier) Digikey) 794 | (field (name SupplierPN) RMCF0603FT5K60CT-ND)) 795 | (libsource (lib openlst-hw) (part R)) 796 | (sheetpath (names /) (tstamps /)) 797 | (tstamp 5B252414)) 798 | (comp (ref R37) 799 | (value 3K3) 800 | (footprint archive:R_0603_1608Metric) 801 | (datasheet https://www.seielect.com/Catalog/SEI-RMCF_RMCP.pdf) 802 | (fields 803 | (field (name Manuf) Stackpole) 804 | (field (name ManufPN) RMCF0603FT3K30) 805 | (field (name Supplier) Digikey) 806 | (field (name SupplierPN) RMCF0603FT3K30CT-ND)) 807 | (libsource (lib openlst-hw) (part R)) 808 | (sheetpath (names /) (tstamps /)) 809 | (tstamp 5B25226A)) 810 | (comp (ref C47) 811 | (value 1u) 812 | (footprint archive:C_0603_1608Metric) 813 | (datasheet http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B105MO8NNWC.jsp) 814 | (fields 815 | (field (name Manuf) Samsung) 816 | (field (name ManufPN) CL10B105MO8NNWC) 817 | (field (name Supplier) Digikey) 818 | (field (name SupplierPN) 1276-6524-6-ND)) 819 | (libsource (lib openlst-hw) (part C_Small)) 820 | (sheetpath (names /) (tstamps /)) 821 | (tstamp 5B30D1AC)) 822 | (comp (ref C18) 823 | (value 10u) 824 | (footprint archive:C_0603_1608Metric) 825 | (datasheet http://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRT188C81A106ME13-01.pdf) 826 | (fields 827 | (field (name Manuf) Murata) 828 | (field (name ManufPN) GRT188C81A106ME13D) 829 | (field (name Supplier) Digikey) 830 | (field (name SupplierPN) 490-12283-1-ND)) 831 | (libsource (lib openlst-hw) (part C_Small)) 832 | (sheetpath (names /) (tstamps /)) 833 | (tstamp 5B32687C)) 834 | (comp (ref C20) 835 | (value 10u) 836 | (footprint archive:C_0603_1608Metric) 837 | (datasheet http://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRT188C81A106ME13-01.pdf) 838 | (fields 839 | (field (name Manuf) Murata) 840 | (field (name ManufPN) GRT188C81A106ME13D) 841 | (field (name Supplier) Digikey) 842 | (field (name SupplierPN) 490-12283-1-ND)) 843 | (libsource (lib openlst-hw) (part C_Small)) 844 | (sheetpath (names /) (tstamps /)) 845 | (tstamp 5B3290F4)) 846 | (comp (ref L8) 847 | (value "Z=1k @ 100M") 848 | (footprint archive:L_0603_1608Metric) 849 | (datasheet http://katalog.we-online.de/pbs/datasheet/74279266.pdf) 850 | (fields 851 | (field (name Manuf) Wurth) 852 | (field (name ManufPN) 74279266) 853 | (field (name Supplier) Digikey) 854 | (field (name SupplierPN) 732-4484-1-ND)) 855 | (libsource (lib openlst-hw) (part Ferrite_Bead)) 856 | (sheetpath (names /) (tstamps /)) 857 | (tstamp 5B3339BF)) 858 | (comp (ref L3) 859 | (value "Z=1k @ 100M") 860 | (footprint archive:L_0603_1608Metric) 861 | (datasheet http://katalog.we-online.de/pbs/datasheet/74279266.pdf) 862 | (fields 863 | (field (name Manuf) Wurth) 864 | (field (name ManufPN) 74279266) 865 | (field (name Supplier) Digikey) 866 | (field (name SupplierPN) 732-4484-1-ND)) 867 | (libsource (lib openlst-hw) (part Ferrite_Bead)) 868 | (sheetpath (names /) (tstamps /)) 869 | (tstamp 5B333CCF)) 870 | (comp (ref J5) 871 | (value "Control Outputs") 872 | (footprint archive:PinHeader_1x03_P2.54mm_Vertical) 873 | (libsource (lib openlst-hw) (part Conn_01x03)) 874 | (sheetpath (names /) (tstamps /)) 875 | (tstamp 5B31A0A4)) 876 | (comp (ref R14) 877 | (value 100) 878 | (footprint archive:R_0603_1608Metric) 879 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 880 | (fields 881 | (field (name Manuf) Yageo) 882 | (field (name ManufPN) AC0603FR-07100RL) 883 | (field (name Supplier) Digikey) 884 | (field (name SupplierPN) YAG3561CT-ND)) 885 | (libsource (lib openlst-hw) (part R)) 886 | (sheetpath (names /) (tstamps /)) 887 | (tstamp 5B31CF02)) 888 | (comp (ref R13) 889 | (value 100) 890 | (footprint archive:R_0603_1608Metric) 891 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 892 | (fields 893 | (field (name Manuf) Yageo) 894 | (field (name ManufPN) AC0603FR-07100RL) 895 | (field (name Supplier) Digikey) 896 | (field (name SupplierPN) YAG3561CT-ND)) 897 | (libsource (lib openlst-hw) (part R)) 898 | (sheetpath (names /) (tstamps /)) 899 | (tstamp 5B31D69E)) 900 | (comp (ref U8) 901 | (value STA1120A) 902 | (footprint openlst:SAW-8_3.8mm) 903 | (fields 904 | (field (name Manuf) Sawtron) 905 | (field (name ManufPN) STA1120A)) 906 | (libsource (lib openlst-hw) (part SAW-8)) 907 | (sheetpath (names /) (tstamps /)) 908 | (tstamp 5B32AE24)) 909 | (comp (ref R25) 910 | (value DNI) 911 | (footprint archive:R_0603_1608Metric) 912 | (libsource (lib openlst-hw) (part R)) 913 | (sheetpath (names /) (tstamps /)) 914 | (tstamp 5B332172)) 915 | (comp (ref R27) 916 | (value 33K) 917 | (footprint archive:R_0603_1608Metric) 918 | (datasheet http://www.yageo.com/NewPortal/yageodocoutput?fileName=/pdf/R-Chip/PYu-AC_51_RoHS_L_6.pdf) 919 | (fields 920 | (field (name Manuf) Yageo) 921 | (field (name ManufPN) AC0603FR-0733KL) 922 | (field (name Supplier) Digikey) 923 | (field (name SupplierPN) YAG3598CT-ND)) 924 | (libsource (lib openlst-hw) (part R)) 925 | (sheetpath (names /) (tstamps /)) 926 | (tstamp 5B33DCC5)) 927 | (comp (ref C6) 928 | (value 0.1u) 929 | (footprint archive:C_0603_1608Metric) 930 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 931 | (fields 932 | (field (name Manuf) AVX) 933 | (field (name ManufPN) 0603YC104K4T4A) 934 | (field (name Supplier) Digikey) 935 | (field (name SupplierPN) 478-9382-1-ND)) 936 | (libsource (lib openlst-hw) (part C_Small)) 937 | (sheetpath (names /) (tstamps /)) 938 | (tstamp 5B3494C5)) 939 | (comp (ref C8) 940 | (value 0.1u) 941 | (footprint archive:C_0603_1608Metric) 942 | (datasheet http://datasheets.avx.com/AutoMLCC.pdf) 943 | (fields 944 | (field (name Manuf) AVX) 945 | (field (name ManufPN) 0603YC104K4T4A) 946 | (field (name Supplier) Digikey) 947 | (field (name SupplierPN) 478-9382-1-ND)) 948 | (libsource (lib openlst-hw) (part C_Small)) 949 | (sheetpath (names /) (tstamps /)) 950 | (tstamp 5B34C3A7)) 951 | (comp (ref U9) 952 | (value RFFM6403) 953 | (footprint openlst:Qorvo_LGA_28_ThermalVias) 954 | (datasheet https://www.qorvo.com/products/d/da000805) 955 | (fields 956 | (field (name Manuf) Qorvo) 957 | (field (name ManufPN) RFFM6403SB)) 958 | (libsource (lib openlst-hw) (part RFFM6403)) 959 | (sheetpath (names /) (tstamps /)) 960 | (tstamp 5B213061)) 961 | (comp (ref MK1) 962 | (value M3_Hole) 963 | (footprint archive:MountingHole_3.2mm_M3_Pad_Via) 964 | (libsource (lib openlst-hw) (part Mounting_Hole_PAD)) 965 | (sheetpath (names /) (tstamps /)) 966 | (tstamp 5B40F0F1)) 967 | (comp (ref R29) 968 | (value DNI) 969 | (footprint archive:R_0603_1608Metric) 970 | (libsource (lib openlst-hw) (part R)) 971 | (sheetpath (names /) (tstamps /)) 972 | (tstamp 5B411691)) 973 | (comp (ref R31) 974 | (value DNI) 975 | (footprint archive:R_0603_1608Metric) 976 | (libsource (lib openlst-hw) (part R)) 977 | (sheetpath (names /) (tstamps /)) 978 | (tstamp 5B411B29)) 979 | (comp (ref MK3) 980 | (value M3_Hole) 981 | (footprint archive:MountingHole_3.2mm_M3_Pad_Via) 982 | (libsource (lib openlst-hw) (part Mounting_Hole_PAD)) 983 | (sheetpath (names /) (tstamps /)) 984 | (tstamp 5B41290B)) 985 | (comp (ref MK2) 986 | (value M3_Hole) 987 | (footprint archive:MountingHole_3.2mm_M3_Pad_Via) 988 | (libsource (lib openlst-hw) (part Mounting_Hole_PAD)) 989 | (sheetpath (names /) (tstamps /)) 990 | (tstamp 5B412DBD)) 991 | (comp (ref R30) 992 | (value DNI) 993 | (footprint archive:R_0603_1608Metric) 994 | (libsource (lib openlst-hw) (part R)) 995 | (sheetpath (names /) (tstamps /)) 996 | (tstamp 5B412DCF)) 997 | (comp (ref R32) 998 | (value DNI) 999 | (footprint archive:R_0603_1608Metric) 1000 | (libsource (lib openlst-hw) (part R)) 1001 | (sheetpath (names /) (tstamps /)) 1002 | (tstamp 5B412DD5)) 1003 | (comp (ref MK4) 1004 | (value M3_Hole) 1005 | (footprint archive:MountingHole_3.2mm_M3_Pad_Via) 1006 | (libsource (lib openlst-hw) (part Mounting_Hole_PAD)) 1007 | (sheetpath (names /) (tstamps /)) 1008 | (tstamp 5B412DDB))) 1009 | (libparts 1010 | (libpart (lib openlst-hw) (part CC1110) 1011 | (fields 1012 | (field (name Reference) U) 1013 | (field (name Value) CC1110)) 1014 | (pins 1015 | (pin (num 1) (name P1_2) (type BiDi)) 1016 | (pin (num 2) (name DVDD) (type power_in)) 1017 | (pin (num 3) (name P1_1) (type BiDi)) 1018 | (pin (num 4) (name P1_0) (type BiDi)) 1019 | (pin (num 5) (name P0_0) (type BiDi)) 1020 | (pin (num 6) (name P0_1) (type BiDi)) 1021 | (pin (num 7) (name P0_2) (type BiDi)) 1022 | (pin (num 8) (name P0_3) (type BiDi)) 1023 | (pin (num 9) (name P0_4) (type BiDi)) 1024 | (pin (num 10) (name DVDD) (type power_in)) 1025 | (pin (num 11) (name P0_5) (type BiDi)) 1026 | (pin (num 12) (name P0_6) (type BiDi)) 1027 | (pin (num 13) (name P0_7) (type BiDi)) 1028 | (pin (num 14) (name P2_0) (type BiDi)) 1029 | (pin (num 15) (name P2_1) (type BiDi)) 1030 | (pin (num 16) (name P2_2) (type BiDi)) 1031 | (pin (num 17) (name P2_3/XOSC32-1) (type BiDi)) 1032 | (pin (num 18) (name P2_4/XOSC32-2) (type BiDi)) 1033 | (pin (num 19) (name AVDD) (type power_in)) 1034 | (pin (num 20) (name XOSC-2) (type BiDi)) 1035 | (pin (num 21) (name XOSC-1) (type BiDi)) 1036 | (pin (num 22) (name AVDD) (type power_in)) 1037 | (pin (num 23) (name RF_P) (type BiDi)) 1038 | (pin (num 24) (name RF_N) (type BiDi)) 1039 | (pin (num 25) (name AVDD) (type power_in)) 1040 | (pin (num 26) (name AVDD) (type power_in)) 1041 | (pin (num 27) (name RBIAS) (type BiDi)) 1042 | (pin (num 28) (name GUARD) (type power_in)) 1043 | (pin (num 29) (name AVDD_DREG) (type power_in)) 1044 | (pin (num 30) (name DCOUPL) (type passive)) 1045 | (pin (num 31) (name RESET_N) (type BiDi)) 1046 | (pin (num 32) (name P1_7) (type BiDi)) 1047 | (pin (num 33) (name P1_6) (type BiDi)) 1048 | (pin (num 34) (name P1_5) (type BiDi)) 1049 | (pin (num 35) (name P1_4) (type BiDi)) 1050 | (pin (num 36) (name P1_3) (type BiDi)) 1051 | (pin (num 37) (name GND_PAD) (type passive)))) 1052 | (libpart (lib openlst-hw) (part CP1_Small) 1053 | (footprints 1054 | (fp CP_*)) 1055 | (fields 1056 | (field (name Reference) C) 1057 | (field (name Value) CP1_Small)) 1058 | (pins 1059 | (pin (num 1) (name ~) (type passive)) 1060 | (pin (num 2) (name ~) (type passive)))) 1061 | (libpart (lib openlst-hw) (part C_Small) 1062 | (footprints 1063 | (fp C_*)) 1064 | (fields 1065 | (field (name Reference) C) 1066 | (field (name Value) C_Small)) 1067 | (pins 1068 | (pin (num 1) (name ~) (type passive)) 1069 | (pin (num 2) (name ~) (type passive)))) 1070 | (libpart (lib openlst-hw) (part Conn_01x03) 1071 | (footprints 1072 | (fp Connector*:*_??x*mm*) 1073 | (fp Connector*:*1x??x*mm*) 1074 | (fp Pin?Header?Straight?1X*) 1075 | (fp Pin?Header?Angled?1X*) 1076 | (fp Socket?Strip?Straight?1X*) 1077 | (fp Socket?Strip?Angled?1X*)) 1078 | (fields 1079 | (field (name Reference) J) 1080 | (field (name Value) Conn_01x03)) 1081 | (pins 1082 | (pin (num 1) (name Pin_1) (type passive)) 1083 | (pin (num 2) (name Pin_2) (type passive)) 1084 | (pin (num 3) (name Pin_3) (type passive)))) 1085 | (libpart (lib openlst-hw) (part Conn_01x06) 1086 | (footprints 1087 | (fp Connector*:*_??x*mm*) 1088 | (fp Connector*:*1x??x*mm*) 1089 | (fp Pin?Header?Straight?1X*) 1090 | (fp Pin?Header?Angled?1X*) 1091 | (fp Socket?Strip?Straight?1X*) 1092 | (fp Socket?Strip?Angled?1X*)) 1093 | (fields 1094 | (field (name Reference) J) 1095 | (field (name Value) Conn_01x06)) 1096 | (pins 1097 | (pin (num 1) (name Pin_1) (type passive)) 1098 | (pin (num 2) (name Pin_2) (type passive)) 1099 | (pin (num 3) (name Pin_3) (type passive)) 1100 | (pin (num 4) (name Pin_4) (type passive)) 1101 | (pin (num 5) (name Pin_5) (type passive)) 1102 | (pin (num 6) (name Pin_6) (type passive)))) 1103 | (libpart (lib openlst-hw) (part Conn_02x05_Odd_Even) 1104 | (footprints 1105 | (fp Connector*:*2x??x*mm*) 1106 | (fp Connector*:*2x???Pitch*) 1107 | (fp Pin_Header_Straight_2X*) 1108 | (fp Pin_Header_Angled_2X*) 1109 | (fp Socket_Strip_Straight_2X*) 1110 | (fp Socket_Strip_Angled_2X*)) 1111 | (fields 1112 | (field (name Reference) J) 1113 | (field (name Value) Conn_02x05_Odd_Even)) 1114 | (pins 1115 | (pin (num 1) (name Pin_1) (type passive)) 1116 | (pin (num 2) (name Pin_2) (type passive)) 1117 | (pin (num 3) (name Pin_3) (type passive)) 1118 | (pin (num 4) (name Pin_4) (type passive)) 1119 | (pin (num 5) (name Pin_5) (type passive)) 1120 | (pin (num 6) (name Pin_6) (type passive)) 1121 | (pin (num 7) (name Pin_7) (type passive)) 1122 | (pin (num 8) (name Pin_8) (type passive)) 1123 | (pin (num 9) (name Pin_9) (type passive)) 1124 | (pin (num 10) (name Pin_10) (type passive)))) 1125 | (libpart (lib openlst-hw) (part Conn_Coaxial) 1126 | (footprints 1127 | (fp *BNC*) 1128 | (fp *SMA*) 1129 | (fp *SMB*) 1130 | (fp *SMC*) 1131 | (fp *Cinch*)) 1132 | (fields 1133 | (field (name Reference) J) 1134 | (field (name Value) Conn_Coaxial)) 1135 | (pins 1136 | (pin (num 1) (name In) (type passive)) 1137 | (pin (num 2) (name Ext) (type passive)))) 1138 | (libpart (lib openlst-hw) (part Conn_Coaxial_Power) 1139 | (footprints 1140 | (fp *BNC*) 1141 | (fp *SMA*) 1142 | (fp *SMB*) 1143 | (fp *SMC*) 1144 | (fp *Cinch*)) 1145 | (fields 1146 | (field (name Reference) J) 1147 | (field (name Value) Conn_Coaxial_Power)) 1148 | (pins 1149 | (pin (num 1) (name In) (type passive)) 1150 | (pin (num 2) (name Ext) (type passive)))) 1151 | (libpart (lib openlst-hw) (part D) 1152 | (footprints 1153 | (fp TO-???*) 1154 | (fp *SingleDiode) 1155 | (fp *_Diode_*) 1156 | (fp *SingleDiode*) 1157 | (fp D_*)) 1158 | (fields 1159 | (field (name Reference) D) 1160 | (field (name Value) D)) 1161 | (pins 1162 | (pin (num 1) (name K) (type passive)) 1163 | (pin (num 2) (name A) (type passive)))) 1164 | (libpart (lib openlst-hw) (part FOX924) 1165 | (fields 1166 | (field (name Reference) U) 1167 | (field (name Value) FOX924)) 1168 | (pins 1169 | (pin (num 2) (name GND) (type passive)) 1170 | (pin (num 3) (name OUT) (type passive)) 1171 | (pin (num 4) (name VCC) (type passive)))) 1172 | (libpart (lib openlst-hw) (part Ferrite_Bead) 1173 | (footprints 1174 | (fp Inductor_*) 1175 | (fp L_*) 1176 | (fp *Ferrite*)) 1177 | (fields 1178 | (field (name Reference) L) 1179 | (field (name Value) Ferrite_Bead)) 1180 | (pins 1181 | (pin (num 1) (name ~) (type passive)) 1182 | (pin (num 2) (name ~) (type passive)))) 1183 | (libpart (lib openlst-hw) (part L) 1184 | (footprints 1185 | (fp Choke_*) 1186 | (fp *Coil*) 1187 | (fp Inductor_*) 1188 | (fp L_*)) 1189 | (fields 1190 | (field (name Reference) L) 1191 | (field (name Value) L)) 1192 | (pins 1193 | (pin (num 1) (name 1) (type passive)) 1194 | (pin (num 2) (name 2) (type passive)))) 1195 | (libpart (lib openlst-hw) (part LED) 1196 | (footprints 1197 | (fp LED*)) 1198 | (fields 1199 | (field (name Reference) D) 1200 | (field (name Value) LED)) 1201 | (pins 1202 | (pin (num 1) (name K) (type passive)) 1203 | (pin (num 2) (name A) (type passive)))) 1204 | (libpart (lib openlst-hw) (part LM1084-3.3) 1205 | (aliases 1206 | (alias LM1084-5.0) 1207 | (alias LM1085-3.3) 1208 | (alias LM1085-5.0) 1209 | (alias LM1085-12) 1210 | (alias LT1086-2.85) 1211 | (alias LT1086-3.3) 1212 | (alias LT1086-3.6) 1213 | (alias LT1086-5.0) 1214 | (alias LT1086-12) 1215 | (alias LT1083-3.3) 1216 | (alias LT1083-3.6) 1217 | (alias LT1083-5.0) 1218 | (alias LT1083-12) 1219 | (alias LT1084-3.3) 1220 | (alias LT1084-3.6) 1221 | (alias LT1084-5.0) 1222 | (alias LT1084-12) 1223 | (alias LT1085-3.3) 1224 | (alias LT1085-3.6) 1225 | (alias LT1085-5.0) 1226 | (alias LT1085-12)) 1227 | (footprints 1228 | (fp TO?220*) 1229 | (fp TO?263*)) 1230 | (fields 1231 | (field (name Reference) U) 1232 | (field (name Value) LM1084-3.3)) 1233 | (pins 1234 | (pin (num 1) (name GND) (type power_in)) 1235 | (pin (num 2) (name VO) (type power_out)) 1236 | (pin (num 3) (name VI) (type power_in)))) 1237 | (libpart (lib openlst-hw) (part LM1117-1.8) 1238 | (aliases 1239 | (alias LM1117-2.5) 1240 | (alias LM1117-3.3) 1241 | (alias LM1117-5.0) 1242 | (alias TLV1117-15) 1243 | (alias TLV1117-18) 1244 | (alias TLV1117-25) 1245 | (alias TLV1117-33) 1246 | (alias TLV1117-50)) 1247 | (footprints 1248 | (fp SOT?223*) 1249 | (fp TO?263*) 1250 | (fp TO?252*) 1251 | (fp TO?220*)) 1252 | (fields 1253 | (field (name Reference) U) 1254 | (field (name Value) LM1117-1.8)) 1255 | (pins 1256 | (pin (num 1) (name GND) (type power_in)) 1257 | (pin (num 2) (name VO) (type power_out)) 1258 | (pin (num 3) (name VI) (type power_in)))) 1259 | (libpart (lib openlst-hw) (part Mounting_Hole_PAD) 1260 | (footprints 1261 | (fp Mounting?Hole*) 1262 | (fp Hole*)) 1263 | (fields 1264 | (field (name Reference) MK) 1265 | (field (name Value) Mounting_Hole_PAD)) 1266 | (pins 1267 | (pin (num 1) (name 1) (type input)))) 1268 | (libpart (lib openlst-hw) (part PE4259) 1269 | (fields 1270 | (field (name Reference) U) 1271 | (field (name Value) PE4259)) 1272 | (pins 1273 | (pin (num 1) (name RF1) (type passive)) 1274 | (pin (num 2) (name GND) (type passive)) 1275 | (pin (num 3) (name RF2) (type passive)) 1276 | (pin (num 4) (name CTRL) (type passive)) 1277 | (pin (num 5) (name RFC) (type passive)) 1278 | (pin (num 6) (name VDD) (type passive)))) 1279 | (libpart (lib openlst-hw) (part R) 1280 | (footprints 1281 | (fp R_*) 1282 | (fp R_*)) 1283 | (fields 1284 | (field (name Reference) R) 1285 | (field (name Value) R)) 1286 | (pins 1287 | (pin (num 1) (name ~) (type passive)) 1288 | (pin (num 2) (name ~) (type passive)))) 1289 | (libpart (lib openlst-hw) (part RFFM6403) 1290 | (fields 1291 | (field (name Reference) U) 1292 | (field (name Value) RFFM6403)) 1293 | (pins 1294 | (pin (num 1) (name GND) (type passive)) 1295 | (pin (num 2) (name TR) (type passive)) 1296 | (pin (num 3) (name EN) (type passive)) 1297 | (pin (num 4) (name BYP) (type passive)) 1298 | (pin (num 5) (name VAPC) (type passive)) 1299 | (pin (num 6) (name GND) (type passive)) 1300 | (pin (num 7) (name ANT) (type passive)) 1301 | (pin (num 8) (name GND) (type passive)) 1302 | (pin (num 9) (name GND) (type passive)) 1303 | (pin (num 10) (name SAW1) (type passive)) 1304 | (pin (num 11) (name GND) (type passive)) 1305 | (pin (num 12) (name GND) (type passive)) 1306 | (pin (num 13) (name SAW2) (type passive)) 1307 | (pin (num 14) (name NC) (type passive)) 1308 | (pin (num 15) (name GND) (type passive)) 1309 | (pin (num 16) (name NC) (type passive)) 1310 | (pin (num 17) (name VCC_RX) (type passive)) 1311 | (pin (num 18) (name RX) (type passive)) 1312 | (pin (num 19) (name GND) (type passive)) 1313 | (pin (num 20) (name TX) (type passive)) 1314 | (pin (num 21) (name GND) (type passive)) 1315 | (pin (num 22) (name GND) (type passive)) 1316 | (pin (num 23) (name VDD) (type passive)) 1317 | (pin (num 24) (name VCC_TX1) (type passive)) 1318 | (pin (num 25) (name NC) (type passive)) 1319 | (pin (num 26) (name VCC_TX2) (type passive)) 1320 | (pin (num 27) (name GND) (type passive)) 1321 | (pin (num 28) (name GND) (type passive)) 1322 | (pin (num 29) (name PAD) (type passive)))) 1323 | (libpart (lib openlst-hw) (part SAW-8) 1324 | (fields 1325 | (field (name Reference) U) 1326 | (field (name Value) SAW-8)) 1327 | (pins 1328 | (pin (num 1) (name GND) (type passive)) 1329 | (pin (num 2) (name IN) (type passive)) 1330 | (pin (num 3) (name GND) (type passive)) 1331 | (pin (num 4) (name GND) (type passive)) 1332 | (pin (num 5) (name GND) (type passive)) 1333 | (pin (num 6) (name OUT) (type passive)) 1334 | (pin (num 7) (name GND) (type passive)) 1335 | (pin (num 8) (name GND) (type passive)))) 1336 | (libpart (lib openlst-hw) (part TLV803S) 1337 | (fields 1338 | (field (name Reference) U) 1339 | (field (name Value) TLV803S)) 1340 | (pins 1341 | (pin (num 1) (name GND) (type passive)) 1342 | (pin (num 2) (name ~RESET~) (type passive)) 1343 | (pin (num 3) (name VDD) (type passive))))) 1344 | (libraries 1345 | (library (logical openlst-hw) 1346 | (uri /home/ryan/openlst-hw/lib_sch/openlst-hw.lib))) 1347 | (nets 1348 | (net (code 1) (name "Net-(R7-Pad1)") 1349 | (node (ref U2) (pin 9)) 1350 | (node (ref R7) (pin 1))) 1351 | (net (code 2) (name "Net-(R8-Pad1)") 1352 | (node (ref U2) (pin 11)) 1353 | (node (ref R8) (pin 1))) 1354 | (net (code 3) (name "Net-(R9-Pad1)") 1355 | (node (ref R9) (pin 1)) 1356 | (node (ref U2) (pin 1))) 1357 | (net (code 4) (name "Net-(R10-Pad1)") 1358 | (node (ref U2) (pin 36)) 1359 | (node (ref R10) (pin 1))) 1360 | (net (code 5) (name "Net-(R11-Pad1)") 1361 | (node (ref R11) (pin 1)) 1362 | (node (ref U2) (pin 35))) 1363 | (net (code 6) (name "Net-(R12-Pad1)") 1364 | (node (ref R12) (pin 1)) 1365 | (node (ref U2) (pin 34))) 1366 | (net (code 7) (name "Net-(R6-Pad1)") 1367 | (node (ref R6) (pin 1)) 1368 | (node (ref U2) (pin 8))) 1369 | (net (code 8) (name "Net-(C39-Pad2)") 1370 | (node (ref C39) (pin 2)) 1371 | (node (ref U9) (pin 20))) 1372 | (net (code 9) (name "Net-(D3-Pad1)") 1373 | (node (ref L2) (pin 2)) 1374 | (node (ref D3) (pin 1)) 1375 | (node (ref J1) (pin 1))) 1376 | (net (code 10) (name +3V3) 1377 | (node (ref U5) (pin 3)) 1378 | (node (ref R26) (pin 1)) 1379 | (node (ref R1) (pin 1)) 1380 | (node (ref U4) (pin 4)) 1381 | (node (ref R19) (pin 1)) 1382 | (node (ref R20) (pin 1)) 1383 | (node (ref J2) (pin 2)) 1384 | (node (ref U1) (pin 2)) 1385 | (node (ref C13) (pin 1)) 1386 | (node (ref C15) (pin 1)) 1387 | (node (ref L3) (pin 1)) 1388 | (node (ref L8) (pin 1)) 1389 | (node (ref C31) (pin 1)) 1390 | (node (ref U9) (pin 23)) 1391 | (node (ref R27) (pin 2)) 1392 | (node (ref C27) (pin 1))) 1393 | (net (code 11) (name "Net-(C38-Pad2)") 1394 | (node (ref U9) (pin 18)) 1395 | (node (ref C38) (pin 2))) 1396 | (net (code 12) (name "Net-(C38-Pad1)") 1397 | (node (ref C38) (pin 1)) 1398 | (node (ref U6) (pin 3))) 1399 | (net (code 13) (name "Net-(C39-Pad1)") 1400 | (node (ref U6) (pin 1)) 1401 | (node (ref C39) (pin 1))) 1402 | (net (code 14) (name "Net-(R5-Pad1)") 1403 | (node (ref U2) (pin 7)) 1404 | (node (ref R5) (pin 1))) 1405 | (net (code 15) (name "Net-(R3-Pad2)") 1406 | (node (ref R3) (pin 2)) 1407 | (node (ref U2) (pin 12))) 1408 | (net (code 16) (name "Net-(R4-Pad2)") 1409 | (node (ref R4) (pin 2)) 1410 | (node (ref U2) (pin 13))) 1411 | (net (code 17) (name /PROG_DC) 1412 | (node (ref U2) (pin 16)) 1413 | (node (ref J2) (pin 3))) 1414 | (net (code 18) (name /~LST_RESET) 1415 | (node (ref R18) (pin 2)) 1416 | (node (ref R27) (pin 1)) 1417 | (node (ref J2) (pin 7))) 1418 | (net (code 19) (name "Net-(R15-Pad2)") 1419 | (node (ref U2) (pin 14)) 1420 | (node (ref R15) (pin 2))) 1421 | (net (code 20) (name /PROG_DD) 1422 | (node (ref U2) (pin 15)) 1423 | (node (ref J2) (pin 4))) 1424 | (net (code 21) (name /RF_EN) 1425 | (node (ref R26) (pin 2)) 1426 | (node (ref R15) (pin 1)) 1427 | (node (ref U9) (pin 3)) 1428 | (node (ref U2) (pin 4))) 1429 | (net (code 22) (name /UART0_TX) 1430 | (node (ref J3) (pin 5)) 1431 | (node (ref R12) (pin 2))) 1432 | (net (code 23) (name /UART0_RX) 1433 | (node (ref J3) (pin 4)) 1434 | (node (ref R11) (pin 2))) 1435 | (net (code 24) (name /UART0_RTS) 1436 | (node (ref R10) (pin 2)) 1437 | (node (ref J3) (pin 2))) 1438 | (net (code 25) (name /UART0_CTS) 1439 | (node (ref R9) (pin 2)) 1440 | (node (ref J3) (pin 6))) 1441 | (net (code 26) (name /UART1_TX) 1442 | (node (ref J4) (pin 5)) 1443 | (node (ref R7) (pin 2))) 1444 | (net (code 27) (name /UART1_RX) 1445 | (node (ref R8) (pin 2)) 1446 | (node (ref J4) (pin 4))) 1447 | (net (code 28) (name /UART1_RTS) 1448 | (node (ref J4) (pin 2)) 1449 | (node (ref R6) (pin 2))) 1450 | (net (code 29) (name /UART1_CTS) 1451 | (node (ref J4) (pin 6)) 1452 | (node (ref R5) (pin 2))) 1453 | (net (code 30) (name /AN0) 1454 | (node (ref U2) (pin 5)) 1455 | (node (ref R22) (pin 2)) 1456 | (node (ref R21) (pin 1))) 1457 | (net (code 31) (name /AN1) 1458 | (node (ref R24) (pin 2)) 1459 | (node (ref U2) (pin 6)) 1460 | (node (ref R23) (pin 1))) 1461 | (net (code 32) (name /RF_BYP) 1462 | (node (ref U9) (pin 4)) 1463 | (node (ref R28) (pin 1)) 1464 | (node (ref U2) (pin 3))) 1465 | (net (code 33) (name /LST_TX_MODE) 1466 | (node (ref U9) (pin 2)) 1467 | (node (ref R2) (pin 2)) 1468 | (node (ref U2) (pin 33)) 1469 | (node (ref R13) (pin 1))) 1470 | (net (code 34) (name /~LST_RX_MODE) 1471 | (node (ref U6) (pin 4)) 1472 | (node (ref R14) (pin 1)) 1473 | (node (ref U2) (pin 32)) 1474 | (node (ref R1) (pin 2))) 1475 | (net (code 35) (name /PA_VAPC) 1476 | (node (ref R25) (pin 1)) 1477 | (node (ref C6) (pin 1)) 1478 | (node (ref U9) (pin 5)) 1479 | (node (ref R36) (pin 1)) 1480 | (node (ref R37) (pin 2))) 1481 | (net (code 36) (name "Net-(C45-Pad1)") 1482 | (node (ref C45) (pin 1)) 1483 | (node (ref J6) (pin 1))) 1484 | (net (code 37) (name "Net-(C45-Pad2)") 1485 | (node (ref U9) (pin 7)) 1486 | (node (ref C45) (pin 2))) 1487 | (net (code 38) (name "Net-(R16-Pad2)") 1488 | (node (ref R16) (pin 2)) 1489 | (node (ref U2) (pin 27))) 1490 | (net (code 39) (name "Net-(C24-Pad1)") 1491 | (node (ref U2) (pin 23)) 1492 | (node (ref C24) (pin 1)) 1493 | (node (ref L5) (pin 2))) 1494 | (net (code 40) (name "Net-(C21-Pad2)") 1495 | (node (ref L5) (pin 1)) 1496 | (node (ref C21) (pin 2))) 1497 | (net (code 41) (name "Net-(C19-Pad1)") 1498 | (node (ref U2) (pin 30)) 1499 | (node (ref C19) (pin 1))) 1500 | (net (code 42) (name "Net-(C25-Pad2)") 1501 | (node (ref U6) (pin 5)) 1502 | (node (ref C25) (pin 2))) 1503 | (net (code 43) (name "Net-(C24-Pad2)") 1504 | (node (ref L6) (pin 2)) 1505 | (node (ref C25) (pin 1)) 1506 | (node (ref C24) (pin 2))) 1507 | (net (code 44) (name "Net-(C23-Pad2)") 1508 | (node (ref L6) (pin 1)) 1509 | (node (ref C23) (pin 2)) 1510 | (node (ref U2) (pin 24))) 1511 | (net (code 45) (name "Net-(C22-Pad1)") 1512 | (node (ref C22) (pin 1)) 1513 | (node (ref R18) (pin 1)) 1514 | (node (ref U2) (pin 31)) 1515 | (node (ref U5) (pin 2))) 1516 | (net (code 46) (name +5V) 1517 | (node (ref C18) (pin 1)) 1518 | (node (ref U1) (pin 3)) 1519 | (node (ref C4) (pin 1)) 1520 | (node (ref R23) (pin 2)) 1521 | (node (ref C14) (pin 1)) 1522 | (node (ref L2) (pin 1)) 1523 | (node (ref U3) (pin 3))) 1524 | (net (code 47) (name "Net-(MK1-Pad1)") 1525 | (node (ref R29) (pin 2)) 1526 | (node (ref MK1) (pin 1))) 1527 | (net (code 48) (name "Net-(MK3-Pad1)") 1528 | (node (ref MK3) (pin 1)) 1529 | (node (ref R31) (pin 2))) 1530 | (net (code 49) (name "Net-(MK2-Pad1)") 1531 | (node (ref R30) (pin 2)) 1532 | (node (ref MK2) (pin 1))) 1533 | (net (code 50) (name "Net-(MK4-Pad1)") 1534 | (node (ref MK4) (pin 1)) 1535 | (node (ref R32) (pin 2))) 1536 | (net (code 51) (name "Net-(J2-Pad6)") 1537 | (node (ref J2) (pin 6))) 1538 | (net (code 52) (name "Net-(J2-Pad8)") 1539 | (node (ref J2) (pin 8))) 1540 | (net (code 53) (name "Net-(J2-Pad10)") 1541 | (node (ref J2) (pin 10))) 1542 | (net (code 54) (name "Net-(J2-Pad9)") 1543 | (node (ref J2) (pin 9))) 1544 | (net (code 55) (name "Net-(J2-Pad5)") 1545 | (node (ref J2) (pin 5))) 1546 | (net (code 56) (name "Net-(U2-Pad18)") 1547 | (node (ref U2) (pin 18))) 1548 | (net (code 57) (name "Net-(U2-Pad20)") 1549 | (node (ref U2) (pin 20))) 1550 | (net (code 58) (name "Net-(U9-Pad14)") 1551 | (node (ref U9) (pin 14))) 1552 | (net (code 59) (name "Net-(U9-Pad16)") 1553 | (node (ref U9) (pin 16))) 1554 | (net (code 60) (name "Net-(U9-Pad25)") 1555 | (node (ref U9) (pin 25))) 1556 | (net (code 61) (name "Net-(C26-Pad1)") 1557 | (node (ref U6) (pin 6)) 1558 | (node (ref C26) (pin 1)) 1559 | (node (ref L8) (pin 2))) 1560 | (net (code 62) (name /3V3_FILT) 1561 | (node (ref C10) (pin 1)) 1562 | (node (ref C9) (pin 2)) 1563 | (node (ref L3) (pin 2)) 1564 | (node (ref C5) (pin 1)) 1565 | (node (ref C7) (pin 1)) 1566 | (node (ref C2) (pin 1)) 1567 | (node (ref U2) (pin 26)) 1568 | (node (ref C1) (pin 1)) 1569 | (node (ref C3) (pin 1)) 1570 | (node (ref U2) (pin 22)) 1571 | (node (ref U2) (pin 28)) 1572 | (node (ref U2) (pin 19)) 1573 | (node (ref U2) (pin 29)) 1574 | (node (ref C47) (pin 2)) 1575 | (node (ref U2) (pin 2)) 1576 | (node (ref U2) (pin 25)) 1577 | (node (ref U2) (pin 10))) 1578 | (net (code 63) (name GND) 1579 | (node (ref U8) (pin 5)) 1580 | (node (ref U9) (pin 8)) 1581 | (node (ref U9) (pin 21)) 1582 | (node (ref U9) (pin 11)) 1583 | (node (ref U9) (pin 9)) 1584 | (node (ref U9) (pin 12)) 1585 | (node (ref U9) (pin 22)) 1586 | (node (ref U9) (pin 6)) 1587 | (node (ref U9) (pin 15)) 1588 | (node (ref U9) (pin 27)) 1589 | (node (ref U9) (pin 28)) 1590 | (node (ref U9) (pin 19)) 1591 | (node (ref U8) (pin 3)) 1592 | (node (ref U8) (pin 4)) 1593 | (node (ref U3) (pin 1)) 1594 | (node (ref C47) (pin 1)) 1595 | (node (ref C18) (pin 2)) 1596 | (node (ref C20) (pin 2)) 1597 | (node (ref J5) (pin 1)) 1598 | (node (ref R24) (pin 1)) 1599 | (node (ref U8) (pin 1)) 1600 | (node (ref R36) (pin 2)) 1601 | (node (ref C3) (pin 2)) 1602 | (node (ref C5) (pin 2)) 1603 | (node (ref C7) (pin 2)) 1604 | (node (ref C2) (pin 2)) 1605 | (node (ref C10) (pin 2)) 1606 | (node (ref C1) (pin 2)) 1607 | (node (ref C9) (pin 1)) 1608 | (node (ref U4) (pin 2)) 1609 | (node (ref R2) (pin 1)) 1610 | (node (ref R22) (pin 1)) 1611 | (node (ref J4) (pin 1)) 1612 | (node (ref C27) (pin 2)) 1613 | (node (ref C23) (pin 1)) 1614 | (node (ref D1) (pin 1)) 1615 | (node (ref U9) (pin 1)) 1616 | (node (ref C8) (pin 2)) 1617 | (node (ref C6) (pin 2)) 1618 | (node (ref U8) (pin 8)) 1619 | (node (ref U8) (pin 7)) 1620 | (node (ref D2) (pin 1)) 1621 | (node (ref J3) (pin 1)) 1622 | (node (ref R28) (pin 2)) 1623 | (node (ref J2) (pin 1)) 1624 | (node (ref C21) (pin 1)) 1625 | (node (ref C19) (pin 2)) 1626 | (node (ref R16) (pin 1)) 1627 | (node (ref C4) (pin 2)) 1628 | (node (ref C15) (pin 2)) 1629 | (node (ref C13) (pin 2)) 1630 | (node (ref C22) (pin 2)) 1631 | (node (ref U1) (pin 1)) 1632 | (node (ref R31) (pin 1)) 1633 | (node (ref R30) (pin 1)) 1634 | (node (ref R32) (pin 1)) 1635 | (node (ref R29) (pin 1)) 1636 | (node (ref C26) (pin 2)) 1637 | (node (ref U5) (pin 1)) 1638 | (node (ref U2) (pin 37)) 1639 | (node (ref U9) (pin 29)) 1640 | (node (ref J1) (pin 2)) 1641 | (node (ref U6) (pin 2)) 1642 | (node (ref C44) (pin 2)) 1643 | (node (ref C46) (pin 2)) 1644 | (node (ref D3) (pin 2)) 1645 | (node (ref C14) (pin 2)) 1646 | (node (ref C31) (pin 2)) 1647 | (node (ref J6) (pin 2))) 1648 | (net (code 64) (name VCC_3V6) 1649 | (node (ref C20) (pin 1)) 1650 | (node (ref R21) (pin 2)) 1651 | (node (ref C44) (pin 1)) 1652 | (node (ref C46) (pin 1)) 1653 | (node (ref R37) (pin 1)) 1654 | (node (ref C8) (pin 1)) 1655 | (node (ref U9) (pin 24)) 1656 | (node (ref U3) (pin 2)) 1657 | (node (ref U9) (pin 26)) 1658 | (node (ref U9) (pin 17))) 1659 | (net (code 65) (name "Net-(R17-Pad2)") 1660 | (node (ref U2) (pin 21)) 1661 | (node (ref R17) (pin 2))) 1662 | (net (code 66) (name "Net-(U8-Pad2)") 1663 | (node (ref U8) (pin 2)) 1664 | (node (ref U9) (pin 10))) 1665 | (net (code 67) (name "Net-(U8-Pad6)") 1666 | (node (ref U8) (pin 6)) 1667 | (node (ref U9) (pin 13))) 1668 | (net (code 68) (name "Net-(R25-Pad2)") 1669 | (node (ref R25) (pin 2)) 1670 | (node (ref U2) (pin 17))) 1671 | (net (code 69) (name "Net-(J5-Pad2)") 1672 | (node (ref J5) (pin 2)) 1673 | (node (ref R14) (pin 2))) 1674 | (net (code 70) (name "Net-(J5-Pad3)") 1675 | (node (ref R13) (pin 2)) 1676 | (node (ref J5) (pin 3))) 1677 | (net (code 71) (name "Net-(D1-Pad2)") 1678 | (node (ref D1) (pin 2)) 1679 | (node (ref R3) (pin 1))) 1680 | (net (code 72) (name "Net-(D2-Pad2)") 1681 | (node (ref R4) (pin 1)) 1682 | (node (ref D2) (pin 2))) 1683 | (net (code 73) (name "Net-(J3-Pad3)") 1684 | (node (ref J3) (pin 3)) 1685 | (node (ref R19) (pin 2))) 1686 | (net (code 74) (name "Net-(R17-Pad1)") 1687 | (node (ref U4) (pin 3)) 1688 | (node (ref R17) (pin 1))) 1689 | (net (code 75) (name "Net-(J4-Pad3)") 1690 | (node (ref R20) (pin 2)) 1691 | (node (ref J4) (pin 3))))) -------------------------------------------------------------------------------- /openlst-hw.pro: -------------------------------------------------------------------------------- 1 | update=Sun 07 Nov 2021 09:24:47 AM EST 2 | version=1 3 | last_client=kicad 4 | [cvpcb] 5 | version=1 6 | NetIExt=net 7 | [schematic_editor] 8 | version=1 9 | PageLayoutDescrFile= 10 | PlotDirectoryName=pdf/ 11 | SubpartIdSeparator=0 12 | SubpartFirstId=65 13 | NetFmtName=Pcbnew 14 | SpiceForceRefPrefix=0 15 | SpiceUseNetNumbers=0 16 | LabSize=60 17 | [general] 18 | version=1 19 | [eeschema] 20 | version=1 21 | LibDir= 22 | [pcbnew] 23 | version=1 24 | PageLayoutDescrFile= 25 | LastNetListRead= 26 | CopperLayerCount=4 27 | BoardThickness=1.6 28 | AllowMicroVias=0 29 | AllowBlindVias=0 30 | RequireCourtyardDefinitions=0 31 | ProhibitOverlappingCourtyards=1 32 | MinTrackWidth=0.127 33 | MinViaDiameter=0.4572 34 | MinViaDrill=0.254 35 | MinMicroViaDiameter=0 36 | MinMicroViaDrill=0 37 | MinHoleToHole=0.25 38 | TrackWidth1=0.2032 39 | TrackWidth2=0.3048 40 | ViaDiameter1=0.4572 41 | ViaDrill1=0.254 42 | dPairWidth1=0.2 43 | dPairGap1=0.25 44 | dPairViaGap1=0.25 45 | SilkLineWidth=0.15 46 | SilkTextSizeV=1 47 | SilkTextSizeH=1 48 | SilkTextSizeThickness=0.15 49 | SilkTextItalic=0 50 | SilkTextUpright=1 51 | CopperLineWidth=0.2 52 | CopperTextSizeV=1.5 53 | CopperTextSizeH=1.5 54 | CopperTextThickness=0.3 55 | CopperTextItalic=0 56 | CopperTextUpright=1 57 | EdgeCutLineWidth=0.15 58 | CourtyardLineWidth=0.05 59 | OthersLineWidth=0.15 60 | OthersTextSizeV=1 61 | OthersTextSizeH=1 62 | OthersTextSizeThickness=0.15 63 | OthersTextItalic=0 64 | OthersTextUpright=1 65 | SolderMaskClearance=0.0508 66 | SolderMaskMinWidth=0 67 | SolderPasteClearance=0 68 | SolderPasteRatio=-0 69 | [pcbnew/Layer.F.Cu] 70 | Name=F.Cu 71 | Type=0 72 | Enabled=1 73 | [pcbnew/Layer.In1.Cu] 74 | Name=In1.Cu 75 | Type=1 76 | Enabled=1 77 | [pcbnew/Layer.In2.Cu] 78 | Name=In2.Cu 79 | Type=1 80 | Enabled=1 81 | [pcbnew/Layer.In3.Cu] 82 | Name=In3.Cu 83 | Type=0 84 | Enabled=0 85 | [pcbnew/Layer.In4.Cu] 86 | Name=In4.Cu 87 | Type=0 88 | Enabled=0 89 | [pcbnew/Layer.In5.Cu] 90 | Name=In5.Cu 91 | Type=0 92 | Enabled=0 93 | [pcbnew/Layer.In6.Cu] 94 | Name=In6.Cu 95 | Type=0 96 | Enabled=0 97 | [pcbnew/Layer.In7.Cu] 98 | Name=In7.Cu 99 | Type=0 100 | Enabled=0 101 | [pcbnew/Layer.In8.Cu] 102 | Name=In8.Cu 103 | Type=0 104 | Enabled=0 105 | [pcbnew/Layer.In9.Cu] 106 | Name=In9.Cu 107 | Type=0 108 | Enabled=0 109 | [pcbnew/Layer.In10.Cu] 110 | Name=In10.Cu 111 | Type=0 112 | Enabled=0 113 | [pcbnew/Layer.In11.Cu] 114 | Name=In11.Cu 115 | Type=0 116 | Enabled=0 117 | [pcbnew/Layer.In12.Cu] 118 | Name=In12.Cu 119 | Type=0 120 | Enabled=0 121 | [pcbnew/Layer.In13.Cu] 122 | Name=In13.Cu 123 | Type=0 124 | Enabled=0 125 | [pcbnew/Layer.In14.Cu] 126 | Name=In14.Cu 127 | Type=0 128 | Enabled=0 129 | [pcbnew/Layer.In15.Cu] 130 | Name=In15.Cu 131 | Type=0 132 | Enabled=0 133 | [pcbnew/Layer.In16.Cu] 134 | Name=In16.Cu 135 | Type=0 136 | Enabled=0 137 | [pcbnew/Layer.In17.Cu] 138 | Name=In17.Cu 139 | Type=0 140 | Enabled=0 141 | [pcbnew/Layer.In18.Cu] 142 | Name=In18.Cu 143 | Type=0 144 | Enabled=0 145 | [pcbnew/Layer.In19.Cu] 146 | Name=In19.Cu 147 | Type=0 148 | Enabled=0 149 | [pcbnew/Layer.In20.Cu] 150 | Name=In20.Cu 151 | Type=0 152 | Enabled=0 153 | [pcbnew/Layer.In21.Cu] 154 | Name=In21.Cu 155 | Type=0 156 | Enabled=0 157 | [pcbnew/Layer.In22.Cu] 158 | Name=In22.Cu 159 | Type=0 160 | Enabled=0 161 | [pcbnew/Layer.In23.Cu] 162 | Name=In23.Cu 163 | Type=0 164 | Enabled=0 165 | [pcbnew/Layer.In24.Cu] 166 | Name=In24.Cu 167 | Type=0 168 | Enabled=0 169 | [pcbnew/Layer.In25.Cu] 170 | Name=In25.Cu 171 | Type=0 172 | Enabled=0 173 | [pcbnew/Layer.In26.Cu] 174 | Name=In26.Cu 175 | Type=0 176 | Enabled=0 177 | [pcbnew/Layer.In27.Cu] 178 | Name=In27.Cu 179 | Type=0 180 | Enabled=0 181 | [pcbnew/Layer.In28.Cu] 182 | Name=In28.Cu 183 | Type=0 184 | Enabled=0 185 | [pcbnew/Layer.In29.Cu] 186 | Name=In29.Cu 187 | Type=0 188 | Enabled=0 189 | [pcbnew/Layer.In30.Cu] 190 | Name=In30.Cu 191 | Type=0 192 | Enabled=0 193 | [pcbnew/Layer.B.Cu] 194 | Name=B.Cu 195 | Type=0 196 | Enabled=1 197 | [pcbnew/Layer.B.Adhes] 198 | Enabled=1 199 | [pcbnew/Layer.F.Adhes] 200 | Enabled=1 201 | [pcbnew/Layer.B.Paste] 202 | Enabled=1 203 | [pcbnew/Layer.F.Paste] 204 | Enabled=1 205 | [pcbnew/Layer.B.SilkS] 206 | Enabled=1 207 | [pcbnew/Layer.F.SilkS] 208 | Enabled=1 209 | [pcbnew/Layer.B.Mask] 210 | Enabled=1 211 | [pcbnew/Layer.F.Mask] 212 | Enabled=1 213 | [pcbnew/Layer.Dwgs.User] 214 | Enabled=1 215 | [pcbnew/Layer.Cmts.User] 216 | Enabled=1 217 | [pcbnew/Layer.Eco1.User] 218 | Enabled=1 219 | [pcbnew/Layer.Eco2.User] 220 | Enabled=1 221 | [pcbnew/Layer.Edge.Cuts] 222 | Enabled=1 223 | [pcbnew/Layer.Margin] 224 | Enabled=1 225 | [pcbnew/Layer.B.CrtYd] 226 | Enabled=1 227 | [pcbnew/Layer.F.CrtYd] 228 | Enabled=1 229 | [pcbnew/Layer.B.Fab] 230 | Enabled=1 231 | [pcbnew/Layer.F.Fab] 232 | Enabled=1 233 | [pcbnew/Layer.Rescue] 234 | Enabled=0 235 | [pcbnew/Netclasses] 236 | [pcbnew/Netclasses/Default] 237 | Name=Default 238 | Clearance=0.127 239 | TrackWidth=0.2032 240 | ViaDiameter=0.4572 241 | ViaDrill=0.254 242 | uViaDiameter=0.3 243 | uViaDrill=0.1 244 | dPairWidth=0.2 245 | dPairGap=0.25 246 | dPairViaGap=0.25 247 | [pcbnew/Netclasses/1] 248 | Name=50ohm 249 | Clearance=0.127 250 | TrackWidth=0.345 251 | ViaDiameter=0.4572 252 | ViaDrill=0.254 253 | uViaDiameter=0.3 254 | uViaDrill=0.1 255 | dPairWidth=0.2 256 | dPairGap=0.25 257 | dPairViaGap=0.25 258 | [pcbnew/Netclasses/2] 259 | Name=8mil 260 | Clearance=0.127 261 | TrackWidth=0.2032 262 | ViaDiameter=0.4572 263 | ViaDrill=0.254 264 | uViaDiameter=0.3 265 | uViaDrill=0.1 266 | dPairWidth=0.2 267 | dPairGap=0.25 268 | dPairViaGap=0.25 269 | [pcbnew/Netclasses/3] 270 | Name=PWR 271 | Clearance=0.254 272 | TrackWidth=1.016 273 | ViaDiameter=0.6096 274 | ViaDrill=0.4064 275 | uViaDiameter=0.3 276 | uViaDrill=0.1 277 | dPairWidth=0.2 278 | dPairGap=0.25 279 | dPairViaGap=0.25 280 | -------------------------------------------------------------------------------- /pdf/openlst-hw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgw3d/openlst-hw/a3431a8cb173cbe0ad08f553ec1a9b030d604ac1/pdf/openlst-hw.pdf --------------------------------------------------------------------------------