Ground Side Telemetry
Allows for communication between the plane and the CV ground station. Data is mainly handled via a GUI made with QT and coded in c++. The data destination is determined by the page:
Mavlink
Any data that is sent as serial data will be encoded in the Mavlink2 format. More information about the communication protocol can be found here:
https://mavlink.io/en/guide/serialization.html
PIGO
Stands for Plane In Ground Out and is being sent out by the ground station. This data is sent out by the ground station either as serial data or to the ground station GUI itself. Details about which data is sent where is in the exchanged data document linked up above.
POGI
Stands for Plane Out Ground In and is being received by the ground station. This data is received by the ground station either as serial data or from the GUI itself. Details about which data is sent where is in the exchanged data document linked up above.
Â
Â