Alex Bain has been contributing a number of tutorials towards the development of the Open Source Universal Remote project. He sent in this tip along with this message:
I’m trying to make a completely open hardware + open source web enabled universal remote (powered by a RaspberryPi). I started the project to learn electronics and it’s starting to take on a life of it’s own.
The tutorials he has been creating for each stage of this project are very helpful and I encourage you to check out the others in addition to “Controlling LIRC from the web” that he shares at the head of this tutorial:
In this post I will cover how to create a web interface + API for LIRC, the Linux Infrared Remote Control project. I will be using NodeJS and a RaspberryPi in this post, but the ideas generalize to other languages and hardware. This post will serve as Part 3 of my open source universal remote project posts. If you haven’t had an opportunity to read the first two posts, I suggest checking out Universal remote experiments (Part 1) and Setting up LIRC on the RaspberryPi (Part 2) before proceeding. You may also want to read Installing NodeJS on your RaspberryPi, where I cover installing NodeJS.
If you’re completely new to the RaspberryPi and want to learn more I wrote a RaspberryPi Quickstart post which covers everything from purchasing the parts to configuring the WiFi. Check that out if you’re new to the RaspberryPi ecosystem.
With that out of the way, let’s get started! ….