hkfuertes / hklirc

HID bridge for gpio-ir in usb-gadget enabled Raspberry PI (Zero, Zero W, 3A+ and 4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hkLirc

This is a simple project for a Raspberry Pi that aims to bridge the gpio-ir interface with a HID device.

There are 3 parts to the project, the gadget configuration part, the server to manage the mappings and the actual python daemon that will trigger the actual keystrokes in the connected PC.

Requirements

To install the project a blank RaspberryPiOS image is required. Unfortunatelly the usb-ethernet (RNDIS) driver is not working for the 64bit OS.

You can find it here: https://www.raspberrypi.org/downloads/raspberry-pi-os/

The system expects the TSOP4838 to be connected in PIN 14, it can be changed after install by editing /boot/config.txt.

Installation

wget -O - https://raw.githubusercontent.com/hkfuertes/hklirc/master/hklirc-installer.sh | sudo bash

About

HID bridge for gpio-ir in usb-gadget enabled Raspberry PI (Zero, Zero W, 3A+ and 4)


Languages

Language:Python 41.9%Language:HTML 33.2%Language:Shell 12.7%Language:C 12.1%