• Home
  • Outreach
    • 2024-2025 Outreach
    • 2023-2024 Outreach
    • 2022-2023 Outreach
    • 2021-2022 Outreach
    • Previous Outreach >
      • 2020-2021 Outreach
      • 2019-2020 Outreach
      • 2019 Outreach
      • 2018 Outreach
      • 2017 Outreach
      • 2016 Outreach
      • 2015 Outreach
      • 2014 Outreach
      • 2013 Outreach
      • 2012 Outreach
  • Competitions
    • NASA LUNABOTICS 2024
    • Catepillar RMC 2023
    • NASA LUNABOTICS 2022
    • Previous Competitions >
      • NASA RMC 2021 Cycle
      • NASA RMC 2020 Cycle
      • NASA RMC 2019 Cycle
      • Alabama Robotic Mining Challenge 2019
      • NASA RMC 2018 Cycle
      • NASA RMC 2017 Cycle
      • NASA RMC 2016 Cycle
      • Sample Return 2016
      • NASA RMC 2015 Cycle
      • NASA RMC 2014 Cycle
      • NASA RMC 2013 Cycle
      • NASA RMC 2012 Cycle
    • FAQ
  • Team Members
    • 2024-2025 Team Members
    • 2023-2024 Team Members
    • 2022-2023 Team Members
    • 2021-2022 Team Members
    • Previous Years >
      • 2020-2021 Team Members
      • 2019-2020 Team Members
      • 2018-2019 Team Members
      • 2017-2018 Team Members
      • 2016-2017 Team Members
      • 2015-2016 Team Members
      • 2014-2015 Team Members
      • 2013-2014 Team Members
      • 2012-2013 Team Members
      • 2011-2012 Team Members
  • Sponsors
  • Contact Us
  • Donate
  • Learning Hub
    • STEM Education Videos/Activities
    • Lesson Plans
    • Resources for Competition Teams
Alabama Astrobotics
  • Home
  • Outreach
    • 2024-2025 Outreach
    • 2023-2024 Outreach
    • 2022-2023 Outreach
    • 2021-2022 Outreach
    • Previous Outreach >
      • 2020-2021 Outreach
      • 2019-2020 Outreach
      • 2019 Outreach
      • 2018 Outreach
      • 2017 Outreach
      • 2016 Outreach
      • 2015 Outreach
      • 2014 Outreach
      • 2013 Outreach
      • 2012 Outreach
  • Competitions
    • NASA LUNABOTICS 2024
    • Catepillar RMC 2023
    • NASA LUNABOTICS 2022
    • Previous Competitions >
      • NASA RMC 2021 Cycle
      • NASA RMC 2020 Cycle
      • NASA RMC 2019 Cycle
      • Alabama Robotic Mining Challenge 2019
      • NASA RMC 2018 Cycle
      • NASA RMC 2017 Cycle
      • NASA RMC 2016 Cycle
      • Sample Return 2016
      • NASA RMC 2015 Cycle
      • NASA RMC 2014 Cycle
      • NASA RMC 2013 Cycle
      • NASA RMC 2012 Cycle
    • FAQ
  • Team Members
    • 2024-2025 Team Members
    • 2023-2024 Team Members
    • 2022-2023 Team Members
    • 2021-2022 Team Members
    • Previous Years >
      • 2020-2021 Team Members
      • 2019-2020 Team Members
      • 2018-2019 Team Members
      • 2017-2018 Team Members
      • 2016-2017 Team Members
      • 2015-2016 Team Members
      • 2014-2015 Team Members
      • 2013-2014 Team Members
      • 2012-2013 Team Members
      • 2011-2012 Team Members
  • Sponsors
  • Contact Us
  • Donate
  • Learning Hub
    • STEM Education Videos/Activities
    • Lesson Plans
    • Resources for Competition Teams

Resources for Competition Teams

Systems Engineering Resources

What is Systems Engineering?

Systems Engineering is a branch of engineering that concerns itself with the integration of multiple parts of a project. System Engineering teams also often handle project management and creating system requirements for a project. Systems Engineers employ many engineering disciplines to ensure the smooth integration of different parts of a given system.

Project Management Plan

A Project Management Plan (PMP) is a tool created to lay out team structure, project schedules, budget allocations, and more. Using a PMP helps to keep the team on schedule as well as aware of what is expected of them. Having a PMP from the start can be a great reference to use throughout the course of a project.

System Requirements

