ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    RB5 not detected by QGroundControl

    Qualcomm Flight RB5 5G Drone
    3
    14
    884
    Loading More Posts
    • 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.
    • tomT
      tom admin
      last edited by

      @Alejandro-M It is not possible to connect an RB5 to QGC via. serial like it is on our Flight Core.

      You can connect to QGC via. two different network options:

      1. WiFi
      2. 5G + VPN

      We've recently released VOXL SDK support for RB5, I would highly recommend upgrading your software to this release by following the instructions here: https://docs.modalai.com/Qualcomm-Flight-RB5-voxl-sdk-upgrade-guide/

      or if you prefer video form:
      https://www.youtube.com/watch?v=SGflQpCfsZs

      Once you've done that you can proceed to connecting to QGC.

      In order to do this over WiFi, you can use either SoftAP mode (using drone as WiFi host) or Station mode (connecting to your local WiFi network, e.g home network or office network). To do this you can use the voxl-wifi tool.

      for station: voxl-wifi station SSID PASS
      for softap: voxl-wifi softap SSID

      You can than connect your ground control station (laptop, pc, tablet) by following the instructions here: https://docs.modalai.com/seeker-user-guide-network/ (Sentinel instructions bubt workflow is the same if you're running VOXL SDK)

      If you would like to connect over 5G, you'll have to use a VPN as by default the IP given on your 5G network is private and not exposed publically, see doc here: https://docs.modalai.com/Qualcomm-Flight-RB5-user-guide-connect-gcs/#connecting-to-qgc-over-5g

      1 Reply Last reply Reply Quote 0
      • A
        Alejandro M.
        last edited by

        Hi @tom, thanks for your answer.

        We have tried to update VOXL SDK as you commented. We used for this a Ubuntu 20.04 virtual machine to operate the flash process. During the fastboot reboot, the flash process was interrupted somehow and now we are not able to use ADB over the device or start the flash process again.
        The device administrator shows the rb5 connection like this:
        78604be9-7dce-4d59-bb26-d82883ddd043-image.png

        Do you know how we should proceed in order to restart the system? Thanks in advance.

        1 Reply Last reply Reply Quote 0
        • tomT
          tom admin
          last edited by

          @Alejandro-M Here is a link to our "unbricking" process: https://docs.modalai.com/Qualcomm-Flight-RB5-QDL/

          A 1 Reply Last reply Reply Quote 0
          • A
            Alejandro M. @tom
            last edited by Alejandro M.

            Hello @tom.
            We have followed the steps for unbricking the device.
            First, with QDL the drone was reseted to a factory image.
            Second, RB5 System Image 1.0.5-M0052-9.1-perf was installed.
            After this, RB5 SDK rb5-flight-sdk-1.1.3 was installed.

            After this the drone seemed to be fixed and working again, but we have found that when enabling PX4 service the drone reboot itself into QUSB_BULK_SN as before the restoration.
            8aaf967f-74bd-4d76-95f1-2512146078b0-image.png

            If we execute systemctl disable rb5-px4-start the drone is stable and does not reboot. Also what we get from m0052-px4 is the following:
            69db9233-b80b-494e-8574-e1e000638e7b-image.png

            Can you help us to find out how to solve this issue? Thanks in advance for your help.

            1 Reply Last reply Reply Quote 0
            • tomT
              tom admin
              last edited by

              @Alejandro-M After doing the unbricking process I would recommend flashing our newest system image + VOXL SDK by following the process here: https://docs.modalai.com/Qualcomm-Flight-RB5-voxl-sdk-upgrade-guide/

              1 Reply Last reply Reply Quote 0
              • A
                Alejandro M.
                last edited by

                Hi @tom,

                Thanks for your support. Our Flight RB5 is now updated to VOXL as you recommended.
                de4b9157-eb93-436c-8139-0fa4b1151cc5-image.png

                We have observed that PX4 commands for checking that the drone is functional are no longer working: systemctl status rb5-px4-start . However the blue LEDs are blinking, so can we asume that the system is working properly and it is ready to connect with QGC?

                On the other hand, we are finding difficulties to establish the VPN connection following this guide https://docs.modalai.com/Qualcomm-Flight-RB5-user-guide-connect-gcs/#connecting-to-qgc-over-5g. Our OpenVPN is active but when we try to connect the dron's client it, we receive the following response:
                8d6d13a7-f004-44ce-89ef-b8b5b731712c-image.png
                Do you know what could be missed in order to make the client connect to the server?

                Again, thanks a lot for your help and your time.

                1 Reply Last reply Reply Quote 0
                • tomT
                  tom admin
                  last edited by

                  @Alejandro-M Recently I've been recommending people try out https://tailscale.com/ for getting a quick VPN connection. it's just an apt install away on RB5 / VOXL2

                  1 Reply Last reply Reply Quote 0
                  • tomT
                    tom admin
                    last edited by

                    @Alejandro-M Also to address your first question, now that you're on VOXL SDK, none of the rb5-* commands will be used anymore and you can refer to the VOXL SDK docs for info: https://docs.modalai.com/voxl-sdk/

                    A good way to see status is with systemctl status voxl-vision-px4

                    Also make sure you have enabled systemctl enable voxl-mavlink-server

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Alejandro M. @tom
                      last edited by

                      Hi @tom,

                      Firstly, thank you for recommending the tailscale solution for connecting using a VPN. This way we were able to establish connection between QGC and the RB5. Also, the guide for VOXL was helpful too.

                      However, we would like to ask for your help since after QGC connects with the RB5 the following error is received:
                      568ccb30-8560-42ee-8720-b1f39615495d-MicrosoftTeams-image.png

                      On the RB5 side the error is the following:
                      8a90596b-3934-4c65-90fc-4d2e9d91616b-MicrosoftTeams-image (1).png

                      Do you know what could be wrong?

                      Thanks in advance for your help.

                      1 Reply Last reply Reply Quote 0
                      • tomT
                        tom admin
                        last edited by

                        @Alejandro-M Do you have the voxl-mavlink-server sysytemd service enabled and running? I see you're running it from the command line, just wondering if it's getting ran twice.

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Alejandro M. @tom
                          last edited by

                          Hi @tom, thank you very much for your responses and support. We managed to finish the Qualcomm RB5 Drone configuration properly. The drone is now ready to fly apparently but we were wondering whether it is possible to get any guide or help in order to prepare a flight with the drone.
                          Thank you again and we are looking forward to you reply.

                          tomT alfa budimanA 2 Replies Last reply Reply Quote 0
                          • tomT
                            tom admin @Alejandro M.
                            last edited by

                            @Alejandro-M I would follow this guide for your first flight: https://docs.modalai.com/Qualcomm-Flight-RB5-user-guide-first-flight/

                            1 Reply Last reply Reply Quote 0
                            • alfa budimanA
                              alfa budiman @Alejandro M.
                              last edited by

                              @Alejandro-M
                              I documented the steps I took to get my RB5 drone from out of the box to flying programmatically with MAVROS. It includes intermediate steps such as wifi and QGround control setup.

                              https://github.com/albud187/uav_nav_ops/blob/manual/RB5_Drone_Setup.docx

                              1 Reply Last reply Reply Quote 0
                              • Martin BrandtM Martin Brandt referenced this topic on
                              • First post
                                Last post
                              Powered by NodeBB | Contributors