Skip to content

IR Control

Android Systems

Simply use the KICKPI remote control to navigate the main interface – no additional configuration is required.

Ubuntu Systems

# 1. List infrared input devices
cat /proc/bus/input/devices

# 2. Monitor key events (replace event0 with the actual device node)
hexdump /dev/input/event0

Example output:

image-20250412151436282