Ground station software for US CanSat Competition 2022 at Virginia, United States. (Team: #1022 Descendere)
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-06-15 08:12:17 -04:00
assets export to kml 2022-03-21 14:20:50 +07:00
designer add TP altitude display 2022-06-05 20:56:58 -04:00
lib launch version 2022-06-15 08:12:17 -04:00
ui launch version 2022-06-15 08:12:17 -04:00
# Container.md define project structure 2021-12-28 19:01:51 +07:00
# Payload.md define project structure 2021-12-28 19:01:51 +07:00
.gitignore fix gearth param + add more break modes 2022-05-29 21:30:47 +07:00
app.py launch version 2022-06-15 08:12:17 -04:00
compile_ui.bat migrate to PySide6 2022-05-19 12:53:44 +07:00
compile_ui.sh switch to p'neil code for appending kml files 2022-05-26 10:39:32 +07:00
filter.csv launch version 2022-06-15 08:12:17 -04:00
filterpayload.csv launch version 2022-06-15 08:12:17 -04:00
filterwithcount.csv launch version 2022-06-15 08:12:17 -04:00
gearthlive.kml new kml style 2022-03-25 20:09:40 +07:00
LICENSE.md Create LICENSE.md 2022-01-04 22:43:25 +07:00
nofilter.csv launch version 2022-06-15 08:12:17 -04:00
rawfilterwithouttp.csv launch version 2022-06-15 08:12:17 -04:00
README.md define project structure 2021-12-28 19:01:51 +07:00
requirements.txt migrate to PySide6 2022-05-19 12:53:44 +07:00
resources_rc.py migrate to PySide6 2022-05-19 12:53:44 +07:00
settings.py settings changed 2022-03-29 09:58:32 +07:00
start.sh switch to p'neil code for appending kml files 2022-05-26 10:39:32 +07:00
tempCodeRunnerFile.python add logs dir if not exist 2022-05-29 22:56:54 +07:00
testfilter.py launch version 2022-06-15 08:12:17 -04:00
withoutpayload.xlsx launch version 2022-06-15 08:12:17 -04:00
withouttp.csv launch version 2022-06-15 08:12:17 -04:00
withouttp_final.csv launch version 2022-06-15 08:12:17 -04:00
withpayload.xlsx launch version 2022-06-15 08:12:17 -04:00
withtp.csv launch version 2022-06-15 08:12:17 -04:00
withtp_filtered.csv launch version 2022-06-15 08:12:17 -04:00
withtp_final.csv launch version 2022-06-15 08:12:17 -04:00

Ground Station

These will be our major tasks:

  • Laptop
  • XBEE
  • Antenna (Probably Yagi)

Antenna ↔ XBEE ↔ Laptop

Our Jobs:

Implement an ability to send the following commands

  • CX: Container Telemetry On/Off Command
    • send CXON to the container prior to launch
  • ST: Set Time
    • prefer system time than manually typing in
  • SIM: Simulation Mode Control Command
  • SIMP: Simulated Pressure Data (used in Simulation Mode only)
    • must be able to read pressure data profile file

Saving .CSV file

  • MUST INCLUDE PROPER HEADER
  • Save received data in .csv file, one file for Payload and one for Container (Flight_<TEAM_ID>_C/P.csv)
  • The file should be ready immediately after the launch via USB drive.

Display and plot each data field in real time

  • Must include mission time
  • Must show sent and received packets count

Send real time data to MQTT broker