Remote Controller model: BN58-00624A
start pulse:
signal* | time | description |
LOW | 4.5ms | start pulse |
HIGH | 4.5ms | start pulse |
LOW | 620 us | bit separator |
HIGH | 544 us | bit 1** |
HIGH | 1600 us | bit 0** |
- | 46 ms | code repeat interval |
* signal comming from receiver. LOW means RC is transmitting, HIGH - not transmitting.
** assumed that short pulse is 1 long is 0. Not sure about that but if it's the other way - just invert all numbers below
MSBit First …
Actually the protocol according to Samsung is long pause is 1, short pause is 0 and LSBit is first. - see S3F80KB_RemoteController_AN_REV000_090108-0.pdf. The manufacturer code (prefix) is 2 bytes of the same value and the data second byte is first byte complemented.
New table - LSBit first, short is 0, long is 1
Prefix 0707
Key | Code |
Power | 82FD * |
source | 01FE |
1 | 04FB |
2 | 05FA |
3 | 06F9 |
4 | 08F7 |
5 | 09F6 |
6 | 0AF5 |
7 | 0CF3 |
8 | 0DF2 |
9 | 0EF1 |
0 | 11EE |
-/– | 23DC |
PRE-CH | 13EC |
TV/DTV | 43BC |
CH.LIST | 6B94 |
D.MENU | 8E71 |
GUIDE | 4FB0 |
VolUp | 07F8 |
VolDown | 0BF4 |
Mute | 0FF0 |
ChUp | 12ED |
ChDown | 10EF |
Menu | 1AE5 |
ArrowUp | 609F |
ArrowDown | 619E |
ArrowLeft | 659A |
ArrowRight | 629D |
Enter | 6897 |
Return | 58A7 |
Info | 1FE0 |
TTX/MIX | 2CD3 |
TTX Red | 6C93 |
TTX Green | 14EB |
TTX Yellow | 15EA |
TTX Blue | 16E9 |
P.Mode | 28D7 |
S.Mode | 2B64 |
AUTO | 1CE3 |
P.Size | 3EC1 |
DUAL | 00FF |
Subtitle | 256A |
Source (green) | 24DB |
PIP | 20DF |
Old table - MSBit first, short is 1 long is 0
Prefix 1F1F
Key | Code |
Power | BF41 |
source | 7F80 |
1 | DF20 |
2 | 5FA0 |
3 | 9F60 |
4 | EF10 |
5 | 6F90 |
6 | AF50 |
7 | CF30 |
8 | 4FB0 |
9 | 8F70 |
0 | 7788 |
-/– | 3BC4 |
PRE-CH | 37C8 |
TV/DTV | 3DC2 |
CH.LIST | 29D6 |
D.MENU | 8E71 |
GUIDE | 0DF2 |
VolUp | 1FE0 |
VolDown | 2FD0 |
Mute | 0FF0 |
ChUp | B748 |
ChDown | F708 |
Menu | A758 |
Exit | 0x4BB4 |
ArrowUp | F906 |
ArrowDown | 7986 |
ArrowLeft | 59A6 |
ArrowRight | B946 |
Enter | E916 |
Return | E51A |
Info | 07F8 |
TTX/MIX | CB34 |
TTX Red | C936 |
TTX Green | D728 |
TTX Yellow | 57A8 |
TTX Blue | 9768 |
P.Mode | EB14 |
S.Mode | 26D4 |
AUTO | C738 |
P.Size | 837C |
DUAL | FF00 |
Subtitle | 56A4 |
Source (green) | DB24 |
PIP | FB04 |