Decode Graetz DVD model AV690 (from winLirc)

If you have learned signals that don't get decoded when you look at them in IR.exe, post your file to the Diagnosis Area then post your question here (including a link to the file).

Moderator: Moderators

Post Reply
yarix
Posts: 3
Joined: Mon Oct 02, 2006 2:19 am

Decode Graetz DVD model AV690 (from winLirc)

Post by yarix »

Hi Everyone,
I have a Force RC that I got from the cables company in Israel. the remote have a JP1 connector and I'm able to communicate with the computer.

In the last 3 days, I've been trying to create teach the remote how to control my DVD player "Greatz AV690".

I've captured many some signals of the DVD remote with WinLirc:

Code: Select all

[color=green]
#
# this config file was automatically generated
# using WinLIRC 0.6.5 (LIRC 0.6.1pre3) on Sun Oct 01 12:23:25 2006
#
# contributed by Yarix
#
# brand:             GREATZ_DVD_AV690
# model:             AV690
# supported devices: 
#

begin remote

  name  GREATZ_DVD_AV690
  bits           16
  flags SPACE_ENC
  eps            25
  aeps          100

  header       9009  4553
  one           552   572
  zero          552  1681
  ptrail        552
  repeat       8986  2298
  pre_data_bits   16
  pre_data       0xFF00
  gap          39831
  toggle_bit      0


      begin codes
          1                        0x0000000000006F90
          2                        0x0000000000005FA0
          3                        0x0000000000007F80
          Play                     0x00000000000015EA
          Prev                     0x000000000000857A
          Next                     0x000000000000A55A
          Stop                     0x00000000000005FA
          Pause                    0x00000000000025DA
          Menu                     0x000000000000758A
          Rev                      0x000000000000956A
          Fwd                      0x000000000000B54A
          Title                    0x000000000000659A
          Display                  0x000000000000DF20
          OpenClose                0x000000000000FF00
          StandBy                  0x000000000000CF30
      end codes

end remote
[/color]
my question is: Do you recognize this code? does anyone have an upgrade file for that remote?

Additional information that I have is from the "learned signals" tab in IR.exe:
for example for the "Play" learned signal I get this:
Protocol: NEC1
Device: 0
SubDevice:
OBC: 87
Hex Cmd: 15
EFC: 106
Misc:
-------------------------
Raw Data:
Frequency: 38277

Sent Once Key Is Pressed:
+9002 -4498 +550 -574 +550 -574 +550 -574 +550 -574 +550 -574 +550 -574 +550 -574 +550 -574 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -1700 +550 -574 +550 -1700 +550 -574 +550 -1700 +550 -574 +550 -574 +550 -574 +550 -574 +550 -1700 +550 -574 +550 -1700 +550 -574 +550 -1700 +550 -40514 +9002 -2266 +550 -96716

Sent Repeatedly While Key Is Being Held:
+9002 -2266 +550 -96716

--------------------------------------------------------

I hope the information is enough to "hack" the codes for the DVD.

Thank you very much!!
yarix
Posts: 3
Joined: Mon Oct 02, 2006 2:19 am

additional info

Post by yarix »

I noticed that the HexCmd in IR.exe is the first 2 digits form the winlirc codes.
for example play\prev in winLirc :

Code: Select all

Play   0x00000000000015EA 
Prev   0x000000000000857A 
and the play\prev in IR.exe "learned signals":

Code: Select all

Protocol |  Device | SubDevice | OBC | Hex Cmd  | EFC
NEC1     |   0     |           | 87  |  15      | 106
NEC1     |   0     |           | 94  |  85      | 230

notice that the hex code is the same for play=15, and prev=85. it's the same for all other buttons.
how do i get the OBC and EFC codes? what are they?

BTW in another session of learning, most of the learned signals did not had a protocol line at all, few had protocols like that:

Code: Select all

Protocol         |  Device | SubDevice | OBC | Hex Cmd | EFC | Misc
Gap-550-1357-28? |   240   |   63      | 188 |         |     | F0.3F.C4.B
Capn Trips
Expert
Posts: 3989
Joined: Fri Oct 03, 2003 6:56 am

Post by Capn Trips »

You don't need LIRC, nor any of that Frequency and Raw data from IR. If you have a JP1 cable (it appears that you do) and IR.exe (it also appears that you do), you have all you need in your hands.

Have you read the JP1 for beginner's sticky posts? (linked in my sig below)

