Your Universal Remote Control Center
RemoteCentral.com
Custom Installers' Lounge Forum - View Post
Previous section Next section Previous page Next page Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Page 5 of 7
Topic:
Amazon's Fire TV IR codes
This thread has 103 replies. Displaying posts 61 through 75.
Post 61 made on Thursday July 21, 2016 at 23:54
SRTShaker
Long Time Member
Joined:
Posts:
June 2016
55
On July 21, 2016 at 23:06, mdavej said...
I just tried the Ortek myself. Have you found commands ffwd, rew or menu?

I learned the commands from the Ortek. FF and Rew is Press/Press hold for either direction.

Menu???? Not sure I remember- What does the menu bring up again? I do not use Amazon Fire TV that much.
I've paid for my sins. We're even!
Post 62 made on Thursday July 21, 2016 at 23:59
SRTShaker
Long Time Member
Joined:
Posts:
June 2016
55
On July 21, 2016 at 23:06, mdavej said...
I just tried the Ortek myself. Have you found commands ffwd, rew or menu?

For FF and Rew I learned the Direction Keys left and right off the Ortek. Press/Press hold goes faster.

Menu??? Do not remember, What does the menu bring up again? Is it used during playback? Not home at the moment. Working late, in a server room now waiting for raid rebuild.
I've paid for my sins. We're even!
Post 63 made on Friday July 22, 2016 at 00:12
SRTShaker
Long Time Member
Joined:
Posts:
June 2016
55
On July 21, 2016 at 23:06, mdavej said...
I just tried the Ortek myself, menu?

ortekmce_D21F6 MyTV / Yellow
0000 006B 000E 000D 004A 0025 0025 0025 0025 0025 0025 0013 0013 0013 0013 0025 0013 0013 0025 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0025 0013 073D 004A 0025 0025 0025 0025 0025 0013 0013 0025 0013 0013 0025 0013 0013 0025 0013 0013 0013 0013 0025 0025 0013 0013 0025 0013 073D


I called a friend of mine who was with me when we set it up. If memory serves it only works once (strange I know) at the beginning of the movie. After that you must start movie again to get it to come up again.
I've paid for my sins. We're even!
Post 64 made on Friday July 22, 2016 at 00:23
SRTShaker
Long Time Member
Joined:
Posts:
June 2016
55
On July 21, 2016 at 18:57, mdavej said...
Sorry, I've only got a toggle for that.

Is there a way to create one from the toggle? Excuse my ignorance but IR codes are definitely not my expertise.
I've paid for my sins. We're even!
Post 65 made on Friday July 22, 2016 at 09:00
mdavej
Active Member
Joined:
Posts:
December 2002
627
Thanks. I'll give those a try. There's only one app I use that needs Menu fairly often (PlayStation Vue). On the Fire remote itself, Menu is to the right of Home.

There is no way to make discretes by changing the IR codes if the device doesn't support them. But you can certainly write some logic to do it. I don't know URC very well, but the idea is On would check the status of a bit, send toggle if the bit is false, then set the bit. Off would check the bit, send toggle if the bit is true then reset the bit. So you need one Boolean variable and some If Then Else logic.

This isn't perfect since if you use any other remote, the bit will get out of sync with the actual state of the device. Just send a power toggle to get it back in sync.

Last edited by mdavej on July 22, 2016 10:11.
Post 66 made on Friday July 22, 2016 at 10:38
SRTShaker
Long Time Member
Joined:
Posts:
June 2016
55
On July 22, 2016 at 09:00, mdavej said...
Thanks. I'll give those a try. There's only one app I use that needs Menu fairly often (PlayStation Vue). On the Fire remote itself, Menu is to the right of Home.

There is no way to make discretes by changing the IR codes if the device doesn't support them. But you can certainly write some logic to do it. I don't know URC very well, but the idea is On would check the status of a bit, send toggle if the bit is false, then set the bit. Off would check the bit, send toggle if the bit is true then reset the bit. So you need one Boolean variable and some If Then Else logic.

This isn't perfect since if you use any other remote, the bit will get out of sync with the actual state of the device. Just send a power toggle to get it back in sync.

I created a variable for the KDlinks to track the state. It works well but the OCD in me would prefer a true discrete.
I've paid for my sins. We're even!
Post 67 made on Friday July 22, 2016 at 14:44
mdavej
Active Member
Joined:
Posts:
December 2002
627
I did little experimenting and discovered a few more things about the Ortek and Fire TV.

- Yellow is not the same as Menu. There is no Ortek command equivalent to Menu.
- Start also equals Home.
- Guide (3rd row from the top, 2nd from the left) is a Guide type of function that does not exist on the Amazon remote. Apps that recognize it will show their guide or top menu when it is pressed.
- Transport commands do work and work differently than the arrows.

