Product Specs

无锡威达智能电子股份有限公司 JL-8.3-13
20
0D FF 5D 00 03 00 01 05 65 B1 D6 95 51 C8
0D 是 manufacture data 字段的总长度
FF 表示 manufacture data,它后面的字段是真正的内容,这些内容又分为固定
的部分和变化部分。
固定部分是所有遥控器的开关机广播都会携带的。
可变部分是每个遥控器的广播中可能都不同的。
5D 00 表示厂商,RTK 是固定部分。
03 00 表示开关机的 command,是固定部分。
01 表示遥控器的批次,是固定部分。比如华为 M330 盒子遥控器的遥控器批次
是 01,M311 盒子遥控器的遥控器批次是 02,那么对于 M330 盒子来说,它只需
要匹配 01 遥控器的广播报文即可,所以 01 是固定部分。如果 M311 盒子想兼容
M311 和 M330 盒子的遥控器,那么遥控器批次就不能作为过滤条件。
05 表示按键的次数,每次按键这个值递增,是为了防止一次按键响应多次,是
可变部分。
65 B1 D6 95 51 C8 表示与遥控器连接的 TV 的蓝牙地址,是可变部分。
0D FF 5D 00 03 00 01 05 65 B1 D6 95 51 C8
0D is the total length of the manufacturing data field
FF stands for manufacturing data, the fields behind it are the real
content, and these contents are divided into fixed parts and changed
parts.
The fixed part is carried by all remote controllers' on-off radio.
The variable part may be different in each remote control broadcast.
5D 00 indicates the manufacturer, RTK is a fixed part.
03 00 indicates that the command of the switch is a fixed part.
01 indicates the batch of the remote control, which is a fixed part.
For example, the remote control batch of Huawei M330 box remote
control is 01, and the remote control batch of M311 box remote
control is 02, then for M330 box, it only needs to match the
broadcast message of 01 remote control, so 01 is Fixed part. If the
M311 box wants to be compatible with the remote controls of the M311
and M330 boxes, the remote control batch cannot be used as a
filtering condition.
05 represents the number of key presses. The value is incremented
each time the key is pressed to prevent a key press from responding