AERIS-10 (PLFM_RADAR) is an open-source pulse linear frequency modulated (LFM) phased array radar operating at 10.5 GHz. It ships as a full hardware and software stack: schematics, PCB layouts, FPGA VHDL, STM32 firmware, and a Python GUI. It targets people who want to build and experiment with a real radar system rather than buy a closed commercial unit: university researchers, drone developers, and advanced RF/SDR hobbyists.
The project comes in two hardware variants. AERIS-10N (Nexus) uses an 8x16 patch antenna array for a 3 km range, while AERIS-10E (Extended) uses a 32x16 dielectric-filled slotted waveguide array with GaN power amplifiers for a 20 km range. Both share the same signal chain: DAC-generated chirps, mixer up/down conversion, ADAR1000 phase shifters for beam steering, and an FPGA that handles pulse compression, Doppler FFT, MTI, and CFAR detection. An STM32F7 microcontroller manages power sequencing, peripheral configuration, GPS/IMU integration, and a stepper motor for mechanical scanning.
This project fits people who want to learn or research phased array radar at the hardware level: university labs building radar coursework or research platforms, drone companies prototyping detect-and-avoid or perimeter sensing, and makers with RF/PCB assembly experience who want a hackable 10.5 GHz radar rather than a black-box product.
It is not a fit if you need a certified, production-ready sensor out of the box. The project is explicitly in alpha status with features still in progress, and there's no standalone assembly guide beyond schematics and production files. You also need real hardware skills: PCB assembly, RF calibration, and FPGA/Vivado tooling. If you just want radar data without building anything, look elsewhere.
There's no software "install" in the traditional sense since this is primarily a hardware project with supporting firmware and GUI code. To get started:
Prerequisites
Hardware assembly steps
/4_Schematics and Boards Layout/4_7_Production Files
/4_Schematics and Boards Layout/4_6_Schematics
/8_Utils/Mechanical_Drawings.Documentation, including a hardware bring-up guide, architecture notes, and test reports, is published via GitHub Pages under /docs. Generated files from simulations or FPGA builds should go into the gitignored 5_Simulations/generated/ or 9_Firmware/9_2_FPGA/reports/ folders rather than the repo root, per the project's file placement policy.