mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
835 B
835 B
WiFi 数传电台
WiFi telemetry enables MAVLink communication between a WiFi radio on a vehicle and a GCS.
WiFi typically offers shorter range than a normal telemetry radio, but supports higher data rates, and makes it easier to support FPV/video feeds.
Usually only a single radio unit for the vehicle is needed (assuming the ground station already has WiFi).
PX4 supports telemetry via UDP and Wifi. It broadcasts a heartbeat to port 14550 on 255.255.255.255 until it receives the first heartbeat from a ground control station, at which point it will only send data to this ground control station.
兼容的 WiFi 数传模块有:
- ESP8266 WiFi Module
- ESP32 WiFi Module
- 3DR Telemetry Wifi (Discontinued)