├── .gitignore ├── AA236 Link Budget.xlsx ├── GNC ├── High Level Software Architecture.pptx ├── Images │ ├── Bias Estimation Using Minimum Bounding ellipsoid 2.png │ ├── GNC_block_diagram.png │ ├── actions_page.JPG │ ├── artifacts.JPG │ ├── checks.JPG │ ├── comment.JPG │ ├── commitex.JPG │ └── fail_ex.JPG └── Introduction to Debugging C++.docx ├── README.md ├── SDL_quadchart.ppt ├── Solar_Actuators ├── Footprints │ ├── .gitkeep │ ├── SolarCellX.lib │ └── SolarCellX.pretty │ │ ├── KXOB25-05X3F.kicad_mod │ │ └── SB Diode.kicad_mod ├── IVTracing │ ├── IVTracing │ ├── IV_Swinger2_SSR_mod_PCB_Step_by_Step_v1.01.pdf │ ├── IV_Swinger_2_ss_mod_brd.pdf │ ├── IV_Swinger_2_ss_mod_sch.pdf │ └── ssr_mod_BOM.pdf ├── PandaSat_Files │ ├── .gitkeep │ └── Solar Panel.zip ├── Power System │ ├── 5.0 Power Subsystem.pdf │ ├── CS-RP-084A.pdf │ ├── Efficient_and_Reliable_Solar_Panels_for_Small_Cube.pdf │ └── bq25570.pdf ├── Solar Panel.zip ├── Solar Panels Rev1 │ ├── PocketQubeCoordinates.PNG │ ├── Solar Cell Overview.png │ ├── Solar Cell Y │ │ ├── +Y │ │ │ ├── .gitkeep │ │ │ └── v3_SolarCellX │ │ │ │ ├── SolarCell+Y-B_Paste.svg │ │ │ │ ├── SolarCell+Y-F_Paste.svg │ │ │ │ ├── SolarCell+Y-cache.lib │ │ │ │ ├── SolarCell+Y-rescue.dcm │ │ │ │ ├── SolarCell+Y-rescue.lib │ │ │ │ ├── SolarCell+Y.kicad_pcb │ │ │ │ ├── SolarCell+Y.kicad_pcb-bak │ │ │ │ ├── SolarCell+Y.lib │ │ │ │ ├── SolarCell+Y.net │ │ │ │ ├── SolarCell+Y.pro │ │ │ │ ├── SolarCell+Y.sch │ │ │ │ ├── SolarCell+Y.sch-bak │ │ │ │ ├── SolarCell+Y.step │ │ │ │ ├── SolarCell.STEP │ │ │ │ ├── SolarCellX_v3.kicad_pcb │ │ │ │ ├── SolarCellX_v3.pro │ │ │ │ ├── bom │ │ │ │ └── index.html │ │ │ │ ├── fp-info-cache │ │ │ │ ├── fp-lib-table │ │ │ │ ├── gerber │ │ │ │ ├── SolarCell+Y-B_Mask.gbr │ │ │ │ ├── SolarCell+Y-B_Paste.gbr │ │ │ │ ├── SolarCell+Y-B_SilkS.gbr │ │ │ │ ├── SolarCell+Y-Bottom.gbr │ │ │ │ ├── SolarCell+Y-Edge_Cuts.gbr │ │ │ │ ├── SolarCell+Y-F_Mask.gbr │ │ │ │ ├── SolarCell+Y-F_Paste.gbr │ │ │ │ ├── SolarCell+Y-F_SilkS.gbr │ │ │ │ ├── SolarCell+Y-In1_Cu.gbr │ │ │ │ ├── SolarCell+Y-In2_Cu.gbr │ │ │ │ ├── SolarCell+Y-In3_Cu.gbr │ │ │ │ ├── SolarCell+Y-In4_Cu.gbr │ │ │ │ ├── SolarCell+Y-Top.gbr │ │ │ │ └── SolarCell+Y.drl │ │ │ │ ├── mainboard-cache.lib │ │ │ │ ├── mainboard-rescue.lib │ │ │ │ ├── sym-lib-table │ │ │ │ └── ypluspanel_2019-10-27_JLCPCB.zip │ │ ├── -Y │ │ │ ├── .gitkeep │ │ │ ├── PCB-y.stp │ │ │ ├── Y-pcbv1.zip │ │ │ ├── Y-pcbv1 │ │ │ │ ├── Footprints │ │ │ │ │ ├── SolarCellX.lib │ │ │ │ │ └── SolarCellX.pretty │ │ │ │ │ │ ├── KXOB25-05X3F.kicad_mod │ │ │ │ │ │ └── SB Diode.kicad_mod │ │ │ │ ├── bom │ │ │ │ │ └── index.html │ │ │ │ ├── fp-info-cache │ │ │ │ ├── gerber │ │ │ │ │ ├── solarpcd-B_Mask.gbr │ │ │ │ │ ├── solarpcd-B_Paste.gbr │ │ │ │ │ ├── solarpcd-B_SilkS.gbr │ │ │ │ │ ├── solarpcd-Bottom.gbr │ │ │ │ │ ├── solarpcd-Edge_Cuts.gbr │ │ │ │ │ ├── solarpcd-F_Mask.gbr │ │ │ │ │ ├── solarpcd-F_Paste.gbr │ │ │ │ │ ├── solarpcd-F_SilkS.gbr │ │ │ │ │ ├── solarpcd-In1_Cu.gbr │ │ │ │ │ ├── solarpcd-In2_Cu.gbr │ │ │ │ │ ├── solarpcd-In3_Cu.gbr │ │ │ │ │ ├── solarpcd-In4_Cu.gbr │ │ │ │ │ ├── solarpcd-Top.gbr │ │ │ │ │ └── solarpcd.drl │ │ │ │ ├── solarpcb-cache.lib │ │ │ │ ├── solarpcb.pretty │ │ │ │ │ ├── 0603.kicad_mod │ │ │ │ │ ├── 0805.kicad_mod │ │ │ │ │ ├── 10MM_SM_COIN_CELL_CLIP.kicad_mod │ │ │ │ │ ├── 1X02.kicad_mod │ │ │ │ │ ├── D2F-L2-2.kicad_mod │ │ │ │ │ ├── D2F-L2.kicad_mod │ │ │ │ │ ├── DCK0006A.kicad_mod │ │ │ │ │ ├── DFE322512C.kicad_mod │ │ │ │ │ ├── KXOB25-05X3F.kicad_mod │ │ │ │ │ ├── LPS4018.kicad_mod │ │ │ │ │ ├── QFN50P350X350X100-21N-D.kicad_mod │ │ │ │ │ ├── RGR0020A.kicad_mod │ │ │ │ │ ├── SB-Diode.kicad_mod │ │ │ │ │ ├── SCREWTERMINAL-3.5MM-2_LOCK.kicad_mod │ │ │ │ │ ├── SOD523.kicad_mod │ │ │ │ │ ├── SWLP-12-B.kicad_mod │ │ │ │ │ ├── TSL2561.kicad_mod │ │ │ │ │ └── XF2M-1015-1A.kicad_mod │ │ │ │ ├── solarpcb.sch │ │ │ │ ├── solarpcd-B_Paste.svg │ │ │ │ ├── solarpcd-F_Paste.svg │ │ │ │ ├── solarpcd-cache.lib │ │ │ │ ├── solarpcd-rescue.dcm │ │ │ │ ├── solarpcd-rescue.lib │ │ │ │ ├── solarpcd.kicad_pcb │ │ │ │ ├── solarpcd.kicad_pcb-bak │ │ │ │ ├── solarpcd.pro │ │ │ │ ├── solarpcd.sch │ │ │ │ ├── solarpcd.sch-bak │ │ │ │ ├── solarpcd_lib.dcm │ │ │ │ ├── solarpcd_lib.lib │ │ │ │ ├── sym-lib-table │ │ │ │ ├── ypanel_2019-10-25.zip │ │ │ │ └── ypanel_2019-10-25_JLCPCB.zip │ │ │ └── solarpcb.zip │ │ └── .gitkeep │ └── Solar Panel Design Info ├── Task.txt ├── background_research ├── solarconfigs.png └── weeklyslides_107.pptx ├── Structure_Mechanisms ├── Antenna Coil Failure Drawing.jpg ├── Antenna Coil Side Drawing.jpg ├── Antenna Coil Top Drawing.jpg ├── Battery Harness Negative with Batteries.png ├── Battery Harness Negative.png ├── Battery Harness Positive with Batteries.png ├── Battery Harness Positive.png ├── Battery Harness rev2 with Batteries.png ├── Battery Harness rev2.png ├── Datasheets │ ├── en-d2f.pdf │ └── readme.md ├── Flat Rect Plate Pressure.png ├── Nitinol label.jpg ├── PlusY Deployed Top.jpg ├── PlusY Underside Labeled.png ├── PlusY Underside.jpg ├── aluminum_anodize_therm_conduct.jpg ├── aluminum_cooling_rates.jpeg ├── aluminum_emittance.jpeg └── readme.md ├── Weekly Reports ├── Comms Reports AA236B.pdf ├── Electrical_Avionics Reports AA236B.pptx.pdf ├── GNC_FSW Reports AA236B.pdf └── Mechanical reports AA236B.pdf ├── docs ├── camerav00.html ├── index.html ├── mainboardv00.html ├── sx1280.html ├── xpanelv00.html ├── y+panelv00.html ├── y-panelv00.html └── zpanelv00.html ├── images ├── autocode_1.png ├── autocode_2.png ├── autocode_3.png ├── autocode_4.png ├── autocode_5.png ├── autocode_6.png ├── autocode_7.png └── dashboard.jpg ├── mechanical_drawings ├── 1P_Drawing.PNG ├── Assembly.JPG ├── Components_Envelope.PNG ├── Contact_Surface.PNG └── Killswitch.JPG ├── notes ├── Attitude Notes.pdf ├── Basic iLQR Notes.pdf ├── Communication Notes.pdf ├── Day1-Intro.pdf ├── Day2-Logistics.pdf ├── Day3.pdf ├── MEKF Notes.pdf ├── Sensor Error Notes.pdf └── iLQR Examples │ ├── PendulumTest.m │ ├── iLQRv1.m │ └── pendulum_dynamics.m ├── references ├── Alba_ICD_v0.1.pdf ├── KRAKsat_Lessons_Learned_EN.pdf ├── MRAM │ ├── Example │ │ └── MRAMInfo_2 │ │ │ └── MRAMInfo_2 │ │ │ └── MRAMInfo_2.ino │ ├── KickSat_MRAM.cpp │ └── KickSat_MRAM.h ├── NASA_CubeSat_101.pdf ├── PocketQube_Standard_v1.pdf ├── blink_m4 │ ├── blink_m4.ino │ └── blink_m4.ino.feather_m4.bin ├── panda.h ├── serial_m4 │ ├── serial_m4.ino │ └── serial_m4.ino.feather_m4.bin ├── spi_ex │ └── spi_ex.ino ├── variant.cpp └── variant.h ├── standards ├── ECSS-E-ST-32-10C_Rev.2-Corr.1(1August2019).pdf ├── ECSS-E-ST-32C_Rev.115November2008.pdf ├── ECSS-E-ST-33-01C-Rev.2(1March2019).pdf └── readme.md └── v3_SolarCellX ├── Libraries ├── SolarCellParts.bck ├── SolarCellParts.dcm ├── SolarCellParts.lib ├── SolarCellParts.pretty │ ├── Burn Wire.kicad_mod │ ├── Burn-Wire-Rotated.kicad_mod │ ├── KXOB25-05X3F.kicad_mod │ ├── SB Diode.kicad_mod │ ├── SM111K04L.kicad_mod │ └── SM141K04LV.kicad_mod ├── misc-circuits-cache.lib └── misc-circuits.pretty │ ├── 0603.kicad_mod │ ├── 0805.kicad_mod │ ├── 10MM_SM_COIN_CELL_CLIP.kicad_mod │ ├── 1X02.kicad_mod │ ├── DCK0006A.kicad_mod │ ├── DFE322512C.kicad_mod │ ├── DUMMY.kicad_mod │ ├── LPS4018.kicad_mod │ ├── QFN50P350X350X100-21N-D.kicad_mod │ ├── RGR0020A.kicad_mod │ ├── SCREWTERMINAL-3.5MM-2_LOCK.kicad_mod │ ├── SOD523.kicad_mod │ ├── TSL2561.kicad_mod │ └── XF2M-1015-1A.kicad_mod ├── SolarCell+X_v2-cache.lib ├── SolarCell+X_v2.kicad_pcb-bak ├── SolarCell+X_v2.sch-bak ├── SolarCellX_v3-cache.lib ├── SolarCellX_v3-rescue.dcm ├── SolarCellX_v3-rescue.lib ├── SolarCellX_v3.kicad_pcb ├── SolarCellX_v3.kicad_pcb-bak ├── SolarCellX_v3.pro ├── SolarCellX_v3.sch ├── SolarCellX_v3.sch-bak ├── SolarCellX_v3.step ├── SolarCellX_v3b.sch ├── bom └── index.html ├── fp-info-cache ├── fp-lib-table ├── gerber ├── SolarCellX_v3-B_Mask.gbr ├── SolarCellX_v3-B_Paste.gbr ├── SolarCellX_v3-B_SilkS.gbr ├── SolarCellX_v3-Bottom.gbr ├── SolarCellX_v3-Edge_Cuts.gbr ├── SolarCellX_v3-F_Mask.gbr ├── SolarCellX_v3-F_Paste.gbr ├── SolarCellX_v3-F_SilkS.gbr ├── SolarCellX_v3-In1_Cu.gbr ├── SolarCellX_v3-In2_Cu.gbr ├── SolarCellX_v3-In3_Cu.gbr ├── SolarCellX_v3-In4_Cu.gbr ├── SolarCellX_v3-Top.gbr └── SolarCellX_v3.drl ├── sym-lib-table ├── xpanel_2019-10-25_JLCPCB.zip └── xpanel_2019-10-25_PCBWay.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/.gitignore -------------------------------------------------------------------------------- /AA236 Link Budget.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/AA236 Link Budget.xlsx -------------------------------------------------------------------------------- /GNC/High Level Software Architecture.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/High Level Software Architecture.pptx -------------------------------------------------------------------------------- /GNC/Images/Bias Estimation Using Minimum Bounding ellipsoid 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/Bias Estimation Using Minimum Bounding ellipsoid 2.png -------------------------------------------------------------------------------- /GNC/Images/GNC_block_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/GNC_block_diagram.png -------------------------------------------------------------------------------- /GNC/Images/actions_page.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/actions_page.JPG -------------------------------------------------------------------------------- /GNC/Images/artifacts.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/artifacts.JPG -------------------------------------------------------------------------------- /GNC/Images/checks.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/checks.JPG -------------------------------------------------------------------------------- /GNC/Images/comment.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/comment.JPG -------------------------------------------------------------------------------- /GNC/Images/commitex.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/commitex.JPG -------------------------------------------------------------------------------- /GNC/Images/fail_ex.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Images/fail_ex.JPG -------------------------------------------------------------------------------- /GNC/Introduction to Debugging C++.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/GNC/Introduction to Debugging C++.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # documentation -------------------------------------------------------------------------------- /SDL_quadchart.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/SDL_quadchart.ppt -------------------------------------------------------------------------------- /Solar_Actuators/Footprints/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Solar_Actuators/Footprints/SolarCellX.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Footprints/SolarCellX.lib -------------------------------------------------------------------------------- /Solar_Actuators/Footprints/SolarCellX.pretty/KXOB25-05X3F.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Footprints/SolarCellX.pretty/KXOB25-05X3F.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Footprints/SolarCellX.pretty/SB Diode.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Footprints/SolarCellX.pretty/SB Diode.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/IVTracing/IVTracing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/IVTracing/IVTracing -------------------------------------------------------------------------------- /Solar_Actuators/IVTracing/IV_Swinger2_SSR_mod_PCB_Step_by_Step_v1.01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/IVTracing/IV_Swinger2_SSR_mod_PCB_Step_by_Step_v1.01.pdf -------------------------------------------------------------------------------- /Solar_Actuators/IVTracing/IV_Swinger_2_ss_mod_brd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/IVTracing/IV_Swinger_2_ss_mod_brd.pdf -------------------------------------------------------------------------------- /Solar_Actuators/IVTracing/IV_Swinger_2_ss_mod_sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/IVTracing/IV_Swinger_2_ss_mod_sch.pdf -------------------------------------------------------------------------------- /Solar_Actuators/IVTracing/ssr_mod_BOM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/IVTracing/ssr_mod_BOM.pdf -------------------------------------------------------------------------------- /Solar_Actuators/PandaSat_Files/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Solar_Actuators/PandaSat_Files/Solar Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/PandaSat_Files/Solar Panel.zip -------------------------------------------------------------------------------- /Solar_Actuators/Power System/5.0 Power Subsystem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Power System/5.0 Power Subsystem.pdf -------------------------------------------------------------------------------- /Solar_Actuators/Power System/CS-RP-084A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Power System/CS-RP-084A.pdf -------------------------------------------------------------------------------- /Solar_Actuators/Power System/Efficient_and_Reliable_Solar_Panels_for_Small_Cube.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Power System/Efficient_and_Reliable_Solar_Panels_for_Small_Cube.pdf -------------------------------------------------------------------------------- /Solar_Actuators/Power System/bq25570.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Power System/bq25570.pdf -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panel.zip -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/PocketQubeCoordinates.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/PocketQubeCoordinates.PNG -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Overview.png -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-B_Paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-B_Paste.svg -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-F_Paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-F_Paste.svg -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-cache.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y-rescue.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.kicad_pcb -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.kicad_pcb-bak -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.net -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.pro -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.sch -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.sch-bak -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell+Y.step -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCell.STEP -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCellX_v3.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCellX_v3.kicad_pcb -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCellX_v3.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/SolarCellX_v3.pro -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/bom/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/bom/index.html -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/fp-info-cache -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/fp-lib-table -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-B_Mask.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-B_Paste.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-B_SilkS.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-Bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-Bottom.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-Edge_Cuts.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-F_Mask.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-F_Paste.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-F_SilkS.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In1_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In1_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In2_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In2_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In3_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In3_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In4_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-In4_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-Top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y-Top.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/gerber/SolarCell+Y.drl -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/mainboard-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/mainboard-cache.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/mainboard-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/mainboard-rescue.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/sym-lib-table -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/ypluspanel_2019-10-27_JLCPCB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/+Y/v3_SolarCellX/ypluspanel_2019-10-27_JLCPCB.zip -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/PCB-y.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/PCB-y.stp -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1.zip -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/Footprints/SolarCellX.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/Footprints/SolarCellX.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/Footprints/SolarCellX.pretty/KXOB25-05X3F.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/Footprints/SolarCellX.pretty/KXOB25-05X3F.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/Footprints/SolarCellX.pretty/SB Diode.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/Footprints/SolarCellX.pretty/SB Diode.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/bom/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/bom/index.html -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-B_Mask.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-B_Paste.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-B_SilkS.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-Bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-Bottom.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-Edge_Cuts.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-F_Mask.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-F_Paste.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-F_SilkS.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In1_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In1_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In2_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In2_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In3_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In3_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In4_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-In4_Cu.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-Top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd-Top.gbr -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/gerber/solarpcd.drl -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | #End Library 5 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/0603.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/0805.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/0805.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/10MM_SM_COIN_CELL_CLIP.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/10MM_SM_COIN_CELL_CLIP.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/1X02.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/1X02.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/D2F-L2-2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/D2F-L2-2.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/D2F-L2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/D2F-L2.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/DCK0006A.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/DCK0006A.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/DFE322512C.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/DFE322512C.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/KXOB25-05X3F.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/KXOB25-05X3F.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/LPS4018.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/LPS4018.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/QFN50P350X350X100-21N-D.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/QFN50P350X350X100-21N-D.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/RGR0020A.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/RGR0020A.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SB-Diode.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SB-Diode.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SCREWTERMINAL-3.5MM-2_LOCK.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SCREWTERMINAL-3.5MM-2_LOCK.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SOD523.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SOD523.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SWLP-12-B.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/SWLP-12-B.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/TSL2561.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/TSL2561.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/XF2M-1015-1A.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.pretty/XF2M-1015-1A.kicad_mod -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcb.sch -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-B_Paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-B_Paste.svg -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-F_Paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-F_Paste.svg -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-cache.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd-rescue.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.kicad_pcb -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.kicad_pcb-bak -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.pro -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.sch -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd.sch-bak -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd_lib.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd_lib.dcm -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd_lib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/solarpcd_lib.lib -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/sym-lib-table -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/ypanel_2019-10-25.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/ypanel_2019-10-25.zip -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/ypanel_2019-10-25_JLCPCB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/Y-pcbv1/ypanel_2019-10-25_JLCPCB.zip -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/solarpcb.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Cell Y/-Y/solarpcb.zip -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Cell Y/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Solar_Actuators/Solar Panels Rev1/Solar Panel Design Info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Solar Panels Rev1/Solar Panel Design Info -------------------------------------------------------------------------------- /Solar_Actuators/Task.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/Task.txt -------------------------------------------------------------------------------- /Solar_Actuators/background_research: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/background_research -------------------------------------------------------------------------------- /Solar_Actuators/solarconfigs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/solarconfigs.png -------------------------------------------------------------------------------- /Solar_Actuators/weeklyslides_107.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Solar_Actuators/weeklyslides_107.pptx -------------------------------------------------------------------------------- /Structure_Mechanisms/Antenna Coil Failure Drawing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Antenna Coil Failure Drawing.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/Antenna Coil Side Drawing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Antenna Coil Side Drawing.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/Antenna Coil Top Drawing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Antenna Coil Top Drawing.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/Battery Harness Negative with Batteries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Battery Harness Negative with Batteries.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Battery Harness Negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Battery Harness Negative.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Battery Harness Positive with Batteries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Battery Harness Positive with Batteries.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Battery Harness Positive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Battery Harness Positive.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Battery Harness rev2 with Batteries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Battery Harness rev2 with Batteries.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Battery Harness rev2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Battery Harness rev2.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Datasheets/en-d2f.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Datasheets/en-d2f.pdf -------------------------------------------------------------------------------- /Structure_Mechanisms/Datasheets/readme.md: -------------------------------------------------------------------------------- 1 | # Electrical Part Datasheets 2 | -------------------------------------------------------------------------------- /Structure_Mechanisms/Flat Rect Plate Pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Flat Rect Plate Pressure.png -------------------------------------------------------------------------------- /Structure_Mechanisms/Nitinol label.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/Nitinol label.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/PlusY Deployed Top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/PlusY Deployed Top.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/PlusY Underside Labeled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/PlusY Underside Labeled.png -------------------------------------------------------------------------------- /Structure_Mechanisms/PlusY Underside.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/PlusY Underside.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/aluminum_anodize_therm_conduct.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/aluminum_anodize_therm_conduct.jpg -------------------------------------------------------------------------------- /Structure_Mechanisms/aluminum_cooling_rates.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/aluminum_cooling_rates.jpeg -------------------------------------------------------------------------------- /Structure_Mechanisms/aluminum_emittance.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/aluminum_emittance.jpeg -------------------------------------------------------------------------------- /Structure_Mechanisms/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Structure_Mechanisms/readme.md -------------------------------------------------------------------------------- /Weekly Reports/Comms Reports AA236B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Weekly Reports/Comms Reports AA236B.pdf -------------------------------------------------------------------------------- /Weekly Reports/Electrical_Avionics Reports AA236B.pptx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Weekly Reports/Electrical_Avionics Reports AA236B.pptx.pdf -------------------------------------------------------------------------------- /Weekly Reports/GNC_FSW Reports AA236B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Weekly Reports/GNC_FSW Reports AA236B.pdf -------------------------------------------------------------------------------- /Weekly Reports/Mechanical reports AA236B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/Weekly Reports/Mechanical reports AA236B.pdf -------------------------------------------------------------------------------- /docs/camerav00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/docs/camerav00.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/mainboardv00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/docs/mainboardv00.html -------------------------------------------------------------------------------- /docs/sx1280.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/xpanelv00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/docs/xpanelv00.html -------------------------------------------------------------------------------- /docs/y+panelv00.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/y-panelv00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/docs/y-panelv00.html -------------------------------------------------------------------------------- /docs/zpanelv00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/docs/zpanelv00.html -------------------------------------------------------------------------------- /images/autocode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_1.png -------------------------------------------------------------------------------- /images/autocode_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_2.png -------------------------------------------------------------------------------- /images/autocode_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_3.png -------------------------------------------------------------------------------- /images/autocode_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_4.png -------------------------------------------------------------------------------- /images/autocode_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_5.png -------------------------------------------------------------------------------- /images/autocode_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_6.png -------------------------------------------------------------------------------- /images/autocode_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/autocode_7.png -------------------------------------------------------------------------------- /images/dashboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/images/dashboard.jpg -------------------------------------------------------------------------------- /mechanical_drawings/1P_Drawing.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/mechanical_drawings/1P_Drawing.PNG -------------------------------------------------------------------------------- /mechanical_drawings/Assembly.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/mechanical_drawings/Assembly.JPG -------------------------------------------------------------------------------- /mechanical_drawings/Components_Envelope.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/mechanical_drawings/Components_Envelope.PNG -------------------------------------------------------------------------------- /mechanical_drawings/Contact_Surface.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/mechanical_drawings/Contact_Surface.PNG -------------------------------------------------------------------------------- /mechanical_drawings/Killswitch.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/mechanical_drawings/Killswitch.JPG -------------------------------------------------------------------------------- /notes/Attitude Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Attitude Notes.pdf -------------------------------------------------------------------------------- /notes/Basic iLQR Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Basic iLQR Notes.pdf -------------------------------------------------------------------------------- /notes/Communication Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Communication Notes.pdf -------------------------------------------------------------------------------- /notes/Day1-Intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Day1-Intro.pdf -------------------------------------------------------------------------------- /notes/Day2-Logistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Day2-Logistics.pdf -------------------------------------------------------------------------------- /notes/Day3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Day3.pdf -------------------------------------------------------------------------------- /notes/MEKF Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/MEKF Notes.pdf -------------------------------------------------------------------------------- /notes/Sensor Error Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/Sensor Error Notes.pdf -------------------------------------------------------------------------------- /notes/iLQR Examples/PendulumTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/iLQR Examples/PendulumTest.m -------------------------------------------------------------------------------- /notes/iLQR Examples/iLQRv1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/iLQR Examples/iLQRv1.m -------------------------------------------------------------------------------- /notes/iLQR Examples/pendulum_dynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/notes/iLQR Examples/pendulum_dynamics.m -------------------------------------------------------------------------------- /references/Alba_ICD_v0.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/Alba_ICD_v0.1.pdf -------------------------------------------------------------------------------- /references/KRAKsat_Lessons_Learned_EN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/KRAKsat_Lessons_Learned_EN.pdf -------------------------------------------------------------------------------- /references/MRAM/Example/MRAMInfo_2/MRAMInfo_2/MRAMInfo_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/MRAM/Example/MRAMInfo_2/MRAMInfo_2/MRAMInfo_2.ino -------------------------------------------------------------------------------- /references/MRAM/KickSat_MRAM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/MRAM/KickSat_MRAM.cpp -------------------------------------------------------------------------------- /references/MRAM/KickSat_MRAM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/MRAM/KickSat_MRAM.h -------------------------------------------------------------------------------- /references/NASA_CubeSat_101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/NASA_CubeSat_101.pdf -------------------------------------------------------------------------------- /references/PocketQube_Standard_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/PocketQube_Standard_v1.pdf -------------------------------------------------------------------------------- /references/blink_m4/blink_m4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/blink_m4/blink_m4.ino -------------------------------------------------------------------------------- /references/blink_m4/blink_m4.ino.feather_m4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/blink_m4/blink_m4.ino.feather_m4.bin -------------------------------------------------------------------------------- /references/panda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/panda.h -------------------------------------------------------------------------------- /references/serial_m4/serial_m4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/serial_m4/serial_m4.ino -------------------------------------------------------------------------------- /references/serial_m4/serial_m4.ino.feather_m4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/serial_m4/serial_m4.ino.feather_m4.bin -------------------------------------------------------------------------------- /references/spi_ex/spi_ex.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/spi_ex/spi_ex.ino -------------------------------------------------------------------------------- /references/variant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/variant.cpp -------------------------------------------------------------------------------- /references/variant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/references/variant.h -------------------------------------------------------------------------------- /standards/ECSS-E-ST-32-10C_Rev.2-Corr.1(1August2019).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/standards/ECSS-E-ST-32-10C_Rev.2-Corr.1(1August2019).pdf -------------------------------------------------------------------------------- /standards/ECSS-E-ST-32C_Rev.115November2008.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/standards/ECSS-E-ST-32C_Rev.115November2008.pdf -------------------------------------------------------------------------------- /standards/ECSS-E-ST-33-01C-Rev.2(1March2019).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/standards/ECSS-E-ST-33-01C-Rev.2(1March2019).pdf -------------------------------------------------------------------------------- /standards/readme.md: -------------------------------------------------------------------------------- 1 | # Standards for Design, Analysis, Test, etc. 2 | -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.lib -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.pretty/Burn Wire.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.pretty/Burn Wire.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.pretty/Burn-Wire-Rotated.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.pretty/Burn-Wire-Rotated.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.pretty/KXOB25-05X3F.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.pretty/KXOB25-05X3F.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.pretty/SB Diode.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.pretty/SB Diode.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.pretty/SM111K04L.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.pretty/SM111K04L.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/SolarCellParts.pretty/SM141K04LV.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/SolarCellParts.pretty/SM141K04LV.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits-cache.lib -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/0603.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/0805.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/0805.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/10MM_SM_COIN_CELL_CLIP.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/10MM_SM_COIN_CELL_CLIP.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/1X02.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/1X02.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/DCK0006A.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/DCK0006A.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/DFE322512C.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/DFE322512C.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/DUMMY.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/DUMMY.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/LPS4018.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/LPS4018.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/QFN50P350X350X100-21N-D.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/QFN50P350X350X100-21N-D.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/RGR0020A.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/RGR0020A.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/SCREWTERMINAL-3.5MM-2_LOCK.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/SCREWTERMINAL-3.5MM-2_LOCK.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/SOD523.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/SOD523.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/TSL2561.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/TSL2561.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/Libraries/misc-circuits.pretty/XF2M-1015-1A.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/Libraries/misc-circuits.pretty/XF2M-1015-1A.kicad_mod -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCell+X_v2-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCell+X_v2-cache.lib -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCell+X_v2.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCell+X_v2.kicad_pcb-bak -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCell+X_v2.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCell+X_v2.sch-bak -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3-cache.lib -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3-rescue.lib -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3.kicad_pcb -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3.kicad_pcb-bak -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3.pro -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3.sch -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3.sch-bak -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3.step -------------------------------------------------------------------------------- /v3_SolarCellX/SolarCellX_v3b.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/SolarCellX_v3b.sch -------------------------------------------------------------------------------- /v3_SolarCellX/bom/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/bom/index.html -------------------------------------------------------------------------------- /v3_SolarCellX/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/fp-info-cache -------------------------------------------------------------------------------- /v3_SolarCellX/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/fp-lib-table -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-B_Mask.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-B_Paste.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-B_SilkS.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-Bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-Bottom.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-Edge_Cuts.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-F_Mask.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-F_Paste.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-F_SilkS.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-In1_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-In1_Cu.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-In2_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-In2_Cu.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-In3_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-In3_Cu.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-In4_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-In4_Cu.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3-Top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3-Top.gbr -------------------------------------------------------------------------------- /v3_SolarCellX/gerber/SolarCellX_v3.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/gerber/SolarCellX_v3.drl -------------------------------------------------------------------------------- /v3_SolarCellX/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/sym-lib-table -------------------------------------------------------------------------------- /v3_SolarCellX/xpanel_2019-10-25_JLCPCB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/xpanel_2019-10-25_JLCPCB.zip -------------------------------------------------------------------------------- /v3_SolarCellX/xpanel_2019-10-25_PCBWay.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacecraft-design-lab-2019/documentation/HEAD/v3_SolarCellX/xpanel_2019-10-25_PCBWay.zip --------------------------------------------------------------------------------