System requirements are internal standards that are set for a project. They are often created based on competition rules and restraints, but they will also likely include unique standards for the project that are based on limitations on resources available to the team and team-specific goals. System requirements should be written clearly and plainly so that there is no room for interpretation, and it is obvious whether a project meets a requirement or not.

Design Reviews

Preliminary and Critical Design Reviews are an integral step in the systems engineering process. At a PDR or CDR, the design will be examined from a top-down view and gives all members of the team the opportunity to voice any concerns or ask any questions about the design, as well as ensuring that all system requirements are being met. Having PDRs and CDRs are a great way to catch and address any design flaws before fabrication, saving time, energy, and money.

SE Paper (Engineering Notebook)

A Systems Engineering Paper (or Engineering Notebook as it is often called in other competitions) is used to document the way the team has implemented the Systems Engineering Process throughout the project. It is a way to clearly and succinctly communicate to others what design choices were made and why, as well as show how the design has been evaluated and re-evaluated through the course of the project.  

Additional Resources

NASA Systems Engineering Handbook
NASA Systems Engineering Videos

Technical Resources

Learn to Code

Python: 
  • https://www.w3schools.com/python/
  • https://learn.microsoft.com/en-us/training/modules/intro-to-python/
  • Learn Python in 10 Minutes (Video)
​
C++:
  • https://www.w3schools.com/cpp/default.asp
  • https://www.codecademy.com/catalog/language/c-plus-plus
  • https://learn.microsoft.com/en-us/training/modules/cpp-first-program/1-introduction
  • Learn C++ in 10 Minutes (Video)

Understanding Circuits

Introduction to Basic Electronic Circuits
​How to Read a Schematic
​
Crash Course Circuit Analysis (Video)
​
Working with Wire
Soldering Tutorial

Mechanical Principles

Crash Course Friction (Video)
​Crash Course Torque (Video)
​
Drawing Free-Body Diagrams
What Is a Bill of Materials?
​Understanding Engineering Drawings

Useful Equations

Torque: t = Frsin(𝛉) 
Where:
  • F = Force applied
  • r = distance between pivot point and where the force is being applied
  • 𝛉 = angle between the force applied and the lever arm
Explanation and Examples (Video)
Truss stability: m + r < 2j
Where:
  • m = the number of members
  • r = the number of reactions
  • j = the number of joints
Explanation (Video) 
Ohm's Law: V = IR
Where:
  • V = Voltage
  • I = Current
  • R = Resistance
Explanation and Examples (Video)
​
Copyright © 2021
  • Home
  • Outreach
    • 2024-2025 Outreach
    • 2023-2024 Outreach
    • 2022-2023 Outreach
    • 2021-2022 Outreach
    • Previous Outreach >
      • 2020-2021 Outreach
      • 2019-2020 Outreach
      • 2019 Outreach
      • 2018 Outreach
      • 2017 Outreach
      • 2016 Outreach
      • 2015 Outreach
      • 2014 Outreach
      • 2013 Outreach
      • 2012 Outreach
  • Competitions
    • NASA LUNABOTICS 2024
    • Catepillar RMC 2023
    • NASA LUNABOTICS 2022
    • Previous Competitions >
      • NASA RMC 2021 Cycle
      • NASA RMC 2020 Cycle
      • NASA RMC 2019 Cycle
      • Alabama Robotic Mining Challenge 2019
      • NASA RMC 2018 Cycle
      • NASA RMC 2017 Cycle
      • NASA RMC 2016 Cycle
      • Sample Return 2016
      • NASA RMC 2015 Cycle
      • NASA RMC 2014 Cycle
      • NASA RMC 2013 Cycle
      • NASA RMC 2012 Cycle
    • FAQ
  • Team Members
    • 2024-2025 Team Members
    • 2023-2024 Team Members
    • 2022-2023 Team Members
    • 2021-2022 Team Members
    • Previous Years >
      • 2020-2021 Team Members
      • 2019-2020 Team Members
      • 2018-2019 Team Members
      • 2017-2018 Team Members
      • 2016-2017 Team Members
      • 2015-2016 Team Members
      • 2014-2015 Team Members
      • 2013-2014 Team Members
      • 2012-2013 Team Members
      • 2011-2012 Team Members
  • Sponsors
  • Contact Us
  • Donate
  • Learning Hub
    • STEM Education Videos/Activities
    • Lesson Plans
    • Resources for Competition Teams