Help creating RDF for OFA 7530
Posted: Tue Apr 04, 2006 8:57 pm
Hello,
i read the guide to create a new rdf file ...
************************************************
http://groups.yahoo.com/group/jp1/message/24480
************************************************
... Now i want to create a new rdf file for URC-7530 (3 devices: TV, VCR, AUX).
>>step1:
>>First off, take a backup of the remote's current memory.
here's a backup of the remote's current memory (Eeprom 24C08, $0400, 1024 byte):
http://www.hifi-remote.com/forums/dload ... le_id=3010
Here's an image of the remote (image of the board)
http://www.hifi-remote.com/forums/dload ... le_id=2968
(328kB)
>>step2:
>>Next up, let's figure out the remote's signature. Skip the first two bytes
>>in the dump as these are a checksum, the next 8 bytes (from $002 to $009)
signature (from $002 to $009) is:
SER0#### (# are cryptical, and non human readable characters)
>>step3:
>>Next up, let's figure out the setup code buckets
setup code buckets:
000D: (TV)
000F: (VCR)
0011: (AUX)
step4:
>>Now, you need to figure out where the keycodes section
>>starts. So, first off, do a 981 style reset
995 'learn macro' and 981 is not possible with the URC-7530. Instead 981, i made a 980 reset.
After making a keymove (magic/994/3/1) moving 'key3' to 'key1', the
keymove section starts at 001A.
step5:
>>Next up, let's get the keycodes for the
>>buttons (to be used in the [Buttons] section)
Power CC
Vol Up BC
Vol Down B8
Channel Up 7C
Channel Down 78
Mute C8
1 F8
2 F4
3 F0
4 EC
5 E8
6 E4
7 E0
8 DC
9 D8
0 FC
10(-/--) D4
20(AV) 1C
Rewind (TextOn) 0C
Play (TextOff) 00
Fast Fwd (TextExpand) 50
Pause (TextHold) 58
TV/VCR (red) 20
Stop (green) 24
Rec (yellow) 34
Slow (blue) 2C
Thanks for help.
i read the guide to create a new rdf file ...
************************************************
http://groups.yahoo.com/group/jp1/message/24480
************************************************
... Now i want to create a new rdf file for URC-7530 (3 devices: TV, VCR, AUX).
>>step1:
>>First off, take a backup of the remote's current memory.
here's a backup of the remote's current memory (Eeprom 24C08, $0400, 1024 byte):
http://www.hifi-remote.com/forums/dload ... le_id=3010
Here's an image of the remote (image of the board)
http://www.hifi-remote.com/forums/dload ... le_id=2968
(328kB)
>>step2:
>>Next up, let's figure out the remote's signature. Skip the first two bytes
>>in the dump as these are a checksum, the next 8 bytes (from $002 to $009)
signature (from $002 to $009) is:
SER0#### (# are cryptical, and non human readable characters)
>>step3:
>>Next up, let's figure out the setup code buckets
setup code buckets:
000D: (TV)
000F: (VCR)
0011: (AUX)
step4:
>>Now, you need to figure out where the keycodes section
>>starts. So, first off, do a 981 style reset
995 'learn macro' and 981 is not possible with the URC-7530. Instead 981, i made a 980 reset.
After making a keymove (magic/994/3/1) moving 'key3' to 'key1', the
keymove section starts at 001A.
step5:
>>Next up, let's get the keycodes for the
>>buttons (to be used in the [Buttons] section)
Power CC
Vol Up BC
Vol Down B8
Channel Up 7C
Channel Down 78
Mute C8
1 F8
2 F4
3 F0
4 EC
5 E8
6 E4
7 E0
8 DC
9 D8
0 FC
10(-/--) D4
20(AV) 1C
Rewind (TextOn) 0C
Play (TextOff) 00
Fast Fwd (TextExpand) 50
Pause (TextHold) 58
TV/VCR (red) 20
Stop (green) 24
Rec (yellow) 34
Slow (blue) 2C
Thanks for help.