Skip to content

Qt for MCUs

Discussions and questions about Qt Quick Ultralite and using Qt on microcontrollers in general

151 Topics 463 Posts
  • STM32H723 or STM32H725 supported

    Unsolved
    1
    0 Votes
    1 Posts
    530 Views
    No one has replied
  • Can't connect cpp to qml project

    Unsolved mcu cpp main stm32f7
    3
    0 Votes
    3 Posts
    961 Views
    A
    @sierdzio Thank you very much for the answer. I tried some tips, but unfortunately not all were applicable in my case, since let's say the same Q_OBJECT is missing in Qt microcontrollers. And in the examples that I'm looking at, it seems that there is no such thing (Q_OBJECT), which is why I ran into a problem, since everything works in the usual Qt for Desktop but not in Qt MCU
  • Delete last character in a string

    Unsolved
    4
    0 Votes
    4 Posts
    3k Views
    sierdzioS
    Ah, you mean in QML, you should have said so :-) In this case you need to look at JavaScript docs for strings. Maybe this will work: property string str: "abc" onClicked:{ str = str.slice(0, -1); console.log(str) }
  • What is the process for porting the Qt Standard Library to the NXP MCUXpresso IDE?

    Unsolved
    1
    0 Votes
    1 Posts
    348 Views
    No one has replied
  • How to develope User Interface by using ESP32-S3 on QT for MCU

    Unsolved
    1
    0 Votes
    1 Posts
    507 Views
    No one has replied
  • Virtual prosthetic arm

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    JonBJ
    @Mitko If you have an API/interface to Python routines you can access them from a Qt application. I cannot speak for what Solidworks provides or whether you can import something from it presumably as Python code into PyCharm.
  • 0 Votes
    1 Posts
    531 Views
    No one has replied
  • MessageQueueInterface

    Unsolved
    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • MessageQueueInterface Class

    Unsolved
    1
    0 Votes
    1 Posts
    316 Views
    No one has replied
  • Is it possible to use desktop classes such as QWidget in Qt for MCUs?

    Unsolved
    3
    0 Votes
    3 Posts
    655 Views
    S
    @JKSH I got it. thank you
  • Renesas RA6M3G platform

    Unsolved ra6m3g renesas quick start
    1
    0 Votes
    1 Posts
    381 Views
    No one has replied
  • std::string passed from c++ to qml is not set properly

    Unsolved qul qml qtformcu
    6
    0 Votes
    6 Posts
    1k Views
    M
    @PradeepChinnasamy See https://doc.qt.io/QtForMCUs-2.3/qtul-fonts.html#rendering-dynamic-strings-in-qml
  • How to store Json file?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    SGaistS
    @asp879 hi, What do you want to do with that file ? Depending on that you can use Qt's resource system.
  • Is the Shape QML type supported by NXP 1050?

    Unsolved
    1
    1 Votes
    1 Posts
    316 Views
    No one has replied
  • Qt mcu project can't include libraries like QCanBus, QObject?

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    JKSHJ
    @inusion said in Qt mcu project can't include libraries like QCanBus, QObject?: @JKSH Thank you for answer. I'm trying to do can communication using nxp, but will it work in nxp even if I use the RSCANFD library? You're welcome. RSCANFD is for Renesas MCUs. Please ask your supplier which C/C++ CAN library can be used with your NXP MCU.
  • qt mcu automotive cluster demo

    Unsolved
    4
    0 Votes
    4 Posts
    787 Views
    JKSHJ
    Answered at https://forum.qt.io/topic/142549/qt-mcu-project-can-t-include-libraries-like-qcanbus-qobject
  • Can I have separate compilers per qt mcu module?

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    S
    You can compile them separately, i.e. you select the desktop kit and compile the desktop project, then select the mcu kit and compile the mcu project. However, I am not aware of a way to compile both in one go at the same time. This is not necessarily a restriction from Qt (or rather Qt Creator in this case), but from CMake. You need to teach your CMake project to use two different compilers for different (sub-)projects. I can't help you with this, though.
  • How to get FPS and CPU load in Qt MCU displays?

    Unsolved
    1
    0 Votes
    1 Posts
    401 Views
    No one has replied
  • Accessing C++ file function in QML

    Unsolved
    1
    0 Votes
    1 Posts
    378 Views
    No one has replied
  • Tool chain for ESP32-S3 MCU

    Unsolved
    2
    0 Votes
    2 Posts
    660 Views
    JKSHJ
    Hi, and welcome! @MaheshGontla said in Tool chain for ESP32-S3 MCU: Can you please let me know how to cross compile for it and run in the device. Qt for MCUs are only available to commercial customers, so most users on this forum are unable to use it. Please contact Qt Support for further assistance.