ReplayTV 5000 remote with 2K eeprom?

Support forum for extenders. If you're having trouble getting one up and running, this is the place to come.

Moderator: Moderators

MajorWoody
Posts: 46
Joined: Mon Oct 16, 2006 8:03 am
Location: Brooklyn,NY

ReplayTV 5000 remote with 2K eeprom?

Post by MajorWoody »

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:

Post by The Robman »

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!
MajorWoody
Posts: 46
Joined: Mon Oct 16, 2006 8:03 am
Location: Brooklyn,NY

Post 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!
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post 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.
Rob
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

Post 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
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post 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)?
Rob
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

Post 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.
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post 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.
Rob
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

Post 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.
MajorWoody
Posts: 46
Joined: Mon Oct 16, 2006 8:03 am
Location: Brooklyn,NY

Post 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?
mtakahar
Expert
Posts: 281
Joined: Sun Aug 03, 2003 2:46 pm

Post 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.
MajorWoody
Posts: 46
Joined: Mon Oct 16, 2006 8:03 am
Location: Brooklyn,NY

Post by MajorWoody »

Thanks a lot for help!
mtakahar
Expert
Posts: 281
Joined: Sun Aug 03, 2003 2:46 pm

Post 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
MajorWoody
Posts: 46
Joined: Mon Oct 16, 2006 8:03 am
Location: Brooklyn,NY

Post 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!
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post 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.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Post Reply