跳转至

红外遥控

Android 系统

直接使用 KICKPI 遥控器操作主界面即可,无需额外配置。

Ubuntu 系统

# 1. 查看红外输入设备
cat /proc/bus/input/devices

# 2. 监听按键事件(device 编号以实际为准)
hexdump /dev/input/event0

操作示例:

image-20250412151436282