Skip to content

Latest commit

Β 

History

History
29 lines (20 loc) Β· 1.04 KB

File metadata and controls

29 lines (20 loc) Β· 1.04 KB

πŸ›°οΈ Satellite Telemetry Simulator

Satellite Telemetry Simulator

A real-time telemetry dashboard simulating satellite metrics using Python and Streamlit.

πŸš€ Features

  • Live telemetry simulation (Battery, Temperature, Altitude, Signal, Solar Output)
  • Real-time charts and metric cards
  • Alerts for critical readings (Battery < 20%, Temp > 70Β°C)
  • Fullscreen chart view toggle
  • Export data as CSV
  • Deployed on Streamlit Cloud

πŸ“Έ Screenshot

chart dashboard

🌐 Live Demo

Click here to open the Satellite Telemetry Simulator

πŸ’» Run Locally

git clone https://github.com/your-username/satellite-telemetry-simulator.git
cd satellite-telemetry-simulator
pip install -r requirements.txt
streamlit run telemetry_dashboard.py