├── Docs ├── Certifications │ ├── ZS-1100-A-CE-SDOC2.pdf │ ├── ZS-1100-A-Conducted-Emissions-zsc-25-11-20-L.PDF │ ├── ZS-1100-A-Conducted-Emissions-zsc-25-11-20-N.PDF │ ├── ZS-1100-A-FCC-SDOC.pdf │ └── ZS-1100-A-Radiated-Emissions.zip ├── ZS-1100-A-TechSpecs.pdf ├── ZS-1100-A-UserGuide.pdf └── ZS-1100A-Interface-Control-Doc.pdf ├── Hardware ├── CPLD │ ├── Readme.txt │ ├── ZS1100A.cdf │ └── ZS1100A.pof ├── Enclosure │ ├── ReadMe.txt │ ├── ZS-1100-A-AK-C-C28_4_SIDE-SZOMK-V7.dxf │ ├── ZS-1100-A-AK-C-C28_4_SIDE-SZOMK-V7.dxf~ │ └── ZS1100A-Enclosure-V7.pdf ├── FTDI │ ├── ReadMe.txt │ └── ZS-1100-A-Template.xml └── PCB │ ├── Gerber │ ├── ASSY │ │ ├── PC-1100A-04-BOM-ASSY.xlsx │ │ ├── PC-1100X-B_Fab.gbr │ │ ├── PC-1100X-B_Paste.gbr │ │ ├── PC-1100X-Edge_Cuts.gbr │ │ ├── PC-1100X-F_Fab.gbr │ │ ├── PC-1100X-F_Fab.pdf │ │ ├── PC-1100X-F_Paste.gbr │ │ ├── PC-1100X-bottom.pos │ │ ├── PC-1100X-top.pos │ │ └── PCB-3D.jpg │ └── FAB │ │ ├── PC-1100X-B_Fab.gbr │ │ ├── PC-1100X-B_Mask.gbr │ │ ├── PC-1100X-B_Paste.gbr │ │ ├── PC-1100X-B_SilkS.gbr │ │ ├── PC-1100X-Dwgs_User.gbr │ │ ├── PC-1100X-Edge_Cuts.gbr │ │ ├── PC-1100X-F_Fab.gbr │ │ ├── PC-1100X-F_Mask.gbr │ │ ├── PC-1100X-F_Paste.gbr │ │ ├── PC-1100X-F_SilkS.gbr │ │ ├── PC-1100X-L1.gbr │ │ ├── PC-1100X-L2-GND.gbr │ │ ├── PC-1100X-L3-PWR.gbr │ │ ├── PC-1100X-L4.gbr │ │ ├── PC-1100X-NPTH-drl_map.gbr │ │ ├── PC-1100X-NPTH.drl │ │ ├── PC-1100X-PTH-drl_map.gbr │ │ ├── PC-1100X-PTH.drl │ │ └── PC-1100X-drl.rpt │ ├── KiCAD │ ├── ADC_System.sch │ ├── ADC_System.sch-bak │ ├── CPLD_USB.sch │ ├── CPLD_USB.sch-bak │ ├── Device.dcm │ ├── Device.lib │ ├── Mechanical.sch │ ├── Mechanical.sch-bak │ ├── OutputDriver-bck-cache.lib │ ├── OutputDriver-bck.sch │ ├── OutputDriver.sch │ ├── OutputDriver.sch-bak │ ├── PC-1100X-cache.lib │ ├── PC-1100X-rescue.dcm │ ├── PC-1100X-rescue.lib │ ├── PC-1100X.kicad_pcb │ ├── PC-1100X.kicad_pcb-bak │ ├── PC-1100X.pdf │ ├── PC-1100X.pro │ ├── PC-1100X.sch │ ├── PC-1100X.sch-bak │ ├── PC-1100X.xml │ ├── PC-1100X_bom_4.csv │ ├── PC-1100X_bom_4.csv.tmp │ ├── PC-1100X_bom_4.xlsx │ ├── PowerSupplies.sch │ ├── PowerSupplies.sch-bak │ ├── bom.ini │ ├── bom_old.ini │ ├── fp-info-cache │ └── sym-lib-table │ └── SCH-BOM-ASSY │ ├── PC-1100A-04-BOM-ASSY.xlsx │ ├── PC-1100X-04-FULL-BOM.csv │ ├── PC-1100X-ASSY.pdf │ └── PC-1100X-SCH.pdf ├── Software └── bin │ ├── SetupPowerProfiler.msi │ └── update.xml └── cern_ohl_v_1_2.txt /Docs/Certifications/ZS-1100-A-CE-SDOC2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/Certifications/ZS-1100-A-CE-SDOC2.pdf -------------------------------------------------------------------------------- /Docs/Certifications/ZS-1100-A-Conducted-Emissions-zsc-25-11-20-L.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/Certifications/ZS-1100-A-Conducted-Emissions-zsc-25-11-20-L.PDF -------------------------------------------------------------------------------- /Docs/Certifications/ZS-1100-A-Conducted-Emissions-zsc-25-11-20-N.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/Certifications/ZS-1100-A-Conducted-Emissions-zsc-25-11-20-N.PDF -------------------------------------------------------------------------------- /Docs/Certifications/ZS-1100-A-FCC-SDOC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/Certifications/ZS-1100-A-FCC-SDOC.pdf -------------------------------------------------------------------------------- /Docs/Certifications/ZS-1100-A-Radiated-Emissions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/Certifications/ZS-1100-A-Radiated-Emissions.zip -------------------------------------------------------------------------------- /Docs/ZS-1100-A-TechSpecs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/ZS-1100-A-TechSpecs.pdf -------------------------------------------------------------------------------- /Docs/ZS-1100-A-UserGuide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/ZS-1100-A-UserGuide.pdf -------------------------------------------------------------------------------- /Docs/ZS-1100A-Interface-Control-Doc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Docs/ZS-1100A-Interface-Control-Doc.pdf -------------------------------------------------------------------------------- /Hardware/CPLD/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/CPLD/Readme.txt -------------------------------------------------------------------------------- /Hardware/CPLD/ZS1100A.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/CPLD/ZS1100A.cdf -------------------------------------------------------------------------------- /Hardware/CPLD/ZS1100A.pof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/CPLD/ZS1100A.pof -------------------------------------------------------------------------------- /Hardware/Enclosure/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/Enclosure/ReadMe.txt -------------------------------------------------------------------------------- /Hardware/Enclosure/ZS-1100-A-AK-C-C28_4_SIDE-SZOMK-V7.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/Enclosure/ZS-1100-A-AK-C-C28_4_SIDE-SZOMK-V7.dxf -------------------------------------------------------------------------------- /Hardware/Enclosure/ZS-1100-A-AK-C-C28_4_SIDE-SZOMK-V7.dxf~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/Enclosure/ZS-1100-A-AK-C-C28_4_SIDE-SZOMK-V7.dxf~ -------------------------------------------------------------------------------- /Hardware/Enclosure/ZS1100A-Enclosure-V7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/Enclosure/ZS1100A-Enclosure-V7.pdf -------------------------------------------------------------------------------- /Hardware/FTDI/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/FTDI/ReadMe.txt -------------------------------------------------------------------------------- /Hardware/FTDI/ZS-1100-A-Template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/FTDI/ZS-1100-A-Template.xml -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100A-04-BOM-ASSY.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100A-04-BOM-ASSY.xlsx -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-B_Fab.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-B_Fab.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-B_Paste.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-Edge_Cuts.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-F_Fab.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-F_Fab.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-F_Fab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-F_Fab.pdf -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-F_Paste.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-bottom.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-bottom.pos -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PC-1100X-top.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PC-1100X-top.pos -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/ASSY/PCB-3D.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/ASSY/PCB-3D.jpg -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-B_Fab.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-B_Fab.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-B_Mask.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-B_Paste.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-B_SilkS.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-Dwgs_User.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-Dwgs_User.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-Edge_Cuts.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-F_Fab.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-F_Fab.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-F_Mask.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-F_Paste.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-F_SilkS.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-L1.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-L1.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-L2-GND.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-L2-GND.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-L3-PWR.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-L3-PWR.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-L4.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-L4.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-NPTH-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-NPTH-drl_map.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-NPTH.drl -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-PTH-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-PTH-drl_map.gbr -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-PTH.drl -------------------------------------------------------------------------------- /Hardware/PCB/Gerber/FAB/PC-1100X-drl.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/Gerber/FAB/PC-1100X-drl.rpt -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/ADC_System.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/ADC_System.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/ADC_System.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/ADC_System.sch-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/CPLD_USB.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/CPLD_USB.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/CPLD_USB.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/CPLD_USB.sch-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/Device.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/Device.dcm -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/Device.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/Device.lib -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/Mechanical.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/Mechanical.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/Mechanical.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/Mechanical.sch-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/OutputDriver-bck-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/OutputDriver-bck-cache.lib -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/OutputDriver-bck.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/OutputDriver-bck.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/OutputDriver.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/OutputDriver.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/OutputDriver.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/OutputDriver.sch-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X-cache.lib -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X-rescue.lib -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.kicad_pcb -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.kicad_pcb-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.pdf -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.pro -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.sch-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X.xml -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X_bom_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X_bom_4.csv -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X_bom_4.csv.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X_bom_4.csv.tmp -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PC-1100X_bom_4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PC-1100X_bom_4.xlsx -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PowerSupplies.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PowerSupplies.sch -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/PowerSupplies.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/PowerSupplies.sch-bak -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/bom.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/bom.ini -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/bom_old.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/bom_old.ini -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/fp-info-cache -------------------------------------------------------------------------------- /Hardware/PCB/KiCAD/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/KiCAD/sym-lib-table -------------------------------------------------------------------------------- /Hardware/PCB/SCH-BOM-ASSY/PC-1100A-04-BOM-ASSY.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/SCH-BOM-ASSY/PC-1100A-04-BOM-ASSY.xlsx -------------------------------------------------------------------------------- /Hardware/PCB/SCH-BOM-ASSY/PC-1100X-04-FULL-BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/SCH-BOM-ASSY/PC-1100X-04-FULL-BOM.csv -------------------------------------------------------------------------------- /Hardware/PCB/SCH-BOM-ASSY/PC-1100X-ASSY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/SCH-BOM-ASSY/PC-1100X-ASSY.pdf -------------------------------------------------------------------------------- /Hardware/PCB/SCH-BOM-ASSY/PC-1100X-SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Hardware/PCB/SCH-BOM-ASSY/PC-1100X-SCH.pdf -------------------------------------------------------------------------------- /Software/bin/SetupPowerProfiler.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Software/bin/SetupPowerProfiler.msi -------------------------------------------------------------------------------- /Software/bin/update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/Software/bin/update.xml -------------------------------------------------------------------------------- /cern_ohl_v_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zscircuits/zs1100a/HEAD/cern_ohl_v_1_2.txt --------------------------------------------------------------------------------