From a53bab57f8e4f96bfce553407c6c297d1806be5b Mon Sep 17 00:00:00 2001 From: Colonel Panic <90460753+colonelpanichacks@users.noreply.github.com> Date: Wed, 8 Oct 2025 07:16:33 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 320fb92..ddfdcc4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,22 @@ Choose the firmware that matches your use case: --- +### [Sky-Spy](https://github.com/colonelpanichacks/Sky-Spy) + +**Drone RemoteID detection and real-time mapping system** + +- Dual-protocol scanning: WiFi promiscuous mode + BLE for OpenDroneID (ASTM F3411) +- Real-time GPS coordinate extraction from drone broadcasts (location, altitude, speed, heading) +- Operator/pilot location tracking and identification +- JSON serial output for mesh-mapper.py visualization integration +- Thread-safe audio alerts: 3 quick beeps on detection, heartbeat every 5 seconds +- Multi-drone tracking: Monitor up to 8 drones simultaneously +- Non-blocking buzzer implementation with dedicated FreeRTOS task + +**Use Cases:** Drone detection, airspace monitoring, RemoteID compliance verification, counter-UAS awareness + +--- + ## Hardware Specifications - **MCU:** ESP32-S3 dual-core processor @@ -114,4 +130,4 @@ Choose the firmware that matches your use case: ## License -Open source project. Hardware available commercially on [Tindie](https://www.tindie.com) and [colonelpanic.tech](https://colonelpanic.tech). +Open source project. Hardware available commercially on [Tindie](https://www.tindie.com) and [colonelpanic.tech](https://colonelpanic.tech).