mir (Manoel IR): A Remote Controller IR for my personal computer desktop
This project describe a simple Infrared Remote Control for a Personal
Computer made using a AVR Microncontroller as Arduino Nano and a
interpreter of IR signals written in Python communicating via serial.
I use a Sky controller model D40 for my application.
git clone git@github.com:ryukinix/mir.git
cd mir
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./server
After that, you can use the D40 controller as your personal computer
remote control.