GitHub Trending Repositories

NawfalMotii79/PLFM_RADAR

Author: NawfalMotii79

Stars: 204 stars today

Description: Open-source, low-cost 10.5 GHz PLFM phased array RADAR system

README

GitHub stars GitHub forks GitHub watchers License: MIT Hardware: CERN-OHL-P

AERIS-10: Open Source Pulse Linear Frequency Modulated Phased Array Radar

Hardware: CERN-OHL-P Software: MIT Status: Alpha Features: Work in Progress Frequency: 10.5GHz PRs Welcome

AERIS-10 is an open-source, low-cost 10.5 GHz phased array radar system featuring Pulse Linear Frequency Modulated (LFM) modulation. Available in two versions (3km and 20km range), it's designed for researchers, drone developers, and serious SDR enthusiasts who want to explore and experiment with phased array radar technology.

AERIS-10 Antenna Array

📡 Overview

The AERIS-10 project aims to democratize radar technology by providing a fully open-source, modular, and hackable radar system. Whether you're a university researcher, a drone startup, or an advanced maker, AERIS-10 offers a platform for experimenting with beamforming, pulse compression, Doppler processing, and target tracking.

🔬 Key Features

🏗️ System Architecture

AERIS-10 System Diagram

Hardware Components

The AERIS-10 main sub-systems are:

Processing Pipeline

  1. Waveform Generation - DAC creates LFM chirps
  2. Up/Down Conversion - LTC5552 mixers handle frequency translation
  3. Beam Steering - ADAR1000 phase shifters control 16 elements
  4. Signal Processing (FPGA):
  5. Raw ADC data capture
  6. I/Q baseband down-conversion
  7. Decimation & filtering (CIC/FIR)
  8. Pulse compression
  9. Doppler FFT processing
  10. MTI & CFAR detection
  11. System Management (STM32):
  12. Power sequencing
  13. Peripheral configuration
  14. GPS/IMU integration
  15. Stepper motor control
  16. Visualization (Python GUI):
  17. Real-time target plotting
  18. Map integration
  19. Radar control interface

AERIS-10 Dashboard

📊 Technical Specifications

| Parameter | AERIS-10N (Nexus) | AERIS-10X (Extended) | |-----------|-------------------|----------------------| | Frequency | 10.5 GHz | 10.5 GHz | | Max Range | 3 km | 20 km | | Antenna | 8x16 Patch Array | 32x16 Slotted Waveguide | | Beam Steering | Electronic (±45°) | Electronic (±45°) | | Mechanical Scan | 360° (stepper motor) | 360° (stepper motor) | | Output Power | ~1W×16 | 10W×16 (GaN amplifier) | | Processing | FPGA + STM32 | FPGA + STM32 |

🚀 Getting Started

🧹 Repository File Placement Policy

To keep the repository root clean and make artifacts easy to find, place generated files in the following locations:

Do not leave generated artifacts in the repository root.

Prerequisites

Hardware Assembly

  1. Order PCBs: Production outputs are under /4_Schematics and Boards Layout/4_7_Production Files
  2. Source Components: BOM/CPL files are co-located under /4_Schematics and Boards Layout/4_7_Production Files
  3. Assembly: Use the schematics in /4_Schematics and Boards Layout/4_6_Schematics together with the production outputs above; a standalone assembly guide is not currently tracked
  4. Antenna: Choose appropriate array files for your target variant
  5. Enclosure: Mechanical drawings currently live in /8_Utils/Mechanical_Drawings

📜 License

This project is open-source but uses different licenses for hardware and software to ensure proper legal coverage.

Hardware Documentation

The hardware design files—including: - Schematics and PCB layouts (in /4_Schematics and Boards Layout) - Bill of Materials (BOM) files - Gerber files and manufacturing outputs - Mechanical drawings and enclosure designs

are licensed under the CERN Open Hardware Licence Version 2 – Permissive (CERN-OHL-P) .

This is a hardware-specific license that: - ✅ Clearly defines "Hardware," "Documentation," and "Products" - ✅ Includes explicit patent protection for contributors and users - ✅ Provides stronger liability limitations (important for high-power RF) - ✅ Aligns with professional open-hardware standards (CERN, OSHWA)

You may use, modify, and sell products based on these designs, provided you: - Maintain the original copyright notices - Distribute any modified designs under the same license - Make your modifications available in Source format

Software and Firmware

The software components—including: - FPGA code (VHDL/Verilog in /9_Firmware) - Microcontroller firmware (STM32) - Python GUI and utilities

remain under the MIT License for maximum flexibility.

Full License Texts

Why This Change?

Originally, the entire project used the MIT license. The community (special thanks to gmaynez!) pointed out that MIT lacks legal protections needed for physical hardware. The switch to CERN-OHL-P ensures the project is properly protected while maintaining the same permissive spirit.

📚 Documentation

Comprehensive documentation is available in the /docs folder and served via GitHub Pages at https://NawfalMotii79.github.io/PLFM_RADAR/docs/:

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details on repo layout, branch workflow, and basic PR checks.

Areas where help is especially appreciated: - RF Engineers: Review designs, optimize antenna performance - FPGA Developers: Optimize signal processing pipeline - Software Developers: Enhance Python GUI and SDK - Beta Testers: University researchers, drone startups, advanced makers

📞 Contact & Collaboration

I welcome serious inquiries from researchers, engineers, and potential collaborators. However, due to the high volume of interest in this project, please understand that I cannot guarantee a response to every message.

💰 Sponsors

PCBWay Sponsor Logo


Star ⭐ this repository if you're interested in open-source radar technology!

Note: This is an active development project. Some features are still in progress. Check the issues page for known limitations and upcoming features.

19,000 stars – Thank you

This project started in a small workshop in Morocco. Today, 19,000 engineers on GitHub have starred it.

I am genuinely humbled.

What this tells me:

Thank you to everyone who starred, forked, opened issues, submitted PRs, and shared this project.

The work continues.

Nawfal Motii ABAC INDUSTRY (http://www.abacindustry.com)

File Structure

Unable to fetch file structure.

Back to Trending