Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt for Microcontrollers 2.0 for console app
Forum Updated to NodeBB v4.3 + New Features

Qt for Microcontrollers 2.0 for console app

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 215 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ocgltdO Offline
    ocgltdO Offline
    ocgltd
    wrote on last edited by
    #1

    I am building a console app to run on a Rasberry Pi, which will reside in a vehicle.

    In searching for low power alternatives, I'm running into microcontrollers a lot (eg ESP32). This is very tempting.

    I have already built a lot of code in Qt/C++ using QObjects and other core libraries.

    Is it possible to port my app to Qt for Microcontrollers 2.0? From the Qt pages I read there's lot of discussion on GUI, but little on core libraries.

    1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      according to the docs, it looks like it's heavily weighted to QML GUI generation.

      IMHO, MCU programming should remain in the domain of RTOS control systems. Frameworks will never be as lite as, bare metal programming or a lite weight RTOS like FreeRTOS. I mean...MCUs are for time critical hardware control where sometimes optimizations are at the level of counting machine code instructions and multiplying by SYSCLOCK rate.

      re RPI ... bad juju...it unfortunately gives managers a very unrealistic and simplistic view of what real embedded programming is and you CANNOT write a safety critical application for RPI. they are incompatible.

      Good luck.

      If you meet the AI on the road, kill it.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved