- Make sure you have Python 3 installed
- Run the
install.cmdfile - The application will start automatically after installing requirements
- Open a terminal
- Grant execution rights to the script:
chmod +x install.sh
- Run the script:
sudo ./install.sh
- Python 3.x
- PlatformIO
- PyQt5
Issue: PlatformIO commands do not execute
Solution: Make sure PlatformIO is correctly installed and added to PATH
Issue: Errors related to PyQt5
Solution: Reinstall PyQt5: pip3 install --force-reinstall PyQt5
Issue: The application does not start on Linux
Solution: Make sure all requirements are installed:
sudo apt install python3-pyqt5
sudo ./install.sh- Windows 10/11
- Linux (with graphical environment)
- Supported microcontrollers: all compatible with PlatformIO