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
Forum Updated to NodeBB v4.3 + New Features

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 1 Jul 2017, 11:37 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 J 2 Replies Last reply 1 Jul 2017, 13:04
    0
    • F fstream0000
      1 Jul 2017, 11:37

      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 1 Jul 2017, 13:04 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
        1 Jul 2017, 11:37

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

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 3 Jul 2017, 05:14 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 3 Jul 2017, 05:37
        1
        • J jsulm
          3 Jul 2017, 05:14

          @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 3 Jul 2017, 05:37 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

          4/4

          3 Jul 2017, 05:37

          • Login

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