Skip to content

Qualcomm Flight RB5 5G Drone

132 Topics 681 Posts

Discussion regarding Qualcomm Flight RB5 5G Drone

  • Unknown px4 firmware after SDK upgrade

    7
    3
    0 Votes
    7 Posts
    1k Views
    V
    I created a new topic about the GPS problem https://forum.modalai.com/topic/3612/outdoor-navigation-gps-problem
  • Outdoor navigation problem

    22
    0 Votes
    22 Posts
    7k Views
    Amin BassiriA
    @Eric-Katzfey ok, Thanks, we tested GPS M10 and the problem solved.
  • IMU Server not working VOXL/RB5 Flight

    3
    2
    0 Votes
    3 Posts
    779 Views
    tomT
    @czarsimon You may want to open your own thread, RB5 handles IMUs differently than VOXL 2 so the solution will likely be different
  • Seeking Guidance on RB5 Drone Control System Development

    5
    0 Votes
    5 Posts
    971 Views
    Eric KatzfeyE
    @Amin-Bassiri The RB5 drone uses the PX4 autopilot software https://px4.io/
  • what’s the function of this module?

    1
    1
    0 Votes
    1 Posts
    329 Views
    No one has replied
  • MAVSDK not connecting to the RB5 drone

    9
    0 Votes
    9 Posts
    2k Views
    Eric KatzfeyE
    @Advait-Pandit You can trace the packets used for the QGC connection with tcpdump and compare against what is happening with mavsdk. That should help you to understand what is going wrong.
  • RB5 drone goes to a different height than I input

    12
    0 Votes
    12 Posts
    2k Views
    A
    @Eric-Katzfey Thank you for the advise, I will take a look!
  • 0 Votes
    4 Posts
    906 Views
    Eric KatzfeyE
    @Advait-Pandit Please open a new thread for this new topic. Also, you are asking about a PX4 software behavior so it would be good to ask that question on the PX4 forum also.
  • RB5 High Accelerometer Bias Fail

    4
    1
    0 Votes
    4 Posts
    1k Views
    ModeratorM
    @vjuliani yes, it will update everything
  • Calibrate IMU RB5

    9
    1
    0 Votes
    9 Posts
    2k Views
    V
    Yes, @tom. Thank you
  • how to stop wlan0 mac address randomization

    8
    0 Votes
    8 Posts
    2k Views
    Amin BassiriA
    follow this adb shell sudo nano /etc/dhcpcd.conf copy your ip in the page like this: interface wlan0 static ip_address=192.168.1.35/24 static routers=192.168.1.7 static domain_name_servers=192.168.1.7 have look at this link also. https://www.makeuseof.com/raspberry-pi-set-static-ip/
  • qvio error: IMU_MISSING STALLED

    8
    10
    1 Votes
    8 Posts
    2k Views
    S
    @tom thanks tom! with voxl-configure-sku -w I assumed the option to select is 6) px4-autonomy-dev-kit i then ran voxl-configure-mpa saw a few errors but the qvio is working now with no errors. Sabri
  • ROS 2 Setup on RB5 Flight

    3
    0 Votes
    3 Posts
    948 Views
    A
    @tom Thank you for your response, I went through the link you mentioned and had the following issues: I had already setup the environment source from the video I mentioned earlier with the line: source opt/ros/dashing/setup.bash Is there a way to change it, or would it require a clean install? Moreover, as I am new to this, I am having some trouble understanding the "MPA - to - Ros2" steps mentioned in the document. Can you please elaborate on the command lines I should execute for the steps mentioned. Thanks again!
  • Issues about ssh RB5

    19
    2
    0 Votes
    19 Posts
    2k Views
    Qin YangQ
    @Alex-Kushleyev Thank you very much for the solution, I fix it and it works. : )
  • Qualcomm Flight RB5 5G Connecting to a Cellular Network?

    2
    0 Votes
    2 Posts
    544 Views
    ModeratorM
    Yes, the Qualcomm Flight RB5 User Guide will send you to the 5G modem user guide if you are using the latest software.
  • Support of modalai image sensors in Qualcomm RB5 Flight Dev Kit

    2
    0 Votes
    2 Posts
    619 Views
    ModeratorM
    @Anubhav No, the Qualcomm Flight RB5 Reference drone uses the Thundercomm QRB5165 SOM. The Sentinel has the same QRB5165 using VOXL 2 and is built with the same sensor configurations as the Qualcomm Flight RB5. VOXL 2 has the same computing power as the Thundercomm RB5 SOM, but a much broader support for different image sensors.
  • VOXL 2 IO RC with RB5 Flight on recent VOXL SDK releases

    3
    0 Votes
    3 Posts
    660 Views
    Eric KatzfeyE
    @Eric-Katzfey There is a new dev version of voxl-px4 located here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-px4_1.14.0-2.0.61-202312011240_arm64.deb. Can you wget that and then load it on top of SDK 1.1.1? You can then modify the /etc/modalai/voxl-px4.conf file to specify RC=M0065_SBUS to use M0065 with SBUS. Once you restart you should have it working with M0065 SBUS. It has received very minimal testing at this point but you are welcome to give it a shot.
  • USB3 streaming slower then expected

    15
    0 Votes
    15 Posts
    2k Views
    Eric KatzfeyE
    @chinkey I ran a few tests yesterday. I used the speedtest-cli application with a USB dongle. In the first test I connected a USB 2.0 Ethernet dongle to my laptop and got around 90 Mbps. I then connected that dongle to the RB5 USB port and also got about 90 Mbps. I then tried a USB 3.0 Ethernet dongle. On the laptop I saw about 520 Mbps but was only able to achieve about 250 Mbps on RB5. So I think that's pretty similar to what you were seeing. It's unclear at this time why there is such a difference.
  • RB5 System Clock Issues

    rb5 steady clock system clock synchronization linux
    4
    2
    0 Votes
    4 Posts
    2k Views
    E
    FWIW, we are not seeing this issue on the VOXL2 flightdeck (which does not use voxl-px4-imu-server) @Moderator Is there someone else I should tag for this issue if you are unable to provide support?
  • TELEM port in RB5 drone?

    4
    0 Votes
    4 Posts
    941 Views
    B
    @tom I tried with UART/I2C port in Qualcomm Flight RB5 5G Drone that didn't work. But it works in J1010 port of voxl flight board.