Installation Guide
This guide covers installing Analog FPV on supported operating systems.
System Requirements
| Platform | Version | Architecture | Notes |
|---|---|---|---|
| Windows | 10 or later | 64-bit (x64) | Requires GPU drivers with OpenGL support |
| Ubuntu | 20.04 LTS or later | 64-bit (amd64) | Requires X11 and OpenGL |
| Debian | 11 (Bullseye) or later | 64-bit (amd64) | Requires X11 and OpenGL |
| Linux Mint | 20 or later | 64-bit (amd64) | Ubuntu-based derivatives supported |
Supported SDR Hardware:
- BladeRF
- HackRF
Windows Installation
Prerequisites
Before installing Analog FPV, ensure your system has:
- Windows 10 or later (64-bit)
- GPU drivers with OpenGL support
- Administrator privileges for driver installation
Step 1: Install Analog FPV
- Log in to your account at simplirf.com
- Navigate to your Library
- Download and extract the Analog FPV package (
.zipfile) - Run the installer (
.exefile) as administrator and follow the installation wizard
Step 2: Install SDR Hardware Drivers
Analog FPV requires proper drivers for HackRF and BladeRF devices.
Installing BladeRF Drivers
- Download the BladeRF installer from Nuand (tested with release 2025.10)
- Run the installer and follow the wizard (select driver installation if this is your first time)
- Connect your BladeRF device via USB
- Verify installation by running
bladeRF-cli -pin Command Prompt
Installing HackRF Drivers with Zadig
HackRF uses the WinUSB driver installed via Zadig (tested with HackRF release 2024.02.1).
- Download and run Zadig
- Connect your HackRF device via USB
- In Zadig, select Options → List All Devices
- Select HackRF One from the dropdown
- Ensure WinUSB is selected as the target driver
- Click Replace Driver or Install Driver
WARNING
Double-check the device name before installing drivers to avoid conflicts.
TIP
Use Windows Command Prompt (cmd.exe) for HackRF tools, not Cygwin or MinGW shells.
Step 3: Launch Analog FPV
Launch Analog FPV from the Start Menu. The application should automatically detect your connected SDR hardware.
TIP
If the application doesn't detect your device, try running it as administrator.
Debian/Ubuntu Installation
Step 1: Install Required Dependencies
Install the required system libraries:
bash
sudo apt update
sudo apt install -y \
libusb-1.0-0-dev \
libgl1-mesa-dev \
libx11-dev \
libxrandr-dev \
libxinerama-dev \
libxcursor-dev \
libxi-devStep 2: Install SDR Hardware Drivers
HackRF
Install HackRF libraries and tools (tested with release 2024.02.1):
bash
sudo apt install hackrfVerify by connecting your HackRF and running hackrf_info.
TIP
To build the latest version from source, see the HackRF documentation and run sudo ldconfig after installation.
BladeRF
Install BladeRF libraries and tools (tested with release 2025.10):
bash
sudo apt install bladerf libbladerf-devVerify by connecting your BladeRF and running bladeRF-cli -p.
Step 3: Install Analog FPV
- Log in to your account at simplirf.com
- Navigate to your Library
- Download and extract the Analog FPV package (
.zipfile) - Install the Debian package:bash
unzip analog-fpv_*.zip cd analog-fpv_*/ sudo apt install ./analog-fpv_*_amd64.deb
Step 4: Launch Analog FPV
Launch the application:
bash
analog_fpvSupport
If you encounter any issues during installation or need assistance, please contact support.