


Moderator: Moderators



The two checksum bytes are compliments of each other. You often get this effect when the end point of the checksum range is not correct (and the end of the EEPROM is full of FF bytes). Try moving it up or down one byte for now.Mike-C wrote:I'm struggling a bit with making an .RDF file. I'm starting with an .RDF for the standard Sky remote and trying to modify it. My first problem is that the two checksum bytes appear to be reversed eg finds AB/CD but wants CD/AB.
Interesting. You can clearly see the Freescale logo on the chip in the picture that Capn posted. All of the 28-pin RCxx chips we've seen so far have the oscillator on pins 27 & 28, so this is puzzling. Note also that the Vdd & Vss appears to be on pins 7 & 8.Mike-C wrote:From the photos that Capn Trips posted of his New regular Sky remote (RC 1600/00U) with the SC516513PE device, I wonder if this too has a different pin out? If I'm looking at the photos correctly, it seems that the 4MHz crystal is connected to pins 21 and 22 where as the MC68HC05RCxx PDF datasheet in the link posted by Rob shows it connected to pins 27 and 28.
Thanks for the advice. I'll have a play and see how it goes.mr_d_p_gumby wrote:The two checksum bytes are compliments of each other. You often get this effect when the end point of the checksum range is not correct (and the end of the EEPROM is full of FF bytes). Try moving it up or down one byte for now.
I've taken a look at the datasheet - interesting reading - although the DIL/SDIP version is listed as having 42 pins rather than the 28 pins shown in the photo so, hopefully, we are still dealing with a JP1 device, rather than JP1.2mr_d_p_gumby wrote:The only chip I know of that UEI uses that has that pinout would be the newer MC9S08RCxx series, which would mean that this is the first remote we've encountered that uses the newer flash-based processor (as in JP1.2) in an external-EEPROM configuration. Take alook at this data sheet and see if it makes sense to you: http://www.hifi-remote.com/files/chip-m ... 08GB60.pdf
If you like, I'm happy to have a bash at the standard Sky remote as I think thatCapn Trips wrote:Well, as I monitor this discussion, I understand that I am COMPLETELY out of my depth.![]()
So, as previously stated, I am happy to mail any or all of these three remotes to whichever of you is capable/willing/interested in using them for research - as I AM a big supporter of the quest for knowledge - with the only caveat being you try to return them withiin, say, 6 months or so. If they come back JP1-capable, that's cool. If they don't, that's fine too. If they're really trashed - I won't moan TOO much about it, although of course, that's not my FIRST option
Yeah, why not. PM me your details and I'll ship you the Sky (and one of the Sky+) remote(s).Mike-C wrote:At least this remote has a footprint for an EEPROM and partial tracks to it, so it may give us some clues as to how to modify the Sky+ remote which has the same device fitted but no EEPROM footprint.
If you are interested, let me know and I can PM you my details.
Why not try and mail them on your way out of town, then who knows, Mike might even have finished with them by the time you get back.Capn Trips wrote:(Although one caveat, I'm leaving the country for about a week tomorrow, so it wouldn't get mailed until after Christmas)
Happy to try tomorrow, but need an address.The Robman wrote:Why not try and mail them on your way out of town, then who knows, Mike might even have finished with them by the time you get back.Capn Trips wrote:(Although one caveat, I'm leaving the country for about a week tomorrow, so it wouldn't get mailed until after Christmas)
Do I understand correctly that when pin 3 is tied low, the remote does not communicate with the EEPROM? I'm wondering if this is some sort of mode-switch between JP1 and JP1.2.Mike-C wrote:Tracing out schematics for all three remotes was a slow job but worthwhile as we now know the pinout functions for this remote. Pin 3 appears to be tied high to put the remote in Sky+ mode, or tied low to put the remote in normal mode (jumpers 3 and 4 in the photos previously posted by Capn Trips). Pin 10 is tied low but there is an option to tie it high (jumpers 1 and 2 in the photos). I couldn't see any difference to the remote when I tied it high.
Yes, please post them. A good place would be here.Mike-C wrote:All three schematics (which I can post here if anyone is interested) looked similar and like the EEPROM should work - except they weren't!
Congratulations!Mike-C wrote:Having done this, performing a 981 reset results in the LED flashing four times and a successfully configured EEPROM.
That's to be expected. The existing RDFs are set for use with the 6805RC CPUs and I expect this remote will be quite different. For example, back when UEI was using those CPUs, they stored the assigned setup code for each device button differently than they do now in the newer S3C8-based remotes. Keymaps, button numbers, etc., will all be different.Mike-C wrote:I can use the IR program to read data from the remotes but the RDF file still needs some work - writing back to the remote trashes the data.