The decode data (NEC 1, Device 0, and OBC values) is all you need to build your own upgrade using either Keymap Master or RemoteMaster.

Read the readme's, pick your program and then come back with specific questions if you still have trouble.

The Gap decodes indicate that one or both of your batteries are getting low. The consistent NEC decodes are correct.
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Re: additional info

Post by johnsfine »

yarix wrote:I noticed that the HexCmd in IR.exe is the first 2 digits form the winlirc codes.
That is not a general rule for LIRC. But for a specific device, once LIRC sets it up that way, that will be true for the rest of the functions.
yarix wrote:how do i get the OBC and EFC codes?
If you use (RM) RemoteMaster to create the upgrade (rather than KM) you can type in any one of HexCmd, EFC or OBC and RM will compute the other two. So that LIRC data (for each button) plus the decode info of NEC1 protocol, device 0 (from any one correctly learned button) is enough to build an upgrade.
Capn Trips wrote:The Gap decodes indicate that one or both of your batteries are getting low. The consistent NEC decodes are correct.
I don't think that Gap decode would occur from low batteries. More likely it is from moving the remote as you press the button to be learned. But anyway it is a bad learn. If you didn't have the LIRC data to use instead, you would need to redo the learns for any buttons for which you don't have an NEC decode.
Guest

Thanks for the reply, I will update the forum...

Post by Guest »

Thank you for the quick response, by the time I notice the response I created a map between Lirc and IR learned signals.
So actually my remote controls the DVD (Greatz AV690), but I'd like to do an upgrade.

I will try to create upgrade from that, and post it here, if it works....

Code: Select all

    Protocol | Device | Sub-Device | OBC | Hex Cmd | EFC | Misc | WinLirc Cmd
    NEC1     |    0   |            | 12  |   CF    | 052 |      | StandBy   CF30
    NEC1     |    0   |            | 6   |   6F    | 057 |      | 1         6F90
    NEC1     |    0   |            | 5   |   5F    | 184 |      | 2         5FA0
    NEC1     |    0   |            | 1   |   7F    | 185 |      | 3         7F80
    NEC1     |    0   |            | 75  |   2D    | 043 |      | 4         2DD2
    NEC1     |    0   |            | 71  |   1D    | 170 |      | 5         1DE2
    NEC1     |    0   |            | 67  |   3D    | 171 |      | 6         3DC2
    NEC1     |    0   |            | 74  |   AD    | 039 |      | 7         AD52
    NEC1     |    0   |            | 70  |   9D    | 166 |      | 8         9D62
    NEC1     |    0   |            | 66  |   BD    | 167 |      | 9         BD42
    NEC1     |    0   |            | 73  |   6D    | 041 |      | 0         6D92
    NEC1     |    0   |            | 15  |   0F    | 058 |      | setup     0FF0
    NEC1     |    0   |            | 68  |   DD    | 164 |      | up        DD22
    NEC1     |    0   |            | 72  |   ED    | 037 |      | down      ED12
    NEC1     |    0   |            | 76  |   CD    | 036 |      | left      CD32
    NEC1     |    0   |            | 64  |   FD    | 165 |      | right     FD02
    NEC1     |    0   |            | 6   |   9F    | 182 |      | enter     9F60
    NEC1     |    0   |            | 87  |   15    | 106 |      | Play      15EA
    NEC1     |    0   |            | 94  |   85    | 230 |      | Prev      857A
    NEC1     |    0   |            | 90  |   A5    | 231 |      | Next      A55A
    NEC1     |    0   |            | 95  |   05    | 234 |      | Stop      05FA
    NEC1     |    0   |            | 91  |   25    | 255 |      | Pause     25DA
    NEC1     |    0   |            | 81  |   75    | 105 |      | Menu      758A
    NEC1     |    0   |            | 0   |   FF    | 181 |      | OpenClose FF00
yarix
Posts: 3
Joined: Mon Oct 02, 2006 2:19 am

upgrade done :)

Post by yarix »

Thanks johnsfine, Capn Trips.

I've completed the upgrade of the remote. i Used the KM excel.

is there a file that I should upload for other people with such problematic DVD?
I guess that with the above table everyone can create an upgrade...
Capn Trips
Expert
Posts: 3989
Joined: Fri Oct 03, 2003 6:56 am

Post by Capn Trips »

You should upload your KM file to the appropriate area of the File Section>Device upgrade files>DVD (linked near the top of this page).
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
Post Reply