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. Qt/QML app and FPGA

Qt/QML app and FPGA

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
fpgaethernetqt qmludp
3 Posts 3 Posters 373 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
    Sajjad Ali
    wrote on 6 Apr 2024, 07:01 last edited by
    #1

    Hello,

    I have an FPGA that takes FFT of incoming signal. It genertes a result that will be communicated using UDP to PC through ethernet. I have a Qt/QML app that displays graph.

    How can I write the code to receive incoming data. I have no idea. I am new to Qt.

    Anyone has done this before?
    Please outline the steps I need to take.
    What parts of documentation I need to read?
    Examples and tutorials?

    R J 2 Replies Last reply 6 Apr 2024, 08:26
    0
    • S Sajjad Ali
      6 Apr 2024, 07:01

      Hello,

      I have an FPGA that takes FFT of incoming signal. It genertes a result that will be communicated using UDP to PC through ethernet. I have a Qt/QML app that displays graph.

      How can I write the code to receive incoming data. I have no idea. I am new to Qt.

      Anyone has done this before?
      Please outline the steps I need to take.
      What parts of documentation I need to read?
      Examples and tutorials?

      R Offline
      R Offline
      Ronel_qtmaster
      wrote on 6 Apr 2024, 08:26 last edited by
      #2

      @Sajjad-Ali hello.Generally you will need to understand how UDP protocol is working.After that you can check QUdpSocket from Qt.
      here are some links that can help

      https://www.techtarget.com/searchnetworking/definition/UDP-User-Datagram-Protocol
      https://www.bogotobogo.com/Qt/Qt5_QUdpSocket.php

      The second link is a tutorial how to implement UDP protocol in Qt.
      Also Consider the creation of a Class that will handle the udp communication and port it to your QML Interface.

      1 Reply Last reply
      2
      • S Sajjad Ali
        6 Apr 2024, 07:01

        Hello,

        I have an FPGA that takes FFT of incoming signal. It genertes a result that will be communicated using UDP to PC through ethernet. I have a Qt/QML app that displays graph.

        How can I write the code to receive incoming data. I have no idea. I am new to Qt.

        Anyone has done this before?
        Please outline the steps I need to take.
        What parts of documentation I need to read?
        Examples and tutorials?

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 8 Apr 2024, 06:28 last edited by
        #3

        @Sajjad-Ali Start here: https://doc.qt.io/qt-6/qudpsocket.html
        You will also find links to example applications there.

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

        1 Reply Last reply
        0

        3/3

        8 Apr 2024, 06:28

        • Login

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