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. How can i connecting Qt program and nordic board on window OS?
QtWS25 Last Chance

How can i connecting Qt program and nordic board on window OS?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 1.0k 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.
  • S Offline
    S Offline
    streetsoul
    wrote on last edited by
    #1

    I want to control the nordic board via Qt programming on window OS.(using the i2c interface)

    So searching the google about nordic programming by Qt on window. But I can't find the clear answer.

    How can i control the nordic board via Qt programming on window OS???

    kshegunovK 1 Reply Last reply
    0
    • S streetsoul

      I want to control the nordic board via Qt programming on window OS.(using the i2c interface)

      So searching the google about nordic programming by Qt on window. But I can't find the clear answer.

      How can i control the nordic board via Qt programming on window OS???

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      You have to be much more specific than this. For one, I have no idea what "the nordic board" is ...

      Read and abide by the Qt Code of Conduct

      S 1 Reply Last reply
      2
      • kshegunovK kshegunov

        You have to be much more specific than this. For one, I have no idea what "the nordic board" is ...

        S Offline
        S Offline
        streetsoul
        wrote on last edited by
        #3

        @kshegunov
        Thank for your reply...
        At first, nordic board is MCU board made by Nordic Semiconductor. And I using the nRF52-DK...

        My goal is play vibration effect using the Qt program.
        In now, I have a two program.
        One is from driver IC to motor. This program is play vibration effect using the i2c interface.
        Other program is Qt program. I make play, stop function in Qt program. If click the button, play or stop the vibration effect.

        So I need the MCU board control method by qt program.

        Pablo J. RoginaP 1 Reply Last reply
        1
        • S streetsoul

          @kshegunov
          Thank for your reply...
          At first, nordic board is MCU board made by Nordic Semiconductor. And I using the nRF52-DK...

          My goal is play vibration effect using the Qt program.
          In now, I have a two program.
          One is from driver IC to motor. This program is play vibration effect using the i2c interface.
          Other program is Qt program. I make play, stop function in Qt program. If click the button, play or stop the vibration effect.

          So I need the MCU board control method by qt program.

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @streetsoul have you already downloaded and installed the nRF5 SDK?

          If so, have you been able to try any of the examples provided there?

          As far as I know, Qt doesn't provide out-of-the-box support for I2C protocol. But if you find any C/C++ I2C library for Windows (maybe already provided by the before mentioned SDK?) you should have no problems using/integrating it with a Qt application

          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
          3
          • aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by aha_1980
            #5

            my first question would be, how do you connect the board to your PC by I2C?

            Qt has to stay free or it will die.

            Pablo J. RoginaP 1 Reply Last reply
            3
            • aha_1980A aha_1980

              my first question would be, how do you connect the board to your PC by I2C?

              Pablo J. RoginaP Offline
              Pablo J. RoginaP Offline
              Pablo J. Rogina
              wrote on last edited by
              #6

              @aha_1980 said in How can i connecting Qt program and nordic board on window OS?:

              my first question would be, how do you connect the board to your PC by I2C?

              Yes, good point. Maybe using something like this USB-I2C bridge? Let's see what the OP tell us.

              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

              • Login

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