Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Display panel for Qt embedded, what device?
Forum Updated to NodeBB v4.3 + New Features

Display panel for Qt embedded, what device?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 1.7k 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.
  • M Offline
    M Offline
    Marek
    wrote on last edited by A Former User
    #1

    Hi,
    I would like to use Qt to make an application for 7" touch screen panel mounted in the wall (inside house). Panel is a piece of electronic board which I could do myself, the question is what hardware should I put into such a board to have the Qt running on this board. Board should communicate with the rest of the system using CAN protocol.
    Perhaps there are some "ready to go" devices/boards I could use ? Or microcomputers (raspberry like) that would do the job ?

    Best Regards
    Marek

    1 Reply Last reply
    0
    • Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @Marek if you could use a Raspberry Pi, I'd say go that way. It's a proven platform for Qt and you'll have lots of references about cross-compiling, deploying, etc. In addition, by using a RPi you can have easy access to CAN Bus boards (i.e. PiCAN2)

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • M Offline
        M Offline
        Marek
        wrote on last edited by
        #3

        Hi

        I'm affraid that RPI will generate to much heat, especially when closed in electric can in the wall.

        aha_1980A 1 Reply Last reply
        0
        • M Marek

          Hi

          I'm affraid that RPI will generate to much heat, especially when closed in electric can in the wall.

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Marek The beagleboard project https://beagleboard.org/bone has some boards with CAN included.

          There are a lot more modules, e.g. the SOM fromToradex, but these target the professional market and need a carrier board that you would have to design yourself.

          Qt has to stay free or it will die.

          M 1 Reply Last reply
          0
          • aha_1980A aha_1980

            @Marek The beagleboard project https://beagleboard.org/bone has some boards with CAN included.

            There are a lot more modules, e.g. the SOM fromToradex, but these target the professional market and need a carrier board that you would have to design yourself.

            M Offline
            M Offline
            Marek
            wrote on last edited by
            #5

            @aha_1980 In the project I'm doing we are making our own PCB, usually for communication or as asimple digital panel that displays for instance current temperature in the room. Now I need some panel that will display more data, an application actually. Every software in this project is done with Qt, so I thought that instead of ATmega or ATxmega with some graphic from 90's I could use Qt/QML but I need something more reliable than RPI mounted in the wall.
            Toradex seems to be nice option, any more related links?

            Best Regards
            Marek

            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