From 5a8af4e748326ea993550e92a63c2a3d1e058d00 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:13:21 -0700 Subject: [PATCH] Update README.md --- Applications/UberGuidoZ/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Applications/UberGuidoZ/README.md b/Applications/UberGuidoZ/README.md index 7348ed16a..56f7d2564 100644 --- a/Applications/UberGuidoZ/README.md +++ b/Applications/UberGuidoZ/README.md @@ -1 +1,16 @@ -# Flipper Apps by UberGuidoZ \ No newline at end of file +# Flipper Apps by UberGuidoZ + +[GPIO Logic Analyzer](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/UberGuidoZ/gpio_logic_analyzer/) + +A logic analyzer that monitors all 8 exposed GPIO pins on the Flipper Zero +18-pin header, draws live scrolling waveforms on the 128x64 OLED, and logs +every sample to a timestamped CSV file on the SD card, with instructions. + +--- + +[Smart Meter Monitor](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/UberGuidoZ/smart_meter_monitor/) + +Monitors the 433 MHz, 868 MHz, and 915 MHz bands for smart meter +radio transmissions using the Flipper Zero's built-in CC1101 +sub-GHz radio. Displays live RSSI as a scrolling waveform, +detects signal bursts, and tracks transmission intervals.