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. Arduino and QT Creator
Qt 6.11 is out! See what's new in the release blog

Arduino and QT Creator

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 9.8k 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.
  • J Offline
    J Offline
    Joey
    wrote on last edited by
    #1

    Hello Folks,

    I would like to create a GUI that will have a START and STOP sampling button and a plot window to open to display the sampled waveform once the STOP button has been clicked. How can I do that? I need your help. Thanks
    NB: I'm interfacing the QT Creator to Arduino

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Hi Joey.
      Welcome to DevNet.
      First of all, a title of your post is little bit confusing, QtCreator is a just an IDE. Change title to something like "Ardunio... interacting...".
      About your question " How can I do that?".
      Which interface you want use for interacting with ardunio?
      What is your c++ and Qt knowledge level?

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Joey
        wrote on last edited by
        #3

        Yes, I want it to interact with arduino. I'm not so fantastic on C++. But for QT, I'm new.
        Thanks

        1 Reply Last reply
        0
        • I Offline
          I Offline
          ion_knight
          wrote on last edited by
          #4

          Well i expect that probably you making things hard for yourself how about using AtmelStudio's and C to create and save the waveform (then send it to ur pc via serial). Then just use Qt to display the Waveform just my two cents but might give you an idea.

          1 Reply Last reply
          0
          • Q Offline
            Q Offline
            qxoz
            wrote on last edited by
            #5

            Well, i think you are familar with Ardunio, otherwise you can find all info from "http://www.arduino.cc/":http://www.arduino.cc/ .
            For Qt:

            1. "Getting Started with Qt":http://qt-project.org/doc/qt-5.1/qtdoc/gettingstarted.html
            2. "C++ GUI Programming with Qt":http://qt-project.org/books/view/c_gui_programming_with_qt_4_2nd_edition_the_official_c_qt_book and "The Transition from Qt 4.x to Qt 5":http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5
            3. "http://voidrealms.com":http://voidrealms.com/tutorials.aspx?filter=qt

            I hope this can help you to getting started

            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