Thanks for sharing this discovery. I had a couple of Orteks in my closet gathering dust since my Home Theater PC days. I considered plugging my FLIRC to the Fire, but Amazon seems to keep breaking it with each update. This seems to be immune and does every function except Menu which is no big loss anyway. HDMI-CEC also does everything except Menu, but not all of my TVs support CEC.

I also tried my Diamond MCE remote (uses NEC1 codes, not MCE or Ortek protocol). It works too. I post back when I map out all the commands. They're a little different than the Ortek.
Post 68 made on Saturday July 23, 2016 at 13:23
SRTShaker
Long Time Member
Joined:
Posts:
June 2016
55
@mdavej.
I have the gen one Amazon Fire TV and Remote. What button on the oem remote is considered menu? I am a bit confused. I can do everything on the MX-1200 except speech. What am I missing?
I've paid for my sins. We're even!
Post 69 made on Saturday July 23, 2016 at 17:47
mdavej
Active Member
Joined:
Posts:
December 2002
627
On July 23, 2016 at 13:23, SRTShaker said...
@mdavej.
I have the gen one Amazon Fire TV and Remote. What button on the oem remote is considered menu? I am a bit confused. I can do everything on the MX-1200 except speech. What am I missing?

As far as I can tell the gen 1 and 2 have exactly the same buttons. As I said before, Menu is to the right of Home and has a graphic of 3 parallel lines stacked vertically printed on the button. I've seen it used in a couple of other apps like Youtube, Tivo and Slingbox. I tried every button on the Ortek, and nothing performs the Menu function.

To follow up on the Diamond remote, it's model RC118 or RC118N. It's my favorite MCE type of dongle due to the size, no blinding LED and NEC1 codes that don't have a toggle bit like MCE/RC-6 protocol does.

Here's the mapping for that one (Diamond = Amazon):

Up, Down, Left, Right, OK, Back = Up, Down, Left, Right, OK, Back
Play = Play/Pause
Stop = Stop
FFwd, Rew = FFwd, Rew
Skip Fwd = Right (for playback only)
Skip Back = Left (for playback only)
Clear = Home
Power = Sleep


Here are the relevant Diamond codes:

nec1_D0S251F5 Stop
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F6 Play
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F7 Skip Fwd
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F8 Back
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F12 OK
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F13 Right
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F15 Down
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F28 Clear
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F65 Power
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F68 Skip Back
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F69 FFwd
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F70 Rew
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F73 Up
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0622 015B 0057 0016 0E6C

nec1_D0S251F74 Left
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0016 0016 0041 0016 0016 0016 0041 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0622 015B 0057 0016 0E6C
Post 70 made on Thursday November 3, 2016 at 16:21
BradleyGT
Lurking Member
Joined:
Posts:
November 2016
1
Could you send those Amazon Fire IR codes to me? Is is a Crestron Driver?

Thanks,

[email protected]
Post 71 made on Thursday November 3, 2016 at 16:26
johnmax
Long Time Member
Joined:
Posts:
June 2004
187
Email sent.
Post 72 made on Monday November 28, 2016 at 09:03
enco.josh
Lurking Member
Joined:
Posts:
September 2010
1
Could you send those Amazon Fire IR codes to me as well?

Thanks,

[email protected]
Josh
Post 73 made on Monday January 16, 2017 at 12:09
Photis Hadjicostis
Founding Member
Joined:
Posts:
May 2002
8
Hello, I have a Pronto TSU9600 and I am trying to control my Amazon Fire TV with it. From what I read in the forum the AFTV has a bluetooth remote. Does anyone have the hex codes for the TSU9600? Thank you.
Post 74 made on Monday January 16, 2017 at 12:24
tobe
Loyal Member
Joined:
Posts:
January 2004
5,337
I am always hesitant to mention the H-word, but will do in case its any help. Harmony products that use a Harmony hub can control every function of the Fire TV and Firestick. So there may be some useful codes in their database. I know it works, as I use it myself with a Harmony Ultimate. Details here; [Link: support.myharmony.com]
Post 75 made on Friday April 7, 2017 at 18:42
buzz
Super Member
Joined:
Posts:
May 2003
4,371
I'm uncertain how the FireTV IR control is accomplished. Does one simply attach an IR USB dongle to the FireTV then send IR commands or is the dongle attached to a PC running a program that translates IR to IP for the FireTV? In my application I would not want to use a PC or PI as an intermediary.
Find in this thread:
Page 5 of 7


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