Skip to content

Qt for MCUs

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

142 Topics 445 Posts
  • Is it possible to use desktop classes such as QWidget in Qt for MCUs?

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

    Unsolved ra6m3g renesas quick start
    1
    0 Votes
    1 Posts
    353 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
    922 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
    277 Views
    No one has replied
  • Qt mcu project can't include libraries like QCanBus, QObject?

    Solved
    8
    0 Votes
    8 Posts
    1k 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
    694 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
    357 Views
    No one has replied
  • Accessing C++ file function in QML

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

    Unsolved
    2
    0 Votes
    2 Posts
    595 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.
  • QML support on ESP32-S3

    Moved Unsolved
    2
    0 Votes
    2 Posts
    863 Views
    JKSHJ
    @Mahesh-Babu said in QML support on ESP32-S3: Can you please let me know whether QML is supported in ESP32-S3 MCU. Same answer as https://forum.qt.io/topic/141879/qt-support-for-esp32-s3 MCUs use Qt Quick Ultralite, not regular Qt Quick: https://doc.qt.io/QtForMCUs-2.3/qtul-overview.html
  • QSerialPort.write() integrity

    Locked Unsolved
    2
    0 Votes
    2 Posts
    421 Views
    SGaistS
    Hi, Please don't post the same question in multiple sub-forum, one is enough. Duplicate Closing this one.
  • Old 2018 Qt blog archived; Qt for MCU

    Unsolved
    1
    0 Votes
    1 Posts
    292 Views
    No one has replied
  • STM32MP153C/F

    Unsolved
    1
    0 Votes
    1 Posts
    361 Views
    No one has replied
  • How to enable FPS in QTforMCU?

    Unsolved
    4
    0 Votes
    4 Posts
    717 Views
    JKSHJ
    @srai20 said in How to enable FPS in QTforMCU?: Where to open this support ticket? Can you please provide the link? https://account.qt.io/
  • Variable QMAKE_CXX.COMPILER_MACROS is not defined.

    Unsolved
    1
    0 Votes
    1 Posts
    408 Views
    No one has replied
  • Tumbler Object: How to disable the editing through touch

    Solved qml tumbler
    2
    0 Votes
    2 Posts
    601 Views
    P
    Problem Fixed: Tumbler inherits a property called "enabled" from "Item". This property holds whether the item receives mouse and keyboard events. By default this is true. Changing "enabled" to false solved the issue.
  • Qt for MCUs can be used under license (L)GPL

    Solved
    2
    0 Votes
    2 Posts
    576 Views
    kkoehneK
    There's Qt, and there's Qt for MCUs. They don't share the same code base. Qt is available under commercial licenses from The Qt Company, and LGPL (some modules under GPL). Qt or MCUs is only available under commercial licenses from The Qt Company.
  • Not able to build Qt Open Source for IMX6

    Unsolved
    1
    0 Votes
    1 Posts
    388 Views
    No one has replied