Skip to content

Releases: GridFPV/gridfpv

GridFPV v0.4.0-alpha.1

Pre-release

Choose a tag to compare

@ryan-johnson2 ryan-johnson2 released this 05 Jul 01:19
b8b9054

GridFPV v0.4.0-alpha.1 — the first alpha

Self-contained desktop portables (no install — download and run). Each embeds the Director and the RD console and includes the live RotorHazard adapter.

Platform File
Linux x86_64 gridfpv-desktop-linux-x86_64 (chmod +x it)
Windows x86_64 gridfpv-desktop-windows-x86_64.exe
macOS (Apple Silicon) gridfpv-desktop-macos-arm64 (chmod +x; Gatekeeper: right-click → Open, or xattr -d com.apple.quarantine)

What's in the alpha

Race running end-to-end (staging → countdown → live clocks/callouts → auto-end → results), Time Trials + head-to-head + winners-advance brackets, marshaling with signal-as-evidence (RSSI traces, re-detection, the shared removal record), native minimum-lap enforcement, per-round race audio, penalties/protests with a full audit trail, and defensible, replayable results on an append-only event log.

Connecting a real RotorHazard

  1. In GridFPV: Timers → Add timer → RotorHazard with your RH's URL.
  2. Install the GridFPV plugin on the RH pi: download it from your running GridFPV at http://<gridfpv-host>:<port>/plugin/gridfpv.zip, drop it into RH's plugins/ directory, restart RH. (RH ≥ 4.3.)
  3. Select the timer on your event, assign channels, race.

Feedback → GitHub issues. This is an alpha: expect edges.

GridFPV desktop — dev build (e093d06)

Pre-release

Choose a tag to compare

@ryan-johnson2 ryan-johnson2 released this 24 Jun 12:18
e093d06

Portable, self-contained GridFPV desktop builds from devel (e093d06). No install — the app stores its data in a gridfpv-data/ folder next to the executable.

  • Windows: gridfpv-desktop-windows-x64.exe — double-click to run.
  • Linux: gridfpv-desktop-linux-x64chmod +x then run.

Dev/test build (pre-release).