From ee1f52c7e9edaef2de7279489ff5e253cd89e6f2 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Fri, 12 Aug 2022 09:24:38 -0700 Subject: [PATCH] Update ReadMe.md --- Sub-GHz/ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sub-GHz/ReadMe.md b/Sub-GHz/ReadMe.md index bdd01e029..2369011cf 100644 --- a/Sub-GHz/ReadMe.md +++ b/Sub-GHz/ReadMe.md @@ -6,7 +6,8 @@ Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for or This is a very quick and dirty explanation of the Flipper "raw" SUB format. Enough to figure out more at least.
Each numerical value is the duration of a pulse in microseconds. Positive is `send` and negative is `pause`.
-Example: `3607 -100 1789 -66` means send (positive) during the `3607µs` then pause (negative) for the `100µs`, etc. +Example: `3607 -100 1789 -66` means send (positive) during the `3607µs` then pause (negative) for the `100µs`, etc.
+You can easily plot any raw SUB (or IR) file at the [Official Pulse Plotter](https://my.flipp.dev/pulse-plotter) and see a graph to help decode patterns. ## NOTE: The deBruijn and OpenSesame files have moved to the [Garages subfolder](https://github.com/UberGuidoZ/Flipper/tree/main/Sub-GHz/Garages/deBruijn).