The Payload SDK offers a new set of protocols that let your payload device communicate with the aircraft’s internal systems such as flight controller, GPS module, transmission system and more. The Onboard SDK allows developers to monitor and control the UAV from an onboard computer directly connected to the UAV through serial (UART) and USB interfaces.
The communication interface between the Payload SDK and Onboard SDK enables the communication link between payload device and onboard computer.
With the flow control between payload device and onboard computer, the upstream (payload device to onboard computer) bandwidth is approximately 4KB/s while the downstream (onboard computer to payload device) bandwidth is approximately 4KB/s.
Communication between a Payload SDK application device and an Onboard SDK application can take full advantage of the capabilities of payload device and onboard computer. Some example scenarios include:
As a way to demonstrate how to implement the communication between payload device and onboard computer, a sample shows the basic usage of this interface.