zola-theme-terminimal/content/universal-remote-part5.md
2021-12-04 18:54:22 -06:00

1.1 KiB

+++ title = "Universal Remote - Part V" date = 2016-02-13

[taxonomies] tags = ["RaspberryPi", "UniversalRemote"] +++

{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/UniversalRemoteWebsite.png", position="left") }}

In the last post I tested the IR receiver; next step verify the IR LEDs emit light. If you are lucky enough to have a remote in the database maintained @ lirc.sourceforge.net/remotes/, you may not even need to record. None of these worked for my remotes, so I created custom config files for each remote. However, these are great for testing functionality. I found it easier to connect to the Raspberry Pi via FTP with FileZilla to move config files around than via SSH with PuTTy. This did require adjusting permissions using chmod on /etc/lirc/lircd.conf via SSH, to allow the Write operation.

  • Back up the original /etc/lirc/lircd.conf and then replace it with a working config from the LIRC Database.