Skip to content

Qt for MCUs

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

132 Topics 445 Posts
  • Welcome to the Qt for MCUs forum!

    Pinned Locked
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    11 Posts
    299 Views
    SGaistS

    @IBO_GO in which language did you write your HAL ?

    Because if it's either C or C++ you can use that as any other library. If not, then please give more details about what you already have, in which language, etc.

  • Unable to render 1920x720 assets in traveo CYT4DN platform

    Unsolved
    1
    0 Votes
    1 Posts
    38 Views
    No one has replied
  • why bootloader is necessary for traveoII to run Qt?

    Solved
    4
    0 Votes
    4 Posts
    109 Views
    V

    Never mind guys @JonB @SGaist i figured it out, thanks for the response.

  • Using LIRC in Qt creator

    Unsolved
    12
    0 Votes
    12 Posts
    320 Views
    M

    @jsulm said in Using LIRC in Qt creator:

    @markolino_it said in Using LIRC in Qt creator:

    I don't know if in my old version of qt5 there is the package manager.

    @SGaist was talking about the packet manager of your Linux distribution!
    Sinse Raspbian is a Debian derivate you have to use apt.
    All you have to do is:
    sudo apt install liblirc-dev

    Oh sorry, now I understand. Yes i use it a lot of course...for the other packages, sorry for that I am a noob of Linux! So I will test the Lirc-less solution and Lirc solution and I let you know.

    Thank you.

  • 0 Votes
    1 Posts
    76 Views
    No one has replied
  • STM32H747I-DISCO QT

    Unsolved
    1
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • QT with MCUs

    Unsolved
    2
    1 Votes
    2 Posts
    282 Views
    C

    I have the same similar question on STM32H743

  • esp32 full UI and Tutorial

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    sbelaS

    I think you can not use QML/widget in eps32. It is too limited in resources (memory/cpu speed/flash). You can use to develop the project but there is plugins to vscode and they have their own IDE to do that much more productively. But this is only my opinion.

  • Does Qt for MCU offer these features

    Unsolved
    1
    0 Votes
    1 Posts
    165 Views
    No one has replied
  • Qt and ARINC661

    Solved
    3
    0 Votes
    3 Posts
    242 Views
    L

    @Axel-Spoerl thanks for your reply. I once used Qt to design aircraft simulator displaying
    system and hear ARINC661 from an aircraft CDS design engineer. I just wonder if Qt has an ARINC661 solution, it would be a very useful tool in aviation industry.
    By the way, I find that GL studio, VAPS and SCADE have solutions for ARINC661.

  • 2.8.0

    Locked Unsolved
    2
    0 Votes
    2 Posts
    201 Views
    jsulmJ

    @Qt_lover_with_OS_license Please don't double post!
    https://forum.qt.io/topic/157942/qt-for-mcus

  • QT for MCUs compatibility for 7 inch display

    Unsolved
    3
    0 Votes
    3 Posts
    226 Views
    L

    @jsulm Thank you

  • 0 Votes
    6 Posts
    249 Views
    jsulmJ

    If I could I would already have helped.
    Please keep in mind that this is a forum mainly driven by volunteers.
    If you need fast support you should consider to become commercial Qt user, in that case Qt Company will provide support.

  • RLE compression

    Unsolved
    2
    0 Votes
    2 Posts
    267 Views
    A

    as the error message mentioned, you are using "OnDemand" to load the image without giving "Cache" to extract.
    https://doc.qt.io/QtForMCUs/qtul-qmlproject-imagefilesnode-mcu-resourcecachepolicy.html

    I guess you are using PNG compression rather than RLE compression.

    For RLE compression you don't have to enable
    https://doc.qt.io/QtForMCUs/qtul-qmlproject-imagefilesnode-mcu-resourcecompression.html
    this option is for PNG compression.

    check your qmlproject file, if resourceCompression is true, try to change it to false.

  • QT for CYTVII-C-2D-6M-327-SET

    Unsolved
    3
    0 Votes
    3 Posts
    279 Views
    V

    @jsulm yes, i tried but they said like i need active QT license to get support directly from QT.

  • Qt for AM437x TI SDK ver4.3 target with linux os

    Unsolved
    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • 0 Votes
    1 Posts
    147 Views
    No one has replied
  • 0 Votes
    4 Posts
    510 Views
    P

    @Ronel_qtmaster
    i use following command in cmake i solve this proble
    install(TARGETS UntitledProject
    ARCHIVE DESTINATION lib
    LIBRARY DESTINATION lib)

  • Tab order does not work in Qt

    Unsolved
    2
    0 Votes
    2 Posts
    299 Views
    Christian EhrlicherC

    Please provide a minimal, compilable example of your problem. No designer stuff needed to reproduce this issue.