Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Dev Drones
  3. Qualcomm Flight RB5 5G Drone
  4. RB5 UART for external FC not working.

RB5 UART for external FC not working.

Scheduled Pinned Locked Moved Qualcomm Flight RB5 5G Drone
uartrb5driversexternal fc
6 Posts 4 Posters 1.7k Views 1 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.
  • M Offline
    M Offline
    mrawding
    wrote on last edited by
    #1

    Hi, We have been trying to connect the two external UARTS to read/write mavlink and micrortps to an external FC.

    J12 - /dev/ttyHS1
    J19 - /dev/ttyHS2

    On the RB5 EVT the software works with the embedded flight controller. However on the RB5 flight deck it does not. To further test we found that using an FTDI adapter, we see no transmission communication from the RB5. We also found that it is unable to read data on the RX pin either.

    Another test we did was to run the following software:

    import serial
    
    uart_dev='/dev/ttyHS1'
    
    uart = serial.Serial(uart_dev, 57600, xonxoff=False, rtscts=False, dsrdtr=False)
    while True:
        for b in bytearray("message\n","UTF-8"):
            uart.write(b)
        line = uart.read_all()
        if(len(line) > 0):
            print(line)
    

    We connected an oscilloscope and tried measuring the TX signal in reference to ground. We observed no changes in the signal.

    I noticed the documentation has been removed from the main RB5 guide documents. Is this a known issue/ is there a way to resolve it (perhaps using a different driver). It would be really nice to be able to use those UARTS.

    Thank you for the help.

    1 Reply Last reply
    0
    • modaltbM Offline
      modaltbM Offline
      modaltb
      ModalAI Team
      wrote on last edited by
      #2

      Hi @mrawding ,

      You are correct, there's something wrong, and I'm investigating this now.

      The UART is active after bootup but then something fishy is happening.

      When used with PX4 (ran on bootup) there's no issue.

      I'll post here when there's an update to fix.

      1 Reply Last reply
      1
      • M Offline
        M Offline
        mrawding
        wrote on last edited by
        #3

        Hi @modaltb any updates on this issue yet ?

        1 Reply Last reply
        0
        • modaltbM Offline
          modaltbM Offline
          modaltb
          ModalAI Team
          wrote on last edited by
          #4

          @mrawding yes, we have a fix that will be in the next SDK download, but I'll send an email to the one on this account now and share a link.

          The issue was tricky to figure out, but when PX4 is not running on the DSP, sensor power rails were being disabled that powered off the UARTs!

          W 1 Reply Last reply
          0
          • AnimeshsA Offline
            AnimeshsA Offline
            Animeshs
            wrote on last edited by
            #5

            Hi @modaltb. Could you please share the updated SDK or System Image that contains this fix?

            1 Reply Last reply
            0
            • modaltbM modaltb

              @mrawding yes, we have a fix that will be in the next SDK download, but I'll send an email to the one on this account now and share a link.

              The issue was tricky to figure out, but when PX4 is not running on the DSP, sensor power rails were being disabled that powered off the UARTs!

              W Offline
              W Offline
              Wei Cui
              wrote on last edited by
              #6

              @modaltb hello, when will the next SDK release be available? Would love to the UARTs working for external FC. Thank you.

              1 Reply Last reply
              0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              ModalAI
              Categories Recent Tags ModalAI.com Docs
              © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups