Home RADAR? AERIS-10 with a range of up to 20 km.

In short: Yes, a homebrew radar is real. AERIS-10 is a fully open-source (MIT-licensed) radar operating in the 10.5 GHz band, available in two versions – Nexus with a 3 km range and Extended reaching up to 20 km. Complete schematics, PCB layout, firmware for both the FPGA and STM32, plus the BOM are free on GitHub. Building it requires advanced RF experience, BGA/QFN soldering skills, and Vivado proficiency. Operation in the X-band also requires regulatory approval (ČTÚ in the Czech Republic, FCC in the US, Ofcom in the UK, or the equivalent national regulator elsewhere).

When radar is mentioned, most people picture a metal dish on an airport roof or a giant military installation surrounded by barbed wire. However, the physical principle is no more complex than sonar in a car’s parking sensors – I send out an electromagnetic pulse, wait for the reflected echo, and calculate the distance from the time of flight. What’s out of reach for the average hobbyist is real-time signal processing, precise frequency synthesis, and phase control of dozens of antenna elements.

The project was highlighted by Czech maker Martin Wolker.

The project AERIS-10 (short for Array Electronic Radar with Integrated System) sets out to build a homebrew radar – and everything is made available for free. Schematics, layout (PCB), firmware for FPGA and microcontroller, simulations, BOM. Everything is on GitHub.

Why 10.5 GHz? This band (X-band) has historically been popular for weather radars and highway speed detectors – components for this frequency are relatively accessible, and we have ready-made antennas and reference designs. The wavelength (~2.9 cm) also allows for reasonably small antenna arrays with good spatial resolution.

Note: Operating a radar in the X-band requires regulatory approval (in the Czech Republic from the ČTÚ; equivalent regulators apply elsewhere – FCC in the US, Ofcom in the UK).

Two Versions of the Radar

The project exists in two variants, differing in power, complexity, and intended use. Both share a basic architecture but differ in the antenna system and power stages.

ParameterAERIS-10N (Nexus)AERIS-10X (Extended)
Frequency10.5 GHz10.5 GHz
Max Range3 km20 km
Antenna8×16 Patch Array32×16 Slotted Waveguide
Beam SteeringElectronic (±45°)Electronic (±45°)
Mechanical Scan360° (stepper motor)360° (stepper motor)
Output Power~1W×1610W×16 (GaN amplifier)
ProcessingFPGA + STM32FPGA + STM32

The Nexus version targets researchers and experienced hobbyists who want to experiment with radar beamforming and signal processing without building high-power GaN amplifiers. The Extended version adds sixteen separate PA boards with the QPA2962 chip – each capable of up to 10 W in the X-band, resulting in an EIRP that makes the AERIS-10X a serious measuring instrument.

Architecture: What’s Inside

The hardware is split into three modules forming the main backbone of the device.

1. Power Management Board

The radar is very power-hungry – different parts of the circuit require different voltages and, importantly, the correct startup sequence. The power board handles filtering, sequencing, and monitoring. Startup logic is handled by the STM32F746 microcontroller.

2. Frequency Synthesizer

The heart of the entire system in terms of frequencies is the clock signal generator AD9523-1 from Analog Devices. This circuit distributes phase-coherent references to the DAC, ADC, FPGA, and RX+TX frequency synthesizers (ADF4382), which generate the local oscillator for the mixers. Phase coherence is absolutely critical for radar signals – without it, Doppler processing would not work.

3. Main Board (RF + Digital)

This is where all the interesting stuff happens. The DAC generates LFM chirps (more on that shortly), the LT5552 mixers convert the signal to and from the microwave band, and four four-channel phase shifters ADAR1000 control the phase of sixteen antenna elements – all controlled by the Xilinx XC7A100T FPGA (Artix-7) and STM32 microcontroller.

PLFM: Radar Tricks

The abbreviation PLFM in the project name stands for Pulse Linear Frequency Modulated – a pulse radar with linear frequency modulation. What exactly does that mean?

A classic pulse radar sends out a short rectangular pulse and waits for the reflected signal – the echo. A shorter pulse = better distance resolution, but at the same time less energy in the beam = shorter range. LFM elegantly solves this dilemma: a relatively long pulse is sent out, but its frequency changes linearly over its duration (typically increasing) – hence the term chirp – after the short, high-pitched bird call. Upon reception, the echo is processed using pulse compression in a correlator, which compresses the long pulse into a narrow spike with excellent SNR. The result: good range and good resolution simultaneously.

The FPGA in AERIS-10 implements the entire processing chain in Verilog – from raw ADC data through I/Q conversion, decimation and filtering (CIC + FIR) to FFT, pulse compression, Doppler processing, MTI filter, and CFAR detector.

