From 836243ab1849171f04693b97014607089fbb0d1d Mon Sep 17 00:00:00 2001 From: Serhii Date: Wed, 8 Apr 2026 01:03:18 +0300 Subject: [PATCH 1/2] docs(readme): add Alpha disclaimer to Key Features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Core hardware works, but GPS/map integration, attitude correction, and beam steering UI are not yet complete — callers deserve to know before they build on those features. Closes gap 10.5 from reality-check review. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8b3252..f0b667a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ The AERIS-10 project aims to democratize radar technology by providing a fully o ## 🔬 Key Features +> **Alpha Project.** Core hardware (schematics, PCB, FPGA pipeline) works and is in active use. GPS/map integration, full attitude correction, and beam steering UI are not yet complete or validated on hardware. See [issues](https://github.com/NawfalMotii79/PLFM_RADAR/issues) for current status. + - **Open Source Hardware & Software** - Complete schematics, PCB layouts, firmware, and software available - **Dual Version Availability**: - **AERIS-10N (Nexus)**: 3km range with 8x16 patch antenna array From 96c1f68778146f42fa9eb756587eaa147899f41c Mon Sep 17 00:00:00 2001 From: Serhii Date: Thu, 9 Apr 2026 14:07:37 +0300 Subject: [PATCH 2/2] docs(readme): replace text disclaimer with WIP badge Swap the verbose Alpha disclaimer paragraph for a simple "Features: Work in Progress" badge next to the existing Alpha badge, per review feedback from @JJassonn69. Badge links to the issues page for current status. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f0b667a..34ef879 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Hardware: CERN-OHL-P](https://img.shields.io/badge/Hardware-CERN--OHL--P-blue.svg)](https://ohwr.org/cern_ohl_p_v2.txt) [![Software: MIT](https://img.shields.io/badge/Software-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Status: Alpha](https://img.shields.io/badge/Status-Alpha-orange)](https://github.com/NawfalMotii79/PLFM_RADAR) +[![Features: Work in Progress](https://img.shields.io/badge/Features-Work_in_Progress-yellow)](https://github.com/NawfalMotii79/PLFM_RADAR/issues) [![Frequency: 10.5GHz](https://img.shields.io/badge/Frequency-10.5GHz-blue)](https://github.com/NawfalMotii79/PLFM_RADAR) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/NawfalMotii79/PLFM_RADAR/pulls) @@ -18,8 +19,6 @@ The AERIS-10 project aims to democratize radar technology by providing a fully o ## 🔬 Key Features -> **Alpha Project.** Core hardware (schematics, PCB, FPGA pipeline) works and is in active use. GPS/map integration, full attitude correction, and beam steering UI are not yet complete or validated on hardware. See [issues](https://github.com/NawfalMotii79/PLFM_RADAR/issues) for current status. - - **Open Source Hardware & Software** - Complete schematics, PCB layouts, firmware, and software available - **Dual Version Availability**: - **AERIS-10N (Nexus)**: 3km range with 8x16 patch antenna array