diff --git a/config.toml b/config.toml index 683f3f7..909b5fd 100644 --- a/config.toml +++ b/config.toml @@ -45,7 +45,7 @@ author = "Kyle J Carlton" menu_items = [ # each of these is optional, name and url are required # $BASE_URL is going to be substituted by base_url from configuration - {name = "blog", url = "$BASE_URL"}, + {name = "articles", url = "$BASE_URL"}, # tags should only be enabled if you have "tags" taxonomy # see documentation below for more details diff --git a/content/universal-remote-part5.md b/content/universal-remote-part5.md index 3395e7b..1ddca6d 100644 --- a/content/universal-remote-part5.md +++ b/content/universal-remote-part5.md @@ -6,4 +6,8 @@ date = 2016-02-13 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/](http://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](https://filezilla-project.org/) to move config files around than via SSH with [PuTTy](http://www.putty.org/). This did require adjusting permissions using [chmod](https://en.wikipedia.org/wiki/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. diff --git a/img/UniversalRemoteLegoCase.png b/img/UniversalRemoteLegoCase.png new file mode 100644 index 0000000..6ecfbb7 Binary files /dev/null and b/img/UniversalRemoteLegoCase.png differ diff --git a/img/UniversalRemoteWebsite.png b/img/UniversalRemoteWebsite.png new file mode 100644 index 0000000..e3a8ba8 Binary files /dev/null and b/img/UniversalRemoteWebsite.png differ