Probability Arduino uno + TFT display + Qt = Best & Low Cost HMI & any More.
Unsolved
Language Bindings
-
I am using Arduino Uno + TFT touch screen. I want to create an GUI application in QT creator. Is it possible to upload that project using Arduino IDE? Or what will be the way to get that application worked on Arduino?
Please forgive me if I have asked silly question. Because I am very new at Arduino and Qt Creator. -
Arduino UNO (I assume the ATmega based one) is too weak to run Qt - it does not have enough memory and CPU power.
-
Depends on what you need, really.
RaspberryPi is an obvious choice. There are also some ARM-based Arduinos, but I don't know them enough to tell if Qt will work and how easy it will be to set it up.