The ground-station landscape.
A ground station is the software running on your laptop, tablet, or phone that talks to the drone — for configuration, mission upload, in-flight monitoring, and post-flight review. Four ground stations are realistic options for cohort default builds. The choice is mostly determined by which firmware your FC runs; the second factor is what features you actually need.
The four ground stations:
− In-flight monitoring is basic; no real-time map view. Best for one-drone setups.
− Windows-primarily; Mac via Mono with limitations. Steeper learning curve. ArduPilot-specific.
− Less mature than Mission Planner for ArduPilot-specific features. INAV support is limited.
− ~$200/year basic edition; pricier tiers for fleet management. Overkill for individual alumni.
The "do I need a ground station beyond the configurator" question
For individual alumni doing simple cohort default missions: probably not. INAV Configurator handles mission planning, upload, basic in-flight monitoring, and post-flight log access. Adding Mission Planner or QGroundControl provides better in-flight visualization and log analysis but is overkill for one-drone cohort default operations.
When a separate ground station starts to matter:
- Multi-drone operations (UgCS becomes useful at 5+ drones)
- Mission complexity beyond cohort defaults (terrain-following, multi-AOI surveys, complex mission patterns)
- Need for real-time map view of drone position during longer missions (Mission Planner or QGC)
- Tablet/phone-based field workflow (QGC, especially on iOS/Android)
Until one of these applies, the configurator is sufficient. Don't add tooling complexity that doesn't earn its place.
Cohort recommendations summary:
- 5" or 7" cohort default INAV build, single drone: INAV Configurator. Free, sufficient.
- 10" cohort default ArduPilot build: Mission Planner. The capability gap vs INAV Configurator is significant on ArduPilot builds.
- Tablet/phone field workflow: QGroundControl (especially iOS).
- Partner org with 5+ drones: UgCS for fleet operations.
The downloadable setup pack (linked at the top of this page) includes cohort default configurations for INAV Configurator and Mission Planner — telemetry rates, OSD overlays, mission template defaults, log capture settings.
Telemetry links.
Ground stations need a way to talk to the drone in flight. The telemetry link is the radio channel the laptop uses to receive drone status (battery voltage, GPS position, mode, attitude) and send commands (mission upload, mode changes, RTH triggers). Without a working telemetry link, the ground station is just configuring the drone before flight — no in-flight monitoring possible.
Three telemetry approaches matter for cohort default builds:
The CRSF telemetry trade-off
CRSF carries telemetry on the same link as the control. Saves a radio; works at full radio range. But the bandwidth is limited (it's sharing a link primarily designed for control), so the data is condensed: voltage, RSSI, GPS coords, mode, altitude. Not the full MAVLink stream.
For cohort default 5"/7" missions: CRSF telemetry on OSD covers what the pilot needs in flight. The ground station (laptop) is mostly used pre-flight for upload and post-flight for log review.
For 10" research-grade missions: SIK telemetry pair gives full MAVLink to Mission Planner during flight, enabling real-time map view, mission progress overlay, and direct command channel. Worth the ₱2,500 for these builds.
Don't add SIK telemetry to a 5"/7" cohort default unless you specifically need the Mission Planner-style in-flight workflow. The CRSF + OSD approach is what cohort training uses, what alumni fly with, and what works.
Telemetry rate settings:
- CRSF telemetry: configured in INAV at 4-8 Hz typically (drone-side). The OSD pulls from this. Don't increase past 8 Hz; bandwidth becomes a bottleneck and control link suffers.
- SIK telemetry (MAVLink): 5-10 Hz default for ground-station map updates. Mission Planner has rate settings per stream type; default is fine for cohort use.
- Bluetooth (in-bench): as fast as the FC will write; not relevant in flight.
Antenna placement matters more than people expect. Ground-station antennas at the operator's position should be at least 1.5m above the ground for usable range. SIK radios on a stand (a tripod, a pole) work much better than SIK radios sitting on the truck's tailgate. The cohort default field setup uses a 2m fishing-pole-style mast for the ground SIK antenna — adds 30 seconds to setup; doubles effective range in some sites.
In-mission monitoring.
During autonomous missions, the pilot's job shifts from active flying to active monitoring. The pilot is the catch-net for things the drone can't handle. This section covers what to watch on the ground station and OSD, what to do when alerts fire, and the discipline of staying engaged through long missions when nothing seems to be happening.
The five things to monitor during autonomous flight, in order of attention priority:
The "boring autonomous mission" trap
A well-running autonomous mission is, frankly, boring. The drone flies waypoints; you watch numbers. Many alumni report the boredom is the hardest part of mission work — easier to stay sharp when actively flying than when monitoring 8 minutes of routine waypoint following.
Cohort approaches that work:
- Verbalise what you see: speak the values out loud (battery, RSSI, mode) every 30 seconds. Forces engagement; helps observers (if any) follow along.
- Observer rotation: in cohort cell flying, the observer (not the pilot) handles ground-station monitoring while the pilot watches the drone visually. Splits attention; both stay engaged.
- Plan the abort thresholds before flight: "I'll abort if voltage hits 3.55V" is much easier to act on than "I'll abort when voltage gets low." The threshold-on-paper is the threshold-in-action.
The pilot's job during autonomous missions is exactly to catch the rare problem amid hours of routine. That requires staying engaged. The strategies above help.
OSD overlay during autonomous missions. The OSD on the FPV feed (or screen) provides at-a-glance status without needing to look at the ground station. Cohort default OSD layout (covered in fc-setup.html Section 8) shows battery, RSSI, mode, GPS, and a flight timer. Practice reading these without conscious thought — during stressful moments, the only useful information is what you can take in instantly.
Logging & review.
Every mission produces logs: BlackBox flight data, telemetry stream, OSD recording. Most alumni never look at them; the ones who do learn faster and fly better. This section covers how to extract the logs, what to look for, and the cohort default workflow for post-mission review.
Three log sources matter for cohort missions:
tlogs/ folder. INAV Configurator: enable telemetry logging in settings.Cohort default post-flight review workflow (~30 minutes):
- Pull SD card from drone; copy BlackBox file to laptop. Filename includes timestamp.
- Locate ground-station telemetry log if applicable (Mission Planner saves
YYYY-MM-DD HH-MM-SS.tlogfiles automatically). - Review imagery quickly: open the SD card's photos folder in any image viewer. Scroll through to verify capture happened at expected intervals; no obvious blank or blurry frames.
- Skim BlackBox in PIDtoolbox: load the file, look at the FFT plot. If gyro noise looks elevated, note it — possibly tuning needed (see tuning.html). Otherwise file the BlackBox for archive.
- Note anything unusual in the cohort mission logbook: weather, alarms during flight, drone behavior, lessons learned. The 5-minute notes today are the prevented incidents next month.
This workflow doesn't require deep BlackBox expertise — that's for diagnosing specific issues. The skim-level review catches major problems and builds the operator's familiarity with their drone's normal flight signature.
When deeper log analysis is worth it
Post-flight log review at the skim level is cohort default after every mission. Deeper analysis (PIDtoolbox FFT comparisons, MAVLink replay, frame-by-frame OSD review) is only worth doing in specific situations:
- An incident occurred: a crash, a near-crash, an unexplained mode change. Deep log review identifies the cause for prevention next time.
- A mission produced unusable imagery: deep review identifies whether the cause was wind, vibration, GPS, or something else. Different fixes for different causes.
- Tuning work is happening: BlackBox is the input to PID tuning (tuning.html Section 5).
- Training a new operator: review their missions in detail to identify what they did well and what to work on.
Outside these cases, skim-level review is sufficient. Don't make every mission a research project; the routine missions are routine for a reason.
Mobile workflows.
Some missions happen at sites where bringing a laptop is impractical: small barangay paths, missions in flooded fields, multi-hour walks to remote AOIs. Phone- and tablet-based ground stations enable these missions, with trade-offs around screen size, telemetry options, and feature parity. This section covers when mobile makes sense and what works.
Three mobile workflows:
When mobile makes sense:
- Site access constraints: small footpaths, flooded fields, or sites requiring multi-hour walks where a laptop bag is impractical. Phone in pocket, tablet in small bag.
- Quick recurring missions: monthly cooperative surveys where the mission file is unchanged from last month. Phone-based upload via Bluetooth is faster than booting a laptop.
- Partner orgs working in remote regions: tablets with cellular coverage may work where laptops with WiFi-only don't.
When laptop is still better:
- First missions of a new build: laptop's bigger screen makes config issues easier to diagnose.
- Deep configuration changes: CLI work, full mission planning for new AOIs, parameter tuning. Phone interfaces are too small for this.
- Post-flight log review: BlackBox analysis needs a real screen and PIDtoolbox or similar desktop software.
Most cohort alumni use both: laptop in the truck for primary work, phone in pocket for quick checks and pre-flight verification. The phone's value is in being always-available, not in replacing the laptop.
Multi-drone coordination.
Operations with 5+ drones in the same fleet face coordination problems that single-drone operations don't. Mission scheduling, telemetry deconfliction, parallel mission tracking, fleet-wide configuration management. This section covers what changes at fleet scale and which tools handle it. Cohort default individual alumni can mostly skip this section.
The four problems that show up at fleet scale:
The realistic minimum for a multi-drone operation:
- One ground station laptop per drone, or one operator per drone with their own laptop. Don't try to run multiple drones from a single ground station unless the tooling explicitly supports it (UgCS does; Mission Planner doesn't cleanly).
- One coordinator (could be a pilot) who tracks the day's schedule and handles contingencies.
- Shared fleet logbook tracking each drone's status, recent maintenance, current firmware.
- Pre-mission briefing covering each drone's assignment for the day.
What multi-drone operations don't need:
- Multiple drones flying simultaneously over the same AOI. The collision risk and the radio interference exceed any time savings.
- Sophisticated swarm coordination. Cohort default missions are mostly independent surveys of different AOIs; swarm-style cooperation isn't the model.
- Custom multi-drone software development. UgCS handles the cases where this matters; below 5 drones, spreadsheets and Mission Planner work fine.
For partner orgs scaling from 1-2 drones to 5+ drones, the operational discipline matters more than the tooling. Document who's doing what, when, with which equipment. The tools support that discipline; they don't replace it.