项目作者: ryukinix

项目描述 :
mir (Manoel IR): A Remote Controller IR for my personal computer desktop
高级语言: Python
项目地址: git://github.com/ryukinix/mir.git
创建时间: 2018-01-26T02:23:35Z
项目社区:https://github.com/ryukinix/mir

开源协议:Apache License 2.0

下载


mir

mir

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.

Schematics of the receiver

bb

schem

Remote Controller

I use a Sky controller model D40 for my application.

controller

Usage / Instructions

  1. Mount the schematics circuit as described in this repository
  2. Compile the program of the microcontroller at IRController on the firmware
  3. Plug the Arduino on the USB and run the following instructions:
  1. git clone git@github.com:ryukinix/mir.git
  2. cd mir
  3. python -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. ./server

After that, you can use the D40 controller as your personal computer
remote control.