ReplayTV 5000 remote with 2K eeprom?
Moderator: Moderators
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
ReplayTV 5000 remote with 2K eeprom?
Would it be possible to add 2k eeprom to ReplayTV 5000 remote?
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Sure, just be careful removing the old chip as it's easy to tear away the traces from the PCB.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
There's no point in using anything larger than 2k because the remote won't be able to read more than 2k of the memory, and it might have trouble reading the chip at all if it's larger than 2k, so stick with a regular 24C16 type chip.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
I tried to rebuild ReplayTV 5000 extender for 2k eeprom, but it is not working!!!!!!!!!!
Please help!!!
I uploaded all my project files to diagnostic area http://www.hifi-remote.com/forums/dload ... le_id=4232
Please help!!!
I uploaded all my project files to diagnostic area http://www.hifi-remote.com/forums/dload ... le_id=4232
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Are you saying that the extender isn't working (ie, it's an extender problem and I should move this to the extender forum) or are you saying that the EEPROM itself isn't working (which means you messed up the soldering)?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
OK, so the mod is OK, which means it's not a hardware question anymore. You've tried to modify the extender for the 2k chip and it's not working. For this you'll need help from the extender writers, so I'll move this thread into the extenders forum.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
I modified RDF and extender assembler file to reflect new address $800, then I build new Original 2k image by adding FF to addresses $400 - $7FF. Then I modified Original RDF 1k to Original RDF 2k, compiled and merged 2k extender with 2k Original image. New 2k image was loaded successfully with IR 6.2. Then when I added new devices and tried to use them, but any key strokes do not generate signal and LED is not turn on by key presses.
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
ok..., I now remember this:
In addition to the eeprom size in the RDF, you also have to change the shift key patch address and the device button addresses.
You can get those values for your version of extender by looking at the values of Shift_Key_patch and DevSetup_patch in the listing file generated by the assembler. DevSetup_patch is the base address of the device button table, the first address of the TV button.
In addition to the eeprom size in the RDF, you also have to change the shift key patch address and the device button addresses.
You can get those values for your version of extender by looking at the values of Shift_Key_patch and DevSetup_patch in the listing file generated by the assembler. DevSetup_patch is the base address of the device button table, the first address of the TV button.
Code: Select all
[Settings]
Shift Button Keycode=$0334.7.8.3.0
...
[DeviceButtons]
TV = $3E8 $3E9
Replay = $3EA $3EB
CBL = $3EC $3ED
VCR = $3EE $3EF
CD = $3F0 $3F1
DVD = $3F2 $3F3
AUX1 = $3F4 $3F5
AUX2 = $3F6 $3F7
AUX3 = $3F8 $3F9
AUX4 = $3FA $3FB
AUX5 = $3FC $3FD
AUX6 = $3FE $3FF
-
MajorWoody
- Posts: 46
- Joined: Mon Oct 16, 2006 8:03 am
- Location: Brooklyn,NY
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Good work, and thanks for jumping in Hal. Woody, be sure to gather all the necessary files together into a zip and add it to the R5k extender folder.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!