A Python-based Ground Control Station (GCS) developed using PyQt5 for monitoring and visualizing CanSat telemetry data in real time. The application provides an interactive dashboard with live graphs and mission control features.
- Multi-tab GUI using PyQt5
- Real-time telemetry visualization
- Live plotting with Matplotlib
- CSV-based telemetry data processing
- Mission control interface
- Automatic graph updates using QTimer
- Python
- PyQt5
- Matplotlib
- Pandas
├── main.py
├── trial_data.csv
├── Logo2.png
├── ground control station.png
└── README.md
pip install pyqt5 matplotlib pandas
python main.py- Python
- GUI Development (PyQt5)
- Data Visualization
- Real-Time Data Processing
- Object-Oriented Programming
