Documentation Index
Fetch the complete documentation index at: https://docs.altnautica.com/llms.txt
Use this file to discover all available pages before exploring further.
Troubleshooting
This page covers the most common issues you might hit and how to diagnose them. Start withados or ados status --json, then work through the relevant section below.
First step: check setup status
Flight controller not detected
Symptoms:ados status shows MAVLink is not connected. No telemetry appears in Mission Control.
Check the serial connection
Check the serial connection
/dev/ttyACM0 or /dev/ttyUSB0.Check baud rate
Check baud rate
- ArduPilot: 57600 (default TELEM1) or 921600
- PX4: 115200 or 921600
- Betaflight: 115200
Check for serial port conflicts
Check for serial port conflicts
Check MAVLink protocol version
Check MAVLink protocol version
SERIALN_PROTOCOL is set to MAVLink (1 or 2).FC not sending heartbeats
FC not sending heartbeats
- Is the FC powered on?
- Is the correct serial port configured on the FC side?
- Is the FC in a boot loop? (Check FC LED patterns)
Video frozen or not starting
Symptoms: Video feed is black in Mission Control.ados status shows video stopped or error. MediaMTX shows stopped.
Check if a camera is detected
Check if a camera is detected
/dev/video* devices exist, the camera is not recognized. For USB cameras, check lsusb. For CSI cameras, check that the ribbon cable is seated properly (gold contacts face the PCB on both ends for Radxa boards).Check the video service
Check the video service
Check MediaMTX
Check MediaMTX
cam. If MediaMTX is not responding, check its logs:Check cgroup resource limits
Check cgroup resource limits
max is incrementing, the service is hitting its memory limit.Camera permission denied
Camera permission denied
/dev/video*. The install script adds the user to the video group, but if you installed manually, you may need to:USB camera enumerates at wrong index
USB camera enumerates at wrong index
/dev/video1 or higher instead of /dev/video0. The agent scans all /dev/video[0-9]* devices, but if you see “no camera found” in logs while a camera exists, check:Cloud disconnected
Symptoms: Drone does not appear in Mission Control.ados status shows cloud as disconnected. No telemetry in the dashboard.
Check internet connectivity
Check internet connectivity
Check pairing
Check pairing
Check MQTT connection
Check MQTT connection
- DNS resolution failure (check
/etc/resolv.conf) - TLS certificate errors (clock skew on the SBC can cause this)
- Auth failure (API key mismatch)
Check clock synchronization
Check clock synchronization
Check server mode
Check server mode
WFB-ng not working
Symptoms: No video link, setup status shows video inactive, ground station sees no signal.Check the WiFi adapter
Check the WiFi adapter
Check the DKMS driver
Check the DKMS driver
88x2eu or rtl8812eu module. If it shows an error, rebuild:Check channel match
Check channel match
Agent not starting
Symptoms:ados status returns “Agent is not running.”
Check systemd
Check systemd
Check Python and venv
Check Python and venv
Check disk space
Check disk space
High CPU or temperature
Check which service is using resources
Check which service is using resources
ffmpeg is using high CPU, the video encoder may not be using hardware acceleration. Check that hw_video_codecs in your board profile includes h264_enc.Thermal throttling
Thermal throttling
Getting help
If the troubleshooting steps above do not solve your problem:- Run
ados status --jsonand save the output - Collect relevant service logs:
sudo journalctl -u ados-* --since "1h ago" > /tmp/ados-logs.txt - Open an issue on GitHub with the diagnostics output and logs
- Join the Discord community for real-time help