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. Creating a bike dashboard on raspberry pi
Forum Updated to NodeBB v4.3 + New Features

Creating a bike dashboard on raspberry pi

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.0k Views 1 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.
  • S Offline
    S Offline
    samxaverian
    wrote on last edited by
    #1

    Hi,
    I want to develop an application which will be a speedometer dashboard for of a bike.
    I would be using raspberry pi3 model B for this.
    I am in a very big confusion whether to use Qt Quick application or Qt Widgets based application for this.
    I would need to read the raspberry pi gpio inputs as well as I would have to design the speedometer(which i guess is easier to build in a qml file). The application also needs support of a backend part which could connect to the a database on web.
    Please help me out with these topics:-

    • Which would be a better option: Qt Quick or Qt Widgets ?

    • Is it possible to use a qml file in Qt widgets application ?

    • I have designed an UI in Adobe Illustartor. How to use that file in the application ?

    • Is it possible to read the gpio input output in a Qt Quick application and show the readings in the qml file ?

    • How do I do the backend part ?

    I know its too much to ask but i need to know these or else I'm stuck with great deal of complicated things. It would be a great help if anyone can help me out with these.
    Thanks in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      • If you want fancy animations QtQuick
      • Yes
      • Take a look at Exporting Designs from Graphics Software
      • Create a dedicated class for that in C++ that you will then make available to your QML code.
      • Depends on what you need: Cutelyst, Django, Flask, PHP Slim, NodeJS etc.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

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