Multi-purpose serial data visualization & processing program
Serial Studio is a multi-platform, versatile data visualization tool designed for embedded engineers, students, hackers, and teachers. It allows users to visualize, analyze, and represent data from their projects and devices without needing custom, project-specific visualization software. Serial Studio offers a flexible solution that adapts to a wide range of use cases, making it ideal for both educational and professional environments.
The tool was born out of my experience in multiple CanSat-based competitions, where I often found myself developing new Ground Station Software for each project. Over time, I realized it would be more efficient and sustainable to maintain a single, flexible Ground Station Software that allows users to define how incoming data is processed and displayed.
Today, Serial Studio is a powerful and adaptable tool, suitable not only for CanSat competitions but for any data acquisition and visualization project. It supports data retrieval from a wide range of sources, including hardware and software serial ports, MQTT, Bluetooth Low Energy (BLE), and network sockets (TCP/UDP).
Read this document in other languages: Español 简体中文 Deutsch Русский Français
Visit the Wiki for comprehensive guides, including:
To compile Serial Studio, the only required dependency is Qt. The desktop application compiles with Qt 6.8.0.
If you’re compiling on GNU/Linux, you’ll also need to install libgl1-mesa-dev
:
sudo apt install libgl1-mesa-dev
Here’s the list of required Qt modules:
Once Qt is installed, you can compile the project by opening the CMakeLists.txt file in your preferred IDE or by using the command line:
mkdir build
cd build
cmake ../
cmake --build . -j 16
Open source software thrives on collaboration, creativity, and the generosity of its users. By supporting Serial Studio, you are directly contributing to its growth, sustainability, and ability to impact countless developers, makers, educators and innovators around the world.
If this project has helped you or inspired you, consider supporting it with a donation. Even small contributions make a big difference. Your generosity will keep this tool evolving and help more people to unlock their potential with open source software.
This project is licensed under the MIT License. For more details, see the LICENSE file.