Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.14 KB

File metadata and controls

65 lines (47 loc) · 2.14 KB

Welcome to the Amateur Radio CommsSAT (ARC) CubeSatellite Documentation

All of the code and some of the hardware design for our project can be found on the UTAT Space Systems GitHub. If you're currently on the GitHub, our documentation can also be viewed on Read the Docs.

This documentation covers the software used on our satellite and some useful getting started information for new members. It has been created with the following goals in mind:

  • To enable new UTAT SS members to quickly get up to speed and begin contributing to the codebase
  • To document the functionality of the various libraries we develop
  • To contain information regarding build instructions and debugging on our custom hardware

Our documentation is organized into the following sections:

.. toctree::
        :maxdepth: 2
        :caption: Getting Started

        getting-started/getting-started
        useful-websites/useful-websites


.. toctree::
        :maxdepth: 2
        :caption: Software and Programming

        software-tools/software-tools
        troubleshooting/troubleshooting
        embedded/embedded-systems
        communication-protocols/communication-protocols
        c-programming/c-programming
        style-guide/style-guide
        software-testing/software-testing


.. toctree::
        :maxdepth: 2
        :caption: Electronics and Altium

        altium/altium
        electrical/electrical-systems
        datasheets/reading-datasheets
        elec-style-guide/elec-style-guide

.. toctree::
        :maxdepth: 2
        :caption: IT

        remote-access/remote-access
        remote-programming/remote-programming

If you would like to contribute to our documentation, create a branch and start a pull request. If you would like to report an error, please submit an issue.