From abb54b0bd43b8b0cbe075123cbc1f59e4bb17e31 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sun, 26 Jul 2020 08:49:42 +0200 Subject: ir_nec: add capture for extended NEC protocol This is a modified version of a capture that was Submitted-By: Sebastian Rittau 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 | 16 ++++++++++++++++ ir/nec/extended/unknown_ceiling_light.sr | Bin 0 -> 1555 bytes 2 files changed, 16 insertions(+) create mode 100644 ir/nec/extended/README create mode 100644 ir/nec/extended/unknown_ceiling_light.sr (limited to 'ir/nec') diff --git a/ir/nec/extended/README b/ir/nec/extended/README new file mode 100644 index 0000000..3ea43c3 --- /dev/null +++ b/ir/nec/extended/README @@ -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 index 0000000..7e3df84 Binary files /dev/null and b/ir/nec/extended/unknown_ceiling_light.sr differ -- cgit v1.2.3-54-g00ecf