Page 1 of 2
ReplayTV 5000 remote with 2K eeprom?
Posted: Wed Jan 31, 2007 7:43 pm
by MajorWoody
Would it be possible to add 2k eeprom to ReplayTV 5000 remote?
Posted: Wed Jan 31, 2007 9:13 pm
by The Robman
Sure, just be careful removing the old chip as it's easy to tear away the traces from the PCB.
Posted: Wed Jan 31, 2007 9:39 pm
by MajorWoody
Thank you Rob!
What chip do I need to use for ReplayTV 5000 remote? Would it be possible to use 8k chips?
I love ReplayTV 5000 keyboard layouts!
Posted: Wed Jan 31, 2007 10:56 pm
by The Robman
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.
Posted: Tue Feb 13, 2007 7:17 pm
by MajorWoody
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
Posted: Tue Feb 13, 2007 8:45 pm
by The Robman
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)?
Posted: Tue Feb 13, 2007 9:38 pm
by MajorWoody
Remote is working if I load old 000 3ff image, but if I use extender with 2k address, 2k image is loaded ok and IR accepts new device updates but remote keys do not generate any signal. I activated remote by pressing tv and power keys.
Posted: Tue Feb 13, 2007 11:10 pm
by The Robman
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.
Posted: Wed Feb 14, 2007 7:43 am
by MajorWoody
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.
Posted: Wed Feb 14, 2007 7:47 am
by MajorWoody
Oop's. I forgot to ask is it possible to use original ReplayTV 5000 extender 1.2 with new memory settings or extender need to be modified to work with 2k of memory?
Posted: Wed Feb 14, 2007 12:30 pm
by mtakahar
The 1K extender will work with 2K, but it can't use the extra memory.
I'll have to check the code and try to remember which vars need to be changed because it's been a long time since I wrote it.
I'll try to post it in a few days.
Posted: Wed Feb 14, 2007 1:08 pm
by MajorWoody
Thanks a lot for help!
Posted: Wed Feb 14, 2007 10:33 pm
by mtakahar
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.
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
Posted: Thu Feb 15, 2007 9:56 pm
by MajorWoody
Thank you!
Thank you!
Thank you! Awesome!
I finally have replayTV 5000 remote with 2k of memory. I desperately needed space for 2 more devices!
Posted: Thu Feb 15, 2007 10:09 pm
by The Robman
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.