Hy All!
Can anyone give me some basic IR codes for Mini System Sony Shake ?
Or Just the universal power button and volume, I don´t have the remote control to catch the codes.
Thanks!!!
Hy All!
Can anyone give me some basic IR codes for Mini System Sony Shake ?
Or Just the universal power button and volume, I don´t have the remote control to catch the codes.
Thanks!!!
Try here: Index of /remotes
Here s the full code set which I generated from a Sony remote (Radio cassete RMT-CV34AD) that may be a match. Often the power and VOL are similar.?
/*
Automatically Generated by AnalysIR - Batch Export Utility
Registered to: xxxxxxxx
Session History
Type : Key : Value : Bits
0 : SONY : CD : 00002122 : 15
1 : SONY : Radio : 00004122 : 15
2 : SONY : Tape : 00000122 : 15
3 : SONY : Loop : 00001626 : 15
4 : SONY : Tone L : 00003222 : 15
5 : SONY : Tone H : 00005222 : 15
6 : SONY : MegaBass : 00007E22 : 15
7 : SONY : Mode : 00004422 : 15
8 : SONY : >10 : 00005826 : 15
9 : SONY : 0/10 : 00001826 : 15
10 : SONY : 9 : 00000826 : 15
11 : SONY : 8 : 00007026 : 15
12 : SONY : 7 : 00003026 : 15
13 : SONY : 6 : 00005026 : 15
14 : SONY : 5 : 00001026 : 15
15 : SONY : 4 : 00006026 : 15
16 : SONY : 3 : 00002026 : 15
17 : SONY : 2 : 00004026 : 15
18 : SONY : 1 : 00000026 : 15
19 : SONY : FWD : 00004626 : 15
20 : SONY : REW : 00000626 : 15
21 : SONY : Stop : 00000E26 : 15
22 : SONY : Pause : 00004E26 : 15
23 : SONY : Play : 00002626 : 15
24 : SONY : VOL- : 00006422 : 15
25 : SONY : VOL+ : 00002422 : 15
26 : SONY : ON/OFF : 00005422 : 15
*/
// NB: Not all protocols are supported by IRremote or IRLib. You may need to edit the code below manually
// Automatically Generated by AnalysIR for xxxxxxxx, visit http://www.AnalysIR.com or email info@....... for further details
int khz=40; //NB Change this default value as neccessary to the correct modulation frequency
irsend.sendSony(0x00002122, 15); // AnalysIR IR Protocol: SONY, Key: CD
irsend.sendSony(0x00004122, 15); // AnalysIR IR Protocol: SONY, Key: Radio
irsend.sendSony(0x00000122, 15); // AnalysIR IR Protocol: SONY, Key: Tape
irsend.sendSony(0x00001626, 15); // AnalysIR IR Protocol: SONY, Key: Loop
irsend.sendSony(0x00003222, 15); // AnalysIR IR Protocol: SONY, Key: Tone L
irsend.sendSony(0x00005222, 15); // AnalysIR IR Protocol: SONY, Key: Tone H
irsend.sendSony(0x00007E22, 15); // AnalysIR IR Protocol: SONY, Key: MegaBass
irsend.sendSony(0x00004422, 15); // AnalysIR IR Protocol: SONY, Key: Mode
irsend.sendSony(0x00005826, 15); // AnalysIR IR Protocol: SONY, Key: >10
irsend.sendSony(0x00001826, 15); // AnalysIR IR Protocol: SONY, Key: 0/10
irsend.sendSony(0x00000826, 15); // AnalysIR IR Protocol: SONY, Key: 9
irsend.sendSony(0x00007026, 15); // AnalysIR IR Protocol: SONY, Key: 8
irsend.sendSony(0x00003026, 15); // AnalysIR IR Protocol: SONY, Key: 7
irsend.sendSony(0x00005026, 15); // AnalysIR IR Protocol: SONY, Key: 6
irsend.sendSony(0x00001026, 15); // AnalysIR IR Protocol: SONY, Key: 5
irsend.sendSony(0x00006026, 15); // AnalysIR IR Protocol: SONY, Key: 4
irsend.sendSony(0x00002026, 15); // AnalysIR IR Protocol: SONY, Key: 3
irsend.sendSony(0x00004026, 15); // AnalysIR IR Protocol: SONY, Key: 2
irsend.sendSony(0x00000026, 15); // AnalysIR IR Protocol: SONY, Key: 1
irsend.sendSony(0x00004626, 15); // AnalysIR IR Protocol: SONY, Key: FWD
irsend.sendSony(0x00000626, 15); // AnalysIR IR Protocol: SONY, Key: REW
irsend.sendSony(0x00000E26, 15); // AnalysIR IR Protocol: SONY, Key: Stop
irsend.sendSony(0x00004E26, 15); // AnalysIR IR Protocol: SONY, Key: Pause
irsend.sendSony(0x00002626, 15); // AnalysIR IR Protocol: SONY, Key: Play
irsend.sendSony(0x00006422, 15); // AnalysIR IR Protocol: SONY, Key: VOL-
irsend.sendSony(0x00002422, 15); // AnalysIR IR Protocol: SONY, Key: VOL+
irsend.sendSony(0x00005422, 15); // AnalysIR IR Protocol: SONY, Key: ON/OFF
A bit of a long shot, but let me know if it helps.
Also see here for a reference: http://www.sbprojects.com/knowledge/ir/sirc.php