Skip to content

Polo280/ELYOS-Telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ELYOS Telemetry GUI

This repository contains a Graphical User Interface built in QT Quick which allows to visualize, process and store data from a telemetry system of an electric vehicle running in Shell Eco Marathon (SEM).

Disconnected GUI

Requirements

In order to run this app, you must have Qt6 locally installed.

To build, you need to create a build folder and run CMake configuration file CMakeLists.txt provided in this repository.

mkdir build
cd build
cmake ..

Testing the App

To test data visualization and store, you must be connected to a base station or device via USB port of your computer. Use the configure window to set desired baud rate and serial port.

Additional Notes

Before building, you must change the output path for generated CSV to an existing local path on your computer. This is configured in Main.qml at line 356.

CsvHandler.openCsv("C:/Users/jorgl/OneDrive/Escritorio/testqt.csv");

About

Telemetry System ELYOS 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published