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 and arduino
QtWS25 Last Chance

qt and arduino

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.2k Views
  • 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.
  • F Offline
    F Offline
    fstream0000
    wrote on last edited by
    #1

    I am a beginner in qt creator.
    How can i make a qt widget application to blink led in arduino.

    E jsulmJ 2 Replies Last reply
    0
    • F fstream0000

      I am a beginner in qt creator.
      How can i make a qt widget application to blink led in arduino.

      E Offline
      E Offline
      Eeli K
      wrote on last edited by
      #2

      @fstream0000 The question is so general that it's difficult to answer. Create a project, make a GUI with the Designer view, use QSerialPort class...

      1 Reply Last reply
      3
      • F fstream0000

        I am a beginner in qt creator.
        How can i make a qt widget application to blink led in arduino.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @fstream0000 Do you want to run this Qt app on Arduino (which is not possible as Arduino is just a micro-controller without any OS)?
        If not then take a look at http://doc.qt.io/qt-5/qtserialport-index.html
        And as @Eeli-K said: you should ask more specific questions. Qt contains a lot of documentation and examples, start there.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        E 1 Reply Last reply
        1
        • jsulmJ jsulm

          @fstream0000 Do you want to run this Qt app on Arduino (which is not possible as Arduino is just a micro-controller without any OS)?
          If not then take a look at http://doc.qt.io/qt-5/qtserialport-index.html
          And as @Eeli-K said: you should ask more specific questions. Qt contains a lot of documentation and examples, start there.

          E Offline
          E Offline
          Eligijus
          wrote on last edited by
          #4

          @jsulm "Do you want to run this Qt app on Arduino (which is not possible as Arduino is just a micro-controller without any OS)?"
          That's not quite correct as Arduino is just a brand/company name that makes boards, SW and other stuff but not MCU's. In many cases when someone is saying "on arduino" it is correct to assume one is talking about ATmega328. But there are other boardsArduino company is making that can run windows Arduino - Intel Galileo.
          Just my 2 cents :)

          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