Skip to content

Commit

Permalink
addressing Mavlink WiFi pitfall
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbytefpv committed Oct 11, 2024
1 parent b27332b commit 3b8d1f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/software/mavlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ To setup WiFi forwarding for MAVLink:

1. On your PC or other GCS device, open your GCS software (e.g. Mission Planner) and set the connection type to `UDP`. Click connect, and use the default UDP port of `14550`. The GCS should successfully connect to the craft and start downloading params.

!!! danger "Attention!"
DO NOT manually put the TX Backpack into wifi mode via `WiFi Connectivity -> Enable Backpack WiFi`. It's not in the steps above for a reason.
When you set `Telemetry` into `WiFi` mode, the backpack automatically starts its WiFi mode, and so, there's no need to manually kick it into WiFi mode.

## Implementation Details

### RC Interleaving
Expand Down

0 comments on commit 3b8d1f5

Please sign in to comment.