在Raspberry Pi上的IR输入上执行shell命令

时间:2013-08-04 20:41:36

标签: raspberry-pi remote-control infrared lirc

我是一个Unix n00b,但我设法按照足够的指南来安装node.js和node-sonos-http-api,它允许我做localhost / livingroom / play来启动音乐

我有一个Nwazet Pi红外接收器,现在我想用我的电视遥控器控制Sonos。

我在想,我可以用LIRC以某种方式听取传入的IR,然后就像'curl localhost / livingroom / play'基于被按下的内容。

知道怎么做以及从哪里开始?

1 个答案:

答案 0 :(得分:1)

  1. 通过在此处找到正确的.conf文件来配置我的遥控器 http://lirc.sourceforge.net/remotes/

  2. 通过编辑lircrc配置文件配置irexec http://www.lirc.org/html/configure.html

  3. Ran irexec asa deamon http://www.lirc.org/html/irexec.html