DroneCore.OS on DCS 1 & 2 (with Orin NX)

This is a quick tutorial on how to work with the DCS 1.2 and DCS 2.0 that were setup with our open-source DroneCore.Os

Workflow with DCS

After connecting the power supply, you can connect a micro USB cable to the device and a host PC. Then, using SSH, you can connect to the device from the host PC. ssh [email protected] password: dronecore

There are six example packages to showcase the basic capabilities of the DCS. The packages are open-source:

These packages are located in the ~/airvolute-release/src folder.

Mavlink and mavlink-router are also installed. To configure mavlink-router endpoints, you can edit the /etc/mavlink-router/main.conf file and then restart the mavlink-router.service using systemctl.

By default the GCS running on host PC should be able to connect to the ArduPilot when connecting through the standart micro USB connector on the board.

Camera Setup with DCS 2.0:

  • NextVision USB -> USB C || USB B || USB A

  • NextVision CSI -> CAM 2/3

  • OV Stereopair -> CAM 0 + CAM 1

The camera setup is can be seen on:

Camera Setup with DCS 1.2:

  • NextVision USB -> USB C || USB B

  • NextVision CSI -> CSI B

  • OV Stereopair -> CSI A + CSI C

The camera setup is as seen on image:

Last updated