A web application for visualizing EdgeTX flight log data.
- Can import multiple EdgeTX / OpenTX
.csv
log files. - Each log is sortable by model, date, duration, max altitude and max distance
- Visualize flight paths on a 3D globe.
- Line color can show flight mode or any numerical log value.
- Playback flight with scrubbable timeline.
- Logs can be exported to GPX or KML format along with an altitude offset.
How to enable telemetry logs on your EdgeTX / OpenTX device
- Blog - https://oscarliang.com/log-telemetry
- Video - EdgeTX Setting Up Telemetry Data Logging to your Radio
- Node.js
- Yarn
- Clone the repository:
git clone <your-repository-url> cd edgetx-log-viewer
- Install dependencies using Yarn:
yarn install
To start the application in development mode:
yarn dev
This will start the Vite development server, typically available at http://localhost:5173
.
To create a production build:
yarn build
The optimized build files will be located in the dist
directory.
To preview the production build locally:
yarn preview
- Small Airplane by Vojtěch Balák CC-BY via Poly Pizza
- Jet by jeremy CC-BY via Poly Pizza
- Drone by NateGazzard CC-BY via Poly Pizza