From 38badb2039d553bf95fe737f7280fbc067a992fa Mon Sep 17 00:00:00 2001 From: The Doctor Date: Sat, 19 Jul 2025 01:35:23 -0700 Subject: [PATCH 1/2] Added the protocol dump from my DynaScan DS2 digital sign remote control. Signed-off-by: The Doctor --- Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir diff --git a/Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir b/Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir new file mode 100644 index 0000000000..1e469c8d06 --- /dev/null +++ b/Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir @@ -0,0 +1,64 @@ +Filetype: IR signals file +Version: 1 +# +# DynaScan DS2 remote control for city sidewalk digital signs. +# +name: Gear +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 20 DF 00 00 +# +name: Power +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 21 DE 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 23 DC 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 27 D8 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 24 DB 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 26 D9 00 00 +# +name: Center +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 25 DA 00 00 +# +name: Back +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 28 D7 00 00 +# +name: Home +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 29 D6 00 00 +# +name: I +type: parsed +protocol: NECext +address: 11 21 00 00 +command: 2A D5 00 00 From b0228f98073cacf9e7638261eeaad233915c31d6 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:44:11 -0700 Subject: [PATCH 2/2] Renamed buttons to spec, fixed directory location. --- Digital_Signs/DynaScan/{DS2 => }/Dynascan_DS2.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Digital_Signs/DynaScan/{DS2 => }/Dynascan_DS2.ir (97%) diff --git a/Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir b/Digital_Signs/DynaScan/Dynascan_DS2.ir similarity index 97% rename from Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir rename to Digital_Signs/DynaScan/Dynascan_DS2.ir index 1e469c8d06..bc6ad595a2 100644 --- a/Digital_Signs/DynaScan/DS2/Dynascan_DS2.ir +++ b/Digital_Signs/DynaScan/Dynascan_DS2.ir @@ -3,7 +3,7 @@ Version: 1 # # DynaScan DS2 remote control for city sidewalk digital signs. # -name: Gear +name: Settings type: parsed protocol: NECext address: 11 21 00 00 @@ -57,7 +57,7 @@ protocol: NECext address: 11 21 00 00 command: 29 D6 00 00 # -name: I +name: UNKNOWN type: parsed protocol: NECext address: 11 21 00 00