Installing LIRC on Raspberry PI 2B Running Raspbian

Posted by:

Preamble

Here’s what you need to do in order to get LIRC working properly on Raspbian:

  1. Make sure you are running the version of Raspbian which has the LIRC modules included
  2. Install lirc from apt-get
  3. Add a couple of entries into the /etc/modules file
  4. Use dmesg to ensure the Lirc settings have loaded properly
  5. Run a system command to ensure the the device is reading the signals from the remote control
  6. Run an lirc program to record the IR ...
Continue Reading →
0