-
Notifications
You must be signed in to change notification settings - Fork 200
Expert ~ OSD MAVLink message types
Bortek edited this page Nov 24, 2018
·
5 revisions
Recommended SRx parameters for MAVlink telemetry (also see FC Parameters) are:
-
SR1_EXT_STAT
: (voltage, ampere, satfix, sats) 2Hz -
SR1_EXTRA1
: (roll, pitch) 10Hz -
SR1_EXTRA2
: (speed) 5Hz -
SR1_POSITION
: (GPS heading, alt, lat, long) 5Hz
Depending on the serial port used, parameters may also be named SR0_xxx or SR2_xxx. Make sure that the flight control sends out the above telemetry data sets on the appropriate serial port.
The integrated wifibroadcast_osd supports the following Mavlink message types:
- fix =
mavlink_msg_gps_raw_int_get_fix_type
- sats =
mavlink_msg_gps_raw_int_get_satellites_visible
- heading =
mavlink_msg_global_position_int_get_hdg
- altitude =
mavlink_msg_global_position_int_get_relative_alt
- latitude =
mavlink_msg_global_position_int_get_lat
- longitude =
mavlink_msg_global_position_int_get_lon
- roll =
mavlink_msg_attitude_get_roll
- pitch =
mavlink_msg_attitude_get_pitch
- voltage =
mavlink_msg_sys_status_get_voltage_battery
- ampere =
mavlink_msg_sys_status_get_current_battery
- speed =
mavlink_msg_vfr_hud_get_groundspeed
General
Hardware Setup
- Proper Wiring
- Power Supply (BECs)
- Supported Pi models
- Supported Cameras
- Supported WiFi Adapters
- Supported Displays
- Antennas
- DIY builds
Software Setup
- Basic configuration options
- Advanced Options
RC Control
- General
- RC with Ardupilot (MAVlink)
- RC with iNav
- DIY builds
Ground Stations
- Mission Planner (Windows)
- QGroundControl (Windows / Linux / Mac / Android /iOS)
- APM Planner (Windows / Mac / Linux)
- Tower (Android)
- FPV_VR (Android)
- GStreamer (Windows / Mac / Linux)
- Fishing FanCam (iOS)
Expert Settings
- OSD MAVLink message types
- Transmit power settings
- SSH shell
- Raspivid camera settings
- Optimizing-Power-Consumption
Extensions / AddOns
- HDMI-in cards
- WebCams
- Video Switcher
- Thermal (FLIR, Seek)
- 360° cameras
Community-HUB
Developer's Corner
- Room for Improvement
- Mounting Images
- Reducing Images size
- WinSCP (copying files)