added lirc config to readme

master
Georges Herber 2016-04-01 20:11:02 +02:00
parent eb3efc964e
commit 06f9ca0f7b
1 changed files with 8 additions and 0 deletions

View File

@ -100,6 +100,14 @@ sudo service watchdog start
Note: `projectionscreen.sh` is a standalone program called remotely by pidor because pidor knows the IP adress of the projector but doorbuzz has the RF remote connected.
The remote command works with ssh, so install pidor's root pub key into `~pi/.ssh/authorized_keys`
# setup lirc for AV-receiver remote control
```
sudo-apt-get install lirc
sudo /bin/su -c "echo 'dtoverlay=lirc-rpi,gpio_out_pin=23,gpio_in_pin=22' >> /boot/config.txt"
```
todo
====