Skip to content

Commit

Permalink
adding in trouble shoot section for remote ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1356 committed Oct 8, 2024
1 parent 29f7cf3 commit 150982a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions en/peripherals/remote_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ The TX and RX on the flight controller must be connected to the RX and TX on the

#### Cube ID CAN Port

:::Tip
You may need to adjust the setting on your GCS to edit Remote ID settings in CAN. Please see the Troubleshoot section below for more help and examples in QGC.
:::

![Cube ID CAN port](../../assets/hardware/remote_id/cube_id/can_connector.png)

| Pin | Signal | Volt |
Expand Down Expand Up @@ -200,6 +204,24 @@ Some known issues are:

[PX4-Autopilot/21647](https://github.com/PX4/PX4-Autopilot/pull/21647) is intended to address the known issues.

## Troubleshoot

### CAN Remote ID not working
:::Note
May apply to other Remote ID can modules but this was specifically done with the CAN Cube ID from Cubepilot.
:::

- Check that the Remote_ID node appears on the UAVCAN list by running the command `uavcan status`. You should see that the CAN node appears if the Remote ID is the only CAN device otherwise there may be multiple online nodes. <br>
```
Online nodes (Node ID, Health, Mode):
125 OK OPERAT
```
- Check that the `OPON_DRONE_ID_BASIC_ID` and `OPEN_DRONE_ID_LOCATION` UOrb messages appear in the **Analyze Tools > MAVLink Inspector**.

If both of the above are the case then you most like have to setup the GCS for Remote ID. To do this for QGC you will have to change the **Application Settings > General > Miscellaneous**. Then just Enable Remote ID. The Remote ID tab should appear allowing you to enter the information for Basic, Operator, and Self ID.

Once configured, if you check **Analyze Tools > MAVLink Inspector** there should be two new Mavlink messages for Self ID and Operator ID.

## See Also

- [Remote Identification of Drones](https://www.faa.gov/uas/getting_started/remote_id) (FAA)

0 comments on commit 150982a

Please sign in to comment.