An open API service indexing awesome lists of open source software.

https://github.com/sav-1305/plotter-2025

Application developed in Dart purposed for display of real-time flight data acquired through telemetry.
https://github.com/sav-1305/plotter-2025

dart data-visualization flutter gui plotter rocketry telemetry

Last synced: 5 months ago
JSON representation

Application developed in Dart purposed for display of real-time flight data acquired through telemetry.

Awesome Lists containing this project

README

          

# Real-Time Data Plotter
---
## Objective
Design and Implement an application to display and record real-time flight data, oriented to the flight of a Sounding Rocket providing data objects inclusive of ```Timestamp```, ```Altitude```, ```Pressure```, ```Velocity```, ```three-axis acceleration and gyroscope readings```, and ```GPS data```. The application should feature a GUI and be capable of:
- Plotting real-time graphs from Serial Data
- Displaying and recording the data points in local storage
- Providing a test-view where functionalities can be displayed via sample flight data

## CHANGELOG
| version | date | comment |
| ------- | ---- | ------- |
| 1.0 | 09-03-2025 | Initial Commit.
- Altitude plot in main.dart file |
| 1.1 | 10-03-2025 | Add Widgets.
- Added widget for single graph (graph_widget)
- Plots for Altitude, Velocity, and Pressure |
| 2.0 | 13-03-2025 | Add multiple views.
- Added Dashboard for graphs and port view for raw data
- Added Drawer to switch between port view and dashboard |
| 2.1 | 14-03-2025 | Add 3-axis Acceleration Graph |
| 2.2 | 15-03-2025 | - Stylize Dashboard
- Retain current index between dashboard and port view |