Skip to content

ISSUIUC/ISS-PCB

Repository files navigation

Welcome to the Tars-PCB repo!

Repository Overview

  • Archive: Contains all past projects that the team has worked on, including Tars Mk1, Mk2, and Mk3
  • Boards: Contains all of the present boards the team is working on
  • Docs: Contains various documents pertaining to PCB designs
  • Libs: Contains various templates, symbols and footprints that we use when designing PCBs
  • Scripts: Contains various codes used in PCB development

When you commit changes to the repository, they will generally be found in the Boards folder.

How to contribute:

There are many ways to contribute to the PCBs that we build for the rocket. The timeline for building a PCB is usually as follows:

  • Formulate the requirements of the board
  • Research different chips, understand their functionalities, and determine if we can use it for our purposes
  • Build the board schematic using the datasheets of different chips
  • Route the board
  • Once the board is manufactured, solder all the components onto the board
  • Debug the board
  • Document the board on the ISS Wiki(this should be done throughout the process as well)

Every part of constructing a PCB is hands-on, and there are lots of ways to get involved.

To have your changes reflected on the board, it is important to commit your changes to the Github repository. To learn how to commit changes, check out the page with helpful git commands on the ISS Wiki:.

Useful Links:

Here are some links you may find useful as you are building PCBs:

  • ISS Wiki - includes various technical guides such as git commands, as well as board documentation

  • KiCad - software used for designing PCBs

  • Digikey - used for looking up various electronic components

  • Mouser - used for looking up various electronic components

  • JLCPCB - The PCB manufacturer we primarily use

  • JLCPCB Design Rules - The design constraints JLCPCB imposes

Thanks for reading, and good luck in building PCBs!