################################################################# # 2010-01-03 # # Alexandre Maurer wrote # # # # Following data are based only on my own measurements, nothing # # offical, only for convenience. # ################################################################# Here are the codes for the small 6-button white IR Remote from Apple Check picture http://www.hb9txa.ch/images/appleIrRemote.jpg Protocol NEC, 38kHz carrier freq. address and command 16-bit width: ********************************* Function name Address - Command PLAY/PAUSE 0x87EE 0x7505 << 0x87EE 0x7509 >> 0x87EE 0x7506 + 0x87EE 0x750A - 0x87EE 0x750C MENU 0x87EE 0x7503 Example : bit stream from the IR remote (function PLAY/PAUSE) ************************************************************* elasped time --------> addr low high cmd low high 01110111 11100001 10100000 10101110 ^ ^ ^ ^ lsb lsb lsb lsb