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. What is the best way to store datas coming from a drone?
Forum Updated to NodeBB v4.3 + New Features

What is the best way to store datas coming from a drone?

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

    We have a project, we are working on a quadcopter.
    I design a chart gui for parameters of our drone.
    I want store the holl datas which are in the chart. And then upload the stored datas on the chart.
    How can i do it?
    What is the best way to do it?
    Im open to any idea
    Thank you

    jsulmJ 1 Reply Last reply
    0
    • F firsnur96

      We have a project, we are working on a quadcopter.
      I design a chart gui for parameters of our drone.
      I want store the holl datas which are in the chart. And then upload the stored datas on the chart.
      How can i do it?
      What is the best way to do it?
      Im open to any idea
      Thank you

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

      @firsnur96 What data is that? How big is the amount of data? What do you want to do with this data?
      "parameters of our drone" - do you mean this data is some kind of configuration for your drone? Please provide more information.

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

      F 1 Reply Last reply
      0
      • jsulmJ jsulm

        @firsnur96 What data is that? How big is the amount of data? What do you want to do with this data?
        "parameters of our drone" - do you mean this data is some kind of configuration for your drone? Please provide more information.

        F Offline
        F Offline
        firsnur96
        wrote on last edited by
        #3

        @jsulm we can say config yes, i want to store the best values for roll pitch and yaw. Actually, the values of controller

        jsulmJ Kent-DorfmanK 2 Replies Last reply
        0
        • F firsnur96

          @jsulm we can say config yes, i want to store the best values for roll pitch and yaw. Actually, the values of controller

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

          @firsnur96 You can use JSON for that. https://doc.qt.io/qt-5/json.html
          If you want to store configuration for the drone on the machine where your app is running and then send it to the drone you can also use https://doc.qt.io/qt-5/qsettings.html

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

          F 1 Reply Last reply
          1
          • jsulmJ jsulm

            @firsnur96 You can use JSON for that. https://doc.qt.io/qt-5/json.html
            If you want to store configuration for the drone on the machine where your app is running and then send it to the drone you can also use https://doc.qt.io/qt-5/qsettings.html

            F Offline
            F Offline
            firsnur96
            wrote on last edited by
            #5

            @jsulm thank you

            1 Reply Last reply
            0
            • KH-219DesignK Offline
              KH-219DesignK Offline
              KH-219Design
              wrote on last edited by
              #6

              @firsnur96 By no means do I wish to dissuade you from your current path of developing your application. Please continue and I wish you maximum success! Meanwhile, I just want to point out a related Qt drone project (with lively and active contributions), just in case you hadn't known of it: https://github.com/mavlink/qgroundcontrol

              On the other hand, I am not sure about the Licensing requirements of https://github.com/mavlink/qgroundcontrol , so if you are working on a commercial program, you may wish to intentionally refrain from studying qgroundcontrol, so you can avoid the risk of copying any "viral GPL" code into what you intended to sell as a closed-source app.

              www.219design.com
              Software | Electrical | Mechanical | Product Design

              1 Reply Last reply
              1
              • F firsnur96

                @jsulm we can say config yes, i want to store the best values for roll pitch and yaw. Actually, the values of controller

                Kent-DorfmanK Offline
                Kent-DorfmanK Offline
                Kent-Dorfman
                wrote on last edited by Kent-Dorfman
                #7

                @firsnur96 said in What is the best way to store datas coming from a drone?:

                i want to store the best values for roll pitch and yaw. Actually, the values of controller

                a relevant semantical difference is that telemetry "from the drone " is NOT values of the controller. They are related but not the same thing.

                Is not what you are really asking for "current platform orientation?"

                F 1 Reply Last reply
                1
                • Kent-DorfmanK Kent-Dorfman

                  @firsnur96 said in What is the best way to store datas coming from a drone?:

                  i want to store the best values for roll pitch and yaw. Actually, the values of controller

                  a relevant semantical difference is that telemetry "from the drone " is NOT values of the controller. They are related but not the same thing.

                  Is not what you are really asking for "current platform orientation?"

                  F Offline
                  F Offline
                  firsnur96
                  wrote on last edited by
                  #8

                  @Kent-Dorfman said in What is the best way to store datas coming from a drone?:

                  Is not what you are really asking for "current platform orientation?"

                  Yes, actually i want it. Im so new working with drones, sorry if i use wrong some terms

                  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