From 9e4f6ad24e59cf5aa24e0df21bc8b377e06f50d1 Mon Sep 17 00:00:00 2001 From: Nick-Kelso-WA Date: Thu, 19 Sep 2024 14:20:43 -0700 Subject: [PATCH] Create Kenwood_DMX4704s.ir IR Remote file that uses FlipperZero as infrared remote on this model of Kenwood head unit for car stereo. Tested, and seems to work fine with my head unit. The functionality is limited. I had this trouble with an aftermarket remote I had purchased too. I believe the infrared system on this head unit is very limited. The user's manual also only shows the functions here as available on the factory optional remote. --- .../CD_Players/Kenwood/Kenwood_DMX4704s.ir | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 Car_Multimedia/CD_Players/Kenwood/Kenwood_DMX4704s.ir diff --git a/Car_Multimedia/CD_Players/Kenwood/Kenwood_DMX4704s.ir b/Car_Multimedia/CD_Players/Kenwood/Kenwood_DMX4704s.ir new file mode 100644 index 00000000..8b1a8a8d --- /dev/null +++ b/Car_Multimedia/CD_Players/Kenwood/Kenwood_DMX4704s.ir @@ -0,0 +1,71 @@ +Filetype: IR signals file +Version: 1 +# +# Remote: Kenwood +# Model: Kenwood DMX4707s +# +name: Src +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 13 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 14 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 15 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 16 00 00 00 +# +name: <> +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 0B 00 00 00 +# +name: Play_Pause +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 0E 00 00 00 +# +name: AM +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 0C 00 00 00 +# +name: FM +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 0D 00 00 00 +# +name: Call_answer +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 92 00 00 00 +# +name: Call_end +type: parsed +protocol: NEC +address: B9 00 00 00 +command: 88 00 00 00