Your Universal Remote Control Center
RemoteCentral.com
Discrete Code Hunter 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 2 of 2
Topic:
Discrete codes for Apple TV (AppleTV) ?
This thread has 18 replies. Displaying posts 16 through 19.
Post 16 made on Sunday March 16, 2014 at 18:10
DAM091
Lurking Member
Joined:
Posts:
March 2014
2
How does one change the button duration with CCP? I can't get it to work on an MX-1200.

Last edited by DAM091 on March 16, 2014 18:20.
Post 17 made on Wednesday July 15, 2015 at 19:58
jovank7
Long Time Member
Joined:
Posts:
January 2014
11
Hi Badboy2k -
I just found a post with really old codes for the 1st Gen apple TV and used the below code for the power toggle.. It's working on my Jailbroken ATV2 with the latest software. I just press and hold it on my Philips Pronto 9400 and 9600 remotes. Hope this works fro you as well.

PLAY/PAUSE (REPEATS)
0000 006D 0044 0002 0157 00AC 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 00AC 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94

Last edited by jovank7 on July 15, 2015 20:17.
JovanK7
Post 18 made on Tuesday April 7, 2020 at 17:11
elfege
Junior Member
Joined:
Posts:
April 2020
2
Hi,

This is how I do it, using ESP8266 IRremote library:

[code]
uint32_t rawZeroBit[3] = {8950, 2200, 600}; // raw ir command that emulates holding a button (after pressing the button)

irsend.sendNEC(0x77E1FAD6, 32); // play button cmd
delay(170);
long Start = millis();
while (millis() - Start < 6000) //hold for 5 seconds (3rd gen apple tv only, no way with 4th!)
{
irsend.sendRaw(rawZeroBit, 3, khz);// emulate holding the button
delay(del);
}
[/code]
Post 19 made on Tuesday April 7, 2020 at 17:12
elfege
Junior Member
Joined:
Posts:
April 2020
2
Hi,

This is how I put my Apple TV (3rd Gen) to sleep, using ESP8266 IRremote library:


uint32_t rawZeroBit[3] = {8950, 2200, 600}; // raw ir command that emulates holding a button (after pressing the button)

irsend.sendNEC(0x77E1FAD6, 32); // play button cmd
delay(170);
long Start = millis();
while (millis() - Start < 6000) //hold for 5 seconds (3rd gen apple tv only, no way with 4th!)
{
irsend.sendRaw(rawZeroBit, 3, khz);// emulate holding the button (for all buttons)
delay(1);
}

Last edited by elfege on April 7, 2020 17:41.
Page 2 of 2


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