Hello,
I have a few questions regarding datalink faillure :
- Is the HEARTBEAT message rate hardcoded in Mission Planner, or is it configurable in the settings? Can it be set to something like 5Hz?
- Would sending GCS HEARTBEAT messages more frequently be a reliable method for fast link failure detection on the aircraft side?
- Are there any recommended approaches in ArduPilot for achieving fast failure detection and switching in a dual-datalink setup?
[Background]
I’m working on setup a hybrid dual datalink system for seamless connectivity.
If one datalink fails, the aircraft should detect it and automatically switch to(turn on) the other link within around 300 milliseconds.
To implement this, I need a way to quickly detect datalink failure on the aircraft side.
I’m currently considering two approaches:
- Using MAVLink PING messages
- Having the GCS send HEARTBEAT messages more frequently than the default 1Hz rate.
Any insights, suggestions, or experiences you can share would be greatly appreciated!
Thank you.