PX4 Instructions
Last updated
Last updated
Find most up to date documentation at
ARK CANnode runs the . As such, it supports firmware update over the CAN bus and .
ARK CANnode boards ship with recent firmware pre-installed, but if you want to build and flash the latest firmware yourself see .
Firmware target: ark_cannode_default
Bootloader target: ark_cannode_canbootloader
In order to use the ARK CANnode board, connect it to the Pixhawk CAN bus and enable the DroneCAN driver by setting parameter to 2
for dynamic node allocation (or 3
if using ).
The steps are:
In QGroundControl set the parameter to 2
or 3
and reboot (see ).
Connect ARK CANnode CAN to the Pixhawk CAN.
Once enabled, the module will be detected on boot.
DroneCAN configuration in PX4 is explained in more detail in .
You will need to enable the subscriber appropriate for each of the sensors that are connected to the ARK CANnode.
This is done using the the parameters named like UAVCAN_SUB_*
in the parameter reference (such as , etc.).