dRonin
adbada4
dRonin firmware
|
Bridges selected UAVObjects to a minimal one way telemetry protocol for really low bitrates (1200/2400 bauds). This can be used with FSK audio modems or increase range for serial telemetry. Effective for ground OSD, groundstation HUD and Antenna tracker. More...
#include "openpilot.h"
#include "modulesettings.h"
#include "accels.h"
#include "airspeedactual.h"
#include "attitudeactual.h"
#include "baroaltitude.h"
#include "flightstatus.h"
#include "gpsposition.h"
#include "flightbatterysettings.h"
#include "flightbatterystate.h"
#include "manualcontrolcommand.h"
#include "positionactual.h"
#include "pios_thread.h"
#include "pios_modules.h"
#include <pios_hal.h>
Go to the source code of this file.
Bridges selected UAVObjects to a minimal one way telemetry protocol for really low bitrates (1200/2400 bauds). This can be used with FSK audio modems or increase range for serial telemetry. Effective for ground OSD, groundstation HUD and Antenna tracker.
Before these used to be explicitly scheduled to time quanta. Now we just dump out stuff as fast as we can, ensuring the appropriate link share for each frame type.
Definition in file UAVOLighttelemetryBridge.c.