A real-time telemetry dashboard simulating satellite metrics using Python and Streamlit.
- 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
Click here to open the Satellite Telemetry Simulator
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
