├── .gitignore ├── Case ├── README.md └── Switch Plate.dxf ├── LICENSE ├── Ordering_guide_images ├── screen1_1.png ├── screen1_2.png ├── screen2.png ├── screen3.png ├── screen4_1.png └── screen4_2.png ├── PCB ├── Board Fab Files │ ├── OF1 v1.03.zip │ ├── Old_Schematics │ │ ├── OF1 v1.01.zip │ │ ├── OF1 v1.02.zip │ │ └── OF1 v1.zip │ ├── Open F1 v1.03 BOM (JLC).xlsx │ └── Open F1 v1.03 CPL.xlsx ├── Board Schematics │ ├── Eagle schematics │ │ ├── OF1 V1.cam │ │ ├── OF1 v1.brd │ │ ├── OF1 v1.sch │ │ └── desktop.ini │ └── Kicad_schematics_pico (recommended) │ │ ├── OF1 v1-backups │ │ ├── OF1 v1-2022-06-18_133709.zip │ │ ├── OF1 v1-2022-06-18_135500.zip │ │ ├── OF1 v1-2022-06-18_140846.zip │ │ ├── OF1 v1-2022-06-18_163301.zip │ │ ├── OF1 v1-2022-06-18_164933.zip │ │ ├── OF1 v1-2022-10-10_155908.zip │ │ ├── OF1 v1-2022-10-10_160437.zip │ │ ├── OF1 v1-2022-10-10_161116.zip │ │ ├── OF1 v1-2022-10-10_161832.zip │ │ ├── OF1 v1-2022-10-10_202430.zip │ │ ├── OF1 v1-2023-02-01_141041.zip │ │ └── OF1 v1-2023-03-21_174229.zip │ │ ├── OF1 v1-eagle-import.kicad_sym │ │ ├── OF1 v1.01 │ │ ├── OF1 v1-B_Cu.gbl │ │ ├── OF1 v1-B_Mask.gbs │ │ ├── OF1 v1-B_Paste.gbp │ │ ├── OF1 v1-B_Silkscreen.gbo │ │ ├── OF1 v1-Edge_Cuts.gm1 │ │ ├── OF1 v1-F_Cu.gtl │ │ ├── OF1 v1-F_Mask.gts │ │ ├── OF1 v1-F_Paste.gtp │ │ ├── OF1 v1-F_Silkscreen.gto │ │ ├── OF1 v1-NPTH-drl_map.ps │ │ ├── OF1 v1-NPTH.drl │ │ ├── OF1 v1-PTH-drl_map.ps │ │ ├── OF1 v1-PTH.drl │ │ └── OF1 v1-job.gbrjob │ │ ├── OF1 v1.02 │ │ ├── OF1 v1-B_Cu.gbl │ │ ├── OF1 v1-B_Mask.gbs │ │ ├── OF1 v1-B_Paste.gbp │ │ ├── OF1 v1-B_Silkscreen.gbo │ │ ├── OF1 v1-Edge_Cuts.gm1 │ │ ├── OF1 v1-F_Cu.gtl │ │ ├── OF1 v1-F_Mask.gts │ │ ├── OF1 v1-F_Paste.gtp │ │ ├── OF1 v1-F_Silkscreen.gto │ │ ├── OF1 v1-NPTH-drl_map.dxf │ │ ├── OF1 v1-NPTH.drl │ │ ├── OF1 v1-PTH-drl_map.dxf │ │ ├── OF1 v1-PTH.drl │ │ ├── OF1 v1-all-pos.csv │ │ └── OF1 v1-job.gbrjob │ │ ├── OF1 v1.03 │ │ ├── OF1 v1-B_Cu.gbl │ │ ├── OF1 v1-B_Mask.gbs │ │ ├── OF1 v1-B_Paste.gbp │ │ ├── OF1 v1-B_Silkscreen.gbo │ │ ├── OF1 v1-Edge_Cuts.gm1 │ │ ├── OF1 v1-F_Cu.gtl │ │ ├── OF1 v1-F_Mask.gts │ │ ├── OF1 v1-F_Paste.gtp │ │ ├── OF1 v1-F_Silkscreen.gto │ │ ├── OF1 v1-NPTH.drl │ │ ├── OF1 v1-PTH.drl │ │ └── OF1 v1-job.gbrjob │ │ ├── OF1 v1.04 │ │ ├── OF1 v1-B_Cu.gbl │ │ ├── OF1 v1-B_Mask.gbs │ │ ├── OF1 v1-B_Paste.gbp │ │ ├── OF1 v1-B_Silkscreen.gbo │ │ ├── OF1 v1-Edge_Cuts.gm1 │ │ ├── OF1 v1-F_Cu.gtl │ │ ├── OF1 v1-F_Mask.gts │ │ ├── OF1 v1-F_Paste.gtp │ │ ├── OF1 v1-F_Silkscreen.gto │ │ ├── OF1 v1-NPTH.drl │ │ ├── OF1 v1-PTH.drl │ │ └── OF1 v1-job.gbrjob │ │ ├── OF1 v1.kicad_pcb │ │ ├── OF1 v1.kicad_prl │ │ ├── OF1 v1.kicad_pro │ │ ├── OF1 v1.kicad_sch │ │ ├── OF1 v1.pretty │ │ ├── 16P.kicad_mod │ │ ├── 1X01.kicad_mod │ │ ├── 24P.kicad_mod │ │ ├── DO201-15.kicad_mod │ │ ├── MA04-1.kicad_mod │ │ ├── MA06-1.kicad_mod │ │ ├── MX-BOTH-VIA.kicad_mod │ │ ├── MX-BOTH.kicad_mod │ │ ├── RPI_PICO_TH.kicad_mod │ │ ├── SOD3715X145N.kicad_mod │ │ └── shou han 24P type-c.pretty │ │ │ ├── 24P.kicad_mod │ │ │ └── Shou_Han_Type-C_24P_QCHT.kicad_mod │ │ ├── empty.kicad_wks │ │ ├── fp-info-cache │ │ ├── fp-lib-table │ │ └── sym-lib-table └── Eagle Libraries │ ├── GT-USB-7010ASV.lbr │ ├── MX-H.lbr │ ├── Molex 2171830001 type c.lbr │ └── RaspberryPi_Pico.lbr ├── README.md └── ordering_guide.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/.gitignore -------------------------------------------------------------------------------- /Case/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Case/README.md -------------------------------------------------------------------------------- /Case/Switch Plate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Case/Switch Plate.dxf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/LICENSE -------------------------------------------------------------------------------- /Ordering_guide_images/screen1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Ordering_guide_images/screen1_1.png -------------------------------------------------------------------------------- /Ordering_guide_images/screen1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Ordering_guide_images/screen1_2.png -------------------------------------------------------------------------------- /Ordering_guide_images/screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Ordering_guide_images/screen2.png -------------------------------------------------------------------------------- /Ordering_guide_images/screen3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Ordering_guide_images/screen3.png -------------------------------------------------------------------------------- /Ordering_guide_images/screen4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Ordering_guide_images/screen4_1.png -------------------------------------------------------------------------------- /Ordering_guide_images/screen4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/Ordering_guide_images/screen4_2.png -------------------------------------------------------------------------------- /PCB/Board Fab Files/OF1 v1.03.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Fab Files/OF1 v1.03.zip -------------------------------------------------------------------------------- /PCB/Board Fab Files/Old_Schematics/OF1 v1.01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Fab Files/Old_Schematics/OF1 v1.01.zip -------------------------------------------------------------------------------- /PCB/Board Fab Files/Old_Schematics/OF1 v1.02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Fab Files/Old_Schematics/OF1 v1.02.zip -------------------------------------------------------------------------------- /PCB/Board Fab Files/Old_Schematics/OF1 v1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Fab Files/Old_Schematics/OF1 v1.zip -------------------------------------------------------------------------------- /PCB/Board Fab Files/Open F1 v1.03 BOM (JLC).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Fab Files/Open F1 v1.03 BOM (JLC).xlsx -------------------------------------------------------------------------------- /PCB/Board Fab Files/Open F1 v1.03 CPL.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Fab Files/Open F1 v1.03 CPL.xlsx -------------------------------------------------------------------------------- /PCB/Board Schematics/Eagle schematics/OF1 V1.cam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Eagle schematics/OF1 V1.cam -------------------------------------------------------------------------------- /PCB/Board Schematics/Eagle schematics/OF1 v1.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Eagle schematics/OF1 v1.brd -------------------------------------------------------------------------------- /PCB/Board Schematics/Eagle schematics/OF1 v1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Eagle schematics/OF1 v1.sch -------------------------------------------------------------------------------- /PCB/Board Schematics/Eagle schematics/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Eagle schematics/desktop.ini -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_133709.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_133709.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_135500.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_135500.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_140846.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_140846.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_163301.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_163301.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_164933.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-06-18_164933.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_155908.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_155908.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_160437.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_160437.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_161116.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_161116.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_161832.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_161832.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_202430.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2022-10-10_202430.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2023-02-01_141041.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2023-02-01_141041.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2023-03-21_174229.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-backups/OF1 v1-2023-03-21_174229.zip -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-eagle-import.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1-eagle-import.kicad_sym -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Cu.gbl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Mask.gbs -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Paste.gbp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-B_Silkscreen.gbo -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Cu.gtl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Mask.gts -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Paste.gtp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-F_Silkscreen.gto -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-NPTH-drl_map.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-NPTH-drl_map.ps -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-NPTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-PTH-drl_map.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-PTH-drl_map.ps -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-PTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.01/OF1 v1-job.gbrjob -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Cu.gbl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Mask.gbs -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Paste.gbp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-B_Silkscreen.gbo -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Cu.gtl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Mask.gts -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Paste.gtp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-F_Silkscreen.gto -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-NPTH-drl_map.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-NPTH-drl_map.dxf -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-NPTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-PTH-drl_map.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-PTH-drl_map.dxf -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-PTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-all-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-all-pos.csv -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.02/OF1 v1-job.gbrjob -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Cu.gbl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Mask.gbs -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Paste.gbp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-B_Silkscreen.gbo -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Cu.gtl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Mask.gts -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Paste.gtp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-F_Silkscreen.gto -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-NPTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-PTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.03/OF1 v1-job.gbrjob -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Cu.gbl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Mask.gbs -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Paste.gbp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-B_Silkscreen.gbo -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Cu.gtl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Mask.gts -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Paste.gtp -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-F_Silkscreen.gto -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-NPTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-PTH.drl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.04/OF1 v1-job.gbrjob -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_pcb -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_prl -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_pro -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.kicad_sch -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/16P.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/16P.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/1X01.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/1X01.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/24P.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/24P.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/DO201-15.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/DO201-15.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MA04-1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MA04-1.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MA06-1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MA06-1.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MX-BOTH-VIA.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MX-BOTH-VIA.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MX-BOTH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/MX-BOTH.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/RPI_PICO_TH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/RPI_PICO_TH.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/SOD3715X145N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/SOD3715X145N.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/shou han 24P type-c.pretty/24P.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/shou han 24P type-c.pretty/24P.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/shou han 24P type-c.pretty/Shou_Han_Type-C_24P_QCHT.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/OF1 v1.pretty/shou han 24P type-c.pretty/Shou_Han_Type-C_24P_QCHT.kicad_mod -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/empty.kicad_wks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/empty.kicad_wks -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/fp-info-cache -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/fp-lib-table -------------------------------------------------------------------------------- /PCB/Board Schematics/Kicad_schematics_pico (recommended)/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Board Schematics/Kicad_schematics_pico (recommended)/sym-lib-table -------------------------------------------------------------------------------- /PCB/Eagle Libraries/GT-USB-7010ASV.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Eagle Libraries/GT-USB-7010ASV.lbr -------------------------------------------------------------------------------- /PCB/Eagle Libraries/MX-H.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Eagle Libraries/MX-H.lbr -------------------------------------------------------------------------------- /PCB/Eagle Libraries/Molex 2171830001 type c.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Eagle Libraries/Molex 2171830001 type c.lbr -------------------------------------------------------------------------------- /PCB/Eagle Libraries/RaspberryPi_Pico.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/PCB/Eagle Libraries/RaspberryPi_Pico.lbr -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/README.md -------------------------------------------------------------------------------- /ordering_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTurbo/Open-Frame1/HEAD/ordering_guide.md --------------------------------------------------------------------------------