Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/en/dronecan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ PX4 DroneCAN parameters:

[DroneCAN ESCs and servos](../dronecan/escs.md) require the [motor order and servo outputs](../config/actuators.md) to be configured.

Select the CAN interface for ESC data output. All interfaces are selected by default. Avoid using the same interface as other nodes, as ESC messages can saturate the bus and starve other nodes of bandwidth. [UAVCAN_ESC_IFACE](../advanced_config/parameter_reference.md#UAVCAN_ESC_IFACE)

## QGC CANNODE Parameter Configuration

QGroundControl can inspect and modify parameters belonging to CAN devices attached to the flight controller, provided the device are connected to the flight controller before QGC is started.
Expand Down Expand Up @@ -307,7 +309,7 @@ If successful, the firmware binary will be removed from the root directory and t

**Q**: The motors aren't spinning when armed.

**A**: Make sure `UAVCAN_ENABLE` is set to `3` to enable DroneCAN ESC output.
**A**: Make sure `UAVCAN_ENABLE` is set to `3` to enable DroneCAN ESC output. Make sure `UAVCAN_ESC_IFACE` is set to the interface you're using.

---

Expand Down