Skip to content

Qualcomm Flight RB5 5G Drone

132 Topics 681 Posts

Discussion regarding Qualcomm Flight RB5 5G Drone

  • Streaming 4K video from Qualcomm RB5 drone

    12
    0 Votes
    12 Posts
    3k Views
    Eric KatzfeyE
    @kitkatSG There's generally a couple of different possible video distortions. One is due to the vibration from the motors. If you mount the camera on rubber dampeners you can remove most of this type of distortion. But of course the drone is moving and that causes motion as well. We don't have a recommendation on gimbal but would love to hear if you are able to find something that works well for you. And we have not tried any GStreamer stabilization software so cannot comment on that, but would love to hear if you find a software stabilization solution that works.
  • RB5 Drone and ROS

    7
    0 Votes
    7 Posts
    1k Views
    alfa budimanA
    @Chad-Sweet Alright, if MAVROS hasn't been tested on the RB5 drone then what is the currently established method of programmatically flying it?
  • Extensive Problems with RB5 Drones

    3
    0 Votes
    3 Posts
    686 Views
    alfa budimanA
    Thanks. CTV, CTU and CTT*: detected by usb, connects to wifi / Q Ground control and can be armed / throttled. For some reason these just worked after I pushed the button and powered them on, didn't have to go through the full-flash process. *For CTT it was a Q Ground Control related issue. I saved the parameter file from CTV and loaded it onto CTT. CU7: non-responsive to flash-full process: [INFO] version: 0.0 [INFO] adb installed [INFO] fastboot installed [INFO] qti-ubuntu-robotics-image-qrb5165-rb5-boot.img present [INFO] abl.elf present [INFO] qti-ubuntu-robotics-image-qrb5165-rb5-sysfs.ext4 present [ERROR] Device in fastboot mode. Unable to backup camera files. [INFO] Please bring device out of fastboot mode by first running: fastboot reboot I then enter fastboot reboot and try sudo ./flash-full.sh again. It gets stuck at [INFO] version: 0.0 [INFO] adb installed [INFO] fastboot installed [INFO] qti-ubuntu-robotics-image-qrb5165-rb5-boot.img present [INFO] abl.elf present [INFO] qti-ubuntu-robotics-image-qrb5165-rb5-sysfs.ext4 present [INFO] Saving camera calibration files and is no longer detected by usb. However, when I push the button again, it does appear on lsub and fastboot devices. c9ce2d0d fastboot
  • Mavproxy-GCS-RB5

    1
    0 Votes
    1 Posts
    399 Views
    No one has replied
  • Using a Doodle Radio

    1
    1 Votes
    1 Posts
    457 Views
    No one has replied
  • High-Res Camera Blurry

    3
    0 Votes
    3 Posts
    692 Views
    Cody GrahamC
    Thanks! I was able to do that. I just wanted to make sure before finding a tool small enough to be able to do that, and trying to twist the lens without knowing if it should be twisted.
  • RB5 Keeps Bricking

    2
    0 Votes
    2 Posts
    568 Views
    tomT
    @Cody-David-Graham Thank you for moving over here! Will pass this along to the team.
  • RB5 Incorrect Altitude in QGC

    3
    0 Votes
    3 Posts
    529 Views
    J
    No, I don't believe so. I only have one RB5 in the lab.
  • 0 Votes
    6 Posts
    1k Views
    Eric KatzfeyE
    @Jey-Lites Please be aware that we are currently shipping our VOXL 2 drone (Sentinel) and that you can purchase the VOXL 2 board without the drone as well. The VOXL 2 features the same Qualcomm QRB5165 device that is on Qualcomm Flight RB5 but in a much smaller form factor. Please refer to the comparison of our development platforms here: https://www.modalai.com/pages/development-kits
  • RB5 UART for external FC not working.

    uart rb5 drivers external fc
    6
    0 Votes
    6 Posts
    2k Views
    W
    @modaltb hello, when will the next SDK release be available? Would love to the UARTs working for external FC. Thank you.
  • RB5 video streaming does not show up on QGC

    7
    0 Votes
    7 Posts
    2k Views
    K
    Hi @Cliff-Wong , Thanks for showing the streaming method using gst-launch command. I have used a similar command to stream camera=2 (suppose this one is 4K camera in my RB5 as I check all cameras from 0 to 4). However, when I increase resolution of video more than 640x480, the color of the video looks weird. For example: 640x480: [image: 1655693397940-640x480.png] But when increasing resolution higher than 720x480, e.g., 1920x1080, the color of the image is weird. For example, blue color on the EXIT board will turn to orange (I cannot upload the large image on this website). Do you know how and where to fix this issue? Btw, I have increased bitrate=10,000,000 in qtiqmmfsrc but it does not help.
  • RB5 motor does not spin even after successful arm

    15
    0 Votes
    15 Posts
    2k Views
    S
    @Adrian-Hidalgo Thank you for your patient! Recall the changes between spin and no-more-spin is active VIO and VOA services while indoor. Then disable both VIO and VOA service, but motor no longer spin after reboot. Finally found a solution without flashing the system image: Step 1: load https://gitlab.com/voxl-public/flight-core-px4/px4-parameters/-/blob/master/helpers/rb5/ekf2_outdoor_gps_mag.params Step 2: set vehicle param COM_ARM_WO_GPS to 1 Step 3: power cycle RB5 Now arm RB5 after it comes back online, motor spins. -:) Hope this helps anyone else running into same issue.
  • Connecting to a private 5G network

    3
    1 Votes
    3 Posts
    1k Views
    tomT
    @chris_macdonald @kitkatSG Here is an example of how to send an AT command to the Quectel modem: echo -ne "AT+QNWPREFCFG=\"mode_pref\",LTE:NR5G\r" | busybox microcom -t 1000 /dev/ttyUSB2 The above gets ran as part of rb5-modem in order to set the network preference to allow both LTE and 5G. Here is a link to the Quectel RM5* series modem AT command manual, you can probably find a relevant AT command to use there: https://www.quectel.com/wp-content/uploads/2021/05/Quectel_RG50xQRM5xxQ_Series_AT_Commands_Manual_V1.2.pdf
  • Request backup files for system image re-flashing

    4
    0 Votes
    4 Posts
    905 Views
    JehyunChaJ
    @tom Thank you! I received your email. I'll try it.
  • Spectrum failed to enter binding mode

    5
    0 Votes
    5 Posts
    1k Views
    S
    Indeed, my bad, early RB5 has RC version 1.0. Bind successfully now after connecting AR6210 manual bind satellite. Thank you, Chad! Thank you, Adrian!
  • RB5 mission mode

    1
    0 Votes
    1 Posts
    364 Views
    No one has replied
  • Reading camera frames from rb5-camera-server

    2
    0 Votes
    2 Posts
    574 Views
    Chad SweetC
    We are working on a port of VOXL SDK for the RB5 Flight platform right now. We expect a stable release in late June / early July The code is available on the dev branch. If you are comfortable recovering your system into a known, working state, then you could try to install now and see if what is there works for you. VOXL SDK of course has all of the flexibility built in to have multiple clients, etc.
  • How to enable ADB connection?

    2
    0 Votes
    2 Posts
    585 Views
    Matt LohierM
    Hi @JehyunCha, Welcome to the RB5 Platform! It's likely you need to set up ADB. Generally, we recommend you start by following the RB5 User guide linked Here before checking our the RB5 SDK. This page in particular should help you out: Connect over ADB, as well as Set up ADB Let us know if you are still having trouble, Matt
  • RB5 Ethernet Add-on

    4
    0 Votes
    4 Posts
    678 Views
    tomT
    @joshuagaus You would use the 4 pin JST USB port on the modem carrier board.
  • RB5 unable to connect to hotspot

    11
    0 Votes
    11 Posts
    2k Views
    tomT
    @justinGE This is good information, thanks for sharing!