Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 587 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 587 Bytes

QtRobo

QtRobo is an application to dynamically create control panels to interact with microcontrollers or development boards like Arduino via serial port on a desktop computer. The project was inspired by the mobile plattform application RoboRemo.

Prequisites

As the project relies on the QT framework it is necessary to have it installed. Additionally the following QT5 libraries also have to be installed:

  • QT5 Serial Port
  • QT5 Quickcontrols 2
  • QT5 Charts

The compilation should be straight forward as the project utilizes the standard qmake build for QT applications.