From 30b34f45b7b85210a17fae09f2bf8847d2013b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Catuhe?= Date: Sun, 20 Sep 2026 11:29:08 +0200 Subject: [PATCH 1/2] Request PID 5AFE for skyBlip --- 1209/5AFE/index.md | 9 +++++++++ org/skyblip/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/5AFE/index.md create mode 100644 org/skyblip/index.md diff --git a/1209/5AFE/index.md b/1209/5AFE/index.md new file mode 100644 index 00000000..81e3e616 --- /dev/null +++ b/1209/5AFE/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: skyBlip +owner: skyBlip +license: GPL-3.0-only +site: https://skyblip.eu/ +source: https://github.com/fcatuhe/skyblip/tree/main/firmware +--- +skyBlip is ADS-L 4 SRD-860 electronic conspicuity firmware for general aviation. Its USB CDC ACM interface carries the configuration console and NMEA traffic output to a host. diff --git a/org/skyblip/index.md b/org/skyblip/index.md new file mode 100644 index 00000000..015a5cfb --- /dev/null +++ b/org/skyblip/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: skyBlip +site: https://skyblip.eu/ +--- +skyBlip builds open-source electronic conspicuity for general aviation: ADS-L 4 SRD-860 firmware for aircraft trackers and ground stations, running on off-the-shelf nRF52840 and ESP32 boards. From b41a1949881c3221cd5dd163ff6792b8268eb632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Catuhe?= Date: Sun, 20 Sep 2026 11:44:38 +0200 Subject: [PATCH 2/2] Fix owner slug for skyBlip PID 5AFE --- 1209/5AFE/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/5AFE/index.md b/1209/5AFE/index.md index 81e3e616..66c053d8 100644 --- a/1209/5AFE/index.md +++ b/1209/5AFE/index.md @@ -1,7 +1,7 @@ --- layout: pid title: skyBlip -owner: skyBlip +owner: skyblip license: GPL-3.0-only site: https://skyblip.eu/ source: https://github.com/fcatuhe/skyblip/tree/main/firmware