ADS-B uAvionix

Hey All,
I am tryting to use the onboard Uavionix on the ADS-B Carrier Board with Cube Orange+
Cube orange+
PX4 v1.15.4
according to the Datasheet thats provided the Sensor is connected to Serial5,

  1. I am unable to use serial5 because PX4 basic Firmware is not supporting it.
  2. I have tried to find ADS-B paramters without luck to find any.
  3. I have tried to use the Application settings without any luck.
    Please guide me on how to enable it and use it,

Thanks,
Shlomi

Hang on, so you want ADS-B support? This should work out of the box. Let me double check and get back to you.

I flashed v1.15.4 and by default there is a mavlink instance started on /dev/ttyS4 which talks to the ADS-B receiver:

(You can see the serial port mapping in NuttX and PX4 here: CubePilot Cube Orange+ Flight Controller | PX4 Guide (main))

This is what I can see in the NuttShell, in QGC β†’ Analyze Tools β†’ MAVLink Console

nsh> mavlink status

instance #0:
    mavlink chan: #0
    type:        GENERIC LINK OR RADIO
    flow control: OFF
    rates:
      tx: 456.7 B/s
      txerr: 0.0 B/s
      tx rate mult: 1.000
      tx rate max: 2880 B/s
      rx: 25.9 B/s
      rx loss: 0.9%
    Received Messages:
      sysid:  1, compid:  0, Total: 31 (lost: 30)
    FTP enabled: NO, TX enabled: YES
    mode: Minimal
    Forwarding: Off
    MAVLink version: 1
    transport protocol: serial (/dev/ttyS4 @57600)

instance #1:
    mavlink chan: #1
    type:        GENERIC LINK OR RADIO
    flow control: OFF
    rates:
      tx: 786.1 B/s
      txerr: 0.0 B/s
      tx rate mult: 0.326
      tx rate max: 1200 B/s
      rx: 0.0 B/s
      rx loss: 0.0%
    FTP enabled: YES, TX enabled: YES
    mode: Normal
    Forwarding: On
    MAVLink version: 1
    transport protocol: serial (/dev/ttyS0 @57600)

instance #2:
    GCS heartbeat valid
    mavlink chan: #2
    type:        USB CDC
    flow control: OFF
    rates:
      tx: 21202.7 B/s
      txerr: 0.0 B/s
      tx rate mult: 1.000
      tx rate max: 100000 B/s
      rx: 47.0 B/s
      rx loss: 0.0%
    Received Messages:
      sysid:255, compid:190, Total: 63 (lost: 0)
    FTP enabled: YES, TX enabled: YES
    mode: Onboard
    Forwarding: On
    MAVLink version: 2
    transport protocol: serial (/dev/ttyACM0 @2000000)
    ping statistics:
      last: 6.37 ms
      mean: 4.03 ms
      max: 125.12 ms
      min: 0.13 ms
      dropped packets: 0
nsh> 

It’s started here:

thank you i will check that

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.