Ground Station

Features:

In order to receive image data from our aircraft, we created a ground unit capable of tracking vehicles through telemetry data. This was used to determine flight paths and target locations. With it we could also configure the aircraft’s path and settings extremely easily and wirelessly.

WARG’s Ground Station was created to be perfectly compatible with PICPilot, controlling all aspects and features of the autopilot system. The setup was simple, consisting of two parts:

Data Relay Station

The Data Relay Station is a python server. This software is part of the base station. It contributed to the core functionality of all ground systems. The Data Relay connected to the XBee module and distributed the data across a network. Data was transmitted in a comma delimited fashion. This allowed any application to integrate with the PICPilot system.

Ground Station

WARG’s Ground Station is the second component of the Ground Station as a whole. It displayed the data from the Data Relay Station in a user friendly format. The WARG Ground Station had offline map support, as well as fancy telemetry graphics, so WARG members could tell exactly what was going on at all times. Written in JavaScript and running Node.js, it was easily modified to suit the requirements of the current situation.

Github Link: Here

Download Link: Here

Instructions to Compile: Here