]> sigrok.org Git - sigrok-dumps.git/commitdiff
ir_nec: add capture for extended NEC protocol
authorGerhard Sittig <redacted>
Sun, 26 Jul 2020 06:49:42 +0000 (08:49 +0200)
committerGerhard Sittig <redacted>
Sun, 26 Jul 2020 06:50:14 +0000 (08:50 +0200)
This is a modified version of a capture that was
Submitted-By: Sebastian Rittau <redacted>
The file was provided as an attachment to bug #1583. I renamed the file,
renamed the probe for automatic assignment to the decoder, upsampled to
100kHz for compatibility with the IRMP decoder, and added a README.

ir/nec/extended/README [new file with mode: 0644]
ir/nec/extended/unknown_ceiling_light.sr [new file with mode: 0644]

diff --git a/ir/nec/extended/README b/ir/nec/extended/README
new file mode 100644 (file)
index 0000000..3ea43c3
--- /dev/null
@@ -0,0 +1,16 @@
+------------------------------------------------------------------------
+Extended NEC infrared protocol
+------------------------------------------------------------------------
+
+See https://www.sbprojects.net/knowledge/ir/nec.php for a description of the
+NEC protocol including the extended protocol.
+
+These are random button presses, including a few repeat signals. The remote
+in question is unmarked and used for remote controlling ceiling lights.
+
+Logic analyzer setup
+--------------------
+
+  Probe  NEC
+  -----------
+  0      IR
diff --git a/ir/nec/extended/unknown_ceiling_light.sr b/ir/nec/extended/unknown_ceiling_light.sr
new file mode 100644 (file)
index 0000000..7e3df84
Binary files /dev/null and b/ir/nec/extended/unknown_ceiling_light.sr differ