Phased Array: Steering the Beam without Moving Parts

The key technology of AERIS-10 uses electronic beam steering – phased array beamforming. Instead of physically rotating the antenna (which it can also do, using a stepper motor for 360°), the phase at each array element is shifted. The principle is the same as waves on the surface of water: if multiple wave sources emit at different delays, the resulting wave can be directed in any direction.

Δφ per element: +60°
Beam direction: +19.5°
60°
8
0.50
22px
Try Δφ = 0° – all dials rotate synchronously and the beam points straight up. Then slowly increase Δφ and watch the dials: each successive element is “behind” by the same step, and that delay is exactly what steers the beam.

The ADAR1000 chip from Analog Devices is a four-channel phase shifter with 6-bit resolution – each of the 64 steps corresponds to a rotation of 5.625°. AERIS-10 uses four of them for sixteen antenna elements (TX and RX separately). The result is electronic steering over a range of ±45° in both azimuth and elevation without a single moving part.

Summary

AERIS-10 is a remarkable project for three reasons.

First, technical depth: from the RF frontend through FPGA DSP to Python GUI – no part is hidden behind a black box.

Second, modularity: you can start with one subsystem and gradually add more.

Third, openness: the MIT license means that the results of your work are truly yours.

Building a complete system is not for beginners – it requires experience with soldering BGA and QFN packages, access to RF testing equipment, and solid knowledge of Vivado. But as study material for understanding modern radar systems, AERIS-10 is simply unparalleled.

Project source: PLFM_RADAR on GitHub

The project is very complex and extensive, but also incredibly interesting. This article was processed by Claude AI, and I tried to correct obvious errors. Hopefully, I found them all :)

You are asking

What is AERIS-10 and how does it work?

AERIS-10 (Array Electronic Radar with Integrated System) is an open-source pulse radar with linear frequency modulation (LFM) operating in the 10.5 GHz band. It transmits an electromagnetic pulse with a sweeping frequency (chirp), receives the reflected echo, and uses pulse compression in the FPGA to calculate the distance and velocity of targets.

What's the difference between the Nexus and Extended versions?

The Nexus version (AERIS-10N) uses an 8×16 patch antenna array with ~1 W per channel and a 3 km range. The Extended version (AERIS-10X) features a 32×16 slotted-waveguide antenna with QPA2962 GaN amplifiers (10 W per channel) and a range of up to 20 km.

Do I need a license to operate the radar?

Yes. Operating a radar in the X-band (10.5 GHz) requires regulatory approval – from the ČTÚ in the Czech Republic, the FCC in the United States, Ofcom in the UK, or the equivalent national regulator elsewhere. Operating without authorization is not legal.

What skills do I need to build AERIS-10?

Building the system requires advanced experience with soldering BGA and QFN packages, access to RF test equipment, and solid knowledge of the Xilinx Vivado development environment for FPGA programming. The project isn't suitable for beginners, but as study material for understanding modern radar systems, it's unmatched.

Where can I find the project source files?

All materials – schematics, PCB layout, firmware for both the FPGA and STM32 microcontroller, simulations, and BOM – are available for free under the MIT license on GitHub: github.com/NawfalMotii79/PLFM_RADAR.

What is phased array beamforming and why does AERIS-10 use it?

Phased array beamforming is a technology for electronically steering a radar beam without any moving parts. By changing the phase of the signal at each antenna element (using ADAR1000 chips), the beam can be steered within ±45°. AERIS-10 combines this electronic steering with mechanical 360° rotation via a stepper motor.
Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

Drones are now a common part of our lives — from filming weddings and advertisements to racing and monitoring industrial and critical infrastructure. However, they are not always welcome “visitors,” making drone detection a crucial priority. A life-saving priority. This…

A project for measuring air quality in homes, offices, or schools based entirely on open-source products, with support for home automation via Home Assistant. It provides a comprehensive analysis of air quality based on measurements of particulate matter, CO2 concentration,…

The event focused on real solutions for smart cities, buildings, homes, transportation, security and industry was held in Prague on 7 and 8 June 2017. Their products and solutions were presented here by company representatives of Microsoft, O2, AAEON, MICRORISC,…

You can buy a few types of oscilloscopes for a few USD. Or also you can made that e.g. Miniscope v2. One of them is mentioned in this news – HS101. The base component is STM32F103 microcontroller. You can buy…

MeshCore as an alternative to the popular off-grid text communication Meshtastic is now popular in the Czech Republic – what about your country? A strong community has quickly formed, working to improve coverage of the MeshCore network, which operates using…

The Augmented Reality (AR) is modern technology which can penetrate a lot of fields of common life but it has not happened yet. InspectAR is coming with this technology for makers, PCB designers, application engineers and others. For free. Each…

Trends