Your Universal Remote Control Center
RemoteCentral.com
UEI Nevo Remote Controls Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
IR Codes for an Antimode DSP
This thread has 6 replies. Displaying all posts.
Post 1 made on Sunday January 20, 2013 at 15:01
T.Full
Lurking Member
Joined:
Posts:
November 2012
4
Hi i try to learn my Antimode Remote on my Q50. Does not work. So i get these Codes from the Manufactor, but the Nevo Studio give me an Error after i type it in the field for the Hex Codes. Can Anyone Help me.

Anti-Mode 2.0 Dual Core IR remote codes
----------------------------------------------------------

Remote works with the NEC protocol. The remote address is 0xff00.

0xff00 0xba45 - menu
0xff00 0xb946 - up
0xff00 0xb847 - vol+
0xff00 0xbb44 - <-
0xff00 0xbf40 - ok
0xff00 0xbc43 - ->
0xff00 0xf807 - back
0xff00 0xea15 - down
0xff00 0xf609 - vol-
0xff00 0xe916 - display
0xff00 0xe619 - bypass
0xff00 0xf20d - output
0xff00 0xf30c - A
0xff00 0xe718 - B
0xff00 0xa15e - input
0xff00 0xf708 - C
0xff00 0xe31c - D
0xff00 0xa55a - mute
0xff00 0xbd42 - power on
0xff00 0xad52 - power on/off
0xff00 0xb54a - power on/off

Special codes, starting from June 13 firmware version.
0xff00 0xd52a 0xff00 0xdf20 - select analog input
0xff00 0xd52a 0xff00 0xde21 - select USB input
0xff00 0xd52a 0xff00 0xdd22 - select SPDIF input

Additional test mode commands.
0xff00 0xd52a 0xff00 0xd32c 0xff00 0xd42b 0xff00 0xdc23 0xff00 0xd42b
- test mode, select analog output, drop from test mode
0xff00 0xd52a 0xff00 0xd32c 0xff00 0xd42b 0xff00 0xdb24 0xff00 0xd42b
- test mode, select SPDIF output, drop from test mode
0xff00 0xd52a 0xff00 0xd32c 0xff00 0xd42b 0xff00 0xd728 0xff00 0xd42b
- test mode, set default volume (-20dB), drop from test mode
0xff00 0xd52a 0xff00 0xd32c 0xff00 0xd42b 0xff00 0xd827 0xff00 0xd42b
- test mode, full volume (0dB) , drop from test mode
OP | Post 2 made on Monday January 28, 2013 at 18:27
T.Full
Lurking Member
Joined:
Posts:
November 2012
4
Can no one help me?
Post 3 made on Wednesday March 6, 2013 at 19:54
RemoteQuest
Long Time Member
Joined:
Posts:
October 2008
245
Those codes you received from the manufacturer are not ready as they are to be pasted or typed into the device in Nevo Studio Pro.

They must all be in hex code, like this:

0000 0068 0000 0044 0168 00B4 0016 0043 0016 0016 0016 0043 0016 0016 0016 0016 0016 0043 0016 0016 0016 0043 0016 0016 0016 0043 0016 0016 0016 0043 0016 0043 0016 0016 0016 0043 0016 0016 0016 0016 0016 0043 0016 0043 0016 0043 0016 0043 0016 0016 0016 0043 0016 0016 0016 0043 0016 0016 0016 0016 0016 0016 0016 0016 0016 0043 0016 0016 0016 0043 0016 03DD 0168 00B4 0016 0043 0016 0016 0016 0043 0016 0016 0016 0016 0016 0043 0016 0016 0016 0043 0016 0016 0016 0043 0016 0016 0016 0043 0016 0043 0016 0016 0016 0043 0016 0016 0016 0043 0016 0016 0016 0016 0016 0043 0016 0016 0016 0016 0016 0043 0016 0043 0016 0016 0016 0043 0016 0043 0016 0016 0016 0043 0016 0043 0016 0016 0016 0016 0016 03DD

This is one hex code for a single command. Notice the command is in hex code and yours appear to be in ASCII or something. Maybe ask the manufacturer if they have hex code for those remote functions? Possibly ask for Pronto Hex codes, if available.

There are ways to take those ASCII codes and transform them into hex code but it is a lengthy process which cannot be easily described here.

DD
Post 4 made on Friday October 24, 2014 at 09:46
ambush
Lurking Member
Joined:
Posts:
October 2014
2
Has anyone been able to convert these codes into raw hex? I've tried to convert each command to hex using IRCodeDoctor and then have EventGhost to blast them in sequence but it doesn't work.
Post 5 made on Saturday November 1, 2014 at 06:36
Barf
Long Time Member
Joined:
Posts:
August 2013
350
Probably not that hard really. Problem is exactly what "the manufacturer" meant by his numbers like "0xff00 0xba45 - menu". Lets do some "intelligent" guessing:

The NEC protocol(s) take 32 bits, and you have 32 bits, fine. Note that byte 2 always appear to be the complement of byte 1, and byte 4 the complement of byte 3, again fine. So get IrScrutinizer and try it out, for generating the hex codes, and, given suitable hardware, shooting it at your equipment. For a first try, try the first byte (0xff = 255) for D, and the third byte (0xba = 186 for menu) for F. If that does not work, try to reverse the bit order (0x5D for menu), and/or complement them.
Post 6 made on Monday November 3, 2014 at 13:36
ambush
Lurking Member
Joined:
Posts:
October 2014
2
Thanks mate, now it works! However device (D) was second byte and function was fourth byte. Format is NEC2. It worked fine blasting the more complex commands from Eventghost but didn't work when I tried them from my Harmony remote. What I had to do was to have the Harmony remote learn each function of the command separately and then make a macro out of them to blast them all in sequence - then it worked like a charm.
Post 7 made on Sunday November 9, 2014 at 23:23
SysIntegration
Advanced Member
Joined:
Posts:
December 2013
895
On November 3, 2014 at 13:36, ambush said...
Thanks mate, now it works! However device (D) was second byte and function was fourth byte. Format is NEC2. It worked fine blasting the more complex commands from Eventghost but didn't work when I tried them from my Harmony remote. What I had to do was to have the Harmony remote learn each function of the command separately and then make a macro out of them to blast them all in sequence - then it worked like a charm.

It's a shame I didn't see this post lurking down here in the Nevo section before. We could have combined it with this post:

[Link: remotecentral.com]
0101001101111001011100110100100101101110011101000110010101100111011100100110000101110100011010010110111101101110


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse