Skip to content

project-teller/gnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TELLER ground station

Installation

  1. Install uv by following the instructions here.

  2. Run uv sync

Running the ground station

Make sure that the OBC is plugged in and then run:

uv run teller-gnd tui

If the system fails to find the port that the OBC is connected to but you know which port it is, specify it explicitly:

uv run teller-gnd tui /dev/cu.usbserial-0BADCAFE

Use the --help option for more options:

uv run teller-gnd --help
uv run teller-gnd tui --help

Connecting to a simulated OBC

uv run teller-gnd tui sim:/full/path/to/the/compiled/simulator/teller-obc

Dump raw telemetry packets from the OBC

uv run teller-gnd tui dump

Run an echo test on the telemetry link to the OBC

uv run teller-gnd tui echo

License

The code in this repository is licensed under the GNU General Public License, version 3. If you would like to use the code but the license is not suitable for you, get in touch with us for alternative licensing options.