New OFA remotes -- URC-6820, 8820, 10820

Forum for the discussion of JP1 Interfaces, hardware hacks, etc.

Moderator: Moderators

Post Reply
rhm5757
Advanced Member
Posts: 33
Joined: Sun Aug 03, 2003 5:53 pm
Contact:

New OFA remotes -- URC-6820, 8820, 10820

Post by rhm5757 »

Since no one has posted anything about these remotes as far as I know, I might as well mention them, as they seem to be available now. The 8820 is only $20 at Circuit City, so I'm probably going to pick one up shortly for 5-digit EFC stuff for my website. They are of course flash chip remotes, so hopefully someone can start working on JP1 support for them.

What's good for me though is now I can just put up a page on my Sony codes website on how to use 5-digit EFCs with these new remotes, and recommend these new models to people who need a remote to teach discretes to one of the expensive universal remotes (usually Sony or one of the MX remotes).
MaskedMan
Tivo Expert
Posts: 1055
Joined: Tue Feb 10, 2004 3:54 am
Location: Boone, IA

Post by MaskedMan »

Edmund
rhm5757
Advanced Member
Posts: 33
Joined: Sun Aug 03, 2003 5:53 pm
Contact:

Post by rhm5757 »

Well, I got one of these a couple hours ago. JP1.2 under the battery cover. It has a huge database of codes, and so many Sony codes it will take me a while to go through them all. Probably many are multiple unit codes; there seem to be a lot of these throughout the lists, not just for Sony.

Personally, I like the design, it's very light and small and has a good button layout. The only problems are the lack of a backlight and the weird sides, which others have commented on with the 6131n. Also, some of the keys are close together and if you have big hands you might find that to be a problem.
MaskedMan
Tivo Expert
Posts: 1055
Joined: Tue Feb 10, 2004 3:54 am
Location: Boone, IA

Post by MaskedMan »

speaking 5 digit EFC's, someone in this thread, came up this formula: old EFc x 256 + 14389= 5 digit EFC. I guess its easier to just add two zeroes. But why does this formula work?
Edmund
mtakahar
Expert
Posts: 281
Joined: Sun Aug 03, 2003 2:46 pm

Post by mtakahar »

In 5 digit EFC to Hex (raw) cmd conversion, values greater than or equal to 1000 are calculated after low/high bytes swapped, and this is why (old EFC x 256) is in his formula. The magic number: 14389 is $46 $F0 in raw cmd, and raw cmd = $46 is EFC=000. Since this is a 1 byte protocol, the second byte, $F0 will be just ignored by the protocol executor.

The values less than 1000 are converted in the same way as before.

You can calculate other variants of 00022, etc. by entering 83 xx (xx is an arbitrary hex digit number) in the EFC calculator under the Tools menu in IR.exe.

Code: Select all

EFC     raw
00022   $83 $00
00026   $03 $00
20021   $83 $f0
21045   $03 $f0

Hal
MaskedMan
Tivo Expert
Posts: 1055
Joined: Tue Feb 10, 2004 3:54 am
Location: Boone, IA

Post by MaskedMan »

Thanks Hal.:)
Edmund
Post Reply